@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1:wght@700&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and ( max-width: 900px ) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.header-logo {
  position: absolute;
  left: 0;
}
.header-logo img {
  height: 8rem;
  width: auto;
}

h1 {
  color: #007CA2;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-weight: 300;
}
@media screen and ( max-width: 900px ) {
  h1 {
    font-size: 2rem;
  }
}

@media screen and ( max-width: 900px ) {
  .header-title {
    margin-left: 4rem;
  }
}

.cta__container {
  background-color: #86DBE7;
  padding: 5.2rem 6.8rem;
}
@media screen and ( max-width: 900px ) {
  .cta__container {
    padding: 5.2rem 3%;
  }
}

.cta__bg {
  background-color: #fff;
  border-radius: 200px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 3.2rem 6.9rem 5.7rem 13.1rem;
}
@media screen and ( max-width: 900px ) {
  .cta__bg {
    padding: 0.8rem 4rem 0.8rem 5rem;
  }
}

.cta__button {
  display: block;
  position: relative;
}
.cta__button::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: -8rem;
  width: 17.9rem;
  height: 16.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/cta-fukidashi.webp) no-repeat center center/contain;
}
@media screen and ( max-width: 900px ) {
  .cta__button::after {
    width: 35%;
    left: -5rem;
    top: 1rem;
  }
}

.cta__text {
  font-size: 2.4rem;
  line-height: 3rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1.1rem;
}
@media screen and ( max-width: 900px ) {
  .cta__text {
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.2;
  }
}
.cta__text::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2.5rem;
  width: 1px;
  height: 100%;
  background: #4F402C;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.cta__text::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  width: 1px;
  height: 100%;
  background: #4F402C;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.container {
  padding: 9rem 0 8.7rem;
}

.section-ttl {
  color: #000;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  text-shadow: 0px 2px 6px rgba(255, 255, 255, 0.8);
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #FFF;
  font-family: "Shippori Mincho B1", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 6.3rem;
}
@media screen and ( max-width: 900px ) {
  .section-ttl {
    font-size: 3.6rem;
  }
}
.section-ttl span {
  color: #0172B0;
  font-size: 4.8rem;
  font-weight: 700;
}
@media screen and ( max-width: 900px ) {
  .section-ttl span {
    font-size: 4.4rem;
  }
}

.reason {
  background: linear-gradient(48deg, rgba(255, 255, 255, 0) 22.31%, rgba(48, 190, 234, 0.25) 72.59%);
}

.reason__contents {
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 80rem;
  margin: 0 auto;
  padding: 3.8rem 6.6rem 4.2rem 3.4rem;
}
@media screen and ( max-width: 900px ) {
  .reason__contents {
    padding: 3.8rem 5% 3.4rem;
    width: 95%;
  }
}
.reason__contents li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DDCFB6;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.5rem;
  gap: 1rem;
  padding-left: 1rem;
}
@media screen and ( max-width: 900px ) {
  .reason__contents li {
    gap: 2rem;
  }
}
.reason__contents li + li {
  margin-top: 0.5rem;
}
.reason__contents li span {
  background: -webkit-gradient(linear, left bottom, left top, from(#0285A8), to(#0BC2D7));
  background: linear-gradient(0deg, #0285A8 0%, #0BC2D7 100%);
  font-family: "Shippori Mincho B1", serif;
  color: #FFF;
  font-size: 2.6rem;
  font-weight: 700;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
  padding-bottom: 0.5rem;
}
.reason__contents li p {
  color: #4F402C;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 5.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and ( max-width: 900px ) {
  .reason__contents li p {
    line-height: 1.6;
  }
}

.achievements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.9rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100rem;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6.2rem;
}

.achievements__item {
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 2.4rem 0 1.8rem;
  width: 314px;
}
.achievements__item h3 {
  color: #0172B0;
  text-align: center;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 3rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.8rem;
}
.achievements__item img {
  margin-bottom: 0.8rem;
}
.achievements__item p {
  text-align: center;
}

.achievements__item-text1 {
  color: #99782A;
  text-align: center;
  -webkit-font-feature-settings: "halt" on, "pwid" on;
          font-feature-settings: "halt" on, "pwid" on;
  font-size: 3.2rem;
  margin-bottom: 0.8rem;
}

.achievements__item-text2 {
  color: #FFF;
  text-align: center;
  -webkit-font-feature-settings: "halt" on, "pwid" on;
          font-feature-settings: "halt" on, "pwid" on;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #FF2868;
  background: #FF2868;
}

.achievements__item-content {
  padding: 0 2.8rem;
}

.achievements__img {
  max-width: 727px;
  margin: 0 auto;
  width: 95%;
}

.achievements {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF4CE), to(rgba(212, 172, 0, 0.5)));
  background: linear-gradient(0deg, #FFF4CE 0%, rgba(212, 172, 0, 0.5) 100%);
}

.fz36 {
  font-size: 3.6rem;
}

.glaph {
  background: #FFF4CE;
}

.glaph-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
  padding: 2.5rem 5.1rem 2.7rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 4rem;
}
@media screen and ( max-width: 900px ) {
  .glaph-item__flex {
    padding: 2.5rem 3% 2.7rem;
    row-gap: 7rem;
    height: auto;
  }
}

