@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;700&display=swap");
/* COLORs */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*default setting*/
* {
  margin: 0;
  padding: 0;
}

html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

h1, h2, h3, h4, p, span, a, th, td, dt, dd, figcaption {
  margin: 0;
  padding: 0;
}

body {
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  font-size: 1.6em;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  position: relative;
}

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

figure {
  margin: 0;
  padding: 0;
}

img, a {
  vertical-align: top;
  border: none;
  outline: none;
  height: auto;
  text-decoration: none;
}

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

p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
}

::-moz-selection {
  background: #222;
  color: #fff;
}

::selection {
  background: #222;
  color: #fff;
}

::-moz-selection {
  background: #222;
  color: #fff;
}

a {
  transition: all 0.3s;
}

/*
font-family: "Noto Sans JP", sans-serif;
font-family: "Zen Maru Gothic", sans-serif;
font-family: "Montserrat", sans-serif;
*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
th,
td,
dt,
dd {
  font-feature-settings: "palt";
  font-optical-sizing: auto;
}

.tac {
  text-align: center;
}

.fs18 {
  font-size: 1.8rem;
}

.fs2 {
  font-size: 2rem;
}

.fs22 {
  font-size: 2.2rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs28 {
  font-size: 2.8rem;
}

.fs32 {
  font-size: 3.2rem;
}

.fs36 {
  font-size: 3.6rem;
}

.hl span {
  display: block;
}
.hl span.eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1;
  color: #47D61B;
  padding-bottom: 12px;
}
@media screen and (max-width: 680px) {
  .hl span.eng {
    padding-bottom: 6px;
  }
}
.hl span.main {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 680px) {
  .hl span.main {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.hl span.main.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

p.introduction {
  font-size: 2.1rem;
  line-height: 2.6;
}

.page-title {
  position: relative;
  display: inline-block;
  padding: 40px 60px 60px 60px;
  margin-top: 26vh;
  margin-left: 10vw;
  margin-bottom: 140px;
}
.page-title span.main {
  font-size: 2.4rem;
}
.page-title::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 210px;
  height: 210px;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-20px, -40px);
  z-index: -1;
}
.page-title span {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-title {
    padding: 30px 40px 40px 30px;
  }
  .page-title::before {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 680px) {
  .page-title {
    margin-top: 20vh;
    margin-left: 15vw;
    padding: 30px 40px 40px 30px;
  }
  .page-title::before {
    width: 160px;
    height: 160px;
  }
}

html {
  scroll-behavior: smooth;
  background-color: #FAF8F4;
}

body {
  overflow-x: hidden; /* ページ全体の横スクロールを防止 */
}

