@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #242424;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

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

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3071895425vw;
  }
}
@media (min-width: 1224px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  button:hover {
    opacity: 1;
  }
}

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

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
}

/* l-content */
.l-content {
  width: 1016px;
  width: 63.5rem;
  max-width: 100%;
  margin: 0 auto;
}

.l-inner {
  width: 100%;
  max-width: 1274px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* breadcrumb */
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0.625rem 0;
  }
}

.breadcrumb__item {
  display: inline;
  font-size: 12px;
  font-size: 0.75rem;
}
.breadcrumb__item + .breadcrumb__item {
  margin-left: 5px;
  margin-left: 0.3125rem;
  position: relative;
}
.breadcrumb__item + .breadcrumb__item::before {
  position: absolute;
  content: "/";
  top: -1px;
  top: -0.0625rem;
  left: -6px;
  left: -0.375rem;
}
.breadcrumb__item a, .breadcrumb__item span {
  display: inline-block;
  padding: 20px 0;
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item a, .breadcrumb__item span {
    display: inline;
    padding: 0.625rem 0;
  }
}

/* btn */
.btn {
  text-align: center;
  display: block;
  width: 259px;
  width: 16.1875rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 1px solid #242424;
  border: 0.0625rem solid #242424;
  border-radius: 4.75rem;
  background: #fff;
  padding: 14px;
  padding: 0.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1rem;
  }
}
.btn::after {
  position: absolute;
  content: "";
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
  background: url(../img/common/black-arrow.png) no-repeat center/contain;
}

/* confirm */
.confirm .form__item-units {
  gap: 0 0;
}
.confirm .form__item-unit {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.confirm .form__item-unit:nth-child(2) {
  margin-left: 20px;
  margin-left: 1.25rem;
}
.confirm .form__item:not(:first-child) {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

/* cv */
.cv {
  background: url(../img/common/cv-bg.png) no-repeat center/cover;
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: 2.5rem 0;
  }
}

.cv__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cv__title {
    font-size: 1.75rem;
  }
}

.cv__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 876px;
  width: 54.75rem;
  max-width: 100%;
  gap: 0 64px;
  gap: 0 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv__items {
    display: block;
  }
}

.cv__item {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 2rem);
          flex: 0 1 calc(50% - 2rem);
  background: #fff;
  padding: 32px 20px 40px;
  padding: 2rem 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .cv__item {
    padding: 1.875rem 1.25rem;
  }
  .cv__item + .cv__item {
    margin-top: 1.25rem;
  }
}
.cv__item:first-child .cv__item-title {
  color: #B6392A;
}
.cv__item:first-child .cv__item-btn {
  background: #B6392A;
  color: #fff;
  border: 2px solid #B6392A;
  border: 0.125rem solid #B6392A;
}
.cv__item:first-child .cv__item-btn::after {
  background: url(../img/common/white-arrow.png) no-repeat center/contain;
}
.cv__item:nth-child(2) .cv__item-btn {
  border: 2px solid #242424;
  border: 0.125rem solid #242424;
}
.cv__item:nth-child(2) .cv__item-btn::after {
  background: url(../img/common/black-arrow.png) no-repeat center/contain;
}

.cv__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cv__item-title {
    font-size: 1.125rem;
  }
}

.cv__item-text {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .cv__item-text {
    font-size: 0.9375rem;
  }
}

.cv__item-btn {
  display: block;
  width: 316px;
  width: 19.75rem;
  max-width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 6.25rem;
  margin: 14px auto 0;
  margin: 0.875rem auto 0;
  padding: 17px 20px;
  padding: 1.0625rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__item-btn {
    font-size: 1.125rem;
  }
}
.cv__item-btn::after {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 18px;
  height: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 35px;
  right: 2.1875rem;
}

/* drawer */
.drawer {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  text-align: center;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-top: 5rem;
}
.drawer.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.drawer__item {
  font-weight: 500;
}
.drawer__item a {
  display: inline-block;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

.drawer__btns {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.drawer__btn:first-child a {
  background: #fff;
  border: 1px solid #242424;
  border: 0.0625rem solid #242424;
}
.drawer__btn:nth-child(2) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.drawer__btn:nth-child(2) a {
  color: #fff;
  background: #B6392A;
  border: 1px solid #B6392A;
  border: 0.0625rem solid #B6392A;
}
.drawer__btn a {
  text-align: center;
  display: block;
  width: 182px;
  width: 11.375rem;
  max-width: 100%;
  font-weight: 700;
  border-radius: 6.25rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  margin: 0 auto;
}

/* fnav */
.fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fnav__items + .fnav__items {
  margin-left: 80px;
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .fnav__items + .fnav__items {
    margin-left: 2.5rem;
  }
}

.fnav__item + .fnav__item {
  margin-top: 16px;
  margin-top: 1rem;
}
.fnav__item a {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-left: 19px;
  padding-left: 1.1875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fnav__item a {
    font-size: 1rem;
  }
}
.fnav__item a::before {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 2px;
  height: 0.125rem;
  left: 0;
  top: 15px;
  top: 0.9375rem;
  background: #B6392A;
}
@media screen and (max-width: 767px) {
  .fnav__item a::before {
    top: 0.8125rem;
  }
}

/* footer */
.footer__content {
  background: #F6F6F6;
  padding: 95px 0 70px;
  padding: 5.9375rem 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .footer__content {
    padding: 2.5rem 0;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 100px;
  padding-right: 6.25rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
    padding-right: 0;
  }
}

.footer__logo {
  width: 281px;
  width: 17.5625rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 12.5rem;
  }
}

.footer__text {
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.25rem;
  }
}
.footer__text a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    margin-top: 1.25rem;
  }
}

