@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes clipText {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes textRevealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes lineheiht {
  from {
    height: 0;
  }
  to {
    height: 102%;
  }
}
/*-------------------------------------------------------------
 見出し
-------------------------------------------------------------*/
/* 下層ページヘッダータイトル */
.area-pagetitle {
  position: relative;
  overflow: hidden;
  padding-bottom: 5.8rem;
  margin-bottom: 4.8rem;
}
.area-pagetitle .img-page-main {
  height: 27.8rem;
}
.area-pagetitle .img-page-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.area-pagetitle .ttl-page {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  padding: 0 5.7333vw;
  width: 100%;
}
.area-pagetitle .ttl-page span {
  line-height: 1;
  display: block;
}
.area-pagetitle .ttl-page .txt-en {
  font-size: 5.6rem;
  font-style: italic;
  color: #292929;
}
.area-pagetitle .ttl-page .txt-sub {
  font-size: 1.4rem;
  color: #939393;
  margin-top: 1.2rem;
}
.area-pagetitle.noimage {
  padding-bottom: 0;
  margin-top: 2.4rem;
}
.area-pagetitle.noimage .ttl-page {
  position: unset;
}
@media (min-width: 768px) {
  .area-pagetitle {
    padding-bottom: 6.4rem;
    margin-bottom: 7.2rem;
  }
  .area-pagetitle .img-page-main {
    height: auto;
    width: calc(100% - 4.8rem - 2.4rem);
    margin-left: auto;
  }
  .area-pagetitle .ttl-page {
    padding: 0 4.8rem;
  }
  .area-pagetitle .ttl-page .txt-en {
    font-size: 7.2rem;
  }
  .area-pagetitle .ttl-page .txt-sub {
    font-size: 1.6rem;
  }
  .area-pagetitle.noimage {
    padding-top: 16.1rem;
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .area-pagetitle {
    padding-bottom: 8rem;
  }
  .area-pagetitle .img-page-main {
    width: 86.163vw;
  }
  .area-pagetitle .ttl-page {
    padding: 0 10.468vw;
  }
  .area-pagetitle .ttl-page .txt-en {
    font-size: 9.6rem;
  }
}

/* レベルごとの設定 */
[class^=ttl] {
  line-height: 1.5;
}

.ttl-01 {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .ttl-01 {
    font-size: 4.8rem;
  }
}

.ttl-02 {
  font-size: 2.6rem;
  margin-bottom: 0.85em;
}
.ttl-02.has-line:after {
  content: "";
  background: #292929;
  width: 8rem;
  height: 0.1rem;
  display: block;
  margin: 1.4rem auto 0;
}
@media (min-width: 768px) {
  .ttl-02 {
    font-size: 4rem;
  }
  .ttl-02.has-line:after {
    width: 14rem;
    margin: 2rem auto 0;
  }
}

.ttl-03 {
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .ttl-03 {
    font-size: 3.2rem;
  }
}

.ttl-04 {
  font-size: 2rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .ttl-04 {
    font-size: 2.4rem;
  }
}

.ttl-05 {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .ttl-05 {
    font-size: 2rem;
  }
}

.ttl-06 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .ttl-06 {
    font-size: 1.8rem;
  }
}

/*-------------------------------------------------------------
 テキスト
-------------------------------------------------------------*/
.txt-en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}

.txt-color {
  color: #292929;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-leftspace {
  padding-left: 2.4rem;
}

.txt-strong {
  color: #292929;
  font-weight: bold;
}

.txt-small {
  font-size: 0.8em;
}

.caution {
  color: #B70000;
}
.caution-li {
  font-size: 1.2rem;
  padding-left: 1em;
  color: #939393;
  position: relative;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .caution-li {
    margin-top: 2.4rem;
  }
}
.caution-li:before {
  content: "※";
  position: absolute;
  left: 0;
}

/*-------------------------------------------------------------
 ヘッダー
-------------------------------------------------------------*/
.header {
  position: fixed;
  padding: min(3.5vw, 3.6rem) min(5vw, 4rem) 0;
  width: 100%;
  z-index: 9;
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.header .box-logo {
  display: inline-block;
}
.header .box-logo a {
  display: flex;
  align-items: center;
  line-height: 1;
}
.header .box-logo .logo {
  display: block;
  width: 24rem;
  flex-shrink: 0;
  line-height: 1;
}
.header .box-logo .logo img,
.header .box-logo .logo svg {
  height: auto;
}
@media (min-width: 768px) {
  .header .box-logo {
    margin-right: 0;
    margin-left: 0;
  }
  .header .box-logo .logo {
    width: 17.4rem;
  }
  .header .box-logo .logo img,
  .header .box-logo .logo svg {
    width: 100%;
  }
  .header .box-logo a {
    flex-direction: column;
    justify-content: center;
  }
  .header .box-logo a:hover {
    opacity: 0.6;
  }
}
.header .mod-btn.joinus {
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 10;
}
.header .mod-btn.joinus > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100vw - 7.2rem);
  height: 7.2rem;
  background: #101010;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .header .mod-btn.joinus {
    bottom: auto;
    top: 0;
    right: 9.6rem;
    left: auto;
  }
  .header .mod-btn.joinus > a {
    width: 9.6rem;
    height: 9.6rem;
    font-size: 2rem;
  }
  .header .mod-btn.joinus > a:hover {
    opacity: 1;
    background: #292929;
  }
}
@media (min-width: 1180px) {
  .header .mod-btn.joinus {
    right: 12.8rem;
  }
  .header .mod-btn.joinus > a {
    width: 12.8rem;
    height: 12.8rem;
    font-size: 2.4rem;
  }
}
.header .box-head {
  display: flex;
  align-items: center;
  gap: 2.3rem;
  z-index: 9;
}

.box-switch-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  width: 3rem;
  height: 2.2rem;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  top: 0;
  right: 0;
  transition: 0.3s;
}
.box-switch-menu .menu-border {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 0;
  height: 1px;
  border-radius: 2px;
  background: #939393;
  width: 100%;
}
.box-switch-menu .menu-border.border1 {
  top: 0;
}
.box-switch-menu .menu-border.border2 {
  top: 50%;
}
.box-switch-menu .menu-border.border3 {
  bottom: 0;
}
.close-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4.6rem auto 0;
  gap: 1.3rem;
}
.close-menu .close-btn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  width: 14rem;
  height: 2.4rem;
  background: #101010;
}
.close-menu .close-btn .border1 {
  position: absolute;
  top: 6px !important;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 28px;
}
.close-menu .close-btn .border3 {
  position: absolute;
  top: 18px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 28px;
}
.close-menu .close-btn p {
  font-size: 2.4rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.19em;
  color: #939393;
}