/* main要素とfooter要素のトランジション設定 */
main, footer {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* トランジション中のスタイル */
body.page-transitioning main,
body.page-transitioning footer,
body.page-transitioning .breadCrum {
  opacity: 0;
}

/* 画像の上に表示されるコンテンツの視認性を確保したい場合 */
.content-wrapper {
  position: relative;
  z-index: 1; /* 背景画像より前面に配置 */
}

.mt5vh {
  margin-top: 5vh !important;
}

.mt10vh {
  margin-top: 10vh !important;
}

.mt15vh {
  margin-top: 15vh !important;
}

.mt20vh {
  margin-top: 20vh !important;
}

.mt25vh {
  margin-top: 25vh !important;
}

.mb5vh {
  margin-bottom: 5vh !important;
}

.mb10vh {
  margin-bottom: 10vh !important;
}

.mb15vh {
  margin-bottom: 15vh !important;
}

.mb20vh {
  margin-bottom: 20vh !important;
}

.mb25vh {
  margin-bottom: 25vh !important;
}

.pt1em {
  padding-top: 1em;
}

.pt15em {
  padding-top: 1.5em;
}

.pt2em {
  padding-top: 2em;
}

.pt25em {
  padding-top: 2.5em;
}

.pt3em {
  padding-top: 3em;
}

.pb1em {
  padding-bottom: 1em;
}

.pb15em {
  padding-bottom: 1.5em;
}

.pb2em {
  padding-bottom: 2em;
}

.pb25em {
  padding-bottom: 2.5em;
}

.pb3em {
  padding-bottom: 3em;
}

.spOnly {
  display: none;
}

.pcOnly {
  display: auto;
}

@media screen and (max-width: 1024px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}
.centering {
  text-align: center;
}

.background-decoration {
  position: fixed;
  top: 10vh;
  right: -10vh;
  width: 90vw;
  height: 90vh;
  background-image: url("img/ci-star.svg");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: -5;
  pointer-events: none;
  opacity: 0.1;
  transform-origin: 60% 60%;
  -webkit-animation: rotate-bg 60s linear infinite;
          animation: rotate-bg 60s linear infinite;
}

@-webkit-keyframes rotate-bg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-bg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.modal-open {
  overflow: hidden !important;
  touch-action: none;
  overscroll-behavior: none;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.defContainer {
  max-width: 1120px;
  width: 86%;
  margin-right: auto;
  margin-left: auto;
}

.kv_fit img {
  width: 100%;
}

.contactForm {
  display: block;
  max-width: 960px;
  width: calc(100% - 12vw);
  margin: 20vh auto 0;
  background-color: #F2ECE1;
  border-radius: 25px;
  padding: 6vw;
}
@media screen and (max-width: 680px) {
  .contactForm {
    padding-top: 8vh;
  }
}
.contactForm h1.hl {
  margin-bottom: 8vh;
}
.contactForm h1.hl span {
  text-align: center;
}
.contactForm h2 {
  display: block;
  padding-left: 0;
  padding-bottom: 10vh;
}
.contactForm h2 span {
  display: block;
  text-align: center;
}
.contactForm .confirmation h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0 2.5em;
}
.contactForm .confirmation table {
  width: 85%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}
.contactForm .confirmation table tr {
  border-bottom: 1px solid #ccc;
}
.contactForm .confirmation table th, .contactForm .confirmation table td {
  padding: 1em 0;
}
.contactForm .confirmation.finished {
  padding-bottom: 5vh;
}
.contactForm .confirmation.finished p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
}

.privacypolicy {
  display: block;
  max-width: 700px;
  width: 85%;
  margin: 6vh auto 0;
}
.privacypolicy dl dt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.5em;
}
.privacypolicy dl dd {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-bottom: 3em;
}
.privacypolicy dl dd:last-child {
  padding-bottom: 0;
}

header a.logo {
  position: fixed;
  display: block;
  max-width: 200px;
  width: 30%;
  top: 20px;
  left: 20px;
  z-index: 5555;
}
header a.logo img {
  width: 100%;
}
@media screen and (max-width: 680px) {
  header a.logo {
    width: 120px;
  }
}
header ul.global {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 5556;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 10px 36px;
}
@media screen and (max-width: 1024px) {
  header ul.global {
    display: none;
  }
}
header ul.global li {
  margin: 0 6px;
}
header ul.global li a {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
  padding: 15px;
  transition: 0.3s ease;
  /* オレンジの丸マークを疑似要素で作成 */
  /* ホバー時の色変更 */
  /* テキストを右にずらして丸マークのスペースを確保 */
  padding-left: 0.3em;
}
header ul.global li a::before {
  content: "";
  position: absolute;
  left: -0.7em; /* テキストの左側に配置 */
  top: 50%;
  width: 0.5em; /* フォントサイズに連動 */
  height: 0.5em;
  background-color: #ff7f1d; /* オレンジ色 */
  border-radius: 50%; /* 丸にする */
  transform: scale(1) translateY(-50%);
  transition: 0.3s ease; /* ホバー時のアニメーション */
}
header ul.global li a:hover {
  color: #ffaa00;
}
header ul.global li a:hover::before {
  background-color: #ffaa00; /* より濃いオレンジ */
  transform: scale(1.6) translateY(-34%);
}