.footer__btn {
  text-align: center;
  display: block;
  width: 279px;
  width: 17.4375rem;
  max-width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  background: #fff;
  border: 2px solid #242424;
  border: 0.125rem solid #242424;
  border-radius: 5.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 15px 20px 15px 10px;
  padding: 0.9375rem 1.25rem 0.9375rem 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__btn {
    font-size: 1rem;
    margin: 1.25rem auto 0;
  }
}
.footer__btn::after {
  position: absolute;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 16px;
  height: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  right: 2rem;
  background: url(../img/common/black-arrow.png) no-repeat center/contain;
}

.footer__bottom {
  letter-spacing: 0.1em;
  padding: 32px 0;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    padding: 1.25rem 0;
  }
}

.footer__bottom-inner {
  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;
}
@media screen and (max-width: 767px) {
  .footer__bottom-inner {
    display: block;
    text-align: center;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__link + .footer__link {
  margin-left: 20px;
  margin-left: 1.25rem;
}
.footer__link a {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.footer__copyright {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 0.625rem;
  }
}

/* form */
.form__item + .form__item {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .form__item + .form__item {
    margin-top: 2.5rem;
  }
}

.form__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__item-label label {
  display: inline-block;
  font-weight: 500;
}
.form__item-label span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  margin-right: 6px;
  margin-right: 0.375rem;
}
.form__item-label span.required {
  background: #AE8859;
}
.form__item-label span.optional {
  background: #ccc;
}

.form__item-input {
  font-weight: 500;
  margin-top: 6px;
  margin-top: 0.375rem;
}
.form__item-input input[type=text], .form__item-input input[type=email], .form__item-input input[type=tel], .form__item-input textarea {
  background: #F0F0F0;
  width: 100%;
  padding: 20px 12px;
  padding: 1.25rem 0.75rem;
}
.form__item-input input[type=text]::-webkit-input-placeholder, .form__item-input input[type=email]::-webkit-input-placeholder, .form__item-input input[type=tel]::-webkit-input-placeholder, .form__item-input textarea::-webkit-input-placeholder {
  color: #ccc;
}
.form__item-input input[type=text]::-moz-placeholder, .form__item-input input[type=email]::-moz-placeholder, .form__item-input input[type=tel]::-moz-placeholder, .form__item-input textarea::-moz-placeholder {
  color: #ccc;
}
.form__item-input input[type=text]::-ms-input-placeholder, .form__item-input input[type=email]::-ms-input-placeholder, .form__item-input input[type=tel]::-ms-input-placeholder, .form__item-input textarea::-ms-input-placeholder {
  color: #ccc;
}
.form__item-input input[type=text]::placeholder, .form__item-input input[type=email]::placeholder, .form__item-input input[type=tel]::placeholder, .form__item-input textarea::placeholder {
  color: #ccc;
}
.form__item-input input[type=text], .form__item-input input[type=email], .form__item-input input[type=tel] {
  height: 59px;
  height: 3.6875rem;
}
.form__item-input textarea {
  height: 180px;
  height: 11.25rem;
  resize: none;
}

.form__item-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  gap: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .form__item-units {
    gap: 0 1.25rem;
  }
}

.form__item-unit {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 1.25rem);
          flex: 0 1 calc(50% - 1.25rem);
}
@media screen and (max-width: 767px) {
  .form__item-unit {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 0.625rem);
            flex: 0 1 calc(50% - 0.625rem);
  }
}

