@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:599px */
/* タブレット：min-width:600px */
/* PC：min-width:1025px */
/***************************************
------------- TOP COMMON -------------
***************************************/
.top_ttl {
  font-size: clamp(3.3rem, 3vw, 4.8rem);
  font-weight: 600;
  color: #555555;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: var(--title-font-family);
}

/* PC */
@media screen and (min-width: 1025px) {
  .tablet-only {
    display: none;
  }
}

/* SP */
@media screen and (max-width: 599px) {
  .sp-text-center {
    text-align: center;
  }

  .tablet-only {
    display: none;
  }
}

/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv {
  width: 100%;
  height: auto;
  margin: 80px 0 auto;
  position: relative;
}

#mv img {
  width: 100%;
}

#mv .main_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1200px;
  max-width: 98%;
  height: 100%;
}

#mv .main_copy img {
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
  left: auto;
  margin: auto;
  /*width: 100%;*/
  /*height: auto;*/
  max-width: 800px;
  width: 50%;
  /*max-width: 55%;*/
  /*height: 490px;*/
}

/*@media ( max-width : 1600px ) {*/
/*  #mv .main_copy img {*/
/*    max-width: 53%;*/
/*  }*/
/*}*/

@media screen and (max-width: 599px) {
  #mv {
    margin-top: 70px;
  }

  #mv .main_copy img {
    max-width: 668px;
    max-height: 747px;
    top: auto;
    bottom: 40px;
    right: 0;
    left: 0;
    width: 90%;
  }
}

/***************************************
------------- SEMINAR ------------
***************************************/
.sec_seminar {
  background: #f6f6f6;
  padding: clamp(40px, 10vw, 65px) 0;
}

.sec_seminar .h2_grad {
  padding: 0;
}

.sec_seminar .h2_grad:after {
  content: none;
}

.sec_seminar .h2_grad .grad {
  font-size: 4rem;
}

@media (min-width: 600px) and (max-width: 830px) {
  .sec_seminar .container {
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  .sec_seminar .container {
    padding: 0;
  }
  .sec_seminar .slick-prev,
  .sec_seminar .slick-next {
    z-index: 1;
  }
  .sec_seminar .slick-prev {
    left: 5%;
  }
  .sec_seminar .slick-next {
    right: 5%;
  }
}

.sec_seminar .seminar-slick .slick-slide {
  margin: 0 12px;
}

/***************************************
------------- ABOUT ------------
***************************************/
.sec_about {
  padding: clamp(50px, 10vw, 65px) 0 clamp(50px, 15vw, 80px);
  width: 100%;
  height: 1000px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bg01.jpg) no-repeat center bottom / cover;
  background-attachment: fixed;
}

@media (max-width: 599px) {
  .sec_about {
    height: unset;
    background: url(../img/bg01_sp.jpg) no-repeat center bottom/100%;
    background-attachment: scroll;
  }
}

.sec_about .title {
  font-size: 2rem;
  margin-bottom: 1.5em;
}

@media (max-width: 599px) {
  .sec_about .title {
    font-size: 2.3rem;
  }
}

@media (max-width: 599px) {
  .sec_about figure {
    max-width: 65%;
    margin: 0 auto;
  }
}

.sec_about p {
  line-height: 2;
  font-size: 1.8rem;
}

@media (max-width: 599px) {
  .sec_about p {
    letter-spacing: 0;
  }
}

.sec_about p strong {
  font-size: 1em;
}

.sec_about p + p {
  margin-top: 2em;
}

/***************************************
-------------  ------------
***************************************/
.sec_worries {
  padding: clamp(50px, 10vw, 65px) 0 0;
}

@media (max-width: 599px) {
  .sec_worries {
    padding: clamp(50px, 10vw, 65px) 0 0;
  }
}

.sec_worries h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2em;
}

@media (max-width: 599px) {
  .sec_worries h2 {
    font-size: 2.3rem;
    margin-bottom: 1em;
  }
}

.sec_worries .arrow_text {
  font-size: 2.4rem;
  padding-top: 55px;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 599px) {
  .sec_worries .arrow_text {
    padding-top: 40px;
  }
}

.sec_worries .arrow_text:before {
  content: "";
  display: block;
  position: absolute;
  width: 105px;
  height: 18px;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/icon_arrow_down.png) no-repeat center/contain;
}