footer {
  margin-top: 180px;
  /* フッター全体の設定 */
  position: relative;
  /* 疑似要素で下半分の背景を作成 */
}
@media screen and (max-width: 680px) {
  footer {
    margin-top: 60px;
  }
}
footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%; /* フッターの下半分 */
  background-color: #403932;
  z-index: -1; /* .footer_memberの後ろに配置 */
}
@media screen and (max-width: 680px) {
  footer::after {
    height: 60vh;
  }
}
footer .footer_member {
  /* 背景画像を設定 */
  background-image: url("img/faces_footer.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* 四隅すべてに角丸を適用 */
  border-radius: 45px;
  /* 角丸を画像にも適用させるためにoverflow:hiddenを追加 */
  overflow: hidden;
  height: 35vw;
  /* 相対配置で疑似要素より前面に */
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  footer .footer_member {
    border-radius: 45px 45px 0 0;
  }
}
@media screen and (max-width: 680px) {
  footer .footer_member {
    height: 35vw;
    border-radius: 30px 30px 0 0;
  }
}
footer .footer_bottom {
  background-color: #403932;
  padding: 6vh 0 0;
}
footer .footer_bottom .footer_bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: calc(100% - 10vw);
  margin: 0 auto;
  padding: 7vh 5vw;
}
@media screen and (max-width: 1024px) {
  footer .footer_bottom .footer_bottom-inner {
    padding: 0 5vw 7vh;
  }
}
@media screen and (max-width: 680px) {
  footer .footer_bottom .footer_bottom-inner {
    flex-wrap: wrap;
    padding: 0 5vw 7vh;
  }
}
footer .footer_bottom .company {
  color: #fff;
}
footer .footer_bottom .company h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  padding-bottom: 15px;
}
footer .footer_bottom .company p {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  footer .footer_bottom .company {
    padding-right: 4vw;
  }
}
@media screen and (max-width: 680px) {
  footer .footer_bottom .company {
    padding-right: 0;
  }
}
footer .footer_bottom .cta {
  width: 65%;
}
@media screen and (max-width: 680px) {
  footer .footer_bottom .cta {
    width: 100%;
  }
}
footer .footer_bottom .cta ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  /* PCでは電話リンクを無効化 */
  /* スマートフォン（幅768px以下）では有効化 */
}
@media screen and (max-width: 680px) {
  footer .footer_bottom .cta ul {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 6vh;
  }
}
footer .footer_bottom .cta ul li {
  display: block;
}
footer .footer_bottom .cta ul li a {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 75px;
}
footer .footer_bottom .cta ul li a img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer .footer_bottom .cta ul li a {
    padding: 18px 25px;
  }
}
@media screen and (max-width: 680px) {
  footer .footer_bottom .cta ul li a {
    padding: 30px 75px;
  }
}
footer .footer_bottom .cta ul .footer-tel-link {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 680px) {
  footer .footer_bottom .cta ul .footer-tel-link {
    pointer-events: auto;
    cursor: pointer;
  }
}
footer .footer_bottom p.copyright {
  display: block;
  width: calc(100% - 3.2em);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding: 1.6em;
}

.defBtn {
  display: inline-block;
  padding: 25px 80px 25px 50px;
  border-radius: 999px;
  border: 1px solid #111;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  color: #111;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  .defBtn {
    padding: 20px 50px 20px 30px;
    white-space: normal;
    line-height: 1.4;
    font-size: 1.35rem;
  }
  .defBtn::before {
    right: 12px; /* 文末の余白調整 */
  }
}
.defBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px; /* 文末の余白調整 */
  width: 14px;
  height: 14px;
  background: #111; /* 初期の円の色 */
  border-radius: 50%;
  transform: translateY(-50%) scale(1);
  transition: transform 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  z-index: -1;
}
.defBtn:hover {
  padding: 25px 65px 25px 65px;
  color: #fff; /* ホバー時の文字色を白に */
}
.defBtn:hover::before {
  transform: translate(-50%, -50%) scale(50);
  border-radius: 999px; /* 角丸の矩形を作る */
}

a.detail {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px; /* テキストとアイコンの間隔 */
  position: relative;
  color: #EFA212;
  /* 右向き矢印アイコンを疑似要素で作成 */
  /* 塗りつぶしの右向き三角形をborderで作成 */
}
a.detail::after {
  content: "";
  width: 2em; /* 文字サイズの2倍 */
  height: 2em;
  background-color: #EFA212;
  border-radius: 50%; /* 正円 */
  flex-shrink: 0; /* アイコンサイズを固定 */
  position: relative;
  /* 円の中央に白い塗りつぶし三角形を配置 */
  display: flex;
  align-items: center;
  justify-content: center;
}
a.detail::before {
  content: "";
  position: absolute;
  right: 0.65em; /* 円の中央に配置 */
  width: 0;
  height: 0;
  /* 塗りつぶし三角形：左のborderを白の塗りにする */
  border-left: 0.5em solid white;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  z-index: 1;
}