.form__item-text {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.form__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__tel input[type=text] {
  width: 98px;
  width: 6.125rem;
}
@media screen and (max-width: 767px) {
  .form__tel input[type=text] {
    width: 4.6875rem;
  }
}
.form__tel .wpcf7-form-control-wrap {
  display: inline-block;
}
.form__tel .wpcf7-form-control-wrap:first-child {
  margin-right: 8px;
  margin-right: 0.5rem;
}
.form__tel .wpcf7-form-control-wrap:nth-child(3) {
  margin: 0 8px;
  margin: 0 0.5rem;
}
.form__tel .wpcf7-form-control-wrap:nth-child(5) {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.form__check .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.form__check label {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .form__check label {
    font-size: 1rem;
  }
}
.form__check input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 40px;
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__check input[type=checkbox] + span {
    padding-left: 1.5625rem;
  }
}
.form__check input[type=checkbox] + span::before, .form__check input[type=checkbox] + span::after {
  position: absolute;
  content: "";
}
.form__check input[type=checkbox] + span::before {
  display: block;
  background: #F0F0F0;
  top: 4px;
  top: 0.25rem;
  left: 0;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .form__check input[type=checkbox] + span::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.form__check input[type=checkbox] + span::after {
  border-bottom: 3px solid #242424;
  border-bottom: 0.1875rem solid #242424;
  border-left: 3px solid #242424;
  border-left: 0.1875rem solid #242424;
  height: 8px;
  height: 0.5rem;
  width: 13px;
  width: 0.8125rem;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 5px;
  left: 0.3125rem;
  top: 11px;
  top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .form__check input[type=checkbox] + span::after {
    left: 0.1875rem;
    top: 0.5rem;
  }
}
.form__check input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.form__radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.form__radio label {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .form__radio label {
    font-size: 1rem;
  }
}
.form__radio input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__radio input[type=radio] + span {
    padding-left: 1.25rem;
  }
}
.form__radio input[type=radio] + span::before, .form__radio input[type=radio] + span::after {
  position: absolute;
  content: "";
}
.form__radio input[type=radio] + span::before {
  display: block;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #888;
  border: 0.0625rem solid #888;
  top: 7px;
  top: 0.4375rem;
  left: 0;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .form__radio input[type=radio] + span::before {
    top: 0.3125rem;
  }
}
.form__radio input[type=radio] + span::after {
  height: 8px;
  height: 0.5rem;
  width: 8px;
  width: 0.5rem;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 4px;
  left: 0.25rem;
  top: 11px;
  top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .form__radio input[type=radio] + span::after {
    top: 0.5625rem;
  }
}
.form__radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.form__privacy {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .form__privacy {
    font-size: 0.9375rem;
    margin-top: 2.5rem;
  }
}
.form__privacy input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding-left: 28px;
  padding-left: 1.75rem;
  position: relative;
}
.form__privacy input[type=checkbox] + span::before, .form__privacy input[type=checkbox] + span::after {
  position: absolute;
  content: "";
}
.form__privacy input[type=checkbox] + span::before {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border: 2px solid #ccc;
  border: 0.125rem solid #ccc;
  left: 0;
  top: 5px;
  top: 0.3125rem;
}
.form__privacy input[type=checkbox] + span::after {
  border-bottom: 3px solid #242424;
  border-bottom: 0.1875rem solid #242424;
  border-left: 3px solid #242424;
  border-left: 0.1875rem solid #242424;
  height: 8px;
  height: 0.5rem;
  width: 13px;
  width: 0.8125rem;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 2px;
  left: 0.125rem;
  top: 9px;
  top: 0.5625rem;
}
.form__privacy input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form__privacy a {
  color: #2A73B6;
  text-decoration: underline;
}

.form__btn {
  text-align: center;
  display: block;
  width: 320px;
  width: 20rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #242424;
  border-radius: 6.25rem;
  border: 1px solid #242424;
  border: 0.0625rem solid #242424;
  padding: 21px 10px;
  padding: 1.3125rem 0.625rem;
  margin: 32px auto 0;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .form__btn {
    font-size: 1rem;
    padding: 1.125rem 0.625rem;
  }
}

.form__back-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.form__back {
  text-align: center;
  font-weight: 500;
  color: #2A73B6;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 0.875rem;
  }
}

.wpcf7-spinner {
  display: none;
}

/* gnav */
.gnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.gnav__item {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  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;
  height: inherit;
}
.gnav__item + .gnav__item {
  margin-left: 32px;
  margin-left: 2rem;
}
.gnav__item a {
  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;
  height: inherit;
}

/* hamburger */
.hamburger {
  display: block;
  position: absolute;
  z-index: 30;
  right: 20px;
  right: 1.25rem;
  top: 20px;
  top: 1.25rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  cursor: pointer;
  text-align: center;
}
.hamburger.active .hamburger__border {
  top: 12px;
  top: 0.75rem;
}
.hamburger.active .hamburger__border:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.active .hamburger__border:nth-child(2), .hamburger.active .hamburger__border:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger__border {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  left: 0;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger__border:nth-child(1) {
  top: 0;
}
.hamburger__border:nth-child(2) {
  top: 10px;
  top: 0.625rem;
}
.hamburger__border:nth-child(3) {
  top: 20px;
  top: 1.25rem;
}

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 88px;
  height: 5.5rem;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    height: 3.75rem;
  }
}
.header .l-inner {
  max-width: 1270px;
  max-width: 79.375rem;
  height: inherit;
}

.header__inner {
  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;
  height: inherit;
}

.header__logo {
  width: 185px;
  width: 11.5625rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 7.5rem;
  }
}
.header__logo a {
  display: block;
}

.header__nav {
  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;
  height: inherit;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 48px;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .header__btns {
    display: none;
  }
}

.header__btn:first-child a {
  background: #fff;
  border: 1px solid #242424;
  border: 0.0625rem solid #242424;
}
.header__btn:nth-child(2) {
  margin-left: 20px;
  margin-left: 1.25rem;
}
.header__btn:nth-child(2) a {
  color: #fff;
  background: #B6392A;
  border: 1px solid #B6392A;
  border: 0.0625rem solid #B6392A;
}
.header__btn a {
  text-align: center;
  display: block;
  width: 182px;
  width: 11.375rem;
  max-width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  border-radius: 6.25rem;
  padding: 10px 0;
  padding: 0.625rem 0;
}

