.sub_body {
  padding-top: 70px;
}

.sub_mv {
  height: 400px;
  display: flex;
  align-items: center;
}

.sub_mv .inner {
  max-width: 1000px;
}

.sub_mv h1 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.sub_mv h1 em {
  font-size: 96px;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
}

.about_mv {
  background: url(../images/about/bg_ttl.png) center center no-repeat;
  background-size: cover;
}

.case_mv {
  background: url(../images/case/bg_ttl.png) center center no-repeat;
  background-size: cover;
}

.qa_mv {
  background: url(../images/qa/bg_ttl.png) center center no-repeat;
  background-size: cover;
}

.strength_mv {
  background: url(../images/strength/bg_ttl.png) center center no-repeat;
  background-size: cover;
}

.company_mv {
  background: url(../images/company/bg_ttl.png) center center no-repeat;
  background-size: cover;
}

.contact_mv {
  background: url(../images/contact/bg_ttl.png) center center no-repeat;
  background-size: cover;
}

.policy_mv {
  background: url(../images/policy/bg_ttl.png) center center no-repeat;
  background-size: cover;
}

.sub_ttl {
  color: #4a4f50;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 90px;
}

.sub_ttl span {
  color: #51a8ae;
  font-size: 20px;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  padding-left: 25px;
  background: url(../images/ico_ttl.png) left center no-repeat;
  background-size: 19px;
}

@media screen and (max-width: 767px) {
  .sub_body {
    padding-top: 60px;
  }

  .sub_mv {
    height: 240px;
  }

  .sub_mv h1 {
    font-size: 16px;
  }

  .sub_mv h1 em {
    font-size: 42px;
  }

  .sub_ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .sub_ttl span {
    font-size: 12px;
    padding-left: 20px;
    background: url(../images/ico_ttl.png) left center no-repeat;
    background-size: 16px;
  }
}

/*----------------------------------------------------- */
/*  about           */
/*----------------------------------------------------- */
.about_point {
  padding: 150px 0 120px;
}

.about_point .inner {
  max-width: 1000px;
}

.about_box {
  background: #f2f5f6;
  box-shadow: 4px 4px 4px rgba(58, 81, 83, 0.2);
  padding: 6%;
}

.about_box h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #4a4f50;
}

.about_box_pic {
  max-width: 685px;
  margin: 0 auto;
}

.about_arrow {
  max-width: 283px;
  margin: 50px auto 60px;
}

.about_list {
  max-width: 800px;
  margin: 150px auto 0;
}

.about_list li+li {
  border-top: 1px solid #f2f5f6;
  margin-top: 50px;
  padding-top: 50px;
}

.about_subttl {
  font-size: 32px;
  font-weight: bold;
  color: #4a4f50;
  margin-bottom: 40px;
  line-height: 1.4;
}

.about_subttl span {
  display: block;
  width: 28px;
  height: 28px;
  background: #f2f5f6;
  border-radius: 100px;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
}

.about_note {
  font-size: 13px;
  color: #818181;
  margin-top: -20px;
}

.about_note02 {
  font-size: 13px;
  color: #818181;
  margin-top: 0;
}

.about_subtext {
  margin-top: -20px;
  margin-bottom: 40px;
}

.about_pic01 {
  background: #f2f5f6;
  padding: 6%;
}

.about_pic01 img {
  max-width: 616px;
  margin: 0 auto;
  display: block;
}

.about_pic02 {
  background: #f2f5f6;
  padding: 3%;
}

.about_pic02 img {
  max-width: 728px;
  margin: 0 auto;
  display: block;
}

.about_pic03 {
  max-width: 668px;
  margin: 78px auto 0;
}

.about_strength {
  padding: 150px 0;
  background: #f2f5f6;
}

.about_strength .inner {
  max-width: 1000px;
}

.about_strength_pic {
  margin: 90px auto 0;
}

.about_flow {
  padding: 150px 0;
  background: #f2f5f6;
}

.about_flow .inner {
  max-width: 1000px;
}

.about_flow_box {
  background: #fff;
  box-shadow: 4px 4px 4px rgba(58, 81, 83, 0.2);
  padding: 4% 6%;
  display: flex;
  gap: 2em;
  position: relative;
  justify-content: flex-start;
}

.about_flow_box img {
  max-height: 120px;
  width: auto;
  max-width: 90%;
}