/* ホバー効果 */
a.detail:hover {
  color: #EFA212;
}
a.detail:hover::after {
  transform: scale(1.2); /* 少し拡大 */
}

/* スムーズなアニメーション */
a.detail::after {
  transition: all 0.3s ease;
}

form {
  box-sizing: border-box;
  /* 入力フィールドの共通スタイル */
  /* フォーカス時のスタイル */
  /* テキストエリア特有のスタイル */
  /* ラベルのスタイル */
  /* セレクトボックスのスタイル */
  /* チェックボックスとラジオボタンのコンテナ */
  /* チェックボックスとラジオボタンのラベル */
  /* 送信ボタン */
  /* 必須マーク */
  /* エラー状態 */
  /* プレースホルダーのスタイル */
  /* 無効化された要素のスタイル */
  /* レスポンシブ対応 */
}
form span.req {
  display: inline-block;
  margin-left: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 1.1rem;
  background-color: red;
  color: #fff;
}
form span.privacy {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: #333;
}
form table {
  margin: 0 auto;
}
form table th {
  padding-right: 4em;
}
@media screen and (max-width: 1024px) {
  form {
    padding-bottom: 5vh;
  }
}
@media screen and (max-width: 680px) {
  form th,
form td {
    display: block;
  }
  form th {
    padding-right: 0;
    padding-bottom: 0;
  }
  form td {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
  }
}
form td b {
  display: block;
  font-weight: 700;
}
form td.privacypolicy {
  overflow: scroll;
  display: block;
  height: 10em;
  padding: 15px 10px;
  margin-top: 1.6rem;
  background-color: #fff;
  border: 1px solid #ccc;
}
form .thanks {
  margin-top: -10vh;
  padding-bottom: 15vh;
}
form .thanks h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 5vh;
  padding-bottom: 1em;
  text-align: center;
}
form .thanks p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=number],
form input[type=url],
form input[type=password],
form textarea {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
  width: 90%;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=url]:focus,
