@charset "utf-8";
/*トップページCSS*/
.sec_mainimg img {
  width: 100%;
  height: auto;
}
.sec_mainimg .text_box {
  position: relative;
  z-index: 100;
  margin: 100px auto -25px;
  width: 80%;
  max-width: 780px;
  align-items: center;
}
.sec_mainimg .logo_kogao {
  width: 50%;
}
.sec_mainimg .main_text {
  width: 45%;
}
.sec_mainimg .slider {
  width: 100vw;
  margin: 0 auto;
}
.sec_mainimg .slider figure {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 1 / 1.05;
}
.sec_mainimg .slider figure img.im_slide {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_mainimg .slider figure .tx_slide {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  top: 0;
}
.sec_mainimg .slick-slide {
  margin: 0 10px;
}
.sec_mainimg .slick-dots {
  bottom: -30px;
}
.sec_mainimg .slick-dots li button:before {
  font-size: 12px;
}

.flow_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 65px;
}
.flow_con .flow_box {
  position: relative;
  flex: calc(100/3);
}
.flow_con .flow_box:not(:last-of-type)::after {
  content: '';
  background: url(../img/top/ic_arrow_step.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  opacity: 0;  
}
.sec_step .flow_con .flow_box.inview {
  opacity: 1;
}
.flow_con .flow_box.is_show:not(:last-of-type)::after {
  animation: fadeInArrow 0.5s ease forwards;
}
@keyframes fadeInArrow {
  0% {
    opacity: 0;
    transform: translate(-50%,-50%) scale(.6,.6);
    -webkit-transform:translate(-50%,-50%) scale(.6,.6);
    -moz-transform:translate(-50%,-50%) scale(.6,.6);
    -ms-transform:translate(-50%,-50%) scale(.6,.6);
    -o-transform:translate(-50%,-50%) scale(.6,.6);
  }
  100% {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1,1);
    -webkit-transform:translate(-50%,-50%) scale(1,1);
    -moz-transform:translate(-50%,-50%) scale(1,1);
    -ms-transform:translate(-50%,-50%) scale(1,1);
    -o-transform:translate(-50%,-50%) scale(1,1);
  }
}
.flow_con .flow_box .flow_text {
  position: relative;
  padding-top: 11px;
  padding-bottom: 13px;
  text-align: center;
}
.flow_con .flow_box .flow_text img {
  width: 78%;
  height: auto;
}
.flow_con .flow_box .flow_img {
  position: relative;
}
.title_price {
  margin-top: 40px;
  margin-bottom: 20px;
}
.title_price img {
  height: 23px;
  width: 100%;
}
.price_con > * {
  flex: 0 0 49%;
  border: 3px solid var(--primary);
  background-color: #fff;
}
.sec_step {
  margin-bottom: 0;
}
.sec_step .top_text01 {
  margin-bottom: 45px;
  margin-bottom: 25px;
}
.sec_step .top_text01 img {
  max-width: 370px;
}
.sec_step .kogao40min {
  margin-bottom: 50px;
}
.sec_step .kogao40min img {
  max-width: 440px;
}
.sec_step .flow_con .flow_box .flow_text {
  background-color: var(--primary02);
  border-radius: 0 20px 0 0;
}
.sec_step .flow_con .flow_box .flow_img {
  height: 120px;
}
.sec_step .flow_con .flow_box.step01 .flow_img {
  background: url(../img/top/im_step01.jpg) 80% / cover no-repeat;
}
.sec_step .flow_con .flow_box.step02 .flow_img {
  background: url(../img/top/im_step02.jpg) 80% / cover no-repeat;
}
.sec_step .flow_con .flow_box.step03 .flow_img {
  background: url(../img/top/im_step03.jpg) 80% / cover no-repeat;
}
.sec_plus .top_text02 {
  margin-bottom: 50px;
  padding: 30px;
  position: relative;
}
.sec_plus .top_text02::after {
  content: '';
  transform: translateX(-50%);
  width: 50px;
  height: 43px;
  background: url(../img/top/top_text02_dc.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -35px;
  left: 50%;
}
.sec_plus .top_text02 img {
  height: auto;
  width: 440px;
  margin: auto;
}
.sec_plus .choice20min {
  margin-bottom: 65px;
}
.sec_plus .choice20min img {
  max-width: 440px;
}
.sec_plus .flow_con .flow_box::before {
  content: '';
  width: 58px;
  height: 58px;
  max-width: 25%;
  background: url(../img/common/ic_plus.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -29px;
  left: 15px;
  z-index: 10;
}
.sec_plus .flow_con .flow_box .flow_text {
  background-color: var(--blue_sub );
  border-radius: 20px 20px 0 0;
}
.sec_plus .flow_con .flow_box .flow_text {
  padding: 0;
}
.sec_plus .flow_con .flow_box .flow_text img {
  width: 100%;
  max-width: auto;
}
.sec_plus .flow_con .flow_box .flow_img {
  position: relative;
  border-radius: 0 0 20px 20px;
}
.sec_plus .flow_con .flow_box.plus01 .flow_img {
  background: url(../img/top/im_plus01.jpg) 80% / cover no-repeat;
}
.sec_plus .flow_con .flow_box.plus02 .flow_img {
  background: url(../img/top/im_plus02.jpg) 80% / cover no-repeat;
}
.sec_plus .flow_con .flow_box.plus03 .flow_img {
  background: url(../img/top/im_plus03.jpg) 80% / cover no-repeat;
}
.sec_plus .flow_con .flow_box .flow_img img {
  position: absolute;
  width: 90%;
  height: auto;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.sec_plus .flow_con .flow_box:not(:last-of-type)::after {
  background: url(../img/common/ic_or.svg) no-repeat center;
  background-size: contain;
}
.sec_plus .tx_price {
  border: 3px solid var(--blue);
}
.sec_plus .top_text03 img {
  height: 20px;
  width: auto;
}
.sec_info {
  padding-top: 60px;
}
.sec_info .div_h3 h3 {
  padding-bottom: 6px;
  border-bottom: 2px solid var(--primary);
  align-items: end;
}
.sec_info .div_h3 h3 img.title_h3 {
  height: 18px;
  width: auto;
}
.sec_info .div_h3 h3 img.link_news {
  height: 12px;
  width: auto;
}
@media (min-width: 769px) {
  .flow_con .flow_box:not(:last-of-type)::after {
    right: -57px;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 24px;
    height: 30px;
  }
  .sec_step .flow_con .flow_box.is_show:nth-of-type(1)::after {
    animation-delay: 0.5s;
  }
  .sec_step .flow_con .flow_box.is_show:nth-of-type(2)::after {
    animation-delay: 1s;
  }
  .link01 {
    margin-top: 40px;
  }
  .sec_plus .link01:hover {
    background-color: var(--blue);
  }
  .sec_plus .flow_con .flow_box .flow_text img {
    width: 85%;
  }
  .sec_plus .flow_con .flow_box .flow_img {
    height: 150px;
  }
  .sec_plus .top_text03 {
    margin-top: 20px;
  }
}
@media (min-width: 800px) {
  .sec_plus .flow_con .flow_box .flow_img {
    height: 150px;
  }
}
@media (min-width:1025px) {
  .sec_mainimg .text_box {
    margin: 120px auto -28px;
  }
  .sec_mainimg .slider figure {
    aspect-ratio: 3 / 2.6;
  }
  .sec_step .flow_con .flow_box .flow_img {
    height: 150px;
  }
  .sec_plus .flow_con .flow_box .flow_img {
    height: 190px;
  }
}

@media (min-width: 1367px) {
  .sec_mainimg .slider figure {
    aspect-ratio: 3 / 2.4;
  }
  .sec_mainimg .text_box {
    margin: 150px auto -27px;
  }
  .flow_con {
    column-gap: 65px;
  }
  .flow_con .flow_box:not(:last-of-type)::after {
    right: -61px;
    width: 27px;
    height: 33px;
  }
  .sec_step .flow_con .flow_box .flow_img {
    height: 145px;
  }
  .sec_plus .flow_con .flow_box .flow_img {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .con {
    width: 80%;
  }
  .sec_mainimg .text_box {
    width: 100%;
    max-width: 500px;
    margin: 60px auto -30px;
  }
  .sec_mainimg .logo_kogao {
    width: 93%;
    margin: 0 auto 1em;
  }
  .sec_mainimg .main_text {
    width: 85%;
    margin: auto;
  }
  .sec_mainimg .main_text .svg_icon {
    width: 60%;
  }
  .sec_mainimg .slider {
    width: 95%;
    max-width: 650px;
  }
  .sec_mainimg .slider figure {
    border-radius: 35px
  }
  .sec_mainimg .slider figure .tx_slide {
    width: 90%;
    height: auto;
    left: 49%;
    top: 53%;
    transform: translate(-50%, -50%);
  }
  .sec_mainimg .slider figure img.im_slide {
    width: 130%;
    height: 130%;
  }
  .sec_mainimg .slider figure.im_slide03 .tx_slide {
    left: 42%;
    top: 53%;
  }
  .sec_step .kogao40min {
    margin-bottom: 30px;
  }
  .sec_step .top_text_mob01 {
    margin-bottom: 15px;
  }
  .flow_con {
    flex-wrap: wrap;
    gap: 55px;
  }
  .flow_con .flow_box {
    flex: 0 0 100%;
  }
  .sec_step .flow_con .flow_box:not(:last-of-type)::after {
    left: 50%;
    bottom: -53px;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 20px;
    height: 25px;
  }
  .sec_step .flow_con .flow_box.is_show:not(:last-of-type)::after {
    animation: fadeInArrow_step 0.6s ease forwards;
  }
  @keyframes fadeInArrow_step {
    0% {
      opacity: 0;
      transform: translate(-50%, -50%) rotate(90deg) scale(.6,.6);
      -webkit-transform:translate(-50%, -50%) rotate(90deg) scale(.6,.6);
      -moz-transform:translate(-50%, -50%) rotate(90deg) scale(.6,.6);
      -ms-transform:translate(-50%, -50%) rotate(90deg) scale(.6,.6);
      -o-transform:translate(-50%, -50%) rotate(90deg) scale(.6,.6);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, -50%) rotate(90deg) scale(1,1);
      -webkit-transform:translate(-50%, -50%) rotate(90deg) scale(1,1);
      -moz-transform:translate(-50%, -50%) rotate(90deg) scale(1,1);
      -ms-transform:translate(-50%, -50%) rotate(90deg) scale(1,1);
      -o-transform:translate(-50%, -50%) rotate(90deg) scale(1,1);
    }
  }
  .sec_step .flow_con .flow_box .flow_img {
    height: 250px;
  }
  .title_price {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .title_price img {
    height: 18px;
  }
  .price_con > *:not(:last-of-type) {
    margin-bottom: 10px;
  } 
  .price_con > * {
    margin: auto;
  }
  .link01 {
    margin-top: 30px;
  }
  .sec_plus .top_text02 {
    margin-bottom: 45px;
    padding: 18px 18px 20px;
  }
  .sec_plus .top_text02::after {
    width: 31px;
    height: 23px;
    bottom: -18px;
  }
  .sec_plus .top_text02 img {
    height: 24px;
  }
  .sec_plus .flow_con {
    gap: 70px;
  }
  .sec_plus .flow_con .flow_box .flow_img {
    height: 300px;
  }
  .sec_plus .flow_con .flow_box .flow_img img {
    width: auto;
    top: 49%;
    transform: translate(-50%, -50%);
    height: 85%;
  }
  .sec_plus .top_text03 {
    margin-bottom: 15px;
  }
  .sec_plus .top_text03 img {
    height: 16px;
  }
  .sec_plus .flow_con .flow_box:not(:last-of-type)::after {
    left: 50%;
    bottom: -55px;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 21px;
  }
  .sec_info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec_info .div_h3:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .sec_info .div_h3 h3 {
    /* padding-bottom: 5px; */
  }
  .sec_info .div_h3 h3 img.title_h3 {
    height: 16px;
  }
  .sec_info .div_h3 h3 img.link_news {
    height: 10px;
  }
}

@media (max-width:1024px) {
}

@media screen and (max-width: 480px) {
  .sec_step .flow_con .flow_box .flow_text img {
    width: 80%;
  }
  .sec_plus .flow_con .flow_box .flow_text img {
    width: 95%;
  }
  .flow_con .flow_box .flow_text {
    padding-top: 13px;
    padding-bottom: 15px;
  }
  .sec_step .flow_con .flow_box .flow_img {
    height: 155px;
  }
  .sec_plus .flow_con .flow_box .flow_img {
    height: 210px;
    margin-top: -12px;
  }
}