@charset "UTF-8";
.l_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}
.l_header_inner {
  padding-top: clamp(0.9rem, 0.6572815534rem + 0.6472491909vw, 1.9rem);
  padding-bottom: clamp(0.9rem, 0.6572815534rem + 0.6472491909vw, 1.9rem);
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  gap: 121px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l_header_inner .pc {
  width: 100%;
}
@media only screen and (max-width: 559px) {
  .l_header_inner {
    gap: auto;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l_header_logo {
  width: clamp(8.4rem, 7.9631067961rem + 1.1650485437vw, 10.2rem);
}
.l_header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_header_nav ul {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(2rem, 1.0291262136rem + 2.5889967638vw, 6rem);
}
@media only screen and (max-width: 1441px) {
  .l_header_nav ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 559px) {
  .l_header_nav ul {
    gap: 5px;
    flex-direction: column;
    margin-top: 25px;
  }
}
.l_header_nav ul li {
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .l_header_nav ul li {
    border-bottom: 1px solid;
    padding-left: 10px;
    width: 100%;
  }
}
.l_header_nav ul li figure {
  width: 42px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .l_header_nav ul li figure {
    width: 25px;
    margin: 0;
  }
}
.l_header_nav ul li p {
  font-size: 14px;
  transition: all 0.3s;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .l_header_nav ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-top: 20px;
  }
}
.l_header_nav ul li a:hover p {
  color: #3CA6A6;
}
.l_header_nav ul li a:hover figure {
  transform: rotate(10deg) scale(1.1);
}
.l_header_nav ul li .sp_arrow {
  width: 10px;
  margin-right: 10px;
  margin-left: auto;
}

.l_ft {
  background-color: #F2F2F2;
  color: #9D9D9D;
  padding-top: 40px;
  padding-bottom: clamp(2.5rem, 2.3300970874rem + 0.4530744337vw, 3.2rem);
}
.l_ft_nav ul {
  display: flex;
  align-items: center;
  gap: clamp(2.5rem, 1.6504854369rem + 2.2653721683vw, 6rem);
  padding-left: 40px;
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 35px;
}
@media only screen and (max-width: 559px) {
  .l_ft_nav ul {
    flex-direction: column;
    padding-left: 0;
    align-items: flex-start;
  }
}
.l_ft_nav ul li {
  font-size: 10px;
  font-weight: 600;
}
.l_ft .copy {
  font-size: clamp(1.1rem, 1.0757281553rem + 0.0647249191vw, 1.2rem);
  font-weight: 300;
  margin-top: 35px;
  padding-left: 40px;
}

.l_container {
  max-width: 1200px;
  width: 100%;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .l_container {
    max-width: 353px;
    padding: 0 15px;
  }
}

.container_inner {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .container_inner {
    max-width: 95.72%;
    margin-left: auto;
    margin-right: auto;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  letter-spacing: 0;
  color: #000;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

p {
  text-align: left;
}

.br {
  display: inline-block;
}

.wrapper {
  overflow-x: hidden;
}

a {
  cursor: pointer;
}

.pc {
  display: block;
}
@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
}

.pc_1025 {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pc_1025 {
    display: none;
  }
}

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

@media only screen and (min-width: 767px) {
  .tb {
    display: block;
  }
}

.l_mv {
  position: relative;
}
.l_mv_box {
  position: absolute;
  top: 30%;
  left: 19%;
}
@media only screen and (max-width: 1441px) {
  .l_mv_box {
    top: 20%;
  }
}
@media only screen and (max-width: 1200px) {
  .l_mv_box {
    left: 10%;
  }
}
@media only screen and (max-width: 959px) {
  .l_mv_box {
    top: 18%;
    left: 9%;
    height: 82%;
  }
}
.l_mv_catch {
  font-size: clamp(2.6rem, 2.1388349515rem + 1.2297734628vw, 4.5rem);
  font-weight: 800;
  letter-spacing: 4.5px;
  line-height: 1.4444444444;
  color: #ffffff;
}
.l_mv_img {
  width: clamp(35.3rem, 31.2951456311rem + 10.6796116505vw, 51.8rem);
  margin-top: 58px;
}
@media only screen and (max-width: 959px) {
  .l_mv_img {
    position: absolute;
    left: -7%;
    top: 75%;
  }
}
@media only screen and (max-width: 559px) {
  .l_mv_img {
    top: 66%;
  }
}

.l_mv {
  position: relative;
  height: 810px;
  overflow: hidden;
  background-color: #000;
}
@media only screen and (max-width: 559px) {
  .l_mv {
    height: 634px;
  }
}

/* 全レイヤー共通 */
.mv-layer {
  position: absolute;
  will-change: transform;
}

/* 背景円 */
.mv-bg {
  z-index: 0;
  width: 1000px;
  right: 0;
  bottom: -20px;
}
@media only screen and (max-width: 1441px) {
  .mv-bg {
    right: -220px;
  }
}
@media only screen and (max-width: 559px) {
  .mv-bg {
    width: 610px;
    bottom: 122px;
    right: -204px;
  }
}

/* 人物 */
.mv-hero {
  z-index: 3;
  width: 680px;
  right: 275px;
  bottom: -133px;
}
@media only screen and (max-width: 1441px) {
  .mv-hero {
    right: 70px;
  }
}
@media only screen and (max-width: 559px) {
  .mv-hero {
    right: 35px;
    width: 304px;
    bottom: 65px;
  }
}

/* 白い塵 */
.mv-effect {
  z-index: 2;
  pointer-events: none;
  opacity: 0.85;
}

/* 塵の差分 */
.mv-effect-1 {
  transform: rotate(-30deg);
  width: 730px;
  bottom: -480px;
  left: -150px;
}
@media only screen and (max-width: 559px) {
  .mv-effect-1 {
    width: 365px;
    bottom: -51px;
    left: -33px;
  }
}

.mv-effect-2 {
  width: 730px;
  transform: scaleX(-1);
  right: 34px;
  z-index: 5;
}
@media only screen and (max-width: 1441px) {
  .mv-effect-2 {
    right: -188px;
  }
}
@media only screen and (max-width: 559px) {
  .mv-effect-2 {
    width: 365px;
    right: -102px;
    bottom: -35px;
  }
}

/* テキスト */
.l_mv_box {
  position: relative;
  z-index: 10;
}

/* ふわっと追従 */
.js-layer {
  transition: transform 0.12s linear;
}

.c_btn_mv a {
  background-color: #000;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  width: 180px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
  transition: all 0.3s;
}
@media only screen and (max-width: 559px) {
  .c_btn_mv a {
    width: 100%;
    margin: 30px auto;
  }
}
.c_btn_mv a:hover {
  color: #000;
  background-color: #ffffff;
}
.c_btn_white a {
  display: block;
  background-color: #ffffff;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  text-align: center;
  font-weight: 700;
  width: 280px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 999px;
  transition: all 0.3s;
}
.c_btn_white a:hover {
  color: #ffffff;
  background-color: #3CA6A6;
}
.c_btn_white._mv {
  margin-top: 62px;
}
.c_btn_green {
  margin-top: 36px;
}
.c_btn_green a {
  display: block;
  background-color: #3CA6A6;
  color: #ffffff;
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 42px;
  transition: all 0.3s;
}
@media only screen and (max-width: 559px) {
  .c_btn_green a {
    width: 323px;
    text-align: center;
    padding: 17px;
    font-size: 16px;
  }
}
.c_btn_green a:hover {
  color: #3CA6A6;
  background-color: #F2F2F2;
}
.c_btn_crea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.c_btn_crea._service {
  margin-top: clamp(6rem, 4.0582524272rem + 5.1779935275vw, 14rem);
}
.c_btn_crea._why {
  margin-top: clamp(6rem, 4.0582524272rem + 5.1779935275vw, 14rem);
}
.c_btn_crea._success {
  margin-left: 0;
  margin-right: auto;
  margin-top: 60px;
}
@media only screen and (max-width: 559px) {
  .c_btn_crea._success {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .c_btn_crea._success a {
    width: 200px;
  }
}
.c_btn_crea._link {
  margin-top: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
}
.c_btn_crea a {
  display: block;
  border: 2px solid #000;
  border-radius: 999px;
  background-color: #ffffff;
  color: #000;
  padding: 15px;
  width: 247px;
  text-align: center;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: 700;
  transition: all 0.3s;
}
.c_btn_crea a:hover {
  background-color: #000;
  color: #ffffff;
}

.c_hamburger {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: -100%;
  right: 0;
  background: #ffffff;
  z-index: 9000;
  transition: 0.5s;
}
.c_hamburger_btn {
  position: relative;
  cursor: pointer;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_hamburger_icon {
  position: relative;
  display: block;
  background-color: #000;
  height: 2px;
  border-radius: 999px;
  width: 23px;
}
.c_hamburger_icon::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  position: absolute;
  left: 0;
  top: -6px;
}
.c_hamburger_icon::before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  position: absolute;
  left: 0;
  top: 6px;
}
.c_hamburger_wrap {
  padding: 15px;
}
.c_hamburger_wrap .c_btn_pink {
  margin-top: 45px;
}

html.is-open .c_hamburger {
  top: 0;
}

.is-open .overlay {
  opacity: 0.8;
  visibility: visible;
}

html.is-open {
  overflow: hidden;
  height: 100%;
}
html.is-open::-webkit-scrollbar {
  display: none;
}

html.is-open .c_hamburger_icon {
  background-color: transparent;
}
html.is-open .c_hamburger_icon::after {
  top: 0;
  transform: rotate(-30deg);
  transition: 0.3s;
}
html.is-open .c_hamburger_icon::before {
  top: 0;
  transform: rotate(30deg);
  transition: 0.3s;
}

.c_headline_h2 .sub {
  color: #3CA6A6;
  font-size: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
  font-weight: 700;
  text-align: center;
}
.c_headline_h2 .title {
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  font-weight: 700;
  text-align: center;
  margin-top: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  letter-spacing: -0.6px;
}
@media only screen and (max-width: 559px) {
  .c_headline_h2 .title._intro {
    white-space: nowrap;
  }
}
.c_headline_h2._success .title {
  font-size: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem);
  text-align: left;
}
@media only screen and (max-width: 559px) {
  .c_headline_h2._success .title {
    text-align: center;
  }
}
.c_headline_h2._success .sub {
  text-align: left;
}
@media only screen and (max-width: 559px) {
  .c_headline_h2._success .sub {
    text-align: center;
  }
}
.c_headline_h3 {
  font-size: clamp(1.6rem, 1.3087378641rem + 0.7766990291vw, 2.8rem);
  font-weight: 700;
  position: relative;
  margin-left: 14px;
}
.c_headline_h3._service {
  margin-top: 42px;
}
@media only screen and (max-width: 959px) {
  .c_headline_h3._service {
    margin-top: 0;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c_headline_h3 figure {
  position: absolute;
  top: -45px;
  left: 0;
}
.c_headline_h3 figure.assistant {
  width: 252px;
}
.c_headline_h3 figure.project {
  width: 181px;
  left: 46px;
}
.c_headline_h3_24 {
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
  font-weight: 700;
  line-height: 1.25;
}
.c_headline_h3_24._why {
  text-align: center;
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}

.c_text_18 {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  line-height: 1.6666666667;
  font-weight: 500;
}
.c_text_18._intro {
  margin-top: clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem);
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .c_text_18._intro {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
  }
}
.c_text_18._success {
  margin-top: clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem);
}
.c_text_18._link {
  text-align: center;
}
.c_text_16 {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 500;
  line-height: 1.625;
}
.c_text_16._service {
  margin-top: clamp(2rem, 1.927184466rem + 0.1941747573vw, 2.3rem);
}
@media only screen and (max-width: 559px) {
  .c_text_16._service {
    padding: 0 15px;
  }
}
.c_text_14 {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  font-weight: 500;
  line-height: 1.4285714286;
}
.c_text_14._service {
  margin-top: 10px;
  letter-spacing: -0.9px;
}
.c_text_14._why {
  margin-top: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
}
.c_text_20 {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  line-height: 1.75;
  font-weight: 500;
}
.c_text_20._thanks {
  margin-top: 40px;
  text-align: center;
}

.c_faq {
  display: flex;
  gap: 20px;
  margin-top: clamp(3rem, 1.786407767rem + 3.2362459547vw, 8rem);
}
@media only screen and (max-width: 559px) {
  .c_faq {
    flex-direction: column;
  }
}

.c_faq_col {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 559px) {
  .c_faq_col {
    width: 100%;
  }
}

/* FAQ全体 */
.c_faq_item {
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1490196078);
}

/* Q */
.c_faq_question {
  width: 100%;
  padding: 27px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media only screen and (max-width: 559px) {
  .c_faq_question {
    padding: 10px 20px;
  }
}

/* Qテキスト */
.c_faq_q {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  line-height: 1.6;
  font-weight: 700;
}
.c_faq_q .green {
  color: #3CA6A6;
  margin-right: 10px;
}
@media only screen and (max-width: 559px) {
  .c_faq_q {
    display: flex;
  }
}

/* 矢印 */
.c_faq_arrow img {
  width: 20px;
  transition: transform 0.3s ease;
  margin-left: 10px;
}

/* 開いたとき矢印を上向き */
.c_faq_item.is-open .c_faq_arrow img {
  transform: rotate(180deg);
}

/* A */
.c_faq_answer {
  overflow: hidden;
  max-height: 0;
  padding: 0 20px;
  transition: max-height 0.4s ease;
  line-height: 1.7;
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
}

/* 開いたとき */
.c_faq_item.is-open .c_faq_answer {
  padding-bottom: 20px;
}

.c_ft_top {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.c_ft_top_area {
  display: flex;
}
@media only screen and (max-width: 559px) {
  .c_ft_top_area {
    flex-direction: column;
  }
}
.c_ft_top_box {
  width: 100%;
}
.c_ft_top_contents {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  padding-right: 45px;
  width: 50%;
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
@media only screen and (max-width: 559px) {
  .c_ft_top_contents {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.c_ft_top_contents figure {
  width: clamp(5.6rem, 4.4106796117rem + 3.1715210356vw, 10.5rem);
}
.c_ft_top_contents._01 {
  border-right: 1px solid #000;
}
@media only screen and (max-width: 559px) {
  .c_ft_top_contents._01 {
    border: none;
  }
}
.c_ft_top_box .text {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
}
.c_ft_top_box .title {
  font-size: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  font-weight: 600;
  margin-top: 15px;
}
.c_ft_top_box .title._02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c_ft_top_box .title._02 img {
  width: 15px;
  height: 13px;
}
.c_ft_top_box .title a {
  display: flex;
  justify-content: space-between;
}
.c_ft_top_box .title a img {
  width: 15px;
}
.c_ft_top .none {
  display: none;
}

.c_ft_mail {
  margin-top: 20px;
}

input.c_mail_input {
  border-bottom: 1px solid;
  padding: 5px;
  width: 100%;
}
@media only screen and (max-width: 559px) {
  input.c_mail_input {
    width: 100%;
  }
}

.c_mail_btn {
  border: 1px solid #000;
  border-radius: 999px;
  width: 112px;
  height: 30px;
  text-align: center;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s;
}
@media only screen and (max-width: 559px) {
  .c_mail_btn {
    width: 76px;
    height: 24px;
  }
}
.c_mail_btn:hover {
  background-color: #000;
  color: #ffffff;
}

@media only screen and (max-width: 559px) {
  .c_ft_arrow {
    width: 11px;
    height: 10px;
  }
}

@media only screen and (max-width: 559px) {
  .c_ft_neko {
    position: absolute;
    right: 18px;
    top: 32px;
  }
}

form.wpcf7-form.init {
  display: flex;
}

.c_ft_mail label {
  float: left;
  width: 200px;
}
@media only screen and (max-width: 559px) {
  .c_ft_mail label {
    width: 100%;
  }
}

.c_ft_mail .wpcf7-form-control-wrap {
  width: 90%;
}
@media only screen and (max-width: 559px) {
  .c_ft_mail .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.c_floating {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 999;
  background-color: #ffffff;
  padding: 15px 15px 30px;
}
.c_floating ul {
  display: flex;
  flex-direction: column;
}
.c_floating ul li {
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 700;
}
.c_floating ul li:not(:first-of-type) {
  margin-top: 20px;
}
.c_floating ul li img {
  width: 16.5px;
  margin-bottom: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.c_floating figure {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

.p_top_intro {
  padding-top: 23px;
  padding-bottom: clamp(7rem, 6.8786407767rem + 0.3236245955vw, 7.5rem);
}
.p_top_intro .swiper-wrapper {
  transition-timing-function: linear;
}
.p_top_intro .swiper-slide img {
  height: auto;
  width: 100%;
}
.p_top_intro_box {
  margin-top: clamp(4.8rem, 3.4650485437rem + 3.5598705502vw, 10.3rem);
}
.p_top_service {
  margin-top: clamp(8rem, 5.572815534rem + 6.4724919094vw, 18rem);
  display: flex;
  gap: clamp(3rem, 1.5922330097rem + 3.7540453074vw, 8.8rem);
  justify-content: center;
}
@media only screen and (max-width: 959px) {
  .p_top_service {
    flex-direction: column;
  }
}
.p_top_service:not(:first-child) {
  margin-top: 80px;
}
.p_top_service_left {
  width: 100%;
}
@media only screen and (max-width: 559px) {
  .p_top_service_left {
    width: 100%;
  }
}
.p_top_service_right {
  min-width: 580px;
}
@media only screen and (max-width: 959px) {
  .p_top_service_right {
    min-width: auto;
    width: 100%;
  }
}
.p_top_service_right .box {
  background-color: #000;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #ffffff;
  padding-top: clamp(1.75rem, 1.4951456311rem + 0.6796116505vw, 2.8rem);
  padding-bottom: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  padding-left: 22px;
  padding-right: 22px;
}
.p_top_service_right .box .title {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 700;
}
.p_top_service_right._02 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 559px) {
  .p_top_service_right._02 {
    grid-template-columns: 1fr;
  }
}
.p_top_service_right_box {
  aspect-ratio: 280/320;
  display: flex;
  flex-direction: column;
}
.p_top_service_right .box {
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 13px;
  padding-right: 13px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p_top_service_right .box figure {
  aspect-ratio: 280/175;
  overflow: hidden;
}
.p_top_service_right .box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_top_why_inner {
  background-color: #F5FCFC;
  padding-top: clamp(3rem, 2.6359223301rem + 0.9708737864vw, 4.5rem);
  padding-bottom: clamp(7rem, 6.8786407767rem + 0.3236245955vw, 7.5rem);
}
.p_top_why_contents {
  display: flex;
  gap: 35px;
  justify-content: center;
  margin-top: clamp(3rem, 1.786407767rem + 3.2362459547vw, 8rem);
}
@media only screen and (max-width: 559px) {
  .p_top_why_contents {
    flex-direction: column;
  }
}
.p_top_why_contents li {
  width: calc((100% - 70px) / 3);
}
@media only screen and (max-width: 559px) {
  .p_top_why_contents li {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.p_top_success {
  padding-top: clamp(7.8rem, 5.3242718447rem + 6.6019417476vw, 18rem);
}
@media only screen and (max-width: 559px) {
  .p_top_success .l_container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p_top_success_content {
  display: flex;
  gap: clamp(3rem, 0.4514563107rem + 6.7961165049vw, 13.5rem);
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .p_top_success_content {
    flex-direction: column;
  }
}
.p_top_success_left {
  width: 18.125vw;
}
@media only screen and (max-width: 959px) {
  .p_top_success_left {
    width: 35%;
  }
}
@media only screen and (max-width: 559px) {
  .p_top_success_left {
    width: 100%;
  }
}
.p_top_success_right {
  width: 39.5833333333vw;
}
@media only screen and (max-width: 959px) {
  .p_top_success_right {
    width: 65%;
  }
}
@media only screen and (max-width: 559px) {
  .p_top_success_right {
    width: 100%;
  }
}
.p_top_success_right dl {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #000;
  padding-bottom: 35px;
  margin-bottom: 35px;
  padding-right: 15px;
}
@media only screen and (max-width: 559px) {
  .p_top_success_right dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
.p_top_success_right dt {
  width: 12.1354166667vw;
  font-size: clamp(1.6rem, 1.3572815534rem + 0.6472491909vw, 2.6rem);
  font-weight: 700;
}
@media only screen and (max-width: 959px) {
  .p_top_success_right dt {
    width: 33%;
  }
}
@media only screen and (max-width: 559px) {
  .p_top_success_right dt {
    width: 100%;
  }
}
.p_top_success_right dd {
  display: flex;
  align-items: flex-end;
  font-size: 1.25vw;
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .p_top_success_right dd {
    font-size: 16px;
  }
}
.p_top_success_right dd img {
  width: 30px;
  margin-right: 20px;
}
.p_top_success_right dd .green {
  color: #3CA6A6;
  margin-right: 10px;
}
.p_top_success_right dd .big {
  font-size: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
  font-weight: 800;
  line-height: 0.9;
}
.p_top_success_right dd .big.green {
  margin-right: 0;
}
.p_top_faq {
  padding-top: clamp(12rem, 9.0873786408rem + 7.7669902913vw, 24rem);
  padding-bottom: 200px;
}

.p_contact_layout {
  display: flex;
  padding-top: clamp(9.3rem, 9.1300970874rem + 0.4530744337vw, 10rem);
  padding-bottom: clamp(5rem, 3.3009708738rem + 4.5307443366vw, 12rem);
  gap: 35px;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .p_contact_layout {
    flex-direction: column;
  }
}
.p_contact_l {
  width: 25vw;
}
@media only screen and (max-width: 559px) {
  .p_contact_l {
    width: 100%;
  }
}
.p_contact_l .title {
  color: #3CA6A6;
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.p_contact_l figure {
  margin-top: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.p_contact_r {
  width: 30.5208333333vw;
}
@media only screen and (max-width: 559px) {
  .p_contact_r {
    width: 100%;
  }
}

.c_contact_form {
  background: #fff;
  padding: 40px 32px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 559px) {
  .c_contact_form {
    padding: 20px;
  }
}

/* 1行 */
.c_form_row {
  margin-top: 30px;
}

/* 通常行だけ flex */
.c_form_row:not(._interest) p {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .c_form_row:not(._interest) p {
    flex-direction: column;
  }
}

/* ラベル */
.c_form_label {
  font-size: 14px;
  font-weight: 700;
  width: 30%;
  display: block;
}
@media only screen and (max-width: 559px) {
  .c_form_label {
    width: 100%;
  }
}

.wpcf7-form-control-wrap {
  display: block;
  width: 70%;
}
@media only screen and (max-width: 559px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.c_form_row._interest,
.c_form_row._agree {
  display: flex;
}
@media only screen and (max-width: 559px) {
  .c_form_row._interest,
.c_form_row._agree {
    flex-direction: column;
  }
}
.c_form_row._interest p,
.c_form_row._agree p {
  width: 30%;
}
@media only screen and (max-width: 559px) {
  .c_form_row._interest p,
.c_form_row._agree p {
    width: 100%;
  }
}
.c_form_row._interest p .c_form_label,
.c_form_row._agree p .c_form_label {
  width: 100%;
}

.c_form_row._agree .agree-box p {
  width: auto;
}
@media only screen and (max-width: 559px) {
  .c_form_row._agree .agree-box p {
    flex-direction: row;
  }
}

.c_form_row._agree .agree-box {
  font-size: 14px;
}
@media only screen and (max-width: 559px) {
  .c_form_row._agree .agree-box {
    margin-top: 10px;
  }
}

.agree-box .wpcf7-list-item {
  width: 270px;
}

.c_form_row._agree .agree-box a {
  color: #1D60CB;
  padding-left: 5px;
  text-decoration: underline;
}

.c_form_checks {
  width: 70%;
}
@media only screen and (max-width: 559px) {
  .c_form_checks {
    width: 100%;
    margin-top: 10px;
  }
}
.c_form_checks p {
  width: 100% !important;
}
.c_form_checks .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.c_form_checks .wpcf7-list-item {
  margin: 0;
}

.c_form_checks .wpcf7-form-control-wrap {
  width: 100%;
}

.req {
  color: #e60000;
  margin-left: 4px;
}

/* input / select / textarea 共通 */
.c_form_input,
.c_form_select,
.c_form_textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}

.c_form_input:focus,
.c_form_select:focus,
.c_form_textarea:focus {
  outline: none;
  border-color: #4fb3ae;
}

/* textarea */
.c_form_textarea {
  min-height: 140px;
  resize: vertical;
}

/* チェックボックス */
.c_form_checks label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

/* 個人情報 */
.c_form_privacy {
  font-size: 13px;
}

/* 送信ボタン */
.c_form_submit {
  margin-top: 50px;
  text-align: center;
}
.c_form_submit p {
  text-align: center;
}

.c_form_submit input[type=submit] {
  padding: 20px 88px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #4fb3ae;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.c_form_submit input[type=submit]:hover {
  opacity: 0.85;
}

/* select用ラッパーを相対配置 */
.wpcf7-form-control-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* セレクト用矢印 */
.c_form_row {
  position: relative;
}

.c_form_row select.c_form_select {
  padding-right: 40px;
}

.c_form_row:has(select.c_form_select)::after {
  content: "▼";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #666;
  pointer-events: none;
}
@media only screen and (max-width: 559px) {
  .c_form_row:has(select.c_form_select)::after {
    top: 70%;
  }
}

/* チェックボックス行だけ flex を解除 */
.c_form_row._interest p {
  display: block;
}

/* ラベルとチェックエリアを横並びに */
.c_form_row._interest {
  display: flex;
}

/*thanks*/
.p_contact_thanks {
  padding-top: clamp(9.3rem, 9.1300970874rem + 0.4530744337vw, 10rem);
  padding-bottom: clamp(5rem, 3.3009708738rem + 4.5307443366vw, 12rem);
  position: relative;
}
.p_contact_thanks figure {
  width: clamp(16.2rem, 14.3553398058rem + 4.9190938511vw, 23.8rem);
  margin-left: auto;
  margin-right: auto;
}
.p_contact_thanks .copy {
  font-size: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.7142857143;
  margin-top: clamp(1.1rem, 0.5174757282rem + 1.5533980583vw, 3.5rem);
}

.p_contact_link {
  margin-top: clamp(9rem, 7.3009708738rem + 4.5307443366vw, 16rem);
}

.p_contact_thanks figure.p_contact_deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 35.3125vw;
}

.wpcf7-spinner {
  display: none;
}
/*# sourceMappingURL=style.css.map */