@charset "utf-8";
/* CSS Document */

article,
footer {
  position: relative;
  z-index: +1;
}

/* ===============================
	FV
 =============================== */
#fv {
  background: var(--C-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  z-index: 0;  
  display: none;        
  opacity: 0;     
}
.fv_open #fv {
  display: flex;
  opacity: 1;
  z-index: 999;     
  animation: fade-out 3s 1 ease;  
}
@keyframes fade-out {
  90% {
    opacity: 1;     
  }
  100% {      
    opacity: 0;  
  }
}

/* ===============================
	MV
 =============================== */
#mv {
  height: 750px;
  position: relative;
  z-index: +2;
}
#mv_txt_sub {
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 3.083333333333333;
  writing-mode: tb;  
  color: var(--C-white);
  height: max-content;  
  position: absolute;
  top: 36px;
  left: 34px;
  z-index: +1;
}
#mv_txt_main_con {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  z-index: +1;
  margin: auto;
}
#mv_txt_main p {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#mv_txt_main span {
  font-family: "Lato", sans-serif;    
  font-size: 220px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: .92;  
  color: var(--C-white);
}
.mv_splide,
.mv_splide .splide__track {
  width: 100% !important;  
  max-width: none !important;  
  height: 100% !important;
}
.mv_splide .splide__slide {
  width: 100% !important;
  max-width: 100% !important;
}
.mv_splide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 920px) {
  #mv_txt_main span {
    font-size: clamp(160px,220 / 920 * 100vw,220px);
  }
}
@media screen and (max-width: 640px) {
  #mv {
    height: 125.78125vw;
  }
  #mv_txt_sub {
    font-size: 3.4375vw;
    top: 5.3125vw;
    left: 3.125vw;
  }
  #mv_txt_main {
    bottom: -11.5625vw;
  }
  #mv_txt_main span { 
    font-size: 23.4375vw;
  }
}

/* ===============================
	mv_about
 =============================== */
#mv_about {
  opacity: 1;
  transition: opacity 0.3s ease;      
  height: 100vh;    
}
#mv_about.hidden {
  opacity: 0;
  transition: opacity 0.3s ease;  
  pointer-events: none;  
}
#mv_about > div {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;  
  display: flex;
  flex-direction: row;  
  width: fit-content;
  height: 100%;
  margin: auto;
  z-index: 0;
}
#mv_about.add > div {
  position: absolute; 
}
#mv_about .txt_con {
  background: var(--C-blue);
  border-image-source: linear-gradient(var(--C-blue), var(--C-blue));
  border-image-slice: 0 fill;
  border-image-outset: 100vw;
  height: fit-content;
  width: 50%;
  margin: auto 0;    
  padding: 98px 7.14285714285714% 98px 14.28571428571429%;
}
#mv_about .txt_con h2 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.571428571428571;
  color: var(--C-white);
  margin-bottom: 12px;
}
#mv_about .txt_con p {
  font-size: 15px;
  line-height: 1.666666666666667;
  color: var(--C-white);  
  margin-bottom: 74px;
}
#mv_about .img_con {
  width: 50%;
}
#mv_about .img_con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 640px) {
  #mv_about {
    background: var(--C-blue);
    height: 130vh;
    flex-direction: column;
    position: relative;   
  }  
  #mv_about > div {
    height: 140vh;
    flex-direction: column;
    gap: 13.4375vw;    
    top: auto; 
    padding-bottom: 0;    
  }
  #mv_about .txt_con {
    width: 100%;
    margin-bottom: 0;       
    padding: 20vw 10.625vw 0;
  }
  #mv_about .txt_con h2 {
    font-size: 4.6875vw;
    line-height: 1.333333333333333;
    margin-bottom: 12px;
  }
  #mv_about .txt_con p {
    font-size: 3.6vw;
    line-height: 1.45;  
    margin-bottom: 13.75vw;
  }
  #mv_about .img_con {
    width: 78.125vw;
    margin: auto;      
    margin-top: 0;      
  }  
  #mv_about .btn {
    margin: auto;
  }  
}

/* ===============================
	about
 =============================== */