/*-------------------------------------------------------------
 フッター
-------------------------------------------------------------*/
.footer {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #101010;
  text-align: center;
}
.footer .container {
  padding: 70px 0 40px;
}
.footer .wrap {
  display: block;
}
.footer .access {
  margin: 0 auto;
}
.footer .access p {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 2.8;
}
.footer .access .f-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 2.3rem;
}
.footer .access .f-logo img {
  max-width: 231px;
}
.footer .access .list {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2.1rem;
}
.footer .access .list li {
  width: 20%;
  border-left: solid 1px;
}
.footer .access .list li:last-child {
  border-right: solid 1px;
}
.footer .access .list li p {
  padding: 1rem 0;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.footer .access .tel {
  font-size: 3rem;
  line-height: 2.5;
}
.footer .map .iframe-wrapper {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.footer .map .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer .copyright {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.19em;
  line-height: 1;
  text-align: center;
  padding: 1.9rem 0;
  font-family: "EB Garamond", serif;
  background-color: #101010;
}
@media (min-width: 393px) {
  .footer .access p {
    letter-spacing: 0.2em;
  }
}
@media (min-width: 768px) {
  .footer .map .iframe-wrapper {
    padding-bottom: 350px;
  }
}
@media (min-width: 1025px) {
  .footer .container {
    padding: 8.7rem min(5vw, 3rem) 8.1rem;
  }
}
@media (min-width: 1366px) {
  .footer .container {
    padding: 8.7rem 0 8.1rem;
  }
}

/*-------------------------------------------------------------
 基本設定
-------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

.disabled {
  cursor: default;
  pointer-events: none;
  filter: grayscale(50%);
  opacity: 0.3;
}
.disabled svg,
.disabled img {
  filter: grayscale(50%);
}

html {
  font-size: 62.5%;
  background: #000;
}

body {
  display: none;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #939393;
  line-height: 2;
  letter-spacing: 0.19em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  font-feature-settings: "palt" 1;
  background: #000;
  overflow-x: hidden;
}
body.is-open, body.is-modal {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  max-width: 100%;
  height: auto;
}

a {
  color: #939393;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a.hiddenbtn {
  text-decoration: none;
  color: #000;
  cursor: text;
}
a.hiddenbtn:hover {
  opacity: 1;
}

.wrapper {
  width: 100%;
  position: relative;
}

.main {
  overflow: hidden;
}
@media (min-width: 768px) {
  .main {
    padding-top: 0;
  }
  .home .main {
    padding-top: 0;
  }
}

main p:not(:last-child), main ul:not(:last-child), main ol:not(:last-child), main dl:not(:last-child), main table:not(:last-child) {
  margin-bottom: 1em;
}
.fixed {
  position: fixed;
  height: 100%;
  width: 100%;
}

/*-------------------------------------------------------------
 ローディング
-------------------------------------------------------------*/
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .logo {
  width: 24rem;
  margin: 0 auto;
  display: none;
}
.loader .logo img {
  width: 100%;
}
@media (min-width: 1180px) {
  .loader .logo {
    width: 36rem;
  }
}

/*-------------------------------------------------------------
アニメーション
-------------------------------------------------------------*/
.fade {
  animation-fill-mode: both;
}

.fade_up {
  opacity: 0;
}
.fade_up.fade_on {
  animation-name: fadeUpAnime;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(3.8rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.t-1.fade_on {
  animation-duration: 0.47s;
}

.t-2.fade_on {
  animation-duration: 0.54s;
}

.t-3.fade_on {
  animation-duration: 0.61s;
}

.t-4.fade_on {
  animation-duration: 0.68s;
}

.t-5.fade_on {
  animation-duration: 0.75s;
}

.t-6.fade_on {
  animation-duration: 0.82s;
}

.t-7.fade_on {
  animation-duration: 0.89s;
}

.t-8.fade_on {
  animation-duration: 0.96s;
}

.t-9.fade_on {
  animation-duration: 1.03s;
}

.t-10.fade_on {
  animation-duration: 1.1s;
}

.t-11.fade_on {
  animation-duration: 1.17s;
}

.fade_up2 {
  opacity: 0;
}
.fade_up2.fade_on {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  opacity: 1;
}

.fade_up3 {
  opacity: 0;
}
.fade_up3.fade_on {
  animation-name: fadeUp;
  animation-duration: 1s;
  opacity: 1;
}
@media (min-width: 768px) {
  .fade_up3.fade_on {
    animation-delay: 0.4s;
  }
}

.fade_up4 {
  opacity: 0;
}
.fade_up4.fade_on {
  animation-name: fadeUp;
  animation-duration: 1s;
  opacity: 1;
}
@media (min-width: 768px) {
  .fade_up4.fade_on {
    animation-delay: 0.6s;
  }
}

.fade_up5 {
  opacity: 0;
}
.fade_up5.fade_on {
  animation-name: fadeUp;
  animation-duration: 1s;
  opacity: 1;
}
@media (min-width: 768px) {
  .fade_up5.fade_on {
    animation-delay: 0.8s;
  }
}

.fade_down {
  opacity: 0;
}
.fade_down.fade_on {
  animation-name: fadeDown;
  animation-duration: 1s;
  opacity: 1;
}

/*-------------------------------------------------------------
 レイアウト
-------------------------------------------------------------*/
.container {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1310px;
  padding: 0 min(5vw, 3rem) 0;
}
.fv .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1366px) {
  .container {
    padding: 0;
  }
}

/* グリッドレイアウト */
.col-set {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2.4rem );
  margin: 0 calc(-2.4rem / 2);
}
.col-set.nospace {
  width: 100%;
  margin: 0;
}
.col-set.nospace > [class^=col_] {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .col-set.nospace > .col_2 {
    width: 50%;
  }
  .col-set.nospace > .col_3 {
    width: 33.3333333333%;
  }
  .col-set.nospace > .col_3-2 {
    width: 66.6666666667%;
  }
  .col-set.nospace > .col_4 {
    width: 25%;
  }
  .col-set.nospace > .col_4-3 {
    width: 75%;
  }
  .col-set.nospace > .col_5 {
    width: 20%;
  }
  .col-set.nospace > .col_5-2 {
    width: 40%;
  }
  .col-set.nospace > .col_5-3 {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .col-set.reverse {
    flex-direction: row-reverse;
  }
}
.col-set > [class^=col_] {
  width: calc(100% - 2.4rem );
  margin: 2.4rem calc(2.4rem / 2);
}
@media (min-width: 768px) {
  .col-set {
    width: calc(100% + (2.4rem * 2));
    margin: 0 -2.4rem;
  }
  .col-set > [class^=col_] {
    margin: 2.4rem;
  }
  .col-set > .col_2 {
    width: calc(50% - (2.4rem * 2));
  }
  .col-set > .col_3 {
    width: calc(33.3333% - (2.4rem * 2));
  }
  .col-set > .col_5 {
    width: calc(20% - (2.4rem * 2));
  }
  .col-set > .col_5-2 {
    width: calc(40% - (2.4rem * 2));
  }
  .col-set > .col_5-3 {
    width: calc(60% - (2.4rem * 2));
  }
  .col-set > .col_3-2 {
    width: calc(66.6666% - (2.4rem * 2));
  }
  .col-set > .col_4 {
    width: calc(25% - (2.4rem * 2));
  }
  .col-set > .col_4-3 {
    width: calc(75% - (2.4rem * 2));
  }
}
.col-set .pict {
  min-height: 0%;
}
.col-set .pict img {
  width: 100%;
}

/*-------------------------------------------------------------
 コンテンツ区切り／セクション
-------------------------------------------------------------*/
.area-cmn {
  margin: 6.4rem 0;
}
.area-cmn.bg-color {
  background: #000;
  padding: 6.4rem 0;
}
.area-contents .area-cmn:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .area-cmn {
    margin: 9.7rem 0;
  }
  .area-cmn.bg-color {
    padding: 9.7rem 0;
  }
}

.sec-cmn {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .sec-cmn {
    margin-top: 6.4rem;
  }
}

/*-------------------------------------------------------------
 リスト
-------------------------------------------------------------*/
/* dl */
.list-df > div {
  padding: 2.4rem 1.6rem;
  border-bottom: 1px solid rgba(147, 147, 147, 0.1);
}
.list-df > div dt {
  font-weight: bold;
  color: #292929;
  margin-bottom: 0.4em;
}
.list-df > div:first-of-type {
  border-top: 1px solid rgba(147, 147, 147, 0.1);
}
.list-df > div:nth-of-type(odd) {
  background: #fff;
}
.list-df > div:nth-of-type(even) {
  background: #FCFCFF;
}
@media (min-width: 768px) {
  .list-df > div {
    display: flex;
  }
  .list-df > div dt {
    width: 25%;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .list-df > div dd {
    margin-left: 4.8rem;
  }
}

.list-caution {
  font-size: 0.9em;
}
.list-caution .item {
  padding-left: 1em;
  position: relative;
}
.list-caution .item:before {
  content: "※";
  position: absolute;
  left: 0;
}

/* ul */
.list-dots li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  position: relative;
}
.list-dots li:before {
  content: "";
  background: #292929;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8em;
}

/* ol */
.list-num {
  counter-reset: item;
}
.list-num li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.5;
}
.list-num li + li {
  margin-top: 1.2rem;
}
.list-num li:before {
  counter-increment: item;
  content: counter(item) ". ";
  color: #292929;
  font-weight: 700;
}

/*-------------------------------------------------------------
 テーブル
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 その他共通スタイル
-------------------------------------------------------------*/
/* 画面サイズごとの表示処理 */
.no-sp {
  display: none !important;
}
@media (min-width: 768px) {
  .no-sp {
    display: block !important;
  }
}

.only-sp {
  display: block;
}
@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media (min-width: 1180px) {
  .no-pc {
    display: none !important;
  }
}

.only-pc {
  display: none !important;
}
@media (min-width: 1180px) {
  .only-pc {
    display: block !important;
  }
}

.area-joinus {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
#entry .area-joinus {
  display: none;
}
.area-joinus .sec-recruit {
  padding: 4.8rem 0 6.4rem;
  background: url(../img/common/bg-joinus_sp.jpg) no-repeat center/cover;
  margin-bottom: 0;
  position: relative;
}
.area-joinus .sec-recruit:before {
  content: "";
  background: rgba(0, 13, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.area-joinus .sec-recruit * {
  position: relative;
  color: #fff;
}
.area-joinus .sec-recruit .ttl-joinus {
  margin-bottom: 2.2rem;
  font-size: 2.2rem;
}
.area-joinus .sec-recruit .list-link {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.area-joinus .sec-recruit .list-link li + li {
  margin-top: 1.6rem;
}
.area-joinus .sec-recruit .list-link li a {
  color: #fff;
  border: 1px solid #fff;
  padding: 1.5rem;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .area-joinus .sec-recruit {
    padding: 13rem 0 22rem;
    background: url(../img/common/bg-joinus.jpg) no-repeat center/cover;
  }
  .area-joinus .sec-recruit .ttl-joinus {
    margin-bottom: 3rem;
    font-size: 3.2rem;
  }
  .area-joinus .sec-recruit .list-link {
    flex-flow: row;
    width: calc(100% + 4.8rem);
    margin: 0 0 0 -4.8rem;
  }
  .area-joinus .sec-recruit .list-link li {
    width: calc(33.333% - 4.8rem);
    margin: 0 0 0 4.8rem;
  }
  .area-joinus .sec-recruit .list-link li + li {
    margin-top: 0;
  }
  .area-joinus .sec-recruit .list-link li a {
    color: #fff;
    border: 1px solid #fff;
    padding: 1.5rem;
    text-align: center;
    display: block;
  }
  .area-joinus .sec-recruit .list-link li a:hover {
    opacity: 1;
    background: #fff;
    color: #939393;
  }
}
.area-joinus .btn-joinus a {
  background: #101010;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4.8rem 0 5.5rem;
  line-height: 1.3;
  position: relative;
  margin: 0 auto;
}
.area-joinus .btn-joinus a:after {
  content: "";
  background: url(../img/common/arrow-wht.svg) no-repeat center/contain;
  width: 3.2rem;
  height: 0.4rem;
  position: absolute;
  right: 1.6rem;
  bottom: 2.4rem;
}
.area-joinus .btn-joinus a * {
  position: relative;
}
.area-joinus .btn-joinus .txt-en {
  font-size: 4rem;
}
.area-joinus .btn-joinus .txt-jp {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .area-joinus .btn-joinus {
    max-width: calc(1080px + 8rem);
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: -8.65rem;
  }
  .area-joinus .btn-joinus a {
    flex-flow: row;
    justify-content: left;
    align-items: center;
    padding: 4.8rem 5.4rem 5.5rem;
    line-height: 1.3;
    position: relative;
    margin: 0 auto;
  }
  .area-joinus .btn-joinus a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: #292929;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
  }
  .area-joinus .btn-joinus a:after {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    right: 5.2rem;
    transition: 0.3s;
  }
  .area-joinus .btn-joinus a:hover {
    opacity: 1;
    background: #292929;
  }
  .area-joinus .btn-joinus a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .area-joinus .btn-joinus .txt-en {
    font-size: 6.4rem;
  }
  .area-joinus .btn-joinus .txt-jp {
    font-size: 1.6rem;
    margin-left: 2.4rem;
  }
}

/* マップ */
.wrap-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.wrap-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .wrap-map {
    padding-bottom: 52%;
  }
}

/* クロストークの一覧 */
.list-talk {
  counter-reset: talknum;
}
.list-talk .item a {
  position: relative;
  display: block;
}
.list-talk .item .num {
  font-size: 1rem;
  text-align: center;
  color: #292929;
  display: flex;
  justify-content: center;
  flex-flow: column;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.list-talk .item .num span {
  font-size: 10.66vw;
  font-family: "Crimson Text", serif;
}
.list-talk .item .mod-thumb {
  margin-top: -6.4vw;
  overflow: hidden;
}
.list-talk .item .mod-thumb img {
  transition-duration: 0.3s;
}
.list-talk .item .mod-txt {
  background: #fff;
  padding: 3rem 2rem;
}
.list-talk .item .mod-txt .ttl {
  color: #292929;
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  text-align: center;
  line-height: 1.2;
}
.list-talk .item .mod-txt .list-talk-member {
  font-size: 1.2rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  line-height: 1.6;
}
.list-talk .item + li {
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .list-talk {
    margin-top: 6.4rem;
  }
  .list-talk .item a:hover {
    opacity: 1;
  }
  .list-talk .item a:hover .mod-thumb img {
    transform: scale(1.05);
  }
  .list-talk .item .num {
    font-size: 1.4rem;
  }
  .list-talk .item .num span {
    font-size: 9.6rem;
  }
  .list-talk .item .mod-thumb {
    margin-top: -4rem;
  }
  .list-talk .item .mod-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    padding: 4rem;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }
  .list-talk .item .mod-txt .ttl {
    background: #292929;
    padding: 0.7rem 1rem 0.5rem;
    color: #fff;
    font-size: 3.2rem;
    text-align: left;
  }
  .list-talk .item .mod-txt .txt-members {
    font-size: 1.7rem;
    background: #fff;
    display: block;
    padding: 0.5rem 1rem;
    text-align: left;
  }
  .list-talk .item .mod-txt .txt-members li {
    display: inline;
  }
  .list-talk .item .mod-txt .txt-members li + li:before {
    content: "×";
    display: inline-block;
    margin: 0 0.1em;
  }
  .list-talk .item + li {
    margin-top: 5.6rem;
  }
}
@media (min-width: 1180px) {
  .list-talk .item .num:after {
    font-size: 9.6rem;
  }
  .list-talk .item .mod-thumb {
    margin-top: -5rem;
  }
  .list-talk .item .mod-txt .ttl {
    font-size: 4rem;
  }
  .list-talk .item .mod-txt .txt-members {
    font-size: 2rem;
  }
}

/* 数字で見るバナー */
.mod-bnr-innumbers a {
  background: #292929;
  color: #fff;
  display: block;
  padding: 4.3rem 2.5rem 4.1rem;
}
.mod-bnr-innumbers a .bnr-txt {
  text-align: center;
  display: flex;
  flex-flow: column;
  line-height: 1.2;
}
.mod-bnr-innumbers a .bnr-txt:before {
  content: "";
  background: url(../img/common/ico-in_number.svg) no-repeat center/contain;
  width: 9.4rem;
  height: 7.8rem;
  display: block;
  margin: 0 auto 1.6rem;
}
.mod-bnr-innumbers a .bnr-txt .txt-jp {
  font-size: 1.4rem;
}
.mod-bnr-innumbers a .bnr-txt .txt-en {
  font-size: 4rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .mod-bnr-innumbers a {
    padding: 6.4rem 2.5rem;
    position: relative;
  }
  .mod-bnr-innumbers a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: #101010;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
  }
  .mod-bnr-innumbers a .bnr-txt {
    align-items: flex-start;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding-left: 16.8rem;
  }
  .mod-bnr-innumbers a .bnr-txt:before {
    width: 14.5rem;
    height: 12rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 1rem 0 0;
  }
  .mod-bnr-innumbers a .bnr-txt .txt-en {
    font-size: 5.6rem;
  }
  .mod-bnr-innumbers a:hover {
    opacity: 1;
  }
  .mod-bnr-innumbers a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

/* 404 */
@media (min-width: 768px) {
  .page-404 .area-contents p {
    text-align: center;
  }
}
.page-404 .mod-link {
  margin: 4.8rem auto;
}
.page-404 .mod-link .btn {
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .page-404 .mod-link {
    margin: 6rem auto;
  }
}

/*-------------------------------------------------------------
 ナビゲーション
-------------------------------------------------------------*/
.nav-head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  background-color: #101010;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.is-open .nav-head {
  right: 0;
  opacity: 1;
  z-index: 11;
  visibility: visible;
}
.is-open .nav-head .list-menu-wrap {
  padding: 0;
  width: 100%;
  overflow-y: auto;
  position: relative;
}
@media (min-width: 768px) {
  .is-open .nav-head .list-menu-wrap {
    padding: 0;
    overflow-y: unset;
  }
}
.nav-head .list-menu {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: clamp(2.6rem, 2.6vw, 3rem);
  letter-spacing: 0.19em;
  line-height: 2;
  margin: 0 auto;
}
.nav-head .list-menu .item {
  line-height: 1;
  position: relative;
  width: 100%;
}
.nav-head .list-menu .item + .item {
  margin-top: 2.3rem;
}
.nav-head .list-menu .item a {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #939393;
  font-family: "EB Garamond", serif;
}
.nav-head .list-menu .item .txt-en {
  display: block;
  font-size: 2.8rem;
  margin-bottom: 0.6rem;
}
.nav-head .list-menu.sub {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  margin-top: 1.8rem;
}
.nav-head .list-menu.sub .item {
  width: auto;
  margin-top: 1.8rem;
  margin-right: 3.2rem;
  font-size: 1.4rem;
}
.nav-head .list-menu.sub .item a {
  text-decoration: underline;
}

.nav-breadcrumb {
  font-size: 1.2rem;
  margin: 6.4rem 0;
}
.nav-breadcrumb ul {
  font-family: "EB Garamond", serif;
}
.nav-breadcrumb ul li {
  text-align: center;
  color: #292929;
}
.nav-breadcrumb ul li + li {
  margin-top: 1.6rem;
}
.nav-breadcrumb ul li a {
  color: #939393;
  text-decoration: underline;
  font-weight: normal;
}
@media (min-width: 768px) {
  .nav-breadcrumb {
    font-size: 1.4rem;
    margin: 12.5rem 0;
  }
  .nav-breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-breadcrumb ul li + li {
    margin-top: 0;
  }
  .nav-breadcrumb ul li + li:before {
    content: "";
    width: 0.1rem;
    height: 1.2em;
    background: #939393;
    transform: rotate(45deg);
    margin: 0 2em;
    display: inline-block;
    vertical-align: middle;
  }
  .nav-breadcrumb ul li a {
    color: #939393;
    text-decoration: underline;
    font-weight: normal;
  }
}

.nav-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 5.6rem auto 0;
  font-family: "Crimson Text", serif;
}
.nav-pager a, .nav-pager span {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 2rem;
}
.nav-pager a + a,
.nav-pager a + span, .nav-pager span + a,
.nav-pager span + span {
  margin-left: 2.4rem;
}
.nav-pager a:after, .nav-pager span:after {
  content: "";
  background: #939393;
  width: 100%;
  height: 0.1rem;
  display: block;
}
.nav-pager a.is-current, .nav-pager span.is-current {
  color: #292929;
}
.nav-pager a.is-current:after, .nav-pager span.is-current:after {
  content: none;
}
.nav-pager a.next:after, .nav-pager a.prev:after, .nav-pager span.next:after, .nav-pager span.prev:after {
  content: none;
}

