@charset "UTF-8";
a, ins {
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, button, img, input, select, textarea {
  margin: 0;
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  width: 100%;
} /*========================================
break point
========================================*/
@media (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*========================================
Content Switching
========================================*/
.sp-content_hidden {
  display: none !important;
}
@media (max-width: 600px) {
  .sp-content_hidden {
    display: block !important;
  }
}

.tab-content_hidden {
  display: block !important;
}
@media (max-width: 600px) {
  .tab-content_hidden {
    display: none !important;
  }
}

.sptab-content_hidden {
  display: none !important;
}
@media (max-width: 1024px) {
  .sptab-content_hidden {
    display: block !important;
  }
}

.pc-content_hidden {
  display: block !important;
}
@media (max-width: 1024px) {
  .pc-content_hidden {
    display: none !important;
  }
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

main {
  position: relative;
  overflow: hidden;
}

* {
  word-break: normal !important;
  word-wrap: break-word;
  box-sizing: border-box;
}

a {
  color: #242E2C;
}

img {
  vertical-align: bottom;
}

picture {
  display: block;
}

main {
  display: block;
  overflow: hidden;
}

.u-red {
  color: #C75858;
  font-weight: bold;
}

button, input, select, textarea {
  font-family: inherit;
}

input, textarea {
  font-size: 18px;
  color: #242E2C;
}

input[type=text], input[type=mail], input[type=email], input[type=tel], input[type=number], select, textarea {
  width: 100%;
  padding: 6px 22px;
  font-size: 1.8rem;
  line-height: 1.8;
  background-color: #F6F3FC;
  border: 1px solid #333;
}

select {
  width: 100%;
  padding: 6px 22px;
  box-sizing: border-box;
  background-color: #F6F3FC;
  border: 1px solid #333;
}

textarea {
  width: 100%;
  height: 106px;
  margin: 0 0 0 0;
  padding: 12px 22px;
  box-sizing: border-box;
}

select {
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

.radio_ar {
  padding: 16px 0;
}

.radio01-input {
  display: none;
}

.radio01-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.radio01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio01-input:checked + .radio01-parts {
  color: #474747;
}

.radio01-input:checked + .radio01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 11px;
  height: 11px;
  background: #474747;
  border-radius: 50%;
}

/* submit botton setting */
.contact-form_btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.form-btn-submit {
  width: 40%;
  margin: 0 auto 0 30%;
  padding: 12px 0;
  font-size: 1.4rem;
  color: #cb5428;
  border: 2px solid #cb5428;
  border-radius: 50px;
  background: #fff;
  transition: 0.4s;
}

.form-btn-submit:hover, .form-btn-submit:focus {
  color: #fff;
  background: #cb5428;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s;
}

.form-btn-submit-off {
  width: 40%;
  margin: 0 auto 0 30%;
  padding: 12px 0;
  font-size: 1.4rem;
  color: #AAAAAA;
  border: 1px solid #AAAAAA;
  border-radius: 50px;
  background: #fff;
}

.form-btn-submit-back {
  width: auto;
  margin: 0 10px;
  padding: 12px 0;
  font-size: 1.4rem;
  border: 1px solid #fff;
  position: absolute;
  top: 30px;
  left: 16%;
}

.form-btn-submit-back:hover {
  color: #fff;
  background: #999;
  cursor: pointer;
}

.form-btn_wide, .form-btn_half {
  width: 30%;
}

.form-btn_error {
  background: #ffe8e8 !important;
  border: 2px solid #f00 !important;
}

/* chack box setting */
input[type=checkbox] {
  display: none;
}

.ck-box {
  position: relative;
  display: inline-block;
  padding: 3px 13px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ck-box::before, .ck-box::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ck-box::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #787878;
  border-radius: 3px;
}

.ck-box::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

.ck-box:hover::before {
  background: #cb5428;
}

input[type=checkbox]:checked + .ck-box::before {
  background: #cb5428;
  border: 1px solid #cb5428;
}

input[type=checkbox]:checked + .ck-box::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

/* Chrome */
::-webkit-input-placeholder {
  color: #AAAAAA;
}

/* Firefox */
::-moz-placeholder {
  color: #AAAAAA;
}

/* IE */
:-ms-input-placeholder {
  color: #AAAAAA;
}

/* Edge */
::-ms-input-placeholder {
  color: #AAAAAA;
}

.p-formItemAdress__box input:first-child {
  margin-bottom: 10px;
}
.p-formItemAdress__box > .p-formItemAdress__input01 {
  margin-bottom: 10px;
  width: 200px;
}
@media (max-width: 1024px) {
  .p-formItemAdress__box > .p-formItemAdress__input01 {
    width: 100%;
  }
}

.p-formItem__shopSelect,
.p-formItem__familySelect {
  width: 300px;
}
@media (max-width: 1024px) {
  .p-formItem__shopSelect,
  .p-formItem__familySelect {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .p-formItem__shopSelect select,
  .p-formItem__familySelect select {
    font-size: 1.4rem;
  }
}

.p-formItemDatepicker__input {
  position: relative;
  width: 300px;
}
@media (max-width: 1024px) {
  .p-formItemDatepicker__input {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .p-formItemDatepicker__input input::placeholder {
    font-size: 1.4rem;
  }
}
.p-formItemDatepicker__input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 15px;
  height: 17px;
  background-image: url(../images/icon_calender.svg);
  pointer-events: none;
}
.p-formItemDatepicker__input > input::placeholder {
  color: #333;
}

.p-formRadio {
  padding-top: 14px;
}
.p-formRadio__item {
  display: inline-block;
  padding-bottom: 5px;
}
@media (max-width: 1024px) {
  .p-formRadio__item {
    display: block;
  }
}
.p-formRadio__item:not(:last-child) {
  margin-right: 22px;
}
@media (max-width: 1024px) {
  .p-formRadio__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.p-formRadioItem__label {
  position: relative;
  padding-left: 30px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .p-formRadioItem__label {
    display: inline-block;
    padding-left: 26px;
  }
}
.p-formRadioItem__label::before, .p-formRadioItem__label::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.p-formRadioItem__label::before {
  border: 1px solid #C6D6D2;
  background: #fff;
  left: 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) {
  .p-formRadioItem__label::before {
    width: 16px;
    height: 16px;
  }
}
.p-formRadioItem__label::after {
  display: none;
  left: 4.5px;
  width: 12.5px;
  height: 12.5px;
  background: #6E8D86;
  transition: 0.2s;
}
@media (max-width: 1024px) {
  .p-formRadioItem__label::after {
    left: 5px;
    width: 8px;
    height: 8px;
  }
}
input[type=radio]:checked + .p-formRadioItem__label::after {
  display: block;
}

.js-up {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.3s ease-in-out, transform 1s ease-in-out;
}
.js-up.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.bnrWrapper {
  padding: 20px;
  background-color: #F6F3FC;
}

.mb-20 {
  margin-bottom: 2rem;
}

.l-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box;
}
@media (max-width: 1024px) {
  .l-inner {
    max-width: 650px;
    padding: 0 20px;
  }
}

.c-btn {
  display: block;
  padding: 18px 43px;
  background-color: #EB842C;
  border-radius: 35px;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  border: 2px solid transparent;
  cursor: pointer;
}
.c-btn span {
  transition: opacity 0.3s ease;
}
@media (min-width: 1025px) {
  .c-btn {
    transition: all 0.3s ease;
  }
  .c-btn:hover {
    background-color: #fff;
    color: #EB842C;
    border: 2px solid #EB842C;
  }
}

.section__ttlWrapper {
  position: relative;
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  .section__ttlWrapper {
    padding-top: 20px;
  }
}
.section__ttlWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 150px;
  height: 16px;
  background-image: url(../images/deco_ttl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1024px) {
  .section__ttlWrapper::after {
    width: 92px;
    height: 10px;
  }
}
.section__ttlEn {
  display: block;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-family: "Lora", serif;
  color: #BAA426;
  letter-spacing: 0.2em;
}
@media (max-width: 1024px) {
  .section__ttlEn {
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
  }
}
.section__ttlJa {
  font-size: 3.8rem;
  color: #6E8D86;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .section__ttlJa {
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
}
.section__ttlJa span.under-dot {
  position: relative;
  display: inline-block;
  font-size: 4.4rem;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .section__ttlJa span.under-dot {
    padding-bottom: 6px;
    font-size: 2.5rem;
    letter-spacing: 0.06em;
  }
}
.section__ttlJa span.under-dot:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #9CCCC2;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .section__ttlJa span.under-dot:after {
    bottom: 0;
    width: 6px;
    height: 6px;
  }
}
.section__ttlJa.--color {
  color: #fff;
}
.section__ttlJa.--color span.under-dot::after {
  background-color: #F8EEB6;
}
.section__ttlJa span.txt-l {
  font-size: 4.4rem;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .section__ttlJa span.txt-l {
    font-size: 2.5rem;
    letter-spacing: 0.06em;
  }
}
.sectionContents__ttl {
  margin-bottom: 5rem;
  font-size: 3.8rem;
  color: #BAA426;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .sectionContents__ttl {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.sectionContents__txt {
  font-size: 1.8rem;
  color: #242E2C;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media (max-width: 1024px) {
  .sectionContents__txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.sectionContents__txt span.txt-bold {
  font-weight: bold;
}
.sectionContents__txt span.under-line {
  position: relative;
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(156, 204, 194, 0.56) 70%);
  font-size: 2rem;
  color: #32554E;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media (max-width: 1024px) {
  .sectionContents__txt span.under-line {
    display: inline;
    font-size: 1.8rem;
  }
}

.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.js-s-text span {
  display: inline-block;
  filter: blur(5px);
  opacity: 0;
  transform: translateY(0.3em);
  transition-duration: 0.6s;
  transition-property: filter, transform, opacity;
}

.js-s-text.is-active span {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}

.js-movetext span {
  opacity: 0;
}

.js-movetext.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes under-line {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  background-color: #fff;
  z-index: 10000000000000000;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1025px) {
  .header {
    height: 90px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .header__inner {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1180px) {
  .header__inner {
    padding: 16px;
  }
}
.headerNav {
  display: none;
}
@media (min-width: 1025px) {
  .headerNav {
    display: flex;
    align-content: center;
    height: inherit;
  }
  .headerNav__inner {
    display: flex;
    align-items: center;
  }
  .headerNav__items {
    display: flex;
    height: 100%;
  }
  .headerNav__item {
    margin-right: 30px;
    display: flex;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1024px) and (max-width: 1180px) {
  .headerNav__item {
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  .headerNav__item a {
    position: relative;
    display: flex;
    align-items: center;
    height: inherit;
    letter-spacing: 0;
    transition: opacity 0.3s ease;
  }
  .headerNav__item a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 1025px) {
  .headerNav__item.is-active a {
    font-weight: bold;
  }
  .headerNav__item.is-active a::after {
    width: 100%;
  }
}
.headerNavSp {
  position: fixed;
  top: 0;
  right: -200%;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  background: #fff;
  z-index: 100000000;
  transition: all 0.3s ease;
  overflow-y: scroll;
}
.headerNavSp.is-open {
  right: 0;
}
.headerNavSp__inner {
  padding-top: 80px;
  width: 100vw;
}
.headerNavSp__items {
  margin-bottom: 40px;
}
.headerNavSp__item {
  border-bottom: 1px solid #373299;
}
.headerNavSp__item a {
  display: block;
  font-size: 20px;
  padding: 20px 0;
  padding-left: 32px;
  font-weight: bold;
}
.headerNavSp__btn {
  font-size: 20px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.headerNavSp__btnWrapper {
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  border-radius: 35px;
  padding: 0 10px;
}
.headerNavSpOpenBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #373299 !important;
}
@media (min-width: 1025px) {
  .headerNavSpOpenBtn {
    display: none;
  }
}
.headerNavSpOpenBtn span {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.headerNavSpOpenBtn span:nth-child(1) {
  top: 32%;
}
.headerNavSpOpenBtn span:nth-child(3) {
  top: 68%;
}
.headerNavSpOpenBtn.is-open span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.headerNavSpOpenBtn.is-open span:nth-child(2) {
  display: none;
}
.headerNavSpOpenBtn.is-open span:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-315deg);
}
.header__logo {
  width: 152px;
}
.header__logo a {
  display: block;
}
@media (min-width: 1025px) {
  .header__logo {
    width: 17vw;
    max-width: 220px;
    transition: opacity 0.3s ease;
  }
  .header__logo:hover {
    opacity: 0.6;
  }
}
.header__txt {
  width: 288px;
}
@media (max-width: 1024px) {
  .header__txt {
    width: 200px;
  }
}
.header__btnWrapper {
  width: 260px;
}
@media (max-width: 1024px) {
  .header__btnWrapper {
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .header__btnWrapper {
    width: 100px;
  }
}
.header__btnWrapper a {
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1024px) {
  .header__btnWrapper a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 0 0.8rem;
    font-size: 1rem;
    align-content: center;
  }
  .header__btnWrapper a span {
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 1024px) {
  .header__btnWrapper a img {
    width: 23px;
    height: 17px;
    margin: 0 auto;
    padding-bottom: 5px;
    box-sizing: content-box;
  }
}
.header__btnWrapper a:hover span {
  opacity: 0.6;
}

.footer {
  position: relative;
  padding: 40px 0;
  background-color: #373299;
  z-index: 5555560;
}
.footer__right {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.mv {
  position: relative;
  padding-top: 60px;
}
@media (min-width: 1025px) {
  .mv {
    padding-top: 90px;
  }
}

.stickyBtn {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  font-size: 20px;
  z-index: 500000;
  letter-spacing: 0.06em;
  text-align: center;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.stickyBtnWrapper {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  z-index: 5555555;
  padding: 0 10px;
}
@media (min-width: 1025px) {
  .stickyBtnWrapper {
    left: unset;
    right: 20px;
    bottom: 20px;
    transform: translate(0, 0);
    max-width: 440px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .stickyBtnWrapper {
    width: 360px;
  }
}
.stickyBtn span {
  position: relative;
  display: inline-block;
  padding-right: 27px;
}
.stickyBtn span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -32%);
  border-top: 14px solid #fff;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}
@media (min-width: 1025px) {
  .stickyBtn {
    font-size: 28px;
    padding: 22px 0;
  }
  .stickyBtn span {
    padding-right: 33px;
  }
  .stickyBtn span::after {
    transform: translate(0, -30%);
    border-top: 20px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    transition: all 0.3s ease;
  }
  .stickyBtn:hover span::after {
    border-top: 20px solid #EB842C;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .stickyBtn {
    font-size: 23px;
  }
}

.bg-colored {
  background-color: #F6F3FC;
}

.l-section {
  padding: 80px 0;
}
.l-section__ttl {
  margin-bottom: 24px;
  font-size: 24px;
  font-size: bold;
  letter-spacing: 0.06em;
  color: #373299;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 1025px) {
  .l-section__ttl {
    margin-bottom: 48px;
    font-size: 40px;
  }
  .l-section__ttl .fz-s {
    display: inline;
    font-size: 32px;
  }
}
.l-section__ttl > span {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.l-section__ttl > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #373299;
}

.p-about {
  padding: 80px 0;
}
.p-about__inner {
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .p-about__items {
    display: flex;
  }
}
.p-aboutItem {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 10px;
}
.p-aboutItem:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .p-aboutItem {
    width: calc(33% - 16px);
  }
  .p-aboutItem:not(:last-child) {
    margin-bottom: 0;
  }
  .p-aboutItem:not(:last-child) {
    margin-right: 24px;
  }
}
.p-aboutItem__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .p-aboutItem__inner {
    flex-direction: column;
    max-width: none;
    padding: 48px 16px;
  }
}
.p-aboutItem__ttl {
  width: calc(100% - 120px);
  font-size: 18px;
  text-align: center;
  margin-right: 13px;
}
@media (min-width: 1025px) {
  .p-aboutItem__ttl {
    width: 100%;
    margin-bottom: 34px;
    margin-right: 0;
    font-size: 32px;
    font-weight: normal;
  }
  .p-aboutItem__ttl span {
    font-size: 28px;
  }
}
.p-aboutItem__img {
  width: 107px;
}
@media (min-width: 1025px) {
  .p-aboutItem__img {
    width: 190px;
  }
}

.p-hook {
  padding-top: 30px;
}
@media (min-width: 1025px) {
  .p-hook {
    padding-top: 80px;
  }
}
@media (min-width: 1025px) {
  .p-hook__items {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-hook__item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.p-hook__item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .p-hook__item {
    width: calc(50% - 20px);
    max-width: none;
  }
  .p-hook__item:nth-child(1), .p-hook__item:nth-child(2) {
    margin-bottom: 48px;
  }
  .p-hook__item:nth-child(odd) {
    margin-right: 40px;
  }
}

.p-voice {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 1025px) {
  .p-voice {
    padding: 134px 0 80px;
  }
}
.p-voice::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 56px solid #fff;
  border-right: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 32px solid transparent;
}
.p-voiceItem {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
}
.p-voiceItem:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .p-voiceItem {
    max-width: 960px;
  }
}
.p-voiceItem__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px 24px 40px;
}
@media (min-width: 1025px) {
  .p-voiceItem__inner {
    flex-direction: row;
    padding: 38px 54px 38px 44px;
  }
}
.p-voiceItem__img {
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .p-voiceItem__img {
    margin-right: 34px;
  }
}
@media (min-width: 1025px) {
  .p-voiceItemContents {
    width: calc(100% - 154px);
  }
}
.p-voiceItemContents__ttl {
  margin-bottom: 12px;
  font-size: 18px;
  color: #373299;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 1025px) {
  .p-voiceItemContents__ttl {
    margin-bottom: 16px;
    text-align: left;
  }
}
.p-voiceItemContents__txt {
  font-size: 16px;
}

.p-intro {
  padding-bottom: 100px;
}
.p-intro__inner {
  padding: 0 20px;
  max-width: 600px;
}
@media (min-width: 1025px) {
  .p-intro__inner {
    max-width: 1080px;
  }
}
.p-introContentsWrapper {
  position: relative;
  background-color: #fff;
  border: 3px solid #333333;
  margin-right: 8px;
  padding: 32px 20px 40px;
  line-height: 1.6;
}
@media (min-width: 1025px) {
  .p-introContentsWrapper {
    padding-top: 40px;
    margin-right: 30px;
  }
}
.p-introContentsWrapper::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -10px;
  width: 100%;
  height: calc(100% + 4px);
  background-color: #373299;
  z-index: -1;
}
@media (min-width: 1025px) {
  .p-introContentsWrapper::after {
    top: 23px;
    right: -23px;
  }
}
.p-introContentsWrapper dl {
  margin-bottom: 32px;
}
.p-introContentsWrapper dt {
  width: 100%;
  margin-bottom: 14px;
  padding: 8px;
  background-color: #373299;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media (min-width: 1025px) {
  .p-introContentsWrapper dt {
    font-size: 18px;
    padding: 8px;
  }
}
.p-introContentsWrapper dd {
  padding-left: 1em;
}
@media (min-width: 1025px) {
  .p-introContentsWrapper dd {
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .p-introContents01 {
    display: flex;
  }
}
.p-introContents01TxtName {
  position: relative;
  display: flex;
  align-items: bottom;
  margin-bottom: 14px;
  padding-bottom: 14px;
  color: #373299;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .p-introContents01TxtName {
    width: fit-content;
    margin-bottom: 24px;
  }
}
.p-introContents01TxtName::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #373299;
}
.p-introContents01TxtName__ja {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
}
@media (min-width: 1025px) {
  .p-introContents01TxtName__ja {
    margin-right: 14px;
    font-size: 40px;
  }
}
.p-introContents01TxtName__en {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 1025px) {
  .p-introContents01TxtName__en {
    line-height: 1.6;
    vertical-align: sub;
  }
}
@media (min-width: 1025px) {
  .p-introContents01Txt {
    width: calc(100% - 370px + 70px);
    margin-left: -70px;
    padding-right: 30px;
  }
}
.p-introContents01__img {
  max-width: 450px;
  margin: 0 auto 24px;
  padding: 0 5px;
}
@media (min-width: 1025px) {
  .p-introContents01__img {
    width: 370px;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .p-introContents01 dl {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  .p-introContents01 dt {
    width: 142px;
    margin-right: 16px;
  }
}
@media (min-width: 1025px) {
  .p-introContents01 dd {
    width: calc(100% - 158px);
  }
  .p-introContents01 dd.pc-flex {
    display: flex;
  }
  .p-introContents01 dd.pc-flex ul:nth-child(1) {
    margin-right: 30px;
  }
}
@media (min-width: 1025px) {
  .p-introContents02 {
    padding: 0 30px;
  }
}
.p-introContents02 dl:last-child {
  margin-bottom: 0;
}
.p-introContents02 dt {
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .p-introContents02 dt {
    width: 142px;
  }
}
@media (min-width: 1025px) {
  .p-introContents02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-introContents02 li {
  max-width: 400px;
  margin: 0 auto;
}
.p-introContents02 li:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .p-introContents02 li {
    width: 300px;
    margin: 0;
  }
  .p-introContents02 li:not(:last-child) {
    margin-bottom: 32px;
  }
}

.p-program {
  padding-top: 0;
}
.p-program picture {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .p-program picture {
    max-width: 984px;
  }
}

.p-faqItem {
  padding: 24px 0;
}
.p-faqItem:not(:last-child) {
  border-bottom: 1px dashed #373299;
}
.p-faqItem:first-child {
  padding-top: 0;
}
.p-faqItem:last-child {
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .p-faqItem {
    padding: 32px 30px;
  }
}
.p-faqItem dl {
  display: flex;
}
.p-faqItem dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.p-faqItem dd {
  display: flex;
  background-color: #fff;
  width: calc(100% - 50px);
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .p-faqItem dd {
    padding: 16px 14px;
    font-size: 18px;
  }
}
.p-faqItem__q {
  margin-bottom: 14px;
}
.p-faqItem__q dt {
  background-color: #373299;
}
.p-faqItem__a dt {
  background-color: #C75858;
}

.p-contact {
  position: relative;
  z-index: 5555560;
  background-color: #fff;
}

.p-contactConfirm .p-formItem__box {
  width: 100%;
  padding: 6px 22px;
  font-size: 1.8rem;
  line-height: 1.8;
  background-color: #F6F3FC;
}
.p-contactConfirm .p-formItem__select:after {
  display: none;
}

.is-open.faqItem__q .faqItem__btn::before {
  transform: translate(-50%, -50%) rotate(270deg);
}

.p-form__items {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .p-form__items {
    max-width: 720px;
  }
}
.p-form__item {
  position: relative;
}
.p-formItem:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .p-formItem:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-formItem__name {
  position: relative;
  padding: 0;
  font-size: 1.8rem;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
  padding-left: 18px;
}
.p-formItem__name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #373299;
  width: 10px;
  height: 10px;
}
.p-formItem__box--name P {
  display: flex;
}
.p-formItem__box--name span:first-child {
  margin-right: 15px;
}
.p-formItemZipBox__input {
  display: inline-block;
  width: 200px;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .p-formItemZipBox__input {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.p-formItemZipBox__search {
  position: relative;
  display: inline-block;
  padding: 6px 30px 6px 10px;
  background-color: #fff;
  border: 1px solid #373299;
  color: #373299;
  vertical-align: top;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .p-formItemZipBox__search {
    width: 200px;
    font-size: 1.2rem;
  }
}
.p-formItemZipBox__search::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
.p-formItemSelectBox {
  position: relative;
}
.p-formItemSelectBox::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
.p-formItem__error {
  font-size: 1.2rem;
  color: #AC3030;
  letter-spacing: 0.05em;
}
.p-formItem__ex {
  font-size: 1.2rem;
  color: #6E8D86;
  letter-spacing: 0.05em;
}
.p-formItem__select {
  position: relative;
}
.p-formItem__select::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 20px;
  border-top: 18px solid #333333;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}
.p-formItem__btn {
  width: 100%;
  border-radius: 36px !important;
  background-color: #373299 !important;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  font-weight: bold;
}
.p-formItem__btnWrapper {
  margin: 60px auto 0;
  max-width: 420px;
  width: 100%;
}
@media (min-width: 1025px) {
  .p-formItem__btnWrapper {
    margin-top: 80px;
  }
}
@media (min-width: 1025px) {
  .p-formItem__btn {
    font-size: 28px;
  }
  .p-formItem__btn:hover {
    color: #373299;
    border: 2px solid #373299;
    background-color: #fff !important;
  }
}
.p-formItem__btnBack {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #707070;
  color: #555555;
  font-size: 20px;
}
.p-formItem__btnBackWrapper {
  width: 100%;
  max-width: 420px;
  margin-top: 14px;
}
@media (min-width: 1025px) {
  .p-formItem__btnBackWrapper {
    max-width: 300px;
    width: 90%;
  }
}
@media (min-width: 1025px) {
  .p-formItem__btnBack {
    font-size: 24px;
  }
  .p-formItem__btnBack:hover {
    background-color: #707070;
    color: #fff;
    border: 2px solid #707070;
  }
}
.p-formCheck {
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .p-formCheck {
    margin-bottom: 3rem;
  }
}
.p-formCheckBox {
  text-align: center;
}
.p-formCheckBox__label {
  position: relative;
  padding-left: 31px;
  cursor: pointer;
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .p-formCheckBox__label {
    display: inline-block;
    font-size: 1.2rem;
    padding-bottom: 1em;
    padding-top: 1em;
  }
}
.p-formCheckBox__label::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  background-color: #EFEFEF;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .p-formCheckBox__label::before {
    top: 50%;
  }
}
.p-formCheckBox__label::after {
  content: "";
  position: absolute;
  display: none;
  height: 5px;
  width: 10px;
  top: 9px;
  left: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .p-formCheckBox__label::after {
    top: 50%;
    transform: translateY(-75%) rotate(-45deg);
  }
}
.p-formCheck__ttl {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  color: #32554E;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-formCheck__txtBox {
  box-sizing: border-box;
  height: 180px;
  margin-bottom: 2.6rem;
  padding: 22px;
  border: 1px solid #C6D6D2;
  overflow-y: scroll;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.p-form input[type=checkbox]:checked + .p-formCheckBox__label::after {
  display: block;
}
.p-form input[type=checkbox]:checked + .p-formCheckBox__label::before {
  background: #6E8D86;
}
.p-form .ck-box:hover::before {
  background: #cb5428;
}
.p-form__requireLabel {
  display: inline-block;
  width: 56px;
  margin-left: 14px;
  padding: 4px;
  background-color: #C75858;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}

.p-contactThanksWrapper {
  min-height: calc(100vh - 105px);
}
.p-contactThanks__txt {
  margin-bottom: 80px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 1025px) {
  .p-contactThanks__txt {
    font-size: 18px;
  }
}
.p-contactThanks__btn {
  font-size: 20px;
  background-color: #373299;
}
.p-contactThanks__btnWrapper {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .p-contactThanks__btn {
    font-size: 28px;
  }
  .p-contactThanks__btn:hover {
    border: 2px solid #373299;
    color: #373299;
  }
}

.contact {
  position: relative;
  padding: 8.4rem 0 10rem;
  background-color: #6E8D86;
  z-index: 2000;
}
@media (max-width: 1024px) {
  .contact {
    padding: 4.8rem 0 5rem;
  }
}
.contact::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 80px;
  height: 78px;
  background-image: url(../images/deco_ribbon.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
@media (max-width: 1024px) {
  .contact::before {
    width: 48px;
    height: 48px;
  }
}
.no-webp .contact::before {
  background-image: url(../images/deco_ribbon.png);
}
.contact::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 600px;
  background-image: url(../images/bg_contact.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .contact::after {
    background-image: url(../images/bg_contact_sp.png.webp);
  }
}
.no-webp .contact::after {
  background-image: url(../images/bg_contact.png);
}
@media (max-width: 1024px) {
  .no-webp .contact::after {
    background-image: url(../images/bg_contact_sp.png);
  }
}
.contact__inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .contact__inner {
    padding: 0 10px;
  }
}
.contact__inner::after {
  position: absolute;
  content: "";
  top: -8.4rem;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 100vw;
  height: 20px;
  background: radial-gradient(#F8EEB6, #BAA426);
  z-index: -1;
}
@media (max-width: 1024px) {
  .contact__inner::after {
    top: -4.8rem;
    height: 12px;
  }
}
.contact__ttlWrapper {
  margin-bottom: 5.6rem;
}
@media (max-width: 1024px) {
  .contact__ttlWrapper {
    margin-bottom: 4rem;
  }
}
.contactForm {
  background-color: #fff;
  border-radius: 24px;
  padding: 6rem 10rem 7.6rem;
}
@media (max-width: 1024px) {
  .contactForm {
    padding: 5rem 2.4rem;
  }
}
.contactForm__ttl {
  position: relative;
  padding-bottom: 75px;
  font-size: 3.8rem;
  color: #BAA426;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1024px) {
  .contactForm__ttl {
    padding-bottom: 44px;
    font-size: 2.5rem;
  }
}
.contactForm__ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 47px;
  background-image: url(../images/deco_contact.png.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1024px) {
  .contactForm__ttl::after {
    background-image: url(../images/deco_contact_sp.png.webp);
    height: 20px;
  }
}
.no-webp .contactForm__ttl::after {
  background-image: url(../images/deco_contact.png);
}
@media (max-width: 1024px) {
  .no-webp .contactForm__ttl::after {
    background-image: url(../images/deco_contact_sp.png);
  }
}
.contactForm__items {
  padding-top: 4.7rem;
}
@media (max-width: 1024px) {
  .contactForm__items {
    padding-top: 2.5rem;
  }
}
.contactForm__btn {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .contactForm__btn {
    padding: 19px 0;
  }
}
.contactForm__btn.disabled {
  display: block;
  background: #dedede;
  font-size: 1.8rem;
  pointer-events: none;
}

.company {
  position: relative;
  padding: 0rem 0 10rem;
}
@media (max-width: 1024px) {
  .company {
    padding-bottom: 7rem;
  }
}
.company__imgWrapper {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 360px;
}
@media (max-width: 1024px) {
  .company__imgWrapper {
    height: 200px;
  }
}
.company__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 59.7142857143%;
  height: 360px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .company__img {
    position: relative;
    width: 100%;
    height: 200px;
  }
}
.company__img img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
}
.company__inner {
  transform: translateY(-180px);
  margin-bottom: -180px;
}
@media (max-width: 1024px) {
  .company__inner {
    position: relative;
    transform: translateY(0);
    margin-bottom: 0;
    padding-top: 5.5rem;
  }
}
.company__ttlWrapper {
  margin-bottom: 7rem;
  padding-top: 0;
  text-align: left;
}
@media (max-width: 1024px) {
  .company__ttlWrapper {
    width: 120px;
    margin-bottom: 4rem;
    padding-top: 2.5rem;
  }
}
.company__ttlWrapper::after {
  display: none;
}
@media (max-width: 1024px) {
  .company__ttlWrapper::after {
    display: block;
  }
}
.company__ttlEn {
  position: relative;
  display: inline-block;
  padding-top: 30px;
  padding-left: 28px;
}
@media (max-width: 1024px) {
  .company__ttlEn {
    display: block;
    padding: 0;
    text-align: center;
  }
}
.company__ttlEn::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + 14px);
  transform: translate(-50%, 0%);
  width: 150px;
  height: 16px;
  background-image: url(../images/deco_ttl.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .company__ttlEn::after {
    display: none;
  }
}
.company__ttlJa {
  text-align: left;
}
.companyContents {
  position: relative;
  margin-bottom: 13.5rem;
}
@media (max-width: 1024px) {
  .companyContents {
    position: static;
    margin-bottom: 5.5rem;
  }
}
.companyContents::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 436px;
  height: 360px;
  background-image: url(../images/img_company2.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
  .companyContents::after {
    width: 47.4666666667%;
    height: 171px;
    bottom: unset;
    top: -120%;
    right: 20px;
  }
}
.no-webp .companyContents::after {
  background-image: url(../images/img_company2.png);
}
.companyContents__ttl {
  margin-bottom: 3rem;
}
.companyProfile {
  position: relative;
  padding: 50px 0 54px;
  background-image: url(../images/bg_company.png.webp);
  border-bottom: 4px solid #BAA426;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .companyProfile {
    padding: 50px 20px 35px;
  }
}
.no-webp .companyProfile {
  background-image: url(../images/bg_company.png);
}
.companyProfile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 100%;
  height: 26px;
  background-image: url(../images/deco_company.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .companyProfile::before {
    background-image: url(../images/deco_company_sp.png.webp);
    height: 2%;
  }
}
.no-webp .companyProfile::before {
  background-image: url(../images/deco_company.png);
}
@media (max-width: 1024px) {
  .no-webp .companyProfile::before {
    background-image: url(../images/deco_company_sp.png);
  }
}
.companyProfile__inner {
  width: 740px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .companyProfile__inner {
    width: 100%;
  }
}
.companyProfileItem {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  padding: 2.8rem 40px 2.8rem 30px;
}
@media (max-width: 1024px) {
  .companyProfileItem {
    display: block;
    padding: 1.8rem 20px;
  }
}
.companyProfileItem:not(:last-child) {
  margin-bottom: 4px;
}
.companyProfileItem dt,
.companyProfileItem dd {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .companyProfileItem dt,
  .companyProfileItem dd {
    font-size: 1.5rem;
  }
}
.companyProfileItem dt {
  width: 144px;
  color: #6E8D86;
}
.companyProfileItem dd {
  width: calc(100% - 144px);
  color: #242E2C;
}
@media (max-width: 1024px) {
  .companyProfileItem dd {
    width: 100%;
  }
}
.companyProfileItem dd a {
  text-decoration: underline;
  transition: color 0.3s ease;
}
.companyProfileItem dd a:hover {
  color: #BAA426;
}

.sticky__btnWrapper {
  position: fixed;
  bottom: 5%;
  right: 2%;
  width: 280px;
  z-index: 10000;
}
@media (max-width: 1024px) {
  .sticky__btnWrapper {
    width: 100vw;
    bottom: 0;
    left: 100%;
    transform: translateX(-100%);
    max-width: 500px;
  }
}

.thanks {
  min-height: calc(100vh - 268px);
  padding: 20rem 0 10rem;
}
@media (max-width: 1024px) {
  .thanks {
    padding: 10rem 0 10rem;
  }
}
.thanks__ttlWrapper {
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .thanks__ttlWrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1024px) {
  .thanks__inner {
    max-width: 500px;
  }
}
.thanks__lead {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .thanks__lead {
    font-size: 1.8rem;
  }
}
.thanks__txt {
  margin-bottom: 6rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}
@media (max-width: 1024px) {
  .thanks__txt {
    font-size: 1.6rem;
    text-align: left;
  }
}
.thanks__btnWrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.thanks__btn {
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */