@charset "UTF-8";
.p-front__bg {
  background-color: #fff;
}
.p-front__heading {
  padding-bottom: 44px;
  position: relative;
  margin-bottom: 2.5rem;
}
@media (width <= 767px) {
  .p-front__heading {
    padding-bottom: 27px;
    margin-bottom: 2rem;
  }
}
.p-front__heading::before {
  display: block;
  content: "";
  width: 80px;
  height: 4px;
  background-color: #2c61b0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (width <= 767px) {
  .p-front__heading::before {
    width: 60px;
    height: 3px;
  }
}
.p-front__ttl {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: normal;
  font-size: clamp(3rem, 2.65625vw, 3.1875rem);
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media (width <= 1599px) {
  .p-front__ttl {
    font-size: clamp(2.5rem, 2.75vw, 2.75rem);
  }
}
@media (width <= 767px) {
  .p-front__ttl {
    font-size: min(30px, 7.6923076923vw);
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}
.p-front__txt {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: normal;
  margin-bottom: 3.5rem;
}
@media (width <= 1599px) {
  .p-front__txt {
    font-size: clamp(1rem, 1.125vw, 1.125rem);
  }
}
@media (width <= 767px) {
  .p-front__txt {
    font-size: min(16px, 4.1025641026vw);
    margin-bottom: 2rem;
  }
}
.p-front-fv {
  position: relative;
}
@media (width <= 767px) {
  .p-front-fv {
    padding-top: 64px;
  }
}
.p-front-fv__video {
  height: 100dvh;
  overflow: hidden;
  position: relative;
}
@media (width <= 767px) {
  .p-front-fv__video {
    height: auto;
    aspect-ratio: 390/726;
    max-height: calc(100dvh - 64px);
    width: 100dvw;
  }
}
.p-front-fv__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: auto;
  min-height: 100%;
  min-width: 100dvw;
}
.p-front-fv__video::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.p-front-fv__position--left {
  position: absolute;
  bottom: 60px;
  left: 3.125vw;
  z-index: 1;
}
@media (width <= 767px) {
  .p-front-fv__position--left {
    bottom: 36px;
    left: 5.12vw;
  }
}
.p-front-fv__position--right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (width <= 1279px) {
  .p-front-fv__position--right {
    position: static;
  }
}
.p-front-fv__copy {
  color: #fff;
}
.p-front-fv__copy--main {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  font-size: clamp(4.25rem, 7.2916666667vw, 8.75rem);
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: -40px 0;
}
@media (width <= 767px) {
  .p-front-fv__copy--main {
    font-size: clamp(3.75rem, 17.4358974359vw, 4.25rem);
    margin: -0.285em 0;
  }
}
.p-front-fv__copy--sub {
  margin-top: 3rem;
  font-size: clamp(1rem, 1.6666666667vw, 2rem);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (width <= 767px) {
  .p-front-fv__copy--sub {
    font-size: clamp(0.875rem, 4.1025641026vw, 1rem);
    margin-top: 1.75rem;
  }
}
.p-front-fv__link {
  display: flex;
  width: 540px;
}
@media (width <= 1279px) {
  .p-front-fv__link {
    width: auto;
  }
}
@media (width <= 767px) {
  .p-front-fv__img {
    flex-basis: 115px;
  }
}
.p-front-fv__btnBg {
  flex-grow: 1;
  background-color: #2c61b0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 2rem;
  position: relative;
  transition: background-color 0.5s, color 0.5s;
  color: #fff;
}
@media (width <= 767px) {
  .p-front-fv__btnBg {
    padding-left: 1.5rem;
  }
}
.p-front-fv__btnTtl--en {
  font-family: "Cormorant Infant", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px; /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 1.2;
  color: #b6fbff;
}
@media (width <= 767px) {
  .p-front-fv__btnTtl--en {
    font-size: 20px; /*IE9以前に対応する*/
    font-size: 1.25rem;
  }
}
.p-front-fv__btnTtl--ja {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 1.444;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (width <= 767px) {
  .p-front-fv__btnTtl--ja {
    font-size: 28px; /*IE9以前に対応する*/
    font-size: 1.75rem;
  }
}
.p-front-fv__btnIcon {
  width: 40px;
  border-color: #fff;
  font-size: 20px; /*IE9以前に対応する*/
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 40px;
}
@media (width <= 767px) {
  .p-front-fv__btnIcon {
    right: 20px;
  }
}
.p-front-news {
  padding: 100px 0;
  background-color: #f1f3f5;
}
@media (width <= 1279px) {
  .p-front-news {
    padding: 3.5rem 0 184px;
    position: relative;
  }
}
@media (width <= 767px) {
  .p-front-news {
    padding-bottom: 168px;
  }
}
.p-front-news__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (width <= 1599px) {
  .p-front-news__inner {
    -moz-column-gap: 5.625vw;
         column-gap: 5.625vw;
  }
}
@media (width <= 1279px) {
  .p-front-news__inner {
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
.p-front-news__head {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (width <= 1279px) {
  .p-front-news__box {
    position: absolute;
    left: 50%;
    translate: -50%;
    bottom: 3.5rem;
    width: 100%;
    padding: 0 5.12vw;
  }
}
.p-front-news__body {
  flex-grow: 1;
  max-width: 1000px;
}
.p-front-news__heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (width <= 767px) {
  .p-front-news__heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-front-news__list {
  font-size: 1.125rem;
  line-height: 0.72;
  font-weight: normal;
}
@media (width <= 1599px) {
  .p-front-news__list {
    line-height: 1.6;
  }
}
@media (width <= 767px) {
  .p-front-news__list {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: normal;
  }
}
.p-front-news__item {
  border-top: 1px solid #ccc;
}
.p-front-news__item:last-child {
  border-bottom: 1px solid #ccc;
}
.p-front-news__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding: 2rem 0;
  position: relative;
}
@media (width <= 1599px) {
  .p-front-news__link {
    padding-right: 72px;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media (width <= 767px) {
  .p-front-news__link {
    flex-wrap: wrap;
    row-gap: 20px;
    padding: 20px 72px 36px 0;
  }
}
@media (width <= 1599px) {
  .p-front-news__date {
    flex-shrink: 0;
    line-height: 0.75;
  }
}
.p-front-news__cat {
  color: #fff;
  background-color: #2c61b0;
  min-width: 120px;
  height: 32px;
  padding: 0 20px;
  display: grid;
  place-content: center;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
}
@media (width <= 767px) {
  .p-front-news__cat {
    min-width: 110px;
    padding: 0 10px;
    height: 30px;
  }
}
.p-front-news__ttl {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
@media (width <= 1599px) {
  .p-front-news__ttl {
    margin: -0.4125em 0;
  }
}
@media (width <= 767px) {
  .p-front-news__ttl {
    flex-basis: 100%;
  }
}
.p-front-news__icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 40px;
  border-color: #ccc;
  background-color: transparent;
  font-size: 20px; /*IE9以前に対応する*/
  font-size: 1.25rem;
}
.p-front-biz {
  overflow: hidden;
  position: relative;
}
.p-front-biz__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 38.6979166667vw;
  height: 915px;
  z-index: 1;
  overflow: hidden;
}
@media (width <= 1279px) {
  .p-front-biz__bg {
    width: 100%;
    max-height: 160px;
  }
}
.p-front-biz__bg img {
  width: auto;
  min-height: 100%;
}
@media (width <= 1279px) {
  .p-front-biz__bg img {
    width: 100%;
  }
}
.p-front-biz__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 6.25% 38.5% 8.625% 1fr;
}
@media (width <= 1599px) {
  .p-front-biz__inner {
    grid-template-columns: 38.5% 8.625% 1fr;
  }
}
@media (width <= 1279px) {
  .p-front-biz__inner {
    grid-template-columns: 100%;
    padding: 80px 0 0;
  }
}
@media (width <= 767px) {
  .p-front-biz__inner {
    padding-bottom: 80px;
  }
}
.p-front-biz__img {
  grid-column: 2/3;
  height: 47.65625vw;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
  flex-basis: 716px;
}
@media (width <= 1599px) {
  .p-front-biz__img {
    grid-column: 1;
  }
}
@media (width <= 1279px) {
  .p-front-biz__img {
    grid-column: unset;
    height: auto;
    flex-basis: unset;
    justify-content: normal;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.p-front-biz__slide {
  flex-basis: 17.5%;
  height: 100%;
  margin-left: unset !important;
  margin-right: unset !important;
}
@media (width <= 1279px) {
  .p-front-biz__slide {
    flex-basis: unset;
    height: auto;
  }
}
.p-front-biz__slide .swiper-slide {
  aspect-ratio: 1/1;
  border-radius: 8px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
  flex-basis: unset;
}
@media (width <= 1279px) {
  .p-front-biz__slide .swiper-slide {
    box-shadow: none;
  }
}
@media (width <= 1279px) {
  .p-front-biz__slide#js-biz-slider01, .p-front-biz__slide#js-biz-slider02 {
    display: none !important;
  }
}
.p-front-biz__slide#js-biz-slider03 {
  display: none !important;
}
@media (width <= 1279px) {
  .p-front-biz__slide#js-biz-slider03 {
    display: block !important;
  }
}
.p-front-biz__cont {
  grid-column: 4/5;
  padding: 120px 0;
  flex-shrink: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (width <= 1599px) {
  .p-front-biz__cont {
    grid-column: 3;
  }
}
@media (width <= 1279px) {
  .p-front-biz__cont {
    grid-column: auto;
  }
}
@media (width <= 767px) {
  .p-front-biz__cont {
    padding: 24px 0 0;
  }
}
.p-front-tech {
  padding: 120px 0;
}
@media (width <= 1279px) {
  .p-front-tech {
    padding: 0 0 3.5rem;
  }
}
.p-front-tech__inner {
  position: relative;
  padding-bottom: 100px;
}
@media (width <= 1279px) {
  .p-front-tech__inner {
    padding-top: 183px;
    padding-bottom: unset;
  }
}
@media (width <= 767px) {
  .p-front-tech__inner {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.p-front-tech__cont {
  max-width: 59.375%;
  background-color: #f1f3f5;
  padding: 6.25% 13.125% 6.25% 6.25%;
}
@media (width <= 1279px) {
  .p-front-tech__cont {
    max-width: 100%;
    padding: 240px 5.12vw 56px;
  }
}
.p-front-tech__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  border-radius: 16px;
  box-shadow: 24px 24px 32px rgba(0, 0, 0, 0.2);
}
@media (width <= 1279px) {
  .p-front-tech__img {
    width: min(400px, 31.2744331509vw);
    min-width: 350px;
    bottom: unset;
    top: 0;
  }
}
@media (width <= 767px) {
  .p-front-tech__img {
    width: min(350px, 89.7435897436vw);
    min-width: unset;
    border-radius: 16px 0 0 16px;
  }
}
.p-front-fixed {
  aspect-ratio: 1920/1039;
}
@media (width <= 767px) {
  .p-front-fixed {
    aspect-ratio: 390/500;
  }
}
.p-front-fixed__bg {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.p-front-about {
  padding: 120px 0;
}
@media (width <= 767px) {
  .p-front-about {
    padding: 3.5rem 0 5rem;
  }
}
.p-front-about__inner {
  display: grid;
  -moz-column-gap: 5%;
       column-gap: 5%;
  grid-template-columns: 1fr 1fr;
}
@media (width <= 1279px) {
  .p-front-about__inner {
    grid-template-columns: auto;
    row-gap: 5rem;
  }
}
@media (width <= 767px) {
  .p-front-about__img {
    width: 94.8717948718vw;
    margin-right: -5.12vw;
  }
}
.p-front-about__cont {
  margin-top: -120px;
  margin-right: 100px;
  padding-top: 60px;
  background-color: #fff;
  border-radius: 0 16px 0 0;
  position: relative;
  z-index: 1;
}
@media (width <= 767px) {
  .p-front-about__cont {
    margin-top: -50px;
    margin-right: unset;
    padding-top: 40px;
  }
}
.p-front-about__cont::before {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background-color: #2c61b0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (width <= 767px) {
  .p-front-about__cont::before {
    width: 60px;
    height: 3px;
  }
}
.p-front-about__heading {
  margin-bottom: 3.5rem;
}
@media (width <= 767px) {
  .p-front-about__heading {
    margin-bottom: 2rem;
  }
}
.p-front-about__txt {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: normal;
  margin-bottom: 3.5rem;
}
@media (width <= 1599px) {
  .p-front-about__txt {
    font-size: 16px; /*IE9以前に対応する*/
    font-size: 1rem;
  }
}
@media (width <= 767px) {
  .p-front-about__txt {
    margin-bottom: 2rem;
  }
}
.p-front-blog {
  padding: 120px 0;
  position: relative;
}
@media (width <= 767px) {
  .p-front-blog {
    padding: 4rem 0 5rem;
  }
}
.p-front-blog::before {
  display: block;
  content: "";
  width: 86.4583333333vw;
  aspect-ratio: 1660/432;
  background-color: #F1F8FF;
  position: absolute;
  top: 0;
  left: 0;
}
@media (width <= 1279px) {
  .p-front-blog::before {
    aspect-ratio: 370/258;
  }
}
@media (width <= 767px) {
  .p-front-blog::before {
    width: 94.8717948718vw;
  }
}
.p-front-blog__inner {
  position: relative;
  z-index: 1;
}
.p-front-blog__heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  margin-bottom: 40px;
}
@media (width <= 767px) {
  .p-front-blog__heading {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.p-front-blog__heading--main {
  padding-right: 3.5rem;
  position: relative;
}
@media (width <= 767px) {
  .p-front-blog__heading--main {
    padding-right: 1.5rem;
  }
}
.p-front-blog__heading--main::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
}
@media (width <= 767px) {
  .p-front-blog__heading--main::before {
    height: 24px;
  }
}
.p-front-blog__slide {
  overflow: visible !important;
}
.p-front-blog__link {
  display: block;
}
.p-front-blog__img {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2.625rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (width <= 767px) {
  .p-front-blog__img {
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-front-blog__info {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 1.5rem;
}
@media (width <= 767px) {
  .p-front-blog__info {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 14px;
  }
}
.p-front-blog__date {
  font-size: 1.5rem;
  line-height: 0.625;
  font-weight: normal;
  font-family: "Cormorant Infant", serif;
  font-style: normal;
  font-weight: 500;
}
@media (width <= 767px) {
  .p-front-blog__date {
    font-size: 18px; /*IE9以前に対応する*/
    font-size: 1.125rem;
  }
}
.p-front-blog__cat {
  display: inline-block;
  border: 1px solid #2c61b0;
  border-radius: 4px;
  color: #2c61b0;
  width: 120px;
  height: 34px;
  display: grid;
  place-content: center;
  font-size: 1.125rem;
  line-height: 0.72;
  font-weight: normal;
}
@media (width <= 767px) {
  .p-front-blog__cat {
    width: 100px;
    height: 30px;
    font-size: 16px; /*IE9以前に対応する*/
    font-size: 1rem;
  }
}
.p-front-blog__ttl {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: normal;
}
@media (width <= 767px) {
  .p-front-blog__ttl {
    font-size: 16px; /*IE9以前に対応する*/
    font-size: 1rem;
    line-height: 1.6;
  }
}
.p-front-blog__row {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (width <= 1279px) {
  .p-front-blog__row {
    margin-top: 1rem;
    flex-direction: column-reverse;
    row-gap: 1.5rem;
    align-items: stretch;
  }
}
.p-front-blog__nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (width <= 767px) {
  .p-front-blog__nav {
    -moz-column-gap: unset;
         column-gap: unset;
    justify-content: center;
  }
}
.p-front-blog__prev {
  width: 6rem;
  height: 6rem;
  position: relative;
  color: #2c61b0;
  display: grid;
  place-content: center;
  font-size: 48px; /*IE9以前に対応する*/
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (width <= 767px) {
  .p-front-blog__prev {
    width: 5rem;
    height: 5rem;
    font-size: 32px; /*IE9以前に対応する*/
    font-size: 2rem;
  }
}
.p-front-blog__next {
  width: 6rem;
  height: 6rem;
  position: relative;
  color: #2c61b0;
  display: grid;
  place-content: center;
  font-size: 48px; /*IE9以前に対応する*/
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (width <= 767px) {
  .p-front-blog__next {
    width: 5rem;
    height: 5rem;
    font-size: 32px; /*IE9以前に対応する*/
    font-size: 2rem;
  }
}
.p-front-blog__pagination {
  position: relative;
  text-align: center;
  padding: 0 3.5rem;
  top: unset !important;
  bottom: unset !important;
}
@media (width <= 767px) {
  .p-front-blog__pagination {
    padding: 0 35px;
    flex-shrink: 0;
    width: auto !important;
  }
}
.p-front-blog__pagination::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
@media (width <= 767px) {
  .p-front-blog__pagination::before {
    height: 32px;
  }
}
.p-front-blog__pagination::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
}
@media (width <= 767px) {
  .p-front-blog__pagination::after {
    height: 32px;
  }
}
.p-front-rct {
  padding: 132px 0 120px;
  position: relative;
}
@media (width <= 767px) {
  .p-front-rct {
    padding: 80px 0;
  }
}
.p-front-rct::before {
  content: "";
  display: block;
  width: 31.25vw;
  height: 100%;
  background-color: #F1F8FF;
  position: absolute;
  top: 0;
  left: 0;
}
@media (width <= 1279px) {
  .p-front-rct::before {
    width: 50vw;
  }
}
.p-front-rct__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5.2083333333vw;
       column-gap: 5.2083333333vw;
  min-height: 500px;
}
@media (width <= 1279px) {
  .p-front-rct__inner {
    flex-direction: column;
    align-items: stretch;
    row-gap: 1.5rem;
    padding: 88px 5.12vw 54px;
  }
}
.p-front-rct__bg {
  border-radius: 16px;
  background-image: url(./../img/page/front-page/rct/rct_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (width <= 1279px) {
  .p-front-rct__bg {
    background-image: url(./../img/page/front-page/rct/rct_bg_sp.jpg);
  }
}
@media (width <= 767px) {
  .p-front-rct__bg {
    border-radius: unset;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.p-front-rct__heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  position: absolute;
  top: 0;
  left: 5.2083333333vw;
  translate: 0 -50%;
}
@media (width <= 1279px) {
  .p-front-rct__heading {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.25rem;
    translate: 0 -2.5rem;
  }
}
@media (width <= 767px) {
  .p-front-rct__heading {
    left: 5.12vw;
    translate: 0 -1.5rem;
  }
}
.p-front-rct__slide {
  max-width: 480px;
}
@media (width <= 1279px) {
  .p-front-rct__slide {
    max-width: 350px;
  }
}
.p-front-rct__ttl {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 0.68;
  font-weight: 600;
  color: #2c61b0;
  margin-bottom: 40px;
}
@media (width <= 767px) {
  .p-front-rct__ttl {
    font-size: 20px; /*IE9以前に対応する*/
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.p-front-rct__ttl span {
  font-weight: 500;
  color: #44abeb;
}
@media (width <= 767px) {
  .p-front-rct__ttl span {
    display: block;
    margin-bottom: 0.65em;
  }
}
.p-front-rct__txt {
  font-size: 2.875rem;
  line-height: 1.45;
  font-weight: 600;
  color: #0b316a;
  margin-bottom: 3.5rem;
}
@media (width <= 767px) {
  .p-front-rct__txt {
    font-size: clamp(1.5rem, 7.6923076923vw, 1.875rem);
    margin-bottom: 3rem;
    margin-right: -5.12vw;
  }
}

:root {
  --color-blue: #2c61b0;
  --color-lightblue: #F1F8FF;
  --color-gray: #f1f3f5;
}

.inner1600 {
  max-width: 1600px;
  width: 90%;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .inner1600 {
    width: calc(100% - 40px);
  }
}
.inner1400 {
  max-width: 1400px;
  width: 90%;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .inner1400 {
    width: calc(100% - 40px);
  }
}
.inner1200 {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .inner1200 {
    width: calc(100% - 40px);
  }
}
.inner1000 {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .inner1000 {
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .inner-wide-sp {
    width: 100%;
  }
}
.inner-wide {
  width: 100%;
}

/* -----------------------
body
----------------------- */
.company-body {
  background: var(--color-gray);
}

#sdgs-bread {
  padding: 1rem 0 30px;
}

.sdgs-bread {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-inline: auto;
  font-size: 14px;
}
@media (max-width: 767px) {
  .sdgs-bread {
    font-size: 12px;
  }
}
.sdgs-bread .material-icons.icon-blue {
  color: #2c61b0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .sdgs-bread .material-icons.icon-blue {
    font-size: 12px;
  }
}
.sdgs-bread .aioseo-breadcrumbs {
  display: flex;
  align-items: center;
}
.sdgs-bread .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  margin-inline: 12px;
  color: #999;
  font-size: 16px;
}
@media (max-width: 767px) {
  .sdgs-bread .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
    font-size: 14px;
    margin-inline: 8px;
  }
}

.sdgs-header_box {
  margin-top: -180px;
}
@media (max-width: 992px) {
  .sdgs-header_box {
    margin-top: -15%;
  }
}
@media (max-width: 767px) {
  .sdgs-header_box {
    margin-top: -25%;
  }
}
.sdgs-header_box h1 {
  font-size: clamp(40px, 5.2151238592vw, 50px);
  font-family: "Shippori Mincho B1", serif;
}
@media (max-width: 767px) {
  .sdgs-header_box h1 {
    font-size: clamp(30px, 9.375vw, 32px);
  }
}
.sdgs-header_box_inner {
  position: relative;
  z-index: 1;
  background: var(--color-blue);
  color: #fff;
  padding: 50px 80px;
  border-radius: 8px;
  min-width: 560px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .sdgs-header_box_inner {
    padding: 5vw;
  }
}
@media (max-width: 992px) {
  .sdgs-header_box_inner {
    min-width: 60%;
  }
}
@media (max-width: 767px) {
  .sdgs-header_box_inner {
    border-radius: 4px;
    min-width: auto;
    width: 100%;
    padding: 6vw;
    align-items: flex-start;
  }
}
.sdgs-header_box .left {
  flex-grow: 1;
  border-right: solid 1px #fff;
  padding-right: 2.5%;
  margin-right: 5%;
}
@media (max-width: 1400px) {
  .sdgs-header_box .left .companytop-header_box .left {
    padding-right: 5vw;
    margin-right: 3vw;
  }
}
@media (max-width: 767px) {
  .sdgs-header_box .left {
    border-right: none;
    border-bottom: solid 1px #fff;
    padding: 0 0 5vw 0;
    margin: 0 0 5vw 0;
  }
}
.sdgs-header_box .left h1 {
  font-size: clamp(2.375rem, 4.1666666667vw, 5rem);
}
@media (width <= 1279px) {
  .sdgs-header_box .left h1 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .sdgs-header_box .left h1 {
    font-size: clamp(30px, 9.375vw, 32px);
  }
}
.sdgs-header_box .left h1 span {
  display: block;
  font-size: clamp(20px, 2.6041666667vw, 40px);
  color: #fff;
}
@media (max-width: 767px) {
  .sdgs-header_box .left h1 span {
    font-size: clamp(24px, 7.5vw, 32px);
    margin-top: 2vw;
  }
}
.sdgs-header_box .right p {
  font-size: clamp(20px, 2.6041666667vw, 40px);
}
@media (max-width: 767px) {
  .sdgs-header_box .right p {
    font-size: clamp(1.25rem, 6.6666666667vw, 1.625rem);
  }
}
.sdgs-header_ttl {
  margin-bottom: clamp(20px, 2.6075619296vw, 40px);
}
@media (max-width: 767px) {
  .sdgs-header_ttl {
    margin-bottom: clamp(20px, 6.25vw, 30px);
  }
}
@media (max-width: 767px) {
  .sdgs-header_ttl span {
    display: block;
  }
}
.sdgs-header_ttl span:first-child {
  color: #b6fbff;
  font-size: clamp(30px, 9.375vw, 32px);
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sdgs-header_ttl span:first-child {
    font-size: clamp(24px, 7.5vw, 32px);
  }
}
.sdgs-header_ttl span:last-child {
  font-size: clamp(18px, 5.625vw, 20px);
  font-family: "Shippori Mincho B1", serif;
  position: relative;
  padding-left: 60px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .sdgs-header_ttl span:last-child {
    font-size: clamp(16px, 5vw, 18px);
    margin-left: 0;
    margin-top: 10px;
  }
}
.sdgs-header_ttl span:last-child::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #ccc;
  left: 0;
  top: 50%;
}

.p-sdgs {
  padding: 26px 0 120px;
}
@media (width <= 767px) {
  .p-sdgs {
    padding: 10px 0 80px;
  }
}
@media (width <= 767px) {
  .p-sdgs__sect {
    margin-inline: -20px;
  }
}
.p-sdgs__sect + .p-sdgs__sect {
  margin-top: 5rem;
}
@media (width <= 767px) {
  .p-sdgs__sect + .p-sdgs__sect {
    margin-top: 2.5rem;
  }
}
.p-sdgs__inner {
  padding-bottom: 4rem;
}
@media (width <= 767px) {
  .p-sdgs__inner {
    padding-bottom: 2.5rem;
  }
}
.p-sdgs__inner + .p-sdgs__inner {
  padding-top: 4rem;
  border-top: 1px solid #ccc;
}
@media (width <= 767px) {
  .p-sdgs__inner + .p-sdgs__inner {
    padding-top: 2.5rem;
  }
}
.p-sdgs__bg--white {
  background-color: #fff;
  padding: 120px 100px 56px;
}
@media (width <= 1279px) {
  .p-sdgs__bg--white {
    padding: 120px 50px 56px;
  }
}
@media (width <= 767px) {
  .p-sdgs__bg--white {
    padding: 4rem 5.12vw 1.5rem;
  }
}
.p-sdgs__bg--lightBlue {
  background-color: #F1F8FF;
  padding: 80px 100px;
}
@media (width <= 1279px) {
  .p-sdgs__bg--lightBlue {
    padding: 80px 50px;
  }
}
@media (width <= 767px) {
  .p-sdgs__bg--lightBlue {
    padding: 40px 5.12vw;
  }
}
.p-sdgs__logo {
  max-width: 800px;
  margin-inline: auto;
}
.p-sdgs__ttl--lv1 {
  margin-top: 120px;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .p-sdgs__ttl--lv1 {
    margin-top: 4rem;
    padding: clamp(20px, 6.25vw, 30px) 0 clamp(30px, 9.375vw, 60px);
    font-size: clamp(26px, 8.125vw, 28px);
    letter-spacing: -0.05em;
  }
}
.p-sdgs__ttl--lv1::before, .p-sdgs__ttl--lv1::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 2px;
}
.p-sdgs__ttl--lv1::before {
  width: 100%;
  background: #ccc;
}
.p-sdgs__ttl--lv1::after {
  width: 23.8333333333%;
  background: var(--color-blue);
}
@media (max-width: 767px) {
  .p-sdgs__ttl--lv1::after {
    width: 40%;
  }
}
.p-sdgs__ttl--lv2 {
  font-size: 32px;
  position: relative;
  padding-left: 0.7em;
  margin-bottom: clamp(30px, 3.9113428944vw, 40px);
}
@media (max-width: 767px) {
  .p-sdgs__ttl--lv2 {
    margin-bottom: unset;
    font-size: 22px;
    line-height: 1.59;
  }
}
.p-sdgs__ttl--lv2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 24px;
  background: var(--color-blue);
  border-radius: 2px;
}
@media (max-width: 767px) {
  .p-sdgs__ttl--lv2::before {
    width: 6px;
    height: 22px;
    top: 0.795em;
  }
}
.p-sdgs__txt01 {
  margin-top: 1.5rem;
  margin-bottom: 5rem;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: normal;
}
@media (width <= 767px) {
  .p-sdgs__txt01 {
    margin-top: 12px;
    margin-bottom: 3rem;
    font-size: 18px; /*IE9以前に対応する*/
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.p-sdgs__txt02 {
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: normal;
}
@media (width <= 767px) {
  .p-sdgs__txt02 {
    margin-top: 1rem;
    font-size: 16px; /*IE9以前に対応する*/
    font-size: 1rem;
  }
}
.p-sdgs__icon-row {
  margin: 1.5rem 0;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(auto, 143px));
}
@media (width <= 767px) {
  .p-sdgs__icon-row {
    margin-top: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(auto, 112px));
    gap: 7px;
  }
}
.p-sdgs__img {
  margin-top: 3rem;
}
@media (width <= 767px) {
  .p-sdgs__img {
    margin-top: 1.5rem;
  }
}
.p-sdgs__list {
  margin-top: 2rem;
  margin-left: 0.5em;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: normal;
}
@media (width <= 767px) {
  .p-sdgs__list {
    margin-top: 1.5rem;
    font-size: 16px; /*IE9以前に対応する*/
    font-size: 1rem;
    line-height: 2;
  }
}
.p-sdgs__item + .p-sdgs__item {
  margin-top: 0.5rem;
}
@media (width <= 767px) {
  .p-sdgs__item + .p-sdgs__item {
    margin-top: 1em;
  }
}
.p-sdgs__row {
  display: flex;
  align-items: center;
  -moz-column-gap: 11.5%;
       column-gap: 11.5%;
}
@media (width <= 1599px) {
  .p-sdgs__row {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (width <= 1279px) {
  .p-sdgs__row {
    flex-direction: column;
    row-gap: 2.5rem;
  }
}
.p-sdgs__col-txt {
  flex-grow: 1;
}
.p-sdgs__col-img {
  flex-shrink: 0;
  flex-basis: 38.8333333333%;
}
@media (width <= 1279px) {
  .p-sdgs__col-img {
    max-width: 466px;
    margin-inline: auto;
  }
}
@media (width <= 767px) {
  .p-sdgs__col-img {
    max-width: 350px;
  }
}