@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

@media screen and (min-width: 768px) {
  html, body {
    font: 400 16px/2 "Noto Sans JP", sans-serif;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font: 400 15px/2 "Noto Sans JP", sans-serif;
  }
}

body {
  background-color: #FCFAF5;
  color: #1F1919;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 60px;
  }
}

#container_wrap {
  overflow: clip;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    padding-bottom: 50px;
  }
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

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

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha_text {
  text-align: center;
}

main {
  padding-top: var(--header-height);
}

.inner {
  max-width: calc(1200px + 10%);
  padding: 0 5%;
  margin: auto;
}

.inner2 {
  max-width: calc(1000px + 10%);
  padding: 0 5%;
  margin: auto;
}

.aioseo-breadcrumbs {
  font-size: 0.75em;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .content_wrap {
    padding: 80px 0 130px;
  }
}
@media screen and (max-width: 767px) {
  .content_wrap {
    padding: 50px 0 80px;
  }
}

.top_ttl {
  color: #B3A47C;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top_ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_ttl {
    margin-bottom: 30px;
  }
}
.top_ttl__en {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top_ttl__en {
    margin-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .top_ttl__en {
    margin-right: 0.5em;
  }
}
.top_ttl__jp {
  font-weight: 300;
  font-size: 0.875em;
  margin-top: 0.3em;
}

.top_ttl2 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top_ttl2 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
.top_ttl2__jp {
  font-family: "Zen Old Mincho", sans-serif;
  color: #B3A47C;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top_ttl2__jp {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .top_ttl2__jp {
    font-size: 1.7em;
  }
}
.top_ttl2 .btn {
  margin-left: 30px;
}