.sec_worries .arrow_text strong {
  font-size: 1em;
}

.sec_worries .arrow_text .text-color01 {
  font-size: 2.8rem;
}

@media (max-width: 599px) {
  .sec_worries .arrow_text .text-color01 {
    font-size: clamp(2.2rem, 6.4vw, 2.7rem);
  }
}

/***************************************
------------- VOICE ------------
***************************************/
.sec_voice {
  -webkit-margin-before: -35px;
  margin-block-start: -35px;
  padding: clamp(85px, 9vw, 150px) 0 clamp(50px, 15vw, 80px);
  background: url(../img/bg02.jpg) no-repeat center top/cover;
}

@media (max-width: 599px) {
  .sec_voice {
    margin: 0;
    padding: clamp(100px, 20vw, 150px) 0 clamp(50px, 15vw, 80px);
    background: url(../img/bg02_sp.jpg) no-repeat center top/cover;
  }
}

.sec_voice h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  font-family: var(--title-font-family);
}

@media (max-width: 599px) {
  .sec_voice h2 {
    font-size: 3rem;
    margin-bottom: 0.5em;
  }
}

.sec_voice .text {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}

@media (max-width: 599px) {
  .sec_voice .text {
    font-size: 1.6rem;
  }
}

.sec_voice .voice-item .ofi {
  width: 100%;
  aspect-ratio: 4/3;
  margin: 0;
}

@media (max-width: 599px) {
  .sec_voice .voice-item .ofi {
    margin: 0;
  }
}
.slick-slide {
  margin-right: 25px;
  width: clamp(180px, 75vw, 400px);
}
.voice_ttl {
  text-align: center;
}
/***************************************
------------- MOVIE ------------
***************************************/
.sec_movie {
  padding: clamp(40px, 10vw, 65px) 0 clamp(40px, 15vw, 80px);
}

.sec_movie .container {
  max-width: 900px;
}

@media (max-width: 599px) {
  .sec_movie .container {
    padding: 0 30px;
  }
}

.sec_movie .disc {
  line-height: 1.9;
}

@media (min-width: 600px) {
  .sec_movie .row {
    gap: 40px;
  }
}

@media (max-width: 599px) {
  .sec_movie .row {
    gap: 17px;
  }
}

