/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
@media screen and (max-width: 599px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  scroll-behavior: smooth;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  min-height: 100dvh;
  color: #1C3632;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
body img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

body.active {
  height: 100%;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.s-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .s-inner {
    padding: 0 5.5555555556vw;
  }
}
@media screen and (max-width: 599px) {
  .s-inner {
    padding: 0 6.4vw;
  }
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .l-inner {
    padding: 0 5.5555555556vw;
  }
}
@media screen and (max-width: 599px) {
  .l-inner {
    padding: 0 6.4vw;
  }
}

.blue {
  color: #66C1B4;
}

.orange {
  color: #EA6C25;
}

.bold {
  font-weight: 700;
}

.flex_wrap {
  display: flex;
}

.fz_heading {
  font-size: 4rem;
}
@media screen and (max-width: 599px) {
  .fz_heading {
    font-size: 3.2rem;
  }
}

.btn_area .contact_btn {
  display: block;
  width: 246px;
  padding: 16px;
  border-radius: 9999px;
  background-color: #EA6C25;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.btn_area .contact_btn img {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 1em;
}

.sec-heading {
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-heading {
    font-size: 3.6rem;
  }
}

.point_list {
  margin: 15px 0 0;
}
.point_list li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 6px;
}
.point_list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: #73C6C8;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.message {
  margin: 160px 0;
}
@media screen and (max-width: 599px) {
  .message {
    margin: 80px 0;
  }
}
.message .message_wrap {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 80px 100px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 599px) {
  .message .message_wrap {
    padding: 40px 20px;
  }
}
.message .message_wrap h1, .message .message_wrap h3 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 599px) {
  .message .message_wrap h1, .message .message_wrap h3 {
    font-size: 2.4rem;
  }
}
.message .message_wrap p {
  margin: 20px 0;
}
.message .message_wrap .btn_wrap {
  text-align: center;
}
.message .message_wrap .back_button,
.message .message_wrap .submit_button {
  cursor: pointer;
  display: inline-block;
  border-radius: 9999px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 18px 50px;
  margin: 20px 0 5px;
  width: 100%;
  max-width: 380px;
  transition: background-color 0.4s, color 0.4s;
}
.message .message_wrap .back_button:hover,
.message .message_wrap .submit_button:hover {
  background-color: #1C3632;
  color: #fff;
}
.message .message_wrap .back_button {
  background: #bbb;
}
.message .message_wrap .submit_button {
  background: #66C1B4;
  color: #fff;
}
.message .message_wrap .top_button {
  margin: 40px 0 0;
  text-align: center;
}
.message .message_wrap .top_button a {
  display: inline-block;
  padding: 18px 50px;
  background-color: #1C3632;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  transition: background-color 0.4s;
}
.message .message_wrap .top_button a:hover {
  background-color: #EA6C25;
}
.message .message_wrap table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.message .message_wrap table.formTable td, .message .message_wrap table.formTable th {
  display: table-cell;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
@media screen and (max-width: 599px) {
  .message .message_wrap table.formTable td, .message .message_wrap table.formTable th {
    display: block;
  }
}
.message .message_wrap table.formTable th {
  font-weight: 700;
  background: #E6F4F5;
  text-align: left;
  width: 30%;
}
@media screen and (max-width: 599px) {
  .message .message_wrap table.formTable th {
    width: 100%;
    border: none;
  }
}
.message .message_wrap table.formTable td {
  width: 70%;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .message .message_wrap table.formTable td {
    width: 100%;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 599px) {
  .u-pc {
    display: none !important;
  }
}

.u-pc-inlineblock {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .u-pc-inlineblock {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp {
    display: block;
  }
}

.u-sp-inlineblock {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}

.u-sp-inline {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp-inline {
    display: inline;
  }
}

.u-align--center {
  text-align: center;
}

/*************************************************
header
*************************************************/
.header {
  width: 100%;
  height: 102px;
  padding: 0 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .header {
    padding: 10px 15px;
    height: auto;
  }
}
.header .header_inner {
  margin: auto 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_inner .site_title p {
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  .header .header_inner .site_title p {
    font-size: 1.1rem;
    max-width: 200px;
  }
}
.header .header_inner .site_title img {
  width: 234px;
}
@media screen and (max-width: 599px) {
  .header .header_inner .site_title img {
    width: 150px;
  }
}
.header .header_inner .btn_area {
  display: block;
}
@media screen and (max-width: 599px) {
  .header .header_inner .btn_area {
    display: none;
  }
}
.header .header_inner .sp_btn_area {
  display: none;
  width: 100px;
  height: 60px;
  background-color: #EA6C25;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.header .header_inner .sp_btn_area a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.header .header_inner .sp_btn_area img {
  display: block;
  width: 20px;
}
@media screen and (max-width: 599px) {
  .header .header_inner .sp_btn_area {
    display: block;
  }
}

/*************************************************
footer
*************************************************/
footer {
  position: sticky;
  top: 100%;
}

.footer {
  margin: 80px 0 0;
  background-color: #1C3632;
  color: #fff;
  padding: 15px 50px;
}
.footer .flex_wrap {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .footer .flex_wrap {
    flex-direction: column;
  }
}
.footer .link {
  margin: 0 auto 0 20px;
}
@media screen and (max-width: 599px) {
  .footer .link {
    margin: 10px auto;
  }
}
.footer .link a {
  font-size: 1.4rem;
  text-decoration: underline;
}

/*************************************************
top
*************************************************/
/*************************************************
kv
*************************************************/
.sec-kv {
  background: url("../images/kv_bg.png") no-repeat center/cover;
  position: relative;
  min-height: 54.17vw;
  padding: 104px 0 0;
  z-index: 1;
}
.sec-kv .kv_target {
  width: 33.61vw;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .sec-kv .kv_target {
    width: calc(100% - 12.8vw);
  }
}
.sec-kv .kv_maincopy {
  width: 40.83vw;
  margin: 0 auto;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 599px) {
  .sec-kv .kv_maincopy {
    width: calc(100% - 12.8vw);
    padding: 0 0 0 3.2vw;
    margin: 10px auto 0;
  }
}
.sec-kv .kv_image {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .sec-kv .kv_image {
    position: initial;
  }
}

/*************************************************
worries
*************************************************/
.sec-worries {
  margin: 75px 0 120px;
}
@media screen and (max-width: 599px) {
  .sec-worries {
    margin: 80px 0 0;
  }
}
.sec-worries .sec-heading {
  font-size: 3.2rem;
}
@media screen and (max-width: 599px) {
  .sec-worries .sec-heading {
    font-size: 2.4rem;
  }
}
.sec-worries .sec-heading .blue {
  font-size: 6.4rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-worries .sec-heading .blue {
    font-size: 4.8rem;
  }
}
.sec-worries .sec-heading .blue::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("../images/wave.svg") repeat-x center/contain;
}
@media screen and (max-width: 599px) {
  .sec-worries .sec-heading .blue::after {
    top: 80%;
  }
}
.sec-worries .worries_list {
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sec-worries .worries_list {
    margin: 40px 0 0;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.sec-worries .worries_list li {
  width: 350px;
  border: 1px #efefef solid;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 599px) {
  .sec-worries .worries_list li {
    width: 100%;
  }
}
.sec-worries .solution {
  margin: 134px 0 0;
  padding: 100px 0;
  position: relative;
  background-color: #E6F4F5;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .sec-worries .solution {
    padding: 60px 0 30px;
    margin: 80px 0;
  }
}
.sec-worries .solution::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
  width: 44px;
  height: 88px;
  background: url("../images/arrow.svg") no-repeat center/contain;
}
.sec-worries .solution .solution_heading {
  text-align: center;
  font-weight: 700;
}
.sec-worries .solution .solution_heading .sub {
  display: block;
  font-size: 3.6rem;
}
@media screen and (max-width: 599px) {
  .sec-worries .solution .solution_heading .sub {
    font-size: 2.4rem;
  }
}
.sec-worries .solution .solution_heading .main {
  display: inline-block;
  font-size: 6.4rem;
}
@media screen and (max-width: 599px) {
  .sec-worries .solution .solution_heading .main {
    font-size: 4rem;
  }
}
.sec-worries .solution .solution_heading .main::before {
  content: "";
  display: inline-block;
  margin: 0 12px 0 0;
  width: 42px;
  height: 51px;
  background: url("../images/hukidashi_line_l.svg") no-repeat center/contain;
}
@media screen and (max-width: 599px) {
  .sec-worries .solution .solution_heading .main::before {
    display: none;
  }
}
.sec-worries .solution .solution_heading .main::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 12px;
  width: 42px;
  height: 51px;
  background: url("../images/hukidashi_line_r.svg") no-repeat center/contain;
}
@media screen and (max-width: 599px) {
  .sec-worries .solution .solution_heading .main::after {
    display: none;
  }
}
.sec-worries .solution .image {
  width: min(55.14vw, 1000px);
  margin: 70px auto;
}
@media screen and (max-width: 599px) {
  .sec-worries .solution .image {
    margin: 30px auto;
    width: calc(100% - 12.8vw);
  }
}

/*************************************************
cases
*************************************************/
.cases {
  background-color: #F7F8F8;
  padding: 160px 0 100px;
}
.cases .sec-heading {
  position: relative;
}
.cases .sec-heading::before {
  content: "";
  display: block;
  width: 49px;
  height: 59px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("../images/cases_deco.png") no-repeat center/contain;
}
.cases .image {
  margin: 100px 0 0;
}

/*************************************************
cta
*************************************************/
.cta_wrap {
  padding: 60px 0;
  background-color: #66C1B4;
  text-align: center;
}
.cta_wrap p {
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .cta_wrap p {
    font-size: 3.2rem;
  }
}
.cta_wrap .btn_area {
  margin: 20px 0 0;
}
.cta_wrap .btn_area .mail_wrap .balloon {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1C3632;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .cta_wrap .btn_area .mail_wrap .balloon {
    font-size: 1.3rem;
  }
}
.cta_wrap .btn_area .mail_wrap .balloon::before {
  content: "";
  display: inline-block;
  width: 220px;
  height: 1.8em;
  background-color: #fff;
  border: 2px solid #EA6C25;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.cta_wrap .btn_area .mail_wrap .balloon::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 8px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  top: 1.4em;
  left: 50%;
  transform: translate(-50%, 0);
}
.cta_wrap .btn_area .mail_wrap .contact_btn {
  margin: 0 auto;
  width: 420px;
  padding: 20px;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .cta_wrap .btn_area .mail_wrap .contact_btn {
    width: 80%;
    font-size: 1.8rem;
  }
}

/*************************************************
strength
*************************************************/
.strength {
  padding: 100px 0;
  background: #E6F4F5;
}
@media screen and (max-width: 599px) {
  .strength {
    padding: 60px 0;
  }
}
.strength .sec-heading .orange {
  font-size: 12.8rem;
  vertical-align: baseline;
}
@media screen and (max-width: 599px) {
  .strength .sec-heading .orange {
    font-size: 6.8rem;
  }
}
.strength .btn_area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .strength .btn_area {
    margin: 30px 0;
    flex-direction: column;
    gap: 15px;
  }
}
.strength .btn_area .btn {
  width: 380px;
}
@media screen and (max-width: 599px) {
  .strength .btn_area .btn {
    width: 100%;
  }
}
.strength .btn_area .btn a {
  display: block;
  box-shadow: 0px 4px 20px rgba(28, 54, 50, 0.15);
  transition: all 0.4s;
}
.strength .btn_area .btn a:hover {
  box-shadow: none;
}
.strength .strength_contents {
  background: #fff;
  border-radius: 10px;
  padding: 60px 60px 100px;
  margin: 100px 0;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents {
    margin: 60px 0;
    padding: 40px 20px 60px;
  }
}
.strength .strength_contents .l_heading {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .l_heading {
    flex-direction: column;
  }
}
.strength .strength_contents .l_heading .num {
  color: #66C1B4;
  font-size: 4.8rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .l_heading .num {
    font-size: 2.4rem;
  }
}
.strength .strength_contents .l_heading .ttl {
  font-size: 4.8rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .l_heading .ttl {
    font-size: 3.2rem;
  }
}
.strength .strength_contents .s_heading {
  font-size: 3.6rem;
  font-weight: 700;
  padding: 0 0 0 15px;
  margin: 40px 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .s_heading {
    font-size: 2.6rem;
  }
}
.strength .strength_contents .s_heading::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% + 10px);
  background-color: #66C1B4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.strength .strength_contents .s_heading .sub {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  padding: 6px 16px;
  background-color: #E6F4F5;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .s_heading .sub {
    font-size: 1.8rem;
  }
}
.strength .strength_contents .flex_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .flex_wrap {
    flex-direction: column;
    gap: 20px;
    margin: 0 0 40px;
  }
}
.strength .strength_contents .point_list li {
  padding: 0 0 0 25px;
  position: relative;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .point_list li {
    font-size: 1.8rem;
  }
}
.strength .strength_contents .point_list li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #66C1B4;
  border-radius: 9999px;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.strength .strength_contents .image_wrap {
  max-width: 276px;
}
.strength .strength_contents .text_wrap .bold {
  font-size: 3.2rem;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .text_wrap .bold {
    font-size: 2.8rem;
  }
}
.strength .strength_contents .desin_item_list {
  display: flex;
  gap: 43px;
  margin: 40px 0 60px;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .desin_item_list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .strength .strength_contents .desin_item_list li {
    width: calc(50% - 10px);
  }
}
.strength .strength_contents .sample_wrap {
  margin: 0 0 60px;
}
.strength .strength_contents .sample_wrap .ttl {
  display: inline-block;
  padding: 8px 20px 8px 100px;
  background-color: #66C1B4;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .sample_wrap .ttl {
    font-size: 1.6rem;
    padding: 3px 10px 3px 60px;
  }
}
.strength .strength_contents .sample_wrap .ttl::before {
  content: "";
  display: block;
  width: 92px;
  height: 92px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-20%, -40%);
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .sample_wrap .ttl::before {
    width: 60px;
    height: 60px;
  }
}
.strength .strength_contents .sample_wrap .sample {
  border-radius: 0px 10px 10px 10px;
  border: 3px solid #66C1B4;
  background: #fff;
  padding: 60px 120px;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .sample_wrap .sample {
    padding: 40px 20px;
  }
}
.strength .strength_contents .sample_wrap .sample p {
  margin: 20px 0 0;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .sample_wrap .sample p {
    margin: 10px 0 0;
  }
}
.strength .strength_contents .sample_logo .ttl::before {
  background: url("../images/icon_logo.png") no-repeat center/contain;
}
.strength .strength_contents .sample_hp .ttl::before {
  background: url("../images/icon_hp.png") no-repeat center/contain;
}
.strength .strength_contents .sample_pamphlet .ttl::before {
  background: url("../images/icon_pamphlet.png") no-repeat center/contain;
}
.strength .strength_contents .contents_footer {
  text-align: center;
  position: relative;
}
.strength .strength_contents .contents_footer::before, .strength .strength_contents .contents_footer::after {
  content: "";
  display: block;
  width: 27px;
  height: 160px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .contents_footer::before, .strength .strength_contents .contents_footer::after {
    width: 3px;
    height: 100%;
  }
}
.strength .strength_contents .contents_footer::before {
  background: url("../images/kakko_l.svg") no-repeat center/contain;
  left: 0;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .contents_footer::before {
    background: #66C1B4;
  }
}
.strength .strength_contents .contents_footer::after {
  background: url("../images/kakko_r.svg") no-repeat center/contain;
  right: 0;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .contents_footer::after {
    background: #66C1B4;
  }
}
.strength .strength_contents .hagupass_wrap {
  margin: 60px 0 0;
  background-color: #FFFAF3;
  border: 1px solid #EA6C25;
  border-radius: 10px;
  padding: 60px 60px 80px;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .hagupass_wrap {
    padding: 40px 20px 30px;
  }
}
.strength .strength_contents .hagupass_wrap .heading {
  text-align: center;
}
.strength .strength_contents .hagupass_wrap .heading img {
  max-width: 360px;
}
.strength .strength_contents .hagupass_wrap .bold {
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .hagupass_wrap .bold {
    font-size: 1.8rem;
    text-align: left;
  }
}
.strength .strength_contents .hagupass_wrap .image {
  margin: 60px 0;
}
@media screen and (max-width: 599px) {
  .strength .strength_contents .hagupass_wrap .image {
    margin: 30px 0;
  }
}
.strength .strength_contents .tel_support {
  margin: 70px 0 0;
}

