@charset "UTF-8";
:root {
  --max-view-width: clamp(0px, 78.3333333333vw, 1579.2px);
  --padding: clamp(0px, 6.6666666667vw, 134.4px);
  --black: #1C1E1F;
  --white: #fff;
}

/* !!------------------------------------ */
/* !! @note 共通 */
/* !!------------------------------------ */
a {
  text-decoration: none;
  color: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all;
}
body.oh {
  overflow: hidden;
}

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

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

svg {
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display: block;
  line-height: 1;
}

alabel {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address,
em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

button,
select {
  vertical-align: middle;
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

::-moz-selection {
  color: var(--white);
  background: var(--black);
}

::selection {
  color: var(--white);
  background: var(--black);
}

::-moz-selection {
  color: var(--white);
  background: var(--black);
}

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

html {
  min-height: 100%;
  font-size: 10px;
}
html.wp-login {
  margin-top: 0 !important;
}
html.mac {
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100%;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: var(--black);
  word-break: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
body.on {
  overflow: hidden;
}

.fadeTriggerOnce,
.fadeInUpTriggerOnce {
  opacity: 0;
}

/* !!------------------------------------ */
/* !! @note 共通 */
.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

.inner {
  max-width: var(--max-view-width);
  min-width: var(--max-view-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--padding);
  padding-left: var(--padding);
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
    min-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.container {
  height: 100%;
  overflow: clip;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container {
    min-width: 100%;
  }
}

.table-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-wrap {
    width: 100vw;
    overflow-x: scroll;
  }
}

.wrap {
  display: grid;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap {
    flex-direction: column;
    gap: clamp(0px, 8vw, 42px);
  }
}

section {
  position: relative;
}
@media screen and (max-width: 767px) {
  section {
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
  }
}

.movie-wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.movie-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lead-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .lead-txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}

.gothic-font {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.mincho-font {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

/* !!------------------------------------ */
/* !! @note header */
.header {
  width: 100%;
  height: clamp(0px, 6.9444444444vw, 140px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(0px, 3.8888888889vw, 78.4px);
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .header {
    height: clamp(0px, 13.3333333333vw, 70px);
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
  }
}
.header .logo {
  width: clamp(0px, 9.9305555556vw, 200.2px);
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: clamp(0px, 21.3333333333vw, 112px);
  }
}
.header .gnav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header .gnav-list {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .header .gnav-list_item {
    width: 100%;
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
  }
}
.header .gnav-list a {
  font-size: clamp(0px, 1.25vw, 25.2px);
  display: flex;
  align-items: center;
  padding: 0 clamp(0px, 1.3888888889vw, 28px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .gnav-list a {
    font-size: clamp(0px, 4.8vw, 25.2px);
    justify-content: center;
    padding: clamp(0px, 5.3333333333vw, 28px);
  }
}
.header .gnav-list a:after {
  content: "";
  width: 1px;
  height: clamp(0px, 1.1111111111vw, 22.4px);
  background-color: var(--black);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .header .gnav-list a:after {
    content: none;
  }
}
.header .gnav-list_item:last-child a:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .nav {
    width: 100%;
    height: 100vh;
    background-color: var(--white);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
  }
  .btn-hbg {
    width: clamp(0px, 13.3333333333vw, 70px);
    height: clamp(0px, 13.3333333333vw, 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--black);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
  }
  .btn-hbg span {
    width: clamp(0px, 5.3333333333vw, 28px);
    height: 1px;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .btn-hbg span:before, .btn-hbg span:after {
    content: "";
    width: clamp(0px, 5.3333333333vw, 28px);
    height: 1px;
    background-color: var(--white);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: transform ease-out 0.2s;
  }
  .btn-hbg span:before {
    top: calc(50% - clamp(0px, 1.6vw, 8.4px));
  }
  .btn-hbg span:after {
    top: calc(50% + clamp(0px, 1.6vw, 8.4px));
  }
  .btn-hbg.on span {
    background-color: transparent;
  }
  .btn-hbg.on span:before {
    content: "";
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .btn-hbg.on span:after {
    content: "";
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
  }
}
/* !!------------------------------------ */
/* !! @note TOP */
.top .kv-section {
  width: 100%;
  height: 100vh;
  min-height: clamp(0px, 60vw, 1209.6px);
  background-image: url(../img/index/bg-top_kv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .top .kv-section {
    min-height: auto;
  }
}
.top .kv-section .inner {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top .kv-section .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.top .kv-section .wrap {
  height: 100%;
  grid-template-columns: auto clamp(0px, 26.7361111111vw, 539px);
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 5.6944444444vw, 114.8px);
  position: relative;
  top: clamp(0px, 3.4722222222vw, 70px);
}
@media screen and (max-width: 767px) {
  .top .kv-section .wrap {
    height: auto;
    grid-template-columns: 1fr;
    gap: clamp(0px, 10.6666666667vw, 56px);
    top: clamp(0px, 6.6666666667vw, 35px);
  }
  .top .kv-section .wrap .right-wrap {
    width: clamp(0px, 42.6666666667vw, 224px);
    margin: 0 auto;
  }
}
.top .kv-section .en-font {
  font-size: clamp(0px, 4.1666666667vw, 84px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: clamp(0px, 1.1805555556vw, 23.8px);
}
@media screen and (max-width: 767px) {
  .top .kv-section .en-font {
    font-size: clamp(0px, 10.6666666667vw, 56px);
    text-align: center;
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .kv-section .mincho-font {
  font-size: clamp(0px, 1.6666666667vw, 33.6px);
}
@media screen and (max-width: 767px) {
  .top .kv-section .mincho-font {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    text-align: center;
  }
}
.top .concept-section {
  padding-top: clamp(0px, 11.1111111111vw, 224px);
  padding-bottom: clamp(0px, 13.8888888889vw, 280px);
}
@media screen and (max-width: 767px) {
  .top .concept-section {
    padding-top: clamp(0px, 16vw, 84px);
    padding-bottom: clamp(0px, 21.3333333333vw, 112px);
  }
}
.top .concept-section .ttl-h2 {
  font-size: clamp(0px, 2.5vw, 50.4px);
  line-height: 1.5;
  text-align: center;
  margin-bottom: clamp(0px, 4.1666666667vw, 84px);
}
@media screen and (max-width: 767px) {
  .top .concept-section .ttl-h2 {
    font-size: clamp(0px, 6.4vw, 33.6px);
  }
}
.top .concept-section .lead-txt {
  font-size: clamp(0px, 1.3888888889vw, 28px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top .concept-section .lead-txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.top .service-section {
  color: var(--white);
  background-color: var(--black);
  padding: clamp(0px, 11.1111111111vw, 224px) 0;
}
@media screen and (max-width: 767px) {
  .top .service-section {
    padding: clamp(0px, 21.3333333333vw, 112px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .service-section .ttl-h2 {
  font-size: clamp(0px, 3.8888888889vw, 78.4px);
  margin: 0 auto;
  margin-bottom: clamp(0px, 4.4444444444vw, 89.6px);
}
@media screen and (max-width: 767px) {
  .top .service-section .ttl-h2 {
    font-size: clamp(0px, 8.5333333333vw, 44.8px);
    margin-bottom: clamp(0px, 8.5333333333vw, 44.8px);
  }
}
.top .service-section .service-list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, 2.7777777778vw, 56px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top .service-section .service-list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 8.5333333333vw, 44.8px);
  }
}
@media screen and (max-width: 767px) {
  .top .service-section figure img {
    width: 100%;
    height: clamp(0px, 53.3333333333vw, 280px);
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
  }
}
.top .service-section figcaption {
  font-size: clamp(0px, 1.6666666667vw, 33.6px);
  line-height: 1.6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0px, 1.3888888889vw, 28px) 0;
}
@media screen and (max-width: 767px) {
  .top .service-section figcaption {
    font-size: clamp(0px, 4.8vw, 25.2px);
    justify-content: flex-start;
    padding: clamp(0px, 4.2666666667vw, 22.4px) 0 clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.top .information-section {
  padding: clamp(0px, 11.1111111111vw, 224px) 0;
}
@media screen and (max-width: 767px) {
  .top .information-section {
    padding: clamp(0px, 21.3333333333vw, 112px) clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .information-section .lead-txt {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .top .information-section .lead-txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.top .information-section .lead-txt + .lead-txt {
  margin-top: 1.5em;
}
.top .information-section dl {
  width: clamp(0px, 64.9305555556vw, 1309px);
  display: grid;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top .information-section dl {
    width: 100%;
  }
}
.top .information-section dl + dl {
  margin-top: clamp(0px, 8.3333333333vw, 168px);
}
@media screen and (max-width: 767px) {
  .top .information-section dl + dl {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
  }
}
.top .information-section dt {
  font-size: clamp(0px, 3.3333333333vw, 67.2px);
  color: #ADB9CD;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: clamp(0px, 2.0833333333vw, 42px);
  border-bottom: 1px solid var(--black);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top .information-section dt {
    font-size: clamp(0px, 6.4vw, 33.6px);
    padding-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.top .information-section dt:after {
  content: "";
  width: clamp(0px, 2.0138888889vw, 40.6px);
  height: clamp(0px, 2.0138888889vw, 40.6px);
  background-image: url(../img/index/icon-arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: transform ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .top .information-section dt:after {
    width: clamp(0px, 3.2vw, 16.8px);
    height: clamp(0px, 3.2vw, 16.8px);
  }
}
.top .information-section dd {
  padding-top: clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .top .information-section dd {
    padding: clamp(0px, 6.4vw, 33.6px) clamp(0px, 4.2666666667vw, 22.4px) 0 clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.top .information-section ._open dt:after {
  transform: scale(1, -1);
}
.top .btn-contact {
  width: clamp(0px, 42.2222222222vw, 851.2px);
  height: clamp(0px, 12.2916666667vw, 247.8px);
  font-size: clamp(0px, 3.3333333333vw, 67.2px);
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: clamp(0px, 8.3333333333vw, 168px) auto 0;
  background-color: var(--black);
  border-radius: clamp(0px, 6.25vw, 126px);
  transition: background-color ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .top .btn-contact {
    width: clamp(0px, 69.3333333333vw, 364px);
    height: clamp(0px, 21.3333333333vw, 112px);
    font-size: clamp(0px, 6.4vw, 33.6px);
    margin-top: clamp(0px, 10.6666666667vw, 56px);
    border-radius: clamp(0px, 10.6666666667vw, 56px);
  }
}
.top .btn-contact span {
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  margin-top: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .top .btn-contact span {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin-top: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
@media screen and (min-width: 768px) {
  .top .btn-contact:hover {
    background-color: #939395;
  }
}

/* !!------------------------------------ */
/* !! @note footer */
.footer {
  height: clamp(0px, 11.1111111111vw, 224px);
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  text-align: center;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
}
@media screen and (max-width: 767px) {
  .footer {
    height: clamp(0px, 21.3333333333vw, 112px);
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}

/* !!------------------------------------ */
/* !! @note 404 */
.page-notfound .kv-section {
  height: calc(100vh - clamp(0px, 11.1111111111vw, 224px));
  min-height: clamp(0px, 57.9861111111vw, 1169px);
  background-image: url(../img/notfound/kv-page_notfound.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section {
    height: auto;
    min-height: 0;
    padding-top: clamp(0px, 34.6666666667vw, 182px);
    padding-bottom: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page-notfound .kv-section .inner {
  height: 100%;
}
.page-notfound .kv-section .ttl-h1 {
  font-size: clamp(0px, 4.0277777778vw, 81.2px);
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section .ttl-h1 {
    font-size: clamp(0px, 12.8vw, 67.2px);
    text-align: center;
  }
}
.page-notfound .kv-section strong {
  font-size: clamp(0px, 8.3333333333vw, 168px);
  color: var(--white);
  text-align: right;
  display: block;
  margin-bottom: clamp(0px, 1.25vw, 25.2px);
  padding-top: clamp(0px, 1.6666666667vw, 33.6px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section strong {
    font-size: clamp(0px, 21.3333333333vw, 112px);
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
    padding-top: clamp(0px, 8.5333333333vw, 44.8px);
    position: relative;
    top: clamp(0px, 1.3333333333vw, 7px);
  }
}
.page-notfound .kv-section strong:after {
  content: "";
  width: clamp(0px, 26.0416666667vw, 525px);
  height: clamp(0px, 9.4444444444vw, 190.4px);
  background-color: var(--black);
  position: absolute;
  top: clamp(-7px, -1.3333333333vw, 0px);
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section strong:after {
    width: 100%;
    height: 100%;
  }
}
.page-notfound .kv-section .wrap {
  height: 100%;
  justify-content: center;
  grid-template-columns: clamp(0px, 26.7361111111vw, 539px) auto;
  gap: clamp(0px, 3.0555555556vw, 61.6px);
  position: relative;
  top: clamp(0px, 3.4722222222vw, 70px);
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section .wrap {
    grid-template-columns: 1fr;
    gap: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-notfound .kv-section .ttl-h2 {
  font-size: clamp(0px, 2.2222222222vw, 44.8px);
  font-weight: 500;
  margin-bottom: clamp(0px, 1.6666666667vw, 33.6px);
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section .ttl-h2 {
    font-size: clamp(0px, 5.8666666667vw, 30.8px);
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-notfound .kv-section .lead-txt {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section .lead-txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.6;
  }
}
.page-notfound .kv-section .btn-top {
  width: clamp(0px, 18.0555555556vw, 364px);
  height: clamp(0px, 3.8888888889vw, 78.4px);
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(0px, 2.7777777778vw, 56px);
  padding: clamp(0px, 1.1111111111vw, 22.4px) clamp(0px, 2.2222222222vw, 44.8px);
  background-color: var(--black);
  border-radius: clamp(0px, 1.9444444444vw, 39.2px);
  transition: background-color ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section .btn-top {
    width: clamp(0px, 53.3333333333vw, 280px);
    height: clamp(0px, 17.0666666667vw, 89.6px);
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin: clamp(0px, 10.6666666667vw, 56px) auto 0;
    padding: clamp(0px, 4.2666666667vw, 22.4px) clamp(0px, 8.5333333333vw, 44.8px);
    border-radius: clamp(0px, 8.5333333333vw, 44.8px);
  }
}
.page-notfound .kv-section .btn-top:after {
  content: "";
  width: clamp(0px, 1.25vw, 25.2px);
  height: clamp(0px, 1.0416666667vw, 21px);
  background-image: url(../img/notfound/icon-arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .page-notfound .kv-section .btn-top:after {
    width: clamp(0px, 3.2vw, 16.8px);
    height: clamp(0px, 2.6666666667vw, 14px);
  }
}
@media screen and (min-width: 768px) {
  .page-notfound .kv-section .btn-top:hover {
    background-color: #939395;
  }
}

/* !!------------------------------------ */
/* !! @note Contact */
.page-contact {
  background-color: #EFEEF3;
}
.page-contact .kv-section {
  padding-top: clamp(0px, 17.3611111111vw, 350px);
  padding-bottom: clamp(0px, 4.8611111111vw, 98px);
}
@media screen and (max-width: 767px) {
  .page-contact .kv-section {
    padding-top: clamp(0px, 34.6666666667vw, 182px);
    padding-bottom: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-contact .kv-section hgroup {
  margin-bottom: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .page-contact .kv-section hgroup {
    margin-bottom: clamp(0px, 8.5333333333vw, 44.8px);
  }
}
.page-contact .kv-section hgroup .en-font {
  font-size: clamp(0px, 5vw, 100.8px);
  margin-bottom: clamp(0px, 1.1805555556vw, 23.8px);
}
@media screen and (max-width: 767px) {
  .page-contact .kv-section hgroup .en-font {
    font-size: clamp(0px, 10.6666666667vw, 56px);
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-contact .kv-section hgroup .ttl-h2 {
  font-size: clamp(0px, 1.6666666667vw, 33.6px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page-contact .kv-section hgroup .ttl-h2 {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-contact .kv-section .lead-txt {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .page-contact .kv-section .lead-txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-contact .content-section {
  padding-bottom: clamp(0px, 11.1111111111vw, 224px);
}
@media screen and (max-width: 767px) {
  .page-contact .content-section {
    padding-bottom: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page-contact .entry-wrap {
  padding: clamp(0px, 6.5277777778vw, 131.6px) clamp(0px, 6.1111111111vw, 123.2px) clamp(0px, 7.3611111111vw, 148.4px);
  background-color: var(--white);
  border-radius: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .page-contact .entry-wrap {
    padding: clamp(0px, 10.6666666667vw, 56px) clamp(0px, 5.3333333333vw, 28px);
    border-radius: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-contact .contact-list {
  display: grid;
  gap: clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .page-contact .contact-list {
    gap: clamp(0px, 6.4vw, 33.6px);
  }
}
.page-contact .contact-list ol {
  display: grid;
  grid-template-columns: repeat(2, clamp(0px, 17.0138888889vw, 343px));
  gap: clamp(0px, 1.0416666667vw, 21px);
}
@media screen and (max-width: 767px) {
  .page-contact .contact-list ol {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-contact .ttl {
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: clamp(0px, 0.6944444444vw, 14px);
  margin-bottom: clamp(0px, 1.0416666667vw, 21px);
}
@media screen and (max-width: 767px) {
  .page-contact .ttl {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    gap: clamp(0px, 2.1333333333vw, 11.2px);
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-contact .ttl span {
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--white);
  padding: clamp(0px, 0.2777777778vw, 5.6px) clamp(0px, 0.5555555556vw, 11.2px);
  background-color: var(--black);
  border-radius: clamp(0px, 0.2777777778vw, 5.6px);
}
@media screen and (max-width: 767px) {
  .page-contact .ttl span {
    font-size: clamp(0px, 2.9333333333vw, 15.4px);
    padding: clamp(0px, 1.0666666667vw, 5.6px) clamp(0px, 2.1333333333vw, 11.2px);
    border-radius: clamp(0px, 0.8vw, 4.2px);
  }
}
.page-contact .wpcf7-form-control-wrap {
  display: block;
}
.page-contact input, .page-contact textarea {
  width: 100%;
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: clamp(0px, 0.9722222222vw, 19.6px) clamp(0px, 1.1111111111vw, 22.4px);
  border: 1px solid #CACACA;
  border-radius: clamp(0px, 0.2777777778vw, 5.6px);
}
@media screen and (max-width: 767px) {
  .page-contact input, .page-contact textarea {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    padding: clamp(0px, 3.2vw, 16.8px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-contact textarea {
  height: clamp(0px, 34.0277777778vw, 686px);
  line-height: 1.6;
  padding: clamp(0px, 1.3194444444vw, 26.6px) clamp(0px, 1.1111111111vw, 22.4px);
  resize: none;
}
@media screen and (max-width: 767px) {
  .page-contact textarea {
    height: clamp(0px, 85.3333333333vw, 448px);
    padding: clamp(0px, 4.2666666667vw, 22.4px) clamp(0px, 3.2vw, 16.8px);
  }
}
.page-contact ::-moz-placeholder {
  color: #CACACA;
}
.page-contact ::placeholder {
  color: #CACACA;
}
.page-contact :focus {
  outline: none;
}
.page-contact .acceptance-wrap {
  padding: clamp(0px, 5vw, 100.8px) 0 clamp(0px, 2.8472222222vw, 57.4px);
}
@media screen and (max-width: 767px) {
  .page-contact .acceptance-wrap {
    padding: clamp(0px, 10.6666666667vw, 56px) 0;
  }
}
.page-contact .acceptance-wrap .wpcf7-form-control-wrap {
  display: flex;
  justify-content: center;
}
.page-contact .acceptance-wrap .wpcf7-list-item {
  margin-left: 0;
}
.page-contact .acceptance-wrap label {
  cursor: pointer;
}
.page-contact .acceptance-wrap label input {
  width: auto;
  display: none;
}
.page-contact .acceptance-wrap label input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.page-contact .acceptance-wrap label .wpcf7-list-item-label {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.55;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-contact .acceptance-wrap label .wpcf7-list-item-label {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    display: block;
    padding-left: clamp(0px, 8.5333333333vw, 44.8px);
  }
}
.page-contact .acceptance-wrap label .wpcf7-list-item-label a {
  text-decoration: underline;
}
.page-contact .acceptance-wrap label .wpcf7-list-item-label:before {
  content: "";
  width: clamp(0px, 2.2222222222vw, 44.8px);
  height: clamp(0px, 2.2222222222vw, 44.8px);
  margin-right: clamp(0px, 0.8333333333vw, 16.8px);
  border: 1px solid var(--black);
}
@media screen and (max-width: 767px) {
  .page-contact .acceptance-wrap label .wpcf7-list-item-label:before {
    width: clamp(0px, 6.4vw, 33.6px);
    height: clamp(0px, 6.4vw, 33.6px);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.page-contact .acceptance-wrap label .wpcf7-list-item-label:after {
  content: "";
  width: clamp(0px, 1.6666666667vw, 33.6px);
  height: clamp(0px, 1.6666666667vw, 33.6px);
  background-image: url(../img/contact/icon-checked.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: clamp(0px, 0.2777777778vw, 5.6px);
  left: clamp(0px, 0.2777777778vw, 5.6px);
  opacity: 0;
  transition: opacity ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .page-contact .acceptance-wrap label .wpcf7-list-item-label:after {
    width: clamp(0px, 4.2666666667vw, 22.4px);
    height: clamp(0px, 4.2666666667vw, 22.4px);
    top: clamp(0px, 1.0666666667vw, 5.6px);
    left: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.page-contact .wpcf7-not-valid {
  border-color: #F90000;
}
.page-contact .wpcf7-not-valid-tip {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: right;
  color: #F90000;
  display: block;
  margin-top: clamp(0px, 0.6944444444vw, 14px);
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7-not-valid-tip {
    font-size: clamp(0px, 3.2vw, 16.8px);
    margin-top: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-contact .btn-submit {
  width: clamp(0px, 23.6111111111vw, 476px);
  height: clamp(0px, 5.5555555556vw, 112px);
  font-size: clamp(0px, 1.3888888889vw, 28px);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  border-radius: clamp(0px, 2.7777777778vw, 56px);
  border-color: var(--black);
  background-color: var(--black);
  transition: all ease-out 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-contact .btn-submit {
    width: clamp(0px, 69.3333333333vw, 364px);
    height: clamp(0px, 21.3333333333vw, 112px);
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    border-radius: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-contact .btn-submit:disabled {
  color: #D9D9D9;
  border: 1px solid #D9D9D9;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .page-contact .btn-submit:disabled:hover {
    background-color: transparent;
    border-color: #D9D9D9;
  }
}
@media screen and (min-width: 768px) {
  .page-contact .btn-submit:hover {
    background-color: #939395;
    border-color: #939395;
  }
}
.page-contact .wpcf7-spinner {
  display: block;
  margin: clamp(0px, 1.3888888889vw, 28px) auto;
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7-spinner {
    margin: clamp(0px, 4.2666666667vw, 22.4px) auto;
  }
}
.page-contact .wpcf7 form .wpcf7-response-output {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  text-align: center;
  margin: 0;
  padding: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7 form .wpcf7-response-output {
    font-size: clamp(0px, 3.2vw, 16.8px);
    line-height: 1.4;
    padding: clamp(0px, 6.4vw, 33.6px);
  }
}
.page-contact .screen-reader-response {
  display: none;
}
.page-contact .wpcf7-turnstile {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7-turnstile {
    margin-bottom: clamp(0px, 8vw, 42px);
  }
}

/* !!------------------------------------ */
/* !! @note Thanks */
.page-thanks {
  background-color: #EFEEF3;
}
.page-thanks .content-section {
  padding-top: clamp(0px, 18.0555555556vw, 364px);
  padding-bottom: clamp(0px, 11.1111111111vw, 224px);
}
@media screen and (max-width: 767px) {
  .page-thanks .content-section {
    padding-top: clamp(0px, 34.6666666667vw, 182px);
    padding-bottom: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page-thanks .entry-wrap {
  padding: clamp(0px, 6.9444444444vw, 140px) clamp(0px, 9.7222222222vw, 196px);
  background-color: var(--white);
  border-radius: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .page-thanks .entry-wrap {
    padding: clamp(0px, 10.6666666667vw, 56px) clamp(0px, 5.3333333333vw, 28px);
    border-radius: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-thanks .entry-wrap .ttl-h2 {
  font-size: clamp(0px, 2.2222222222vw, 44.8px);
  margin-bottom: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .page-thanks .entry-wrap .ttl-h2 {
    font-size: clamp(0px, 6.4vw, 33.6px);
    line-height: 1.4;
    text-align: justify;
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-thanks .entry-wrap .lead-txt {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-thanks .entry-wrap .lead-txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.page-thanks .btn-top {
  width: clamp(0px, 20.8333333333vw, 420px);
  height: clamp(0px, 5.5555555556vw, 112px);
  font-size: clamp(0px, 1.3888888889vw, 28px);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: clamp(0px, 5.5555555556vw, 112px) auto 0;
  background-color: var(--black);
  border-radius: clamp(0px, 2.7777777778vw, 56px);
  transition: background-color ease-out 0.2s;
}
@media screen and (min-width: 768px) {
  .page-thanks .btn-top:hover {
    background-color: #939395;
  }
}
@media screen and (max-width: 767px) {
  .page-thanks .btn-top {
    width: clamp(0px, 53.3333333333vw, 280px);
    height: clamp(0px, 17.0666666667vw, 89.6px);
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    margin-top: clamp(0px, 10.6666666667vw, 56px);
    border-radius: clamp(0px, 8.5333333333vw, 44.8px);
  }
}/*# sourceMappingURL=main.css.map */