.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.glaph__item {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  background: #FFF;
}
.glaph__item + .glaph__item {
  margin-top: 4.9rem;
}

.glaph__item-title {
  color: #FFF;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: -webkit-gradient(linear, left top, right top, from(#0BC2D7), to(#007CA2));
  background: linear-gradient(90deg, #0BC2D7 0%, #007CA2 100%);
  padding: 1.7rem 0;
}
.glaph__item-title span {
  color: #FFF067;
}

.glaph-item__flex-content {
  width: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 2rem;
}
.glaph-item__flex-content h4 {
  border: 1px solid #FF2868;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "Shippori Mincho B1";
  font-size: 2rem;
  font-weight: 700;
  padding: 0.6rem 0.5rem 0.5rem 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media screen and ( max-width: 900px ) {
  .glaph-item__flex-content h4 {
    font-size: 14px;
  }
}

.glaph__contents {
  max-width: 100rem;
  margin: 0 auto;
  width: 90%;
}

.glaph-item__flex-img {
  margin: 0 auto;
  margin-bottom: 1rem;
}
.glaph-item__flex-img img {
  width: auto;
  margin: 0 auto;
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.glaph-item__flex-img1 {
  height: 25rem;
}

@media screen and (max-width: 450px) {
  .sp-w80 {
    width: 80% !important;
  }
}

.glaph-item__flex-text {
  border: 1px solid #FF2868;
  color: #000;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "Shippori Mincho B1";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  padding: 0.9rem 3rem 0.8rem;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.glaph-item__flex-text span {
  color: #FF2868;
}
@media screen and ( max-width: 900px ) {
  .glaph-item__flex-text {
    padding: 0.9rem 3% 0.8rem;
    font-size: 14px;
  }
}

.glaph-item__flex-text2 {
  padding: 0.9rem 1rem 0.8rem;
}

.pc-only {
  display: block;
}
@media screen and ( max-width: 900px ) {
  .pc-only {
    display: none;
  }
}

.glaph-item__flex-img4 {
  max-height: 303px;
  margin-top: 3.8rem;
}
@media screen and ( max-width: 900px ) {
  .glaph-item__flex-img4 {
    margin: 0;
  }
}

.glaph-item__flex-text4 {
  width: 89%;
  margin: 0 auto;
}
@media screen and ( max-width: 900px ) {
  .glaph-item__flex-text4 {
    width: 97%;
    margin: 0 auto;
    margin-bottom: 2.7rem;
  }
}

.block-1__container {
  padding: 6.5rem 0 7.6rem;
}
.block-1__container p {
  text-align: center;
  color: #4F402C;
  -webkit-font-feature-settings: "halt" on, "liga" off;
          font-feature-settings: "halt" on, "liga" off;
  font-family: "Shippori Mincho B1";
  font-size: 3.2rem;
  font-weight: 700;
}
.block-1__container p span {
  color: #99782A;
  border-bottom: 2px solid #99782A;
}
.block-1__container .text-box {
  color: #FF2868;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "Shippori Mincho B1";
  font-size: 4.8rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #FF2868;
  margin: 0 auto;
  padding: 0.2rem 3.6rem 0.8rem;
  margin-top: 1.7rem;
}
@media screen and ( max-width: 900px ) {
  .block-1__container .text-box {
    font-size: 3.6rem;
  }
}

.simulation {
  background: linear-gradient(48deg, rgba(255, 255, 255, 0) 22.31%, rgba(48, 190, 234, 0.25) 72.59%);
}

.simulation__img {
  position: relative;
}

.simulation__img-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.merit {
  background: #DDF4FC;
}

.merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 3.3rem 3.5rem;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 4.4rem;
}
@media screen and ( max-width: 900px ) {
  .merit__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.merit__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and ( max-width: 900px ) {
  .merit__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.merit__item + .merit__item {
  margin-top: 3.2rem;
}

.merit__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.merit__item-text h3 {
  color: #0172B0;
  -webkit-font-feature-settings: "halt" on, "pwid" on;
          font-feature-settings: "halt" on, "pwid" on;
  font-family: "Shippori Mincho B1";
  font-size: 3.2rem;
  font-weight: 800;
  line-height: normal;
  margin-top: 4.2rem;
  margin-bottom: 2.6rem;
}
@media screen and ( max-width: 900px ) {
  .merit__item-text h3 {
    font-size: 2.8rem;
  }
}
.merit__item-text p {
  color: #4F402C;
  -webkit-font-feature-settings: "halt" on, "pwid" on;
          font-feature-settings: "halt" on, "pwid" on;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  /* 166.667% */
}

.merit__item-img {
  width: 40%;
}
@media screen and ( max-width: 900px ) {
  .merit__item-img {
    margin: 0 auto;
    width: 80%;
  }
}

.mt20 {
  margin-top: 2rem !important;
}

.contact__title {
  background: -webkit-gradient(linear, left top, right top, from(#0BC2D7), to(#007CA2));
  background: linear-gradient(90deg, #0BC2D7 0%, #007CA2 100%);
  padding: 4rem 0;
  position: relative;
}
.contact__title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 26px solid transparent;
  border-left: 26px solid transparent;
  border-top: 26px solid #06A1BE;
  border-bottom: 0;
}
.contact__title p {
  color: #FFF;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 1.1rem;
}
@media screen and ( max-width: 900px ) {
  .contact__title p {
    font-size: 2.6rem;
  }
}
.contact__title h2 {
  color: #FFF067;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and ( max-width: 900px ) {
  .contact__title h2 {
    font-size: 3.6rem;
  }
}

.footer {
  background: -webkit-gradient(linear, left top, right top, from(#0BC2D7), to(#007CA2));
  background: linear-gradient(90deg, #0BC2D7 0%, #007CA2 100%);
  padding: 4rem 0 3.3rem;
  color: #FFF;
}
.footer h2 {
  color: #FFF;
  text-align: center;
  -webkit-font-feature-settings: "halt" on, "pwid" on;
          font-feature-settings: "halt" on, "pwid" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1.7rem;
}
.footer ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #FFF;
  -webkit-font-feature-settings: "halt" on, "pwid" on;
          font-feature-settings: "halt" on, "pwid" on;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and ( max-width: 900px ) {
  .mt-50-sp {
    margin-top: -5rem;
  }
}

.contact .container {
  padding-top: 0;
}

@media screen and (max-width: 1000px) {
  .achievements__list .slick-slide {
    opacity: 0.5;
    /* 両サイドのスライドを少し透過 */
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    /* 両サイドのスライドを少し小さく */
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .achievements__list .slick-current {
    opacity: 1;
    /* 中央のスライドは完全表示 */
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 中央のスライドは等倍 */
  }
  .achievements__list .slick-track {
    padding: 20px 0;
    /* スライド全体の上下パディング */
  }
  .achievements__list .slick-prev,
  .achievements__list .slick-next {
    z-index: 1;
  }
  .achievements__list .slick-prev {
    left: 10px;
  }
  .achievements__list .slick-next {
    right: 10px;
  }
  .achievements__list .slick-dots {
    bottom: -30px;
  }
}
.pb-27 {
  padding-bottom: 27px;
}
@media screen and ( max-width: 900px ) {
  .pb-27 {
    padding-bottom: 2.7rem;
  }
}/*# sourceMappingURL=style.css.map */