.nav-pages {
  margin: 7.2rem auto 6.4rem;
}
.nav-pages .mod-bnr-innumbers {
  margin-top: 7.2rem;
}
@media (min-width: 768px) {
  .nav-pages {
    margin: 12.8rem auto;
  }
  .nav-pages .mod-bnr-innumbers {
    margin-top: 12.8rem;
  }
}

.list-link-box {
  display: flex;
  flex-wrap: wrap;
}
.list-link-box .item {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.list-link-box .item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.3s;
}
.list-link-box .item.disabled {
  filter: unset;
  opacity: 1;
}
.list-link-box .item.disabled::before {
  opacity: 0.3;
}
.list-link-box .item.disabled a:after {
  opacity: 0.3;
}
.list-link-box .item.disabled a .txt-jp, .list-link-box .item.disabled a .txt-en {
  opacity: 0.3;
}
.list-link-box .item a {
  position: relative;
  height: 14rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  line-height: 1.6;
}
.list-link-box .item a:before {
  content: "";
  background: rgba(41, 41, 41, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.list-link-box .item a:after {
  content: "";
  background: url(../img/common/arrow-wht.svg) no-repeat center/contain;
  position: absolute;
  right: 2.4rem;
  bottom: 2.4rem;
  width: 3.2rem;
  height: 0.4rem;
}
.list-link-box .item a * {
  position: relative;
}
.list-link-box .item a .txt-jp {
  font-weight: 600;
  font-size: 2rem;
}
.list-link-box .item a .txt-en {
  font-size: 1.4rem;
}
.list-link-box .item:first-of-type:before {
  background: url(../img/common/nav/bg-message.jpg) no-repeat center/cover;
}
.list-link-box .item:nth-of-type(2):before {
  background: url(../img/common/nav/bg-jobs.jpg) no-repeat center/cover;
}
.list-link-box .item:nth-of-type(3):before {
  background: url(../img/common/nav/bg-environment.jpg) no-repeat center top/cover;
}
.list-link-box .item:nth-of-type(4):before {
  background: url(../img/common/nav/bg-interview.jpg) no-repeat center/cover;
}
.list-link-box .item:nth-of-type(5):before {
  background: url(../img/common/nav/bg-talk.jpg) no-repeat center/cover;
}
.list-link-box .item:nth-of-type(6):before {
  background: url(../img/common/nav/bg-blog.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .list-link-box .item {
    width: 33.333%;
  }
  .list-link-box .item a {
    height: 18.8rem;
  }
  .list-link-box .item a:hover {
    opacity: 1;
  }
  .list-link-box .item:hover:before {
    transform: scale(1.1);
  }
}

/*-------------------------------------------------------------
Form
-------------------------------------------------------------*/
.form-cmn-dl > div {
  padding: 2rem 0 2.4rem;
  border-bottom: 1px solid rgba(43, 43, 43, 0.1);
}
.form-cmn-dl > div:first-of-type {
  border-top: 1px solid rgba(43, 43, 43, 0.1);
}
.form-cmn-dl dt {
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .form-cmn-dl > div {
    padding: 2.4rem 0;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .form-cmn-dl dt {
    width: 28%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.6rem;
  }
  .form-cmn-dl dd {
    width: 78%;
    margin-left: 4rem;
  }
}

.btn-cmn-submit {
  margin: 4rem auto 0 !important;
}
@media (min-width: 768px) {
  .btn-cmn-submit {
    margin: 6.4rem auto 0 !important;
  }
}

.form-cmn {
  margin-top: 6.4rem;
}
.form-cmn input[type=button] {
  /* reset */
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  /* reset */
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}
.form-cmn input[type=text],
.form-cmn input[type=number],
.form-cmn input[type=email],
.form-cmn input[type=tel],
.form-cmn input[type=checkbox],
.form-cmn input[type=radio],
.form-cmn textarea,
.form-cmn button,
.form-cmn select {
  /* reset */
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  /* reset */
  border: 1px solid rgba(43, 43, 43, 0.1);
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .form-cmn input[type=text].form-w1,
  .form-cmn input[type=number].form-w1,
  .form-cmn input[type=email].form-w1,
  .form-cmn input[type=tel].form-w1,
  .form-cmn input[type=checkbox].form-w1,
  .form-cmn input[type=radio].form-w1,
  .form-cmn textarea.form-w1,
  .form-cmn button.form-w1,
  .form-cmn select.form-w1 {
    width: 10%;
  }
  .form-cmn input[type=text].form-w2,
  .form-cmn input[type=number].form-w2,
  .form-cmn input[type=email].form-w2,
  .form-cmn input[type=tel].form-w2,
  .form-cmn input[type=checkbox].form-w2,
  .form-cmn input[type=radio].form-w2,
  .form-cmn textarea.form-w2,
  .form-cmn button.form-w2,
  .form-cmn select.form-w2 {
    width: 20%;
  }
  .form-cmn input[type=text].form-w3,
  .form-cmn input[type=number].form-w3,
  .form-cmn input[type=email].form-w3,
  .form-cmn input[type=tel].form-w3,
  .form-cmn input[type=checkbox].form-w3,
  .form-cmn input[type=radio].form-w3,
  .form-cmn textarea.form-w3,
  .form-cmn button.form-w3,
  .form-cmn select.form-w3 {
    width: 30%;
  }
  .form-cmn input[type=text].form-w4,
  .form-cmn input[type=number].form-w4,
  .form-cmn input[type=email].form-w4,
  .form-cmn input[type=tel].form-w4,
  .form-cmn input[type=checkbox].form-w4,
  .form-cmn input[type=radio].form-w4,
  .form-cmn textarea.form-w4,
  .form-cmn button.form-w4,
  .form-cmn select.form-w4 {
    width: 40%;
  }
  .form-cmn input[type=text].form-w5,
  .form-cmn input[type=number].form-w5,
  .form-cmn input[type=email].form-w5,
  .form-cmn input[type=tel].form-w5,
  .form-cmn input[type=checkbox].form-w5,
  .form-cmn input[type=radio].form-w5,
  .form-cmn textarea.form-w5,
  .form-cmn button.form-w5,
  .form-cmn select.form-w5 {
    width: 50%;
  }
  .form-cmn input[type=text].form-w6,
  .form-cmn input[type=number].form-w6,
  .form-cmn input[type=email].form-w6,
  .form-cmn input[type=tel].form-w6,
  .form-cmn input[type=checkbox].form-w6,
  .form-cmn input[type=radio].form-w6,
  .form-cmn textarea.form-w6,
  .form-cmn button.form-w6,
  .form-cmn select.form-w6 {
    width: 60%;
  }
  .form-cmn input[type=text].form-w7,
  .form-cmn input[type=number].form-w7,
  .form-cmn input[type=email].form-w7,
  .form-cmn input[type=tel].form-w7,
  .form-cmn input[type=checkbox].form-w7,
  .form-cmn input[type=radio].form-w7,
  .form-cmn textarea.form-w7,
  .form-cmn button.form-w7,
  .form-cmn select.form-w7 {
    width: 70%;
  }
  .form-cmn input[type=text].form-w8,
  .form-cmn input[type=number].form-w8,
  .form-cmn input[type=email].form-w8,
  .form-cmn input[type=tel].form-w8,
  .form-cmn input[type=checkbox].form-w8,
  .form-cmn input[type=radio].form-w8,
  .form-cmn textarea.form-w8,
  .form-cmn button.form-w8,
  .form-cmn select.form-w8 {
    width: 80%;
  }
  .form-cmn input[type=text].form-w9,
  .form-cmn input[type=number].form-w9,
  .form-cmn input[type=email].form-w9,
  .form-cmn input[type=tel].form-w9,
  .form-cmn input[type=checkbox].form-w9,
  .form-cmn input[type=radio].form-w9,
  .form-cmn textarea.form-w9,
  .form-cmn button.form-w9,
  .form-cmn select.form-w9 {
    width: 90%;
  }
  .form-cmn input[type=text].form-w10,
  .form-cmn input[type=number].form-w10,
  .form-cmn input[type=email].form-w10,
  .form-cmn input[type=tel].form-w10,
  .form-cmn input[type=checkbox].form-w10,
  .form-cmn input[type=radio].form-w10,
  .form-cmn textarea.form-w10,
  .form-cmn button.form-w10,
  .form-cmn select.form-w10 {
    width: 100%;
  }
}
.form-cmn input[type=text],
.form-cmn input[type=number],
.form-cmn input[type=email],
.form-cmn input[type=tel],
.form-cmn select,
.form-cmn textarea {
  padding: 1rem;
}
@media (min-width: 768px) {
  .form-cmn input[type=text],
  .form-cmn input[type=number],
  .form-cmn input[type=email],
  .form-cmn input[type=tel],
  .form-cmn select,
  .form-cmn textarea {
    padding: 1.6rem;
  }
}
.form-cmn select {
  max-width: 100%;
}
.form-cmn input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Noto Serif JP", serif;
}
.form-cmn input::placeholder,
.form-cmn textarea::placeholder {
  color: #a8a8a8;
}
.form-cmn input[type=email] + input[type=email] {
  margin-top: 1em;
}
.form-cmn .dropdown,
.form-cmn .select-box {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1px solid rgba(43, 43, 43, 0.1);
}
@media (min-width: 768px) {
  .form-cmn .dropdown,
  .form-cmn .select-box {
    max-width: 23.4rem;
  }
}
.form-cmn .dropdown:after,
.form-cmn .select-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #292929;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}
@media (min-width: 768px) {
  .form-cmn .dropdown:after,
  .form-cmn .select-box:after {
    right: 1.6rem;
  }
}
.form-cmn .dropdown select,
.form-cmn .select-box select {
  cursor: pointer;
  background-color: #fff;
  padding: 1rem;
  border: none;
}
@media (min-width: 768px) {
  .form-cmn .dropdown select,
  .form-cmn .select-box select {
    padding: 1.6rem;
  }
}
.form-cmn .dropdown select::-ms-expand,
.form-cmn .select-box select::-ms-expand {
  display: none;
}
.form-cmn .dropdown + .dropdown,
.form-cmn .dropdown + .select-box,
.form-cmn .select-box + .dropdown,
.form-cmn .select-box + .select-box {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .form-cmn .dropdown + .dropdown,
  .form-cmn .dropdown + .select-box,
  .form-cmn .select-box + .dropdown,
  .form-cmn .select-box + .select-box {
    margin: 0 0 0 0.5em;
  }
}
.form-cmn .form-checkbox label,
.form-cmn .form-radio label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0;
  position: relative;
  margin: 0 2em 0.5rem 0;
}
.form-cmn .form-checkbox label:before,
.form-cmn .form-radio label:before {
  content: "";
  display: block;
  flex-shrink: 0;
}
.form-cmn .form-checkbox label:last-of-type,
.form-cmn .form-radio label:last-of-type {
  margin-right: 0;
}
.form-cmn .form-checkbox input[type=checkbox],
.form-cmn .form-checkbox input[type=radio],
.form-cmn .form-radio input[type=checkbox],
.form-cmn .form-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.form-cmn .form-checkbox + textarea,
.form-cmn .form-checkbox + .wrap-examination,
.form-cmn .form-radio + textarea,
.form-cmn .form-radio + .wrap-examination {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .form-cmn .form-checkbox label,
  .form-cmn .form-radio label {
    min-height: 5.7rem;
  }
}
.form-cmn .form-checkbox label {
  align-items: flex-start;
}
.form-cmn .form-checkbox label:before {
  background-color: #fff;
  border: 1px solid rgba(43, 43, 43, 0.1);
  border-radius: 0.3rem;
  width: 18px;
  height: 18px;
  margin-right: 1.4rem;
  margin-top: 0.5em;
}
.form-cmn .form-checkbox input[type=checkbox]:checked + span:after {
  border-right: 2px solid #292929;
  border-bottom: 2px solid #292929;
  content: "";
  display: block;
  height: 11px;
  left: 6px;
  margin-top: -8px;
  position: absolute;
  top: 1.8rem;
  transform: rotate(45deg);
  width: 6px;
}
.form-cmn .form-radio input[type=radio] + span:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid rgba(43, 43, 43, 0.1);
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: relative;
  top: -2px;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.form-cmn .form-radio input[type=radio]:checked + span:before {
  background-color: #292929;
  box-shadow: inset 0 0 0 4px #fff;
}
.form-cmn input[type=text],
.form-cmn input[type=email],
.form-cmn input[type=tel],
.form-cmn textarea,
.form-cmn select {
  transition: 0.3s;
}
.form-cmn input[type=text]:focus,
.form-cmn input[type=email]:focus,
.form-cmn input[type=tel]:focus,
.form-cmn textarea:focus,
.form-cmn select:focus {
  border: 1px solid #292929;
}
.form-cmn .memo {
  height: 6em;
}
.form-cmn small {
  font-size: 0.875em;
}
.form-cmn .required:after {
  content: "*";
  color: #FF0000;
  display: inline-block;
  margin-left: 0.1em;
}

body.windows input[type=text],
body.windows input[type=email],
body.windows input[type=tel],
body.windows input[type=checkbox],
body.windows input[type=radio],
body.windows textarea,
body.windows select {
  font-family: "Noto Serif JP", serif;
}

.contact-thanks .area-cmn a {
  text-decoration: underline;
}

/*-------------------------------------------------------------
 ボタン
-------------------------------------------------------------*/
/* 矢印付き透明ボタン */
.mod-btn {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .mod-btn {
    flex-flow: row;
    flex-wrap: wrap;
    margin: 4rem 0;
  }
}
.mod-btn .btn + .btn {
  margin-top: 1.6rem;
}
@media (min-width: 768px) {
  .mod-btn .btn + .btn {
    margin-top: 0;
    margin-left: 3.2rem;
  }
}
.mod-btn .ajax-loader {
  position: absolute;
  bottom: -2.5rem;
}

[class^=btn] {
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.8rem 0;
  gap: 1.2rem;
  background-color: #292929;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.5;
}

/*-------------------------------------------------------------
 フッター上お問い合わせアリア
-------------------------------------------------------------*/
.area-cotact {
  padding: 6.4rem 0;
}
.area-cotact .ttl-contact {
  margin-bottom: 2em;
}
.area-cotact .ttl-contact img {
  max-width: 65.448rem;
}
.area-cotact .box-tel {
  line-height: 1.4;
}
.area-cotact .box-tel > * {
  color: #fff;
}
.area-cotact .box-tel a {
  font-size: 3.2rem;
  font-family: "Crimson Text", serif;
}
.area-cotact .box-tel a:before {
  content: "";
  background: url(../img/common/ico-tel-wht.svg) no-repeat center/contain;
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.area-cotact .box-tel a + p {
  font-size: 1.2rem;
}
.area-cotact .mod-btn {
  margin-bottom: 0;
}
.area-cotact .btn-contact {
  background: linear-gradient(135deg, #FFD800 0%, #FFF1A2 100%);
  color: #939393;
}
.area-cotact .btn-contact:before {
  background: linear-gradient(135deg, #FFD800 0%, #FFD800 100%);
}
.area-cotact .btn-contact:after {
  content: none;
}
.area-cotact .btn-contact > span {
  position: relative;
}
.area-cotact .btn-contact > span:before {
  content: "";
  background: url(../img/common/ico-mail-gry.svg) no-repeat center/contain;
  width: 2.8rem;
  height: 2.042rem;
  display: inline-block;
  margin-right: 1.4rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .area-cotact {
    padding: 9.6rem 0;
  }
  .area-cotact .ttl-contact {
    margin-bottom: 3.2em;
  }
  .area-cotact .sec-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .area-cotact .box-tel a {
    font-size: 4rem;
  }
  .area-cotact .box-tel a:before {
    width: 4rem;
    height: 4rem;
    margin-right: 1.2rem;
  }
  .area-cotact .mod-btn {
    margin: 0 0 0 5.6rem;
  }
  .area-cotact .btn-contact {
    width: 32.8rem;
  }
}

.home {
  position: relative;
}
.home h2 {
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  .home h2 {
    font-size: 4rem;
  }
}
.home h2 .fade {
  display: inline-block;
}
.home .br {
  display: inline-block;
}
.home .esthetic-salon {
  display: none;
  position: absolute;
  top: min(6vw, 5.5rem);
  left: min(34vw, 26rem);
  font-size: 1.8rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  border-bottom: solid 1px;
}
@media (min-width: 768px) {
  .home .esthetic-salon {
    display: block;
  }
}
.home .fv {
  position: relative;
  height: 100vh;
  background: url(/img/fv.jpg) left center no-repeat;
  background-size: cover;
}
.home .fv .textarea {
  padding-top: 40vw;
}
@media (min-width: 768px) {
  .home .fv .textarea {
    padding-top: max(10vw, 22.8rem);
  }
}
@media (min-width: 1025px) {
  .home .fv .textarea {
    padding: 0;
    position: absolute;
    top: 53%;
    right: 5vw;
    transform: translateY(-50%);
  }
}
.home .fv .textarea .wrap {
  display: block;
}
@media (min-width: 1025px) {
  .home .fv .textarea .wrap {
    display: flex;
    justify-content: flex-end;
  }
}
.home .fv .textarea .text {
  margin: 0;
  text-align: left;
  font-size: clamp(2rem, 0.085rem + 3.72vw, 4.8rem);
  letter-spacing: 0.19em;
  line-height: 1.6;
}
@media (min-width: 1025px) {
.home .fv .textarea .text {
  text-align: left;
}
}
@media (min-width: 1025px) {
  .home .fv .textarea .text-2 {
    margin-right: 0;
  }
}
.home .fv .textarea .text-3 {
  margin-right: 0;
}
@media (min-width: 1025px) {
  .home .fv .textarea .text-3 {
    margin-right: 2vw;
  }
}
.home .fv .scrolldown {
  display: none;
  position: absolute;
  right: 8rem;
  bottom: 5px;
  font-family: "EB Garamond", serif;
  font-size: 1.4rem;
  letter-spacing: 0.19em;
  line-height: 1.2;
  animation: arrowmove 2s ease-in-out infinite;
}
.home .fv .scrolldown img {
  display: block;
  margin: auto;
}
@media (min-width: 1025px) {
  .home .fv .scrolldown {
    display: block;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
.home .message {
  position: relative;
  padding: min(13vw, 14.8rem) 0 min(13vw, 21rem);
  background: url(../img/home/about_bg_img.jpg) right 7% bottom 50% no-repeat;
  background-size: cover;
}
@media (min-width: 540px) {
  .home .message {
    background: url(../img/home/about_bg_img.jpg) right 7% bottom no-repeat;
    background-size: cover;
  }
}
.home .message .br {
  display: inline;
}
@media (min-width: 1025px) {
  .home .message .br {
    display: inline-block;
  }
}
.home .message .img {
  position: absolute;
  display: none;
}
@media (min-width: 1025px) {
  .home .message .img {
    display: block;
  }
}
.home .message .img-01 {
  top: 58%;
  left: 0;
  transform: translateY(-50%);
  width: 20.3vw;
}
.home .message .img-02 {
  top: 50%;
  right: 6.5vw;
  transform: translateY(-50%);
  width: 13vw;
}
.home .message .textarea {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .home .message .textarea {
    width: 45vw;
    margin: 11.4rem auto 0;
  }
}
.home .message .textarea p {
  text-align: left;
}
@media (min-width: 1025px) {
  .home .message .textarea p {
    text-align: center;
    line-height: 2.5;
  }
}
.home .message .textarea .name {
  text-align: end;
}
@media (min-width: 1025px) {
  .home .message .textarea .name {
    margin-top: 5.1rem;
  }
}
.home .slider .slick-list {
  transition: none;
}
.home .slider .slick-list li {
  width: 400px;
}
.home .sliderarea div {
  transition: none;
  pointer-events: none;
}
.home .sliderarea .slide_target {
  pointer-events: none;
}
.home .menu {
  padding: min(13vw, 15rem) 0;
}
.home .menu .note {
  text-align: end;
  margin-top: 2.4rem;
}
@media (min-width: 1025px) {
  .home .menu .note {
    margin-top: 4.2rem;
  }
}
.home .menu .inner {
  display: grid;
  gap: 3.2rem;
}
@media (min-width: 1025px) {
  .home .menu .inner {
    gap: 6.5rem;
  }
}
.home .menu .h3 h3 {
  display: inline-block;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.6;
  border-bottom: solid 1px;
  margin: 0 auto 2.8rem;
}
@media (min-width: 1025px) {
  .home .menu .h3 h3 {
    text-align: left;
    margin: 0 0 3.3rem;
  }
}
.home .menu .menu-list .menu-list-item {
  position: relative;
  display: flex;
  padding-left: 2rem;
  margin: 0;
}
@media (min-width: 1025px) {
  .home .menu .menu-list .menu-list-item {
    display: flex;
  }
}
.home .menu .menu-list .menu-list-item dt {
  width: 194px;
  letter-spacing: 0.1em;
}
@media (min-width: 1025px) {
  .home .menu .menu-list .menu-list-item dt {
    width: 194px;
  }
}
.home .menu .menu-list .menu-list-item .border::before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  height: 1px;
  width: 10px;
  background: #939393;
}
.home .menu .menu-list .menu-list-item dd {
  letter-spacing: 0.1em;
}
.home .menu .menu-list .wrap {
  display: block;
}
@media (min-width: 1025px) {
  .home .menu .menu-list .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem 0;
  }
}
.home .menu .menu-list .wrap .menu-list-box-l {
  width: 100%;
}
@media (min-width: 1025px) {
  .home .menu .menu-list .wrap .menu-list-box-l {
    width: 52%;
  }
}
.home .menu .menu-list .wrap .menu-list-box-r {
  width: 100%;
}
@media (min-width: 1025px) {
  .home .menu .menu-list .wrap .menu-list-box-r {
    width: 48%;
  }
}
.home .menu .text {
  margin-top: 2rem;
  font-size: 1.5rem;
}
.home .instagram {
  padding: min(13vw, 8.5rem) 0;
  background-color: #101010;
}
.home .instagram .btn {
  max-width: 418px;
  margin: auto;
}
.home .instagram .wrap {
  display: grid;
  gap: min(3.5vw, 3rem) min(5.5vw, 3rem);
  grid-template-columns: repeat(auto-fit, minmax(min(30vw, 30rem), 1fr));
  margin: min(8.5vw, 5.4rem) 0;
}
@media (min-width: 768px) {
  .home .instagram .wrap {
    grid-template-columns: repeat(auto-fit, minmax(min(20vw, 30rem), 1fr));
  }
}
.home .instagram .mod-insta__item {
  background: url(../img/common/logo.svg) #292929 center no-repeat;
  background-size: 80%;
}
.home .instagram .mod-insta__item a {
  display: block;
  width: 100%;
  height: 15.7rem;
  background-size: 101%;
  background-position-y: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .home .instagram .mod-insta__item a {
    height: min(20vw, 30rem);
  }
}
.home .reservation {
  padding: min(12vw, 9.5rem) 0;
}
.home .reservation h2 {
  margin-bottom: min(2.9vw, 4.7rem);
}
.home .reservation p {
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: min(6vw, 6.7rem);
}
.home .reservation .qr {
  display: flex;
  justify-content: center;
  gap: min(5vw, 5.7rem);
}
@media (min-width: 540px) {
  .home .reservation .qr a {
    width: auto;
  }
}
.home .reservation img {
  max-width: 100%;
}
.home .swiper-bg {
  display: block;
}
.home .swiper-bg .swiper-wrapper {
  transition-timing-function: linear;
}
.home .swiper-bg .swiper-slide {
  height: 12.9rem;
  width: auto;
}
.home .swiper-bg .swiper-slide + .swiper-slide {
  margin-left: 1em;
}

.error section {
  margin-top: min(15vw, 20rem);
}
.error h2 {
  margin-bottom: 3rem;
  text-align: center;
  font-size: clamp(2rem, 1.667rem + 1.42vw, 3rem);
}
.error .btn {
  display: block;
  margin: auto;
  width: 300px;
  padding: 1.8rem 0;
  text-align: center;
  background-color: #292929;
  transition: 0.3s;
}

/*# sourceMappingURL=style.css.map*/