#about {
  background-color: var(--C-white);
  background-image: url(../img/home/about_bg_1.webp), url(../img/home/about_bg_2.webp);
  background-size: 886px auto, cover;
  background-repeat: no-repeat;
  background-position: center;  
  text-align: center;
  height: 774px;
}
#about * {
  color: var(--C-blue);
}
#about .wrap {
  padding-top: 110px;  
  padding-bottom: 230px;  
}
#about .img_con {
  display: none;
}
#about .common_title + span {
  margin: auto;
}
#about h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 46px;
  margin-bottom: 16px;
}
#about p {
  font-size: 15px;
  line-height: 2.666666666666667;
}
@media screen and (max-width: 640px) {
  #about {
    background-image: url(../img/home/about_bg_1.webp), url(../img/home/about_bg_2_sp.webp);
    background-size: 107.5vw,cover;
    height: auto;    
  }
  #about .wrap {
    overflow: visible;
    padding-top: 40.3125vw;    
    padding-bottom: 13.125vw;    
  }
  #about h3 {
    font-size: 4.2vw;
    line-height: 1.6;
    margin-top: 8.4375vw;
    margin-bottom: 2.8125vw;
  }
  #about p {
    font-size: 3.6vw;
    line-height: 2;
    text-align: left;
  }
}

/* ===============================
	about_list
 =============================== */
