@charset "UTF-8";

/* CSS Document */
.main {
  background-color: #E7F9FF;
}

.header nav ul {
  justify-content: flex-end;
  gap: 30px;
}

/* slide show */
.slide {
  top: -63px;
}

.slide img {
  width: 100%;
  height: 59vw;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.slider-item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 75vh;
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;
  /*背景画像をリピートしない*/
  background-position: center;
  /*背景画像の位置を中央に*/
  background-size: cover;
  /*背景画像が.slider-item全体を覆い表示*/
  object-fit: cover;
  position: relative;
  z-index: 1;
}

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  /*絶対配置にする*/
  top: 85%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 8px solid #E7F9FF;
  /*矢印の色*/
  border-right: 8px solid #E7F9FF;
  /*矢印の色*/
  height: 60px;
  width: 60px;
  opacity: 0.6;
}

.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #fff;
  /*ドットボタンの色*/
}

/*========= レイアウトのためのCSS ===============*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
a:active {
  text-decoration: none;
}

/* slide show */

.wrapper {
  margin-bottom: -80px;
}

.section-top {
  position: relative;
  background-color: #fff;
}

.section-top__image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 20em;
}

.section-top__image-message {
  color: #FFF;
  position: absolute;
  top: 75%;
  left: 35%;
  transform: translateY(-50%);
  text-align: left;
  animation: text 1.5s linear both;
  z-index: 1;
}

@keyframes text {
  0% {
    opacity: 0;
    filter: blur(50px);
    left: 15%;
  }

  100% {
    opacity: 1;
    filter: blur(0);
    left: 5%;
  }
}

.section-top__image-message h2 {
  font-size: 4.4rem;
  font-weight: 450;
  color: #fff;
  line-height: 130%;
  letter-spacing: 1px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
}

/* .section-top__image-message p {
  font-size: 2.0rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-style: italic;
} */

/* .section-top__image-message button {
  background-color: #FF6634;
  border: none;
  color: white;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 2.8rem;
  box-shadow: 2px 2px 2px 1px rgba(100, 100, 100, 0.25);
  border-radius: 8px;
} */

.section-top li h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  position: relative;
  z-index: 1;

}

.button:hover {
  background-color: #1A3185;
  color: #fff;
  transition: 0.5s;
}

.section-all {
  color: #1A3185;
  font-weight: 600;
  background-color: #fff;
  width: 100%;
}

.section-all h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-size: 4.4rem;
  color: #1A3185;
  line-height: 120%;
  font-weight: 480;
  letter-spacing: 0.7px;
}

.section-who {
  position: relative;
  padding: 250px 0 300px;
  z-index: 0;
}


.section-who h2,
.section-who p {
  position: relative;
  z-index: 3;
}

.section-who h2 {
  font-size: 52px;
}

.section-who p {
  font-size: 2.2rem;
  font-weight: 450;
  color: #1A3185;
  line-height: 250%;
  letter-spacing: 0.7px;
  margin-top: 12px;
}

.who_bg {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
  object-fit: contain;
  object-position: center;
  z-index: 0;
}

.who-img_01 {
  position: absolute;
  width: 20%;
  top: 31px;
  bottom: 55px;
  left: 187px;
  height: 180px;
  object-fit: contain;
}

.who-img_02 {
  position: absolute;
  width: 21%;
  height: 100%;
  top: 123px;
  left: 0px;
  right: 0;
  height: 180px;
  object-fit: cover;
}

.who-img_03 {
  position: absolute;
  width: 25%;
  height: 180px;
  object-fit: cover;
  bottom: 150px;
  right: 0;
}

.who-img_04 {
  position: absolute;
  width: 15%;
  bottom: 50px;
  right: 300px;
  z-index: 0;
}


.section-values {
  background-color: #FFF;
  padding: 12px 24px;
  text-align: center;
  padding: 0 0 25px 0;
}

.section-values h2 {
  margin-bottom: 0;
  padding: 50px 0 25px;
  font-size: 3.7rem;

}

.section-values ul {
  display: flex;
  margin: 0 auto;
  /* justify-content? */
}

.section-values ul li {
  width: calc(100% / 3);
  position: relative;
  z-index: 1;
}

.section-values_en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.7rem;
  font-style: italic;
  font-weight: 480;
  color: #1A3185;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 1;
}

.section-values_jp {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1A3185;
  position: relative;
  z-index: 1;
}

.section-values_img {
  object-fit: cover;
  aspect-ratio: 12/10;
  padding-bottom: 24px;
  position: relative;
  z-index: 1;
}

.section-unique {
  background-color: #fff;
  padding: 12px 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #1A3185;
  line-height: 120%;
  letter-spacing: 1px;
}

.unique_bg {
  width: 80%;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-unique {
  position: relative;
  padding: 150px 0 200px;
}

.section-unique h2,
.section-unique p {
  position: relative;
  z-index: 1;
}

.section-unique p {
  font-size: 1.8rem;
  font-weight: 450;
  color: #1A3185;
  line-height: 200%;
  letter-spacing: 1px;
  margin-top: 16px;
}

.section-voices {
  padding: 0px 24px 100px;
  text-align: center;
  position: center;
  z-index: 99999;
}

.section-voices h2 {
  font-size: 3.7rem;
  padding: 24px 0;
  margin: 0 auto;
  letter-spacing: 1.3px;
}

.section-voices h4 {
  font-size: 16px;
  text-align: left;
  padding: 10px 0 8px;
  font-weight: 700;
  color: #1A3185;
}

.section-voices p {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  line-height: 170%;
  letter-spacing: 0.5px;
}

.section-voices ul {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.section-voices ul li {
  width: 32%;
  z-index: 1;
}

.section-voices_image img {
  object-fit: cover;
  aspect-ratio: 4/3;
}

.section-voices_image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 300px;
  border-radius: 10px;
}

@media(max-width: 767px) {
  .slide img {
    width: 100%;
    height: 115vw;
    object-fit: cover;
  }

  .section-voices_image {
    border-radius: 0;
  }

  .section-voices {
    margin: 0 auto;
    display: block;
    padding: 0;
    position: relative;
    z-index: 1;
  }

  .section-voices ul {
    margin: 0 auto;
    display: block;
  }

  .section-voices ul li {
    width: 100%;
  }

  .section-voices h2 {
    font-weight: 540;
    font-size: 27px;
    padding: 20px 0;
    margin-bottom: 0;
  }

  .section-voices h3 {
    font-size: 16px;
    padding: 4px 0 24px 0;
    font-weight: 500;
  }

  .section-voices h4 {
    font-size: 16px;
    padding: 12px 12px 0px;
    font-weight: 800;
  }

  .section-voices p {
    padding: 6px 12px 24px;
    margin: 0 auto;
    font-size: 1.3rem;
    letter-spacing: 0.3px;
    color: #1A3185;
    line-height: 1.5;
    z-index: 1;
    position: relative;
    font-weight: 450;
  }
}

.section-join {
  background-color: #FFF;
  padding: 12px 24px;
  text-align: center;
}

.join_bg {
  background-image: url();
  z-index: 0;
}

.section-join {
  position: relative;
  padding: 90px 0 200px;
}

.section-join h2,
.section-join p {
  position: relative;
  z-index: 1;
}

.section-join P {
  font-size: 1.8rem;
  font-weight: 450;
  color: #1A3185;
  line-height: 200%;
  letter-spacing: 1px;
  margin-top: 16px;
}

.section-join button {
  background-color: #ff6634;
  border: none;
  color: white;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 500;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin: 24px 0 0 0;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}

.join_bg {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.section-faqs {
  background-color: #E7F9FF;
  /* padding: 0 24px; */
  text-align: center;
  position: relative;
  z-index: 1;
}

.section-faqs h2 {
  font-size: 3.7rem;
  padding-top: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section-faqs h3 {
  font-size: 18px;
  padding: 5px 0 0px 0;
  position: relative;
  z-index: 1;
}

.accordion-container {
  margin: 60px auto 0;
  max-width: 960px;
  width: 70%;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
}

.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  background: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 464;
  padding: 28px 70px 28px 24px;
  position: relative;
  letter-spacing: 1px;
  color: #1A3185;
}

.accordion-title:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 32px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #ff8859;
  border-right: 3px solid #ff8859;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}

.accordion-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-text {
  background: #fff;
  border-top: 1px solid #E7F9FF;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: none;
  padding: 24px 130px;
}


.accordion-text p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 169%;
  letter-spacing: 0.7px;
}

.footer {
  background-image: url();
  background-color: #ffffff;
  min-height: 190px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 1;
}


@media(max-width: 767px) {
  .section-all h2 {
    color: #1A3185;
  }

  .header-content-wrapper {
    margin: 0 auto;
    position: relative;
  }

  .slider {
    height: 40vh;
  }

  .slider-item {
    height: 40vh;
  }

  .slick-prev,
  .slick-next {
    top: 85%;
    right: 5.5%;
    border-top: 2px solid #E7F9FF;
    /*矢印の色*/
    border-right: 2px solid #E7F9FF;
    /*矢印の色*/
    height: 18px;
    width: 18px;
    cursor: pointer;
  }


  .slick-prev {
    left: 5.5%;
  }

  .section-top__image {
    width: 100%;
  }

  .section-top__image-message {
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    text-align: left;
    animation: text 1.5s linear both;
    z-index: 1;
  }


  .section-top__image-message button {
    padding: 10px 16px;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .slick-dots {
    margin: -33px auto 30px;
  }

  .section-top__image-message h2 {
    font-size: 25px;
    line-height: 125%;
  }

  .section-top__image-message p {
    font-size: 16px;
    padding: 8px 0 16px 0;
    margin: 0 auto;
  }

  .section-who {
    margin: 0 auto;
    display: block;
    padding: 100px 0 16px;
  }

  .who_bg {
    width: 100%;
    height: 25vh;
    object-fit: cover;
    top: 70%;
    left: 50%;
  }

  .section-who h2 {
    padding: 0 25px;
    font-size: 3.0rem;
    letter-spacing: 0.7px;
    font-weight: 540;
  }

  .section-who p {
    font-size: 16.5px;
    font-weight: 500;
    color: #1A3185;
    line-height: 200%;
    letter-spacing: 0.5px;
    padding: 0 16px;
  }

  .section-who ul {
    display: block;
  }

  .section-who ul li {
    margin: 0;
    padding-bottom: 25px;
  }

  .section-who ul li:first-child {
    margin-right: 40px
  }

  .section-who ul li:last-child {
    margin-left: 40px;
  }

  .section-values {
    margin: 0 auto;
    display: block;
    padding: 64px 0;
  }

  .section-values h2 {
    font-size: 3.0rem;
    font-weight: 540;
    letter-spacing: 0.7px;
    text-align: center;
    padding: 30px 0 0;
  }

  .section-values ul {
    display: block;
    position: center;
  }

  .section-values ul li {
    margin: 0;
    width: 100%;
  }

  .section-values ul li:first-child {
    margin-right: 40px
  }

  .section- ul li:last-child {
    margin-left: 40px;
  }

  .section-values_img {
    object-fit: cover;
    aspect-ratio: 7 / 6;
    padding: 20px 0;
  }

  .section-values_en {
    font-size: 2.4rem;
    font-style: italic;
    font-weight: 540;
    letter-spacing: 0.7px;
    line-height: 0;
  }

  .section-values_jp {
    font-size: 13px;
    font-weight: 700;
  }

  .section-unique {
    padding: 37px 0 70px;
  }

  .unique_bg {
    object-fit: cover;
    width: 100%;
    height: 50vw;
    top: 47%;
    left: 50%;
  }

  .section-unique h2 {
    font-size: 3.0rem;
    font-weight: 540;
    letter-spacing: 0.7px;
    margin: 0 auto;
  }

  .section-unique p {
    font-size: 13.5px;
    font-weight: 500;
    padding: 0px 12px;
    color: #1A3185;
    line-height: 200%;
    letter-spacing: 0.5px;
    margin-top: 16px;
  }

  .section-join h2 {
    font-size: 3.0rem;
    letter-spacing: 0.7px;
    font-weight: 540;
  }

  .join_bg {
    width: 100%;
    height: 75vh;
    top: 26%;
  }

  .section-join p {
    font-size: 13.5px;
    font-weight: 500;
    padding: 8px 16px;
    color: #1A3185;
    line-height: 200%;
    letter-spacing: 0.5px;
    margin: 0 auto;
  }

  .section-join {
    position: relative;
    padding: 75px 0 80px;
  }

  .section-join button {
    margin-top: 8px;
    font-size: 16px;
  }

  .section-faqs {
    padding: 0;
  }

  .section-faqs h2 {
    font-size: 27px;
    font-weight: 540;
    padding: 24px 0 0 0;
    margin: 0;
  }

  .section-faqs h3 {
    font-size: 16px;
    padding: 4px 0 24px 0;
    font-weight: 500;
  }

  .accordion-title {
    text-align: left;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.7px;
    padding: 16px 70px 16px 16px;
  }

  .accordion-title:after {
    width: 12px;
    height: 12px;
  }

  .accordion-text {
    padding: 16px 24px;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 400;
    color: #1A3185;
    line-height: 200%;
  }

  .accordion-text p {
    text-align: left;
    font-size: 1.3rem;
    font-weight: 450;
    line-height: 1.55;
    letter-spacing: 0.5px;
  }

  .accordion-container {
    margin: 0;
    width: 100%;
    padding: 0 0 60px 0;
  }
}