/*************************************************
faq
*************************************************/
.sec-faq {
  margin: 160px 0 0;
}
@media screen and (max-width: 599px) {
  .sec-faq {
    margin: 80px 0 0;
  }
}
.sec-faq .faq-inner {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .sec-faq .faq-inner {
    padding: 0 5.5555555556vw;
  }
}
@media screen and (max-width: 599px) {
  .sec-faq .faq-inner {
    padding: 0 6.4vw;
  }
}
.sec-faq .sec-heading {
  position: relative;
}
.sec-faq .sec-heading::before {
  content: "";
  display: block;
  width: 49px;
  height: 59px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("../images/faq_deco.png") no-repeat center/contain;
}
.sec-faq .faq_list {
  margin: 60px 0 0;
}
@media screen and (max-width: 599px) {
  .sec-faq .faq_list {
    margin: 30px 0 0;
  }
}
.sec-faq .faq_list .box {
  margin: 0 0 40px;
  border-radius: 10px;
  border: 2px solid #B9E3E3;
  background: #fff;
}
.sec-faq .faq_list .box dt {
  background: #B9E3E3;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  padding: 13px 34px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .sec-faq .faq_list .box dt {
    padding: 13px 20px;
    gap: 10px;
  }
}
.sec-faq .faq_list .box dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #73C6C8;
  border-radius: 9999px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .sec-faq .faq_list .box dt::before {
    width: 28px;
    height: 28px;
    font-size: 1.8rem;
    min-width: 28px;
  }
}
.sec-faq .faq_list .box dd {
  padding: 15px 30px 30px;
  line-height: 2;
  font-size: 2rem;
}