/* heading */
.heading {
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .heading {
    padding-top: 1.875rem;
  }
}

.heading__subtitle {
  position: absolute;
  left: -40px;
  left: -2.5rem;
  top: -10px;
  top: -0.625rem;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #f3f3f3;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .heading__subtitle {
    left: -1.25rem;
    font-size: 3.75rem;
  }
}

.heading__title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #AE8859;
}
@media screen and (max-width: 767px) {
  .heading__title {
    font-size: 1.125rem;
  }
}

/* main */
.main {
  overflow: hidden;
}

/* mv */
.mv {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 127px 0 195px;
  padding: 7.9375rem 0 12.1875rem;
  margin-top: 88px;
  margin-top: 5.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 2.5rem 0 3.75rem;
    margin-top: 3.75rem;
  }
}
.mv::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 66.5%;
  height: 342px;
  height: 21.375rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv::after {
    height: 8.125rem;
  }
}

.mv--company::after {
  background: url(../img/company/mv-img.png) no-repeat top left/cover;
}

.mv--contact::after {
  background: url(../img/contact/mv-img.png) no-repeat top left/cover;
}

.mv--case::after {
  background: url(../img/case/mv-img.png) no-repeat top left/cover;
}

.mv--column::after {
  background: url(../img/column/mv-img.png) no-repeat top left/cover;
}

.mv__title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 1.75rem;
  }
}

.mv__subtitle {
  color: #AE8859;
}
@media screen and (max-width: 767px) {
  .mv__subtitle {
    font-size: 0.9375rem;
  }
}

/* pagination */
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination .page-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination span, .pagination a {
  text-align: center;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #AE8859;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border: 1px solid #C3C3C3;
  border: 0.0625rem solid #C3C3C3;
  margin: 5px;
  margin: 0.3125rem;
}
.pagination .current {
  color: #fff;
  background: #AE8859;
  border: 1px solid #AE8859;
  border: 0.0625rem solid #AE8859;
}
.pagination .first, .pagination .prev, .pagination .next, .pagination .last {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
.pagination .first {
  background: url(../img/common/prev-arrow02.png) no-repeat center/7px;
  background: url(../img/common/prev-arrow02.png) no-repeat center/0.4375rem;
}
.pagination .prev {
  background: url(../img/common/prev-arrow01.png) no-repeat center/5px;
  background: url(../img/common/prev-arrow01.png) no-repeat center/0.3125rem;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .pagination .prev {
    margin-right: 0.625rem;
  }
}
.pagination .next {
  background: url(../img/common/next-arrow01.png) no-repeat center/5px;
  background: url(../img/common/next-arrow01.png) no-repeat center/0.3125rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .pagination .next {
    margin-left: 0.625rem;
  }
}
.pagination .last {
  background: url(../img/common/next-arrow02.png) no-repeat center/7px;
  background: url(../img/common/next-arrow02.png) no-repeat center/0.4375rem;
}

/* post */
.post h2, .post h3, .post h4, .post h5, .post h6 {
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  letter-spacing: 0.05em;
}
.post h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .post h2 {
    font-size: 1.25rem;
  }
}
.post h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .post h3 {
    font-size: 1.125rem;
  }
}
.post h4, .post h5, .post h6 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .post h4, .post h5, .post h6 {
    font-size: 1rem;
  }
}
.post p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .post p {
    font-size: 0.9375rem;
  }
}
.post p:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.post figure:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.post ul:not(:last-child), .post ol:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.post li {
  letter-spacing: 0.05em;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post li {
    font-size: 0.9375rem;
  }
}
.post li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.post :where(.wp-block-columns.is-layout-flex) {
  gap: 4em;
}
@media screen and (max-width: 767px) {
  .post :where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
  }
}

/* thanks */
.thanks__text {
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .thanks__text {
    font-size: 0.9375rem;
  }
}

.thanks__btn {
  text-align: center;
  display: block;
  width: 320px;
  width: 20rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  border: 1px solid #242424;
  border: 0.0625rem solid #242424;
  border-radius: 6.25rem;
  padding: 21px 10px;
  padding: 1.3125rem 0.625rem;
  margin: 48px auto 0;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .thanks__btn {
    font-size: 1rem;
    padding: 1.125rem 0.625rem;
  }
}

/* title */
.title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 1.5rem;
  }
}

/* case-archive */
.case-archive {
  background: url(../img/case/case-bg.png) no-repeat center/cover;
  padding: 70px 0 120px;
  padding: 4.375rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .case-archive {
    padding: 0 0 3.75rem;
  }
}

.case-archive__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 46px 33px;
  gap: 2.875rem 2.0625rem;
}
@media screen and (max-width: 767px) {
  .case-archive__cards {
    display: block;
  }
}

.case-archive__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 1.375rem);
          flex: 0 1 calc(33.333% - 1.375rem);
}
@media screen and (max-width: 767px) {
  .case-archive__card + .case-archive__card {
    margin-top: 2.5rem;
  }
}

.case-archive__card-inner {
  display: block;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 0 15px 0 #DCDCDC;
          box-shadow: 0 0 15px 0 #DCDCDC;
}
@media screen and (max-width: 767px) {
  .case-archive__card-inner {
    height: auto;
  }
}

