@charset "UTF-8";
#side {
  padding: 0;
  width: 240px;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1400px) {
  #side {
    width: calc(262.5 / 1400 * 100vw);
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  #side {
    display: none !important;
  }
}
#side__inner .ttl-type02 {
  background-image: none;
  margin-bottom: 0;
}
@media screen and (min-width: 1920px) {
  #side__inner .ttl-type02 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .ttl-type02 {
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  #side__inner .ttl-type02 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .ttl-type02 {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  #side__inner .ttl-type02 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .ttl-type02 {
    padding-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 1920px) {
  #side__inner .ttl-type02 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .ttl-type02 {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #side__inner .ttl-type02 {
    padding: calc(21.875 / 1400 * 100vw) calc(15.3125 / 1400 * 100vw);
  }
}
#side__inner .link-arrow {
  background-image: none;
  display: flex;
  align-items: center;
  padding-right: 0;
  font-weight: 700;
}
@media screen and (min-width: 1920px) {
  #side__inner .link-arrow {
    gap: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .link-arrow {
    gap: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  #side__inner .link-arrow {
    font-size: 18px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .link-arrow {
    font-size: max(10px, 0.9375vw);
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #side__inner .link-arrow {
    gap: calc(8.75 / 1400 * 100vw);
    font-size: max(12px, 16.40625 / 1400 * 100vw);
  }
}

.side-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1920px) {
  .side-list {
    gap: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list {
    gap: calc(14.21875 / 1400 * 100vw);
  }
}
.side-list li {
  border: none;
}
.side-list li a,
.side-list li .current > span:first-child {
  font-weight: 500;
  padding: 0;
  border: none;
  line-height: 1.3;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1920px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    gap: 6px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    gap: 0.3125vw;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1450px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    gap: calc(3.28125 / 1400 * 100vw);
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
.side-list li a::after,
.side-list li .current > span:first-child::after {
  display: none;
}
.side-list li a:before,
.side-list li .current > span:first-child:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1px;
  background-color: #818B9A;
}
.side-list li a:hover {
  color: #303234 !important;
}
.side-list li.current > span {
  font-weight: 700 !important;
  background: none;
  color: #0057BE !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.side-list li.current > span:hover {
  color: #0057BE !important;
}
.side-list li.current > a {
  font-weight: 700 !important;
  cursor: default;
  background-color: transparent;
  color: #0057BE !important;
  pointer-events: none;
}
.side-list li.current > a .hover-line_animation {
  background-image: linear-gradient(transparent 50%, #0057BE 0);
}
.side-list__accordion-btn {
  text-align: left;
}
.side-list__accordion-btn.open {
  background: none;
  font-weight: 700;
  line-height: 1.4;
  color: #303234;
  border: none;
  display: flex;
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    gap: 10px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    gap: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1450px) {
  .side-list__accordion-btn.open {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__accordion-btn.open {
    gap: calc(6.5625 / 1400 * 100vw);
    padding: calc(21.875 / 1400 * 100vw) calc(8.75 / 1400 * 100vw);
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
.side-list__accordion-btn.open:before {
  content: "";
  display: inline-block;
  background-image: url("/common/images/icon/icon_ttl_circle.svg");
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open:before {
    width: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open:before {
    width: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open:before {
    height: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open:before {
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open:before {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open:before {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__accordion-btn.open:before {
    width: calc(12.03125 / 1400 * 100vw);
    height: calc(12.03125 / 1400 * 100vw);
    min-width: 10px;
    min-height: 10px;
    margin-top: calc(4.375 / 1400 * 100vw);
  }
}
.side-list__accordion-btn {
  background: none;
  font-weight: 700;
  line-height: 1.4;
  color: #303234;
  border: none;
  display: flex;
  pointer-events: none;
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    gap: 10px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    gap: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1450px) {
  .side-list__accordion-btn {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__accordion-btn {
    gap: calc(6.5625 / 1400 * 100vw);
    padding: calc(21.875 / 1400 * 100vw) calc(8.75 / 1400 * 100vw);
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
.side-list__accordion-btn:before {
  content: "";
  display: inline-block;
  background-image: url("/common/images/icon/icon_ttl_circle.svg");
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn:before {
    width: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn:before {
    width: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn:before {
    height: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn:before {
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn:before {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn:before {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__accordion-btn:before {
    width: calc(12.03125 / 1400 * 100vw);
    height: calc(12.03125 / 1400 * 100vw);
    margin-top: calc(4.375 / 1400 * 100vw);
    min-width: 10px;
    min-height: 10px;
  }
}
.side-list__01 .side-list__accordion-btn {
  border-top: 1px solid rgba(129, 139, 154, 0.3);
}
.side-list__01__vision a {
  background: none !important;
  color: #303234 !important;
}
.side-list-sub {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(129, 139, 154, 0.3);
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 1920px) {
  .side-list-sub {
    gap: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list-sub {
    gap: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list-sub {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list-sub {
    padding-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list-sub {
    margin-left: 13px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list-sub {
    margin-left: 0.6770833333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list-sub {
    gap: calc(10.9375 / 1400 * 100vw);
    padding-left: calc(15.3125 / 1400 * 100vw);
    margin-left: calc(10.9375 / 1400 * 100vw);
  }
}
.side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
  background: none;
  font-weight: 700;
  line-height: 1.4;
  color: #303234;
  border: none;
  display: flex;
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    gap: 10px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    gap: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1450px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    gap: calc(6.5625 / 1400 * 100vw);
    padding: calc(21.875 / 1400 * 100vw) calc(8.75 / 1400 * 100vw);
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
.side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
  content: "";
  display: inline-block;
  background-image: url("/common/images/icon/icon_ttl_circle.svg");
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (min-width: 1920px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    width: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    width: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    height: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    width: calc(12.03125 / 1400 * 100vw);
    height: calc(12.03125 / 1400 * 100vw);
    margin-top: calc(4.375 / 1400 * 100vw);
    min-width: 10px;
    min-height: 10px;
  }
}
.side-list__03 a, .side-list__04 a, .side-list__05 a, .side-list__06 a, .side-list__07 a, .side-list__08 a {
  font-weight: 700 !important;
  background: none !important;
}
.side-list__03 a:before, .side-list__04 a:before, .side-list__05 a:before, .side-list__06 a:before, .side-list__07 a:before, .side-list__08 a:before {
  display: none !important;
}
.side-list__accordion-body {
  display: block !important;
}

.side-list > li > ul.side-list-sub, .side-list > li > ul.side-list-sub02 {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.side-list-sub02 > li > a {
  text-decoration: none;
}

/* 基本スタイル */
.sub-page-wrapper,
#contents-wrap {
  display: flex;
}

/* サイドバーが画面より高い場合のスタイル */
.sub-page-wrapper.is-tall,
#contents-wrap.is-tall {
  align-items: flex-end;
}

#side.is-tall {
  position: sticky;
  bottom: 0;
  top: auto;
  margin-bottom: 60px !important;
}

/* サイドバーが画面より低い場合のスタイル */
.sub-page-wrapper.is-short,
#contents-wrap.is-short {
  align-items: flex-start;
}

#side.is-short {
  position: sticky;
  bottom: auto;
  top: 90px;
  margin-bottom: 60px !important;
}

/* 共通スタイル */
#side, .js-sideFixed {
  height: 100%;
  margin-bottom: 0 !important;
}

#main {
  height: 100%;
}

.content-wrapper {
  overflow: visible !important;
}

@media (max-width: 767px) {
  #contents-wrap > #side:first-child + #main {
    margin-top: 0;
  }
}

#main article > .page-ttl:first-child {
  height: auto !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-bottom: none;
  margin: 0;
  position: relative;
}
#main article > .page-ttl:first-child::before, #main article > .page-ttl:first-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
}
#main article > .page-ttl:first-child::before {
  width: 8px;
  background-color: #0057BE;
  left: 0;
}
#main article > .page-ttl:first-child::after {
  width: calc(100% - 10px);
  background-color: #818B9A;
  left: 12px;
}
@media screen and (min-width: 1920px) {
  #main article > .page-ttl:first-child {
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #main article > .page-ttl:first-child {
    padding-bottom: 1.7708333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #main article > .page-ttl:first-child {
    padding-bottom: calc(26.25 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  #main article > .page-ttl:first-child {
    margin-top: calc(40 / 390 * 100vw);
    padding: 0 0 calc(28 / 390 * 100vw) !important;
  }
}

#main article > .page-ttl .page-ttl__text {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  font-size: 30px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) and (max-width: 1400px) {
  #main article > .page-ttl .page-ttl__text {
    letter-spacing: calc(1.09375 / 1400 * 100vw);
    font-size: max(12px, 27.34375 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  #main article > .page-ttl .page-ttl__text {
    line-height: 1.4;
    letter-spacing: calc(1 / 390 * 100vw);
    margin: 0;
    font-size: max(10px, 22 / 390 * 100vw);
  }
}

.ttl-type01 {
  background-image: none !important;
  color: #0057BE !important;
  font-weight: 700 !important;
  line-height: 2 !important;
  padding-bottom: 0 !important;
  position: relative;
  font-size: 20px !important;
  padding: 6px 20px !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .ttl-type01 {
    padding: calc(6.5625 / 1400 * 100vw) calc(21.875 / 1400 * 100vw) !important;
    margin-top: calc(32.8125 / 1400 * 100vw) !important;
    margin-bottom: calc(32.8125 / 1400 * 100vw) !important;
    font-size: max(12px, 1.25vw) !important;
  }
}
@media (max-width: 767px) {
  .ttl-type01 {
    padding: calc(6 / 390 * 100vw) calc(20 / 390 * 100vw);
    margin-top: calc(30 / 390 * 100vw) !important;
    margin-bottom: calc(30 / 390 * 100vw) !important;
    font-size: max(10px, 16 / 390 * 100vw);
  }
}
.ttl-type01:before {
  content: "";
  width: 6px;
  height: 40%;
  border-radius: 5px;
  background-color: #0057BE;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1400px) {
  .ttl-type01:before {
    width: calc(5.46875 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .ttl-type01:before {
    width: calc(5 / 390 * 100vw);
  }
}

/*! CSS Used from: https://www.ntt-f.co.jp/csr/css/style.css?v=202203 */
p {
  margin: 0;
  text-align: inherit;
  text-justify: inherit;
}

.layout-main_ph {
  background-image: url(https://www.ntt-f.co.jp/csr/img/top_mainvisual.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 0 40px;
  height: 320px;
}

.layout-main_ph:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.layout-main_ph .ttl-visual {
  position: absolute;
  top: calc(50% - 110px);
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  color: #fff;
}

.layout-main_ph .ttl-visual__catchphrase {
  font-size: 36px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin: 0 0 3px;
}

.layout-main_ph .ttl-visual__btn {
  width: 240px;
  margin: 0 auto;
  line-height: 1;
}

.layout-main_ph a {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 40px;
  padding-top: 12px;
  border: 1px solid #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.layout-main_ph a:after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  content: "";
}

.layout-main_ph .ttl-visual__btn {
  width: 240px;
  margin: 0 auto;
  line-height: 1;
}

.layout-main_ph .ttl-visual__btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 40px;
  padding-top: 12px;
  border: 1px solid #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.layout-main_ph .ttl-visual__btn a:after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  content: "";
}

.layout-main_ph .ttl-visual__btn a:hover {
  background: #fff;
  color: #053250;
}

.layout-main_ph .ttl-visual__btn a:hover:after {
  border-color: #053250;
}

@media screen and (max-width: 767px) {
  .layout-main_ph {
    overflow: hidden;
    margin: 0 0 30px;
    height: 0;
    padding: 50.798% 0 0;
  }
  .layout-main_ph .ttl-visual {
    top: calc(50% - 60px);
  }
  .layout-main_ph .ttl-visual__catchphrase {
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1.2;
    margin: 0 0 2.898%;
  }
  .layout-main_ph a {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 40px;
    padding-top: 12px;
    border: 1px solid #fff;
    border-radius: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  .layout-main_ph a:after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    content: "";
  }
  .layout-main_ph .ttl-visual__btn {
    width: 140px;
  }
  .layout-main_ph .ttl-visual__btn a {
    height: 25px;
    padding-top: 7px;
    border-radius: 25px;
    font-size: 10px;
  }
  .layout-main_ph .ttl-visual__btn a:after {
    top: 50%;
    right: 12px;
    width: 5px;
    height: 5px;
    margin-top: -3px;
  }
}
.photo-item-list4 {
  margin: 0 -15px 60px;
}

@media screen and (max-width: 767px) {
  .photo-item-list4 {
    margin: 0 -5px 20px;
  }
}
/*! CSS Used from: Embedded */
.layout-main_ph .ttl-visual__btn {
  width: 280px !important;
}

.layout-main_ph .ttl-visual {
  top: calc(50% - 80px);
}

@media screen and (max-width: 767px) {
  .layout-main_ph .ttl-visual__btn {
    width: 200px !important;
  }
  .layout-main_ph .ttl-visual {
    top: calc(50% - 50px);
  }
}
#contents-wrap {
  position: relative;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 1250px;
}
@media screen and (min-width: 1920px) {
  #contents-wrap {
    gap: 80px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #contents-wrap {
    gap: 4.1666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #contents-wrap {
    width: calc(1225 / 1400 * 100vw);
    gap: calc(65.625 / 1400 * 100vw);
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #contents-wrap {
    flex-direction: column;
    width: calc(350 / 390 * 100vw);
  }
}
#contents-wrap #main {
  padding: 0;
}
.content-wrapper #contents-wrap {
  width: auto;
}
.content-wrapper #contents-wrap #main {
  width: auto;
}

.layout-main_ph {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1920px) {
  .layout-main_ph {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .layout-main_ph {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .layout-main_ph {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .layout-main_ph {
    margin-bottom: 6.25vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .layout-main_ph {
    margin: calc(32.8125 / 1400 * 100vw) 0 calc(95.15625 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .layout-main_ph {
    height: calc(187 / 390 * 100vw);
    padding: 0;
    margin: calc(30 / 390 * 100vw) 0 calc(60 / 390 * 100vw);
  }
}
.layout-main_ph .ttl-visual {
  top: 0;
  position: relative;
}
.layout-main_ph .ttl-visual__catchphrase {
  letter-spacing: 0 !important;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 1920px) {
  .layout-main_ph .ttl-visual__catchphrase {
    font-size: 46px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .layout-main_ph .ttl-visual__catchphrase {
    font-size: max(10px, 2.3958333333vw);
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .layout-main_ph .ttl-visual__catchphrase {
    font-size: max(12px, 37.1875 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .layout-main_ph .ttl-visual__catchphrase {
    font-size: max(10px, 23 / 390 * 100vw);
  }
}
.layout-main_ph .ttl-visual__link a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 70px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  display: flex;
  align-items: center;
  line-height: 1.6;
}
@media screen and (min-width: 1920px) {
  .layout-main_ph .ttl-visual__link a {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .layout-main_ph .ttl-visual__link a {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .layout-main_ph .ttl-visual__link a {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .layout-main_ph .ttl-visual__link a {
    padding-top: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .layout-main_ph .ttl-visual__link a {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .layout-main_ph .ttl-visual__link a {
    padding-bottom: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .layout-main_ph .ttl-visual__link a {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .layout-main_ph .ttl-visual__link a {
    padding-right: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .layout-main_ph .ttl-visual__link a {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .layout-main_ph .ttl-visual__link a {
    padding-left: 1.25vw;
  }
}
@media screen and (min-width: 1920px) {
  .layout-main_ph .ttl-visual__link a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .layout-main_ph .ttl-visual__link a {
    font-size: max(10px, 0.9375vw);
  }
}
@media screen and (min-width: 1920px) {
  .layout-main_ph .ttl-visual__link a {
    gap: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .layout-main_ph .ttl-visual__link a {
    gap: 0.625vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .layout-main_ph .ttl-visual__link a {
    margin-top: calc(10.9375 / 1400 * 100vw);
    padding: calc(7.65625 / 1400 * 100vw) calc(10.9375 / 1400 * 100vw) calc(7.65625 / 1400 * 100vw) calc(10.9375 / 1400 * 100vw);
    gap: calc(8.75 / 1400 * 100vw);
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .layout-main_ph .ttl-visual__link a {
    margin-top: calc(10 / 390 * 100vw);
    padding: calc(7 / 390 * 100vw) calc(10 / 390 * 100vw) calc(7 / 390 * 100vw) calc(10 / 390 * 100vw);
    gap: calc(8 / 390 * 100vw);
    font-size: max(10px, 13 / 390 * 100vw);
  }
}
.layout-main_ph .ttl-visual__link a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
.layout-main_ph .ttl-visual__link a:after {
  display: none;
}

.photo-item-list4 {
  display: grid;
  margin: 0;
}
@media screen and (min-width: 1920px) {
  .photo-item-list4 {
    row-gap: 40px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .photo-item-list4 {
    row-gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .photo-item-list4 {
    -moz-column-gap: 33px;
    column-gap: 33px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .photo-item-list4 {
    -moz-column-gap: 1.71875vw;
    column-gap: 1.71875vw;
  }
}
@media screen and (min-width: 1920px) {
  .photo-item-list4 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .photo-item-list4 {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 768px) {
  .photo-item-list4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .photo-item-list4 {
    row-gap: calc(32.8125 / 1400 * 100vw);
    -moz-column-gap: calc(25.15625 / 1400 * 100vw);
    column-gap: calc(25.15625 / 1400 * 100vw);
    margin-top: calc(32.8125 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .photo-item-list4 {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(30 / 390 * 100vw) calc(20 / 390 * 100vw);
    margin-top: calc(40 / 390 * 100vw);
  }
}
.photo-item-list4 li {
  margin: 0;
}
.photo-item-list4 li a {
  background-color: transparent;
}
.photo-item-list4 li a:hover img {
  opacity: 1;
}

.photo-item__text__inner {
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1920px) {
  .photo-item__text__inner {
    font-size: 18px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .photo-item__text__inner {
    font-size: max(10px, 0.9375vw);
  }
}
@media screen and (min-width: 1920px) {
  .photo-item__text__inner {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .photo-item__text__inner {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .photo-item__text__inner {
    margin-top: calc(8.75 / 1400 * 100vw);
    font-size: max(12px, 15.3125 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .photo-item__text__inner {
    margin-top: calc(6 / 390 * 100vw);
    font-size: max(10px, 13 / 390 * 100vw);
  }
}

.link__def-icon {
  width: 16px !important;
}