.about_flow_box a {
  position: absolute;
  color: #fff;
  right: 10px;
  bottom: 10px;
  font-weight: bold;
  border-radius: 100vh;
  padding: 15px 45px 15px 50px;
  background-color: #4a4e50;
}

.about_flow_box a span {
  background: url(../images/ico_arrow.png) right center no-repeat;
  background-size: 26px;
  padding-right: 45px;
  height: 26px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.about_flow_pic {
  max-width: 685px;
  margin: 0 auto;
}

.about_flow_arrow {
  max-width: 110px;
  margin: 36px auto 30px;
}

@media screen and (max-width: 1000px) {
  .about_flow_box:first-of-type {
    padding: 4% 6% 8%;
  }
}

@media screen and (max-width: 767px) {
  .about_point {
    padding: 60px 0 40px;
  }

  .about_box {
    background: #f2f5f6;
    box-shadow: 4px 4px 4px rgba(58, 81, 83, 0.2);
    padding: 6%;
  }

  .about_box h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .about_arrow {
    max-width: 50%;
    margin: 30px auto 20px;
  }

  .about_list {
    margin: 50px auto 0;
  }

  .about_list li+li {
    border-top: 1px solid #f2f5f6;
    margin-top: 20px;
    padding-top: 20px;
  }

  .about_subttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .about_subttl span {
    margin-bottom: 10px;
  }

  .about_note {
    font-size: 12px;
    margin-top: -10px;
  }

  .about_note02 {
    font-size: 12px;
    margin-top: 0;
  }

  .about_pic03 {
    max-width: 90%;
    margin: 30px auto 0;
  }

  .about_strength {
    padding: 50px 0;
  }

  .about_strength_pic {
    margin: 40px auto 0;
  }

  .about_flow {
    padding: 50px 0;
  }

  .about_flow_box {
    padding: 4% 3%;
  }

  .about_flow_box:first-of-type {
    padding: 4% 3% 10%;
  }

  .about_flow_box a {
    padding: 6px 20px 6px 26px;
    font-size: 12px;
  }

  .about_flow_box a span {
    background-size: 20px;
    padding-right: 28px;
    height: 20px;
  }

  .about_flow_arrow {
    width: 70px;
    margin: 15px auto 10px;
  }

  .about_flow_pic {
    margin: 40px auto 0;
  }
}

/*----------------------------------------------------- */
/*  case           */
/*----------------------------------------------------- */
.case01 {
  padding: 150px 0 120px;
}

.case01 .inner {
  max-width: 1000px;
}

.case02 {
  padding: 150px 0 120px;
  background: #f2f5f6;
}

.case02 .inner {
  max-width: 1000px;
}

.case02 .case_wrap01 .case_txt01 {
  background: #fff;
}

.case02 .case_wrap01 .case_txt01::after {
  border-color: #fff transparent transparent #fff;
}

.case02 .case_wrap02 .case_txt02 {
  background: #fff;
}

.case02 .case_wrap02 .case_txt02::after {
  border-color: #fff #fff transparent transparent;
}

.case_wrap .case_pic {
  max-width: 177px;
  text-align: center;
}

.case_wrap .case_pic p {
  font-size: 20px;
  font-weight: bold;
}

.case_wrap01 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.case_wrap01 .case_txt01 {
  flex: 1;
  max-width: 689px;
  background: #f2f5f6;
  padding: 30px;
  position: relative;
  box-shadow: 4px 4px 4px rgba(58, 81, 83, 0.2);
  margin-left: 3%;
}

.case_wrap01 .case_txt01::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 5%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f2f5f6 transparent transparent #f2f5f6;
  border-width: 10px 17px 10px 17px;
  filter: drop-shadow(4px 4px 3px rgba(58, 81, 83, 0.2));
}

.case_wrap01 .case_txt01 h3 {
  color: #51a8ae;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.case_wrap02 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.case_wrap02 .case_txt02 {
  flex: 1;
  max-width: 689px;
  background: #f2f5f6;
  padding: 30px;
  position: relative;
  box-shadow: 4px 4px 4px rgba(58, 81, 83, 0.2);
  margin-right: 3%;
}

.case_wrap02 .case_txt02::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 5%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f2f5f6 #f2f5f6 transparent transparent;
  border-width: 10px 17px 10px 17px;
  filter: drop-shadow(4px 4px 3px rgba(58, 81, 83, 0.2));
}