/*************************************************
contact
*************************************************/
.sec-contact {
  margin: 100px 0 150px;
}
@media screen and (max-width: 599px) {
  .sec-contact {
    margin: 80px 0 0;
  }
}
.sec-contact .contact_form {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 80px 100px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 599px) {
  .sec-contact .contact_form {
    padding: 40px 20px;
  }
}
.sec-contact .contact_form h3 {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .sec-contact .contact_form h3 {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.sec-contact .contact_form p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
}
.sec-contact .contact_form form .form-group {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sec-contact .contact_form form .form-group {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }
}
.sec-contact .contact_form form .form-group label {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}
.sec-contact .contact_form form .form-group input, .sec-contact .contact_form form .form-group textarea {
  width: 100%;
  max-width: 550px;
  padding: 10px 20px;
  border: 1px solid #BDBDBD;
  background-color: #fff;
  border-radius: 5px;
  font-size: 1.7rem;
  font-weight: 500;
}
.sec-contact .contact_form form .form-group input::-moz-placeholder, .sec-contact .contact_form form .form-group textarea::-moz-placeholder {
  color: #bbb;
}
.sec-contact .contact_form form .form-group input::placeholder, .sec-contact .contact_form form .form-group textarea::placeholder {
  color: #bbb;
}
.sec-contact .contact_form form .form-group input:focus, .sec-contact .contact_form form .form-group textarea:focus {
  outline: 2px solid #66C1B4;
}
@media screen and (max-width: 1024px) {
  .sec-contact .contact_form form .form-group input, .sec-contact .contact_form form .form-group textarea {
    max-width: initial;
    font-size: 1.6rem;
  }
}
.sec-contact .contact_form form .form-group textarea {
  resize: none;
}
.sec-contact .contact_form form .required-label {
  display: inline-block;
  background-color: #EA6C25;
  color: #fff;
  padding: 2px 6px;
  font-size: 1.4rem;
  border-radius: 3px;
  margin-left: 5px;
}
.sec-contact .contact_form form .checkbox-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .sec-contact .contact_form form .checkbox-group {
    flex-direction: row;
    gap: 10px;
  }
}
.sec-contact .contact_form form .checkbox-group input {
  width: 20px;
  height: 20px;
}
.sec-contact .contact_form form .checkbox-group a {
  color: #EA6C25;
  text-decoration: underline;
}
.sec-contact .contact_form form .submit-group {
  text-align: center;
}
.sec-contact .contact_form form .submit-group button {
  display: inline-block;
  margin: 40px auto 0;
  width: 380px;
  background-color: #EA6C25;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 9999px;
  font-size: 2.4rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .sec-contact .contact_form form .submit-group button {
    width: 280px;
  }
}
.sec-contact .contact_form form .submit-group button:hover {
  background-color: #0056b3;
}
.sec-contact .contact_form form .submit-group button:focus {
  outline: 2px solid #EA6C25;
}
.sec-contact .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.form-steps {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 40px;
}
.form-steps .step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 36px;
  text-align: center;
  padding: 10px 10px 10px 25px;
  background-color: #cfcfcf;
  color: #777;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 599px) {
  .form-steps .step {
    font-size: 1.3rem;
  }
}
.form-steps .step::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 15px solid #F5F5F5;
  border-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.form-steps .step::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 15px solid #cfcfcf;
  border-right: 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, 0);
  z-index: 4;
}
.form-steps .step:first-child {
  z-index: 3;
}
.form-steps .step:first-child::before {
  display: none;
}
.form-steps .step:nth-child(2) {
  z-index: 2;
}
.form-steps .step:last-child {
  z-index: 1;
}
.form-steps .step:last-child::after {
  display: none;
}
.form-steps .step.active {
  background-color: #66C1B4;
  color: #fff;
}
.form-steps .step.active::after {
  border-left: 15px solid #66C1B4;
}/*# sourceMappingURL=style.css.map */