@charset "UTF-8";
.service_point_text.ttl01 br {
  display: none;
}

/* ===================================
サービスTOP
=================================== */
.text_mail_flex {
  max-width: 1240px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 0 80px;
  padding: 100px 20px 73px;
  box-sizing: content-box;
}

.mail_box {
  background-color: #fff;
  padding: 36px 40px;
  box-shadow: 4px 4px 10px 0px #DDD4C0;
  margin-top: -47px;
}

.btn_service_top {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 540px;
  margin: 0 auto;
  padding: 20px 30px;
  font-weight: bold;
  border: 1px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  background-color: #E03837;
  gap: 0 8px;
  transition: 0.3s;
  align-items: center;
}

.btn_service_top::before {
  content: "";
  display: block;
  background-image: url(../img/common/icon-mail.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.btn_service_top:hover {
  color: #E03837;
  background-color: #fff;
  border: 1px solid #E03837;
}

.btn_service_top:hover::before {
  background-image: url(../img/common/icon-mail_hover.svg);
}

.form_text02 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  letter-spacing: 0.8px;
}

.btn_service_top img {
  width: 24px;
}

.mail_box_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  text-align: center;
  margin-bottom: 26px;
}

.service_point_text {
  margin: 0 auto;
  margin-bottom: 16px;
}

.service_flex_left .service_flex_img {
  width: 540px;
  margin: -58px -22px -9px 2px;
}

.service_top_wrapper .service_span_en {
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 3px;
}

.service_top_wrapper h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 51.2px */
  letter-spacing: 1.28px;
  text-align: center;
  margin-bottom: 80px;
}

.service_top_wrapper {
  width: 1240px;
  border: solid 1px #333;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 60px 50px 78px 50px;
}

.service_flex_left {
  margin-right: 50px;
}

.s_main_p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  letter-spacing: 0.64px;
  margin-bottom: 48px;
}

.service_point_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  /* 28px */
  letter-spacing: 0.56px;
}
.service_point_text::before, .service_point_text::after {
  content: "";
  position: absolute;
  top: 22%;
  height: 18px;
}

.service_point_text::before {
  position: absolute;
  text-align: center;
  line-height: 1.3;
  font-size: 2.5rem;
  border-left: solid 1px;
  left: -9px;
  transform: rotate(-50deg);
}
.service_point_text.ttl02::before {
  position: absolute;
  text-align: center;
  line-height: 1.3;
  font-size: 2.5rem;
  border-left: solid 1px;
  left: -13px;
  transform: rotate(-50deg);
}

.service_point_text::after {
  position: absolute;
  text-align: center;
  line-height: 1.3;
  font-size: 2.5rem;
  border-right: solid 1px;
  right: -9px;
  transform: rotate(50deg);
}
.service_point_text.ttl02::after {
  position: absolute;
  text-align: center;
  line-height: 1.3;
  font-size: 2.5rem;
  border-right: solid 1px;
  right: -13px;
  transform: rotate(50deg);
}

.service_flex_right {
  margin-left: 44px;
}

.service_span_en.en01 {
  color: #F5BC29;
}
.service_span_en.en02 {
  color: #25BC6B;
}
.service_span_en.en03 {
  color: #F87740;
}
.service_span_en.en04 {
  color: #2F7FF6;
}
.service_span_en.en05 {
  color: #B560F9;
}

.check_list li {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  display: flex;
  align-items: center;
  background-color: #E9E4DA;
  margin-bottom: 10px;
  padding: 7px 10px;
  gap: 0 11px;
}

.check_list img {
  width: 20px;
}

.service_top_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.service_top_p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 222%;
  /* 32px */
  letter-spacing: 0.64px;
  margin-bottom: 47px;
}

.service_point_text {
  margin-bottom: 16px;
}

a.inner_botan01 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 300px;
  padding: 1rem 4rem;
  border: 1px solid #333;
  border-radius: 100px;
  color: #333;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
  margin-top: 68px;
  transition: 0.3s;
}
a.inner_botan01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 24px;
  height: 1px;
  background-color: #333;
  transition: 0.3s;
}