.sec_movie .youtube {
  position: relative;
  padding-bottom: 50%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.sec_movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube_ttl {
  text-align: center;
}

/***************************************
------------- img ------------
***************************************/
.sec_img img {
  width: 100%;
}

/***************************************
------------- message ------------
***************************************/
.sec_message {
  padding: clamp(40px, 10vw, 65px) 0 clamp(40px, 15vw, 80px);
}

@media (max-width: 599px) {
  .sec_message .container.sp-wide {
    padding: 0;
  }
}

@media (max-width: 599px) {
  .sec_message .sp-container {
    padding: 0 15px;
  }
}

@media (min-width: 600px) {
  .sec_message .row {
    grid-template-columns: 220px 1fr;
    gap: 40px;
  }

  .sec_message .row .col-4,
  .sec_message .row .col-8 {
    grid-column: auto;
  }
}

.sec_message .profile_img {
  text-align: center;
}

@media (max-width: 599px) {
  .sec_message .profile_img img {
    width: 59.4594594595%;
    margin: 0 auto;
  }
}

.sec_message .name_text {
  font-size: 1.4rem;
}

.sec_message .name_text .name {
  font-size: 2.4rem;
  font-weight: bold;
}

.sec_message .con_bnr {
  padding-top: 40px;
  margin-top: 40px;
  border-top: solid 1px #959595;
}

@media (min-width: 600px) {
  .sec_message .con_bnr a img {
    max-width: 101%;
  }
}

.sec_message .h3_grad {
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .sec_message .h3_grad {
    margin-left: 4%;
  }
}

.sec_message .h3_grad .grad {
  display: inline;
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.1em;
}

@media (max-width: 599px) {
  .sec_message .h3_grad .grad {
    font-size: 3rem;
  }
}

.sec_message .h3_grad .ja {
  font-weight: bold;
  font-size: 1.8rem;
  margin-left: 1em;
  display: inline-block;
}

@media (max-width: 599px) {
  .sec_message .h3_grad .ja {
    font-size: 1.4rem;
  }
}

/***************************************
------------- NEWS ------------
***************************************/
.sec_news {
  background: #f6f6f6;
  padding: clamp(40px, 10vw, 65px) 0 clamp(40px, 15vw, 80px);
}

@media (max-width: 599px) {
  .sec_news .row + .row {
    margin-top: 40px;
  }
}

.sec_news .h3_grad {
  text-align: center;
}

.sec_news .h3_grad .grad {
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.1em;
}

@media (max-width: 599px) {
  .sec_news .h3_grad .grad {
    font-size: 3rem;
  }
}

.sec_news .sns_text {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1.3em;
}

.sec_news .sns_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

@media (max-width: 599px) {
  .sec_news .sns_list {
    width: 75.6756756757%;
    margin: 0 auto;
    gap: 20px;
    flex-direction: column;
  }
}

/***************************************
------------- FLOW ------------
***************************************/
.sec_flow {
  padding: clamp(40px, 10vw, 65px) 0 clamp(50px, 15vw, 80px);
}

.sec_flow .flow_list {
  display: flex;
  gap: 0;
}

@media (max-width: 599px) {
  .sec_flow .flow_list {
    flex-direction: column;
  }
}

.sec_flow .flow_list li {
  width: calc((100% - 80px) / 3);
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding: 25px 20px;
  letter-spacing: 0;
}

@media (min-width: 600px) {
  .sec_flow .flow_list li {
    display: flex;
    flex-direction: column;
  }
}

.sec_flow .flow_list li.arrow {
  width: 40px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 599px) {
  .sec_flow .flow_list li.arrow {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}

.sec_flow .flow_list li.arrow i {
  font-size: 3rem;
  color: var(--base-color02);
  font-weight: 600;
}

@media (max-width: 599px) {
  .sec_flow .flow_list li:not(.arrow) {
    padding: 20px 15px;
    width: 100%;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    grid-template-rows: 0.5fr 1.5fr;
    gap: 0px 10px;
    grid-template-areas: "figure ttl" "figure text";
    align-items: center;
  }
}

.sec_flow .flow_list li:not(.arrow):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f39800;
  border-image-source: linear-gradient(45deg, #f25b2d 0%, #f39800 100%);
  border-image-slice: 1;
}

.sec_flow .flow_list li figure {
  text-align: center;
}

@media (max-width: 599px) {
  .sec_flow .flow_list li figure {
    grid-area: figure;
    max-width: 78%;
    margin: 0 auto;
  }
}

@media (min-width: 600px) {
  .sec_flow .flow_list li figure img {
    max-height: 130px;
    margin: 0 auto;
  }
}

.sec_flow .flow_list li .num {
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 4rem;
  background: linear-gradient(90deg, #f25b2d, #fa8421 67%, #ffa800);
  background: -webkit-linear-gradient(0deg, #f25b2d, #fa8421 67%, #ffa800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 10px;
  top: 0;
}

@media (max-width: 599px) {
  .sec_flow .flow_list li .num {
    font-size: 3.5rem;
    left: 15px;
  }
}

.sec_flow .flow_list li .flow_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: var(--base-color01);
  letter-spacing: 0;
}

@media (max-width: 599px) {
  .sec_flow .flow_list li .flow_ttl {
    grid-area: ttl;
    text-align: left;
  }
}

@media (max-width: 599px) {
  .sec_flow .flow_list li p {
    grid-area: text;
    font-size: 1.5rem;
  }
}

.sec_flow .flow_list li a {
  font-weight: bold;
  position: relative;
  color: #f39800;
  display: inline-block;
}

.sec_flow .flow_list li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #f39800;
}

/***************************************
------------- QA ------------
***************************************/
.sec_faq {
  background: #f6f6f6;
  padding: clamp(40px, 10vw, 65px) 0 clamp(40px, 15vw, 80px);
}

@media (max-width: 599px) {
  .sec_faq h2 + p {
    font-size: 1.4rem;
  }
}

/***************************************
-------------  ------------
***************************************/
.sec_tips {
  padding: 0 0 min(6%, 100px);
}

/*# sourceMappingURL=top.css.map */



/*----------------------------
fade-in ｜下から上へ出現
----------------------------*/
.fade-in {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.fade-in.on {
  transform: translateY(0);
  opacity: 1.0;
}