.case_wrap02 .case_txt02 h3 {
  color: #51a8ae;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.case_box {
  max-width: 780px;
  margin: 60px auto 0;
  border: 2px solid #51a8ae;
  background: #fff;
  border-radius: 200px;
  padding: 40px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.case_box_inner {
  text-align: center;
}

.case_box_inner .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
}

.case_box_inner .price {
  color: #51a8ae;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.1;
}

.case_box_inner .price em {
  font-size: 48px;
  font-weight: bold;
}

.case_box_inner .note {
  margin-top: 10px;
  color: #818181;
  font-size: 14px;
}

.case_box_arrow {
  max-width: 78px;
  margin: -10px 7% 0;
}

@media screen and (max-width: 767px) {
  .case01 {
    padding: 50px 0 40px;
  }

  .case02 {
    padding: 50px 0 40px;
  }

  .case_wrap .case_pic {
    width: 25%;
  }

  .case_wrap .case_pic p {
    font-size: 16px;
  }

  .case_wrap01 {
    margin-bottom: 40px;
  }

  .case_wrap01 .case_txt01 {
    padding: 10px 15px;
    margin-left: 3%;
  }

  .case_wrap01 .case_txt01::after {
    content: "";
    bottom: -14px;
    left: 8%;
    border-width: 7px 14px 7px 14px;
  }

  .case_wrap01 .case_txt01 h3 {
    font-size: 18px;
  }

  .case_wrap02 .case_txt02 {
    padding: 10px 15px;
  }

  .case_wrap02 .case_txt02::after {
    content: "";
    bottom: -14px;
    right: 8%;
    border-width: 7px 14px 7px 14px;
  }

  .case_wrap02 .case_txt02 h3 {
    font-size: 18px;
  }

  .case_box {
    width: 65%;
    margin: 40px auto 0;
    padding: 20px 10px 20px;
    border-radius: 50px;
    display: block;
  }

  .case_box_inner {
    text-align: center;
  }

  .case_box_inner .ttl {
    font-size: 18px;
  }

  .case_box_inner .price {
    font-size: 24px;
  }

  .case_box_inner .price em {
    font-size: 32px;
  }

  .case_box_inner .note {
    font-size: 12px;
  }

  .case_box_arrow {
    max-width: 40px;
    margin: 0px auto 0;
    transform: rotate(90deg);
  }
}

/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.qa {
  padding: 150px 0;
}

.qa_dl {
  max-width: 800px;
  margin: 0 auto;
  background: #f2f5f6;
  padding: 30px;
  box-shadow: 4px 4px 4px rgba(58, 81, 83, 0.2);
  margin-bottom: 40px;
}

.qa_dl dt {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #4a4f50;
  padding-left: 40px;
  padding-right: 60px;
}

.qa_dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  color: #51a8ae;
  font-family: "Mulish", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.qa_dl dt::after {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/qa/ico_off.png) no-repeat;
  background-size: 40px;
}

.qa_dl dd {
  display: none;
  border-top: 1px dashed #818181;
  margin-top: 15px;
  padding: 20px 0;
}

.qa_dl dt.active::after {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/qa/ico_on.png) no-repeat;
  background-size: 40px;
}

@media screen and (max-width: 767px) {
  .qa {
    padding: 50px 0;
  }

  .qa_dl {
    padding: 15px;
    margin-bottom: 30px;
  }

  .qa_dl dt {
    font-size: 18px;
    padding-left: 35px;
    padding-right: 50px;
  }

  .qa_dl dt::before {
    font-size: 28px;
  }

  .qa_dl dt::after {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../images/qa/ico_off.png) no-repeat;
    background-size: 30px;
  }

  .qa_dl dd {
    padding: 15px 0;
  }

  .qa_dl dt.active::after {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../images/qa/ico_on.png) no-repeat;
    background-size: 30px;
  }
}

/*----------------------------------------------------- */
/*  strength           */
/*----------------------------------------------------- */
.strength01 {
  margin: 150px 0;
  padding-top: 256px;
  position: relative;
}

