@charset "UTF-8";

.area2_huki{
  max-width: 470px;
  margin: 20px auto 0;
  width: 72%;
}
.bold_c{
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 10px;
}
.under_red{
  text-decoration: 2px underline solid #c80000;
  text-underline-offset: 5px;
  position: relative !important;
  left: initial !important;
  top: initial !important;
}

.under_wave{
  text-decoration: 1px underline wavy #434343;
  position: relative !important;
  left: initial !important;
  top: initial !important;
}

.link_wrap:not(.area_6 .link_wrap){
  margin-bottom: 0;
}
.area_3 .link{
  margin-top: 0;
}

.airtight.airtight02 li:nth-of-type(1) {
    max-width: 303px;
}
.airtight.airtight02 li:nth-of-type(2) {
    max-width: 430px;
}

#float{
  position: fixed;
  bottom: 5px;
  max-width: 750px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  right: 0px;
  z-index: 2;
  transition-duration: 0.6s;
}
.is-hidden{
  opacity: 0;
}
.jirei_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.jirei_flex > div{
  width: 48%;
}
.jirei_flex > div figure{
  float: initial !important;
  width: 100% !important;
  margin-left: initial !important;
  max-width: initial !important;
}

.img_p01{
  font-size: 15px;
}

.promise_box{
  background: #fff;
  padding: 30px 20px 20px;
  color: #c80000;
  border: 2px solid #b49650;
  margin-bottom: 20px;
}
.mb0{
  margin-bottom: 0 !important;
}

/* 追加コンテンツ */

.area_new01{
  background: #fff;
  padding: 60px 0;
}
.area_new02{
  background: #6A7984;
  padding: 60px 0;
}


.profileListItem {
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.profileListItem dt {
    text-align: right;
    width: 90px;
}
.profileListItem dd {
    width: calc(100% - 130px);
}
.profileListItem + .profileListItem {
    margin-top: 20px;
}

.map_box01{
  position: relative;
  aspect-ratio: 16 / 9;
  margin-top: 10px;
}

.map_box01 iframe{
  position: absolute;
  width: 100%;
  height: 100%;
}


.h2_box{
  text-align: center;
  margin-bottom: 40px;
}
.h2_box > h2{
  font-size: 38px;
  line-height: 1.4;
}
.h2_box > p{
  font-size: 20px;
  text-align: center;
}



/* 20250521追加_ここから */
.ex_box {
  padding-bottom: 30px;
  border-bottom: 1px solid #6A7984;
}
.ex_box:nth-last-child(-n+2) {
  padding-top: 20px;
}
.ex_box:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}
.ex_ttl {
  font-size: 20px;
  margin-bottom: 10px;
}
.ex_mb30 {
  margin-bottom: 30px;
}
.db1000 {
  display: none;
}
/* 20250521追加_ここまで */



@media screen and (max-width: 1000px) {
  .img_p01{
    font-size: clamp(10px, 1.2vw, 15px);
  }
  .db1000 {
      display: block;
}
}

@media screen and (max-width: 768px) {
    .airtight.airtight02 li:nth-of-type(1) {
        max-width: none;
    }
    .airtight.airtight02 li:nth-of-type(2) {
        width: 85%;
        max-width: none;
    }
    .airtight li:first-child {
        margin: 0 auto;
    }

    .bold_c{
        margin-bottom: 5px;
    }

    .jirei_flex{
        width: 100%;
        margin: 0 auto 30px;
    }
    .jirei_flex > div, .jirei_flex > div img {
        width: 100%;
    }
    .jirei_flex > div:nth-of-type(n + 2){
        margin-top: 5px;
    }

    .promise_box{
        padding: 20px 15px 15px;
    }

    .img_p01 {
        font-size: clamp(10px, 3vw, 18px);
        font-weight: bold;
    }
    #page-top{
        bottom: 100px;
    }
    #float{
        max-width: 500px;
    }

    /* 追加コンテンツ */
    .h2_box > h2 {
        font-size: 32px;
    }
    .h2_box > p{
        font-size: 18px;
    }

    .area_4 ul li {
        background: #fff;
    }
    .ex_box p.bold_b {
        margin-bottom: 15px;
        font-size: clamp(1.5rem, 4vw, 2.8rem);
    }
    .ex_box p {
        font-size: 1.3rem;
    }
}

@media (max-width: 680px){

    .jirei_flex{
      margin: 0 auto 20px;
    }

    /* 追加コンテンツ */
    .profileList {
        padding-left: 15px;
        padding-right: 15px;
    }

    .profileListItem {
        font-size: 14px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .profileListItem dt {
        /* width: 25%; */
        width: 100%;
        text-align: left;
    }

    .profileListItem dd {
        /* width: 75%;
        margin-left: 5%; */
        width: 100%;
        margin-left: 0;
    }

    .h2_box{
        margin-bottom: 30px;
    }
    .h2_box > h2{
        font-size: 24px;
    }
    .h2_box > p{
        font-size: 16px;
    }

    .dn680 {
        display: none;
    }
    .ex_mb30 {
      margin-bottom: 20px;
    }
    .ex_box {
      padding-bottom: 20px;
  }
    .ex_box:nth-last-child(-n+2) {
      padding-top: 20px;
}
}

/* STEP
***************************************************************/

.step_cont {
  /* padding-top: 100px; */
}

.step_item {
  display: flex;
  justify-content: space-between;
  /* padding: 30px 0 80px; */
  padding: 30px 0 30px;
  border-top: 1px solid #6A7984;
}

.step_item:last-child {
  border-bottom: 1px solid #6A7984;
  /* padding-bottom: 0; */
}

.step_item .item_text_box {
  /* width: calc(100% - 705px);
  padding-right: 57px; */

  width: 50%;
  padding-right: 2%;
}

.step_item .item_title_box {
  display: flex;
}

.step_item .item_num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
  color: #6A7984;
  border-left: 1px solid #B7B7B7;
  border-right: 1px solid #B7B7B7;
}

.step_item .item_title {
  width: calc(100% - 100px);
  padding-left: 21px;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 38px;
  font-weight: 500;
}

.step_item .item_text {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 2;
  text-align: justify;
  margin-top: 20px;
}

.step_item .item_img_box {
  /* width: 705px; */
  width: 48%;
}

.step_item .item_img_box.column2 {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}

.step_item .item_img_box.column2 .item_img {
  width: calc((100% - 23px)/2);
}

@media screen and (max-width: 1000px){
  .step_item .item_num {
    width: 70px;
    font-size: 38px;
  }
  .step_item .item_title{
    width: calc(100% - 70px);
    font-size: 18px;
  }
}

@media screen and (max-width: 768px){
  .area_new01,.area_new02{
    padding: 30px 0;
  }
}


@media all and (min-width: 681px) {
  
}
@media all and (max-width: 680px) {
  
  .step_cont {
    /* padding-top: 30px; */
  }
  
  .step_item {
    display: block;
    padding: 30px 0;
  }
  
  .step_item .item_text_box {
    width: 100%;
    padding-right: 0;
  }
  
  .step_item .item_num {
    width: 48px;
    font-size: 29px;
  }
  
  .step_item .item_title {
    width: calc(100% - 48px);
    padding-left: 10px;
    font-size: 22px;
    line-height: 1.46;
  }
  
  .step_item .item_text {
    letter-spacing: -0.015em;
    line-height: 1.86;
    margin-top: 20px;
  }
  
  .step_item .item_img_box {
    width: 100%;
    margin-top: 25px;
  }
  
  .step_item .item_img_box.column2 {
    gap: 11px;
  }
  
  .step_item .item_img_box.column2 .item_img {
    width: calc((100% - 11px)/2);
  }
  
}
@media all and (max-width: 370px) {
}
/* STEP
***************************************************************/