@charset "UTF-8";

/* font */
.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fz40 {
  font-size: 40px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.s-bold {
  font-weight: 700;
}

.s-wh-space {
  white-space: nowrap;
}

body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* kv */ 

.kv-area {
  position: relative;
}

.kv-logo {
  position: static;
  /* position: absolute;
  top: 20px;
  left: 30px; */
  margin: 2.6% 0 3% 4%;
  width: 100px;
}
.kv-logo a {
  display: block;
}

.kv-area .btn_area {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .kv-logo {
    width: 18.7345%;
    /* top: 2%;
    left: 5%;
    width: 13vw; */
    padding: 5px 0 8px 5px;
  }
  .kv-txt {
    bottom: 30%;
    font-size: 4.4vw;
  }

  .kv-area .btn_area {
    max-width: 330px;
  }
}

.sec_ttl {
  color: #3892B9;
  border-bottom: solid 2px #3892B9;
  font-size: 56px;
  width: 89.745%;
  padding: 0;
}

.sec_exp {
  color: #333333;
  font-size: 25px;
}

.sec_sub_ttl {
  display: inline-block;
  background-color: #639BB4;
  border-radius: 50px;
  color: #ffffff;
  font-size: 40px;
  padding: 1.6% 3%;
  margin: 0;
  line-height: 1.3;
}

@media screen and (max-width: 750px) {
  .sec_exp {
    font-size: 4vw;
  }

  .sec_sub_ttl {
    font-size: 20px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.6% 3% 1.9%;
  }

  #slider .slick-track > li img {
    margin: 0 auto;
    width: 80%;
  }
}

.sec_inner {
  border-radius: 50px 50px 0 0;
  margin-top: 20px;
  padding: 0 0 24px;
}

.sec_item {
  padding: 50px 25px 0;
}

.sec_item:first-child {
  padding-top: 60px;
}

.sec_item .sec_exp {
  margin-top: 16px;
}

.slider_02 {
  margin-top: 16px;
}

.slider_02 .slick-track>li img {
  height: auto;
}

.slider_02 .slick-list {
  max-height: 430px;
}

.slider_02.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.mini_text {
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 18px;
  text-align: left;
  color: #6F6F6F;
  list-style: disc;
  margin: 0 auto;
  padding: 1% 0 1% 18%;
  width: 60%;
}

.balloon_ttl {
  color: #333333;
  margin-bottom: 16px;
}

.balloon_ttl:before,
.balloon_ttl:after {
  background-color: #3892B9;
}

.accordion-table li:nth-child(2n) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .3em .5em;
}

.point_item {
  margin: 0 auto;
  width: 89.745%;
}

.point_item:not(:first-child) {
  margin-top: 60px;
}

.point_item .item_head {
  display: flex;
  flex-direction: row;
  font-size: clamp(1.25rem, .810rem + 1.878vw, 2.5rem);
}

.point_item .item_head > p {
  margin: 0;
}

.point_item .item_head .sec_subttl_num {
  margin-right: 8px;
  max-width: 120px;
}

.point_item .item_head .sec_subttl {
  color: #333333;
  text-align: left;
  padding-top: 5px;
}

.point_item > figure {
  margin: 15px auto 0;
  max-width: 684px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .sec_ttl {
    font-size: 28px;
  }

  .mini_text {
    max-width: 230px;
    font-size: 13px;
    width: 80%;
    padding: 1% 0 1% 15%;
  }

  .slider_02.slick-dotted.slick-slider {
    margin-bottom: 40px;
  }

  .balloon_ttl:before,
  .balloon_ttl:after {
    width: .512vw;
  }

  .point_item .item_head .sec_subttl_num {
    max-width: 60px;
  }
  
  .accordion-table li:nth-child(2n-1) {
    font-size: 13px;
  }

  .accordion-table li:nth-child(2n) {
    padding: .3em .5em;
  }

  .sec_item:first-child {
    padding-top: 20px;
  }
}

.accordion-area01 {
  margin: 32px auto 0;
}

.float_btn_wrap.active {
  background-color: rgba(56,146,185,.8);
}

.float_btn_wrap .btn_area {
  max-width: 600px;
  margin: 0 auto;
}

.float_btn_wrap a {
  display: block;
  margin: 0 auto;
  width: 89.745%;
  max-width: 720px;
}

.head_sub {
  margin-bottom: -15%;
}

.txt_bubble {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 14px 25px;
  border: 4px solid #c5bf04;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: left;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.txt_bubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #c5bf04 transparent transparent;
  translate: -50% 100%;
}

.txt_bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 11.4px 7.6px 0 7.6px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.txt_bubble > span {
  font-size: 40px;
}

.slider_02 li.slide_img {
  width: 684px;
}

@media screen and (max-width: 750px) {
  .txt_bubble {
    font-size: 16px;
  }

  .txt_bubble > span {
    font-size: 20px;
  }

  .slider_02 .slick-list {
    max-height: 215px;
  }

  .slider_02 li.slide_img {
    height: auto;
    width: 342px;
  }

  #footer .link li {
    padding-bottom: .4em;
    margin: 0;
  }
}

@media screen and (min-width: 751px) {
  #footer .link {
    display: flex;
    justify-content: center;
  }
}



#section_01 .sec_inner {
  background-color: #EEF2F9;
}

#section_01 .sec_ttl {
  margin-bottom: 0;
  font-size: 56px;
}

#section_01 .sec_sub_ttl {
  margin-bottom: 0;
}

#section_01 .mini_text {
  padding: 1% 0 1% 9%;
  max-width: 300px;
}

.section_01 .sec_exp {
  font-size: 25px;
}

@media screen and (max-width: 750px) {
  #section_01 {
    margin-top: 60px;
    padding: 0 0 11.538vw;
  }

  #section_01 .sec_ttl {
    margin-bottom: 16px;
    font-size: 28px;
  }

  #section_01 .mini_text {
    padding: 1% 0 1% 13%;
    max-width: 200px;
  }
  .section_01 .sec_exp {
    font-size: 4vw;
  }
}

#section_02 {
  padding: 0;
}

#section_03 .sec_inner {
  padding-top: 40px;
  background-color: #FCFBDE;
}

#section_03 .txt_img {
  margin: 40px auto 80px;
  max-width: 684px;
  width: 89.745%;
}

#section_03 .mini_text {
  padding: 1% 0 1% 8%;
  max-width: 330px;
}

#section_03 .sec_hardcv.mini_text {
  padding: 1% 0 1% 11%;
}

#section_04 {
  background-color: initial;
}

#section_05 .sec_inner {
  background-color: #FFF8F8;
  border-radius: initial;
  padding: 20px;
}

#section_05 .sec_exp {
  font-size: 25px;
  font-weight: initial;
}

#section_05 .sec_img {
  margin: 20px auto;
  width: 80%;
}

.order-list > li {
  align-items: center;
}

.section_05 .order-num {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  #section_03 .mini_text {
    padding: 1% 0 1% 11%;
    max-width: 230px;
  }

  #section_04 .sec_ttl {
    font-size: 24px;
  }

  .section_04 figure {
    width: 89.6vw;
  }

  #section_05 .sec_exp {
    font-size: 15px;
  }
}


