@charset "utf-8";
/*レイアウト*/
.top_contents{
  position: relative;
}
.top_section{
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .top_section {
    padding: 50px 0;
  }
}


/*メインヴィジュアル*/
.top_main_visual{
  background: #C9C7BC;
  height: 977px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_main_visual .inner{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
@media screen and (max-width: 640px) {
  .top_main_visual .inner {
      padding: 0 30px;
  }
}

.top_main_visual .row{
  display: flex;
  max-width: 1446px;
  width: 100%;
  align-items: center;
}

.top_main_visual .row .box1{
  width:593px;
  color: #fff;
}

.top_main_visual .row .box1 .catch1{
  font-weight: bold;
  font-size: var(--font66);
  text-align: left;
  color: #fff;
  margin-bottom: 0em;

}
.top_main_visual .row .box1 .catch2{
  font-weight: bold;
  font-size: var(--font41);
  text-align: left;
  color: #fff;
  margin-bottom: 0.1em;
}
.top_main_visual .row .box1 .msg{
  font-weight: 500;
  font-size: var(--font14);
  line-height: 28px;
  text-align: left;
  color: #fff;
  margin-bottom: 2.5em;
}
.top_main_visual .row .box1 .button1{
  position: relative;
  width: 100%;
  display: block;
  max-width: 425px;
  height: auto;
  padding: 25px 100px 25px 48px;
  color: #fff;
  font-weight: bold;
  font-size: var(--font30);
  text-align: left;
  border-radius: 13px;
background: linear-gradient(to right, #ffda46 0%, #e3b600 100%);
}
.top_main_visual .row .box1 .button1::after{
  content: '';
  position: absolute;
  right: 30px;
  top: 51%;
  transform: translateY(-50%);
  width: 56px;
  height: 23px;
  background: url(../svg/button_arrow_r.svg) no-repeat  50% 50% / 100%;
}

.top_main_visual .row .box2{
  width: calc(100% - 593px);
}

.top_main_visual .row .box2 img{
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 1400px) {
  .top_main_visual {
    background: #C9C7BC;
    height: auto;
    aspect-ratio: 1000 / 725;
  }

  .top_main_visual .row{
    margin-top: -10%;
  }

  .top_main_visual .row .box1 .catch1{
    font-size: 5vw;
  }
  .top_main_visual .row .box1 .catch2{
    font-size: 3vw;
    margin-bottom: 0.1em;
  }

  .top_main_visual .row .box1 .msg{
    font-size:1.15vw;
    line-height: 1.5;
    margin-bottom: 2.5em;
  }


  .top_main_visual .row .box1{
    width: 45%;
    padding-right: 3%;
  }

  .top_main_visual .row .box2{
    width: 55%;
  }

  .top_main_visual .row .box1 .button1{
    position: relative;
    padding: 0.8em 100px 0.8em 2em;
    color: #fff;
    font-weight: bold;
    font-size: 2.25vw;
    background: linear-gradient(to right, #ffda46 0%, #e3b600 100%);
  }

  .top_main_visual .row .box1 .button1::after{
    content: '';
    position: absolute;
    right: 30px;
    top: 51%;
    transform: translateY(-50%);
    width: 10%;
    height: auto;
    aspect-ratio: 56 / 23;
    background: url(../svg/button_arrow_r.svg) no-repeat  50% 50% / 100%;
  }
}

@media screen and (max-width: 1024px) {
  .top_container{
    padding-top: 70px;
  }

  .top_main_visual {
    padding-top: 50px;
  }

  .top_main_visual .row .box1 .catch1{
    font-size: 8vw;
    margin-bottom: 0em;
    line-height: 1;
  }
  .top_main_visual .row .box1 .catch2{
    font-size: 6vw;
    margin-bottom: 0.1em;
  }

  .top_main_visual .row .box1 .msg {
      font-size: 2.6vw;
      line-height: 1.5;
  }

  .top_main_visual {
    background: #C9C7BC;
    height: auto;
    aspect-ratio: 0;
    padding-bottom: 94px;
  }

  .top_main_visual .inner{
    position: static;
  }

  .top_main_visual .row{
    margin-top: 0%;
    display: block;
  }

  .top_main_visual .row .box1{
    width: 100%;
    margin-bottom:30px;
  }

  .top_main_visual .row .box2{
    width: 100%;
  }

  .top_main_visual .row .box1 .button1 {
    width: 100%;
    position: relative;
    padding: 0.8em 2em 0.8em 1.5em;
    font-size: var(--font28);
    max-width: none;
  }
}

@media screen and (max-width: 768px) {

  .top_main_visual .row{
    margin-top: 0%;
    display: block;
  }

  .top_main_visual .row .box1{
    width: 100%;
  }

  .top_main_visual .row .box2{
    width: 100%;
  }

  .top_main_visual .row .box1 .button1 {
    font-size: 5vw;
  }
}



.top_section_news{
  position: absolute;
  margin-top: -160px;
  width: 100%;
  left:0;
  top:0;
  z-index: 3;
}

.new_list_wrap{
  padding: 18px 18px 18px 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
}

.new_list{
  width: 100%;
  height: 274px;
  padding-right: 30px;
  overflow-y: auto;
}

.new_list article:not(:last-child){
  border-bottom: 1px solid#DEDEDE;
}

.new_list article a{
  display: flex;
  align-items: center;
  padding: 10px 0;
  flex-wrap:wrap;
}

.new_list article a .img{
  width: 50px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
  /* background: url(...); */
}

.new_list article a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new_list article a time{
  margin-left: 0px;
  text-align: center;
  width: 160px;
  font-weight: bold;
  color: var(--main-clr);
  font-size: var(--font16);
  font-family: var(--sub-font);
}

.new_list article a .ttl{
  font-weight: bold;
  color: var(--font16);
  width: calc(100% - 160px - 50px);
}

@media screen and (max-width: 1024px) {

  .top_section_news {
    margin-top: -50px;
    justify-content: flex-start;
  }

  .new_list_wrap {
    padding: 1em 1.5em;
    border-radius: 10px;
  }

  .new_list {
    height: 230px;
    padding-right: 20px;
  }
  .new_list article a {
    padding: 15px 0;
  }

  .new_list article a time{
    text-align: left;
    font-size: var(--font22);
    margin-bottom: 0;
    padding-left: 20px;
    align-self: center;
    width: calc(100% - 50px);
  }

  .new_list article a .ttl{
    width: 100%;
    font-size: var(--font20);
    line-height: 1.4;
    margin-top: 10px;
  }
}

/*
サービス
*/

.top_section_service .msg1{
  font-weight: bold;
  font-size: var(--font26);
  margin-bottom: 30px;
  text-align: center;
}

.top_section_service .figure_area{
  position: relative;
  max-width: 1096px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.top_section_service .figure_area .note{
  font-size: var(--font18);
  text-align: right;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {

  .guarantee_section .img {
    width: 30%;
  }
  .guarantee_section .text {
    width: 70%;
  }

  .top_section_service .figure_area {
    position: relative;
    margin-bottom: 64px;
  }

  .guarantee_section .text p {
    font-size: var(--font18);
  }
}

/* セクション本体 */
.curve_bg,
.curve_bg2{
  position:absolute;
  height:100%;
  width: 100%;
  left:0;
  bottom:0;
  overflow: hidden;
  background: linear-gradient(to left,#ffda46 0%, #f9f1ce 100%);
}

.curve_bg2 {
  bottom: auto;
  top: -150px;
  background: transparent;
}

/* カーブ */
.curve_bg::before,
.curve_bg::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -278px;
  transform: translateX(-50%);
  width: 2800px;
  height: 541px;
  background: #fff;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  z-index: 1;
}

.curve_bg::before {
  z-index: 2;
  top: -285px;
  opacity: 1;
  width: 2400px;
  background: #fff;
}

.curve_bg::after {
  top: -258px;
  opacity: 1;
  background: linear-gradient(to left, #fff3b3 0%, #fdf8ea 100%);
}

.curve_bg2::after {
  content: "";
  position: absolute;
  width: 2920px;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  height: 467px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}


/* 下が曲線 */
.curve_bg2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2800px;
  height: 467px;
  background: #fff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

@media screen and (max-width: 1024px) {
  .curve_bg2 {
    top: -81px;
  }
}

.guarantee_section {
  position: relative;
  width: 100%;
  margin-top: -384px;
  padding-top: 360px;
  padding-bottom: 60px;
  z-index: 3;
}

.guarantee_section .box{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 15px;
  background: #fff;
  padding: 34px 24px 24px;
}

.guarantee_section .label {
  font-size: var(--font20);
  white-space: nowrap;
  font-weight: bold;
  border-radius: 26.5px;
  background: #e3b600;
  position: absolute;
  left: 50%;
  top: -28px;
  padding: 0.4em 2.2em;
  border-radius: 30px;
  transform: translateX(-50%);
  color: #fff;
}

.guarantee_section .row{
  display: flex;
  align-items: center;
}

.guarantee_section .img{
  width: 133px;
  height: 110px;
  aspect-ratio: 133 / 110;
  border-radius: 15px;
  overflow: hidden;
}

.guarantee_section .img img{
  height:100%;
  object-fit: cover;
}

.guarantee_section .text {
  width: calc(100% - 133px);
  padding-left: 20px;
}

.guarantee_section .text p{
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: var(--font20);
  text-align: left;
  color: #6b6b6b;
  line-height: calc(29 / 20);
}
@media screen and (max-width: 1024px) {
  .top_section_service .figure_area {
    position: relative;
    margin-bottom: 64px;
  }

  .guarantee_section .text p{
    font-size: var(--font18);
  }

  .guarantee_section {
    padding-bottom: 40px;
  }
}

/*
特徴
*/
.top_section_features {
  position: relative;
  z-index: 0;
  padding-top: 200px;
  background: #FBF7EC;
  padding-bottom: 220px;
}

.features_list{
  display: flex;
  width: 100%;
  gap:30px;
  margin-top: 80px;
}

.features_list>li{
  position: relative;
  width: calc((100% - 60px) / 3);
  background: #FFFFFF;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
}

.features_list>li .num{
  width: 78px;
  height: 78px;
  border-radius: 50%;
  position: absolute;
  left:50%;
  top:-34px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main-clr);
}

.features_list>li .num span{
  font-family: var(--sub-font);
  font-size: var(--font32);
  font-weight: bold;
  color: #fff;
}

.features_list>li .icon{
  position: relative;
  width: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 100 / 78;
}

.features_list>li .icon .icon_feature01{
  width: 51px;
}
.features_list>li .icon .icon_feature02{
  width: 62px;
}

.features_list>li .icon .icon_feature03{
  width: 54px;
}

.features_list>li {
  padding: 60px 16px 30px 16px;
  border-radius: 15px;
}

.features_list>li .ttl{
  color: #E3B600;
  text-align: center;
  font-size: var(--font27);
  margin-bottom: 10px;
  font-weight: bold;
}

.features_list>li .msg{
  line-height: 1.44;
  font-size: var(--font18);
}
@media screen and (max-width: 1024px) {
  .top_section_features {
    padding-top: 253px;
    padding-bottom: 140px;
  }
  .features_list{
    gap: 50px;
    flex-direction: column;
  }

  .features_list>li{
    width: 100%;
  }


}

.top_section_service {
  position: relative;
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0;
  z-index: 4;
}

.top_section_flow{
  background: #FFDA46;
}

.top_section_recommend{
  background: #EEE8D9;
}


.recommend_list{
  display: flex;
  flex-direction: column;
  gap:25px;
}

.recommend_list>li{
  display: flex;
}

.recommend_list>li>.box1{
  width: 90px;
  border-radius: 15px 0 0 15px;
  background: #ffda46;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recommend_list>li>.box2{
  width: calc(100% - 90px);
  background: #fff;
  align-items: center;
  border-radius: 0 15px 15px 0;
  padding: 35px 25px;
  color: #6b6b6b;
  text-align: left;
  font-size: var(--font26);
  font-weight: bold;
  display: flex;
  align-items: center;
}

.recommend_list>li>.box1 .check{
  width: 39px;
}
@media screen and (max-width: 1024px) {
    .recommend_list>li{
      align-items: center;
    }
  .recommend_list>li>.box1 {
    width: 58px;
    min-height: 80px;
    align-self: stretch;
  }
  .recommend_list>li>.box2 {
    width: calc(100% - 58px);
    align-self: stretch;
      min-height: 80px;
  }

  .recommend_list>li>.box2 {
    padding: 1em;
    line-height: 1.4;
    font-size: var(--font22);
    display: flex;
    align-items: center;
  }
  .recommend_list>li>.box1 .check{
    width: 60%;
  }
}

.top_section_price{
  background: linear-gradient(
  rgba(255, 245, 207, 0.54) 0%,
  rgba(255, 253, 247, 0.54) 43.93%,
  rgba(255, 238, 168, 0.54) 76.16%,
  rgba(249, 244, 224, 0.54) 100%
  );
}
@media screen and (max-width: 1024px) {
  .top_section_price{
    padding-bottom: 20px;
  }
}
.top_section_brand h3{
  text-align: center;
  color: #FFF;
  max-width: 150px;
  margin: 0 auto 20px;
  background: #E3B600;
  padding: 5px;
  border-radius: 2em;

}
.top_section_brand ul{
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.top_section_brand li{
   width: calc((100% - 10px * 2) / 6.3);
   height: 80px;
   background: #FFF;
   text-align: center;
   padding: 10px 0;
   border-radius: 5px;

}
@media screen and (max-width: 940px) {
  .top_section_brand li{
      width: calc((100% - 10px * 2) / 4.2);
     height: 60px;

  }
}
@media screen and (max-width: 640px) {
  .top_section_brand li{
      width: calc((100% - 10px * 2) / 2);
     height: 60px;

  }
}
.top_section_brand li>img{
  height: 100%;
  width: auto;
  max-width: 100%;
}
.top_section_brand p.msg{
  text-align: center;
  color: #FFF;
}



.top_section_voice{
  background: #FBF7EC;
}
@media screen and (max-width: 1024px) {
  .top_section_voice {
    padding-top: 0;
  }
}

.top_section_access{
  background: #fff;
}

.top_section_company{
  background: #C9C7BC;
}

.top_section_company .table1 {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .top_section_company .table1 {
    margin-bottom: 0px;
  }
}

/*
アクセス
*/
.top_section_access .access_row{
  display: flex;
  margin: 120px 0;
}

.top_section_access .access_row .box1{
  width: 438px;
  aspect-ratio: 1;
}

.top_section_access .access_row .box1 iframe{
  width: 100%;
  height: 100%;
}

.top_section_access .access_row .box2{
  padding-left: 67px;
  width: calc(100% - 438px);
}

.top_section_access .access_row .box2>.ttl{
  font-size: var(--font26);
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0.2em;
}

.top_section_access .access_row .box2 .table{
  width: 100%;
  font-size: var(--font16);
}

.top_section_access .access_row .box2 .table tr{
  border-top: 1px solid #D8D8D8;
}

.top_section_access .access_row .box2 .table th{
  width: 140px;
  padding: 1em 0.2em;
  text-align: left;
  line-height: 1.44;
}
.top_section_access .access_row .box2 .table td{
  width: calc(100% - 140px);
  padding: 1em 0;
  line-height: 1.44;
}
.top_section_access .access_row .box2 .table td .map{
  width: 115px;
  line-height: 1;
  padding: 0.3em 0.5em 0.4em;
  display: inline-block;
  text-align: center;
  background: #e3b600;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  font-size: var(--font14);
  margin-left: 0.9em;
}

.top_section_flow .flow_box{
  position: relative;
  background: #E3B600;
  border-radius: 15px;
  aspect-ratio: 1200 / 360;
}

.top_section_flow .flow_box .img{
  content: '';
  position: absolute;
  top: 50%;
  left: 5%;
  width: 100%;
  transform: translateY(-50%);
  width: calc(( 1046 / 1200 ) * 100% );
}
@media screen and (max-width: 1024px) {

  .top_section_access .access_row{
    display: block;
    margin: 50px 0;
  }

  .top_section_access .access_row .box1,
  .top_section_access .access_row .box2{
    width: 100%;
    padding-left: 0;
  }

  .top_section_flow .flow_box .img {
    padding: 15px;
    position: static;
    top: 50%;
    left: 5%;
    width: 100%;
    transform: translateY(0%);
    width: 100%;
  }


  .top_section_access .access_row .box2 .table th{
    width: 35%;
    padding: 1em;
    white-space: nowrap;
  }
  .top_section_access .access_row .box2 .table td{
    width: 65%;
    padding: 1em;
  }

}

/*
price
*/
.price_row_wrap{
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap:60px;
}

.price_row{
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.price_row > .box1{
  width: 240px;
}

.price_row > .box2{
  padding-left: 35px;
  width: calc(100% - 240px);
}

.price_row > .box1 .ttl{
  font-weight: bold;
  text-align: center;
  font-size: var(--font31);
}

.price_row > .box1 .img{
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 50%;
}

.price_row > .box1 .img img{
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {

  .price_row ,
  .price_row_wrap{
    display: block;
  }

  .price_row > .box1 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 30px;
  }

  .price_row > .box1 .img{ width: 20%;}
  .price_row > .box1 .ttl{
    width: 80%;
    padding-left: 1em;
    text-align: left;
  }

  .price_row > .box2 {
    padding-left: 0px;
    width: 100%;
  }
  }

.price_exp{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap:11px
}

.price_exp>li{
  display: flex;
  width: 100%;
  margin-bottom: 0px;
}

.price_exp>li .box1 {
  display: flex;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: var(--font27);
  text-align: left;
  color: #fff;
  background: #E3B600;
  border-radius: 15px 0px 0px 15px;
  padding: 30px 28px;
  line-height: 1.3;
  width: 40%;
}

.price_exp>li .box2{
  align-items: center;
  display: flex;
  align-items: center;
  padding-left: 57px;
  padding-top: 0.5%;
  background: #fff;
  border-radius:0 15px 15px 0px;
  width: 60%;
}

.price_exp>li .box2 .label{
  width: 5.68em;
  font-weight: bold;
  border-radius: 21px;
  background: #EEE8D9;
  font-size: var(--font16);
  padding: 0.1em;
  text-align: center;
}

.price_exp>li .box2 .price{
  font-family:var(--sub-font);
  font-weight: bold;
  font-size: var(--font40);
  text-align: left;
  color: #e3b600;
  padding-left: 0.25em;
}

.price_exp>li .box2 .yen{
  font-size: var(--font18);
  font-weight: bold;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
@media screen and (max-width: 1024px) {

  .price_exp>li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .price_exp>li .box1 {
    display: flex;
    border-radius: 15px 15px 0px 0px;
    font-size: var(--font20);
    padding: 20px 20px;
    width: 100%;
  }

  .price_exp>li .box2 {
    padding-left: 0;
    justify-content: center;
    padding-top: 0.5%;
    border-radius: 0 0 15px 15px;
    width: 100%;
  }
}

.voice_slider_wrap .swiper-slide{
  width: 325px;
}

.voice_slider_wrap .swiper-button-prev{
  left:0;
}

.voice_slider_wrap .swiper-button-next{
  right:0;
}

.voice_slider_wrap .swiper-button-prev,
.voice_slider_wrap .swiper-button-next{
  width: 70px;
}
.voice_slider_wrap .swiper-button-prev::after,
.voice_slider_wrap .swiper-button-next::after{
  display: none;
}
@media screen and (max-width: 1024px) {

  .voice_slider_wrap .swiper-button-prev,
  .voice_slider_wrap .swiper-button-next{
    width: 45px;
  }
}