.strength01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1200px;
  width: 80%;
  height: 457px;
  background: url(../images/strength/bg_01.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.strength01 .inner {
  max-width: 1000px;
}

.strength01 .strength_box {
  margin: 0 0 0 auto;
}

.strength02 {
  position: relative;
  overflow: hidden;
  padding-bottom: 250px;
}

.strength02 .inner {
  max-width: 1000px;
}

.strength02::after {
  content: "";
  position: absolute;
  top: 90px;
  right: 0;
  width: 77%;
  height: 100%;
  background: #f2f5f6;
  z-index: -1;
}

.strength03 {
  margin: 150px 0;
  padding-top: 256px;
  position: relative;
}

.strength03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1200px;
  width: 80%;
  height: 457px;
  background: url(../images/strength/bg_02.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.strength03 .inner {
  max-width: 1000px;
}

.strength03 .strength_box {
  margin: 0 0 0 auto;
}

.strength_box {
  max-width: 700px;
  background: #d8e7e8;
  box-shadow: 4px 4px 4px rgba(58, 81, 83, 0.2);
  padding: 50px;
}

.strength_box p {
  line-height: 1.8;
}

.strength_subttl {
  font-size: 32px;
  font-weight: bold;
  color: #51a8ae;
  margin-bottom: 30px;
  line-height: 1.4;
}

.strength_subttl span {
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 100px;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
}

.strength_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.strength_list li {
  width: 48%;
  padding-left: 30px;
  background: url(../images/strength/ico_check.png) left center no-repeat;
  background-size: 21px;
  margin: 5px 0;
}

.swiper-outer {
  transform: translateX(16%);
  position: relative;
  width: 88%;
  margin: 90px 0 0 auto;
}

.swiper {
  padding-bottom: 10px;
}

.swiper-slide {
  background: #fff;
  padding: 32px;
  box-shadow: 4px 4px 4px rgba(58, 81, 83, 0.2);
}

.swiper-slide h3 {
  font-size: 32px;
  color: #51a8ae;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  margin-top: -25px;
}

.swiper-slide p {
  font-size: 14px;
  min-height: 100px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #818181;
}

.swiper-slide table {
  width: 100%;
  margin-top: 8px;
}

.swiper-slide table th {
  width: 135px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  background: url(../images/strength/ico_triangle.png) right center no-repeat;
  background-size: 10px;
}

.swiper-slide table th span {
  font-size: 12px;
}

.swiper-slide table td {
  padding: 8px 0 8px 10px;
  font-size: 14px;
  line-height: 1.2;
}

.swiper-slide table td span {
  font-size: 12px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 160px;
  width: 58px;
  height: 58px;
  margin-top: 0;
  z-index: 9;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: auto;
  right: calc(5% + 85px);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 5%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  background: url(../images/strength/ico_allow_l.png) no-repeat;
  background-size: contain;
  width: 58px;
  height: 58px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url(../images/strength/ico_allow_r.png) no-repeat;
  background-size: contain;
  width: 58px;
  height: 58px;
}

@media screen and (max-width: 767px) {
  .strength01 {
    margin: 50px 0;
    padding-top: 46vw;
  }

  .strength01::after {
    max-width: 1200px;
    width: 90%;
    height: 52vw;
  }

  .strength01 .strength_box {
    margin: 0 0 0 auto;
  }

  .strength02 {
    padding-bottom: 80px;
  }

  .strength02::after {
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    width: 90%;
    height: 100%;
  }

  .strength03 {
    margin: 50px 0;
    padding-top: 46vw;
  }

  .strength03::after {
    width: 90%;
    height: 52vw;
  }

  .strength03 .inner {
    max-width: 1000px;
  }

  .strength03 .strength_box {
    margin: 0 0 0 auto;
  }

  .strength_box {
    padding: 5%;
  }

  .strength_subttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .strength_subttl span {
    margin-bottom: 10px;
  }

  .strength_list {
    display: block;
  }

  .strength_list li {
    width: 100%;
    margin: 5px 0;
  }

  .swiper-outer {
    transform: translateX(0);
    position: relative;
    width: 90%;
    margin: 40px 5% 0;
  }

  .swiper {
    padding-bottom: 10px;
    overflow: visible;
  }

  .swiper-slide {
    background: #fff;
    padding: 15px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    bottom: 30px;
    width: 40px;
    height: 40px;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: auto;
    right: calc(5% + 65px);
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 5%;
  }

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: "";
    background: url(../images/strength/ico_allow_l.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
  }

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: "";
    background: url(../images/strength/ico_allow_r.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
  }
}

/*----------------------------------------------------- */
/*  company           */
/*----------------------------------------------------- */
/*----------------------------------------------------- */
/*  company           */
/*----------------------------------------------------- */
.company {
  padding: 150px 0;
}

.company_table {
  max-width: 800px;
  margin: 0 auto;
}

.company_table th {
  width: 28%;
  background: #f2f5f6;
  text-align: center;
  color: #51a8ae;
  font-weight: bold;
  padding: 20px;
  border-bottom: 1px dashed #818181;
}

.company_table td {
  width: 72%;
  padding: 20px 25px;
  border-bottom: 1px dashed #818181;
}

.company_table td em {
  display: inline-block;
  font-weight: bold;
}

.company_table td p+em {
  margin-top: 20px;
}

.company_table td .osaka {
  margin-left: 6.2em;
  text-indent: -6.2em;
}

@media screen and (max-width: 767px) {
  .company {
    padding: 50px 0;
  }

  .company_table th {
    width: 25%;
    padding: 15px 5px;
    font-size: 12px;
  }

  .company_table td {
    font-size: 12px;
    width: 75%;
    padding: 15px 20px;
  }

  .company_table td .osaka {
    margin-left: 0;
    text-indent: 0;
  }
}

/*----------------------------------------------------- */
/*  policy           */
/*----------------------------------------------------- */
.policy {
  padding: 150px 0 110px;
}

.policy .inner {
  max-width: 800px;
}

.policy_intro {
  margin-bottom: 60px;
}

.policy_ttl {
  font-size: 18px;
  font-weight: bold;
  padding-left: 25px;
  background: url(../images/ico_ttl.png) left center no-repeat;
  background-size: 19px;
  border-bottom: 1px dashed #818181;
  margin-bottom: 15px;
  padding-bottom: 8px;
  background-position: left calc(50% - 3.5px);
}

.policy_txt {
  margin-bottom: 40px;
}

.policy_list {
  margin-top: -20px;
  margin-left: 3.5em;
  text-indent: -2.5em;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .policy {
    padding: 50px 0 20px;
  }

  .policy_intro {
    margin-bottom: 30px;
  }

  .policy_ttl {
    font-size: 16px;
  }

  .policy_txt {
    margin-bottom: 30px;
  }

  .policy_list {
    margin-top: -10px;
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------- */
/*  contact           */
/*----------------------------------------------------- */
.contact_tel {
  padding-top: 80px;
}

.contact_tel .inner {
  max-width: 800px;
}

.contact_form {
  padding: 70px 0 120px;
  overflow: hidden;
}

.contact_form .inner {
  max-width: 1000px;
}

.contact_tel .contact_box {
  text-align: center;
  background: #f2f5f6;
  padding: 2rem 0;
  position: relative;
}

.contact_tel .contact_box::after {
  position: absolute;
  border: 2px solid #51a8ae;
  content: "";
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
}

.contact_tel .contact_box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #51a8ae;
}

.contact_tel .contact_box a {
  font-size: 32px;
  font-weight: bold;
  color: #51a8ae;
  padding-left: 40px;
  background: url(../images/ico_tell_ore.png) left center no-repeat;
  background-size: 30px;
}

.contact_tel .contact_box ul {
  display: flex;
  justify-content: center;
  color: #818181;
  font-size: 14px;
}

.contact_tel .contact_box ul li {
  margin: 0 5px;
}

.contact_form .inner .sub_ttl {
  margin-bottom: 25px;
}

.contact_form .inner p {
  color: #51a8ae;
  text-align: center;
  font-weight: bold;
  padding-bottom: 25px;
}

.contact_form .inner .input-field ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 680px;
  margin: auto;
}

.contact_form .inner .input-field ul li {
  color: #232526;
  font-weight: bold;
}

.contact_form .inner .input-field ul li:nth-child(2) {
  width: 72%;
}

.contact_form .inner .input-field ul li span {
  background-color: #51a8ae;
  color: #fff;
  padding: 0 5px;
  font-size: 14px;
}

.contact_form .inner .input-field input,
.contact_form .inner .input-field select,
.contact_form .inner .input-field textarea {
  height: 50px;
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  background-color: #f2f5f6;
  border: unset;
}

.contact_form .inner .input-field select {
  width: 60%;
}

.contact_form .inner .input-field .content {
  align-items: normal;
}

.contact_form .inner .input-field .content li:nth-child(1) {
  padding-top: 25px;
}

.contact_form .inner .input-field .content textarea {
  height: 200px;
}

.contact_form .inner .button_wrapping {
  text-align: center;
  margin-top: 50px;
}

.contact_form .inner .button {
  position: relative;
  width: 300px;
  height: 70px;
  font-size: 20px;
  border-radius: 8px;
  border: none;
  background-color: #51a8ae;
  color: white;
  box-shadow: 5px 5px 4px rgba(20, 30, 85, 0.25);
  transition: 0.3s ease-in-out;
}

.contact_form .inner .button:hover {
  box-shadow: none;
  transform: scale(0.99, 0.99) translateY(5px);
}

.contact_form .inner img {
  position: absolute;
  width: 30px;
  top: 20px;
  right: 15px;
}

.contact_subttl {
  font-size: 32px;
  font-weight: bold;
  color: #51a8ae;
  margin-bottom: 40px;
  line-height: 1.4;
}

.contact_subttl span {
  display: block;
  width: 28px;
  height: 28px;
  background: #f2f5f6;
  border-radius: 100px;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
}

/*
label {
  position: relative;
  cursor: pointer;
  margin: 15px 0;
  padding-left: 35px;
  display: block;
  color: #222222;
  font-weight: 600;
  font-size: 14px;
}

label::before,
label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

label::before {
  background-color: #fff;
  border: 1px solid #818181;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

label::after {
  background-color: #51a8ae;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 8px
}

input:checked + label::after {
  opacity: 1;
}

.visually-hidden {
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
}
*/

.radio-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

input[type="radio"] {
  position: relative;
  width: 16px !important;
  height: 16px !important;
  background-color: #fff !important;
  border: 1px solid #818181 !important;
  border-radius: 50%;
  margin: 15px 8px 0 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #51a8ae !important;
  content: '';
}

.radio-group label {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .contact_tel {
    padding-top: 45px;
  }

  .contact_form {
    padding: 60px 0 40px;
  }

  .contact_box {
    background: #f2f5f6;
    box-shadow: 4px 4px 4px rgba(58, 81, 83, 0.2);
    padding: 6%;
  }

  .contact_box h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .contact_form .inner .input-field ul {
    width: 100%;
  }

  .contact_form .inner .input-field ul li {
    color: #51a8ae;
    font-weight: bold;
  }

  .contact_form .inner .input-field ul li:nth-child(2) {
    width: 45%;
  }

  .contact_form .inner .input-field select {
    width: 100%;
  }

  .contact_form .inner .button {
    width: 230px;
  }

  .contact_subttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .contact_subttl span {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 550px) {
  .contact_form .inner .input-field ul {
    display: block;
  }

  .contact_form .inner .input-field ul li:nth-child(2) {
    width: 100%;
  }

  .contact_form .inner .button {
    width: 220px;
    height: 50px;
    font-size: 20px;
  }

  .contact_form .inner img {
    position: absolute;
    width: 24px;
    top: 13px;
    right: 15px;
  }
}

/*----------------------------------------------------- */
/*  confirmation           */
/*----------------------------------------------------- */
.confirmation .inner .back {
  background-color: #acacac;
  margin-right: 30px;
}

.confirmation .inner .input-field ul {
  padding-top: 20px;
}

.confirmation .inner .input-field .content li:nth-child(1) {
  padding-top: 0;
}

.confirmation .inner .input-field ul li:nth-child(2) {
  color: #222;
}

.confirmation .inner p {
  color: #222;
  text-align: center;
  font-weight: bold;
  padding: 50px 0 10px;
}

.confirmation .inner .red_text {
  color: #51a8ae;
}

.confirmation .inner .black_text {
  color: #4a4f50;
}


@media screen and (max-width: 767px) {
  .confirmation .inner .input-field ul li:nth-child(2) {
    width: 70%;
  }
}

@media screen and (max-width: 550px) {
  .confirmation .inner .input-field ul li:nth-child(2) {
    width: 100%;
  }

  .confirmation .inner .back {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------- */
/*  completion           */
/*----------------------------------------------------- */
.contact_form .inner a {
  display: block;
  margin: auto;
  line-height: 70px;
}

.completion p {
  padding-top: 25px;
}

/*# sourceMappingURL=sub.css.map */