a.inner_botan01:hover {
  color: #fff;
  background-color: #333;
}
a.inner_botan01:hover::after {
  background-color: #fff;
}

.sec_form02 {
  width: 1240px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 40px 0px;
  background-color: #fff;
  /* shadow */
  box-shadow: 4px 4px 10px 0px #DDD4C0;
}

@media screen and (max-width: 1300px) {
  .service_top_wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 1240px) {
  .text_mail_flex {
    display: block;
    width: 90%;
    gap: 40px;
  }
  .service_top_p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 80px;
  }
  .btn_service_top {
    max-width: 540px;
    width: 100%;
  }
  .mail_box_text {
    font-size: 18px;
  }
  .service_top_wrapper {
    width: 90%;
  }
  .service_flex_left .service_flex_img {
    width: 460px;
  }
  .service_flex_right {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .s_main_p {
    margin-bottom: 32px;
  }
  .service_flex_right {
    width: 100%;
  }
  .service_flex_left .service_flex_img {
    width: 100%;
  }
  .service_top_wrapper .service_span_en {
    text-align: left;
    margin-bottom: 10px;
  }
  .service_top_wrapper .service_span_en {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .service_top_wrapper {
    padding: 60px 30px 78px 30px;
    margin-bottom: 80px;
  }
  .service_top_wrapper h2 {
    margin-bottom: 56px;
    text-align: left;
  }
  .service_top_wrapper .service_span_en {
    display: block;
    text-align: left;
  }
  .service_top_flex {
    display: block;
  }
  .s_main_p {
    margin: 16px 0 32px 0;
  }
  .s_main_p br {
    display: none;
  }
  .service_flex_left {
    margin: 0;
  }
  .service_flex_left .service_flex_img {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service_point_text {
    font-size: 16px;
    text-align: center;
    margin: auto;
    margin-bottom: 8px;
  }
  .service_point_text.ttl01 br {
    display: block;
  }
  .service_point_text {
    line-height: 1.5;
  }
  .service_point_text.ttl01::before, .service_point_text.ttl01::after {
    top: 10%;
    height: 49px;
  }
  .service_point_text.ttl01::before {
    left: -20px;
    transform: rotate(-40deg);
  }
  .service_point_text.ttl01::after {
    right: -20px;
    transform: rotate(40deg);
  }
}
@media screen and (max-width: 768px) {
  .text_mail_flex {
    padding: 60px 0 80px 0;
  }
}
@media screen and (max-width: 600px) {
  .service_top_p {
    line-height: 2;
  }
  .mail_box_text br {
    display: block;
  }
  .service_top_wrapper h2 {
    font-size: 30px;
  }
  .service_top_p {
    line-height: 2;
  }
  .btn_service_top {
    padding: 16px 30px;
  }
  .s_main_p {
    line-height: 1.7;
  }
  .service_top_wrapper {
    padding: 30px 20px 50px 20px;
  }
  a.inner_botan01 {
    width: 100%;
    margin: 0;
  }
  .service_top_wrapper {
    margin-bottom: 20px;
  }
  .service_top_wrapper h2 {
    font-size: 30px;
  }
  .check_list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .mail_box_text br {
    display: none;
  }
  .mail_box_text {
    font-size: 16px;
    text-align: left;
  }
  .service_top_wrapper h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .form_text02 {
    font-size: 20px !important;
  }
  .mail_box {
    padding: 30px 20px 30px;
  }
  .btn_service_top img {
    width: 22px;
  }
  .service_top_wrapper h2 {
    font-size: 24px;
  }
  a.inner_botan01 {
    padding: 0.8rem 1rem;
  }
  .service_top_wrapper .service_span_en {
    display: block;
    text-align: left;
  }
  .service_top_wrapper h2 {
    text-align: left;
    margin-bottom: 30px;
  }
  .form_text02 {
    font-size: 20px;
  }
}