.case-archive__card-img {
  width: 100%;
  padding-top: 59.585492228%;
  position: relative;
}
.case-archive__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-archive__card-body {
  padding: 16px 20px 40px;
  padding: 1rem 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .case-archive__card-body {
    padding-bottom: 1.875rem;
  }
}

.case-archive__card-logo {
  width: 112px;
  width: 7rem;
  max-width: 100%;
  margin: 0 auto;
}

.case-archive__card-company {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #696969;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.case-archive__card-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #AE8859;
  margin-top: 8px;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case-archive__card-title {
    font-size: 1.125rem;
  }
}

.case-archive__pagination {
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .case-archive__pagination {
    margin-top: 3.75rem;
  }
}

/* case-single */
.case-single {
  padding-top: 160px;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .case-single {
    padding-top: 6.25rem;
  }
}

.case-single__content {
  background: #F0F0F0;
  padding: 30px 0 100px;
  padding: 1.875rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .case-single__content {
    padding: 1.25rem 0 3.75rem;
  }
}

.case-single__back {
  display: inline-block;
  background: url(../img/common/back-arrow.png) no-repeat center left/10px;
  background: url(../img/common/back-arrow.png) no-repeat center left/0.625rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .case-single__back {
    font-size: 0.9375rem;
    background-size: 0.5rem;
  }
}

.case-single__body {
  background: #fff;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 70px 104px;
  padding: 4.375rem 6.5rem;
}
@media screen and (max-width: 767px) {
  .case-single__body {
    margin-top: 1.25rem;
    padding: 2.5rem 1.25rem;
  }
}

.case-single__title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .case-single__title {
    font-size: 1.5rem;
  }
}

.case-single__img {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .case-single__img {
    margin-top: 1.25rem;
  }
}

.case-single__box {
  background: #F7F3EE;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 24px;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .case-single__box {
    padding: 1.25rem 0.9375rem;
  }
}

.case-single__list-item {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-single__list-item {
    font-size: 0.9375rem;
  }
}
.case-single__list-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  top: 0.4375rem;
  width: 2px;
  width: 0.125rem;
  height: 20px;
  height: 1.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#AE8859), to(#CEBD91));
  background: linear-gradient(180deg, #AE8859 0%, #CEBD91 100%);
}
@media screen and (max-width: 767px) {
  .case-single__list-item::before {
    top: 0.3125rem;
    height: 0.9375rem;
  }
}
.case-single__list-item + .case-single__list-item {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.case-single__post {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .case-single__post {
    margin-top: 1.875rem;
  }
}

/* column-archive */
.column-archive {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .column-archive {
    padding-bottom: 3.75rem;
  }
}

.column-archive__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px 33px;
  gap: 3.5rem 2.0625rem;
}
@media screen and (max-width: 767px) {
  .column-archive__cards {
    display: block;
  }
}

.column-archive__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 1.375rem);
          flex: 0 1 calc(33.333% - 1.375rem);
}
@media screen and (max-width: 767px) {
  .column-archive__card + .column-archive__card {
    margin-top: 2.5rem;
  }
}

.column-archive__card-inner {
  display: block;
}

.column-archive__card-img {
  width: 100%;
  padding-top: 59.585492228%;
  position: relative;
}
.column-archive__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.column-archive__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .column-archive__card-header {
    margin-top: 0.9375rem;
  }
}

.column-archive__card-category span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background: #AE8859;
  font-weight: 500;
  padding: 0 5px;
  padding: 0 0.3125rem;
}

.column-archive__card-date {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #c3c3c3;
  letter-spacing: 0.05em;
  margin-left: 16px;
  margin-left: 1rem;
}

.column-archive__card-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 12px;
  margin-top: 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column-archive__card-title {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}

.column-archive__pagination {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .column-archive__pagination {
    margin-top: 3.75rem;
  }
}

/* column-single */
.column-single {
  padding-top: 160px;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .column-single {
    padding-top: 6.25rem;
  }
}

.column-single__content {
  background: #F0F0F0;
  padding: 30px 0 100px;
  padding: 1.875rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .column-single__content {
    padding: 1.25rem 0 3.75rem;
  }
}

.column-single__back {
  display: inline-block;
  background: url(../img/common/back-arrow.png) no-repeat center left/10px;
  background: url(../img/common/back-arrow.png) no-repeat center left/0.625rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .column-single__back {
    font-size: 0.9375rem;
    background-size: 0.5rem;
  }
}

.column-single__body {
  background: #fff;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 70px 135px;
  padding: 4.375rem 8.4375rem;
}
@media screen and (max-width: 767px) {
  .column-single__body {
    margin-top: 1.25rem;
    padding: 2.5rem 1.25rem;
  }
}

.column-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column-single__category span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background: #AE8859;
  font-weight: 500;
  padding: 0 5px;
  padding: 0 0.3125rem;
}

.column-single__date {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #c3c3c3;
  letter-spacing: 0.05em;
  margin-left: 16px;
  margin-left: 1rem;
}

.column-single__title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .column-single__title {
    font-size: 1.5rem;
  }
}

.column-single__post {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .column-single__post {
    margin-top: 1.875rem;
  }
}