#about_list {   
  background: var(--C-white);
}
#about_list section {
  display: flex;
}
#about_list section:nth-child(odd) {
  flex-direction: row;
}
#about_list section:nth-child(even) {
  flex-direction: row-reverse;
}
#about_list section:not(:last-child) {
  margin-bottom: 170px;
}
#about_list .txt_con {
  background: var(--C-gray);
  width: 52.71428571428571%;
}
#about_list section:nth-child(odd) .txt_con {
  padding: 50px 15.28571428571429% 62px 0;
}
#about_list section:nth-child(even) .txt_con {
  padding: 50px 0 62px 15.28571428571429%;
}
#about_list section:nth-child(2) .txt_con {
  padding-top: 80px;
  padding-bottom: 68px;
}
#about_list section:nth-child(3) .txt_con {
  padding-top: 60px;
  padding-bottom: 66px;
}
#about_list section:nth-child(4) .txt_con {
  padding-bottom: 100px;
}
#about_list .txt_con .con_wrap {
  max-width: calc(324px + 40px);
}
#about_list section:nth-child(odd) .txt_con .con_wrap {
  margin-left: auto;
  padding-left: 40px;
}
#about_list section:nth-child(even) .txt_con .con_wrap {
  margin-right: auto;
  padding-right: 40px;
}
#about_list .txt_con h2 {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--C-blue);
  margin-bottom: 10px;
}
#about_list .txt_con h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.388888888888889;
  color: var(--C-blue);
  margin-bottom: 14px;
}
#about_list .txt_con p {
  font-size: 15px;
  line-height: 1.666666666666667;
  color: var(--C-blue);
  margin-bottom: 28px;
}
#about_list section:nth-child(2) .txt_con p {
  margin-bottom: 46px;
}
#about_list section:nth-child(3) .txt_con p {
  margin-bottom: 40px;
}
#about_list .txt_con .btn {
  margin-top: 16px;
}
#about_list .img_con {
  width: 55.42857142857143%;
  height: fit-content;  
  position: relative;  
  z-index: +1;  
  margin-top: -100px;
}
#about_list section:nth-child(odd) .img_con {
  margin-left: -11.57142857142857%;
}
#about_list section:nth-child(even) .img_con {
  margin-right: -11.57142857142857%;
}
#about_list .img_con .about_list_circle {
  width: 280px;
  height: 280px;  
  background: var(--C-yellow);
  border-radius: 1000px;   
  display: block;  
  position: absolute;
  bottom: -164px;
  mix-blend-mode: multiply;  
  margin: auto;
}
#about_list section:nth-child(odd) .img_con .about_list_circle {
  right: 23.19587628865979%;  
}
#about_list section:nth-child(even) .img_con .about_list_circle {
  left: 23.19587628865979%;  
}
#about_list .img_con .about_list_circle_txt {
  text-align: center;  
  width: 280px;  
  position: absolute;
  bottom: -72px;  
  left: 0;
  right: 0;  
  margin: auto;
}
#about_list section:nth-child(odd) .img_con .about_list_circle_txt {
  margin-right: 23.19587628865979%;
}
#about_list section:nth-child(even) .img_con .about_list_circle_txt {
  margin-left: 23.19587628865979%;
}
#about_list .img_con .about_list_circle_txt::before {
  content: '';
  width: 78px;
  height: 18px;
  background: url(../img/common/title_kira.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
}
#about_list .img_con .about_list_circle_txt span {
  font-family: "Lato", sans-serif;    
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.285714285714286;
  color: var(--C-white);  
  display: inline-block;
}
#about_list .about_list_splide {
  margin-top: 30px;
}
#about_list .splide__arrow {
  content: '';
  width: 13px;
  height: 13px;
  background: url(../img/home/about_list_slide_arrow.svg) center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: +1;  
}
#about_list .splide__arrow.splide__arrow--prev {
  left: 10px;
}
#about_list .splide__arrow.splide__arrow--next {
  right: 10px;
  transform: rotate(180deg);
}
#about_list .splide__arrow svg {
  display: none;
}
@media screen and (max-width: 640px) {
  #about_list section:nth-child(odd) {
    flex-direction: column-reverse;
  }
  #about_list section:nth-child(even) {
    flex-direction: column-reverse;
  }
  #about_list section:not(:last-child) {
    margin-bottom: 0;
  }  
  #about_list .txt_con {
    width: 100vw;
    margin-left: -10.9375vw;
  }
  #about_list section:nth-child(odd) .txt_con {
    padding: 27.1875vw 10.9375vw 12.1875vw;
  }
  #about_list section:nth-child(even) .txt_con {
    padding: 27.1875vw 10.9375vw 12.1875vw;
  }
  #about_list .txt_con .con_wrap {
    max-width: 100%;
  }
  #about_list section:nth-child(odd) .txt_con .con_wrap {
    padding-left: 0;
  }
  #about_list section:nth-child(even) .txt_con .con_wrap {
    margin-left: auto;
    padding-right: 0;
  }
  #about_list .txt_con h2 {
    font-size: 5.46875vw;
    text-align: center;
    margin-bottom: 5.3125vw;
  }
  #about_list .txt_con h3 {
    font-size: 4.2vw;
    line-height: 1.6;
    letter-spacing: -0.02em;
    margin-bottom: 1.875vw;
  }
  #about_list .txt_con p {
    font-size: 3.6vw;
    line-height: 2;
    letter-spacing: -0.02em;    
    margin-bottom: 0;
  }
  #about_list .txt_con .btn {
    margin: auto;
    margin-top: 10.625vw;
  }
  #about_list .img_con {
    width: 100vw;
    margin-top: 0;
  }
  #about_list section:nth-child(odd) .img_con {
    margin-left: -10.9375vw;
  }
  #about_list section:nth-child(even) .img_con {
    margin-right: auto;
    margin-left: -10.9375vw;
  }
  #about_list .img_con .about_list_circle {
    width: 43.75vw;
    height: 43.75vw;
    bottom: -20.625vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #about_list section:nth-child(odd) .img_con .about_list_circle {
    right: 0;
  }  
  #about_list section:nth-child(even) .img_con .about_list_circle {
    left: 0;
  }  
  #about_list .img_con .about_list_circle_txt { 
    bottom: -6.6vw;
  }
  #about_list section:nth-child(even) .img_con .about_list_circle_txt {
    margin-left: auto;
  }  
  #about_list section:nth-child(odd) .img_con .about_list_circle_txt {
    margin-right: auto;
  }  
  #about_list .img_con .about_list_circle_txt::before {
    width: 12.1875vw;
    height: 2.8125vw;
    top: -5vw;
  }
  #about_list .img_con .about_list_circle_txt span {
    font-size: 4.375vw;
    letter-spacing: 0.03em;
  }  
  #about_list .about_list_splide {
    margin-top: 0;
  }
  #about_list .splide__arrow {
    width: 3.125vw;
    height: 3.125vw;
  }
  #about_list .splide__arrow.splide__arrow--prev {
    left: 2.5vw;
  }
  #about_list .splide__arrow.splide__arrow--next {
    right: 2.5vw;
  }
}

/* ===============================
	voice
 =============================== */
#voice {
  text-align: center;
  overflow: hidden;
  padding-bottom: 150px;
  z-index: 0;
}
.voice_bg {
  opacity: 1;
  transition: opacity 0.3s ease;      
  width: 100%;
  height: 532px;
  position: relative;
  z-index: -1;
}
.voice_bg.hidden {
  opacity: 0;
  transition: opacity 0.3s ease;  
}
.voice_bg_con {
  background: url(../img/home/voice_bg.webp) center no-repeat;
  background-size: cover;  
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;  
  width: 100%;
  height: 948px;
  margin: auto;  
  z-index: 0;
}
#voice .wrap {
  background: var(--C-white);
  border-image-source: linear-gradient(var(--C-white), var(--C-white));
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;  
}
#voice .wrap_con {   
  padding-top: 170px;    
}
#voice .common_title + span {
  margin: auto;
}
#voice h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--C-blue);
  margin-top: 46px;
  margin-bottom: 16px;
}
#voice h2 + p {
  font-size: 15px;
  line-height: 2.666666666666667;
  color: var(--C-blue);  
}
#voice .btn {
  border-color: var(--C-blue);
  margin: auto;  
}
@media screen and (max-width: 640px) {
  #voice {
    padding-top: 8.4375vw;
    padding-bottom: 23.4375vw;    
  }
  #voice .wrap {
    overflow: visible;
  }  
  .voice_bg {
    display: none;
  }
  #voice .wrap_con {
    padding-top: 23.4375vw;    
  }
  #voice h2 {
    font-size: 4.2vw;
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 7.1875vw;
    margin-bottom: 3.4375vw;
  }
  #voice h2 + p {
    font-size: 3.6vw;
    line-height: 2;
    text-align: left;
  }
}

/* ===============================
	faq
 =============================== */
#faq {
  background: url(../img/home/faq_bg.webp) center no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 72px;
}
#faq .title {
  text-align: center;
  margin-bottom: 14px;
}
#faq .title p {
  font-family: "Lato", sans-serif;     
  font-size: 158px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--C-white);
  display: inline-block;  
}
#faq .btn {
  border-color: var(--C-blue);
  margin: auto;
}
#faq .btn::after {
  width: 13px;
  height: 13px;
  background-image: url(../img/common/btn_icon_star.svg);
  right: 14px;
}
@media screen and (max-width: 640px) {
  #faq {
    background-image: url(../img/home/faq_bg_sp.webp);
    background-size: cover;    
    padding-top: 7.8125vw;
    padding-bottom: 13.4375vw;
  }
  #faq .title {   
    margin-bottom: 2.1875vw;
  }
  #faq .title p {
    font-size: 24.53125vw;
  }
  #faq .btn::after {
    width: 3.125vw;
    height: 3.125vw;
    right: 3.28125vw;
  }
}

/* ===============================
	inst_area
 =============================== */
#inst_area {
  text-align: center;
}
#inst_area .title p {
  font-family: "Lato", sans-serif;  
  font-size: 55px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--C-blue);
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #inst_area .title p { 
    font-size: 8.59375vw;
  }
}

/* ===============================
	profile
 =============================== */
#profile {
  overflow: hidden;
  padding-top: 156px;
  padding-bottom: 190px;
}
#profile .wrap {
  position: relative;
}
#profile .common_title {
  display: flex;
}
#profile .common_title + span::after {
  background-image: url(../img/common/title_star.svg);
  width: 73px;
  height: 13px;
}
#profile .con_wrap {
  width: 35.6%;
}
#profile .con_wrap p {
  font-size: 15px;
  line-height: 1.733333333333333;
  color: var(--C-blue);
  margin-top: 18px;
}
#profile .img_1 {
  position: absolute;
  top: -24px;
  left: 41.8%;
  z-index: -1;  
}
@media screen and (max-width: 640px) {
  #profile {
    padding-top: 22.5vw;
    padding-bottom: 2.1875vw;
  }
  #profile .common_title {
    text-align: center;
  }  
  #profile .common_title + span {
    margin: auto;
  }  
  #profile .common_title + span::after {
    width: 11.40625vw;
    height: 2.03125vw;
  }  
  #profile .con_wrap {
    width: 100%;
  }
  #profile .con_wrap p {
    font-size: 3.6vw;
    line-height: 2;
    margin-top: 6.25vw;
  }
  #profile .img_1 {
    position: relative;
    top: 0;
    left: 0;
    width: 92.8125vw;
    max-width: none;    
    margin-top: 2vw;    
    margin-right: -10.9375vw;    
  }
}