@charset "UTF-8";
/* ==========================================================================//
//
// 無料相談
//
// ========================================================================== */
/*----------------------------------------------------
共通スタイル
----------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 13px;
  color: #4B463E;
  scroll-behavior: smooth;
  background: #FAF6F2;
}
@media all and (min-width: 751px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 2;
}
@media all and (min-width: 751px) {
  p {
    line-height: 1.92;
  }
}

.lead_text {
  line-height: 2.3;
}
@media all and (min-width: 751px) {
  .lead_text {
    line-height: 2.357;
  }
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

a img {
  border: none;
}

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

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, label, select, textarea {
  vertical-align: middle;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f4ede7 inset;
          box-shadow: 0 0 0 1000px #f4ede7 inset;
}

@media all and (max-width: 750px) {
  .forPC {
    display: none;
  }
}

@media all and (min-width: 751px) {
  .forSP {
    display: none;
  }
}

.lp {
  font-size: 14px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
}

.inner {
  padding: 0 20px;
}
@media all and (min-width: 751px) {
  .inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 80px;
  }
}

.section_title {
  text-align: center;
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .section_title {
    margin-bottom: 70px;
  }
}
.section_title p {
  line-height: 1.3;
  font-size: 43px;
  margin-bottom: 7px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .section_title p {
    font-size: 100px;
    margin-bottom: 16px;
  }
}
.section_title h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: normal;
  letter-spacing: 0.02em;
  font-size: 14px;
}
@media all and (min-width: 751px) {
  .section_title h2 {
    font-size: 20px;
  }
}

.common_bt a {
  text-decoration: none;
  background-color: #4B463E;
  color: #fff;
  padding: 15px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media (hover: hover) {
  .common_bt a:hover {
    background-color: rgba(75, 70, 62, 0.9);
  }
  .common_bt a:hover::after {
    -webkit-animation: moveArrow 0.4s ease;
            animation: moveArrow 0.4s ease;
  }
  @-webkit-keyframes moveArrow {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(4px, -4px);
              transform: translate(4px, -4px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  @keyframes moveArrow {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(4px, -4px);
              transform: translate(4px, -4px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
}
@media all and (min-width: 751px) {
  .common_bt a {
    text-decoration: none;
    background-color: #4B463E;
    color: #fff;
    padding: 20px 20px;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .common_bt a:hover {
    background-color: rgba(75, 70, 62, 0.9);
  }
  .common_bt a:hover::after {
    -webkit-animation: moveArrow 0.4s ease;
            animation: moveArrow 0.4s ease;
  }
  @-webkit-keyframes moveArrow {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(4px, -4px);
              transform: translate(4px, -4px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  @keyframes moveArrow {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(4px, -4px);
              transform: translate(4px, -4px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
}

/*----------------------------------------------------
スクロールで出現
----------------------------------------------------*/
.js_scroll {
  opacity: 0;
  top: 40px;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.js_scroll.scroll_active {
  opacity: 1;
  top: 0;
}
.js_scroll.delay02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js_scroll.delay04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js_scroll.delay06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js_scroll.delay08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
.l-header {
  height: 100vh;
  position: relative;
  background: url(../images/lp/mv.webp) no-repeat center top;
  background-size: cover;
}
@media all and (max-width: 750px) {
  .l-header {
    padding: 15px 20px 40px;
  }
}
.l-header .header-logo {
  width: 147px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media all and (min-width: 751px) {
  .l-header .header-logo {
    top: 30px;
    left: 50px;
    width: 234px;
  }
}
.l-header .header-title {
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 40px;
}
@media all and (min-width: 751px) {
  .l-header .header-title {
    bottom: 30px;
    left: 50px;
  }
}
.l-header .header-title p {
  letter-spacing: 0.03em;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 7px;
}
@media all and (min-width: 751px) {
  .l-header .header-title p {
    font-size: 42px;
  }
}
.l-header .header-title h1 {
  letter-spacing: 0.03em;
  font-size: 15px;
}
@media all and (min-width: 751px) {
  .l-header .header-title h1 {
    font-size: 23px;
    font-weight: 500;
  }
}
.l-header .copy_anime span {
  display: inline-block;
  -webkit-transform: translate(-30px, 0px);
          transform: translate(-30px, 0px);
  opacity: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(24%, #fff), color-stop(33%, transparent));
  -webkit-mask-image: linear-gradient(90deg, #fff 24%, transparent 33%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(24%, #fff), color-stop(33%, transparent));
          mask-image: linear-gradient(90deg, #fff 24%, transparent 33%);
  -webkit-mask-size: 400% 400%;
          mask-size: 400% 400%;
  -webkit-mask-position: 100% 0%;
          mask-position: 100% 0%;
  -webkit-animation: appear_copy_en 1.2s 0.6s ease-out forwards;
          animation: appear_copy_en 1.2s 0.6s ease-out forwards;
}
@-webkit-keyframes appear_copy_en {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0px);
            transform: translate(-30px, 0px);
    -webkit-mask-position: 100% 0%;
            mask-position: 100% 0%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
  }
}
@keyframes appear_copy_en {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0px);
            transform: translate(-30px, 0px);
    -webkit-mask-position: 100% 0%;
            mask-position: 100% 0%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
  }
}
.l-header .copy_anime span.delay {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media all and (min-width: 751px) {
  .l-header .copy_anime .copy_left {
    margin: 0 15px 0 0;
  }
}
.l-header .header-btn {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 12px;
}
@media all and (min-width: 751px) {
  .l-header .header-btn {
    top: inherit;
    bottom: 50px;
    right: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.l-header .header-btn a {
  background: #9a855f;
}
.l-header .header-btn a:hover {
  background: rgba(154, 133, 95, 0.7);
}
@media all and (max-width: 750px) {
  .l-header .header-btn a .en {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .l-header .header-btn a .en {
    display: inline-block;
    margin-right: 10px;
  }
}

/*----------------------------------------------------
features
----------------------------------------------------*/
.features {
  padding-top: 90px;
}
@media all and (min-width: 1201px) {
  .features {
    padding: 160px 0;
  }
}
@media all and (min-width: 1201px) {
  .features .features_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
  }
}
.features .features_list_box {
  border-radius: 6px;
  background: #F4EDE7;
  padding: 35px 25px;
}
@media all and (max-width: 1200px) {
  .features .features_list_box {
    margin-bottom: 20px;
  }
  .features .features_list_box:last-child {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1201px) {
  .features .features_list_box {
    width: 31.67%;
    padding: 50px 40px;
  }
}
.features .features_list_box .features_list_num {
  color: #9a855f;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.features .features_list_box img {
  max-width: 230px;
  margin: 0 auto;
  display: block;
}
.features .features_list_box figcaption {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media all and (min-width: 1201px) {
  .features .features_list_box figcaption {
    margin-top: 44px;
    font-size: 18px;
  }
}
.features .features_list_box .features_list_read {
  margin-top: 20px;
}
@media all and (min-width: 1201px) {
  .features .features_list_box .features_list_read {
    margin-top: 25px;
  }
}

/*----------------------------------------------------
concept
----------------------------------------------------*/
.concept {
  padding-top: 90px;
}
@media all and (min-width: 1201px) {
  .concept {
    padding: 0;
  }
}
.concept .section_title {
  text-align: center;
}
@media all and (min-width: 1201px) {
  .concept .section_title {
    text-align: left;
    position: sticky;
    top: 40px;
    opacity: 1;
    padding-left: 80px;
  }
  .concept .section_title.hidden {
    opacity: 0;
    pointer-events: none;
  }
}
@media all and (min-width: 1201px) {
  .concept .concept_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    position: relative;
  }
}
@media all and (min-width: 1201px) {
  .concept .concept_left {
    width: 60%;
    height: 100vh;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.concept .concept_left_image {
  height: 300px;
}
.concept .concept_left_image span {
  position: relative;
}
.concept .concept_left_image span::after {
  content: "";
  position: absolute;
  background-image: url(../images/lp/concept_img01.webp);
  width: 100vw;
  height: 300px;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.concept .concept_left_image span.concept_2::after {
  background-image: url(../images/lp/concept_img02.webp);
}
.concept .concept_left_image span.concept_3::after {
  background-image: url(../images/lp/concept_img03.webp);
}
.concept .concept_left_image.unstuck {
  position: relative;
}
@media all and (min-width: 1201px) {
  .concept .concept_left_image {
    height: auto;
    position: sticky;
    top: 0;
  }
  .concept .concept_left_image span {
    position: relative;
  }
  .concept .concept_left_image span::after {
    width: 60vw;
    height: 100vh;
  }
}
@media all and (min-width: 1201px) {
  .concept .concept_right {
    width: 40%;
  }
}
.concept .concept_right .concept_read_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 1201px) {
  .concept .concept_right .concept_read_wrap.first {
    position: relative;
    top: -200px;
  }
}
.concept .concept_right .concept_read {
  padding: 40px 0 80px;
}
@media all and (min-width: 1201px) {
  .concept .concept_right .concept_read {
    padding: 0;
  }
}
.concept .concept_right .concept_read h3 {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.75;
  font-weight: 500;
}
@media all and (min-width: 1201px) {
  .concept .concept_right .concept_read h3 {
    font-size: 20px;
  }
}

/*----------------------------------------------------
voice
----------------------------------------------------*/
.voice {
  padding-top: 20px;
}
@media all and (min-width: 751px) {
  .voice {
    padding-top: 170px;
  }
}
.voice .c-voice {
  padding: 0 20px;
}
@media all and (min-width: 751px) {
  .voice .c-voice {
    padding: 0 10px;
  }
}
@media all and (min-width: 751px) {
  .voice .c-voice .c-voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.voice .c-voice .c-voice-box {
  margin-bottom: 10px;
  overflow: hidden;
}
.voice .c-voice .c-voice-box:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 751px) {
  .voice .c-voice .c-voice-box {
    width: calc(50% - 5px);
    overflow: hidden;
  }
}
@media (hover: hover) {
  .voice .c-voice .c-voice-box:hover .btn::after {
    -webkit-animation: moveArrow 0.4s ease;
            animation: moveArrow 0.4s ease;
  }
}
@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(4px, -4px);
            transform: translate(4px, -4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes moveArrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(4px, -4px);
            transform: translate(4px, -4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.voice .c-voice .c-voice-box a {
  position: relative;
  display: block;
}
@media (hover: hover) {
  .voice .c-voice .c-voice-box a img {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .voice .c-voice .c-voice-box a:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
.voice .c-voice .c-voice-box .btn {
  position: absolute;
  text-decoration: none;
  background-color: #4B463E;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.02em;
  right: 5px;
  bottom: 5px;
}
@media (hover: hover) {
  .voice .c-voice .c-voice-box .btn:hover {
    background-color: rgba(75, 70, 62, 0.9);
  }
  .voice .c-voice .c-voice-box .btn:hover::after {
    -webkit-animation: moveArrow 0.4s ease;
            animation: moveArrow 0.4s ease;
  }
  @-webkit-keyframes moveArrow {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(4px, -4px);
              transform: translate(4px, -4px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  @keyframes moveArrow {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(4px, -4px);
              transform: translate(4px, -4px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
}
@media all and (min-width: 751px) {
  .voice .c-voice .c-voice-box .btn {
    text-decoration: none;
    background-color: #4B463E;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.02em;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .voice .c-voice .c-voice-box .btn:hover {
    background-color: rgba(75, 70, 62, 0.9);
  }
  .voice .c-voice .c-voice-box .btn:hover::after {
    -webkit-animation: moveArrow 0.4s ease;
            animation: moveArrow 0.4s ease;
  }
  @-webkit-keyframes moveArrow {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(4px, -4px);
              transform: translate(4px, -4px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  @keyframes moveArrow {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(4px, -4px);
              transform: translate(4px, -4px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
}
.voice .c-voice .c-voice-box .btn::after {
  content: "";
  display: inline-block;
  margin: 0 0px 1px 7px;
  width: 12px;
  height: 12px;
  background: url(../images/lp/arrow.svg) no-repeat;
  background-size: 12px auto;
}
.voice .c-voice .c-voice-box .btn span {
  display: inline-block;
  margin-left: 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
}

.p-voice-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  overflow-y: auto;
  padding: 40px 0;
}

.p-voice-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FAF6F2;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  width: 90%;
  padding: 50px 20px 20px;
}
@media all and (min-width: 751px) {
  .p-voice-inner {
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    padding: 50px 70px;
    max-width: 1200px;
  }
}

.p-voice-box {
  display: none;
  height: 80vh;
  overflow-y: scroll;
}

.modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 12px;
  cursor: pointer;
  padding-left: 20px;
}
@media all and (min-width: 751px) {
  .modal-close {
    padding-left: 25px;
  }
}
.modal-close::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../images/lp/close.svg) no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
}
@media all and (min-width: 751px) {
  .modal-close::before {
    width: 15px;
    height: 15px;
  }
}

.p-voice-read {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
@media all and (min-width: 751px) {
  .p-voice-read {
    width: 53.75%;
    font-size: 20px;
    margin: 0 auto 15px;
  }
}

.p-voice-name {
  text-align: center;
}

.p-voice-faq {
  margin-top: 15px;
}
@media all and (min-width: 751px) {
  .p-voice-faq {
    margin-top: 20px;
  }
}

.p-voice-item {
  padding-right: 20px;
  border-bottom: 1px solid #DBD4D0;
  padding: 15px 25px;
}
@media all and (min-width: 751px) {
  .p-voice-item {
    padding: 25px 35px;
  }
}
.p-voice-item .p-voice-q {
  font-weight: normal;
  position: relative;
}
@media all and (min-width: 751px) {
  .p-voice-item .p-voice-q {
    font-size: 16px;
  }
}
.p-voice-item .p-voice-q::after {
  content: "Q";
  color: #9A855F;
  position: absolute;
  left: -20px;
  top: 1px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .p-voice-item .p-voice-q::after {
    font-size: 27px;
    left: -35px;
  }
}
@media all and (min-width: 751px) {
  .p-voice-item .p-voice-a {
    margin-top: 15px;
  }
}

/*----------------------------------------------------
works
----------------------------------------------------*/
.works {
  padding-top: 90px;
}
@media all and (min-width: 751px) {
  .works {
    padding-top: 160px;
  }
}
@media all and (max-width: 750px) {
  .works .c-works-case {
    padding-bottom: 70px;
  }
}
.works .c-works-case-title {
  background: #4B463E;
}
@media all and (max-width: 750px) {
  .works .c-works-case-title {
    padding: 12px;
  }
}
.works .c-works-case-title h3 {
  color: #fff;
  font-weight: normal;
  text-align: center;
}
@media all and (min-width: 751px) {
  .works .c-works-case-title h3 {
    padding: 20px;
  }
}
.works .c-works-case-title .c-works-case-num {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .works .c-works-case-title .c-works-case-num {
    display: inline-block;
    font-size: 27px;
    margin-right: 28px;
  }
}
.works .c-works-case-title .c-works-case-subject {
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .works .c-works-case-title .c-works-case-subject {
    font-size: 21px;
  }
}
@media all and (min-width: 751px) {
  .works .works_slick {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .works .c-works-pc {
    position: relative;
    margin: 70px 0 120px;
    min-height: 650px;
  }
}
@media all and (max-width: 750px) {
  .works .c-works:nth-of-type(even) .c-works_img02 {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .works .c-works:nth-of-type(even) .c-works_img02 {
    width: 41.08%;
    max-width: 493px;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}
@media all and (max-width: 750px) {
  .works .c-works:nth-of-type(even) .c-works_img03 {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .works .c-works:nth-of-type(even) .c-works_img03 {
    width: 52.92%;
    max-width: 635px;
    top: 0;
    right: 0;
    position: absolute;
  }
}
@media all and (max-width: 750px) {
  .works .c-works:nth-of-type(even) .c-works_read {
    padding-top: 40px;
  }
}
@media all and (min-width: 751px) {
  .works .c-works:nth-of-type(even) .c-works_read {
    width: 48.5%;
    position: absolute;
    bottom: 15px;
    right: 0;
    font-size: 14px;
  }
}
@media all and (max-width: 750px) {
  .works .c-works:nth-of-type(odd) .c-works_img02 {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .works .c-works:nth-of-type(odd) .c-works_img02 {
    width: 52.92%;
    max-width: 635px;
    top: 0;
    left: 0;
    position: absolute;
  }
}
@media all and (max-width: 750px) {
  .works .c-works:nth-of-type(odd) .c-works_img03 {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .works .c-works:nth-of-type(odd) .c-works_img03 {
    width: 41.08%;
    max-width: 493px;
    bottom: 0;
    right: 0;
    position: absolute;
  }
}
@media all and (max-width: 750px) {
  .works .c-works:nth-of-type(odd) .c-works_read {
    padding-top: 40px;
  }
}
@media all and (min-width: 751px) {
  .works .c-works:nth-of-type(odd) .c-works_read {
    width: 48.5%;
    position: absolute;
    bottom: 15px;
    left: 0;
    font-size: 14px;
  }
}
.works .slick-dots {
  bottom: -50px;
}
.works .slick-dots li button {
  width: 9px;
  height: 6px;
  background: #c4c4c4;
  padding: 0;
}
.works .slick-dots li button::before {
  content: "";
  width: 9px;
  height: 6px;
  border: 4px solid transparent;
  border-bottom: 4px solid #c4c4c4;
  top: -8px;
  left: 0;
  opacity: 1;
}
.works .slick-dots li.slick-active button {
  background: #9A855F;
}
.works .slick-dots li.slick-active button::before {
  border-bottom-color: #9A855F;
  opacity: 1;
}
.works .slide-arrow {
  width: 35px;
  height: 35px;
  border-radius: 2px;
  position: absolute;
  top: 100%;
  margin: 10px 0 0;
  z-index: 10;
}
.works .prev-arrow {
  background: url(../images/lp/arrow_left.svg) no-repeat center #F4EDE7;
  left: 20px;
}
.works .next-arrow {
  background: url(../images/lp/arrow_right.svg) no-repeat center #F4EDE7;
  right: 20px;
}

/*----------------------------------------------------
flow
----------------------------------------------------*/
@media all and (min-width: 751px) {
  .flow {
    margin-bottom: 150px;
  }
}
@media all and (max-width: 750px) {
  .flow .section_title {
    margin-bottom: 70px;
  }
}
.flow .flow-list {
  counter-reset: item;
  overflow: hidden;
}
.flow .flow-list-item {
  border-bottom: 1px solid #DBD4D0;
  counter-increment: item;
  position: relative;
}
.flow .flow-list-item:first-of-type .flow-list-wrap {
  padding-top: 0;
}
.flow .flow-list-item:first-of-type::before {
  top: 15px;
}
.flow .flow-list-item:first-of-type::after {
  top: 0;
}
.flow .flow-list-item:last-of-type {
  border-bottom: none;
}
.flow .flow-list-item:last-of-type .flow-list-wrap::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 15px;
  height: 100%;
  background: #FAF6F2;
}
@media all and (min-width: 751px) {
  .flow .flow-list-item:last-of-type .flow-list-wrap::after {
    width: 100%;
  }
}
.flow .flow-list-item::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  color: #9a855f;
  padding: 9px 0;
  background: #faf6f2;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.02em;
  z-index: 10;
  top: 49px;
}
@media all and (min-width: 751px) {
  .flow .flow-list-item::before {
    left: 39px;
    top: 65px;
    padding: 13px 0;
  }
}
.flow .flow-list-item::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #9a855f;
  border-radius: 50%;
  position: absolute;
  top: 34px;
  left: 1px;
}
@media all and (min-width: 751px) {
  .flow .flow-list-item::after {
    top: 50px;
    left: 40px;
  }
}
.flow .flow-list-item .flow-list-wrap {
  position: relative;
  padding: 35px 0 35px 45px;
}
@media all and (min-width: 751px) {
  .flow .flow-list-item .flow-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0 50px 120px;
  }
}
.flow .flow-list-item .flow-list-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  width: 1px;
  height: 100%;
  background: #9a855f;
}
@media all and (min-width: 751px) {
  .flow .flow-list-item .flow-list-wrap:before {
    left: 47px;
  }
}
.flow .flow-list-item .flow-list-title {
  font-weight: normal;
  font-size: 15px;
  z-index: 10;
}
@media all and (max-width: 750px) {
  .flow .flow-list-item .flow-list-title {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 751px) {
  .flow .flow-list-item .flow-list-title {
    font-size: 17px;
  }
}
.flow .flow-list-item .flow-list-read {
  z-index: 10;
}
@media all and (min-width: 751px) {
  .flow .flow-list-item .flow-list-read {
    max-width: 700px;
    margin-left: 10.42%;
  }
}

/*----------------------------------------------------
faq
----------------------------------------------------*/
@media all and (max-width: 750px) {
  .faq {
    padding-top: 90px;
  }
}
@media all and (min-width: 751px) {
  .faq {
    margin-bottom: 160px;
  }
}
.faq .faq-wrap {
  background: #F4EDE7;
  border-radius: 6px;
  padding: 40px 25px;
}
@media all and (min-width: 751px) {
  .faq .faq-wrap {
    padding: 90px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.faq .section_title {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .faq .section_title {
    text-align: left;
  }
}
@media all and (min-width: 751px) {
  .faq .section_title p {
    font-size: 50px;
    margin-bottom: 8px;
  }
}
.faq .section_title h2 {
  line-height: 1.8;
  font-size: 16px;
}
@media all and (min-width: 751px) {
  .faq .faq-box {
    width: 75.67%;
    max-width: 800px;
  }
}
.faq .faq-list {
  border-top: 1px solid #DBD4D0;
}
.faq .faq-list-item {
  border-bottom: 1px solid #DBD4D0;
}
.faq .faq-list-q {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding: 20px 30px 20px 0;
  line-height: 1.8;
}
@media all and (min-width: 751px) {
  .faq .faq-list-q {
    cursor: pointer;
    padding: 30px 50px 30px 10px;
  }
}
.faq .faq-list-q::before {
  content: "＋";
  position: absolute;
  top: 24px;
  right: 0;
  background: #9a855f;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
@media all and (min-width: 751px) {
  .faq .faq-list-q::before {
    top: 31px;
    right: 10px;
    width: 26px;
    height: 26px;
    line-height: 25px;
  }
}
.faq .faq-list-q.on::before {
  content: "−";
}
.faq .faq-list-a {
  display: none;
  padding: 0 0 20px 0;
}
@media all and (min-width: 751px) {
  .faq .faq-list-a {
    padding: 0px 50px 30px 10px;
  }
}

/*----------------------------------------------------
studio
----------------------------------------------------*/
@media all and (max-width: 750px) {
  .studio {
    padding-top: 90px;
  }
}
@media all and (min-width: 751px) {
  .studio {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 751px) {
  .studio .studio-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.studio .studio-box .studio-box-left {
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
@media all and (min-width: 751px) {
  .studio .studio-box .studio-box-left {
    width: 59.83%;
  }
}
@media all and (max-width: 750px) {
  .studio .studio-box .studio-box-right {
    padding: 40px 0 50px;
  }
}
@media all and (min-width: 751px) {
  .studio .studio-box .studio-box-right {
    margin-left: 90px;
  }
}
@media all and (max-width: 750px) {
  .studio .section_title {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 751px) {
  .studio .section_title {
    text-align: left;
  }
}
@media all and (min-width: 751px) {
  .studio .section_title p {
    font-size: 50px;
    margin-bottom: 8px;
  }
}
.studio .section_title h2 {
  line-height: 1.8;
  font-size: 16px;
}
.studio .studio-address {
  margin-bottom: 20px;
}
@media all and (max-width: 750px) {
  .studio .studio-address {
    text-align: center;
  }
}
.studio .studio-address p {
  list-style: none;
}
.studio .studio-tel {
  margin-bottom: 25px;
}
@media all and (max-width: 750px) {
  .studio .studio-tel {
    text-align: center;
  }
}
@media all and (min-width: 751px) {
  .studio .studio-tel {
    margin-bottom: 30px;
  }
}
.studio .studio-tel a {
  font-size: 24px;
}
@media all and (min-width: 751px) {
  .studio .studio-tel a {
    text-decoration: none;
    pointer-events: none;
    font-size: 27px;
  }
}
.studio .studio-tel a span {
  font-size: 16px;
}
@media all and (min-width: 751px) {
  .studio .studio-tel a span {
    font-size: 19px;
  }
}
@media all and (max-width: 750px) {
  .studio .common_bt {
    text-align: center;
  }
}
.studio .common_bt a {
  text-decoration: none;
  background-color: #4B463E;
  color: #fff;
  padding: 9px 34px 9px 30px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.02em;
  position: relative;
}
@media (hover: hover) {
  .studio .common_bt a:hover {
    background-color: rgba(75, 70, 62, 0.9);
  }
  .studio .common_bt a:hover::after {
    -webkit-animation: moveArrow 0.4s ease;
            animation: moveArrow 0.4s ease;
  }
  @-webkit-keyframes moveArrow {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(4px, -4px);
              transform: translate(4px, -4px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  @keyframes moveArrow {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(4px, -4px);
              transform: translate(4px, -4px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
}
.studio .common_bt a::after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  width: 12px;
  height: 12px;
  background: url(../images/lp/arrow.svg) no-repeat;
  background-size: 12px auto;
}

/*----------------------------------------------------
map
----------------------------------------------------*/
.map .map-wrap {
  position: relative;
  aspect-ratio: 375/270;
  width: 100%;
  max-height: 270px;
  overflow: hidden;
}
@media all and (min-width: 751px) {
  .map .map-wrap {
    aspect-ratio: 16/9;
    max-height: 540px;
  }
}
.map .map-wrap iframe {
  width: 100%;
  border: 0;
  -webkit-filter: grayscale(100%) brightness(1) contrast(1);
          filter: grayscale(100%) brightness(1) contrast(1);
  height: -webkit-fill-available;
}
.map .map-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(244, 237, 231, 0.5);
  mix-blend-mode: multiply;
}

/*----------------------------------------------------
reservation
----------------------------------------------------*/
.reservation {
  padding: 90px 0;
}
@media all and (min-width: 1201px) {
  .reservation {
    padding: 160px 0 185px;
  }
}
@media all and (min-width: 1201px) {
  .reservation .section_title {
    margin-bottom: 50px;
  }
}
.reservation .reservation-lead {
  margin-bottom: 50px;
}
@media all and (min-width: 1201px) {
  .reservation .reservation-lead {
    text-align: center;
    margin-bottom: 70px;
  }
}
@media all and (min-width: 1201px) {
  .reservation .reservation-lead p {
    font-size: 15px;
  }
}
@media all and (min-width: 1201px) {
  .reservation .reservation-form {
    padding: 0 130px;
  }
}
.reservation .reservation-form dl {
  margin-bottom: 20px;
}
@media all and (min-width: 1201px) {
  .reservation .reservation-form dl {
    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: 100%;
    margin-bottom: 35px;
  }
}
.reservation .reservation-form dl dt {
  font-size: 14px;
}
@media all and (max-width: 1200px) {
  .reservation .reservation-form dl dt {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1201px) {
  .reservation .reservation-form dl dt {
    font-size: 16px;
    width: 20%;
  }
}
.reservation .reservation-form dl dd {
  width: 100%;
}
@media all and (min-width: 1201px) {
  .reservation .reservation-form dl dd {
    width: 75.58%;
  }
}
.reservation .reservation-form .required {
  background: #9a855f;
  border: 1px solid #9A855F;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  margin-right: 10px;
  font-size: 11px;
  padding: 0 8px;
}
@media all and (min-width: 751px) {
  .reservation .reservation-form .required {
    line-height: 1.5;
  }
}
@media all and (min-width: 751px) {
  .reservation .reservation-form .required {
    font-size: 13px;
    padding: 0 10px;
  }
}
.reservation .reservation-form .any {
  border: 1px solid #9A855F;
  color: #9a855f;
  border-radius: 2px;
  display: inline-block;
  margin-right: 10px;
  font-size: 11px;
  padding: 0 8px;
}
@media all and (min-width: 751px) {
  .reservation .reservation-form .any {
    line-height: 1.5;
  }
}
@media all and (min-width: 751px) {
  .reservation .reservation-form .any {
    font-size: 13px;
    padding: 0 10px;
  }
}
.reservation .reservation-form fieldset {
  border: none;
}
.reservation .reservation-form input[type=text], .reservation .reservation-form input[type=tel], .reservation .reservation-form input[type=email], .reservation .reservation-form input[type=date], .reservation .reservation-form textarea {
  border-radius: 6px;
  background: #f4ede7;
  width: 100%;
  border: none;
  padding: 20px 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .reservation .reservation-form input[type=text], .reservation .reservation-form input[type=tel], .reservation .reservation-form input[type=email], .reservation .reservation-form input[type=date], .reservation .reservation-form textarea {
    padding: 30px;
  }
}
.reservation .reservation-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 100%;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reservation .reservation-form select {
  border-radius: 6px;
  background: #f4ede7;
  width: 100%;
  border: none;
  padding: 20px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .reservation .reservation-form select {
    min-height: 82px;
    padding: 30px;
  }
}
.reservation .reservation-form .input_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.reservation .reservation-form .input_column .input_wrap {
  width: 50%;
}
.reservation .reservation-form .input_select .wpcf7-form-control::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.reservation .reservation-form .input_select .wpcf7-form-control.is-empty {
  color: #757575;
}
.reservation .reservation-form .input_select p {
  position: relative;
}
.reservation .reservation-form .input_select p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #4B463E;
  border-bottom: 1px solid #4B463E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 25px;
  top: 50%;
  background: #F4EDE7;
  margin-top: -8px;
  z-index: 2;
}
.reservation .reservation-form .privacy_read {
  margin: 50px 0 20px;
}
@media all and (min-width: 751px) {
  .reservation .reservation-form .privacy_read {
    margin: 50px 0 25px;
    text-align: center;
  }
}
.reservation .reservation-form .wpcf7-not-valid-tip {
  color: red;
  display: inline-block;
  margin-top: 7px;
}
.reservation .reservation-form .wpcf7-response-output {
  text-align: center;
  margin-top: 20px;
  color: red;
}
@media all and (min-width: 751px) {
  .reservation .reservation-form .privacy_check {
    text-align: center;
  }
}
@media all and (min-width: 751px) {
  .reservation .reservation-form .privacy_check > p {
    font-size: 16px;
  }
}
.reservation .reservation-form .privacy_check label {
  position: relative;
  padding-left: 65px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
.reservation .reservation-form .privacy_check label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 45px;
  height: 45px;
  background: #F4EDE7;
  border-radius: 4px;
  z-index: 1;
}
.reservation .reservation-form .privacy_check input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  margin: 0;
  z-index: 2;
}
.reservation .reservation-form .privacy_check input[type=checkbox]:checked ~ span::before {
  background-color: #0073aa;
  border-color: #0073aa;
}
.reservation .reservation-form .privacy_check input[type=checkbox]:checked ~ span::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: 15px;
  height: 30px;
  border-bottom: 6px solid #9A855F;
  border-right: 6px solid #9A855F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 3;
}
.reservation .reservation-form .privacy_check a {
  text-decoration: underline;
}
@media (hover: hover) {
  .reservation .reservation-form .privacy_check a:hover {
    text-decoration: none;
  }
}
.reservation .reservation-form .submit_btn {
  margin-top: 50px;
  text-align: center;
}
.reservation .reservation-form .submit_btn p {
  display: inline-block;
  position: relative;
  width: 100%;
}
@media all and (min-width: 751px) {
  .reservation .reservation-form .submit_btn p {
    width: 33.33%;
    min-width: 400px;
  }
}
.reservation .reservation-form .submit_btn p::after {
  content: "";
  background: url(../images/lp/arrow.svg) no-repeat;
  width: 16px;
  height: 12px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: calc(50% + 2.8em);
  margin-top: -24px;
}
@media (hover: hover) {
  .reservation .reservation-form .submit_btn p:hover::after {
    -webkit-animation: moveArrow 0.4s ease;
            animation: moveArrow 0.4s ease;
  }
  @-webkit-keyframes moveArrow {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(4px, -4px);
              transform: translate(4px, -4px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  @keyframes moveArrow {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(4px, -4px);
              transform: translate(4px, -4px);
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
}
.reservation .reservation-form .submit_btn p input[type=submit] {
  width: 100%;
  cursor: pointer;
  color: #fff;
  background: #4B463E;
  border: none;
  border-radius: 6px;
  padding: 20px;
  font-size: 16px;
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
.l-footer {
  background: #4B463E;
  padding: 20px;
}
@media all and (min-width: 751px) {
  .l-footer {
    padding: 40px 0;
  }
}
.l-footer p {
  color: #fff;
  text-align: center;
  font-size: 11px;
}

.form_move {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
@media all and (min-width: 751px) {
  .form_move {
    display: none;
  }
}
.form_move a {
  background: #9a855f;
  color: #fff;
  padding: 10px 30px 10px 15px;
  border-radius: 4px;
  position: relative;
}
.form_move a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin-top: -4px;
}

/*----------------------------------------------------
thanks
----------------------------------------------------*/
.thanks {
  height: calc(100vh - 101px);
  padding-top: 60px;
}
@media all and (min-width: 751px) {
  .thanks {
    padding-top: 130px;
  }
}
.thanks .section_title p {
  font-size: 50px;
}
@media all and (min-width: 751px) {
  .thanks .section_title p {
    font-size: 70px;
  }
}
.thanks .section_title h1 {
  font-weight: normal;
  font-size: 18px;
}
@media all and (min-width: 751px) {
  .thanks .section_title h1 {
    font-size: 20px;
  }
}
@media all and (min-width: 751px) {
  .thanks p {
    text-align: center;
  }
}
.thanks .common_bt {
  text-align: center;
  margin-top: 60px;
}
.thanks .common_bt a {
  min-width: 250px;
  display: inline-block;
}
@media all and (min-width: 751px) {
  .thanks .common_bt a {
    min-width: 400px;
  }
}
@media (hover: hover) {
  .thanks .common_bt a:hover span::after {
    -webkit-animation: moveArrow 0.4s ease;
            animation: moveArrow 0.4s ease;
  }
}
.thanks .common_bt a span {
  padding: 0 0 0 12px;
}
@keyframes moveArrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(4px, -4px);
            transform: translate(4px, -4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.thanks .common_bt a span::after {
  content: "";
  display: inline-block;
  margin: 0 0px 1px 7px;
  width: 12px;
  height: 12px;
  background: url(../images/lp/arrow.svg) no-repeat;
  background-size: 12px auto;
}