/* company */
/* message */
.message {
  background: #F0F0F0;
  padding: 70px 0 80px;
  padding: 4.375rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 3.75rem 0;
  }
}

.message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .message__inner {
    display: block;
    margin-top: 1.875rem;
  }
}

.message__img {
  width: 318px;
  width: 19.875rem;
  max-width: 100%;
  margin-left: 117px;
  margin-left: 7.3125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .message__img {
    margin: 0 auto;
  }
}
.message__img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(115.7deg, rgba(228, 211, 182, .5) 11.07%, rgba(179, 131, 59, .5) 78.84%);
  right: -18px;
  right: -1.125rem;
  bottom: -18px;
  bottom: -1.125rem;
  z-index: -1;
}

.message__body {
  width: 508px;
  width: 31.75rem;
  max-width: 100%;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .message__body {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.message__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .message__subtitle {
    font-size: 1.375rem;
  }
}

.message__text {
  letter-spacing: 0.05em;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .message__text {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.message__company {
  text-align: right;
  letter-spacing: 0.05em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .message__company {
    font-size: 0.9375rem;
    margin-top: 0.9375rem;
  }
}

.message__name {
  text-align: right;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .message__name {
    font-size: 0.9375rem;
  }
}
.message__name span {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .message__name span {
    font-size: 1.25rem;
  }
}

/* philosophy */
.philosophy {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.philosophy__content {
  background: #fff;
  padding: 40px 0 90px;
  padding: 2.5rem 0 5.625rem;
}
@media screen and (max-width: 767px) {
  .philosophy__content {
    padding-bottom: 2.5rem;
  }
}

.philosophy__header {
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .philosophy__header {
    padding-bottom: 1.875rem;
  }
}
.philosophy__header::after {
  position: absolute;
  content: "";
  height: 4px;
  height: 0.25rem;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(94.04deg, #AE8859 13.31%, rgba(206, 189, 145, .1) 102.16%);
}

.philosophy__text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .philosophy__text {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}

/* profile */
.profile {
  padding: 70px 0 195px;
  padding: 4.375rem 0 12.1875rem;
}
@media screen and (max-width: 767px) {
  .profile {
    padding: 3.75rem 0 5rem;
  }
}

.profile__list {
  border-bottom: 1px solid #C3C3C3;
  border-bottom: 0.0625rem solid #C3C3C3;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .profile__list {
    margin-top: 1.875rem;
  }
}

.profile__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #C3C3C3;
  border-top: 0.0625rem solid #C3C3C3;
  padding: 32px 105px;
  padding: 2rem 6.5625rem;
}
@media screen and (max-width: 767px) {
  .profile__list-item {
    display: block;
    font-size: 0.9375rem;
    padding: 1.25rem 0;
  }
}

.profile__list-title {
  width: 18%;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .profile__list-title {
    width: 100%;
  }
}

.profile__list-text {
  width: 82%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .profile__list-text {
    width: 100%;
    margin-top: 0.3125rem;
  }
}
.profile__list-text a {
  word-break: break-all;
}

/* contact */
.contact {
  background: #F0F0F0;
  padding: 64px 0 96px;
  padding: 4rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 2.5rem 0 3.75rem;
  }
}

.contact__content {
  background: #fff;
  padding: 52px 165px 56px;
  padding: 3.25rem 10.3125rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .contact__content {
    padding: 2.5rem 1.25rem;
  }
}

.contact__form {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .contact__form {
    margin-top: 2.5rem;
    padding-right: 0;
  }
}

/* download */
.download {
  background: #F0F0F0;
  padding: 64px 0 96px;
  padding: 4rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .download {
    padding: 2.5rem 0 3.75rem;
  }
}
.download .thanks__btn {
  color: #fff;
  background: #B6392A;
  border-color: #B6392A;
  position: relative;
}
.download .thanks__btn::after {
  position: absolute;
  content: "";
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
  background: url(../img/common/white-arrow.png) no-repeat center/contain;
}

.download__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .download__inner {
    display: block;
  }
}

.download__texts {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .download__texts {
    width: 100%;
  }
}

.download__img {
  width: 500px;
  width: 31.25rem;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.download__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .download__subtitle {
    font-size: 1.25rem;
  }
}

.download__text {
  letter-spacing: 0.05em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .download__text {
    font-size: 0.9375rem;
  }
}

.download__body {
  width: 55.5%;
  background: #fff;
  padding: 45px 48px 48px;
  padding: 2.8125rem 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .download__body {
    width: 100%;
    margin-top: 2.5rem;
    padding: 2.5rem 1.25rem;
  }
}
.download__body .title {
  text-align: left;
}
.download__body .download__form {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
.download__body .form__item:not(:first-child) {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
.download__body .form__item-label label {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .download__body .form__item-label label {
    font-size: 1rem;
  }
}
.download__body .form__item-label span {
  margin-right: 16px;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .download__body .form__item-label span {
    margin-right: 0.625rem;
  }
}
.download__body .form__privacy {
  text-align: left;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
.download__body .form__privacy .wpcf7-list-item {
  margin-left: 0;
}
.download__body .form__btn {
  width: 279px;
  width: 17.4375rem;
  background: url(../img/common/black-arrow.png) no-repeat center right 28px/8px;
  background: url(../img/common/black-arrow.png) no-repeat center right 1.75rem/0.5rem;
  margin-left: 0;
  margin-top: 38px;
  margin-top: 2.375rem;
  padding: 14px 10px;
  padding: 0.875rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .download__body .form__btn {
    margin: 2rem auto 0;
  }
}

.download__content {
  background: #fff;
  padding: 52px 165px 56px;
  padding: 3.25rem 10.3125rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .download__content {
    padding: 2.5rem 1.25rem;
  }
}

.download__form {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .download__form {
    margin-top: 2.5rem;
  }
}

/* notfound */
.notfound {
  padding: 200px 0;
  padding: 12.5rem 0;
}

/* privacy */
.privacy {
  padding: 60px 0 480px;
  padding: 3.75rem 0 30rem;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding: 3.75rem 0 7.5rem;
  }
}

.privacy__title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .privacy__title {
    font-size: 1.5rem;
  }
}
.privacy__title::before {
  position: absolute;
  content: "";
  height: 1px;
  height: 0.0625rem;
  width: 100vw;
  background: #AE8859;
  top: 29px;
  top: 1.8125rem;
  right: 103%;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .privacy__title::before {
    top: 1.25rem;
    right: 100%;
  }
}

.privacy__list {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .privacy__list {
    margin-top: 1.25rem;
  }
}

.privacy__list-item {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.privacy__list-item + .privacy__list-item {
  margin-top: 32px;
  margin-top: 2rem;
}

.privacy__list-title {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .privacy__list-title {
    font-size: 1.125rem;
  }
}

.privacy__list-text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .privacy__list-text {
    font-size: 0.9375rem;
    margin-top: 0.625rem;
  }
}

/* sitemap */
.sitemap {
  padding: 60px 0 480px;
  padding: 3.75rem 0 30rem;
}
@media screen and (max-width: 767px) {
  .sitemap {
    padding: 3.75rem 0 7.5rem;
  }
}

.sitemap__title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sitemap__title {
    font-size: 1.5rem;
  }
}
.sitemap__title::before {
  position: absolute;
  content: "";
  height: 1px;
  height: 0.0625rem;
  width: 100vw;
  background: #AE8859;
  top: 29px;
  top: 1.8125rem;
  right: 103%;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .sitemap__title::before {
    top: 1.25rem;
    right: 100%;
  }
}

.sitemap__links {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .sitemap__links {
    margin-top: 1.25rem;
  }
}

.sitemap__link + .sitemap__link {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.sitemap__link a {
  display: inline-block;
  padding-left: 1em;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sitemap__link a {
    font-size: 0.9375rem;
  }
}
.sitemap__link a::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

/* top-about */
.top-about {
  background: url(../img/top/top-about-bg.png) no-repeat center/cover;
  padding: 80px 0 110px;
  padding: 5rem 0 6.875rem;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 2.5rem 0 3.75rem;
  }
}

.top-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .top-about__inner {
    display: block;
  }
}