form input[type=password]:focus,
form textarea:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
form textarea {
  min-height: 120px;
  resize: vertical;
}
form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #212529;
}
@media screen and (max-width: 1024px) {
  form label {
    font-size: 1.8rem;
  }
}
form select {
  width: 100%;
  padding: 0.75rem 2.25rem 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
form input[type=checkbox],
form input[type=radio] {
  margin-right: 0.5rem;
}
form input[type=checkbox] + label,
form input[type=radio] + label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
form input[type=submit],
form button[type=submit] {
  display: block;
  max-width: 460px;
  width: 80%;
  margin: 5vh auto 0;
  padding: 2.5rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: red;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
form input[type=submit]:hover,
form button[type=submit]:hover {
  background-color: #F2C65A;
  color: #fff;
}
form input[type=button].wpcf7-form-control,
form input[type=button].wpcf7-previous {
  display: block;
  max-width: 360px;
  width: 60%;
  margin: 0 auto 0;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: red;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
form input[type=button].wpcf7-form-control:hover,
form input[type=button].wpcf7-previous:hover {
  background-color: #F2C65A;
  color: #fff;
}
form .required:after,
form [required]:after {
  content: "*";
  color: #dc3545;
  margin-left: 0.25rem;
}
form input:invalid,
form textarea:invalid,
form select:invalid {
  border-color: #dc3545;
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
form input::placeholder,
form textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
form input:disabled,
form textarea:disabled,
form select:disabled {
  background-color: #e9ecef;
  opacity: 0.7;
}
@media (max-width: 680px) {
  form input[type=submit],
form button[type=submit] {
    width: 100%;
  }
}

.wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  border-radius: 10px;
  padding: 8px 12px;
  background-color: red;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

.wpcf7 form .wpcf7-response-output {
  display: block;
  width: 80%;
  margin: 20px auto 0;
  background-color: #333;
  border: none;
  padding: 12px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  margin-bottom: 1em;
}

.nav-open {
  display: none;
  z-index: 7779;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
}
.nav-open img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .nav-open {
    display: flex;
    top: 30px;
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 680px) {
  .nav-open {
    width: 56px;
    height: 56px;
    font-size: 1.2rem;
    top: 15px;
  }
}

.nav-area {
  visibility: hidden; /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 8999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  background-color: #FAF8F4;
  display: block;
}
@media screen and (max-width: 680px) {
  .nav-area {
    overflow: scroll;
  }
}
.nav-area .nav-close {
  position: fixed;
  display: block;
  top: 15px;
  right: 15px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 20;
}
.nav-area .nav-close img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .nav-area .nav-close {
    display: flex;
    top: 30px;
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 680px) {
  .nav-area .nav-close {
    width: 56px;
    height: 56px;
    top: 15px;
  }
}
.nav-area .navContent {
  padding: 20px;
}
.nav-area .navContent .logo-white {
  max-width: 140px;
  width: 40%;
  margin-bottom: 10vh;
}
.nav-area .navContent .logo-white img {
  width: 100%;
}
@media screen and (max-width: 680px) {
  .nav-area .navContent .logo-white {
    max-width: 120px;
    margin-bottom: 5vh;
  }
}
.nav-area .nav-list {
  width: 80%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 680px) {
  .nav-area .nav-list {
    width: 100%;
  }
}
.nav-area .nav-list .nav-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 6px 15px;
  margin-bottom: 5px;
}
.nav-area .nav-link {
  display: block;
  padding: 15px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
.nav-area .has-submenu > .nav-link::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.nav-area .has-submenu.open > .nav-link::after {
  transform: translateY(-50%) rotate(-135deg);
}
.nav-area .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.nav-area .nav-item.open > .submenu {
  max-height: 1000px; /* 十分な高さを確保 */
}
.nav-area .submenu-item a {
  display: block;
  padding: 10px 15px 10px 30px;
  color: #333;
  text-decoration: none;
  border-top: 1px solid #f5f5f5;
  font-size: 1.5rem;
}
.nav-area .submenu-item a:hover {
  background-color: #f9f9f9;
}

.is-show {
  visibility: visible;
  opacity: 1;
}

/* クリック可能な画像のスタイル */
.clickable-image {
  cursor: pointer;
  max-width: 100%;
  transition: all 0.3s ease;
}

/* モーダル関連のスタイル */
.imgmodal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

.imgmodal-content {
  position: relative;
  margin: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.imgmodal-image {
  max-width: 80%;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  background-color: #fff;
}

.close-button {
  position: fixed;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1010;
  padding: 5px 15px;
  transition: all 0.2s ease;
}

.close-button:hover {
  color: #ff3366;
  transform: scale(1.1);
}

/* ズーム機能のコントロール */
.zoom-controls {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  z-index: 1010;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.zoom-btn {
  background: #2c3e50;
  color: white;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  margin: 0 5px;
}

.zoom-level {
  margin: 0 10px;
  font-weight: bold;
}

/* 実装: 中央に三角形がある横一線 */
.heading-line {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.heading-line::before, .heading-line::after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 30px;
  height: 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  transform: translateX(-50%);
}
.heading-line::before {
  background-color: #333;
}
.heading-line::after {
  bottom: -13px;
  background-color: #FAF8F4;
}

.breadCrum {
  background-color: #23425D;
  display: block;
  padding: 15px 25px;
}
.breadCrum ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px; /* マークとの間隔調整 */
}
.breadCrum ul li {
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  margin: 5px 0;
}
.breadCrum ul li a {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-decoration: underline;
}
.breadCrum ul li::after {
  content: ">";
  margin-left: 5px;
  color: #999;
}
.breadCrum ul li:last-child::after {
  content: ""; /* 最後の要素には表示しない */
}

nav.archive-navigation {
  display: block;
  text-align: center;
  margin-bottom: 10vh;
}

/* Bootstrap風ページネーションのカスタムスタイル */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  position: relative;
  display: block;
  padding: 1rem 1.7rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.justify-content-center {
  justify-content: center !important;
}

/* スクリーンリーダー専用クラス */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tip {
  position: relative;
  background-color: #ffffff;
  border: 3px solid #47D61B;
  border-radius: 6px;
  padding: 16px 24px;
  display: inline-block;
  text-align: center;
  margin-bottom: 28px;
}
.tip::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #47D61B;
}
.tip::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ffffff;
  z-index: 1;
}
.tip span {
  text-align: left;
}
.tip span.eng {
  font-size: 1.4rem;
  padding-bottom: 4px;
}
.tip span.main {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}

main.home .introduction p {
  line-height: 2.1;
}
main.home .news {
  padding: 10vh 0;
}
main.home .news .news_containner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
main.home .news .news_containner .news_header {
  width: 240px;
}
main.home .news .news_containner .news_header h2 {
  padding-bottom: 1.5em;
}
main.home .news .news_containner .news_header a {
  color: #EFA212;
}
main.home .news .news_containner .news_content {
  width: calc(90% - 240px);
}
main.home .news .news_containner .news_list ul {
  border-top: 1px solid #ccc;
}
main.home .news .news_containner .news_list ul li {
  padding: 3em 0;
  border-bottom: 1px solid #ccc;
}

.home_kv {
  position: relative;
  width: 100%;
  margin-top: 20vh;
  margin-bottom: 25vh;
}
@media screen and (max-width: 1024px) {
  .home_kv {
    margin-bottom: 10vh;
  }
}
@media screen and (max-width: 680px) {
  .home_kv {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
}
.home_kv .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /* すべてのスライドを同じ位置に重ね合わせ */
}
.home_kv .slide.active {
  opacity: 1;
}
.home_kv .slide .catch {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_kv .slide .catch img {
  max-width: 190px;
  width: 100%;
  height: auto;
  padding-left: 5vw;
}
@media screen and (max-width: 1024px) {
  .home_kv .slide .catch {
    height: 40vh;
  }
}
@media screen and (max-width: 680px) {
  .home_kv .slide .catch {
    height: 58vh;
    align-items: flex-start;
    transform: translateX(6%);
  }
}
.home_kv .slide .scenes {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_kv .slide .scenes img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 40px 0 0 40px;
}

/* 小さなスクリーンでの調整 */
@media (max-width: 680px) {
  .home_kv .slide {
    flex-direction: column;
    text-align: center;
  }
  .home_kv .slide .catch,
.home_kv .slide .scenes {
    width: calc(100% - 40px);
    padding: 0px;
  }
  .home_kv .slide .scenes img {
    border-radius: 20px;
  }
}
.slider-container {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
  position: relative;
}

.sceneSlider-l,
.sceneSlider-r {
  display: flex;
  position: relative;
  /* CSSアニメーション関連のプロパティを削除 */
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.sceSlider-item {
  flex: 0 0 auto;
  margin-right: 50px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .sceSlider-item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 680px) {
  .sceSlider-item {
    margin-right: 15px;
  }
}
.sceSlider-item:last-child {
  margin-right: 50px; /* 統一した余白 */
}
.sceSlider-item img {
  display: block;
  border-radius: 8px;
  /* 画像サイズは元のままで自然なサイズを保持 */
  max-width: none; /* 制限を解除 */
  height: auto;
}
@media screen and (max-width: 1024px) {
  .sceSlider-item img {
    height: 25vh;
    width: auto;
  }
}
@media screen and (max-width: 680px) {
  .sceSlider-item img {
    height: 25vh;
    width: auto;
  }
}

/**
*
*
*/
.service-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  width: 82%;
  margin: 20vh auto;
}
@media screen and (max-width: 1024px) {
  .service-container {
    width: 90%;
    margin: 14vh auto;
  }
}
@media screen and (max-width: 680px) {
  .service-container {
    width: 82%;
    margin: 20vh auto;
  }
}
.service-container .service-container-txt {
  width: 30%;
  padding: 0 0 0 10%;
}
@media screen and (max-width: 680px) {
  .service-container .service-container-txt {
    width: calc(100% - 0px);
    padding: 0 0 10% 0;
  }
}
.service-container .service-container-txt .hl {
  margin-bottom: 30px;
}
.service-container .service-container-txt .hl span.main {
  font-weight: 900;
}
.service-container .service-container-txt p {
  font-size: 1.6rem;
  line-height: 1.9;
}
.service-container .service-container-txt a {
  color: #EFA212;
  text-decoration: none;
  margin-top: 20px;
}
.service-container:nth-child(even) {
  flex-direction: row-reverse;
}
.service-container:nth-child(even) .service-container-txt {
  padding: 0 10% 0 0;
}
@media screen and (max-width: 680px) {
  .service-container:nth-child(even) {
    flex-direction: column;
  }
  .service-container:nth-child(even) .service-container-txt {
    padding: 0;
  }
}
.service-container .service-container-scene {
  width: 60%;
  min-height: 360px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service-container .service-container-scene {
    width: 60%;
    min-height: 15vh;
  }
}
@media screen and (max-width: 680px) {
  .service-container .service-container-scene {
    width: 100%;
    min-height: 15vh;
  }
}
.service-container .service-container-scene figure {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
}
.service-container .service-container-scene figure img {
  width: auto;
  max-height: 360px;
}
.service-container .service-container-scene figure.active {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .service-container .service-container-scene figure img {
    width: 100%;
    max-height: auto;
  }
}

.size-mid {
  max-width: 380px;
  width: 100%;
}

main.about,
main.recruit {
  padding-top: 3em;
}

main.about dl {
  max-width: 1160px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 25vh 0 25vh;
}
main.about dl dt {
  padding-bottom: 10vh;
}
main.about dl dt span.main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
}
main.about dl dd {
  padding-left: 10vw;
  padding-bottom: 20vh;
}
main.about dl dd:last-child {
  padding-bottom: 0;
}
main.about dl dd p {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.9;
}
main.about dl dd ul li {
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  margin-top: 6px;
}
main.about dl dd ul li h3 {
  color: #47D61B;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 1em;
}
main.about dl dd ul li p {
  font-size: 1.6rem;
  line-height: 1.8;
}
main.about .company-data {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
main.about .company-data .scape {
  background: url("img/scene_osaka.webp") 50%/cover no-repeat;
  border-radius: 30px;
  width: 35%;
}
@media screen and (max-width: 680px) {
  main.about .company-data .scape {
    width: 100%;
    height: 30vh;
  }
}
main.about .company-data .data {
  width: 60%;
  padding: 6vh 0;
}
@media screen and (max-width: 680px) {
  main.about .company-data .data {
    width: 100%;
  }
}
main.about .company-data .data h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 60px;
}
main.about .company-data .data table {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
main.about .company-data .data table tr {
  border-top: 1px solid #ccc;
}
main.about .company-data .data table th,
main.about .company-data .data table td {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 1.5em;
  vertical-align: top;
  text-align: left;
}
main.about .company-data .data table th {
  white-space: nowrap;
  font-weight: bold;
  padding-right: 2em;
}

main.recruit {
  background: url("img/fv_recruit.webp") 85% 26vh no-repeat;
  background-size: 45vw;
}
main.recruit figure.kv {
  display: none;
}
@media screen and (max-width: 680px) {
  main.recruit {
    background: none;
  }
  main.recruit .page-title {
    margin-bottom: 50px;
  }
  main.recruit figure.kv {
    display: block;
  }
  main.recruit figure.kv img {
    width: 100%;
  }
}
main.recruit h2 {
  display: inline-block;
  text-align: center;
  padding-left: 7vw;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 680px) {
  main.recruit h2 {
    display: block;
    padding: 30px 5vw;
    font-size: 2.2rem;
  }
}
main.recruit p.introduction {
  font-size: 1.5rem;
  line-height: 2.8;
  padding-left: 14vw;
}
@media screen and (max-width: 1024px) {
  main.recruit p.introduction {
    font-size: 1.6rem;
    padding-left: 0;
    line-height: 2;
  }
}
@media screen and (max-width: 680px) {
  main.recruit p.introduction {
    font-size: 1.75rem;
    padding-left: 0;
    line-height: 2.4;
  }
}
main.recruit section.voices,
main.recruit section.description {
  padding-top: 20vh;
}
main.recruit section.voices h2,
main.recruit section.description h2 {
  display: block;
  padding-left: 0;
  padding-bottom: 10vh;
}
main.recruit section.voices h2 span,
main.recruit section.description h2 span {
  display: block;
  text-align: center;
}
main.recruit section.voices ul,
main.recruit section.description ul {
  max-width: 1150px;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  main.recruit section.voices ul,
main.recruit section.description ul {
    gap: 48px 15px;
  }
}
@media screen and (max-width: 680px) {
  main.recruit section.voices ul,
main.recruit section.description ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 18px;
  }
}
main.recruit section.voices ul li,
main.recruit section.description ul li {
  cursor: pointer;
}
main.recruit section.voices ul li figure,
main.recruit section.description ul li figure {
  width: 100%;
  margin-bottom: 20px;
  transition: 0.3s all;
}
main.recruit section.voices ul li figure img,
main.recruit section.description ul li figure img {
  width: 100%;
  border-radius: 20px;
}
main.recruit section.voices ul li:hover figure,
main.recruit section.description ul li:hover figure {
  transform: scale(1.06);
}
main.recruit section.voices ul li p,
main.recruit section.description ul li p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #EFA212;
  line-height: 1;
  text-align: center;
  position: relative;
}
main.recruit section.voices ul li p:before,
main.recruit section.description ul li p:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
main.recruit section.description .jobBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  border-radius: 25px;
  padding: 50px;
  background-color: #fff;
  margin-bottom: 10px;
}
main.recruit section.description .jobBlock h3 {
  flex: 0 0 30%; /* shrinkせず、width: 30%を固定 */
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.35;
  padding-bottom: 1em;
}
@media screen and (max-width: 680px) {
  main.recruit section.description .jobBlock h3 {
    flex: none;
    width: 100%;
  }
}
main.recruit section.description .jobBlock table {
  flex: 1 1 0%; /* 残りのスペースを使ってフレキシブルに */
  min-width: 0; /* 折り返し許容のための設定 */
  word-break: break-word;
}
@media screen and (max-width: 680px) {
  main.recruit section.description .jobBlock table {
    flex: none;
    width: 100%;
  }
  main.recruit section.description .jobBlock table th, main.recruit section.description .jobBlock table td {
    display: block;
  }
}
main.recruit section.description .jobBlock .centering {
  width: 100%;
}
main.recruit section.description .jobBlock .centering a {
  display: inline-block;
  border-radius: 999px;
  padding: 12px 30px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  background-color: #EFA212;
  color: #fff;
  transition: 0.3s all;
}
main.recruit section.description .jobBlock .centering a:hover {
  padding: 12px 50px;
}
main.recruit section.description table {
  margin: 0 auto;
  border-top: 1px solid #ccc;
}
main.recruit section.description table tr {
  border-bottom: 1px solid #ccc;
}
main.recruit section.description table th,
main.recruit section.description table td {
  padding: 1em 0;
  font-size: 1.45rem;
  line-height: 1.5;
  vertical-align: top;
  text-align: left;
}
main.recruit section.description table th {
  font-weight: bold;
  white-space: nowrap;
  padding-right: 5em;
}
main.recruit .staff-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 680px) {
  main.recruit .staff-modal {
    overflow-y: auto;
    /* iOS対策 */
    -webkit-overflow-scrolling: touch;
  }
}
main.recruit .staff-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
main.recruit .staff-modal.is-open .staff-modal-content {
  opacity: 1;
  transform: translateY(0) scale(1);
}
main.recruit .staff-modal-content {
  max-width: 960px;
  width: 90%;
  background: transparent;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: none;
  border: none;
  position: relative;
  padding: 0;
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
main.recruit .staff-modal-content figure {
  width: 47%;
}
main.recruit .staff-modal-content figure img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 680px) {
  main.recruit .staff-modal-content figure {
    width: 100%;
    margin-bottom: 15px;
  }
}
main.recruit .staff-modal-content .txts {
  width: 48%;
}
main.recruit .staff-modal-content .txts h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.6rem;
  margin-bottom: 1em;
}
main.recruit .staff-modal-content .txts p {
  font-size: 1.5rem;
  line-height: 1.9;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 680px) {
  main.recruit .staff-modal-content .txts p {
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 680px) {
  main.recruit .staff-modal-content .txts {
    width: 100%;
  }
}
main.recruit .staff-modal-close {
  position: fixed;
  top: 0;
  right: 0;
  font-size: 3em;
  color: #333;
  cursor: pointer;
  z-index: 100000;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
@media screen and (max-width: 680px) {
  main.recruit {
    /* WebKit系（Chrome, Safari など） */
  }
  main.recruit .staff-modal-content {
    width: 88vw;
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* スクロールバーを非表示にする */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE & Edge (旧) */
  }
  main.recruit .staff-modal-content::-webkit-scrollbar {
    display: none;
  }
}
main.recruit section.contactForm h2 {
  display: block;
  padding-left: 0;
  padding-bottom: 10vh;
}
main.recruit section.contactForm h2 span {
  display: block;
  text-align: center;
}

main.notfound section p {
  padding: 0 5vw;
  font-size: 1.7rem;
  line-height: 2.2;
}

/*
Theme Name: SHINE-CS
Author: nrd-studio
Version: 1ss
*/
/*# sourceMappingURL=style.css.map */