@charset "utf-8";
:root{
--main-clr: #00A23F;
--plan01: #CF8E40;
--plan02: #BB8950;
--plan03: #A7845F;
--plan04: #927F6D;
--plan05: #7A7A7A;
}

html {
  scroll-behavior: auto;
}

/*外部からのセクション遷移用*/
[id] {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  [id] {
    scroll-margin-top: 65px;
  }
}


body{
  font-size: 2rem;
  line-height: 2.7;
  font-weight: normal;
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #413B32;
  --sub: "Montserrat", sans-serif;
}

em{
  color: #F38300;
}

.sp{ display: none !important;}
.pc{ display: block !important;}

@media only screen and (max-width: 1024px) {
  .sp{ display: block !important;}
  .pc{ display: none !important;}
}

.sp2{ display: none !important;}
.pc2{ display: block !important;}

@media only screen and (max-width: 768px) {
  .sp2{ display: block !important;}
  .pc2{ display: none !important;}
}
/*animation 初期非表示*/
.js_fade,
.js_blur,
.js_scale1,
.js_rotate,
.js_move_down,
.js_move_up,
.js_stretch {
  visibility: hidden;
}
.js_fade.move-actived,
.js_blur.move-actived,
.js_scale1.move-actived,
.js_rotate.move-actived,
.js_move_down.move-actived,
.js_move_up.move-actived,
.js_stretch.move-actived {
  visibility: inherit;
}

.f_row1{
  display: flex;
  flex-wrap:wrap;
}

@media screen and (max-width: 1024px) {
  .f_row1>.box{
    width: 100%;
  }
}

.wrap{
  position: relative;
  max-width: 1200px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrap{
    padding: 0 20px;
  }
}

#all_wrap{
  opacity: 0;
  transition: all 0.3s ease;
}

#all_wrap.active{
  opacity: 1;
}

.gf{
  font-family: "Montserrat", sans-serif;
}

h1,h2,h3{
  font-weight: 700;
}

img{
  width: 100%;
  height: auto;
}

button,
a{
  cursor: pointer;
  transition: opacity 0.2s ease;
}
button{
  font-weight: 500;
}

button:hover,
a:hover{
  opacity: 0.5;
}

.abs{
  position: absolute;
}

@media screen and (max-width: 1024px) {
  a:hover{
    opacity: 1;
  }
}

img{
  width: 100%;
}

header{
  position: fixed;
  left:0;
  top:0;
  height: 100px;
  width: 100%;
  display: flex;
  z-index: 1000;
  justify-content: space-between;
}

header .logo_box{
  position: relative;
  margin-left: 32px;
  top:0;
  display: flex;
  width: 315px;
  gap:16px;
  align-items: center;
}

header .logo_box .firm{
  width: 90px;
}

header .logo_box .logo{
  width: 208px;
}

header nav {
  position: fixed;
  top: 137px;
  width: 777px;
  height: 250px;
  left:auto;
  right: 0;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  padding: 40px 55px;
  overflow: auto;
  visibility: hidden;
  background: #fff;
  border-radius: 45px 0 0 62px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  display: none;
  flex-direction: column;
  z-index: 1001;
  gap:0;
}

header.block nav.slide{
  display: flex;
  right: -777px;
}

header.block.active nav{
  opacity: 1;
  visibility: visible;
  justify-content: flex-start;
}

header.block.active nav.slide{
  opacity: 1;
  right: 0px;
}

header .menu {
  position: static;
  order: 2;
  left: 0;
  top: 0px;
  padding-top: 10px;
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  height: 189px;
  gap:12px 0;
  order: 2;
  margin-right: 0;
}

header .menu>li{
  width: 33.33%;
}

header .menu>li>a{
  padding:0;
  font-weight: bold;
  text-align: left;
  display: block;
}

header .menu>li>a span{
  font-size: 1rem;
  font-weight: bold;
  font-family: var(--sub);
  display: block;
  color: #F38300;
  line-height: 1;
  margin-bottom: 3px;
}

header .menu>li>a strong{
  line-height: 1;
  font-size: 1.6rem;
  text-align: left;
  display: block;
  font-weight: bold;
}

header .menu>li a.arrow{
  display: block;
  opacity: 1;
  transition: all 0.19s ease-out;
  background: url(../svg/icon_arrow_r.svg) no-repeat  90% 50% / 11px;
}

header .menu2{
  width: 100%;
  order:2;
  margin-bottom: 50px;
}

header .menu2>li>a{
  text-align: left;
  color:#0B1F07;
  padding: 12px;
  font-size: 1.6rem;
}

header nav .pc_hover_menu{
  position: relative;
}

header nav .pc_hover_menu::after{
  display: none;
}
header nav .pc_hover_menu>.menu_name::after,
header nav .pc_hover_menu>a::after{
  border-bottom: 2px solid #00A23F;
  border-right: 2px solid #00A23F;
}

header .pc_hover_menu ul{
  position: static;
  z-index: 100;
  min-width: 0;
  width: 100%;
  padding:  0;
  transition: all 0.19s ease-out;
  z-index: 100;
  padding-bottom: 20px;
  display: none;
  visibility: visible;
  opacity: 1;
}

header .pc_hover_menu ul,
header .pc_hover_menu ul.open{
  position: static;
  left: 0%;
  transform: translateX(0%);
  box-shadow: none;
}

header .pc_hover_menu ul li a,
header .pc_hover_menu ul li .menu_name{
  display: block;
  opacity: 1;
  color: inherit;
  text-align: left;
  transition: all 0.19s ease-out;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.1;
  padding: 10px 35px 10px 20px;
  font-weight: bold;
  background: url(../svg/button_arrow_gr.svg) no-repeat 94% 50% / 11px;
  white-space: normal;
}
header .pc_hover_menu ul li .menu_name{
  background: none;
}
header .pc_hover_menu ul li ul li a{
  padding-left: 36px;
}

@media screen and (max-width: 1150px) {
    header nav {
      width: 650px;
    }
  }
@media screen and (max-width: 1024px) {
  header {
    height: 65px;
    transition: all 0.2s ease;
  }

  header.changed{
    background: #fff;
  }

  header .logo_box {
    margin-left: 10px;
    width: auto;
  }

  header .logo_box .firm {
    width: 60px;
  }
  header .logo_box .site{
    width: 137px;
  }

  header .logo_box .site img{
    vertical-align: middle;
  }

  header nav {
    position: fixed;
    top: 86px;
    width: 258px;
    height: calc(100dvh - 85px);
    padding: 43px 30px;
    border-radius: 23px 0 0 0;
  }
  
  header.block nav.slide{
    display: flex;
    right: -258px;
  }

  header .menu {
    position: static;
    padding-top: 10px;
    width: 100%;
    max-width: none;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    gap:1em 0;
    order: 2;
    margin-right: 0;
  }

  header .menu>li{
    width: 100%
  }

  header .menu>li>a{
    padding:0;
    font-weight: bold;
    text-align: left;
    display: block;
  }

  
  header .menu>li>a span{
    font-size: min(2.56vw, 1.5rem);
    margin-bottom: 0.5em;
  }

  header .menu>li>a strong{
    line-height: 1;
    font-size: 1.6rem;
    font-size: min(4.1vw, 2rem);
    text-align: left;
    display: block;
    font-weight: bold;
  }
}


#pagetop{
  position: fixed;
  width: 120px;
  right:50px;
  bottom:20px;
  z-index: 10;
  overflow: hidden;
}

#pagetop img{
  width: 100%;
}

#pagetop.open a{
  opacity: 1;
  display: block;
  transform: translateY(0%);
}

#pagetop a{
  display: block;
  transition: all ease 0.19s;
  transform: translateY(101%);
}

@media screen and (max-width: 1024px) {
  #pagetop{
    width: 72px;
    right:15px;
    bottom:120px
  }
}
@media screen and (max-width: 500px) {
  #pagetop{
    bottom:19vw;
  }
}


/*メニューボタン*/
header #menu_button {
  position: fixed;
  display: block;
  right: 700px;
  top: 28px;
  cursor: pointer;
  height: 39px;
  width: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1010;
  border-radius: 50%;
}

header #menu_button>div{
  position: relative;
  width: 29px;
  height: 27px;
  cursor: pointer;
  margin-top: 0px;
  transition: all 0.1s ease;
  transform: rotate(0deg);
  z-index: 2;
}

header.active #menu_button>div {
  position: relative;
  width: 29px;
  height: 24px;
  margin-left: 0px;
}

header #menu_button>div>div {
  width: 100%;
  height: 4px;
  background: #413B32;
  position: absolute;
  transition: all 0.19s;
  z-index: 11;
  border-radius: 5px;
}

header #menu_button>div>div:nth-child(1) {
  top: 0%;
  left: 0%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

header #menu_button>div>div:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

header #menu_button>div>div:nth-child(3) {
  top: auto;
  bottom:0;
  left: 0%;
  transform: translate(0%, 0%);
}

header.active #menu_button>div>div {
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}

header.active #menu_button>div>div:nth-child(1) {
  top: 50%;
  margin-left: 0px;
  width: 100%;
  transform: translate(0, -50%) rotate(45deg);
}

header.active #menu_button>div>div:nth-child(2) {
  display: none;
}

header.active #menu_button>div>div:nth-child(3) {
  bottom: 30%;
  margin-left: 0px;
  width: 100%;
  transform: translate(0, -50%) rotate(-45deg);
}
/* 
  .nav_bg{
    position: fixed;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    left:0;
    top:0;
    background: rgba(0, 0, 0, 0.53);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .nav_bg.fade-in {
    opacity: 1;
    pointer-events: auto;
  }

  .nav_bg.fade-out {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  } */

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

    header #menu_button {
      right: 584px;
    }
  }
  @media screen and (max-width: 1024px) {
    /*メニューボタン*/
    header #menu_button {
      right: 0px;
      top: 0px;
      height: 65px;
      width: 65px;
      border-radius: 0%;
    }

    header #menu_button::before{
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 90px;
      height: 100%;
      border-radius: 0 0 0 30px;
      background: #fff;
    }

    header #menu_button>div{
      position: relative;
      width: 29px;
      height: 27px;
      cursor: pointer;
      margin-top: 0px;
      margin-right: 9px;
      transition: all 0.1s ease;
      transform: rotate(0deg);
      z-index: 2;
    }

    header.active #menu_button>div {
      position: relative;
      width: 29px;
      height: 24px;
      margin-right: 10px;
    }

    header #menu_button>div>div {
      width: 100%;
      height: 4px;
      background: #413B32;
      position: absolute;
      transition: all 0.19s;
      z-index: 11;
      border-radius: 5px;
    }
  }
   
  .float_block{
    width: 777px;
    display: flex;
    justify-content: flex-end;
    background: #fff;
    height: 100px;
    border-radius: 0 0 0 43px;
  }

  .float_block .row{
    display: flex;
    width: 640px;
  }

  .float_block .row .col1{
    width: 50%;
    padding-right: 60px;
    padding-top: 10px;
    text-align: center;
  }

  .float_block .row .col1 p{
    font-size: 14px;
    text-align: center;
    color: #413b32;
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: transparent;
    border-radius: 24px;
    background: #F3E6CF;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .float_block .row .col1 a{
    display: block;
    font-weight: bold;
    font-size: 42px;
    line-height: 1;
    text-align: center;
    color: #413b32;
  }

  .float_block .row .col2{
    position: relative;
    display: block;
    width: 50%;
    background: #F38300;
    padding-top: 24px;
    text-align: center;
    padding-right: 30px;
  }

  .float_block .row .col2::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: url(../svg/arrow_r.svg) no-repeat  50% 50% / 100%;
    border-radius: 50%;
  }

  .float_block .row .col2 p.msg1{
    font-size: 1.9rem;
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
  }

  .float_block .row .col2 p.msg2{
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    display: block;
  }
  @media screen and (max-width: 1150px) {

    .float_block {
      width: 650px;
      border-radius: 0 0 0 43px;
    }

    .float_block .row {
      display: flex;
      width: 560px;
    }
    
    .float_block .row .col1{
      width: calc(100% - 320px);
      padding-right: 20px;
      padding-top: 13px;
    }
    
    .float_block .row .col1 a {
      font-size: 3.8rem;
      white-space: nowrap;
    }
    
    .float_block .row .col2{
      width: 320px;
    }

    .float_block .row .col1 p {
      font-size: 14px;
      width: 213px;
      height: 28px;
      line-height: 28px;
      margin: 5px auto 5px;
    }
    .float_block .row .col2::after {
      display: none;
    }
      
  }
  @media screen and (max-width: 1024px) {
    .float_block{
      position: fixed;
      left:0;
      bottom:0;
      width: 100%;
      border-radius: 0;
      display: flex;
      justify-content: center;
    }
    
    .float_block .row{
      width: 100%;
    }
        
    .float_block .row .col1{
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 0px;
      padding-top: 0;
    }
    
    .float_block .row .col1 a {
      font-size: 3.8rem;
      white-space: nowrap;
    }
    
    .float_block .row .col2{
      width: 50%;
      padding-top: 0;
      padding-right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
  @media screen and (max-width: 550px) {
    .float_block {
      height: auto;
      aspect-ratio: 390 / 68;
    }

    .float_block .row .col1 {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-right: 0;
    }
     .float_block .row .col1 .inr{
      display: flex;
      flex-direction: column;
      margin-top: 2%;
     }

    .float_block .row .col1 p {
      font-size: 2.82vw;
      white-space: nowrap;
      height: auto;
      display: inline-block;
      line-height: 1;
      padding: 0.5em 1.5em;
      margin: 0;
      margin-bottom: 0em;
      width: auto;
      border-radius: 2em;
    }

    .float_block .row .col1 a{
      font-size: 6.66vw;
    }

    .float_block .row .col2 p.msg1{
      font-size: 3.589vw;
      margin-bottom: 0.3em;
    }

    .float_block .row .col2 p.msg2{
      font-size: 3.84vw;
    }
  }

  .footer_block{
    position: relative;
    background: #EFEBE3;
  }

  footer{
    text-align: center;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  footer .logo{
    width: 207px;
    margin: 0 auto 14px;
  }

  footer .logo_firm{
    width: 133px;
    margin: 0 auto 45px;
  }

  footer .copy{
    font-size: 1.6rem;
    line-height: 1;
    color: #413b32;
    text-align: center;
  }
  @media screen and (max-width: 1024px) {
    footer {
      padding-top: 120px;
      padding-bottom: 120px;
    }
    footer .logo {
      width: 185px;
    }

    footer .logo_firm{
      width: 118px;
      margin: 0 auto 10px;
    }

  }

  .headline_l{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .headline_l>span{
    position: relative;
    padding: 0 100px;
    text-align: center;
  }

  .headline_l>span::before,
  .headline_l>span::after{
    content: '';
    position: absolute;
    top: 12px;
    background: #F38300;
    width: 50px;
    height: 1px;
  }

  .headline_l>span::before{
    left:0;
  }

  .headline_l>span::after{
    right:0;
  }

  .headline_l>span>strong{
    font-size: 2.9rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
    font-family: var(--sub);
    color: #F38300;
  }
  
  .headline_l>span>em{
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
    display: block;
    color: inherit;
  }
  @media screen and (max-width: 1024px) {
    .headline_l{
      margin-bottom: 30px;
    }
  }
  @media screen and (max-width: 500px) {

    .headline_l>span>strong{
      font-size: 2.9rem;
      font-size: max(2.2rem, min(6vw, 2.9rem));
    }
  
    .headline_l>span>em{
      font-size: max(1.4rem, min(3vw, 2rem));
    }

  }

  .headline_m {
    font-size: 3.8rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  @media screen and (max-width:1024px) {
    .headline_m {
      font-size: min(6.5vw, 3.8rem);
      text-align: center;
      line-height: 1.4;
      margin-bottom: 30px;
    }
  }

    @media screen and (max-width:500px) {
    .headline_m {
      font-size: 6.5vw;
      text-align: center;
      line-height: 1.4;
    }
  }

  .headline_s{
    font-size: 3.4rem;
    text-align: center;
  }

/*メインビジュアル*/
.top_main_visual{
  position: relative;
  padding-top: 162px;
  padding-bottom: 0px;
  /* background: #EFEBE3; */
}

.top_main_visual::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  background: #EFEBE3;
}

.top_main_visual .inner{
  position: relative;
  text-align: center;
  padding: 0 34px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  z-index: 2;
  justify-content: space-between;
}

.top_main_visual .box{
  max-width: 520px;
  width: 100%;
  border-radius: 49px;
  overflow: hidden;
  box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.16);
}

.top_main_visual
.swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}

.top_main_visual
.swiper-pagination-bullet-active{
  background: #F38300;
  opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.top_main_text {
  text-align: left;
  padding: 0;
  max-width: 577px;
}

.top_main_text p.msg1{
  margin-bottom: 30px;
  display: flex;
  font-weight: bold;
}

.top_main_text p.msg1 .label {
  font-size: 1.8rem;
  line-height: calc(3.2 / 1.8);
  background: #f38300;
  color: #fff;
  padding: 4px 14px;
  border-radius: 16px;
  display: inline-block;
  margin-right: 14px;
  margin-top: 5px;
  align-self: flex-start;
}

.top_main_text p.msg1 .price {
  color: #f38300;
  padding-top: 0.55em;
}

.top_main_text p.msg1 .price strong {
  font-size: 4.4rem;
  line-height: 1;
}

.top_main_text p.msg1 .price span {
  font-size: 2.5rem;
  line-height: 1;
  margin-left: 3px;
}

.top_main_text p.msg1 .price small {
  font-size: 2.2rem;
  line-height: 1;
  margin-left: 3px;
}

.top_main_text p.msg1 .price em {
  font-size: 3.5rem;
  line-height: 1;
  margin-left: 3px;
}

.top_main_text p.msg2 {
  font-size: 5.6rem;
  line-height: calc(8.4 / 5.6);
  font-weight: bold;
  margin-bottom: 35px;
}

.top_main_text p.msg3 {
  font-size: 3.1rem;
  line-height: 1.5;
  margin-bottom: 36px;
  font-weight: bold;
  white-space: nowrap;
}

.top_main_text .list {
  display: flex;
  justify-content: center;
  gap: 17px;
}

.top_main_text .list > li {
  width: calc((100% - 34px) / 3);
  max-width: 200px;
}

.top_main_text .list > li img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1250px) {
  .top_main_text {
    padding-right: 30px;
  }

  .top_main_text p.msg1 .price strong {
    font-size: 4.4rem;
  }

  .top_main_text p.msg1 .price span {
    font-size: 2.5rem;
  }

  .top_main_text p.msg1 .price small {
    font-size: 2.2rem;
  }

  .top_main_text p.msg1 .price em {
    font-size: 3.5rem;
  }

  .top_main_text p.msg2 {
    font-size: 4.3vw;
  }

  .top_main_text p.msg3 {
    font-size: 2.3vw;
  }
}

@media screen and (max-width: 1024px) {
  /*メインビジュアル*/
.top_main_visual {
  padding-top: 135px;
  padding-bottom: 0px;
}

.top_main_visual::before {
  height: calc(100% - 75px);
  background: #EFEBE3;
}

.top_main_visual::before{
  width: 100%;
}

.top_main_visual .text_wrap{
  padding: 0 15px;
}

.top_main_visual .inner{
  padding: 0 15px;
  margin: 0 auto;
  display: block;
}

.top_main_visual .box{
  width: calc(100% - 30px);
  max-width: none;
  margin-left: 15px;
}

.top_main_text {
  padding: 0;
  max-width: none;
}

.top_main_text p.msg1 {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}

.top_main_text p.msg1 .label {
  font-size: max(1.5rem, min(4vw, 4rem));
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  margin-top: 0px;
  border-radius: 0.5em;
}

.top_main_text p.msg1 .price {
  padding-top: 0;
  align-items: center;
  display: flex;
  align-items: baseline;
}

.top_main_text p.msg1 .price strong {
  font-size: 4.4rem;
  font-size: max(3.4rem, min(7vw,7rem));
}

.top_main_text p.msg1 .price span {
  margin-left: 3px;
  font-size: max(1.9rem, min(3.9vw,4rem));
  white-space: nowrap;
}

.top_main_text p.msg1 .price small {
  font-size: max(1.8rem, min(3.9vw, 3.9rem));
  margin-left: 0;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.top_main_text p.msg1 .price em {
  font-size: max(2.9rem, min(7vw,5rem));
  margin-left: 3px;
}

.top_main_text p.msg2 {
  font-size: max(3.2rem, min(8vw, 7rem));
  margin-bottom: 1em;
  white-space: nowrap;
}

.top_main_text p.msg3 {
  font-size: max(2.5rem, min(6.5vw, 4.9rem));
  margin-bottom: 1em;
}

.top_main_text .list {
  display: flex;
  gap: 17px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.top_main_text .list{
  margin-bottom: 1.5em;
}

.top_main_text .list > li {
  width: calc((100% - 34px) / 3);
  max-width:none;
}

.top_main_text .list > li img {
  width: 100%;
  display: block;
}


}
@media screen and (max-width: 500px) {
  .top_main_visual .inner{
    margin: 0 auto;
    display: block;
  }

  .top_main_text p.msg1 .label {
    font-size: max(1.45rem, min(3vw, 4rem));
  }

  .top_main_text p.msg2 {
    font-size: max(3rem, min(8.4vw, 7rem));
    margin-bottom: 1em;
  }
}

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

}

.section_campaign,
.section_about,
.section_flow,
.section_plan,
.section_reason,
.section_voice,
.section_faq,
.section_satisfy,
.section_warning{
  padding: 70px 0;
}

.section_campaign {
  background: #F3F2F1;
  margin-top: -57px;
  padding-top: 112px;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section_campaign,
  .section_about,
  .section_flow,
  .section_plan,
  .section_reason,
  .section_voice,
  .section_faq,
  .section_satisfy,
  .section_warning{
    padding: 40px 0;
  }
    
  .section_campaign {
    margin-top: -75px;
    padding-top: 112px;
    padding-bottom: 0;
  }
   .section_satisfy{
    padding-bottom: 10px;
   }

}

/* FLOW 葬儀の流れ*/
.section_flow{
  background: #F3F2F1;
  padding-bottom: 1em;
}
@media screen and (max-width: 1024px) {
	.section_flow picture{
		width: 88%;
		margin: 0 auto;
	}
}

/* PLAN プラン・費用 */
.section_plan{
  background: #F3F2F1;
}

.section_plan.detail{
  background: #F3F2F1;
  padding-bottom: 0;
}

.section_plan.first .catch{
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #413b32;
  margin-bottom: 50px;
}

.section_plan .plan_box {
  margin-bottom: 60px;
}

.section_plan .plan_box .head {
  border-radius: 38px 38px 0 0;
  color: #fff;
  font-size: 4.2rem;
  line-height: calc(61 / 42);
  padding: 15px 50px;
}

.section_plan .plan_box.plan01 .head{ background: var(--plan01);}
.section_plan .plan_box.plan02 .head{ background: var(--plan02);}
.section_plan .plan_box.plan03 .head{ background: var(--plan03);}
.section_plan .plan_box.plan04 .head{ background: var(--plan04);}
.section_plan .plan_box.plan05 .head{ background: var(--plan05);}


.section_plan .plan_box.plan01 .head{ background: var(--plan01);}
.section_plan .plan_box.plan02 .head{ background: var(--plan02);}
.section_plan .plan_box.plan03 .head{ background: var(--plan03);}
.section_plan .plan_box.plan04 .head{ background: var(--plan04);}
.section_plan .plan_box.plan05 .head{ background: var(--plan05);}

.section_plan .plan_box.plan01 p.discount { color: var(--plan01);}
.section_plan .plan_box.plan02 p.discount { color: var(--plan02);}
.section_plan .plan_box.plan03 p.discount { color: var(--plan03);}
.section_plan .plan_box.plan04 p.discount { color: var(--plan04);}
.section_plan .plan_box.plan05 p.discount { color: var(--plan05);}

.section_plan .plan_box .body {
  border-radius: 0 0 38px 38px;
  padding: 50px;
  background: #fff;
}

.section_plan .plan_box .body .row {
  display: flex;
  margin-bottom: 55px;
}

.section_plan .plan_box .body .row .price_box {
  display: flex;
}

.section_plan .plan_box .body .row .price_box p.label {
  background: #F3E6CF;
  margin-bottom: 38px;
  border-radius: 50px;
  font-size: 3.8rem;
  line-height: 1;
  padding: 0.5em 1em;
  white-space: nowrap;
  font-weight: bold;
  align-self: flex-start;
  margin-top: 0.1em;
}

.section_plan .plan_box .body .row .price{
  padding-left: 16px;

}
.section_plan .plan_box .body .row .price_box{
  width:calc(100% - 283px);
}

.section_plan .plan_box .body .row .price_box p.discount {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
}

.section_plan .plan_box .body .row .price_box p.discount strong {
  font-size: 7.9rem;
  white-space: nowrap;
  line-height: calc(79 / 79);
}

.section_plan .plan_box .body .row .price_box p.discount span {
  font-size: 4.5rem;
  line-height: calc(45 / 45);
  white-space: nowrap;
}

.section_plan .plan_box .body .row .price_box p.discount small {
  font-size: 4.3rem;
  line-height: calc(43 / 43);
  white-space: nowrap;
}

.section_plan .plan_box .body .row .price_box p.normal {
  display: flex;
  align-items: baseline;
  font-weight: bold;
}

.section_plan .plan_box .body .row .price_box p.normal strong {
  font-size: 3.2rem;
  line-height: calc(32 / 32);
}

.section_plan .plan_box .body .row .price_box p.normal span {
  font-size: 2.5rem;
  line-height: calc(25 / 25);
}

.section_plan .plan_box .body .row .price_box p.normal small {
  font-size: 2.3rem;
  line-height: calc(23 / 23);
}

.section_plan .plan_box .body .row .schedule {
  width: 283px;
}

.section_plan .plan_box .body p.explain {
  font-size: 3.6rem;
  line-height: calc(58 / 36);
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {

  .section_plan .plan_box .body .row .price_box p.label {
    border-radius: 50px;
    font-size: 3.1vw;
  }
  
  .section_plan .plan_box .body .row .price_box p.discount strong {
    font-size: 6.4vw;
  }

  .section_plan .plan_box .body .row .price_box p.discount span {
    font-size: 3.5vw;
  }

  .section_plan .plan_box .body .row .price_box p.discount small {
    font-size: 3.3vw;
  }

  .section_plan .plan_box .body .row .price_box p.normal strong {
    font-size: 3.2vw;
  }

  .section_plan .plan_box .body .row .price_box p.normal span {
    font-size: 2vw;
  }

  .section_plan .plan_box .body .row .price_box p.normal small {
    font-size: 1.9vw;
  }

  .section_plan .plan_box .body .row .schedule {
    width: 25%;
  }

  .section_plan .plan_box .body .row .price_box {
    width: 75%;
  }

  .section_plan .plan_box .body p.explain {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1024px) {

  .section_plan.first .catch {
    font-size: min(5.1vw, 3rem);
    margin-bottom: 1em;
    line-height: calc( 32 / 20 );
  }

  .section_plan.detail{
    padding-bottom: 0;
  }

  .section_plan .plan_box {
    margin-bottom: 25px;

  }

  .section_plan .plan_box .head {
    border-radius: 20px 20px 0 0;
    font-size: min( 7.6vw, 3.5rem );
    padding: 15px 29px;
  }

  .section_plan .plan_box .body {
    padding: 20px 15px 20px;
    border-radius: 0 0 20px 20px;
  }

  .section_plan .plan_box .body .row {
    display: block;
    margin-bottom: 28px;
  }

  .section_plan .plan_box .body .row .price_box {
    display: flex;
    margin-bottom: 28px;
  }

  .section_plan .plan_box .body .row .price_box p.label {
    margin-bottom: 0px;
    font-size: min(4.35vw, 3.8rem);
    padding: 0.6em 1em;
    margin-top: 0.1em;
    width:auto;
  }

  .section_plan .plan_box .body .row .price{
    padding-left: 15px;
  }

  .section_plan .plan_box .body .row .price_box p.discount {
    display: flex;
    margin-bottom: 0.5em;
  }

  .section_plan .plan_box .body .row .price_box p.discount strong {
    font-size: min( 8.9vw, 7.9rem);
  }

  .section_plan .plan_box .body .row .price_box p.discount span {
    font-size: min( 4.87vw, 4.5rem);
  }

  .section_plan .plan_box .body .row .price_box p.discount small {
    font-size: min( 4.87vw, 4.5rem);
  }

  .section_plan .plan_box .body .row .price_box p.normal {
    display: flex;
  }

  .section_plan .plan_box .body .row .price_box p.normal strong {
    font-size: min( 3.5vw, 3.2rem);
  }

  .section_plan .plan_box .body .row .price_box p.normal span {
    font-size: min( 2.8vw, 2.5rem);
  }

  .section_plan .plan_box .body .row .price_box p.normal small {
    font-size: min( 2.7vw, 2.4rem);
  }

  .section_plan .plan_box .body .row .schedule {
    width: 72.72%;
    margin: 0 auto;
  }

  .section_plan .plan_box .body p.explain {
    font-size: min(4.61vw, 3rem);
    margin-bottom: 24px;
  }

}

/**/
.section_plan .icon {
  position: relative;
  max-width: 146px;
  height: auto;
  aspect-ratio: 146 / 132;
  display: flex;
  justify-content:center;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 7px;
  background: #F3E6CF;
}

.section_plan .icon.none{
  background: #D9D9D9;
}

.section_plan .icon.none>i{
  background: #fff;
}

.section_plan .icon>i{
  display: block;
  width: 100%;
  height: 100%;
  background: #413B32;
  z-index: 2;
  position: relative;
}

.section_plan .icon_list{
  padding-top: 33px;
  display: flex;
  flex-wrap:wrap;
  gap:20px 22px;
  background-image: repeating-linear-gradient(
    to right,
    #989898 0,
    #989898 6px,
    transparent 6px,
    transparent 12px
  );
  background-size: 100% 1px;
  background-position: top left;
  background-repeat: no-repeat;
}

.section_plan .icon_list>li{
  width: calc((100% - 22px*5) / 6);
} 

.section_plan .icon_list>li p{
  font-weight: bold;
  font-size: 1.5rem;
  line-height: calc(22 / 15);
  text-align: center;
  color: #413b32;
}

.section_plan .icon01>i{
  width: 94px;
  height: 50px;
  -webkit-mask: url("../svg/plan/icon01.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon01.svg") no-repeat center / contain;
}
.section_plan .icon02>i{
  width: 57px;
  height: 80px;
  -webkit-mask: url("../svg/plan/icon02.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon02.svg") no-repeat center / contain;
}
.section_plan .icon03>i{
  width: 63px;
  height: 81px;
  -webkit-mask: url("../svg/plan/icon03.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon03.svg") no-repeat center / contain;
}

.section_plan .icon04>i{
  width: 59px;
  height: 59px;
  -webkit-mask: url("../svg/plan/icon04.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon04.svg") no-repeat center / contain;
}

.section_plan .icon05>i{
  width: 72px;
  height: 74px;
  -webkit-mask: url("../svg/plan/icon05.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon05.svg") no-repeat center / contain;
}

.section_plan .icon06>i{
  width: 63px;
  height: 77px;
  -webkit-mask: url("../svg/plan/icon06.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon06.svg") no-repeat center / contain;
}

.section_plan .icon07>i{
  width: 55px;
  height: 86px;
  -webkit-mask: url("../svg/plan/icon07.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon07.svg") no-repeat center / contain;
}

.section_plan .icon08>i{
  width: 55px;
  height: 86px;
  -webkit-mask: url("../svg/plan/icon08.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon08.svg") no-repeat center / contain;
}

.section_plan .icon09>i{
  width: 55px;
  height: 68px;
  -webkit-mask: url("../svg/plan/icon09.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon09.svg") no-repeat center / contain;
}

.section_plan .icon10>i{
  width: 90px;
  height: 57px;
  -webkit-mask: url("../svg/plan/icon10.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon10.svg") no-repeat center / contain;
}

.section_plan .icon11>i{
  width: 72px;
  height: 60px;
  -webkit-mask: url("../svg/plan/icon11.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon11.svg") no-repeat center / contain;
}

.section_plan .icon12>i{
  width: 48px;
  height: 75px;
  -webkit-mask: url("../svg/plan/icon12.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon12.svg") no-repeat center / contain;
}

.section_plan .icon13>i{
  width: 72px;
  height: 78px;
  -webkit-mask: url("../svg/plan/icon13.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon13.svg") no-repeat center / contain;
}

.section_plan .icon14>i{
  width: 77px;
  height: 73px;
  -webkit-mask: url("../svg/plan/icon14.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon14.svg") no-repeat center / contain;
}

.section_plan .icon15>i{
  width: 77px;
  height: 72px;
  -webkit-mask: url("../svg/plan/icon15.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon15.svg") no-repeat center / contain;
}

.section_plan .icon16>i{
  width: 53px;
  height: 83px;
  -webkit-mask: url("../svg/plan/icon16.svg") no-repeat center / contain;
  mask: url("../svg/plan/icon16.svg") no-repeat center / contain;
}

.section_plan .note{
  text-align: right;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .section_plan .icon_list>li p{
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  .section_plan .icon {
    position: relative;
    max-width: none;
  }

  .section_plan .icon01>i{
    width: calc(( 48.2/ 74 ) * 100% );
    height: auto;
    aspect-ratio: 48.2 / 25.5;
  }

  .section_plan .icon02>i{
    width: calc(( 29.23 / 74 ) * 100% );
    height: auto;
    aspect-ratio: 29.23 / 41.02;
   }
  .section_plan .icon03>i{
    width: calc(( 31.95 / 74 ) * 100% );
    height: auto;
    aspect-ratio: 31.95 / 41.36;
  }

  .section_plan .icon04>i{
    width: calc(( 30 / 74 ) * 100% );
    height: auto;
    aspect-ratio: 30 / 30;
  }

  .section_plan .icon05>i{
    width: calc(( 36.48 / 74 ) * 100% );
    height: auto;
    aspect-ratio: 36.48 / 48.74;
  }

  .section_plan .icon06>i{
    width: calc(( 32 / 74 ) * 100% );
    height: auto;
    aspect-ratio: 32 / 39.21;
  }

  .section_plan .icon07>i{
    width: calc(( 26.42 / 74 ) * 100% );
    height: auto;
    aspect-ratio: 26.42 / 37.91;
  }

  .section_plan .icon08>i{
    width: calc(( 27.73 / 74 ) * 100% );
    height: auto;
    aspect-ratio: 27.73 / 43.59;
  }

  .section_plan .icon09>i{
    width: calc(( 28.14 / 74 ) * 100% );
    height: auto;
    aspect-ratio: 28.14 / 34.44;
   }

  .section_plan .icon10>i{
    width: calc(( 46.15 / 74 ) * 100% );
    height: auto;
    aspect-ratio: 46.15 / 28.82;
  }

  .section_plan .icon11>i{
    width: calc(( 36.56 / 74 ) * 100% );
    height: auto;
    aspect-ratio: 36.56 / 30.59;
  }

  .section_plan .icon12>i{
    width: calc(( 24.39 / 74 ) * 100% );
    height: auto;
    aspect-ratio: 24.39 / 38.2;
  }

  .section_plan .icon13>i{
    width: calc((  36.87 / 74 ) * 100% );
    height: auto;
    aspect-ratio: 36.87 / 39.76;
  }

  .section_plan .icon14>i{
    width: calc(( 39.05 / 74 ) * 100% );
    height: auto;
    aspect-ratio: 39.05 / 37.3;
  }

  .section_plan .icon15>i{
    width: calc(( 39.05 / 74 ) * 100% );
    height: auto;
    aspect-ratio: 39.05 / 36.59;
  }

  .section_plan .icon16>i{
    width: calc(( 27.1 / 74 ) * 100% );
    height: auto;
    aspect-ratio: 27.1 / 42.35;
  }

  .section_plan .icon_list{
    padding-top: 23px;
    display: flex;
    flex-wrap:wrap;
    gap:14px 10px;
  }

  .section_plan .icon_list>li{
    width: calc((100% - 10px*3) / 4);
  } 

  .section_plan .icon_list>li p{
    font-size: min(2.5vw, 1.4rem);
  }

  .section_plan .note {
    text-align: right;
    font-size: min(3.58vw, 1.6rem);
    padding-top: 1em;
  }
}



/* OPTION お坊さん手配可能 */
.option_box {
  display: flex;
  border-radius: 38px;
  overflow: hidden;
  background: #fff;
}

.option_box .img {
  width: 316px;
}
.option_box .img img{
  height: 100%;
  object-fit: cover;
}

.option_box .box {
  width: calc(100% - 316px);
  padding: 30px 60px;
}

.option_box .box .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.option_box .box .row .co1 .label {
  font-size: 2.2rem;
  line-height: 1;
  padding: 0.6em 2em;
  display: inline-block;
  background: #F3E6CF;
  border-radius: 27px;
  font-weight: bold;
}

.option_box .box .row .co1 .msg1 {
  font-size: 3.6rem;
  line-height: calc(44 / 36);
  font-weight: bold;
  margin-top: 10px;
}

.option_box .box .row .co2 .msg1 {
  font-size: 2.8rem;
  line-height: calc(44 / 28);
}

.option_box .box .row .co2 .msg2 {
  display: flex;
  align-items: baseline;
  color: #F39800;
  font-weight: bold;
}

.option_box .box .row .co2 .msg2 em {
  font-size: 4.7rem;
  line-height: 1;
}

.option_box .box .row .co2 .msg2 span {
  font-size: 2.7rem;
  line-height: 1;
}

.option_box .box .row .co2 .msg2 small {
  font-size: 2.6rem;
  line-height: 1;
}

.option_box .box .row .co2 .msg2 strong {
  font-size: 4.7rem;
  line-height: 1;
}

.option_box p.msg {
  font-size: 1.4rem;
  line-height: calc(22 / 14);
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .option_box .box .row .co1 .label {
    font-size: 1.8vw;
  }

  .option_box .box .row .co1 .msg1 {
    font-size: 2.9vw;
    margin-top: 10px;
  }

  .option_box .box {
    width: calc(100% - 316px);
    padding: 30px 5%;
  }

    
  .option_box .box .row .co2 .msg2 em {
    font-size: 3.9vw;
  }

  .option_box .box .row .co2 .msg2 span {
    font-size: 1.9vw;
  }

  .option_box .box .row .co2 .msg2 small {
    font-size: 1.8vw;
  }

  .option_box .box .row .co2 .msg2 strong {
    font-size: 3.9vw;
  }

  .option_box .box .row .co2 .msg1 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  /* OPTION お坊さん手配可能 */
  .option_box {
    border-radius: 32px;
    display: block;
  }

  .option_box .img {
    width:100%;
    aspect-ratio: 360 / 198;
  }

  .option_box .box {
    width:100%;
    padding: 20px 30px;
  }

  .option_box .box .row {
    display: block;
  }

  .option_box .box .row .co1{
    text-align: center;
  }

  .option_box .box .row .co1 .label {
    font-size: min( 3.8vw, 2.6rem);
    line-height: 1;
    padding: 0.6em 2em;
    border-radius: 27px;
  }

  .option_box .box .row .co1 .msg1 {
    font-size: min( 9vw, 4.5rem);
    margin-top: 0;
    margin-bottom: 0.25em;
  }

  .option_box .box .row .co2 .msg1 {
    font-size: min( 4.1vw, 2rem);
    text-align: center;
  }

  .option_box .box .row .co2 .msg2 {
    justify-content: center;
  }

  .option_box .box .row .co2 .msg2 em {
    font-size: min( 10vw, 5rem);
  }

  .option_box .box .row .co2 .msg2 span {
    font-size: min( 6.7vw, 3rem);
    line-height: 1;
  }

  .option_box .box .row .co2 .msg2 small {
    font-size: 2.6rem;
    font-size: min( 6.4vw, 2.9rem);
    line-height: 1;
  }

  .option_box .box .row .co2 .msg2 strong {
    font-size: min( 9vw, 4rem);
    line-height: 1;
  }

  .option_box p.msg {
    font-size: min( 3.58vw, 1.6rem);
    margin-top: 0.8em;
  } 
}

/**/
.section_request{
  padding-top: 70px;
  padding-bottom: 70px;
  background: #F3F2F1;
}

.section_request.request01  ,
.section_request.request02{
  padding-bottom: 0;
}

  .request_box {
    border-radius: 38px;
    background: #fff;
    padding: 20px 55px 25px;
    text-align: center;
  }

  .request_box .request_time {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .request_box .request_row {
    display: flex;
    gap:30px;
    margin-bottom: 15px;
  }

  .request_box .request_tel {
    width: calc(100% - 556px);
}

.request_box .request_tel .label {
  font-size: 1.9rem;
  line-height: 1.42;
  padding: 5px 0;
  background: #F39800;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.request_box .request_tel .tel {
  font-size: 6.6rem;
  line-height: 1.00;
  font-weight: bold;
  color: #F39800;
}

.request_box .request_btns {
  width: 556px;
}

.request_box .request_btns .button{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 556px;
  width: 100%;
  height: auto;
  aspect-ratio: 556 / 113;
  border-radius: 9px;
  text-align: center;
  padding-right: 50px;
  background: linear-gradient(#f9f1e1 0%, #f3c891 100%);
  border: 1px solid #f38300;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.request_box .request_btns .button::before {
  content: '';
  position: absolute;
  top: 60%;
  margin-top: 0;
  right: 10px;
  width: 28px;
  height: 28px;
  background: url(../svg/arrow_r.svg?v2) no-repeat 50% 50% / 100%;
}

.request_box .request_btns .button em {
  font-size: 2.2rem;
  line-height: 1.45;
  display: block;
  font-weight: bold;
  text-align: center;
}

.request_box .request_btns .button strong {
  font-size: 3.3rem;
  line-height: 1;
}

.request_box .discount {
  font-size: 3.6rem;
  line-height: 1.33;
  font-weight: bold;
}

.request_box .discount strong {
  background: #F38300;
  font-size: 2.9rem;
  line-height: 1;
  color: #ffffff;
  padding: 0.2em 0.5em 0.3em;
  margin-right: 0.5em;
  display: inline-block;
  transform: translateY(-4px);
}
@media screen and (max-width: 1200px) {
  .request_box .request_tel .tel {
    font-size: 4.7vw;
    white-space: nowrap;
  }

  .request_box .request_tel {
    width: calc(100% - 500px);
  }

  .request_box .request_btns {
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .section_request {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .request_box {
    border-radius: 38px;
    background: #fff;
    padding: 20px 30px 25px;
  }

  .request_box .request_time strong{
    font-size: min(6.15vw,2.4rem);
    margin-bottom: 13px;
  }

  .request_box .request_time{
    font-size: min(3.58vw,1.6rem);
  }

  .request_box .request_row {
    display: block;
    margin-bottom: 11px;
  }

  .request_box .request_tel {
    width: 100%;
  }

.request_box .request_tel .label {
  font-size: min(4.3vw,1.9rem);
  padding: 0.4em 3em;
  display: inline-block;
  text-align: center;
  margin-bottom: 0.1em;
}

.request_box .request_tel .tel {
  font-size: min(12.2vw,5rem);
  margin-bottom: 0.25em;
}

.request_box .request_btns .button {
  max-width: 331px;
  width: 100%;
  padding-right: 50px;
  margin: 0 auto;
  justify-content: flex-end;
  padding: 1em 3em 0.5em 0;
  padding-right: 3em;
}

.request_box .request_btns {
  width: 100%;
  margin-bottom: 25px;
}

.request_box .request_btns .button::before{
  top: 53%;
  margin-top: 0;
  right: 10px;
}

.request_box .request_btns .button em {
  font-size: min(5vw,2rem);
  line-height: 1;
  text-align: right;
}

.request_box .request_btns .button strong {
  font-size: min(5vw,2rem);
  line-height: 1;
}

.request_box .discount {
  display: blocks;
}

.request_box .discount strong {
  font-size: min(7.4vw,3.6rem);
  line-height: 1;
  padding: 0.2em 0.5em 0.3em;
  margin-right: 0em;
}

.request_box .discount {
  font-size: min(7.4vw,3.6rem);
}

}
@media screen and (max-width: 1024px) {
  .section_request {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .request_box {
    padding: 20px 15px 25px;
  }
}

.section_campaign .campaign_box .head{ 
  border-radius: 38px 38px 0px 0px;
  background: #5a736a;
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #fff;
  padding-top: 0.1em;
}

.section_campaign .campaign_box .head strong{
  font-size: 5.8rem;
  line-height: 1;
}

.section_campaign .campaign_box .body{  
  padding: 37px 30px 25px;
  border-radius: 0px 0px 38px 38px;
  background: #fff;
  border: 1px solid #5a736a;
}

.section_campaign .campaign_box .body .button_box{
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_campaign .campaign_box .body .button_box .col1{
  font-weight: bold;
  font-size: 41px;
  line-height: 70px;
  text-align: center;
  color: #f38300;
  padding-right: 50px;
}

.section_campaign .campaign_box .body .button_box .col1>span {
  display: flex;
  position: relative;
  padding: 0 40px 0 60px;
  white-space: nowrap;
  align-items: center;
}

.section_campaign .campaign_box .body .button_box .col1>span::before{
  width: 49px;
  height: 49px;
  content: '';
  position: absolute;
  left: 0;
  background: url(../svg/check.svg) no-repeat  50% 50% / 100%;
}

.section_campaign .campaign_box .body .button_box .col1>span::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  margin-bottom: -1px;
  transform: rotateY('-50%');
  right: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 25px solid #413B32;
  border-right: 0;
}
.section_campaign .campaign_box .body .button_box .button{
  position: relative;
  max-width: 556px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 556 / 113;
  border-radius: 9px;
  background: linear-gradient(#f9f1e1 0%, #f3c891 100%);
  border: 1px solid #f38300;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 3.3rem;
  text-align: center;
}


.section_campaign .campaign_box .body .button_box .button::after{
  content:"";
  position: absolute;
  top:50%;
  right:20px;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  background: url(../svg/arrow_r.svg) no-repeat  90% 50% / 28px;
}

.section_campaign .campaign_box .msg{
  font-size: 20px;
  line-height: 64px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section_campaign .campaign_box .head {
    line-height: 1.1;
    font-size: max(2.4rem, min(6.3vw, 3.6rem));
    padding: 0.4em 0;
  }

  .section_campaign .campaign_box .head strong {
    font-size: 3.6rem;
    line-height: 1;
  }

  .section_campaign .campaign_box .body {
    padding: 0px 28px 28px;
  }

  .section_campaign .campaign_box .body .button_box .col1>span {
    padding: 0 0 0 1.5em;
  }

  .section_campaign .campaign_box .body .button_box .col1>span::before{
    width: 1.3em;
    height: 1.3em;
  }

  .section_campaign .campaign_box .body .button_box {
    margin-bottom: 14px;
    display: block;
  }

  .section_campaign .campaign_box .body .button_box .col1 {
    text-align: center;
  }

  .section_campaign .campaign_box .body .button_box .col1>span::after {
    display: none;
  }

  .section_campaign .campaign_box .body .button_box .col1 {
    font-size: max(2.9rem, min(6.3vw, 4.1rem));
    padding-right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .section_campaign .campaign_box .body .button_box .button {
      font-size: max(1.9rem, min(5vw, 3.3rem));
      margin: 0 auto;
      padding-right: 8%;
  }

  .section_campaign .campaign_box .body .button_box .button::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -0.6em;
    width: 1.2em;
    height: 1.2em;
    background: url(../svg/arrow_r.svg) no-repeat 90% 50% / 100%;
  }

  .section_campaign .campaign_box .msg {
    font-size: 3.5vw;
    font-size: min(3.5vw, 2.5rem);
  }


}


/* WARNING 注意喚起*/
.section_warning {
  background: #F3F2F1;
  padding-bottom: 0;
}

.section_warning .headline_m {
  margin-bottom: 0;
}

.section_warning p.catch em {
  font-size: 3.2rem;
  line-height: calc(46 / 32);
  text-align: center;
  display: block;
  font-weight: bold;
  margin-bottom: 30px;
}

.section_warning .graph {
  margin-bottom: 15px;
}

.section_warning .graph img {
  width: 100%;
  height: auto;
  display: block;
}

.section_warning .msg1 {
  font-size: 2rem;
  line-height: calc(34 / 20);
  text-align: center;
  margin-bottom: 40px;
}

.section_warning .box {
  border-radius: 22px;
  background: #F38300;
  padding: 35px 20px;
}

.section_warning .box span {
  display: block;
  font-size: 2.8rem;
  line-height: calc(40 / 28);
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.section_warning .box strong{
  font-size: 3.9rem;
  line-height: calc(46 / 39);
  text-align: center;
  display: block;
  color: #fff;
}
@media screen and (max-width: 1024px) {

  .section_warning p.catch em {
    font-size: min(5.6vw ,3.2rem);
    display: block;
    margin-bottom: 30px;
  }

  .section_warning .graph {
    margin-bottom: 15px;
  }

  .section_warning .msg1 {
    font-size: min(3.9vw,2rem);
    margin-bottom: 40px;
    text-align: left;
  }

  .section_warning .box {
    padding: 22px 20px 25px;
  }

  .section_warning .box span {
    font-size: min(5.1vw,2.8rem);
  }

  .section_warning .box strong {
    font-size: min(7.1vw,3.9rem);
  }

}

/* REASON 選ばれる理由 */
.section_reason{
  background: #F3F2F1;
}

.section_reason .reason_list{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.section_reason .reason_list > li{
  width: calc((100% - (40px * 2)) / 3);
}

.section_reason .reason_list > li .head{
  font-size: 2.3rem;
  line-height: calc(30 / 23);
  padding: 12px 12px;
  text-align: center;
  font-weight: bold;
  background: #F3E6CF;
  border-radius: 30px 30px 0 0;
}

.section_reason .reason_list > li .img{
  margin-bottom: 15px;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}

.section_reason .reason_list > li .ttl{
  font-size: 2.9rem;
  text-align: center;
  font-weight: bold;
  line-height: calc( 46 / 29);
  margin-bottom: 7px;
}

.section_reason .reason_list > li .msg{
  font-size: 2.0rem;
  line-height: calc(27 / 20);
}
@media screen and (max-width: 1024px) {
  .section_reason .reason_list{
    flex-wrap:wrap;
    gap: 40px;
  }

  .section_reason .reason_list > li{
    width: 100%;
  }

  .section_reason .reason_list > li .head{
    font-size: min(5.1vw,3rem);
    padding: 12px 12px;
  }

  .section_reason .reason_list > li .ttl{
    font-size: min(6.1vw,4rem);
    margin-bottom: 5px;
  }

  .section_reason .reason_list > li .msg{
    font-size: min(4.1vw,2rem);
  }

}

.section_area{
  padding-top: 40px;
  padding-bottom: 40px;
}

.section_area .area_row {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.section_area .area_row .box1 {
  width: calc(100% - 443px);
  padding-left:30px;
}

.section_area .area_row .box2 {
  width: 443px;
}

.section_area .area_row .box1 .msg1 {
  font-size: 3.8rem;
  line-height: calc(5.7 / 3.8);
  font-weight: bold;
  margin-bottom: 38px;
}

.section_area .area_row .box1 .msg2 strong{
  font-size: 3.8rem;
  line-height: 1;
}

.section_area .area_row .box1 .msg2 {
  font-size: 2.6rem;
  line-height: calc(4.8 / 2.6);
  font-weight: bold;
  margin-bottom: 0.5em;
}

.section_area .catch em,
.section_area .area_row .box1 .msg1 em,
.section_area .area_row .box1 .msg2 em {
  color: #F38300;
}

.section_area .arae_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.section_area .arae_list > li {
  width: calc((100% - (40px * 2)) / 3);
}

.section_area .arae_list > li .img {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 16px;
}

.section_area .arae_list > li .img img {
  width: 100%;
  display: block;
}

.section_area .arae_list > li p {
  font-size: 2.2rem;
  line-height: calc(3.3 / 2.2);
  text-align: center;
  font-weight: bold;
}

.section_area .catch {
  font-size: 2.8rem;
  line-height: calc(4.2 / 2.8);
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {

  .section_area{
    padding: 40px 0;
  }
    
  .section_area .area_row {
    display: block;
  }

  .section_area .area_row .box1 {
    width: 100%;
    padding-left:0px;
  }

  .section_area .area_row .box2 {
    width: 100%;
  }

  .section_area .area_row .box1 .msg1 {
    font-size: min(6.9vw,3.6rem);
    margin-bottom: 0.5em;
  }

  .section_area .area_row .box1 .msg2 strong {
    font-size: min(9.7vw, 3.8rem);
  }

  .section_area .area_row .box1 .msg2 {
    font-size: min(5.9vw, 2.6rem);
  }

  .section_area .arae_list {
    gap: 20px;
    margin-bottom: 30px;
  }

  .section_area .arae_list > li {
    width: calc((100% - 20px) / 2);
  }

  .section_area .arae_list > li .img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 5px;
  }

  .section_area .arae_list > li .img img {
    width: 100%;
    display: block;
  }

  .section_area .arae_list > li p {
    font-size: min(3.58vw, 2.2rem);
  }

  .section_area .catch {
    font-size: min(5.12vw, 2.8rem);
  }
}

/* FAQ よくあるご質問*/
.section_faq{
  padding-bottom: 87px;
}
@media screen and (max-width: 1024px) {
  .section_faq {
    padding-bottom: 30px;
  }
}

.drw_box .drw_head{
  position: relative;
}

.drw_box dd{
  display: none;
}

.drw_box .drw_head::after{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 25px;
  width: 28px;
  height: 28px;
  background: url(../svg/arrow_up.svg?v2) no-repeat  50% 50% / 100%;
  transform: rotate(180deg);
}

.dl_wrap .drw_box dd{
  display: none;
}

.drw_box .drw_head.open::after{
  transform: rotate(0deg);
}

.dl_wrap dl{
  margin-bottom: 20px;
}

.dl_wrap dl dt{
  position: relative;
  display: flex;
  background: #f3e6cf;
  padding-left: 76px;
  min-height: 66px;
  border-radius: 6px;
}

.dl_wrap dl dt .icon {
  position: absolute;
  width: 43px;
  height: 43px;
  text-align: center;
  background: #fff;
  left: 18px;
  top: 12px;
  border-radius: 50%;
}

.dl_wrap dl.drw_box dt .icon {
  background: #F38300;
}

.dl_wrap dl dt .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: calc(46 / 28);
}

.dl_wrap dl dt .icon i {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 43px;
  color: #fff;
  display: inline-block;
  transform: translate(2px, -2px);
}

.dl_wrap dl dd .box{
  display: flex;
  padding: 15px 10px;
}

.dl_wrap dl dd .box .img{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.dl_wrap dl dd .box .msg{
  width: calc(100% - 64px);
  font-size: 2rem;
  line-height: calc( 27 / 20 );
  padding-left: 10px;
}
.dl_wrap dl dd .box .msg .tel{
  display: inline-block;
  font-size: 3.5rem;
  line-height: calc( 51 / 35 );
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .drw_box dd{
    display: none;
  }

  .dl_wrap .drw_box dd{
    display: none;
  }

  .dl_wrap dl{
    margin-bottom: 20px;
  }

  .dl_wrap dl dt {
    padding-left: 16px;
    padding-top: 12px;
    padding-right: 0px;
  }

  .dl_wrap dl dt .icon{
    position: relative;
    display: block;
    left:0;
    top:0;
    font-size: min(5.1vw, 2.8rem);
    margin-top: 0em;
    width: 1.5em;
    height: 1.5em;
    background: #fff;
    border-radius: 50%;
    text-align: center;
  }


  .dl_wrap dl dt .ttl {
    font-size: min(5.1vw, 2.8rem);
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0.5em;
    padding-right: 40px;
    line-height: calc(26 / 18 );
    width: calc(100% - 1.5em)
  }

  .dl_wrap dl dt .icon i {
    font-size: min(5.1vw, 2.8rem);
    line-height: 1;
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    left:50%;
    position: absolute;
    left: 0;
  }


  .dl_wrap dl dd .box {
    display: flex;
    padding: 15px 10px 15px 0;
  }

  .dl_wrap dl dd .box .img{
    width: 64px;
    height: 64px;
  }

  .dl_wrap dl dd .box .msg {
      width: calc(100% - 64px);
      font-size: min(4.1vw,2rem);
      padding-left: 10px;
  }

  .dl_wrap dl dd .box .msg .tel{
    font-size: 3.5rem;
  }

  .drw_box .drw_head::after {
    top: 50%;
    margin-top: -14px;
    right: 10px;
  }


  .dl_wrap dl dt .icon i {
    font-size: 2rem;
    line-height: 1;
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
  }

}

/* VOICE ご利用者の声*/
.section_voice{
  background: #F3F2F1;
}

.section_voice .catch{
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.section_voice .voice_row{
  display: flex;
  gap:40px;
}

.section_voice .voice_row>li{
  width: calc( (100% - 80px) / 3);
  padding: 37px 22px 65px;
  background: #fff;
  border-radius: 26px;
}

.section_voice .voice_row > li > .head {
  display: flex; 
  margin-bottom: 16px;
}

.section_voice .voice_row > li > .head .img{
  width: 74px;
}

.section_voice .voice_row > li > .head .box{
  width: calc(100% - 74px);
  padding-left: 11px;
}

.section_voice .voice_row > li > .head .area {
  font-size: 1.6rem;
  line-height: 1.69;
  font-weight: bold;
  margin-bottom: 5px;
}

.section_voice .voice_row > li > .head .plan {
  width: 119px;
  font-size: 1.4rem;
  line-height: 26px;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 0;
  font-weight: bold;
}

.section_voice .voice_row > li > .head .plan.plan_a {
  background: #BB8950;
}

.section_voice .voice_row > li > .head .plan.plan_b {
  background: #7A7A7A;
}

.section_voice .voice_row > li > .head .plan.plan_c {
  background: #A7845F;
}

.section_voice .voice_row > li > .head .cost {
  font-size: 1.4rem;
  line-height: 1; 
  color: #333;
}

.section_voice .voice_row > li > p.msg {
  font-size: 2.0rem;
  line-height: 1.35;
  margin-top: 20px;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .section_voice .catch{
    font-size: min(6.6vw, 3.2rem);
    line-height: calc(32 / 26 );
    margin-bottom: 20px;
  }

  .section_voice .voice_row{
    flex-direction: column;
    gap: 30px;
  }

  .section_voice .voice_row > li{
    width: 100%;
    padding: 35px 30px 30px;
  }

  .section_voice .voice_row > li > .head {
    display: flex; 
    margin-bottom: 16px;
  }

  .section_voice .voice_row > li > .head .img{
    width: 68px;
  }

  .section_voice .voice_row > li > .head .box{
    width: calc(100% - 68px);
    padding-left: 15px;
    display: flex;
    flex-direction: column;
  }

  .section_voice .voice_row > li > .head .area {
    font-size: 1.6rem;
    font-size: min(4.1vw, 2rem);
    margin-bottom: 0.2em;
  }

  .section_voice .voice_row > li > .head .plan {
    width: 60%;
    max-width: 130px;
    font-size: min(3.58vw, 1.8rem);
    margin-bottom: 0.25em;
    padding: 0;
    display: inline-block;
  }

  .section_voice .voice_row > li > .head .cost {
    font-size: min(3.58vw, 1.8rem);
  }

  .section_voice .voice_row > li > p.msg {
    font-size: min(4.1vw, 2rem);
    margin-top: 20px;
  }

}

/*ABOUT US私たちについて*/
.section_about{
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section_about .headline_m{
    margin-bottom: 0.5em;
  }
}

.table2 th{
  width: 250px;
  padding: 30px 44px;
  font-size: 2rem;
  line-height: calc(36 / 20);
  text-align: left;
}

.table2 tr:not(:last-child) td,
.table2 tr:not(:last-child) th{
    border-bottom: 1px dashed #413B32;
}

.table2 td{
  padding: 30px 30px;
  width: calc(100% - 250px);
  font-size: 2rem;
  line-height: calc(36 / 20);
}
@media screen and (max-width: 1024px) {
  .table2,
  .table2 tbody,
  .table2 tr,
  .table2 th,
  .table2 td{
    display: block;
    width: 100%;
    padding: 0;
    
  }
  .table2 th{
    padding:0.7em 15px 0;
    font-size: min(4.1vw, 2rem);
  }

  .table2 td{
    padding: 0.5em 15px 0.7em;
    font-size: min(4.1vw, 2rem);
  }

  .table2 tr:not(:last-child) th {
    border-bottom: 0;
  }
}


.table1{
  overflow: hidden;
  background: #fff;
  border-radius: 38px;
}

.table1 thead tr th {
  position: relative;
  background: #F39800;
  color: #F3E6CF;
  padding: 20px 0;
  line-height: 1;
  text-align: center;
}
.table1 thead tr th:not(:last-child)::after{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 0;
  width: 1px;
  height: 27px;
  background: #F3E6CF;
}

.table1 tbody tr:not(:last-child){
    background-image: repeating-linear-gradient(
    to right,
    #989898 0,
    #989898 6px,
    transparent 6px,
    transparent 12px
  );
  background-size: 100% 1px;
  background-position: bottom  left;
  background-repeat: no-repeat;
}
.table1 tbody tr td{
  padding: 20px 30px;
  border-right: 1px solid #E2E2E2;
  vertical-align: middle;
}

.table1 tbody tr td.td01{ width: 363px; padding-top: 25px;}
.table1 tbody tr td.td02{ width: 467px;}
.table1 tbody tr td.td03{ width: 128px; text-align: center;}
.table1 tbody tr td.td04{ width: 148px; text-align: center; border-right: 0;}
.table1 tbody tr td.td01 .ttl{
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
.table1 tbody tr td.td01 .msg{
  font-size: 1.6rem;
  white-space: nowrap;
}

.table1 .price_box {
  display: flex;
}

.table1 .price_box .price{
  padding-left: 5%;
}

.table1 .price_box p.label {
    background: #F3E6CF;
    margin-bottom: 0px;
    border-radius: 50px;
    font-size: 2.2rem;
    padding: 0.7em 1em;
    line-height: 1;
    white-space: nowrap;
    font-weight: bold;
    align-self: flex-start;
    margin-top: 0em;
}

.table1 .price_box p.discount {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
}

.table1 .price_box p.discount strong {
  font-size: 4.4rem;
  white-space: nowrap;
  line-height: 1;
}

.table1 .price_box p.discount span {
  font-size: 2.5rem;
  line-height: 1;
  white-space: nowrap;
}

.table1 .price_box p.discount small {
  font-size: 2.4rem;
  line-height: 1;
  white-space: nowrap;
}

.table1 .price_box p.normal {
  display: flex;
  align-items: baseline;
  font-weight: bold;
}

.table1 .price_box p.normal strong {
  font-size: 1.8rem;
  line-height: 1;
}

.table1 .price_box p.normal span {
  font-size: 1.4rem;
  line-height: 1;
}

.table1 .price_box p.normal small {
  font-size: 1.3rem;
  line-height: 1;
}

.table1 .detail_btn{
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #f3e6cf;
  border-radius: 12px;
  aspect-ratio: 86 / 46;
  padding: 1em 1.5em;
  display: inline-block;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16); 
}

.table1 .detail_btn::after{
  content: '';
  position: absolute;
  right: 15%;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #F2EEE7;
  border-right: 2px solid #F2EEE7;
  transform: rotate(45deg);
}

.table1 tr.plan01 td.td01 .ttl{ color: var(--plan01);}
.table1 tr.plan02 td.td01 .ttl{ color: var(--plan02);}
.table1 tr.plan03 td.td01 .ttl{ color: var(--plan03);}
.table1 tr.plan04 td.td01 .ttl{ color: var(--plan04);}
.table1 tr.plan05 td.td01 .ttl{ color: var(--plan05);}

.table1 tr.plan01 .discount{ color: var(--plan01);}
.table1 tr.plan02 .discount{ color: var(--plan02);}
.table1 tr.plan03 .discount{ color: var(--plan03);}
.table1 tr.plan04 .discount{ color: var(--plan04);}
.table1 tr.plan05 .discount{ color: var(--plan05);}

.table1 tr.plan01 .detail_btn{ background-color: var(--plan01);}
.table1 tr.plan02 .detail_btn{ background-color: var(--plan02);}
.table1 tr.plan03 .detail_btn{ background-color: var(--plan03);}
.table1 tr.plan04 .detail_btn{ background-color: var(--plan04);}
.table1 tr.plan05 .detail_btn{ background-color: var(--plan05);}
@media screen and (max-width: 1200px) {
  .table1 .price_box p.discount strong {
    font-size: 3.5rem;
  }

  .table1 tbody tr td.td01,
  .table1 tbody tr td.td02{
    padding: 20px 20px;
  }

  .table1 tbody tr td.td03,
  .table1 tbody tr td.td04{
    padding: 20px 15px;
  }

  .table1 .price_box p.label {
    font-size: 2rem;
    padding: 0.7em 1em;
  }

  .table1 .price_box .price {
    padding-left: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .table1,
  .table1 thead,
  .table1 thead th,
  .table1 tbody,
  .table1 tbody tr,
  .table1 tbody tr td{
    display: block;
    background: transparent;
    padding:0;
  } 

  .table1 tbody tr td.td01,
  .table1 tbody tr td.td02,
  .table1 tbody tr td.td03,
  .table1 tbody tr td.td04{
    width: 100%;
    padding: 0;
  }

  .table1 tbody tr {
    border-radius: 32px;
    background: #fff;
    padding: 19px 16px 23px;
    text-align: center;
    margin-bottom: 25px;
  }

  .table1 tbody tr:not(:last-child) {
    background-image: none;
  }

  .table1 tbody tr td {
    border-right: 0;
  }

  .table1 thead{
    display: none;
  }

  .table1 .detail_btn {
    font-size: min(4.6vw, 3rem);
    aspect-ratio: 182 / 52;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56%;
    max-width: 189px;
    margin: 0 auto;
    padding: 0 1.5em;
  }
  .table1 .sp_schedule {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1.5em;
  }
  .table1 .sp_schedule .col1{
    padding:0.5em 1.2em;
    margin-right: 0.5em;
    border-radius: 8px;
    background: #f39800;
    color: #fff;
    font-weight: bold;
    align-self: flex-start;
  }

  .table1 tbody tr td.td01 .ttl {
    font-size: min(8.2vw, 4rem);
  }
  .table1 tbody tr td.td01 .msg {
    font-size: min(4.1vw, 2rem);
    white-space: nowrap;
  }

  .table1 .price_box {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
  }

  .table1 .price_box p.label {
    font-size: min(4.3vw, 2.6rem);
    padding: 0.6em 0.8em;
  }

  .table1 .price_box p.discount strong {
    font-size: min(8.6vw, 5rem);
  }

  .table1 .price_box p.discount span{
    font-size: min(5.8vw, 3.5rem);
  }

  .table1 .price_box p.discount small {
    font-size: min(5.7vw, 3.4rem);
  }

  .table1 .price_box p.normal strong {
    font-size: min(4.5vw, 2rem);
  }

  .table1 .price_box p.normal span {
    font-size: min(2.9vw, 1.7rem);
  }

  .table1 .price_box p.normal small {
    font-size: min(2.9vw, 1.6rem);
  }

  .table1 .detail_btn::after {
    margin-top: -0.2em;
    width: 0.4em;
    height: 0.4em;
  }
}

#lower_container{
  padding-top: 100px;
  padding-bottom: 180px;
  background: #F3F2F1;
}
@media screen and (max-width: 1024px) {
  #lower_container{
    padding-top: 65px;
    padding-bottom: 80px;
  }
}

#lower_container .lower_head{
  padding-top: 97px;
  padding-bottom: 50px;
}

#lower_container .lower_head .headline{
  text-align: center;
  font-size: 3.4rem;
}
@media screen and (max-width: 1024px) {
  #lower_container .lower_head {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  #lower_container .lower_head .headline {
    font-size: min(6vw,3rem);
  }
}