.top-about__text {
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-about__text {
    font-size: 0.9375rem;
  }
}

.top-about__img {
  width: 46vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .top-about__img {
    width: 100%;
    margin: 1.25rem auto 0;
  }
}
.top-about__img img {
  height: 326px;
  height: 20.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-about__img img {
    height: auto;
  }
}

.top-about__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-about__btn {
    margin: 1.875rem auto 0;
  }
}

/* top-books */
.top-books {
  background: -webkit-gradient(linear, left top, right top, from(#B6392A), to(#BC574C));
  background: linear-gradient(90deg, #B6392A 0%, #BC574C 100%);
}
@media screen and (max-width: 767px) {
  .top-books {
    padding: 1.875rem 0 2.5rem;
  }
}
.top-books .l-inner {
  max-width: 1000px;
  max-width: 62.5rem;
}

.top-books__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-books__inner {
    display: block;
  }
}

.top-books__img {
  width: 250px;
  width: 15.625rem;
  min-width: 250px;
  min-width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .top-books__img {
    width: 12.5rem;
    min-width: unset;
    max-width: 100%;
    margin: 0 auto;
  }
}

.top-books__body {
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-books__body {
    margin-left: 0;
  }
}

.top-books__title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  font-weight: 700;
  color: #fff;
  margin-left: -0.5em;
}
@media screen and (max-width: 767px) {
  .top-books__title {
    text-align: center;
    font-size: 1.5rem;
    margin-left: 0;
  }
}

.top-books__text {
  width: 560px;
  width: 35rem;
  max-width: 100%;
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-books__text {
    width: 100%;
  }
}

.top-books__btn {
  margin: 25px auto 0;
  margin: 1.5625rem auto 0;
}

/* top-case */
.top-case {
  background: url(../img/top/top-case-bg.png) no-repeat center/cover;
  padding: 60px 0 80px;
  padding: 3.75rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .top-case {
    padding: 3.75rem 0;
  }
}

.top-case__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top-case__title {
    font-size: 1.75rem;
  }
}

.top-case__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 33px;
  gap: 0 2.0625rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .top-case__cards {
    display: block;
    margin-top: 2.5rem;
  }
}

