@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.commonCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commonIndent {
  margin-left: 1rem;
  text-indent: -1rem;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
    max-width: 100%;
    height: auto;
  }
}
.mt00 {
  margin-top: 0;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb00 {
  margin-bottom: 0;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt00 {
  padding-top: 0;
}

.pt15 {
  padding-top: 15px;
}

.pt30 {
  padding-top: 30px;
}

.pt60 {
  padding-top: 60px;
}

.pb00 {
  padding-bottom: 0;
}

.pb15 {
  padding-bottom: 15px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb60 {
  padding-bottom: 60px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

/*-------
お客様の声ページ
---------*/
._voice_kv img {
  width: 100%;
}
._voice_wrap {
  max-width: 960px;
  margin: 100px auto 0;
}
@media only screen and (max-width: 768px) {
  ._voice_wrap {
    max-width: 100%;
    margin: 50px auto 0;
  }
}
._voice_article {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  ._voice_article {
    margin-bottom: 50px;
  }
}
._voice_article_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  ._voice_article_head {
    display: block;
  }
}
._voice_article_head h2 {
  width: 69.1%;
  background-color: #0E9352;
  border-radius: 30px;
  padding: 38px 64px 44px 70px;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  ._voice_article_head h2 {
    width: 100%;
    padding: 20px 20px 50px;
  }
}
._voice_article_head h2 span {
  display: block;
  font-weight: 500;
}
._voice_article_head h2 .__customer_name {
  font-size: clamp(16px, 2.29vw, 22px);
  color: #FFF99B;
  margin-bottom: 11px;
}
._voice_article_head h2 .__title {
  font-size: clamp(20px, 2.92vw, 28px);
  color: #FFFFFF;
  line-height: 1.5em;
}
._voice_article_head h2::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
._voice_article_head img {
  width: 21.3%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0E9352;
}
@media only screen and (max-width: 768px) {
  ._voice_article_head img {
    display: block;
    width: 33%;
    margin: -50px auto 0;
    position: relative;
  }
}
._voice_article_content {
  background-color: #F0F0F0;
  position: relative;
  margin-top: -100px;
  z-index: 1;
  padding: 150px 60px 60px;
}
@media only screen and (max-width: 768px) {
  ._voice_article_content {
    padding: 170px 20px 40px;
    margin-top: -150px;
  }
}
._voice_article_content .__content_wrap {
  width: 100%;
  position: relative;
}
._voice_article_content .__content_wrap .__customer_text {
  background-color: #FFFFFF;
}
._voice_article_content .__content_wrap .__customer_text p {
  font-size: clamp(16px, 2.29vw, 22px);
  font-weight: 500;
  line-height: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(97%, transparent), to(#ccc));
  background-image: linear-gradient(180deg, transparent 0, transparent 97%, #ccc 100%);
  background-size: 100% 2em;
  margin-bottom: 0;
}
._voice_article_content .__content_wrap .__enquete_img {
  display: block;
  width: 47%;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  ._voice_article_content .__content_wrap .__enquete_img {
    width: 60%;
    position: relative;
    margin: 0 auto;
  }
}
._voice_article_aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 40px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  ._voice_article_aside {
    display: block;
    margin-top: 60px;
  }
}
._voice_article_aside .__staff_name {
  font-size: clamp(16px, 2.29vw, 18px);
  color: #0E9352;
  margin-bottom: 11px;
}
._voice_article_aside .__staff_text {
  width: 80%;
  background-color: #F0F0F0;
  border-radius: 30px;
  padding: 25px 28px;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  ._voice_article_aside .__staff_text {
    width: 100%;
    padding: 20px 20px 50px;
  }
}
._voice_article_aside .__staff_text h3::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
._voice_article_aside .__staff_text p {
  font-size: clamp(14px, 2.29vw, 16px);
}
._voice_article_aside img {
  width: 15%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0E9352;
}
@media only screen and (max-width: 768px) {
  ._voice_article_aside img {
    display: block;
    width: 33%;
    margin: -50px auto;
    position: relative;
    z-index: 2;
  }
}
._voice_article:nth-child(odd) ._voice_article_head {
  left: -30px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  ._voice_article:nth-child(odd) ._voice_article_head {
    left: 0;
    padding-right: 0;
  }
}
._voice_article:nth-child(odd) ._voice_article_head h2::after {
  border-width: 28px 39px 0 0;
  border-color: #0E9352 transparent transparent transparent;
  top: 34%;
  left: 100%;
}
@media only screen and (max-width: 768px) {
  ._voice_article:nth-child(odd) ._voice_article_head h2::after {
    border-width: 0 25px 25px 0;
    border-color: transparent #0E9352 transparent transparent;
    top: 100%;
    left: 20%;
  }
}
._voice_article:nth-child(odd) ._voice_article_content .__content_wrap .__customer_text {
  padding: 29px 4.8% 37px 45%;
}
@media only screen and (max-width: 768px) {
  ._voice_article:nth-child(odd) ._voice_article_content .__content_wrap .__customer_text {
    padding: 20px;
  }
}
._voice_article:nth-child(odd) ._voice_article_content .__content_wrap .__enquete_img {
  left: -60px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media only screen and (max-width: 768px) {
  ._voice_article:nth-child(odd) ._voice_article_content .__content_wrap .__enquete_img {
    left: unset;
  }
}
._voice_article:nth-child(odd) ._voice_article_aside {
  left: -30px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  ._voice_article:nth-child(odd) ._voice_article_aside {
    left: 0;
    padding-right: 0;
  }
}
._voice_article:nth-child(odd) ._voice_article_aside h3::after {
  border-width: 28px 0 0 39px;
  border-color: #F0F0F0 transparent transparent transparent;
  top: 34%;
  right: 100%;
}
@media only screen and (max-width: 768px) {
  ._voice_article:nth-child(odd) ._voice_article_aside h3::after {
    border-width: inherit;
    border-color: inherit;
  }
}
._voice_article:nth-child(even) ._voice_article_head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  right: -30px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  ._voice_article:nth-child(even) ._voice_article_head {
    right: 0;
    padding-left: 0;
  }
}
._voice_article:nth-child(even) ._voice_article_head h2::after {
  border-width: 0 39px 28px 0;
  border-color: transparent #0E9352 transparent transparent;
  top: 34%;
  right: 100%;
}
@media only screen and (max-width: 768px) {
  ._voice_article:nth-child(even) ._voice_article_head h2::after {
    border-width: 25px 25px 0 0;
    border-color: #0E9352 transparent transparent transparent;
    top: 100%;
    right: 20%;
  }
}
._voice_article:nth-child(even) ._voice_article_content .__content_wrap .__customer_text {
  padding: 29px 45% 37px 4.8%;
}
@media only screen and (max-width: 768px) {
  ._voice_article:nth-child(even) ._voice_article_content .__content_wrap .__customer_text {
    padding: 20px;
  }
}
._voice_article:nth-child(even) ._voice_article_content .__content_wrap .__enquete_img {
  right: -60px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media only screen and (max-width: 768px) {
  ._voice_article:nth-child(even) ._voice_article_content .__content_wrap .__enquete_img {
    right: unset;
  }
}
._voice_article:nth-child(even) ._voice_article_aside {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  right: -30px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  ._voice_article:nth-child(even) ._voice_article_aside {
    right: 0;
    padding-left: 0;
  }
}
._voice_article:nth-child(even) ._voice_article_aside h3::after {
  border-width: 28px 39px 0 0;
  border-color: #F0F0F0 transparent transparent transparent;
  top: 34%;
  left: 100%;
}
@media only screen and (max-width: 768px) {
  ._voice_article:nth-child(even) ._voice_article_aside h3::after {
    border-width: inherit;
    border-color: inherit;
  }
}
._voice_accordion_btn {
  display: block;
  width: 82.3%;
  background-color: #FFFFFF;
  border: 4px solid #EFEFEF;
  border-radius: 20px;
  font-size: clamp(22px, 3.1vw, 30px);
  font-weight: 700;
  line-height: 95px;
  color: #0E9352;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  ._voice_accordion_btn {
    line-height: 65px;
  }
}
._voice_accordion_btn::before, ._voice_accordion_btn::after {
  display: block;
  content: "";
  background-color: #0E9352;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._voice_accordion_btn::before {
  width: 30px;
  height: 4px;
  right: 57px;
  top: calc(50% - 2px);
}
@media only screen and (max-width: 768px) {
  ._voice_accordion_btn::before {
    width: 20px;
    height: 3px;
    right: 17px;
  }
}
._voice_accordion_btn::after {
  width: 4px;
  height: 30px;
  right: 70px;
  top: calc(50% - 15px);
}
@media only screen and (max-width: 768px) {
  ._voice_accordion_btn::after {
    width: 3px;
    height: 20px;
    right: 25px;
    top: calc(50% - 11px);
  }
}
._voice_accordion_btn.open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
._voice_accordion_btn:focus {
  outline: none;
}
._voice ._voice_wrap.slide_item {
  display: none;
}
._voice_banner {
  padding-top: 180px;
}
@media only screen and (max-width: 768px) {
  ._voice_banner {
    padding-top: 50px;
  }
}
._voice_banner .container {
  background-color: #EFFAF3;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  ._voice_banner .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
._voice_banner h2 {
  text-align: center;
  font-size: clamp(20px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.5;
}
._voice_banner h2 p {
  margin-bottom: 0;
}
._voice_banner h2 .__banner_logo img {
  display: inline-block;
  width: 23.3%;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  ._voice_banner h2 .__banner_logo img {
    width: 47%;
  }
}
._voice_banner h2 .__banner_logo b {
  font-size: clamp(24px, 3.5vw, 42px);
}
._voice_banner h2 .__banner_logo span, ._voice_banner h2 .__banner_logo b, ._voice_banner h2 .__banner_logo img {
  vertical-align: middle;
}
._voice_banner h2 .__banner_title {
  position: relative;
}
._voice_banner h2 .__banner_title em {
  display: inline-block;
  font-size: clamp(38px, 4.83vw, 58px);
  font-style: normal;
  position: relative;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  margin: 0 0.1em;
}
._voice_banner h2 .__banner_title b {
  font-size: clamp(32px, 4.33vw, 52px);
}
._voice_banner h2 .__banner_title span {
  position: relative;
}
._voice_banner h2 .__banner_title span::after {
  display: block;
  width: 100%;
  height: 12px;
  content: "";
  border-top: 2px solid #0E9352;
  border-bottom: 2px solid #0E9352;
  position: absolute;
  bottom: -18px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  ._voice_banner h2 .__banner_title span::after {
    min-width: 280px;
    height: 8px;
    bottom: -12px;
  }
}
._voice_banner ._voice_wrap {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  ._voice_banner ._voice_wrap {
    margin-top: 50px;
  }
}
._voice_banner_points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  ._voice_banner_points {
    display: block;
  }
}
._voice_banner_points .__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(200px, 28vw, 280px);
  height: clamp(200px, 28vw, 280px);
  list-style: none;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  ._voice_banner_points .__point {
    width: clamp(200px, 50vw, 280px);
    height: clamp(200px, 50vw, 280px);
    margin-left: auto;
    margin-right: auto;
  }
}
._voice_banner_points .__point_num {
  width: 19.6%;
  min-width: 44px;
  position: absolute;
  top: 0;
  left: 0;
}
._voice_banner_points .__point_num span {
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0E9352;
  text-align: center;
  line-height: 1.4;
}
._voice_banner_points .__point h3 {
  width: 100%;
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 700;
  color: #0E9352;
  text-align: center;
  line-height: 1.46;
  margin-bottom: 0;
}
._voice_banner_points .__point h3 mark {
  background: none;
  color: inherit;
  position: relative;
  z-index: 1;
}
._voice_banner_points .__point h3 mark::before {
  display: block;
  width: 100%;
  height: 12px;
  background-color: #F5E929;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
._voice_banner_points .__img_left::before, ._voice_banner_points .__img_right::before {
  display: block;
  content: "";
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}
._voice_banner_points .__img_left::before {
  width: 89.3%;
  height: 220px;
  background-image: url("/assets/img/campaign/voice/banner_male.png");
  left: -59%;
}
@media only screen and (max-width: 768px) {
  ._voice_banner_points .__img_left::before {
    width: 60%;
    left: -25%;
  }
}
._voice_banner_points .__img_right::before {
  width: 82%;
  height: 220px;
  background-image: url("/assets/img/campaign/voice/banner_female.png");
  left: 76.8%;
}
@media only screen and (max-width: 768px) {
  ._voice_banner_points .__img_right::before {
    width: 60%;
    left: unset;
    right: -25%;
  }
}
._voice_banner .__jc_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
._voice_banner .__jc_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
._voice_banner_btns {
  margin-top: 50px;
}
._voice_banner_btns p {
  font-size: clamp(18px, 1.83vw, 22px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  ._voice_banner_btns p {
    margin-bottom: 5px;
  }
}
._voice_banner_btns p br {
  display: none;
}
@media only screen and (max-width: 768px) {
  ._voice_banner_btns p br {
    display: block;
  }
}
._voice_banner_btns p.__w_deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60.7%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  ._voice_banner_btns p.__w_deco {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
._voice_banner_btns p.__w_deco .__prefix, ._voice_banner_btns p.__w_deco .__suffix {
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #0E9352;
  vertical-align: middle;
}
._voice_banner_btns p.__w_deco .__prefix {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
._voice_banner_btns p.__w_deco .__suffix {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
._voice_banner_btns .__button {
  display: block;
  width: 82.3%;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  line-height: 103px;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto 50px;
  position: relative;
}
._voice_banner_btns .__button svg {
  display: inline-block;
  width: 30px;
  margin-right: 18px;
}
@media only screen and (max-width: 768px) {
  ._voice_banner_btns .__button svg {
    width: 24px;
    margin-right: 10px;
  }
}
._voice_banner_btns .__btn_green {
  color: #FFFFFF;
  background-color: #0E9352;
  -webkit-box-shadow: 8px 8px #034C28;
          box-shadow: 8px 8px #034C28;
}
@media only screen and (max-width: 768px) {
  ._voice_banner_btns .__btn_green {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 4px 4px #034C28;
            box-shadow: 4px 4px #034C28;
    height: 80px;
    line-height: 1.8em;
  }
}
._voice_banner_btns .__btn_yellow {
  background-color: #FBD566;
  -webkit-box-shadow: 8px 8px #B57A3F;
          box-shadow: 8px 8px #B57A3F;
}
@media only screen and (max-width: 768px) {
  ._voice_banner_btns .__btn_yellow {
    line-height: 80px;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}
.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
.matching_contact {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .matching_contact {
    margin-top: 60px;
  }
}
.matching_contact:last-of-type {
  margin-block: 100px 140px;
}
@media screen and (max-width: 768px) {
  .matching_contact:last-of-type {
    margin-block: 80px;
  }
}
.matching_contact_note {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #0e9352;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .matching_contact_note {
    font-size: 16px;
  }
}
.matching_contact_note .number {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .matching_contact_note .number {
    font-size: 20px;
  }
}
.matching_contact_note::before, .matching_contact_note::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #0e9352;
}
@media screen and (max-width: 768px) {
  .matching_contact_note::before, .matching_contact_note::after {
    width: 50px;
  }
}
.matching_contact_note::before {
  position: absolute;
  bottom: 20px;
  left: -90px;
  rotate: 45deg;
}
@media screen and (max-width: 768px) {
  .matching_contact_note::before {
    bottom: 12px;
    left: -60px;
    rotate: 70deg;
  }
}
.matching_contact_note::after {
  position: absolute;
  bottom: 20px;
  right: -90px;
  rotate: 135deg;
}
@media screen and (max-width: 768px) {
  .matching_contact_note::after {
    bottom: 12px;
    right: -60px;
    rotate: 110deg;
  }
}
.matching_contact_container {
  margin-top: 20px;
  border-radius: 12px;
  border: 6px solid #0e9352;
}
@media screen and (max-width: 768px) {
  .matching_contact_container {
    border: 4px solid #0e9352;
  }
}
.matching_contact_container.--small {
  width: min(100%, 940px);
  margin-inline: auto;
}
.matching_contact_subtitle {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #ffffff;
  background-color: #0e9352;
  padding: 16px 16px 20px;
}
@media screen and (max-width: 768px) {
  .matching_contact_subtitle {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .matching_contact_subtitle.sp_left {
    text-align: left;
  }
}
.matching_contact_content {
  osition: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 0 80px 50px;
}
@media screen and (max-width: 1000px) {
  .matching_contact_content {
    flex-direction: column;
    padding: 0 24px 50px;
  }
}
@media screen and (max-width: 768px) {
  .matching_contact_content {
    padding: 24px 24px 26px;
  }
}
.matching_contact_body {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .matching_contact_body {
    width: 100%;
  }
}
.matching_contact_text {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .matching_contact_text {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    white-space: inherit;
  }
}
.matching_contact_text .comment {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.92;
  color: #ffffff;
  background-color: #0e9352;
  border-radius: 100vh;
  padding: 10px 36px;
  margin-top: 20px;
  margin-right: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .matching_contact_text .comment {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.5625;
    text-align: center;
    padding: 12px 36px;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .matching_contact_text .comment::after {
    content: "";
    width: 72px;
    background: url("../../img/campaign/2024registration/contact_truck.webp") no-repeat center center/contain;
    position: absolute;
    top: 0%;
    right: 10px;
    translate: 0 -65%;
    aspect-ratio: 1;
  }
}
.matching_contact_text .comment::before {
  content: "";
  display: block;
  width: 25px;
  height: 15px;
  background-color: #0e9352;
  -webkit-clip-path: polygon(65% 0, 0 0, 100% 100%);
          clip-path: polygon(65% 0, 0 0, 100% 100%);
  position: absolute;
  top: 96%;
  left: 18px;
}
@media screen and (max-width: 768px) {
  .matching_contact_text .comment::before {
    top: 90%;
  }
}
@media screen and (max-width: 768px) {
  .matching_contact_text.sp_center {
    max-width: 400px;
    margin-inline: auto;
  }
}
.matching_contact_img {
  position: absolute;
  right: 35px;
  bottom: -50px;
  width: 220px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .matching_contact_img {
    display: none;
  }
}
.matching_contact_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.734006734%;
  background-color: #eff7f2;
  border-radius: 0 0 12px 12px;
  padding: 20px 11.2794612795% 25px 24px;
}
@media screen and (max-width: 900px) {
  .matching_contact_footer {
    padding: 16px 3.5377358491% 22px 24px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .matching_contact_footer {
    padding: 20px 16px;
  }
}
.matching_contact_footer.--wide {
  padding-block: 70px;
}
@media screen and (max-width: 768px) {
  .matching_contact_footer.--wide {
    padding: 20px 16px;
  }
}
.matching_contact_footer.--wide .matching_contact_footer-img {
  width: 196px;
}
@media screen and (max-width: 768px) {
  .matching_contact_footer.--wide .matching_contact_footer-img {
    width: 111px;
  }
}
.matching_contact_footer.--wide .matching_contact_footer-img img {
  width: 100%;
  bottom: -75px;
  height: 265px;
}
@media screen and (max-width: 768px) {
  .matching_contact_footer.--wide .matching_contact_footer-img img {
    height: auto;
  }
}
.matching_contact_footer-img {
  width: 157px;
  position: relative;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .matching_contact_footer-img {
    width: 111px;
    position: absolute;
    top: 0;
    left: 50%;
    translate: 60px -60%;
  }
}
.matching_contact_footer-img img {
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .matching_contact_footer-img img {
    width: 100%;
    position: static;
    bottom: 0;
  }
}
.matching_contact_footer-btn::before {
  background: url("../../img/campaign/2024registration/icon_arrow-right-white.svg") no-repeat center center/contain;
}
.matching_contact_phone {
  display: flex;
  align-items: center;
  gap: 26px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .matching_contact_phone {
    background-color: #ffffff;
    border: 3px solid #0e9352;
    box-shadow: 0px 4px 0px 0px #0e9352;
    padding: 4px 24px 4px;
    padding-right: 12px;
    gap: 22px;
    margin-top: 0px;
    margin-inline: auto;
    pointer-events: auto;
    width: 100%;
    max-width: 360px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 374px) {
  .matching_contact_phone {
    padding: 10px 20px;
  }
}
.matching_contact_phone::after {
  content: "";
  display: none;
  aspect-ratio: 1;
  background: url("../../img/campaign/2024registration/icon_arrow-right-green.svg") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .matching_contact_phone::after {
    width: 22px;
    display: block;
  }
}
.matching_contact_phone.is-sp {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .matching_contact_phone.is-sp {
    display: flex;
    visibility: visible;
  }
}
.matching_contact_phone.is-pc {
  display: flex;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .matching_contact_phone.is-pc {
    display: none;
    visibility: hidden;
  }
}
.matching_contact_phone-label {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #ffffff;
  background-color: #0e9352;
  border-radius: 100vh;
  padding: 3px 18px;
  position: absolute;
  top: 8px;
  left: 30px;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .matching_contact_phone-label {
    font-size: 10px;
    padding: 3px 8px;
    top: 0;
    left: 44px;
  }
}
.matching_contact_phone-label::before {
  content: "";
  display: block;
  width: 22px;
  height: 15px;
  background-color: #0e9352;
  -webkit-clip-path: polygon(50% 0, 0 0, 100% 100%);
          clip-path: polygon(50% 0, 0 0, 100% 100%);
  position: absolute;
  top: 74%;
  left: 2px;
}
@media screen and (max-width: 768px) {
  .matching_contact_phone-label::before {
    width: 10px;
    height: 8px;
    top: 90%;
    left: 6px;
    -webkit-clip-path: polygon(86% 0, 0 0, 100% 100%);
            clip-path: polygon(86% 0, 0 0, 100% 100%);
  }
}
.matching_contact_phone-name {
  font-size: 15.68px;
  letter-spacing: 0.5em;
  font-weight: 500;
  line-height: 2;
  text-align: right;
  color: #0e9352;
}
@media screen and (max-width: 768px) {
  .matching_contact_phone-name {
    font-size: 11px;
    letter-spacing: 0.07em;
    line-height: 1.5;
  }
}
.matching_contact_phone-text {
  display: flex;
  align-items: center;
  gap: 4px;
}
.matching_contact_phone-text .icon {
  width: 34px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .matching_contact_phone-text .icon {
    width: 20px;
  }
}
.matching_contact_phone-text .icon img {
  width: 100%;
  height: 100%;
}
.matching_contact_phone-text .number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #0e9352;
}
@media screen and (max-width: 768px) {
  .matching_contact_phone-text .number {
    font-size: 32px;
  }
}
@media screen and (max-width: 374px) {
  .matching_contact_phone-text .number {
    font-size: 24px;
  }
}
.matching_contact_phone-time {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .matching_contact_phone-time {
    font-size: 11px;
    letter-spacing: -0.07em;
    margin-top: 0px;
  }
}
.matching_contact_btn-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .matching_contact_btn-wrap {
    margin-top: 60px;
  }
}
