/* ================================================================================================ */
/* mv */
/* ================================================================================================ */
section.mv {
  /* background: url("../../img/top/mv.jpg") no-repeat center; */
  /* background-size: cover; */
  width: 100%;
  /* height: 42.45973646vw;
  min-height: 550px; */
}

section.mv .container {
  /* width: 80%; */
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

section.mv .container .sub_ttl {
  position: relative;
  display: block;
  width: fit-content;
  margin: auto;
}

section.mv .container .sub_ttl::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

section.mv .container .sub_ttl::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

section.mv .container h2.main_ttl {
  width: fit-content;
  margin: auto;
  margin-top: 30px;
  text-shadow: 6px 8px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

section.mv .container h2.main_ttl::after {
  position: absolute;
  content: "";
  background: url("../../img/top/circle_icon.png") no-repeat center;
  background-size: cover;
  width: 10.614934vw;
  height: 10.614934vw;
  max-width: 145px;
  max-height: 145px;
  top: -4vw;
  left: -6vw;
}

section.mv .container .face_icon {
  position: absolute;
  width: 18vw;
  height: auto;
  bottom: -0.439238653vw;
  right: -3vw;
  z-index: 2;
}

section.mv .container .box {
  width: fit-content;
  margin: auto;
}

section.mv .container .box .item {
  position: relative;
  width: 17.569546vw;
  flex-direction: column;
}

/* item01 */

section.mv .container .box .item.item01 .item_icon {
  width: 10.2489019vw;
  margin: auto;
  height: auto;
  margin-top: 2.196193265vw;
}

/* item02 */

section.mv .container .box .item.item02 .item_icon {
  width: 5.4904831vw;
  height: auto;
  margin: auto;
  margin-top: 1.68374817vw;
}

/* item03 */

section.mv .container .box .item.item03 .item_icon {
  margin-top: 2.415812592vw;
}

section.mv .container .box .item.item03 .item_icon img.icon_img {
  width: 4.026354319vw;
  height: auto;
}

section.mv .container .box .item.item03 .item_icon img.icon_img:not(:last-of-type) {
  margin-right: 0.732064421vw;
}

section.mv .container .box .item.item03 p.item_txt {
  margin-top: 2.196193265vw;
}

/* --------------------------------レスポンシブ------------------------------- */

@media screen and (max-width: 1024px) {
  /* section.mv .container {
    width: 90%;
  } */

  section.mv .container .box .item {
    width: 21.5vw;
  }
}

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

  section.mv .container h2.main_ttl {
    margin-top: 30px;
  }
}

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

  /* section.mv .container {
    padding-top: 10vw;
    padding-bottom: 10vw;
  } */

  section.mv .container .box .item {
    flex-direction: column;
    width: 24vw;
  }

  section.mv .container .box .item p.item_txt {
    margin-left: unset;
    margin-top: 10px;
  }

  section.mv .container .box .item.item03 p.item_txt {
    margin-top: 10px;
  }

  section.mv .container .box .item.item01 .item_icon {
    width: 20vw;
  }

  section.mv .container .box .item.item02 .item_icon {
    width: 9vw;
  }

  section.mv .container .box .item.item03 .item_icon img.icon_img {
    width: 9vw;
  }
}

/* ================================================================================================ */
/* top */
/* ================================================================================================ */

section.top .container {
  width: 85.65%;
  margin: auto;
}