.top-case__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 1.375rem);
          flex: 0 1 calc(33.333% - 1.375rem);
}
@media screen and (max-width: 767px) {
  .top-case__card + .top-case__card {
    margin-top: 1.25rem;
  }
}

.top-case__card-inner {
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 #DCDCDC;
          box-shadow: 0 0 15px 0 #DCDCDC;
}
@media screen and (max-width: 767px) {
  .top-case__card-inner {
    height: auto;
  }
}

.top-case__card-img {
  width: 100%;
  padding-top: 59.585492228%;
  position: relative;
}
.top-case__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-case__card-body {
  padding: 24px 20px 40px;
  padding: 1.5rem 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-case__card-body {
    padding: 1.25rem 1.25rem 1.875rem;
  }
}

.top-case__card-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #AE8859;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-case__card-title {
    font-size: 1.125rem;
  }
}

.top-case__card-text {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #969696;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.top-case__btn {
  margin: 65px auto 0;
  margin: 4.0625rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-case__btn {
    margin-top: 2.5rem;
  }
}

/* top-column */
.top-column {
  padding: 110px 0 90px;
  padding: 6.875rem 0 5.625rem;
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 2.5rem 0 3.75rem;
  }
}

.top-column__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-column__inner {
    display: block;
  }
}

.top-column__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .top-column__btn {
    margin: 2.5rem auto 0;
  }
}

.top-column__cards {
  width: 63.5vw;
  margin-right: calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  gap: 0 1.5rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .top-column__cards {
    width: 100%;
    display: block;
    padding-right: 0;
    margin: 1.875rem 0 0;
  }
}

.top-column__card {
  min-width: 288px;
  min-width: 18rem;
}
@media screen and (max-width: 767px) {
  .top-column__card {
    min-width: unset;
    width: 100%;
  }
  .top-column__card + .top-column__card {
    margin-top: 1.875rem;
  }
}

.top-column__card-inner {
  display: block;
}

.top-column__card-img {
  width: 100%;
  padding-top: 63.1944444444%;
  position: relative;
}
.top-column__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-column__card-title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 8px;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.top-column__card-text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* top-mv */
.top-mv {
  background: url(../img/top/top-mv-img.jpg) no-repeat center/cover;
  padding: 325px 0 130px;
  padding: 20.3125rem 0 8.125rem;
}
@media screen and (max-width: 767px) {
  .top-mv {
    background: none;
    padding: 3.75rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .top-mv__body {
    background: linear-gradient(94.04deg, #AE8859 13.31%, #CEBD91 102.16%);
    padding: 1.875rem 0 2.5rem;
  }
  .top-mv__body .l-inner {
    padding: 0 1.875rem;
  }
}

.top-mv__title {
  font-family: "Noto Serif JP", serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: 2.25rem;
  }
}

.top-mv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  gap: 0 1.25rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .top-mv__btns {
    display: block;
    margin-top: 2.5rem;
  }
}

.top-mv__btn:first-child .btn {
  color: #fff;
  background: #B6392A;
  border-color: #B6392A;
}
.top-mv__btn:first-child .btn::after {
  background: url(../img/common/white-arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-mv__btn:nth-child(2) {
    margin-top: 0.9375rem;
  }
}
.top-mv__btn .btn {
  width: 238px;
  width: 14.875rem;
}
@media screen and (max-width: 767px) {
  .top-mv__btn .btn {
    margin: 0 auto;
  }
}

/* top-service */
.top-service {
  background: url(../img/top/top-service-bg.png) no-repeat center/cover;
  margin-top: 65px;
  margin-top: 4.0625rem;
  padding: 80px 0 125px;
  padding: 5rem 0 7.8125rem;
}
@media screen and (max-width: 767px) {
  .top-service {
    margin-top: 0;
    padding: 2.5rem 0 3.75rem;
  }
}

.top-service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-service__inner {
    display: block;
  }
}

.top-service__body {
  width: 468px;
  width: 29.25rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .top-service__body {
    width: 100%;
  }
}

.top-service__heading .heading__subtitle {
  color: #fff;
}

.top-service__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-service__subtitle {
    font-size: 1.5rem;
  }
}

.top-service__text {
  font-weight: 500;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .top-service__text {
    font-size: 0.9375rem;
  }
}

.top-service__btn {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .top-service__btn {
    margin: 2.5rem auto 0;
  }
}

.top-service__img {
  width: 46vw;
  margin-right: calc(50% - 50vw);
  margin-top: 115px;
  margin-top: 7.1875rem;
  padding-right: 28px;
  padding-right: 1.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-service__img {
    width: 100%;
    padding-right: 0;
    margin: 1.875rem auto 0;
  }
}
.top-service__img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  right: -28px;
  right: -1.75rem;
  bottom: -28px;
  bottom: -1.75rem;
  background: linear-gradient(115.7deg, rgba(228, 211, 182, .5) 11.07%, rgba(179, 131, 59, .5) 78.84%);
}
@media screen and (max-width: 767px) {
  .top-service__img::after {
    right: -0.9375rem;
    bottom: -0.9375rem;
  }
}
.top-service__img img {
  height: 394px;
  height: 24.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-service__img img {
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */
