@charset "UTF-8";


/* mvWrap
***************************************************************/
.mvWrap {
  width: 100%;
  background: url(../img/common/mainimg_bg.png)no-repeat center / cover;
}
.mv__img1 {
  position: relative;
}
.mv__img1_front {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.mv__img1_medal {
  width: 500px;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 420px;
  margin: auto;
}
@media all and (min-width: 481px) {
}
@media all and (min-width: 1201px) {
  .mvWrap {
    background-image: url(../img/common/mainimg_bg_1201.png);
  }
}
@media all and (min-width: 481px) and (max-width: 1200px) {
  .mv__img1_medal {
    right: 35vw;
  }
}
@media all and (min-width: 481px) and (max-width: 1024px) {
  .mv__img1_medal {
    width: 430px;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .mv__img1_medal {
    width: 330px;
  }
}
@media all and (max-width: 480px) {
}


/* section1
***************************************************************/
.section1 {
  width: 100%;
  height: 532px;
  background: url(../img/common/worry_bg.jpg)no-repeat center / cover;
}
.section1__inner {
  width: 936px;
  height: 100%;
  padding-top: 110px;
  margin: 0 auto;
  position: relative;
}
.section1__h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.section1__h2 .bold {
  color: #004CA0;
}
.section1__h2 .small {
  font-size: 30px;
}
.section1__man {
  width: 260px;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  margin: auto;
}
.section1__comment {
  width: 344px;
  height: 84px;
  background-color: #3A5069;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: absolute;
  bottom: 160px;
  left: 0;
}
@media all and (min-width: 481px) {
  .section1__comment.type1 {
    border-bottom-right-radius: 0;
  }
  .section1__comment.type2 {
    border-bottom-right-radius: 0;
    bottom: 56px;
  }
  .section1__comment.type3 {
    border-bottom-left-radius: 0;
    left: auto;
    right: 0;
    width: 312px;
  }
  .section1__comment.type4 {
    border-bottom-left-radius: 0;
    left: auto;
    right: 0;
    bottom: 56px;
    width: 312px;
  }
}
@media all and (min-width: 481px) and (max-width: 1024px) {
  .section1 {
    height: 51.95vw;
  }
  .section1__inner {
    width: 91.41vw;
    padding-top: 10.74vw;
  }
  .section1__h2 {
    font-size: 3.91vw;
  }
  .section1__h2 .small {
    font-size: 2.93vw;
  }
  .section1__man {
    width: 25.39vw;
    left: 2.93vw;
  }
  .section1__comment {
    width: 33.59vw;
    height: 8.2vw;
    font-size: 1.56vw;
    bottom: 15.63vw;
  }
  .section1__comment.type2 {
    bottom: 5.47vw;
  }
  .section1__comment.type3 {
    width: 30.47vw;
  }
  .section1__comment.type4 {
    bottom: 5.47vw;
    width: 30.47vw;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
}
@media all and (max-width: 480px) {
  .section1 {
    width: 100%;
    height: auto;
  }
  .section1__inner {
    width: 100%;
    height: auto;
    padding-top: 60px;
  }
  .section1__h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .section1__h2 .small {
    font-size: 20px;
  }
  .section1__man {
    width: 170px;
    position: static;
    margin-top: 15px;
  }
  .section1__comment {
    width: 315px;
    max-width: 90%;
    height: 82px;
    margin: 0 auto 10px;
    font-size: 15px;
    position: static;
  }
}


/* section2
***************************************************************/
.section2 {
  background-color: #fff;
  padding: 140px 20px 80px;
}
.section2__list1 {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}
.section2__list1 .li1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section2__list1 .li1:nth-of-type(n + 2) {
  margin-top: 50px;
}
.section2__list1_in1,
.section2__list1_in2 {
  width: calc((100% - 40px) / 2);
}
.section2__list1_h3 {
  display: flex;
  align-items: center;
}
.section2__list1_h3_num {
  width: 73px;
}
.section2__list1_h3_txt {
  width: calc(100% - 73px);
  padding-left: 28px;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.section2__list1_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
}
@media all and (min-width: 481px) {
  .section2__list1 .li1:nth-of-type(even) {
    flex-flow: row-reverse;
  }
}
@media all and (min-width: 481px) and (max-width: 1024px) {
  .section2__list1_h3_txt {
    font-size: 26px;
    padding-left: 20px;
  }
  .section2__list1_p1 {
    font-size: 14px;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .section2__list1 .li1 {
    display: block;
  }
  .section2__list1_in1,
  .section2__list1_in2 {
    width: 100%;
  }
  .section2__list1_in2 {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .section2 {
    padding: 100px 20px 70px;
  }
  .section2__list1 {
    padding-top: 50px;
  }
  .section2__list1 .li1 {
    display: block;
  }
  .section2__list1_in1,
  .section2__list1_in2 {
    width: 100%;
  }
  .section2__list1_in2 {
    margin-top: 30px;
  }
  .section2__list1_h3_num {
    width: 50px;
  }
  .section2__list1_h3_txt {
    width: calc(100% - 50px);
    padding-left: 20px;
    font-size: 23px;
  }
  .section2__list1_p1 {
    font-size: 15px;
    margin-top: 15px;
    padding-top: 15px;
  }
}


/* section3
***************************************************************/
.section3 {
  background-color: #F6FAFF;
  padding: 140px 20px 80px;
}
.section3__block1 {
  max-width: 1200px;
  margin: 60px auto 0;
  padding-top: 30px;
  background-color: #fff;
}
.section3__block1_h3 {
  display: flex;
  align-items: center;
}
.section3__block1_h3_t1 {
  width: 82px;
  height: 64px;
  background-color: #004CA0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
}
.section3__block1_h3_t1::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 15px solid #004ca0;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
}
.section3__block1_h3_t2 {
  width: calc(100% - 82px);
  padding: 0 30px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.section3__block1_inner {
  padding: 30px;
}
.section3__block1_item1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section3__block1_item1_left {
  width: calc((100% - 30px) * 0.4825);
}
.section3__block1_item1_right {
  width: calc((100% - 30px) * 0.5175);
}
.section3__block1_item1_h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
  border-bottom: 1px solid #D9D9D9;
}
.section3__block1_item1_p1 {
  padding: 20px 20px 0;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
}
.section3__block1_item2 {
  padding-top: 30px;
}
.section3__block1_item2_h4 {
  color: #fff;
  background-color: #BD4652;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.section3__block1_item2_in1 {
  padding: 20px 20px 0;
}
.section3__block1_item2_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
}
.section3__block1_item2_p1 .bold {
  font-weight: 700;
}
.section3__block1_item2_img1 {
  width: 256.5px;
}
.musk_item1:not(.off) {
  overflow: hidden;
  height: 100px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0) 50%, transparent);
}
.musk_item1_toggle1 {
  cursor: pointer;
  margin: 30px auto 0;
  width: 200px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 4px;
  border: 1px solid #BD4652;
  color: #BD4652;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
  transition: 0.3s ease-in-out;
}
.musk_item1_toggle1:hover {
  opacity: .6;
}
.musk_item1_toggle1 .in1 {
  padding-left: 8px;
}
.musk_item1_toggle1 .in1::before {
  content: "続きを見る ＋";
}
.musk_item1_toggle1.off .in1::before {
  content: "閉じる －";
}
@media all and (min-width: 481px) {
  .section3__block1_item2_clm1 {
    display: flex;
    align-items: flex-end;
    margin-top: 15px;
  }
  .section3__block1_item2_p1.type2 {
    width: calc(100% - 256.5px);
    padding-bottom: 75px;
  }
}
@media all and (min-width: 481px) and (max-width: 1024px) {
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .section3__block1_item1 {
    display: block;
  }
  .section3__block1_item1_left {
    width: 60%;
    margin: 0 auto;
  }
  .section3__block1_item1_right {
    width: 100%;
    margin-top: 15px;
  }
  .section3__block1_item2_clm1 {
    display: block;
  }
  .section3__block1_item2_p1.type2 {
    width: 100%;
    padding-bottom: 0;
  }
  .section3__block1_item2_img1 {
    margin: 15px auto 0;
  }
}
@media all and (max-width: 480px) {
  .section3 {
    padding: 100px 20px 70px;
  }
  .section3__block1 {
    margin-top: 50px;
    padding-top: 0;
  }
  .section3__block1_h3 {
    display: block;
  }
  .section3__block1_h3_t1 {
    width: 100%;
    height: 34px;
  }
  .section3__block1_h3_t1::after {
    border-right: calc((100vw - 40px) / 2) solid transparent;
    border-left: calc((100vw - 40px) / 2) solid transparent;
    border-top: 15px solid #004ca0;
    border-bottom: 0;
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 0;
    right: 0;
  }
  .section3__block1_h3_t2 {
    display: block;
    width: 100%;
    padding: 30px 20px 0;
    font-size: 18px;
  }
  .section3__block1_inner {
    padding: 30px 20px;
  }
  .section3__block1_item1 {
    display: block;
  }
  .section3__block1_item1_left {
    width: 295px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section3__block1_item1_right {
    width: 100%;
    padding-top: 30px;
  }
  .section3__block1_item1_p1 {
    padding: 20px 0 0;
    font-size: 15px;
  }
  .section3__block1_item2_in1 {
    padding: 20px 0 0;
  }
  .section3__block1_item2_p1 {
    font-size: 15px;
  }
  .section3__block1_item2_img1 {
    width: 210px;
    max-width: 100%;
    margin: 5px auto 0;
  }
  .musk_item1_toggle1 {
    margin-top: 20px;
    font-size: 14px;
    width: 170px;
    height: 32px;
  }
}


/* section4
***************************************************************/
.section4 {
  background-color: #F6FAFF;
  padding: 140px 20px 80px;
}
.section4__block1 {
  max-width: 884px;
  margin: 60px auto 0;
  padding: 30px 20px 0 40px;
  background: #fff url(../img/common/bg_grid1.jpg)repeat center / 883.5px;
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
}
.section4__block1_in1 {
  width: calc(100% - 160px);
  padding-right: 40px;
  padding-bottom: 30px;
}
.section4__block1_in2 {
  width: 160px;
}
.section4__block1_h3 {
  background: linear-gradient(transparent 60%, #D7EAFF 0%);
  display: inline;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.section4__block1_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 20px;
}

.section4__block2 {
  padding-top: 80px;
}
.section4__block2_h3 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.section4__block2_h3 .t1 {
  font-size: 23px;
}
.section4__block2_h3 .t2 {
  font-size: 60px;
  color: #004CA0;
}
.section4__block2_list1 {
  max-width: 1200px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
.section4__block2_list1 .li1 {
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  position: relative;
  padding: 20px;
  position: relative;
}
.section4__block2_list1_num {
  width: 60px;
  height: 60px;
  background-color: #C9A333;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section4__block2_list1_ico {
  width: 110px;
  margin: 0 auto;
}
.section4__block2_list1_h4 {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-top: 15px;
  color: #BD4652;
}
.section4__block2_list1_p1 {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #D9D9D9;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.7;
  letter-spacing: 0;
}
@media all and (min-width: 481px) {
}
@media all and (min-width: 481px) and (max-width: 1024px) {
  .section4__block1_h3 br {
    display: none!important;
  }
  .section4__block2_list1_h4 br {
    display: none!important;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .section4__block1 {
    display: block;
  }
  .section4__block1_in1 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .section4__block1_in2 {
    width: 160px;
    margin: 0 auto;
  }

  .section4__block2_list1 .li1 {
    width: calc((100% - 30px) / 3);
  }
  .section4__block2_list1_num {
    width: 7.81vw;
    height: 7.81vw;
    font-size: 2.86vw;
  }
  .section4__block2_list1_ico {
      width: 14.32vw;
  }
  .section4__block2_list1_h4 {
    font-size: 2.99vw;
  }
  .section4__block2_list1_p1 {
    font-size: 2.08vw;
  }
}
@media all and (max-width: 480px) {
  .section4 {
    padding: 100px 20px 70px;
  }
  .section4__block1 {
    width: 100%;
    margin-top: 50px;
    padding: 30px 20px 0;
    display: block;
  }
  .section4__block1_in1 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .section4__block1_in2 {
    width: 130px;
    margin: 0 auto;
  }
  .section4__block1_h3 {
    font-size: 18px;
  }
  .section4__block1_p1 {
    font-size: 15px;
    margin-top: 15px;
  }

  .section4__block2 {
    padding-top: 60px;
  }
  .section4__block2_h3 {
    font-size: 30px;
  }
  .section4__block2_h3 .t1 {
    font-size: 20px;
  }
  .section4__block2_h3 .t2 {
    font-size: 40px;
  }
  .section4__block2_list1 {
    display: block;
  }
  .section4__block2_list1 .li1 {
    width: 290px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section4__block2_list1 .li1:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .section4__block2_list1_num {
    width: 50px;
    height: 50px;
  }
  .section4__block2_list1_ico {
    width: 90px;
  }
  .section4__block2_list1_h4 {
    font-size: 20px;
  }
  .section4__block2_list1_p1 {
    font-size: 15px;
  }
}


/* section5
***************************************************************/
.section5 {
  background-color: #F5F5F5;
  padding: 140px 20px 80px;
}
.section5__list1 {
  max-width: 960px;
  padding-top: 50px;
  margin: 0 auto;
}
.section5__list1 .li1 {
  background-color: #fff;
  display: flex;
  position: relative;
}
.section5__list1 .li1:nth-of-type(n + 2) {
  margin-top: 25px;
}
.section5__list1 .li1:nth-of-type(n + 2)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 15px solid #d9d9d9;
  border-bottom: 0;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.section5__list1_num {
  width: 50px;
  background-color: #004CA0;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.section5__list1 .li1:nth-of-type(2) .section5__list1_num {
  background-color: #1C67BA;
}
.section5__list1 .li1:nth-of-type(3) .section5__list1_num {
  background-color: #347ED0;
}
.section5__list1 .li1:nth-of-type(4) .section5__list1_num {
  background-color: #5092DA;
}
.section5__list1 .li1:nth-of-type(5) .section5__list1_num {
  background-color: #76AEEC;
}
.section5__list1_num .s1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section5__list1_textBox {
  width: calc(100% - 50px);
  padding: 20px;
}
.section5__list1_h3 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section5__list1_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
}
@media all and (min-width: 481px) {
}
@media all and (min-width: 481px) and (max-width: 1024px) {
}
@media all and (min-width: 481px) and (max-width: 768px) {
}
@media all and (max-width: 480px) {
  .section5 {
    padding: 100px 20px 70px;
  }
  .section5__list1 {
    padding-top: 50px;
  }
  .section5__list1_num {
    width: 30px;
    font-size: 20px;
  }
  .section5__list1_textBox {
    width: calc(100% - 30px);
    padding: 15px 20px;
  }
  .section5__list1_h3 {
    font-size: 20px;
  }
  .section5__list1_p1 {
    font-size: 15px;
    margin-top: 5px;
  }
}


/* section6
***************************************************************/
.section6 {
  background-color: #fff;
  padding: 140px 20px 80px;
}
.section6__list1 {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 50px;
}
.section6__list1_dl1 {
  display: flex;
}
.section6__list1_dl1 .dt1 {
  width: 28%;
  border-bottom: 1px solid #004CA0;
  padding: 15px 20px;
}
.section6__list1_dl1 .dd1 {
  width: 72%;
  border-bottom: 1px solid #D9D9D9;
  padding: 15px 20px;
}
.section6__list1 .li1:last-child .section6__list1_dl1 .dt1,
.section6__list1 .li1:last-child .section6__list1_dl1 .dd1 {
  border-bottom: none;
}
.section6__list1_tit1 {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section6__list1_p1 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
.section6__list1_iframe {
  width: 100%;
  height: 340px;
  margin-top: 10px;
}
.section6__list1_iframe iframe {
  width: 100%;
  height: 100%;
}
@media all and (min-width: 481px) {
}
@media all and (min-width: 481px) and (max-width: 1024px) {
}
@media all and (min-width: 481px) and (max-width: 768px) {
}
@media all and (max-width: 480px) {
  .section6 {
    padding: 100px 20px 70px;
  }
  .section6__list1 {
    width: 100%;
    padding-top: 50px;
  }
  .section6__list1_dl1 {
    display: flex;
  }
  .section6__list1_dl1 .dt1 {
    width: 84px;
    padding: 15px 10px;
  }
  .section6__list1_dl1 .dd1 {
    width: calc(100% - 84px);
    padding: 15px 10px;
  }
  .section6__list1_tit1 {
    font-size: 15px;
  }
  .section6__list1_p1 {
    font-size: 15px;
  }
  .section6__list1_iframe {
    height: 174px;
  }
}


/* section7
***************************************************************/
.section7 {
  background-color: #F5F5F5;
  padding: 140px 20px 80px;
}
.contact__first {
  padding-top: 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.contact__first-flow {
  counter-reset: list-counter;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 20px;
}
.contact__first-flow-item {
  font-size: 16px;
}
.contact__first-flow-item:before {
  content: counter(list-counter);
  counter-increment: list-counter;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2em;
  margin-right: 0.5em;
  background-color: #004CA0;
  color: #fff;
}
.contact__first-unction {
  font-size: 14px;
}
.contact__box {
  max-width: 700px;
  margin: 70px auto 0;
  padding: 60px 50px;
  background-color: #fff;
}
.form__contents-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.form__contents-title .req {
  display: none;
}
.form__contents-item + .form__contents-title {
  margin-top: 20px;
}
.contact .contact__box .form__contents-item input, .contact .contact__box .form__contents-item textarea, .contact .contact__box .form__contents-item select {
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 15px 20px;
}
::placeholder {
  color: #aaa;
}
label {
  cursor: pointer;
}

.contact__pp {
  max-width: 700px;
  height: 250px;
  display: block;
  margin: 25px auto 0;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 1.8rem;
}
.contact__pp-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.contact__pp-subtitle {
  font-size: 15px;
  margin: 0;
}
.contact__pp-text {
  font-size: 15px;
  margin-bottom: 15px;
}
.form__submit {
  margin: 30px auto 0;
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #BD4652;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.form__submit:hover {
  opacity: .7;
}
@media all and (min-width: 481px) {
}
@media all and (min-width: 481px) and (max-width: 1024px) {
}
@media all and (min-width: 481px) and (max-width: 768px) {
}
@media all and (max-width: 480px) {
  .section7 {
    padding: 100px 20px 70px;
  }
  .contact__first {
    padding-top: 50px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .contact__first-flow-item {
    font-size: 15px;
  }
  .contact__box {
    margin-top: 50px;
    padding: 30px 20px;
  }
  .form__contents-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .contact .contact__box .form__contents-item input, .contact .contact__box .form__contents-item textarea, .contact .contact__box .form__contents-item select {
    padding: 15px;
  }

  .contact__pp-title {
    font-size: 15px;
  }
  .contact__pp-subtitle {
    font-size: 14px;
  }
  .contact__pp-text {
    font-size: 14px;
  }
  .form__submit {
    width: 190px;
    height: 44px;
    font-size: 15px;
  }
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 481px) {
}
@media all and (min-width: 481px) and (max-width: 1024px) {
}
@media all and (min-width: 481px) and (max-width: 768px) {
}
@media all and (max-width: 480px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 481px) {
}
@media all and (min-width: 481px) and (max-width: 1024px) {
}
@media all and (min-width: 481px) and (max-width: 768px) {
}
@media all and (max-width: 480px) {
}



/* 202412FAQ追加
/* section1
***************************************************************/
.section1 {
  height: auto;
}
.section1__inner {
  max-width: 950px;
}
.section1__h2 {
   padding-bottom: 10px;
}
.section1__h2 .bold {
  font-size: clamp(1.875rem, 1.042rem + 2.78vw, 3.125rem);
}

@media (max-width: 480px) {
  .section1__inner {
      padding-top: 30px;
  }
  .section1__h2 {
      margin-bottom: 0;
  }
}

/* w_conv1
***************************************************************/
.w_conv1__box2 {
  padding: 30px;	
}
.w_conv1__box2_inner {
  position: relative;
  padding: 40px 30px 30px;
}
.w_conv1__btn1 {
  margin: 0 20px 0 0;
}
.w_conv1__plan {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 480px;
  filter: drop-shadow(3px 3px 6px rgb(0, 0, 0, .2));
}
@media (min-width: 481px) and (max-width: 768px) {
  .w_conv1__box2_item1 {
      flex-flow: wrap;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
.w_conv1__btn1 {
    width: calc((100% - 40px) / 2);
  }
}
@media all and (max-width: 480px) {
  .w_conv1__box2 {
      padding: 20px;
  }
  .w_conv1__plan {
    width: 300px;
  }
  .w_conv1__box2_inner {
      padding: 30px 10px 10px;
  }
  .w_conv1__box2_item1 {
      gap: 15px;
	  row-gap: 10px;
      flex-flow: unset;
      flex-wrap: wrap;
  }
  .w_conv1__btn1 {
      margin: 0;
	  height: 45px;
      width: calc((100% - 15px) / 2);
	  font-size: 13px;
  }
.w_conv1__btn1_in1 {
    padding-left: 20px;
    background: url(../img/common/icon_mail.svg) no-repeat left center / 15px;
  }
}

/* section2
***************************************************************/
.section2 {
  padding: 110px 20px 60px;
}
.section2__list1 {
  padding-top: 40px;
}
@media (max-width: 480px) {
  .section2 {
      padding: 50px 20px 40px;
  }
}

/* section3
***************************************************************/
.section3 {
  padding: 110px 20px 60px;
}
.section3__block1 {
	margin: 40px auto 0;
}
.section3__block1_h3_t2 {
  font-weight: 600;
  font-size: clamp(1rem, 0.625rem + 1.25vw, 1.563rem);
  text-decoration: underline;
  line-height: 1.6;
}
.section3__block1_h3_t2 .color2 {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .section3 {
      padding: 50px 20px 40px;
  }
 .section3__block1_h3_t2 {
    padding: 30px 15px 0;
    line-height: 1.5
  }
  .section3__block1_inner {
    padding: 30px 15px;
  }
  .section3__block1 {
      margin: 20px auto 0;
  }
  .section3__block1_item1_left {
      width: 100%;
  }
}

/* section5
***************************************************************/
.section5 {
  padding: 110px 20px 60px;
}
.section5__list1 {
  padding-top: 40px;
}
@media (max-width: 480px) {
  .section5 {
      padding: 50px 20px 40px;
  }
  .section5__list1 {
      padding-top: 20px;
  }
}

/* section6
***************************************************************/
.section6 {
  padding: 110px 20px 60px;
}
.section6__list1 {
  padding-top: 40px;
}
@media (max-width: 480px) {
  .section6 {
     padding: 50px 20px 40px;
  }
  .section6__list1 {
     padding-top: 10px;
  }
}

/* section7
***************************************************************/
.section7 {
  padding: 110px 20px 60px;
}
.contact__first {
  padding-top: 30px;
}
.contact__box {
  margin: 50px auto 0;
  padding: 50px 40px;
}
@media (max-width: 480px) {
  .section7 {
     padding: 50px 20px 40px;
  }
  .contact__first {
     padding-top: 10px;
  }
  .contact__box {
     margin: 30px auto 0;
     padding: 30px 20px;
  }
}

/* section8
***************************************************************/
.section8 {
  background-color: #F5F5F5;
  padding: 110px 20px 60px;
}
.section8__list1 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.section8 .w_title1__tit1 {
  line-height: 1.3;
}
.section8 .w_title1__tit1 .small {
  font-size: clamp(1.625rem, 0.833rem + 2.64vw, 2.813rem);
}
.section8__list1 li {
  border-bottom: 1px solid #fff;
}
.section8__list1_h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.section8__list1_q {
  background: #2B71BE;
  padding: 15px;
  font-weight: 600;
  font-size: clamp(1.063rem, 0.854rem + 0.69vw, 1.375rem);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.triangle {
  font-size: clamp(0.563rem, 0.438rem + 0.42vw, 0.75rem);
  padding-right: 10px;
}
.minus:hover,.plus:hover {
  cursor: pointer;
}
.minus,.plus {
  font-size: 18px;
  display: none;
}
.minus.active,.plus.active {
  display: block;
}
.li1:nth-child(even) .section8__list1_q {
  background: #4F88C7;
}
.section8__list1_a {
  background: #fff;
  padding: 0;
  height: 0;
  overflow: hidden;
  font-size: 15px;
  letter-spacing: 0;
}
.section8__list1_a.active {
  opacity: 1;
  height: auto;
  padding: 15px;
}
@media (max-width: 480px) {
  .section8 {
     padding: 50px 20px 40px;
  }
.section8__list1_q {
    padding: 10px;
  }
}



/*********202502査定追加*********/
.color3 {
  color: #E8D86C;
}
.color4 {
  color: #2376BA;
}

/* section1
***************************************************************/
.section1__inner {
  padding-top: 60px;
}
/* section9
***************************************************************/
.section9 .w_title1 {
  background: #00448F;
  padding: 5px 0 10px 160px;
  display: flex;
  justify-content: center;
}
.section9__h2 {
  position: relative;
  color: #fff;
  font-size: clamp(1.125rem, 0.625rem + 1.67vw, 1.875rem);
  font-weight: 600;
  width: fit-content;
}
.section9__h2 br {
    display: none;
}
.section9__h2 .color3{
  font-size: clamp(1.563rem, 0.729rem + 2.78vw, 2.813rem);
}
.satei_60min {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -160px;
  max-width: 130px;
}
.section9__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.satei_conv__box {
  display: flex;
  gap: 40px;
}
.satei_conv__box_item {
  background: rgb(255,255,255,.95);
  padding: 30px 20px;
  width: 50%;
  text-align: center;
}
.section9__item1_h3,.section9__item2_h3 {
  font-size: clamp(1.125rem, 1.042rem + 0.28vw, 1.25rem);
  font-weight: 600;
  margin-bottom: 20px;
}
.section9__item1_h3 .color2,.section9__item2_h3 .color4 {
  font-size: clamp(1.313rem, 1.229rem + 0.28vw, 1.438rem);
  text-decoration: underline;
  font-weight: 700;
}
.satei__btn_comment {
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  font-weight: 500;
}
.satei__btn_comment:before,
.satei__btn_comment:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #333;
  width: 1px;
  height: 1.5em;
  margin: 0 .5em;
  margin-top: -.2em;
  vertical-align: middle;
}
.satei__btn_comment:before {
  transform: rotate(-30deg);
}
.satei__btn_comment:after {
  transform: rotate(30deg);
}
.w_conv1__btn2 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 20px 8px 15px;
  border-radius: 4px;
  color: #fff;
  font-size: clamp(0.938rem, 0.813rem + 0.42vw, 1.125rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w_conv1__btn2:hover {
	opacity: .7;
}
.w_conv1__btn2:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 95%;
  position: absolute;
  right: 5px;
  bottom: 0;
}
.w_conv1__btn2.type3:after {
  background: url("../img/common/btn_satei_icon.png") bottom right no-repeat;
  background-size: contain;
}
.w_conv1__btn2.type4:after {
  background: url("../img/common/btn_soudan_icon.png") bottom right no-repeat;
  background-size: contain;
}
.w_conv1__btn2.type3{
  background: #BD4652;
  box-shadow: 5px 5px 5px rgba(189, 70, 82, 0.1);
}
.w_conv1__btn2.type4{
  background: #2376BA;
  box-shadow: 5px 5px 5px rgba(135, 118, 186, 0.1);
}
.satei__btn_free {
  width: 45px;
  height: 45px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.satei__btn_ttl {
  font-size: clamp(1.375rem, 1.25rem + 0.42vw, 1.563rem);
}
.sateiWrap {
  background: url("../img/common/satei_bg_pc.jpg") no-repeat center / cover;
}
.contact .contact__box .form__contents-item textarea {
  line-height: 1.5;
}
@media (min-width: 1201px) {
  .sateiWrap {
      background-image: url("../img/common/satei_bg_1201.jpg");
      background-position: center center;
  }
}
@media (max-width: 1200px) {
.section9__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
}
@media (max-width: 768px) {
  .satei_conv__box {
      gap: 20px;
      flex-direction: column;
  }
  .satei_60min {
    left: -110px;
    max-width: 95px;
  }
  .satei_conv__box_item {
      max-width: 80%;
	  width: 100%;
      margin: 0 auto;
  }
  .section9__h2 {
      line-height: 1.1;
  }
  .section9__h2 br {
      display: block;
  }
  .section9 .w_title1 {
    padding: 13px 0 15px 160px;
}
}
@media (max-width: 480px) {
  .sateiWrap {
    background-image: url("../img/common/satei_bg_sp.jpg");
  }
  .section9 .w_title1 {
    padding: 13px 0 15px 110px;
  }
  .satei_conv__box_item {
      max-width: 100%;
	  padding: 15px 10px;
  }
  .section1__inner {
    padding-top: 30px;
  }
.satei__btn_comment {
    width: fit-content;
    margin: 0 auto 5px;
  }
  .satei__btn_comment:before, .satei__btn_comment:after {
    position: absolute;
	  bottom: 5px;
	  height: 2.5em;
  }
  .satei__btn_comment:before {
    left: -25px;
  }
  .satei__btn_comment:after {
    right: -25px;
  }
  .section9__item1_h3, .section9__item2_h3 {
    margin-bottom: 10px;
  }
  .section6 {
    padding: 50px 15px 40px;
  }
  .section6__list1_dl1 .dt1 {
	  width: 120px;
    padding: 15px 5px;
  }
}


/*********202504メインビジュアル変更*********/
.header__btn1.type3 {
	  display: none;
  }
@media (max-width: 768px) {
  .header__btn1.type3 {
	  display: flex;
	  align-items: center;
      height: 80px;
      width: fit-content;
      border-radius: 0;
      margin-right: -20px;
      padding: 0 20px;
      font-size: 14px;
	  position: relative;
  }
  .header__btn1.type3:after {
      background: url(../img/common/btn_satei_icon.png) bottom right no-repeat;
      background-size: contain;
      display: inline-block;
      position: absolute;
      width: 100%;
      height: 50px;
      content: '';
      right: 25%;
      top: 20%;
  }
  .header__btn1_in1 {
      background: none;
	  padding-left: 0;	  
  }
}
@media (max-width: 480px) {
  .header__btn1.type3 {
      height: 60px;
	  margin-right: 0;
      padding: 0 10px;
  }
  .header__btn1.type3:after {
      height: 35px;
  }
}


/*********202505メインビジュアル・お問い合わせフォーム変更*********/
.form__contents-title .req {
    display: inline-block;
	color: #fff;
	background: #BD4652;
	font-size: 12px;
	font-weight: 500;
	border-radius: 3px;
	padding: 0 5px;
	margin-right: 10px;
}
.form__contents-title .attention {
	font-size: 14px;
	color: #666;
	font-weight: 300;
	margin-left: 5px;
}
.contact .contact__box .form__contents-item input, .contact .contact__box .form__contents-item textarea, .contact .contact__box .form__contents-item select {
    font-size: 16px;
}
.br-sp {
	display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}


/*********202507改修*********/
.header__btn1_small {
  font-size: 15px;
}
.header__btn1 {
  width: fit-content;
  padding: 10px 20px;
    background: linear-gradient(166deg, #BD4652 50%, #B52231 50%);
    border-radius: 3px;
}
.color5 {
  color: #EBD186;
}
.introWrap {
  background-image: url(../img/common/intro_bg_pc.jpg);
  background-position: center center;
  background-size: cover;
}
.section9__inner {
  padding: 20px 40px;
  position: relative;
}
.section9__item1_h3 {
    color: #fff;
    text-align: center;
}
.intro__btn {
  border-radius: 3px;
  color: #fff;
  background: linear-gradient(173deg, #BD4652 50%, #B52231 50%);
  border: 1px solid #fff;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.938rem, 0.813rem + 0.42vw, 1.125rem);
  font-weight: 700;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 500px;
  width: 100%;
}
.intro__btn_ttl {
  font-size: clamp(1.375rem, 1.25rem + 0.42vw, 1.563rem);
}
.intro__btn_free {
  font-size: clamp(0.875rem, 0.833rem + 0.14vw, 0.938rem);
  background: #fff;
  padding: 0 15px;
  border-radius: 50vh;
  width: unset;
  height: unset;
}
.intro-lead {
  font-size: clamp(0.938rem, 0.313rem + 2.08vw, 1.875rem);
}
.intro-txt {
  font-size: clamp(1.25rem, 0.625rem + 2.08vw, 2.188rem);
}
.section1__inner {
  padding-top: 80px;
}
.section1__h2 {
  font-size: clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem);
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 10px rgb(0, 0, 0, .5);
}
.section1__lead {
  display: block;
  padding: 5px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(2.188rem, 1.563rem + 2.08vw, 3.125rem);
}
.section1__txt {
  font-size: clamp(1.875rem, 1.458rem + 1.39vw, 2.5rem);
}
/* CTA
***************************************************************/
.w_conv1 {
  background: url(../img/common/cta_bg.jpg) no-repeat center / cover;
}
.w_conv1__box2_inner {
  background: rgb(255,255,255,0.9);
}
.w_conv1__btn1 {
  max-width: 270px;
  width: 100%;
  background: linear-gradient(169deg, #BD4652 50%, #B52231 50%);
  border: 1px solid #fff;
}
.w_conv1__tel1_link1 {
  text-decoration: underline;
}
.w_conv1__tel1_link1 {
  font-weight: 600;
}
/* section3
***************************************************************/
.section3__wrap {
  margin: 30px auto 0;
  padding: 20px;
  max-width: 870px;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #004CA0;
}
.section3__wrap_h3 {
  font-size: clamp(1.25rem, 1.042rem + 0.69vw, 1.563rem);
  font-weight: 600;
  text-align: center;
}
.section3__detail-img {
  max-width: 320px;
  display: block;
  margin: 0 auto -20px;
}
.section3__detail {
  background: #fff;
  padding: 30px 15px 20px;
}
.section3__detail_h4 {
  font-size: clamp(1rem, 0.833rem + 0.56vw, 1.25rem);
  font-weight: 500;
}
.client-name {
  text-align: right;
  font-size: 14px;
}
.section3__detail-mark {
  background: linear-gradient(0deg, #F1EBA9 80%, #F1EBA9 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 80%);
  font-weight: 600;
}
.section3__detail p:nth-of-type(2) {
  margin-bottom: 20px;
}
/* section567
***************************************************************/
.section5__list1_num .s1 {
  font-weight: 600;
}
.section6__list1_iframe {
  height: 260px;
}
.form__submit {
  border-radius: 3px;
}
.type_tel .float_conversion_sp__btn1_in1 {
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
}
/* section8
***************************************************************/
.section8__list1_a span {
    font-weight: 500;
}
@media (max-width: 768px) {
  .header__btn1.type3 {
    font-size: 18px;
  }
  .header__btn1.type3:after {
    display: none;
  }
  .header__btn1_small {
    font-size: 14px;
    margin-bottom: -5px;
  }
}
@media (max-width: 480px) {
  .header {
    position: relative;
  }
  .main {
    padding-top: 0;
  }
  .header__btn1.type3 {
    font-size: 14px;
  }
  .header__btn1 {
    background: linear-gradient(142deg, #BD4652 50%, #B52231 50%);
    border-radius: 3px;
  }
  .header__btn1_small {
    font-size: 11px;
  }
  .w_conv1__btn1 {
    font-size: 18px;
    background: linear-gradient(171deg, #BD4652 50%, #B52231 50%);
  }
  .section9__inner {
    padding: 30px 10px 40px;
  }
  .introWrap {
    background-image: url(../img/common/intro_bg_sp.jpg);
  }
  .intro__btn {
    max-width: 300px;
  }
  .intro__btn_free {
    padding: 0 10px;
  }
  .w_conv1__btn1 {
    font-size: 18px;
    max-width: 250px;
  }
  .section3__wrap {
    padding: 20px 10px;
  }
  .section3__detail p:nth-of-type(2) {
    margin-bottom: 10px;
  }
  .section3__detail-img {
    max-width: 265px;
    margin: 10px auto -10px;
  }    
  .section6__list1_iframe {
    height: 180px;
  }
  .contact__first {
    padding-top: 25px;
  }
}


/*********202508改修*********/
.header .inner {
  max-width: 1240px;
}
.mv__img1__wrap {
  position: relative;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.mv__img1__box {
  position: absolute;
  left: 6%;
  bottom: 0;
  padding-bottom: 2%;
  display: flex;
  gap: 10px;
  max-width: 47%;
}
.mv__img1__box a {
  width: calc(100% / 3);
  display: block;
}
.w_conv1__box2_heading {
  max-width: 560px;
  display: block;
  margin: 0 auto 5px;
}
.w_conv1__box2_inner {
  max-width: 1100px;
  padding: 30px 30px 10px;
}
.w_conv1__btn1 {
  max-width: 280px;
  border-bottom: solid #901E29 5px;
  border-radius: 6px;
}
.w_conv1__list-wrap {
  padding: 10px 20px;
  background: #ffffff7a;
  width: fit-content;
  margin: 0 auto;
}
.w_conv1__list {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.w_conv1__list-item {
  position: relative;
  padding: 5px 0 5px 25px;
  font-size: clamp(1.125rem, 0.958rem + 0.56vw, 1.375rem);
  font-weight: 600;
}
.w_conv1__list-item::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 20px;
  height: 22px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  background: url("../img/common/cta_check.svg") left center no-repeat;
  background-size: contain;
}
.w_conv1__text {
  font-size: clamp(1rem, 0.75rem + 0.83vw, 1.375rem);
  font-weight: 600;
  text-align: center;
}
.section10 {
  background: #95BAE3;
  background: repeating-linear-gradient(-45deg, #9cc1ec, #9cc1ec 1px, #95BAE3 2px, #95BAE3 8px);
}
.section10__inner {
  padding: 30px 0;
  max-width: 900px;
  margin: 0 auto;
}
.section10__heading {
  padding: 10px 20px;
  background: #004CA0;
  text-align: center;
  color: #fff;
  font-size: clamp(1rem, 0.625rem + 1.25vw, 1.563rem);
  line-height: 1.3;
  font-weight: 500;
}
.section10__heading .color3 {
  color: #DFD675;
  font-size: clamp(1.563rem, 1.146rem + 1.39vw, 2.188rem);
}
.section10__heading-mark {
  font-size: clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem);
}
.section10__list-wrap {
  position: relative;
  background: #fff;
  border: double 5px #004CA0;
  padding: 15px;
}
.section10__list {
  display: flex;
  flex-wrap: wrap;
}
.section10__img {
  position: absolute;
  width: 245px;
  bottom: 0;
  right: 0;
}
.section10__list-item {
  position: relative;
  padding: 5px 0 5px 25px;
  width: 50%;
  font-weight: 500;
  font-size: clamp(0.938rem, 0.813rem + 0.42vw, 1.125rem);
  border-bottom: 1px dotted #D9D9D9;
}
.section10__list-item:nth-of-type(9) {
  width: 100%;
  border-bottom: none;
}
.section10__list-item::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 20px;
  height: 22px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  background: url("../img/common/zaisanbunyo_check.svg") left center no-repeat;
  background-size: contain;
}
.section2__list1_h3_txt {
  font-weight: 600;
}
.section2__detail-mark {
  background: linear-gradient(0deg, #DDE9F6 80%, #DDE9F6 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 80%);
}

@media (max-width: 768px) {
  .w_conv1__box2_heading {
    max-width: 470px;
  }
  .section10__inner {
    padding: 30px 20px;
  }
  .section10__list-wrap {
    padding: 15px 15px 70px;
  }
}
@media (max-width: 480px) {
  .header__btn1_small {
    font-size: 13px;
  }
  .header__btn1.type3 {
    font-size: 18px;
    padding: 0 30px;
  }
  .w_conv1__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .w_conv1__list li:last-child {
    border-bottom: none;
  }
  .mv__img1__box {
    max-width: calc(100% - 8%);
    left: 4%;
    padding-bottom: 8%;
    gap: 8px;
  }
  .w_conv1__box2_inner {
    padding: 20px 20px 10px;
  }
  .w_conv1__list-item {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 2px 0 2px 25px;
  }
  .w_conv1__btn1 {
    max-width: 250px;
    padding: 8px;
    height: fit-content;
  }
  .section10__heading {
    padding: 10px;
  }
  .section10__heading .color3 {
    display: block;
  }
  .section10__list-item {
    width: 100%;
  }
  .section10__list-wrap {
    padding: 0;
  }
  .section10__list {
    padding: 15px 20px 0;
  }
  .section10__img {
    position: unset;
    display: block;
    margin: -20px 0 0 auto;
    width: 100%;
  }
  .section5__list1_h3 {
    letter-spacing: 0;
    font-weight: 600;
  }
  .section6__list1_tit1 {
    font-weight: 600;
  }
}

/*********202510改修*********/

.contact__pp-text {
    word-break: break-all;
}