.cmn_ttl {
  color: #B3A47C;
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.8;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.cmn_ttl.cn {
  text-align: center;
}

.cmn_ttl2 {
  font-family: "Zen Old Mincho", sans-serif;
  background-color: #B3A47C;
  color: #fff;
  line-height: 1.5;
  padding: 0.4em 1em;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .cmn_ttl2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .cmn_ttl2 {
    font-size: 1.3em;
  }
}

.cmn_ttl3 {
  text-align: center;
  color: #B3A47C;
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .cmn_ttl3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .cmn_ttl3 {
    font-size: 1.5em;
  }
}

.btn {
  display: table;
  border: 1px solid currentColor;
  font-size: 0.875em;
  border-radius: 50px;
  line-height: 1.5;
  font-family: "Zen Old Mincho", sans-serif;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 7px 40px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 5px 20px;
  }
}
@media screen and (min-width: 768px) {
  .btn.lg {
    min-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .btn.lg {
    min-width: 200px;
  }
}
.btn:hover {
  opacity: 0.5;
}
.btn.cn {
  margin: auto;
  text-align: center;
}

.btn2 {
  display: table;
  color: #B3A47C;
  border: 1px solid currentColor;
  line-height: 1.5;
  background-color: #fff;
  font-family: "Zen Old Mincho", sans-serif;
  padding: 0.5em calc(1em + 25px) 0.5em 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn2 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .btn2 {
    font-size: 1.125em;
  }
}
.btn2::after {
  position: absolute;
  content: "";
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-image: url(../images/icon_link.svg);
          mask-image: url(../images/icon_link.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #B3A47C;
  width: 14px;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
.btn2:hover {
  background-color: #B3A47C;
  color: #fff;
}
.btn2:hover::after {
  background-color: #fff;
}

.btn3 {
  display: block;
  color: #B3A47C;
  border: 1px solid currentColor;
  line-height: 1.5;
  background-color: #fff;
  font-family: "Zen Old Mincho", sans-serif;
  padding: 1.2em 1em;
  margin: auto;
  max-width: 480px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .btn3 {
    font-size: 1.3em;
  }
}
.btn3 span {
  position: relative;
  padding-right: 20px;
}
.btn3 span::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 5px;
  aspect-ratio: 1/2;
  transition: 0.3s;
  background-color: #B3A47C;
}
.btn3:hover {
  opacity: 0.5;
}

.btn4 {
  display: block;
  max-width: 335px;
  margin: auto;
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.5;
  border-radius: 50px;
  border: 1px solid currentColor;
  padding: 15px;
  font-size: 1.1875em;
}
.btn4:hover {
  background-color: #B3A47C;
  color: #fff;
}
.btn4:hover::after {
  background-color: #fff;
}

.link {
  text-decoration: underline !important;
}
.link:hover {
  opacity: 0.5;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade {
  opacity: 0;
}
.fade.animated {
  animation: fade 1.5s forwards;
}

.thumb {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.low_mainvisual {
  position: relative;
  width: 100%;
  aspect-ratio: 240/107;
  font-family: "Zen Old Mincho", sans-serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .low_mainvisual {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .low_mainvisual {
    min-height: 400px;
  }
}
.low_mainvisual__bg {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.low_mainvisual__concept {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
}
.low_mainvisual__concept__ttl {
  line-height: 1.4;
}
@media screen and (min-width: 1181px) {
  .low_mainvisual__concept__ttl {
    font-size: 3em;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1180px) {
  .low_mainvisual__concept__ttl {
    font-size: 2.5em;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .low_mainvisual__concept__ttl {
    font-size: 2.2em;
  }
}
.low_mainvisual__concept__ttl span {
  display: block;
  font-size: 0.5em;
  margin-top: 10px;
  letter-spacing: 0.02em;
}
.low_mainvisual__concept__txt {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .low_mainvisual__concept__txt {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .low_mainvisual__concept__txt {
    font-size: 1em;
  }
}
.low_mainvisual__concept2 {
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 50%;
  bottom: 15%;
  width: 100%;
  max-width: calc(1200px + 10%);
  transform: translateX(-50%);
  padding: 0 5%;
}
.low_mainvisual__concept2__ttl {
  line-height: 1.4;
}
@media screen and (min-width: 1181px) {
  .low_mainvisual__concept2__ttl {
    font-size: 3em;
  }
}
@media screen and (max-width: 1180px) {
  .low_mainvisual__concept2__ttl {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .low_mainvisual__concept2__ttl {
    font-size: 2em;
  }
}
.low_mainvisual__concept2__ttl span {
  display: block;
  font-size: 0.5em;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .low_mainvisual2 .aioseo-breadcrumbs {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .low_mainvisual2 .aioseo-breadcrumbs {
    margin-bottom: 40px;
  }
}
.low_mainvisual2__ttl {
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
  color: #B3A47C;
}
@media screen and (min-width: 768px) {
  .low_mainvisual2__ttl {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .low_mainvisual2__ttl {
    font-size: 1.7em;
  }
}
.low_mainvisual2__ttl2 {
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
  color: #B3A47C;
}
@media screen and (min-width: 768px) {
  .low_mainvisual2__ttl2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .low_mainvisual2__ttl2 {
    font-size: 1.25em;
  }
}
.low_mainvisual2__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .low_mainvisual2__img {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .low_mainvisual2__img {
    margin-top: 40px;
  }
}

.wp-pagenavi {
  font-family: "Zen Old Mincho", sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 80px -20px -20px 0;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 60px -20px -20px 0;
  }
}
.wp-pagenavi span, .wp-pagenavi a {
  height: 26px;
  margin: 0 20px 20px 0;
}
.wp-pagenavi span.page {
  width: 26px;
}
.wp-pagenavi span.current {
  width: 26px;
  background-color: #1F1919;
  color: #fff;
}
.wp-pagenavi a:hover {
  opacity: 0.5;
}

.add_ttl {
  margin: 30px 0 20px;
  font-size: 1.25em;
}

.p0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.form_txt {
  text-align: center;
  margin-bottom: 50px;
}

.form_nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 0.9375em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .form_nav {
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .form_nav {
    max-width: 200px;
  }
}
.form_nav::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  background-color: #D9D9D9;
  width: 90%;
  height: 1px;
  z-index: -1;
}
.form_nav__item.current span {
  background-color: #B3A47C;
}
.form_nav__item span {
  display: block;
  margin: 15px auto 0;
  width: 24px;
  aspect-ratio: 1/1;
  background-color: #D9D9D9;
  border-radius: 50%;
}

.form_tbl {
  width: 100%;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .form_tbl {
    font-size: 0.9375em;
  }
}
@media screen and (max-width: 767px) {
  .form_tbl {
    font-size: 16px;
  }
}
.form_tbl caption {
  text-align: left;
  font-weight: 500;
  font-size: 1.25em;
  margin: 15px 0 25px;
}
.form_tbl th {
  text-align: left;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form_tbl th {
    width: 250px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .form_tbl th {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
}
.form_tbl th.vtop {
  vertical-align: top;
}
.form_tbl th span {
  display: inline-block;
  vertical-align: top;
}
.form_tbl th .req, .form_tbl th .any {
  margin-right: 1em;
  color: #fff;
  padding: 5px 10px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .form_tbl th .req, .form_tbl th .any {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .form_tbl th .req, .form_tbl th .any {
    font-size: 0.7em;
  }
}
.form_tbl th .req {
  background-color: #B3A47C;
}
.form_tbl th .any {
  background-color: #C4C4C4;
}
.form_tbl td {
  vertical-align: top;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .form_tbl td {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .form_tbl td {
    display: block;
    width: 100%;
  }
}
.form_tbl td.daytime {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  width: 100%;
  margin-bottom: -10px;
}
.form_tbl td.daytime p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.form_tbl td.daytime p:not(:last-child) {
  margin-right: 15px;
}
.form_tbl td.daytime p select {
  padding: 0.5em 1em;
  width: 100px;
  margin-right: 15px;
  border: 1px solid #C4C4C4;
}
.form_tbl td input, .form_tbl td textarea {
  width: 100%;
  background-color: #F3F3F3;
  padding: 0.5em 1em;
  border: unset;
}
@media screen and (max-width: 767px) {
  .form_tbl td input, .form_tbl td textarea {
    font-size: 16px;
  }
}
.form_tbl td label {
  display: flex;
  align-items: center;
}
.form_tbl td label input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.form_tbl td .wpcf7-form-control-wrap {
  display: block;
}
.form_tbl td .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.form_tbl td .wpcf7-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.form_tbl__ppl {
  display: flex;
  align-items: center;
}
.form_tbl__ppl:not(:last-child) {
  margin-bottom: 10px;
}
.form_tbl__ppl dt {
  margin-right: 15px;
}
.form_tbl__ppl dd {
  display: flex;
  align-items: center;
}
.form_tbl__ppl dd input {
  background-color: #fff;
  margin-right: 10px;
  border: 1px solid #C4C4C4;
  width: 100px;
}

.form_msg {
  line-height: 1.6;
  margin-bottom: 20px;
}
.form_msg dt {
  font-weight: 500;
  margin-bottom: 25px;
}
.form_msg dt .req, .form_msg dt .any {
  display: inline-block;
  margin-right: 1em;
  font-size: 0.8em;
  color: #fff;
  padding: 5px 10px;
  font-weight: 400;
}
.form_msg dt .req {
  background-color: #B3A47C;
}
.form_msg dt .any {
  background-color: #C4C4C4;
}
.form_msg dd textarea {
  width: 100%;
  background-color: #F3F3F3;
  padding: 0.5em 1em;
  border: unset;
}
@media screen and (max-width: 767px) {
  .form_msg dd textarea {
    font-size: 16px;
  }
}

.form_privacy {
  font-size: 0.9375em;
  text-align: center;
  margin-bottom: 15px;
}
.form_privacy .wpcf7-list-item {
  margin-left: 0;
}
.form_privacy input {
  margin-right: 10px;
}

.form_btn {
  margin: auto;
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
}
@media screen and (min-width: 768px) {
  .form_btn {
    font-size: 1.25em;
    max-width: 350px;
    height: 56px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .form_btn {
    max-width: 250px;
    height: 50px;
    line-height: 50px;
  }
}
.form_btn input {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: unset;
}
@media screen and (min-width: 768px) {
  .form_btn input {
    background: #1F1919 url(../images/arrow2.png) no-repeat center right 60px/5px;
  }
}
@media screen and (max-width: 767px) {
  .form_btn input {
    background: #1F1919 url(../images/arrow2.png) no-repeat center right 30px/5px;
  }
}

.form_btn2 {
  margin: 20px auto 0;
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
}
@media screen and (min-width: 768px) {
  .form_btn2 {
    font-size: 1.25em;
    max-width: 350px;
    height: 56px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .form_btn2 {
    max-width: 250px;
    height: 50px;
    line-height: 50px;
  }
}
.form_btn2 input {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: unset;
}
@media screen and (min-width: 768px) {
  .form_btn2 input {
    background: #B3A47C url(../images/arrow2.png) no-repeat center right 60px/5px;
  }
}
@media screen and (max-width: 767px) {
  .form_btn2 input {
    background: #B3A47C url(../images/arrow2.png) no-repeat center right 30px/5px;
  }
}

.wpcf7-submit:disabled {
  opacity: 0.5;
}

.wpcf7 form .wpcf7-response-output {
  border: unset !important;
  text-align: center;
  color: #dc3232;
  padding: 0;
  margin: 10px 0 0;
}

.wpcf7-not-valid-tip {
  font-size: 0.875em !important;
}

.header {
  background-color: #FCFAF5;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
@media screen and (min-width: 1181px) {
  .header {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1180px) {
  .header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1181px) {
  .header__logo {
    width: 260px;
  }
}
@media screen and (max-width: 1180px) {
  .header__logo {
    width: 180px;
  }
}
.header__logo img {
  display: block;
}
.header__r {
  display: flex;
  align-items: center;
}
.header__wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #FCFAF5;
    justify-content: center;
  }
}
.header__tel {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 1181px) {
  .header__tel {
    font-size: 2em;
    padding-left: 55px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .header__tel {
    font-size: 1.4em;
    padding-left: 30px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__tel {
    font-size: 1.2em;
  }
}
.header__tel::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_tel.svg) no-repeat center/100%;
  aspect-ratio: 32/21;
}
@media screen and (min-width: 1181px) {
  .header__tel::before {
    width: 50px;
  }
}
@media screen and (max-width: 1180px) {
  .header__tel::before {
    width: 25px;
  }
}
.header__tel span {
  font-size: 0.46em;
  margin-left: 0.3em;
}
@media screen and (max-width: 767px) {
  .header__tel span {
    display: none;
  }
}
.header__ctc {
  font-family: "Zen Old Mincho", sans-serif;
  display: flex;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 1181px) {
  .header__ctc {
    margin-right: 40px;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1180px) {
  .header__ctc {
    margin-right: 20px;
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .header__ctc {
    margin-right: 0;
    font-size: 0.8em;
  }
}
.header__ctc__item:first-child {
  background-color: #413B34;
}
.header__ctc__item:last-child {
  background-color: #B3A47C;
}
.header__ctc__item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1181px) {
  .header__ctc__item a {
    height: 50px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1180px) {
  .header__ctc__item a {
    height: 35px;
    padding: 0 10px;
  }
}
.header__ctc__item img {
  margin-right: 3px;
}
@media screen and (min-width: 1181px) {
  .header__ctc__item img {
    width: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .header__ctc__item img {
    width: 15px;
  }
}
.header__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  background-color: #413b34;
  overflow-y: scroll;
}
.header__overlay.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .header__overlay__mask {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 100lvh;
  }
}
@media screen and (min-width: 768px) {
  .header__overlay__mask__l {
    position: fixed;
    left: 0;
    top: 0;
    width: 48%;
    height: 100lvh;
  }
}
@media screen and (max-width: 767px) {
  .header__overlay__mask__l {
    display: none;
  }
}
.header__overlay__mask__r {
  padding: var(--header-height) 5%;
}
@media screen and (min-width: 768px) {
  .header__overlay__mask__r {
    width: 50%;
  }
}

.menu_trigger {
  position: relative;
  background: unset;
  border: unset;
}
@media screen and (min-width: 1181px) {
  .menu_trigger {
    width: 60px;
    height: 12px;
  }
}
@media screen and (max-width: 1180px) {
  .menu_trigger {
    width: 40px;
    height: 10px;
  }
}
.menu_trigger::before, .menu_trigger::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1F1919;
  transform-origin: left;
  transition: 0.5s;
}
.menu_trigger::before {
  top: 0;
}
.menu_trigger::after {
  bottom: 0;
}
.menu_trigger.active::before, .menu_trigger.active::after {
  background-color: #fff;
}
@media screen and (min-width: 1181px) {
  .menu_trigger.active::before {
    transform: rotate(10deg);
  }
}
@media screen and (max-width: 1180px) {
  .menu_trigger.active::before {
    transform: rotate(13deg);
  }
}
@media screen and (min-width: 1181px) {
  .menu_trigger.active::after {
    transform: rotate(-10deg);
  }
}
@media screen and (max-width: 1180px) {
  .menu_trigger.active::after {
    transform: rotate(-13deg);
  }
}

.gnavi {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 1.125em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 40px 10% 30px;
  max-width: 540px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1181px) {
  .gnavi {
    display: flex;
    justify-content: space-between;
  }
}
.gnavi__list__item {
  margin-bottom: 10px;
}
.gnavi__list__item a {
  color: #e8c9c9;
}
.gnavi__list__item a:hover {
  opacity: 0.5;
}

.gnavi_ctc {
  max-width: 540px;
  margin: 0 auto 40px;
  text-align: center;
  color: #fff;
}
.gnavi_ctc__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 1.25em;
  line-height: 1.8;
  margin-bottom: 15px;
}
.gnavi_ctc__cnt__tel {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1;
  position: relative;
  padding-left: 50px;
  display: table;
  margin: 0 auto 10px;
  font-size: 2.5em;
}
.gnavi_ctc__cnt__tel::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-image: url(../images/icon_tel.svg);
          mask-image: url(../images/icon_tel.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 38px;
  aspect-ratio: 32/21;
  background-color: #fff;
}
.gnavi_ctc__cnt__time {
  font-weight: 300;
  font-size: 0.875em;
}
.gnavi_ctc__cnt__time span {
  display: block;
  font-size: 10px;
}

.gnavi_ctc2 {
  display: flex;
  max-width: 540px;
  margin: 0 auto 30px;
  font-family: "Zen Old Mincho", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gnavi_ctc2 {
    line-height: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .gnavi_ctc2 {
    line-height: 60px;
    height: 60px;
  }
}
.gnavi_ctc2__item {
  width: 50%;
}
.gnavi_ctc2__item:first-child a {
  background-color: #fff;
}
.gnavi_ctc2__item:first-child a span::before {
  background-color: #1F1919;
}
.gnavi_ctc2__item:last-child a {
  background-color: #B3A47C;
  color: #fff;
}
.gnavi_ctc2__item a {
  display: block;
}
.gnavi_ctc2__item a:hover {
  opacity: 0.5;
}
.gnavi_ctc2__item a span {
  position: relative;
  padding-left: 25px;
}
.gnavi_ctc2__item a span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  -webkit-mask-image: url(../images/icon_form.svg);
          mask-image: url(../images/icon_form.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  aspect-ratio: 1/1;
}

.header_sns {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.gnavi_instagram {
  display: block;
  width: 26px;
}
.gnavi_instagram:hover {
  opacity: 0.5;
}

.footer {
  background-color: #fff;
}
.footer__logo {
  margin-bottom: 30px;
}
@media screen and (min-width: 1181px) {
  .footer__logo {
    width: 380px;
  }
}
@media screen and (max-width: 1180px) {
  .footer__logo {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 220px;
  }
}
.footer__wrap {
  padding: 80px 0 40px;
  font-family: "Zen Old Mincho", sans-serif;
}
@media screen and (min-width: 768px) {
  .footer__wrap__cnt {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
}
@media screen and (min-width: 768px) {
  .footer__wrap__cnt__l {
    margin: 0 5% 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap__cnt__l {
    margin-bottom: 40px;
  }
}
.footer__wrap__cnt__l__office {
  line-height: 1.8;
  margin-bottom: 10px;
}
.footer__wrap__cnt__l__tbl {
  line-height: 1.8;
  width: 100%;
  margin-top: 20px;
}
.footer__wrap__cnt__l__tbl th {
  text-align: left;
  font-weight: 400;
  width: 3em;
  padding-right: 1em;
  position: relative;
}
.footer__wrap__cnt__l__tbl th::after {
  position: absolute;
  content: "：";
  right: 0;
  top: 0;
}
.footer__wrap__cnt__l__tbl td {
  width: calc(100% - 3em);
}
.footer__wrap__cnt__r {
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer__wrap__cnt__r {
    margin-bottom: 40px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap__cnt__r {
    flex-flow: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap__cnt__r__cnt {
    margin-right: 30px;
  }
}
.footer__wrap__cnt__r__cnt:first-child {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer__wrap__cnt__r__cnt:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer__wrap__cnt__r__cnt:not(:last-child) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap__cnt__r__cnt:not(:last-child) {
    margin-bottom: 10px;
  }
}
.footer__wrap__cnt__r__nav {
  line-height: 1.8;
}
.footer__wrap__cnt__r__nav__item:not(:last-child) {
  margin-bottom: 10px;
}
.footer__wrap2 {
  background-color: #B3A47C;
  color: #fff;
  padding: 50px 0 20px;
  text-align: center;
}
.footer__wrap2__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (min-width: 1181px) {
  .footer__wrap2__ttl {
    font-size: 3.125em;
  }
}
@media screen and (max-width: 1180px) {
  .footer__wrap2__ttl {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap2__ttl {
    font-size: 2.2em;
  }
}
.footer__wrap2__sns {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer__wrap2__sns a {
  display: block;
  width: 34px;
}
.footer__wrap2__sns a:hover {
  opacity: 0.5;
}
.footer__wrap2__sns {
  margin-bottom: 50px;
}
.footer__wrap2__instagram {
  display: block;
  width: 34px;
  margin: 0 auto 50px;
}
.footer__wrap2__instagram:hover {
  opacity: 0.5;
}
.footer__wrap2__policy {
  font-size: 0.875em;
  margin-bottom: 10px;
}
.footer__wrap2__policy a:hover {
  opacity: 0.5;
}
.footer__wrap2__copy {
  font-size: 0.75em;
}

.mainvisual {
  position: relative;
  height: calc(100svh - var(--header-height));
  width: 100%;
}
.mainvisual .mv_slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.mainvisual::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #1F1919;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}
.mainvisual__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.mainvisual__txt {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  color: #fff;
  font-family: "Zen Old Mincho", sans-serif;
  transform: translateY(-50%);
  text-align: center;
  line-height: 1.4;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .mainvisual__txt {
    font-size: 3em;
  }
  .mainvisual__txt br.sp {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .mainvisual__txt {
    font-size: 2.2em;
  }
  .mainvisual__txt br.sp {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .mainvisual__txt {
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    font-size: 1.8em;
  }
  .mainvisual__txt br.sp {
    display: none;
  }
}
.mainvisual__txt strong {
  writing-mode: vertical-rl;
}
@media screen and (min-width: 640px) {
  .mainvisual__txt strong {
    writing-mode: horizontal-tb;
  }
}
.mainvisual__txt span {
  display: block;
  font-size: 0.5em;
  margin-top: 10px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 639px) {
  .mainvisual__txt span {
    display: inline-block;
    writing-mode: horizontal-tb;
  }
}

.top_concept {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top_concept {
    padding: 120px 0 130px;
  }
}
@media screen and (max-width: 767px) {
  .top_concept {
    padding: 70px 0;
  }
}
@media screen and (min-width: 768px) {
  .top_concept__wrap {
    display: flex;
    justify-content: space-between;
  }
}
.top_concept__l .btn {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top_concept__l {
    width: 55%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top_concept__l {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .top_concept__l .top_ttl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_concept__l .top_ttl {
    margin-bottom: 40px;
  }
}
.top_concept__l__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .top_concept__l__ttl {
    font-size: 2em;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top_concept__l__ttl {
    font-size: 1.4em;
    margin-bottom: 40px;
  }
}
.top_concept__l__ttl span {
  display: block;
}
.top_concept__l__ttl span:not(:last-child) {
  margin-bottom: 0.7em;
}
.top_concept__l__txt {
  position: relative;
  max-width: 480px;
  --mask-height: 85%;
}
@media screen and (max-width: 767px) {
  .top_concept__l__txt {
    --mask-height: 95%;
  }
}
.top_concept__l__txt::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), #fff 15%);
  width: 100%;
  height: var(--mask-height);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .top_concept__r {
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  .top_concept__r {
    width: 60%;
    margin: auto;
  }
}
.top_concept__r__img {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  left: 0;
}

@media screen and (min-width: 768px) {
  .top_case {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_case {
    padding: 70px 0;
  }
}
.top_case__swiper__arrow {
  margin-top: 30px;
  padding-top: 25px;
  display: flex;
  justify-content: center;
  border-top: 1px solid currentColor;
}
.top_case__swiper__arrow__prev, .top_case__swiper__arrow__next {
  width: 32px;
  height: 32px;
  border: 1px solid currentColor;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
.top_case__swiper__arrow__prev::before, .top_case__swiper__arrow__next::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  aspect-ratio: 17/30;
  background: url(../images/arrow.svg) no-repeat center/100%;
}
.top_case__swiper__arrow__prev.swiper-button-disabled, .top_case__swiper__arrow__next.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
.top_case__swiper__arrow__prev {
  transform: rotate(180deg);
}
.top_case__swiper__arrow__next {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .top_case__list {
    display: flex;
    flex-flow: wrap;
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .top_case__list {
    width: 100%;
    margin: auto;
  }
}
.top_case__list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_case__list__item {
    width: 30%;
    margin-bottom: 60px;
  }
  .top_case__list__item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .top_case__list__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.top_case__list__item__cat {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1F1919;
  color: #fff;
  font-size: 0.875em;
  padding: 0 10px;
  z-index: 1;
}
.top_case__list__item__thumb {
  position: relative;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.top_case__list__item__thumb a {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
}
.top_case__list__item__thumb a img {
  transition: transform 0.3s;
}
.top_case__list__item__thumb a:hover img {
  transform: scale(1.1);
}
.top_case__list__item__thumb a .close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.top_case__list__item__thumb a .close::after {
  position: absolute;
  content: "終了しました";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  white-space: nowrap;
  font-size: 1.25em;
}
.top_case__list__item__cnt__ttl {
  margin-bottom: 10px;
}
.top_case__list__item__cnt__tbl {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 13px;
}
.top_case__list__item__cnt__tbl tr:nth-of-type(1) th::before {
  background-image: url(../images/icon_event_calendar.svg);
}
.top_case__list__item__cnt__tbl tr:nth-of-type(2) th::before {
  background-image: url(../images/icon_event_time.svg);
}
.top_case__list__item__cnt__tbl tr:nth-of-type(3) th::before {
  background-image: url(../images/icon_event_place.svg);
}
.top_case__list__item__cnt__tbl th {
  text-align: left;
  font-weight: 400;
  position: relative;
  width: 6em;
  padding-left: 30px;
  padding-bottom: 7px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .top_case__list__item__cnt__tbl th {
    padding-bottom: 7px;
  }
}
.top_case__list__item__cnt__tbl th::after {
  position: absolute;
  content: "：";
  right: 0;
  top: 0;
}
.top_case__list__item__cnt__tbl th::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.top_case__list__item__cnt__tbl td {
  width: calc(100% - 3em);
  padding-bottom: 7px;
}

.top_works {
  background-color: #B3A47C;
}
@media screen and (min-width: 768px) {
  .top_works {
    padding: 110px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_works {
    padding: 70px 0;
  }
}
.top_works .top_ttl2__jp, .top_works .btn {
  color: #fff;
}
.top_works__list {
  display: flex;
  flex-flow: wrap;
}
@media screen and (min-width: 768px) {
  .top_works__list {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .top_works__list {
    margin-bottom: -40px;
  }
}
.top_works__list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_works__list__item {
    width: 30%;
    margin-bottom: 60px;
  }
  .top_works__list__item:not(:last-child, :nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .top_works__list__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.top_works__list__item__thumb {
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .top_works__list__item__thumb {
    aspect-ratio: inherit;
  }
}
.top_works__list__item__thumb {
  margin-bottom: 15px;
}
.top_works__list__item__thumb a {
  overflow: hidden;
  display: block;
}
.top_works__list__item__thumb a img {
  transition: transform 0.3s;
}
.top_works__list__item__thumb a:hover img {
  transform: scale(1.1);
}
.top_works__list__item__cnt__cat {
  font-size: 0.625em;
  background-color: #1F1919;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 5px;
  margin-bottom: 5px;
}
.top_works__list__item__cnt__cat span {
  display: inline-block;
}
.top_works__list__item__cnt__cat span:not(:last-child) {
  position: relative;
  padding-right: 1em;
}
.top_works__list__item__cnt__cat span:not(:last-child)::after {
  position: absolute;
  content: "・";
  right: 0;
  top: 0;
}
.top_works__list__item__cnt__ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top_works__list__item__cnt__ttl {
    font-size: 0.9em;
    line-height: 1.8;
  }
}
.top_works__list__item__cnt .btn {
  font-size: 0.8em;
}

.top_voice {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top_voice {
    padding: 110px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .top_voice {
    padding: 70px 0;
  }
}
@media screen and (min-width: 768px) {
  .top_voice__list {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .top_voice__list {
    width: 80%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .top_voice__list__item {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .top_voice__list__item:not(:last-child) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .top_voice__list__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.top_voice__list__item__thumb {
  aspect-ratio: 7/9;
  margin-bottom: 15px;
}
.top_voice__list__item__cnt__ttl {
  margin-bottom: 5px;
}
.top_voice__list__item__cnt__name {
  font-family: "Zen Old Mincho", sans-serif;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .top_model {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_model {
    padding: 70px 0 0;
  }
}
.top_model__wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .top_model__wrap__l {
    margin-right: 5%;
  }
}
.top_model__wrap__l .top_ttl2 {
  margin-bottom: 10px;
}
.top_model__wrap__l__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top_model__wrap__l__ttl {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .top_model__wrap__l__ttl {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .top_model__wrap__r {
    width: 100%;
  }
}
.top_model__wrap__r__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .top_model__wrap__r__ttl {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .top_model__wrap__r__ttl {
    font-size: 1.25em;
  }
}
.top_model__wrap__r__txt {
  margin-bottom: 20px;
}
.top_model__wrap__r .btn {
  float: right;
}
@media screen and (max-width: 767px) {
  .top_model__visual {
    aspect-ratio: 3/2;
    width: 112%;
    margin-left: -6%;
  }
  .top_model__visual.sp {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_model__visual__img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.top_about__wrap {
  text-align: center;
  color: #fff;
  position: relative;
  background: url(../images/top_about_bg.jpg) no-repeat center/cover;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .top_about__wrap {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_about__wrap {
    padding: 70px 0;
  }
}
.top_about__wrap::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #1F1919;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.top_about__wrap .inner {
  position: relative;
}
.top_about__wrap .top_ttl {
  display: block;
  color: #fff;
}
.top_about__wrap .top_ttl__en {
  margin: 0 0 10px;
}
.top_about__wrap__ttl {
  line-height: 1.6;
  font-family: "Zen Old Mincho", sans-serif;
  margin-bottom: 25px;
}
@media screen and (min-width: 1181px) {
  .top_about__wrap__ttl {
    font-size: 2.375em;
  }
}
@media screen and (max-width: 1180px) {
  .top_about__wrap__ttl {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .top_about__wrap__ttl {
    font-size: 1.5em;
  }
}
.top_about__wrap__txt {
  margin-bottom: 35px;
}
.top_about__wrap .btn {
  margin: auto;
}
.top_about__wrap2 {
  background-color: #B3A47C;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top_about__wrap2 {
    padding: 100px 4%;
  }
}
@media screen and (max-width: 767px) {
  .top_about__wrap2 {
    padding: 70px 5%;
  }
}
@media screen and (min-width: 768px) {
  .top_about__wrap2__list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top_about__wrap2__list__item:nth-child(odd) {
  flex-flow: row-reverse;
}
@media screen and (min-width: 768px) {
  .top_about__wrap2__list__item:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top_about__wrap2__list__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .top_about__wrap2__list__item__visual {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top_about__wrap2__list__item__visual {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top_about__wrap2__list__item__cnt {
    width: 46%;
  }
}
.top_about__wrap2__list__item__cnt__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .top_about__wrap2__list__item__cnt__ttl {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .top_about__wrap2__list__item__cnt__ttl {
    font-size: 1.7em;
  }
}
.top_about__wrap2__list__item__cnt__txt {
  margin-bottom: 20px;
}

.top_news {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top_news {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_news {
    padding: 70px 5%;
  }
}
@media screen and (min-width: 768px) {
  .top_news__list {
    margin: -1em 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .top_news__list {
    margin: -0.5em 0 30px;
  }
}
.top_news__list__item {
  border-bottom: 1px solid currentColor;
  padding: 1em 0;
}
.top_news__list__item a {
  display: flex;
}
.top_news__list__item a:hover {
  opacity: 0.5;
}
.top_news__list__item__day {
  font-size: 0.625em;
  color: #8F8F8F;
  width: 70px;
  margin-top: 0.5em;
}
.top_news__list__item__ttl {
  width: calc(100% - 70px);
  font-family: "Zen Old Mincho", sans-serif;
}
.top_news .btn {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .top_column {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_column {
    padding: 70px 0;
  }
}
@media screen and (min-width: 768px) {
  .top_column__wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .top_column__wrap__l {
    position: relative;
    z-index: 3;
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .top_column__wrap__l .top_ttl2 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .top_column__wrap__l .top_ttl2 .btn {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .top_column__wrap__r {
    position: relative;
    width: 75%;
  }
  .top_column__wrap__r::before {
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #FCFAF5;
    z-index: 2;
  }
}
.top_column__list {
  overflow: unset;
}
.top_column__list__item__thumb {
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.top_column__list__item__thumb a {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
}
.top_column__list__item__thumb a img {
  transition: transform 0.3s;
}
.top_column__list__item__thumb a:hover img {
  transform: scale(1.1);
}
.top_column__list__item__cnt__day {
  color: #B3A47C;
  font-size: 0.875em;
}
.top_column__list__item__cnt__ttl {
  margin-bottom: 15px;
}
.top_column__list__arrow {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .top_column__list__arrow {
    margin-top: 85px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top_column__list__arrow {
    margin-top: 50px;
    padding-top: 20px;
  }
}
.top_column__list__arrow::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #1F1919;
  width: 100vw;
  height: 1px;
}
.top_column__list__arrow__prev, .top_column__list__arrow__next {
  width: 32px;
  height: 32px;
  border: 1px solid currentColor;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
.top_column__list__arrow__prev::before, .top_column__list__arrow__next::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  aspect-ratio: 17/30;
  background: url(../images/arrow.svg) no-repeat center/100%;
}
.top_column__list__arrow__prev.swiper-button-disabled, .top_column__list__arrow__next.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
.top_column__list__arrow__prev {
  transform: rotate(180deg);
}
.top_column__list__arrow__next {
  margin-left: 15px;
}

.top_instagram {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top_instagram {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top_instagram {
    padding: 70px 0;
    margin-bottom: 70px;
  }
}
.top_instagram .top_ttl2 {
  display: block;
  text-align: center;
}
.top_instagram__wrap .btn {
  margin: 80px auto 0;
}

.top_ctc {
  position: relative;
}
.top_ctc::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33%;
  background-color: #fff;
  z-index: -1;
}
.top_ctc.wht {
  background-color: #fff;
}
.top_ctc__wrap {
  background-color: #413B34;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top_ctc__wrap {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_ctc__wrap {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .top_ctc__wrap__cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
}
.top_ctc__wrap__cnt__l {
  line-height: 1;
  font-family: "Zen Old Mincho", sans-serif;
  text-align: center;
}
@media screen and (min-width: 1181px) {
  .top_ctc__wrap__cnt__l {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 1180px) {
  .top_ctc__wrap__cnt__l {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 768px) {
  .top_ctc__wrap__cnt__l {
    width: 35%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .top_ctc__wrap__cnt__l {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top_ctc__wrap__cnt__r {
    width: 65%;
    border-left: 1px solid #fff;
    padding: 0 5% 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .top_ctc__wrap__cnt__r {
    border-top: 1px solid #fff;
    margin: 0 6% 30px;
    padding-top: 20px;
  }
}
.top_ctc__wrap__cnt__r__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 1181px) {
  .top_ctc__wrap__cnt__r__ttl {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1180px) {
  .top_ctc__wrap__cnt__r__ttl {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .top_ctc__wrap__cnt__r__ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_ctc__wrap__cnt__r__ttl {
    text-align: center;
    margin-bottom: 15px;
  }
}
.top_ctc__wrap__cnt__r__tel {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_ctc__wrap__cnt__r__tel {
    text-align: center;
    justify-content: center;
  }
}
.top_ctc__wrap__cnt__r__tel__num {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1;
  padding-left: 50px;
  position: relative;
}
@media screen and (min-width: 1181px) {
  .top_ctc__wrap__cnt__r__tel__num {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1180px) {
  .top_ctc__wrap__cnt__r__tel__num {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 768px) {
  .top_ctc__wrap__cnt__r__tel__num {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_ctc__wrap__cnt__r__tel__num {
    margin-bottom: 15px;
  }
}
.top_ctc__wrap__cnt__r__tel__num::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-image: url(../images/icon_tel.svg);
          mask-image: url(../images/icon_tel.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 38px;
  aspect-ratio: 32/21;
  background-color: #fff;
}
.top_ctc__wrap__cnt__r__tel__time {
  font-size: 0.875em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .top_ctc__wrap__cnt__r__tel__time {
    width: 100%;
  }
}
.top_ctc__wrap__cnt__r__tel__time span {
  display: block;
  font-size: 0.7em;
}
.top_ctc__wrap__cnt__r__list {
  display: flex;
  flex-flow: wrap;
  font-family: "Zen Old Mincho", sans-serif;
}
@media screen and (min-width: 1181px) {
  .top_ctc__wrap__cnt__r__list {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1180px) {
  .top_ctc__wrap__cnt__r__list {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .top_ctc__wrap__cnt__r__list {
    width: 260px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .top_ctc__wrap__cnt__r__list__item:not(:last-child) {
    margin: 0 30px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_ctc__wrap__cnt__r__list__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.top_ctc__wrap__cnt__r__list__item a {
  display: flex;
  align-items: center;
}
.top_ctc__wrap__cnt__r__list__item a:hover {
  opacity: 0.5;
}
.top_ctc__wrap__cnt__r__list__item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 15px;
}
@media screen and (min-width: 1181px) {
  .top_ctc__wrap__cnt__r__list__item__icon {
    width: 80px !important;
  }
}
@media screen and (max-width: 1180px) {
  .top_ctc__wrap__cnt__r__list__item__icon {
    width: 55px !important;
  }
}
@media screen and (min-width: 1181px) {
  .top_ctc__wrap__cnt__r__list__item__icon__img {
    width: 30px !important;
  }
}
@media screen and (max-width: 1180px) {
  .top_ctc__wrap__cnt__r__list__item__icon__img {
    width: 20px !important;
  }
}
.top_ctc__wrap__list {
  max-width: calc(1000px + 10%);
  margin: auto;
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 1181px) {
  .top_ctc__wrap__list {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1180px) {
  .top_ctc__wrap__list {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 768px) {
  .top_ctc__wrap__list {
    padding: 0 5%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .top_ctc__wrap__list {
    padding: 0 6%;
  }
}
.top_ctc__wrap__list__item {
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .top_ctc__wrap__list__item {
    border-left: 1px solid #fff;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top_ctc__wrap__list__item {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .top_ctc__wrap__list__item:last-child {
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .top_ctc__wrap__list__item:last-child {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (min-width: 768px) {
  .concept_about {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .concept_about {
    margin-bottom: 90px;
  }
}
.concept_about__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1181px) {
  .concept_about__ttl {
    font-size: 2.375em;
  }
}
@media screen and (max-width: 1180px) {
  .concept_about__ttl {
    font-size: 2em;
  }
}
@media screen and (max-width: 1180px) {
  .concept_about__ttl {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 768px) {
  .concept_about__txt {
    text-align: center;
  }
}

@media screen and (min-width: 1181px) {
  .concept_about2__list__item {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .concept_about2__list__item {
    display: flex;
    justify-content: space-between;
  }
}
.concept_about2__list__item:nth-child(odd) {
  flex-flow: row-reverse;
}
.concept_about2__list__item:nth-child(odd) .concept_about2__list__item__visual {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .concept_about2__list__item:nth-child(odd) .concept_about2__list__item__visual {
    margin-left: inherit;
  }
}
@media screen and (min-width: 768px) {
  .concept_about2__list__item:nth-child(odd) .concept_about2__list__item__cnt {
    padding-right: 6%;
  }
}
.concept_about2__list__item:nth-child(even) .concept_about2__list__item__visual {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .concept_about2__list__item:nth-child(even) .concept_about2__list__item__visual {
    margin-right: inherit;
  }
}
@media screen and (min-width: 768px) {
  .concept_about2__list__item:nth-child(even) .concept_about2__list__item__cnt {
    padding-left: 6%;
  }
}
@media screen and (min-width: 768px) {
  .concept_about2__list__item:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .concept_about2__list__item:not(:last-child) {
    margin-bottom: 70px;
  }
}
.concept_about2__list__item__visual {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .concept_about2__list__item__visual {
    margin-bottom: 40px;
  }
}
.concept_about2__list__item__visual__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .concept_about2__list__item__cnt {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .concept_about2__list__item__cnt {
    padding: 0 5%;
  }
}
.concept_about2__list__item__cnt__num {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1;
  display: table;
  color: #B3A47C;
  position: relative;
}
@media screen and (min-width: 768px) {
  .concept_about2__list__item__cnt__num {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .concept_about2__list__item__cnt__num {
    margin-bottom: 30px;
  }
}
.concept_about2__list__item__cnt__num::after {
  position: absolute;
  content: "";
  left: calc(100% + 1em);
  top: 50%;
  width: 100px;
  height: 1px;
  background-color: currentColor;
}
.concept_about2__list__item__cnt__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 1181px) {
  .concept_about2__list__item__cnt__ttl {
    font-size: 2.1875em;
  }
}
@media screen and (max-width: 1180px) {
  .concept_about2__list__item__cnt__ttl {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 768px) {
  .concept_about2__list__item__cnt__ttl {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .concept_about2__list__item__cnt__ttl {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
}
.concept_about2__list__item__cnt__ttl2 {
  color: #B3A47C;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .concept_about2__list__item__cnt__ttl2 {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 768px) {
  .concept_about2__list__item__cnt__txt {
    font-size: 0.875em;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .concept_about2__list__item__cnt__txt {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .design_wrap {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .design_wrap {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .design_wrap__cnt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .design_wrap__cnt {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .design_wrap__cnt .cmn_ttl {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .design_wrap__cnt__txt.txt_02 {
    width: 55%;
  }
  .design_wrap__cnt__txt {
    width: 52%;
  }
}
@media screen and (min-width: 768px) {
  .design_wrap__img {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .design_wrap__img {
    margin-bottom: 40px;
  }
}
.design_wrap__cnt2__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 1.25em;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .design_wrap2 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .design_wrap2 {
    margin-bottom: 60px;
  }
}
.design_wrap2__cnt {
  margin-bottom: 60px;
}
.design_wrap2__cnt__txt {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .design_wrap2__cnt2 {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .design_wrap2__cnt2 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .design_wrap2__cnt2__visual {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .design_wrap2__cnt2__visual {
    order: 2;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .design_wrap2__cnt2__cnt {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .design_wrap2__cnt2__cnt {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .design_wrap3 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .design_wrap3 {
    margin-bottom: 60px;
  }
}
.design_wrap3__cnt__txt {
  margin-bottom: 40px;
}
.design_wrap3__cnt__list {
  display: flex;
}
.design_wrap3__cnt__list__item {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .design_ela {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .design_ela {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .design_ela .cmn_ttl {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .design_ela__list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 40px 0 -50px;
  }
}
@media screen and (max-width: 767px) {
  .design_ela__list {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .design_ela__list__item {
    width: 30%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .design_ela__list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.design_ela__list__item__icon {
  display: block;
  width: 80px;
  margin: 0 auto 20px;
}
.design_ela__list__item__ttl {
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
  color: #B3A47C;
  font-size: 1.25em;
  margin-bottom: 10px;
}

.design_works__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .design_works__wrap {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .design_works__wrap {
    margin-bottom: 30px;
  }
}
.design_works__wrap__r {
  display: flex;
  align-items: center;
}
.design_works__ttl {
  color: #B3A47C;
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .design_works__ttl {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .design_works__ttl {
    font-size: 1.6em;
  }
}
.design_works__slide {
  overflow: unset;
}
.design_works__slide__item {
  aspect-ratio: 1/1;
}
.design_works__slide__item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.design_works__slide__item a:hover .design_works__slide__item__img {
  transform: scale(1.2);
}
.design_works__slide__item__img {
  transition: 0.5s;
}
.design_works__slide__arrow {
  display: flex;
  justify-content: space-between;
  width: 46px;
}
@media screen and (min-width: 768px) {
  .design_works__slide__arrow {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .design_works__slide__arrow {
    margin-right: 25px;
  }
}
.design_works__slide__arrow__prev, .design_works__slide__arrow__next {
  cursor: pointer;
  position: relative;
  width: 8px;
  aspect-ratio: 17/30;
}
.design_works__slide__arrow__prev::before, .design_works__slide__arrow__next::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-image: url(../images/arrow.svg);
          mask-image: url(../images/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #B3A47C;
  width: 100%;
  height: 100%;
}
.design_works__slide__arrow__prev.swiper-button-disabled, .design_works__slide__arrow__next.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
.design_works__slide__arrow__prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.design_features {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .design_features {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .design_features {
    padding: 80px 0 100px;
  }
}
.design_features .top_ttl {
  display: block;
  text-align: center;
}
.design_features .top_ttl__en {
  margin: 0 0 10px;
}
.design_features__list {
  font-family: "Zen Old Mincho", sans-serif;
  text-align: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .design_features__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .design_features__list {
    justify-content: center;
    margin-bottom: -5%;
    flex-flow: wrap;
  }
}
.design_features__list__item {
  border: 1px solid #D8D8D8;
}
@media screen and (min-width: 768px) {
  .design_features__list__item {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .design_features__list__item {
    width: 100%;
    margin-bottom: 5%;
  }
}
.design_features__list__item.current {
  border-color: #B3A47C;
}
.design_features__list__item.current a::after {
  opacity: 1;
}
.design_features__list__item a {
  display: block;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .design_features__list__item a {
    padding: 35px 1em 60px;
  }
}
@media screen and (max-width: 767px) {
  .design_features__list__item a {
    padding: 15px 1em 35px;
  }
}
.design_features__list__item a:hover {
  background-color: #FCFAF5;
}
.design_features__list__item a::after {
  position: absolute;
  content: "";
  left: 50%;
  background-color: #B3A47C;
  width: 6px;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .design_features__list__item a::after {
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .design_features__list__item a::after {
    bottom: 20px;
  }
}
.design_features__list__item__num {
  color: #B3A47C;
}
@media screen and (min-width: 768px) {
  .design_features__list__item__num {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .design_features__list__item__num {
    margin-bottom: 5px;
  }
}
.design_features__list__item__txt {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .design_features__list__item__txt {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .design_features__list__item__txt {
    font-size: 1em;
  }
}

@media screen and (min-width: 768px) {
  .after_service {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .after_service {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .after_service__txt {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .after_service__txt {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .after_service__cnt {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .after_service__cnt {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .after_service__cnt__visual {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .after_service__cnt__visual {
    order: 2;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .after_service__cnt__txt {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .after_service__cnt__txt {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .after_wrap {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .after_wrap {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .after_wrap__cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .after_wrap__cnt {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .after_wrap__cnt__l {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .after_wrap__cnt__l {
    margin-bottom: 30px;
  }
}
.after_wrap__cnt__l__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.8;
  font-size: 1.5em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .after_wrap__cnt__r {
    width: 47.5%;
  }
}
.after_wrap__cnt__r__ttl {
  background-color: #E9E4D6;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 1.25em;
  padding: 0.2em 1em;
}
@media screen and (min-width: 768px) {
  .after_wrap__cnt__r__ttl {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .after_wrap__cnt__r__ttl {
    margin-bottom: 20px;
  }
}
.after_wrap__cnt__r__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .after_wrap__cnt__r__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .after_wrap__cnt__r__list {
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: -4%;
  }
}
@media screen and (min-width: 768px) {
  .after_wrap__cnt__r__list__item {
    width: 31.5%;
  }
}
@media screen and (max-width: 767px) {
  .after_wrap__cnt__r__list__item {
    width: 31%;
    margin-bottom: 4%;
  }
  .after_wrap__cnt__r__list__item:not(:last-child) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 768px) {
  .after_wrap__list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .after_wrap__list__item {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .after_wrap__list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.after_wrap__list__item__txt {
  margin-bottom: 25px;
}
.after_wrap__list__item__bnr {
  background-color: #fff;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .after_wrap__list__item__bnr {
    display: block;
  }
}
.after_wrap__list__item__bnr__img {
  margin-bottom: 20px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .after_wrap__list__item__bnr__img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .after_wrap__list__item__bnr .btn {
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .after_partner {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .after_partner {
    margin-bottom: 70px;
  }
}
.after_partner__txt {
  margin-bottom: 30px;
}
.after_partner__img {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .after_system {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .after_system {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .after_system__list {
    margin-top: 30px;
  }
}
.after_system__list__item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #B3A47C;
}
.after_system__list__item__ttl {
  color: #B3A47C;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 1.25em;
  line-height: 1.8;
  margin-bottom: 10px;
}
.after_system__list__item__ttl span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  margin-right: 0.5em;
}

@media screen and (min-width: 768px) {
  .after_env {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .after_env {
    margin-bottom: 70px;
  }
}
.after_env__txt {
  margin-bottom: 30px;
}
@media screen and (min-width: 1181px) {
  .after_env__list__item {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .after_env__list__item {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .after_env__list__item:nth-child(odd) {
    flex-flow: row-reverse;
  }
}
.after_env__list__item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .after_env__list__item__visual {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .after_env__list__item__visual {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .after_env__list__item__cnt {
    width: 53%;
  }
}
.after_env__list__item__cnt__ttl {
  line-height: 1.8;
  font-size: 1.25em;
  color: #B3A47C;
  font-family: "Zen Old Mincho", sans-serif;
  margin-bottom: 10px;
}
.after_env__list__item__cnt__ttl span {
  margin-right: 0.5em;
  font-size: 0.8em;
}

@media screen and (min-width: 1181px) {
  .value_wrap__cnt {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .value_wrap__cnt {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .value_wrap__cnt__l {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .value_wrap__cnt__l {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .value_wrap__cnt__r {
    width: 55%;
  }
}
.value_wrap__cnt__r__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.8;
  font-size: 1.25em;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .value_wrap2 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .value_wrap2 {
    margin-bottom: 70px;
  }
}
.value_wrap2__cnt {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .value_wrap2__cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .value_wrap2__cnt__l {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .value_wrap2__cnt__l {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .value_wrap2__cnt__r {
    width: 47.5%;
  }
}
@media screen and (min-width: 768px) {
  .value_wrap2__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .value_wrap2__list {
    margin-bottom: 20px;
  }
}
.value_wrap2__list__item {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .value_wrap2__list__item {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .value_wrap2__list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.value_wrap2__list__item .cmn_ttl2 {
  margin-bottom: 0;
}
.value_wrap2__list__item__txt {
  padding: 15px 20px 20px;
}

@media screen and (min-width: 768px) {
  .value_model {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .value_model {
    margin-bottom: 70px;
  }
}
.value_model .cmn_ttl {
  margin-bottom: 30px;
}
.value_model__list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.value_model__list__item {
  margin-bottom: 0.5%;
}
@media screen and (min-width: 768px) {
  .value_model__list__item {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .value_model__list__item {
    width: 49.5%;
  }
}
.value_model__swiper {
  position: relative;
  margin-bottom: 80px;
}
.value_model__swiper__arrow {
  display: flex;
  justify-content: center;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.value_model__swiper__arrow__prev, .value_model__swiper__arrow__next {
  width: 32px;
  height: 32px;
  border: 1px solid currentColor;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
.value_model__swiper__arrow__prev::before, .value_model__swiper__arrow__next::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  aspect-ratio: 17/30;
  background: url(../images/arrow.svg) no-repeat center/100%;
}
.value_model__swiper__arrow__prev.swiper-button-disabled, .value_model__swiper__arrow__next.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
.value_model__swiper__arrow__prev {
  transform: rotate(180deg);
}
.value_model__swiper__arrow__next {
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .value_until {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .value_until {
    margin-bottom: 70px;
  }
}
.value_until__img {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .about_his {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .about_his {
    margin-bottom: 50px;
  }
}
.about_his__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .about_his__ttl {
    font-size: 2em;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about_his__ttl {
    font-size: 1.7em;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .about_his__txt {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about_his__txt {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .about_his__img {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about_his__img {
    margin-bottom: 30px;
  }
}
.about_his__list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.about_his__list__item {
  width: 49%;
  margin-bottom: 2%;
}

.about_sys {
  border-top: 1px solid #B3A47C;
}
@media screen and (min-width: 768px) {
  .about_sys {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .about_sys {
    padding-top: 50px;
  }
}
.about_sys__ttl {
  color: #B3A47C;
  font-size: 0.875em;
  margin-bottom: 10px;
}
.about_sys__ttl2 {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .about_sys__ttl2 {
    font-size: 2em;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about_sys__ttl2 {
    font-size: 1.7em;
    margin-bottom: 30px;
  }
}
.about_sys__txt {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .about_sys__list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .about_sys__list {
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 768px) {
  .about_sys__list__item {
    width: 29%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about_sys__list__item {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .about_sys__list__item__img {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .about_sys__list__item__img {
    display: block;
    width: 100%;
    margin: 0 auto 18px;
  }
}
.about_sys__list__item__ttl {
  text-align: center;
  font-weight: 500;
  font-size: 1.25em;
  margin-bottom: 10px;
}
.about_sys__list__item__ttl span {
  color: #B3A47C;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 400;
  margin-right: 15px;
}

@media screen and (min-width: 768px) {
  .model_about {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .model_about {
    margin-bottom: 60px;
  }
}
.model_about__wrap {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .model_about__wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .model_about__wrap__l {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .model_about__wrap__l {
    margin-bottom: 30px;
  }
}
.model_about__wrap__l__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .model_about__wrap__l__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .model_about__wrap__l__ttl {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 768px) {
  .model_about__wrap__r {
    width: 30%;
  }
}
.model_about__slide__arrow {
  margin-top: 30px;
  padding-top: 25px;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid currentColor;
}
.model_about__slide__arrow__prev, .model_about__slide__arrow__next {
  width: 32px;
  height: 32px;
  border: 1px solid currentColor;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
.model_about__slide__arrow__prev::before, .model_about__slide__arrow__next::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  aspect-ratio: 17/30;
  background: url(../images/arrow.svg) no-repeat center/100%;
}
.model_about__slide__arrow__prev.swiper-button-disabled, .model_about__slide__arrow__next.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
.model_about__slide__arrow__prev {
  transform: rotate(180deg);
}
.model_about__slide__arrow__next {
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .model_acs {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .model_acs {
    margin-bottom: 70px;
  }
}
.model_acs__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .model_acs__ttl {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .model_acs__ttl {
    font-size: 1.3em;
  }
}
.model_acs__txt {
  margin-bottom: 30px;
}
.model_acs__map {
  aspect-ratio: 12/5;
}
.model_acs__map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.model_form {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .model_form {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .model_form {
    padding: 70px 0;
  }
}

.reform_about__txt {
  margin-bottom: 60px;
}
.reform_about__img {
  margin-bottom: 60px;
}
.reform_about__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 1.25em;
  margin-bottom: 35px;
}
.reform_about__list {
  margin-bottom: 60px;
}
.reform_about__list__item:not(:last-child) {
  margin-bottom: 40px;
}
.reform_about__list__item__ttl {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .reform_about__list2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .reform_about__list2 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .reform_about__list2__item {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .reform_about__list2__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .reform_about__btn {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .reform_about__btn__item:not(:last-child) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .reform_about__btn__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reform_about__btn__item .btn {
    margin: auto;
  }
}

.company_num {
  display: table;
  position: relative;
  color: #B3A47C;
}
@media screen and (min-width: 768px) {
  .company_num {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .company_num {
    margin-bottom: 15px;
  }
}
.company_num::after {
  position: absolute;
  content: "";
  left: calc(100% + 1em);
  top: 50%;
  width: 100px;
  height: 1px;
  background-color: currentColor;
}

.company_ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 1181px) {
  .company_ttl {
    font-size: 2.375em;
  }
}
@media screen and (max-width: 1180px) {
  .company_ttl {
    font-size: 2em;
  }
}
@media screen and (min-width: 768px) {
  .company_ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .company_ttl {
    font-size: 1.7em;
    margin-bottom: 40px;
  }
}

.company_tbl {
  width: 100%;
  font-size: 14px;
  margin-bottom: -1.5em;
}
.company_tbl th {
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .company_tbl th {
    width: 10em;
  }
}
@media screen and (max-width: 767px) {
  .company_tbl th {
    width: 8.5em;
  }
}
.company_tbl td {
  padding-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .company_tbl td {
    width: calc(100% - 10em);
  }
}
@media screen and (max-width: 767px) {
  .company_tbl td {
    width: calc(100% - 8.5em);
  }
}
@media screen and (max-width: 767px) {
  .company_tbl th, .company_tbl td {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .company_tbl td {
    margin-bottom: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .company_profile {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .company_profile {
    margin-bottom: 70px;
  }
}
.company_profile__list__item {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .company_profile__list__item {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .company_profile__list__item:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .company_profile__list__item:not(:last-child) {
    margin-bottom: 70px;
  }
}
.company_profile__list__item:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (min-width: 768px) {
  .company_profile__list__item__visual {
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  .company_profile__list__item__visual {
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 768px) {
  .company_profile__list__item__cnt {
    width: 57%;
  }
}
.company_profile__list__item__cnt__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (min-width: 1181px) {
  .company_profile__list__item__cnt__ttl {
    font-size: 2.375em;
  }
}
@media screen and (max-width: 1180px) {
  .company_profile__list__item__cnt__ttl {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .company_profile__list__item__cnt__ttl {
    font-size: 1.5em;
  }
}
.company_profile__list__item__cnt__txt {
  font-size: 14px;
  margin-bottom: 30px;
}
.company_profile__list__item__cnt__name {
  float: right;
}
@media screen and (min-width: 768px) {
  .company_profile__list__item__cnt__name {
    width: 192px;
  }
}
@media screen and (max-width: 767px) {
  .company_profile__list__item__cnt__name {
    width: 120px;
  }
}

.company_overview {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .company_overview {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .company_overview {
    padding: 70px 0;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .company_overview__wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .company_overview__wrap__l {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .company_overview__wrap__r {
    width: 70%;
  }
}

@media screen and (min-width: 768px) {
  .company_acs {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .company_acs {
    margin-bottom: 70px;
  }
}
.company_acs__list__item {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .company_acs__list__item {
    display: flex;
  }
}
.company_acs__list__item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .company_acs__list__item__l {
    width: 47%;
    padding: 5%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .company_acs__list__item__l {
    padding: 20px;
  }
}
.company_acs__list__item__l__ttl {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 15px;
}
.company_acs__list__item__l .company_tbl {
  margin-bottom: -0.5em;
}
.company_acs__list__item__l .company_tbl th {
  width: 4em;
  padding-bottom: 0.5em;
}
.company_acs__list__item__l .company_tbl td {
  width: calc(100% - 4em);
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .company_acs__list__item__l .company_tbl th, .company_acs__list__item__l .company_tbl td {
    display: table-cell;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .company_acs__list__item__r {
    aspect-ratio: 160/89;
    width: 53%;
  }
}
@media screen and (max-width: 767px) {
  .company_acs__list__item__r {
    aspect-ratio: 3/2;
  }
}
.company_acs__list__item__r iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.company_his {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .company_his {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .company_his {
    padding: 70px 0;
  }
}

.event_cat {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 80px;
}
.event_cat__ttl {
  color: #B3A47C;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 1.125em;
  width: 90px;
}
@media screen and (max-width: 767px) {
  .event_cat__ttl {
    width: 100%;
    margin-bottom: 20px;
  }
}
.event_cat__list {
  display: flex;
  flex-flow: wrap;
  width: calc(100% - 90px);
  font-size: 0.875em;
  margin: 5px 0 -20px;
}
@media screen and (max-width: 767px) {
  .event_cat__list {
    width: 100%;
  }
}
.event_cat__list__item {
  margin-bottom: 20px;
}
.event_cat__list__item:not(:last-child) {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid currentColor;
}
.event_cat__list__item a:hover {
  opacity: 0.5;
}

.event_list {
  display: flex;
  flex-flow: wrap;
}
@media screen and (min-width: 768px) {
  .event_list {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .event_list {
    margin-bottom: -40px;
  }
}
.event_list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .event_list__item {
    width: 30%;
    margin-bottom: 60px;
  }
  .event_list__item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .event_list__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.event_list__item__cat {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1F1919;
  color: #fff;
  font-size: 0.875em;
  padding: 0 10px;
  z-index: 1;
}
.event_list__item__thumb {
  aspect-ratio: 1/1;
  position: relative;
}
.event_list__item__thumb a {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
}
.event_list__item__thumb a img {
  transition: transform 0.3s;
}
.event_list__item__thumb a:hover img {
  transform: scale(1.1);
}
.event_list__item__thumb a .close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.event_list__item__thumb a .close::after {
  position: absolute;
  content: "終了しました";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  white-space: nowrap;
  font-size: 1.25em;
}
@media screen and (min-width: 768px) {
  .event_list__item__thumb {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .event_list__item__thumb {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .event_list__item__cnt__ttl {
    margin-bottom: 10px;
  }
}
.event_list__item__cnt__tbl {
  width: 100%;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .event_list__item__cnt__tbl {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .event_list__item__cnt__tbl {
    margin-bottom: 5px;
    font-size: 0.85em;
  }
}
.event_list__item__cnt__tbl tr:nth-of-type(1) th::before {
  background-image: url(../images/icon_event_calendar.svg);
}
.event_list__item__cnt__tbl tr:nth-of-type(2) th::before {
  background-image: url(../images/icon_event_time.svg);
}
.event_list__item__cnt__tbl tr:nth-of-type(3) th::before {
  background-image: url(../images/icon_event_place.svg);
}
.event_list__item__cnt__tbl th {
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  position: relative;
  width: 6em;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .event_list__item__cnt__tbl th {
    padding-bottom: 7px;
  }
}
.event_list__item__cnt__tbl th::after {
  position: absolute;
  content: "：";
  right: 0;
  top: 0;
}
.event_list__item__cnt__tbl th::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.event_list__item__cnt__tbl td {
  width: calc(100% - 3em);
  padding-bottom: 7px;
}

@media screen and (min-width: 768px) {
  .post_article {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .post_article {
    padding-bottom: 50px;
  }
}
.post_article__cat {
  display: flex;
  flex-flow: wrap;
  margin: 0 -10px 10px 0;
  font-size: 0.8em;
  line-height: 1.5;
}
.post_article__cat__list {
  background-color: #1F1919;
  color: #fff;
  margin: 0 10px 10px 0;
  padding: 3px 5px;
}
.post_article__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .post_article__ttl {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .post_article__ttl {
    font-size: 1.7em;
  }
}
.post_article__day {
  font-size: 0.875em;
  color: #B3A47C;
  margin-bottom: 50px;
  font-family: "Zen Old Mincho", sans-serif;
}
.post_article__map {
  width: 100%;
}
.post_article__map iframe {
  width: 100%;
}
.post_article__tbl {
  width: 100%;
  line-height: 1.5;
  font-family: "Zen Old Mincho", sans-serif;
  color: #B3A47C;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .post_article__tbl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .post_article__tbl {
    margin-bottom: 30px;
  }
}
.post_article__tbl tr:nth-of-type(1) th::before {
  background-image: url(../images/icon_event_calendar_gl.svg);
}
.post_article__tbl tr:nth-of-type(2) th::before {
  background-image: url(../images/icon_event_time_gl.svg);
}
.post_article__tbl tr:nth-of-type(3) th::before {
  background-image: url(../images/icon_event_place_gl.svg);
}
.post_article__tbl th {
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  position: relative;
  width: 5.5em;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .post_article__tbl th {
    padding-bottom: 7px;
  }
}
.post_article__tbl th::after {
  position: absolute;
  content: "：";
  right: 0;
  top: 0;
}
.post_article__tbl th::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
}
.post_article__tbl td {
  width: calc(100% - 3em);
  padding-bottom: 7px;
}
.post_article__cnt img {
  display: block;
  margin: 30px 0;
}
.post_article__cnt p {
  margin: 20px 0;
}

.event_app {
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event_app {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .event_app {
    padding: 70px 0;
    margin-bottom: 70px;
  }
}
.event_app__ttl {
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .event_app__ttl {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .event_app__ttl {
    font-size: 1.25em;
  }
}

.event_nowon .cmn_ttl3 {
  color: #1F1919;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .event_nowon .top_case__list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .event_nowon .top_case__list {
    margin-bottom: 60px;
  }
}

.works_cat {
  margin-bottom: 40px;
}
.works_cat--level1, .works_cat--level2, .works_cat--level3 {
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f6f3ec;
}
.works_cat--level2 {
  background-color: #efeadd;
}
.works_cat--level3 {
  background-color: #e8e1cd;
}
.works_cat__ttl {
  text-align: center;
  color: #B3A47C;
  margin-bottom: 15px;
}
.works_cat__list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 0 -7px -7px;
  font-size: 0.875em;
}
.works_cat__list__item {
  border: 1px solid #1F1919;
  margin: 0 7px 7px;
  cursor: pointer;
}
.works_cat__list__item.current a {
  color: #fff;
  background-color: #1F1919;
}
.works_cat__list__item a {
  padding: 5px 10px;
}
.works_cat__list__item a:hover {
  color: #fff;
  background-color: #1F1919;
}

.works_filter {
  margin-bottom: 40px;
}

.works_result {
  position: relative;
  transition: opacity 0.2s;
}
.works_result.is-loading {
  opacity: 0.4;
  pointer-events: none;
}

.works_list__empty {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  color: #1F1919;
}

.works_pager {
  margin-top: 40px;
}
.works_pager__list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 6px;
}
.works_pager__item.is-current .works_pager__link {
  color: #fff;
  background-color: #1F1919;
}
.works_pager__link {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #1F1919;
  font-size: 0.875em;
}
.works_pager__link:hover {
  color: #fff;
  background-color: #1F1919;
}

.works_list {
  display: flex;
  flex-flow: wrap;
}
@media screen and (min-width: 768px) {
  .works_list {
    margin: 100px 0 -70px;
  }
}
@media screen and (max-width: 767px) {
  .works_list {
    margin: 80px 0 -40px;
  }
}
@media screen and (min-width: 768px) {
  .works_list__item {
    width: 30%;
    margin-bottom: 70px;
  }
  .works_list__item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .works_list__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.works_list__item__thumb {
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}
.works_list__item__thumb a {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
}
.works_list__item__thumb a img {
  transition: transform 0.3s;
}
.works_list__item__thumb a:hover img {
  transform: scale(1.1);
}
.works_list__item__cnt__cats {
  display: flex;
  flex-flow: wrap;
  gap: 4px;
  margin-bottom: 10px;
}
.works_list__item__cnt__cat {
  font-size: 0.75em;
  background-color: #1F1919;
  color: #fff;
  padding: 2px 6px;
  line-height: 1.4;
  display: inline-block;
}
.works_list__item__cnt__ttl {
  margin-bottom: 15px;
}

.works_wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .works_wrap {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .works_wrap {
    margin-bottom: 70px;
  }
}
.works_wrap::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #fff;
  z-index: -1;
}

.works_slider {
  margin-bottom: 16px;
  overflow: unset;
}
.works_slider__item {
  aspect-ratio: 3/2;
}
.works_slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .works_slider .swiper-slide {
    height: 700px;
  }
}
.works_slider .swiper-slide {
  overflow: hidden;
  opacity: 0 !important;
}
.works_slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.works_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.works_slider .swiper-button-next, .works_slider .swiper-button-prev {
  height: 20px;
  width: 10px;
  color: #1F1919;
}
.works_slider .swiper-button-next {
  right: -40px;
}
.works_slider .swiper-button-prev {
  left: -40px;
}

@media screen and (min-width: 768px) {
  .works_slider_thumb {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .works_slider_thumb {
    margin-bottom: 70px;
  }
}
.works_slider_thumb__item {
  aspect-ratio: 3/2;
  color: #1F1919;
}

.works_custom {
  display: flex;
  flex-flow: wrap;
  line-height: 1.5;
  padding: 2em 0 1em;
  border-top: 1px solid #B3A47C;
  border-bottom: 1px solid #B3A47C;
  margin-bottom: 60px;
}
.works_custom__item {
  display: flex;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .works_custom__item {
    width: 50%;
    padding: 0 2em;
  }
}
@media screen and (max-width: 767px) {
  .works_custom__item {
    width: 100%;
  }
}
.works_custom__item__ttl {
  border-right: 1px solid currentColor;
  padding-right: 1em;
  margin-right: 1em;
}

@media screen and (min-width: 768px) {
  .voice_img {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .voice_img {
    max-width: unset;
    width: 112%;
    margin: 0 0 70px -6%;
  }
}
.voice_img img {
  width: 100%;
}

.voice_staff {
  border: 1px solid #B3A47C;
}
@media screen and (min-width: 768px) {
  .voice_staff {
    padding: 30px 40px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .voice_staff {
    padding: 15px 20px;
    margin-top: 40px;
  }
}
.voice_staff__ttl {
  font-size: 1.25em;
  color: #B3A47C;
  margin-bottom: 10px;
}

.interview_list {
  display: flex;
  flex-flow: wrap;
}
@media screen and (min-width: 768px) {
  .interview_list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .interview_list {
    margin-bottom: 30px;
  }
}
.interview_list__item {
  width: 30%;
}
.interview_list__item:not(:nth-child(3n)) {
  margin-right: 5%;
}
@media screen and (min-width: 768px) {
  .interview_list__item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .interview_list__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .interview_list__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.interview_list__item__thumb {
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
.interview_list__item__ttl {
  line-height: 1.6;
}
@media screen and (min-width: 1181px) {
  .interview_list__item__ttl {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1180px) {
  .interview_list__item__ttl {
    font-size: 1em;
  }
}
.interview_list__open {
  display: block;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.interview_list__open img {
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .interview_list__open:hover img {
    transform: scale(1.1);
  }
}

.interview_modal {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 11;
}
.interview_modal.active {
  opacity: 1;
  visibility: visible;
}
.interview_modal__bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.4);
}
.interview_modal__wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 90svh;
  max-width: 1000px;
  width: calc(100% - 40px);
  background-color: #fff;
  border-radius: 20px;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .interview_modal__wrap {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .interview_modal__wrap {
    padding: 40px 6%;
  }
}
.interview_modal__wrap__thumb {
  aspect-ratio: 1/1;
  width: 80%;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .interview_modal__wrap__thumb {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .interview_modal__wrap__thumb {
    margin: 0 auto 25px;
  }
}
.interview_modal__wrap__cnt {
  margin-bottom: 30px;
}
.interview_modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #B3A47C;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .interview_modal__header {
    flex-wrap: wrap;
  }
}
.interview_modal__header__ttl {
  margin: 0;
  font-weight: 700;
  font-size: 1.5em;
}
.interview_modal__header__position {
  color: #B3A47C;
  font-size: 0.875em;
}
.interview_modal__table {
  width: 100%;
  margin-bottom: 50px;
}
.interview_modal__table th, .interview_modal__table td {
  font-size: 0.875em;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .interview_modal__table th, .interview_modal__table td {
    display: block;
    width: 100%;
  }
}
.interview_modal__table th {
  width: 160px;
  text-align: left;
  vertical-align: top;
}
.interview_modal__table td {
  padding-left: 20px;
}
.interview_modal__message {
  margin-bottom: 40px;
}
.interview_modal__message h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 10px;
}
.interview_modal__message div {
  line-height: 1.6;
  font-size: 1em;
}
.interview_modal__close {
  color: #1F1919;
  width: 122px;
  height: 38px;
  line-height: 34px;
  border-radius: 50px;
  border: 1px solid currentColor;
  display: block;
  margin: auto;
  font-size: 0.875em;
  font-family: "Zen Old Mincho", sans-serif;
  background-color: #fff;
  transition: 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.interview_modal__close:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .estate_cnt {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .estate_cnt {
    margin-bottom: 50px;
  }
}
.estate_cnt__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .estate_cnt__ttl {
    font-size: 2em;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .estate_cnt__ttl {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}

.estate_list {
  display: flex;
  flex-flow: wrap;
}
@media screen and (min-width: 768px) {
  .estate_list {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .estate_list {
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 768px) {
  .estate_list__item {
    width: 30%;
    margin-bottom: 60px;
  }
  .estate_list__item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .estate_list__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.estate_list__item__thumb {
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.estate_list__item__thumb a {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
}
.estate_list__item__thumb a img {
  transition: transform 0.3s;
}
.estate_list__item__thumb a:hover img {
  transform: scale(1.1);
}
.estate_list__item__ttl {
  margin-bottom: 15px;
}

.estate_form {
  margin-top: 100px;
}

.about_award {
  margin-bottom: 80px;
}
.about_award__ttl {
  margin-bottom: 20px;
  padding: 5px 20px;
  color: #fff;
  background-color: #B3A47C;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .about_award__ttl {
    font-size: 1.25em;
  }
}
.about_award__list {
  width: 90%;
  margin: 0 auto 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .about_award__list {
    width: 100%;
  }
}
.about_award__list li {
  list-style: disc;
}
.about_award__images {
  display: flex;
  gap: 20px;
}
.about_award__images li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about_award__images {
    flex-wrap: wrap;
  }
  .about_award__images li {
    width: 100%;
  }
}

.column_list {
  display: flex;
  flex-flow: wrap;
}
@media screen and (min-width: 768px) {
  .column_list {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .column_list {
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 768px) {
  .column_list__item {
    width: 30%;
    margin-bottom: 60px;
  }
  .column_list__item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .column_list__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.column_list__item__thumb {
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.column_list__item__thumb a {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
}
.column_list__item__thumb a img {
  transition: transform 0.3s;
}
.column_list__item__thumb a:hover img {
  transform: scale(1.1);
}
.column_list__item__day {
  color: #B3A47C;
  font-size: 0.875em;
}
.column_list__item__ttl {
  margin-bottom: 15px;
}

.pagination_list {
  display: flex;
  justify-content: center;
  font-family: "Zen Old Mincho", sans-serif;
  line-height: 1;
}
.pagination_list__item:nth-child(1) a {
  border-right: 1px solid currentColor;
}
.pagination_list__item:nth-child(3) a {
  border-left: 1px solid currentColor;
}
.pagination_list__item a {
  display: block;
  padding: 0 2em;
}
.pagination_list__item a:hover {
  opacity: 0.5;
}

.request_cnt {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .request_cnt {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .request_cnt {
    padding: 50px 0 70px;
  }
}
@media screen and (min-width: 768px) {
  .request_cnt .form_tbl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .request_cnt .form_tbl {
    margin-bottom: 20px;
  }
}

.ctc_cnt {
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 100px;
}
.ctc_cnt .aioseo-breadcrumbs {
  margin-bottom: 100px;
}
.ctc_cnt .low_mainvisual2__ttl {
  margin-bottom: 40px;
}
.ctc_cnt__txt {
  text-align: center;
  margin-bottom: 80px;
}
.ctc_cnt__dlist {
  text-align: center;
  margin: 0 auto 100px;
  max-width: 840px;
}
.ctc_cnt__dlist__ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .ctc_cnt__dlist__list {
    display: flex;
    justify-content: space-between;
  }
}
.ctc_cnt__dlist__list__wrap {
  border: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .ctc_cnt__dlist__list__wrap {
    width: 48%;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ctc_cnt__dlist__list__wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ctc_cnt__dlist__list__wrap:not(:last-child) {
    margin-bottom: 20px;
  }
}
.ctc_cnt__dlist__list__wrap__num {
  line-height: 1;
  color: #B3A47C;
}
@media screen and (min-width: 768px) {
  .ctc_cnt__dlist__list__wrap__num {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .ctc_cnt__dlist__list__wrap__num {
    font-size: 2em;
  }
}
.ctc_cnt__dlist__list__wrap__num span {
  margin: -5px 10px 0 0;
  font-size: 0.875rem;
  vertical-align: middle;
  display: inline-block;
}
.ctc_cnt__dlist__list__wrap__num span img {
  width: 17px;
  height: 16px;
}
.ctc_cnt__dlist__list__wrap__time {
  margin-top: 5px;
  font-size: 0.875rem;
}
.ctc_cnt .form_privacy {
  margin-top: 30px;
}

.privacy_dlist:not(:last-child) {
  margin-bottom: 50px;
}
.privacy_dlist__ttl {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 1.25em;
  color: #B3A47C;
  margin-bottom: 10px;
}
.privacy_dlist__list {
  margin-top: 1em;
}
.privacy_dlist__list__item {
  position: relative;
  padding-left: 1em;
}
.privacy_dlist__list__item::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}