section.top .container .top_txt span.border {
  background: linear-gradient(transparent 60%, #f2f200 60%);
}

section.top .container .top_points {
  margin-top: 44px;
}

section.top .container .top_points .top_point {
  width: calc(371 / 1160 * 100%);
  background-color: #e6f8e6;
  border-radius: 10px;
  padding: 10px 10px 0 10px;
}

section.top .container .top_points .top_point .top_point_head {
  text-align: center;
  margin-bottom: 10px;
}

section.top .container .top_points .top_point .top_point_txt {
  padding: 0 20px;
  margin-bottom: 10px;
}

section.top .container .top_points .top_point .top_point_num {
  text-align: center;
}

section.top .container .cta {
  background-color: #028502;
  border: 10px solid #06C755;
  padding: 16px 46px;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
  gap: 30px;
}

section.top .container .cta .cta_icon {
  width: 146px;
}

section.top .container .cta .box_cols {
  margin-top: 10px;
  align-items: flex-start;
  gap: 26px;
}

section.top .container .cta .box_cols .box_txt {
  flex: 1;
}

section.top .container .cta .box_link {
  background-color: var(--yellow);
  padding: 20px 32px;
  border-radius: 5px;
}

/* --------------------------------レスポンシブ------------------------------- */
@media screen and (max-width: 1024px) {
  section.top {
    margin-top: 5.859375vw;
  }

  section.top .container {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  section.top {
    margin-top: 40px;
  }

  section.top .container {
    width: 90%;
  }

  section.top .container .top_txt {
    line-height: 2.2;
    letter-spacing: 0.02em;
    font-size: calc(32 / 480 * 100vw);
  }

  section.top .container .top_points {
    flex-direction: column;
    gap: 20px;
  }

  section.top .container .top_points .top_point {
    width: 100%;
  }

  section.top .container .top_points .top_point .top_point_img {
    width: 50%;
    margin: 0 auto;
  }

  section.top .container .cta {
    flex-direction: column;
    padding: 20px;
  }

  section.top .container .cta .box_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: calc(24 / 480 * 100vw);
  }

  section.top .container .cta .box_cols .box_txt {
    font-size: calc(20 / 480 * 100vw);
  }

  section.top .container .cta .cta_icon {
    width: 32px;
  }

  section.top .container .cta .box_cols {
    flex-direction: column;
    align-items: center;
  }

  section.top .container .cta .box_link {
    padding: 15px 32px;
  }
}

/* ================================================================================================ */
/* estimate */
/* ================================================================================================ */
form.estimate {
  margin-top: 50px;
}

form.estimate .container {
  width: 76%;
  margin: auto;
  border: 5px solid var(--main_color);
  border-radius: 10px;
  padding: 2.9282576vw 3.6603221vw;
}

form.estimate .left .head {
  padding-bottom: 20px;
  border-bottom: 5px solid var(--main_color);
}

form.estimate .left .head img.estimate_img {
  width: 7.3206442vw;
  height: auto;
  margin-right: 1.4641288vw;
}

form.estimate .left .contents {
  margin-top: 20px;
}

form.estimate .left .contents .item {
  margin-top: 10px;
}

form.estimate .left .contents .item .key {
  background-color: #ededeb;
  padding: 2px 5px;
  margin-right: 30px;
  width: 70px;
}

form.estimate .right {
  width: 38.79941435vw;
}

form.estimate .right .estimate_select_box .estimate_select_item:not(:first-of-type) {
  margin-left: 2.9282576vw;
}

form.estimate .right .price_box {
  background: linear-gradient(transparent 55%, #f2f200 55%);
  width: fit-content;
  margin-left: auto;
  margin-top: 30px;
}

form.estimate .right .price_box p.txt {
  padding-right: 3.294289898vw;
}

/* --------------------------------レスポンシブ------------------------------- */
@media screen and (max-width: 1024px) {
  form.estimate .container {
    width: 85.65%;
    flex-direction: column;
  }

  form.estimate .container .left {
    width: 100%;
  }

  form.estimate .left .head {
    justify-content: center;
    align-items: center;
  }

  form.estimate .container .right {
    width: 100%;
    margin: auto;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  form.estimate .container {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  form.estimate {
    margin-top: 40px;
  }

  form.estimate .container {
    padding: 30px 15px;
  }

  form.estimate .left .head img.estimate_img {
    width: 12vw;
    margin-right: 20px;
  }

  form.estimate .right .estimate_select_box {
    flex-direction: column;
    align-items: unset;
  }

  form.estimate .right .estimate_select_box .estimate_select_item {
    justify-content: flex-end;
  }

  form.estimate .right .estimate_select_box .estimate_select_item:not(:first-of-type) {
    margin-left: unset;
    margin-top: 20px;
  }

  form.estimate .right .price_box {
    margin: auto;
    margin-top: 30px;
  }

  form.estimate .right .common_btn01 {
    margin: auto;
    margin-top: 30px;
    padding: 15px 0;
  }
}

/* ================================================================================================ */
/* order */
/* ================================================================================================ */
section.order {
  /* margin-top: 7.320644217vw; */
  margin-top: 3vw;
  overflow: hidden;
}

section.order .container {
  width: 85.65%;
  margin: auto;
}

section.order .sec_ttl {
  margin-bottom: 20px;
}

section.order .bg_green {
  background-color: #e6f8e6;
  padding: 50px 0;
}

section.order .container form {
  background-color: var(--white);
}

section.order .form_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

section.order .contents {
  margin-top: 50px;
  justify-content: center;
}

section.order .container .item .txt_box .txt02 {
  text-shadow: 3px 3px 1px rgba(255, 255, 255, 0.7);
  margin-top: 20px;
}

section.order .container .item .comment_box .comment_txt {
  margin: auto;
  font-size: 1.3vw;
}

@media screen and (min-width: 1440px) {
  section.sec2 .container .item .comment_box .comment_txt {
    font-size: 1.317715959vw;
  }
}

/* --------------------------------レスポンシブ------------------------------- */
@media screen and (max-width: 1024px) {
  section.order .container {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  section.order {
    margin-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  section.order {
    /* margin-top: 60px; */
    margin-top: 30px;
  }

  section.order .form_wrapper {
    gap: 0;
    row-gap: 20px;
  }
}

/* ================================================================================================ */
/* menu */
/* ================================================================================================ */
section.menu {
  background-color: var(--white);
}

section.menu .container {
  width: 85.65%;
  margin: auto;
  padding: 80px 0;
}

section.menu .menu_lead {
  text-align: center;
  margin-top: 20px;
}

section.menu .menu_items {
  margin-top: 32px;
  flex-wrap: wrap;
  row-gap: 48px;
}

section.menu .menu_items .item {
  width: calc(270 / 1160 * 100%);
}

section.menu .menu_items .item_ttl {
  font-size: 1.6vw;
  margin-top: 16px;
  text-align: center;
}


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

}

/* --------------------------------レスポンシブ------------------------------- */
@media screen and (max-width: 1024px) {

}

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

}

@media screen and (max-width: 480px) {
  section.menu .menu_items {
    row-gap: 24px;
  }

  section.menu .menu_items .item {
    width: 48%;
  }

  section.menu .menu_items .item .item_ttl {
    font-size: calc(16 / 480 * 100vw);
  }
}

/* ================================================================================================ */
/* contact */
/* ================================================================================================ */
section.contact {
  background-color: var(--white);
  padding-top: 30px;
  padding-bottom: 100px;
}

section.contact .container {
  width: 85.65%;
  margin: auto;
}

section.contact .contact_items {
  margin-top: 40px;
  gap: 50px;
}

section.contact .contact_item {
  width: calc(330 / 1366 * 100vw);
  max-width: 330px;
}

section.contact .contact_item_blank {
  position: relative;
}

section.contact .contact_item_blank::before {
  position: absolute;
  content: "";
  max-width: 438px;
  max-height: 285px;
  width: calc(438 / 1366 * 100vw);
  height: calc(285 / 1366 * 100vw);
  background-image: url("../../img/top/human_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -2vw;
  left: -6vw;
}

section.contact .contact_icon {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  border-radius: 50%;
}

section.contact .contact_icon img {
  width: 40px;
}

section.contact .contact_icon_mail {
  background-color: var(--blue);
}

section.contact .contact_icon_line {
  background-color: var(--main_color);
}

section.contact .contact_button {
  margin-top: 24px;
}
/* --------------------------------レスポンシブ------------------------------- */
@media screen and (max-width: 1024px) {
  section.contact .contact_item {
    width: calc(330 / 1024 * 100vw);
  }

  section.contact .contact_icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  section.contact .contact_icon img {
    width: 24px;
  }

  section.contact .contact_item_blank::before {
    left: -2vw;
  }
}

@media screen and (max-width: 768px) {
  section.contact .container {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  section.contact .contact_items {
    justify-content: space-between;
    gap: 0;
    flex-wrap: wrap;
  }

  section.contact .contact_item {
    width: 48%;
  }

  section.contact .contact_item_blank {
    width: 100%;
  }

  section.contact .contact_item_blank::before {
    max-width: none;
    max-height: none;
    width: calc(438 / 480 * 100vw / 1.6);
    height: calc(285 / 480 * 100vw / 1.6);
    bottom: 6vw;
  }

  section.contact .contact_ttl {
    justify-content: center;
    font-size: 4.8vw;
  }
}

footer {
  margin-top: 0;
}

/* --------------------------------レスポンシブ------------------------------- */
@media screen and (max-width: 1024px) {
  section.reason .contents .item:first-child img.face_icon {
    left: -70px;
    bottom: 100%;
  }

  section.sec2 .container .item.item01 .comment_box {
    width: 335px;
    height: 200px;
  }

  section.sec2 .container .item.item01 .comment_box {
    background: url("../../img/top/comment_icon01_sp.png") no-repeat center;
    background-size: cover;
  }

  section.sec2 .container .item.item02 .comment_box {
    background: url("../../img/top/comment_icon02_sp.png") no-repeat center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  section.sec8 .container {
    width: 90%;
  }

  section.sec8 .container .contents .list {
    flex-direction: column;
  }

  section.sec8 .container .contents .list .key {
    width: 100%;
    border-bottom: unset;
    background: var(--green2);
    padding: 20px;
  }

  section.sec8 .container .contents .list .value .map {
    height: 45vw;
  }

  section.sec8 .container .contents .list .value {
    width: 100%;
    border-top: unset;
    padding: 30px 20px;
  }

  section.reason .contents .item:first-child img.face_icon {
    left: -30px;
  }
}

@media screen and (max-width: 480px) {
  section.sec8 .container .ttl_box {
    padding: 15px;
  }

  section.sec8 .container .contents .list .value {
    padding: 20px 5px;
  }

  section.sec8 .container .contents .list .key {
    padding: 15px;
  }

  section.reason .contents .item:first-child img.face_icon {
    left: -10px;
  }

  section.sec2 .container .item.item01 .comment_box {
    background: url("../../img/top/comment_icon01.png") no-repeat center;
    background-size: cover;
  }

  section.sec2 .container .item.item02 .comment_box {
    background: url("../../img/top/comment_icon02.png") no-repeat center;
    background-size: cover;
  }

  section.sec2 .container .item.item01 .comment_box {
    width: 335px;
    height: 220px;
  }

  section.mv .container .tag .item p.item_txt {
    font-size: 14px;
  }

  section.mv .container h2.main_ttl {
    margin-top: 25px;
    font-size: 28px;
    margin-bottom: 5vw;
  }

  section.mv .container .box .item p.item_txt {
    font-size: 18px;
  }

  section.contact {
    padding-top: 60px;
  }
}

/* 2025/04/21追記 */
section.top .container .cta.sp_box {
  display: none;
}
section.top .container .cta_pc_box {
  margin-top: 5%;
}
section.top .container .cta_pc_box .img {
  max-width: 1020px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
section.top .container .cta_pc_box area {
  cursor: pointer;
}

section.contact .wrapper {
  display: flex;
  align-items: center;
  margin-top: 2%;
}
section.contact .wrapper .left {
  flex: 0 0 37%;
  margin-right: 2%;
}
section.contact .wrapper .right {
  flex: auto;
}
section.contact .wrapper .right .top_box {
  display: flex;
}
section.contact .wrapper .right .top_box .contact_item:first-child {
  margin-right: 8%;
}
section.contact .wrapper .right .bottom_box {
  display: flex;
  align-items: center;
  margin-top: 5%;
}
section.contact .wrapper .right .bottom_box .sub_left {
  display: flex;
  align-items: center;
  margin-right: 3%;
}
section.contact .wrapper .right .bottom_box .sub_left .icon {
  max-width: 66px;
  margin-right: 10px;
}
section.contact .wrapper .right .bottom_box .sub_left .sub_info {
  text-align: center;
}
section.contact .wrapper .right .bottom_box .sub_left .sub_info h5,
section.contact .wrapper .right .bottom_box .sub_left .sub_info p {
  font-weight: bold;
}
section.contact .wrapper .right .bottom_box .sub_left .sub_info p {
  margin-top: 5px;
}
section.contact .wrapper .right .bottom_box .sub_right a {
  font-weight: 900;
}

@media (max-width: 1024px) {
  section.contact .wrapper .left {
    flex: 0 0 27%;
  }
  header .tel_box .tel_r .bottom {
    text-align: center;
  }
}
@media (max-width: 768px) {
  section.contact .wrapper {
    display: flex;
    align-items: center;
    margin-top: 4%;
  }
}
@media (max-width: 480px) {
  section.top .container .cta.sp_box {
    display: flex;
  }
  section.top .container .cta_pc_box {
    display: none;
  }
  section.contact{
    position: relative;
  }
  section.contact .wrapper {
    display: block;
    margin-top: 12%;
  }
  section.contact .wrapper .left {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    width: calc(352 / 480 * 100vw / 1.6);
    height: calc(285 / 480 * 100vw / 1.6);
    margin-right: 0;
  }
  section.contact .wrapper .right .top_box .contact_item:first-child {
    margin-right: 3%;
  }
  section.contact .wrapper .right .bottom_box {
    display: block;
    margin-top: 7%;
  }
  section.contact .wrapper .right .bottom_box .sub_left {
    justify-content: center;
  }
  section.contact .wrapper .right .bottom_box .sub_left .icon {
    max-width: 40px;
    margin-right: 10px;
  }
  section.contact .wrapper .right .bottom_box .sub_left .sub_info .f22 {
    font-size: 18px;
  }
  section.contact .wrapper .right .bottom_box .sub_left .sub_info p {
    font-size: 14px;
  }
  section.contact .wrapper .right .bottom_box .sub_right {
    margin-top: 10px;
    text-align: center;
  }
  section.contact .wrapper .right .bottom_box .sub_right .f48 {
    font-size: 32px;
  }
}