@charset "UTF-8";
/*
Theme Name: satsue
Theme URI:
Description: satsue
Version: 1.0
Author: 
Author URI: 
*/
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #009F42;
  --color-primary-light: #F2F2F2;
  --color-secondary: #3F8EB3;
  --color-secondary-light: #FAF8F5;
  --color-link: #4895e6;
}

.white {
  color: white !important;
}

.blue {
  color: #3D7198 !important;
}

.green {
  color: #009F42 !important;
}

.egreen {
  color: #50AA9E !important;
}

.red {
  color: #be2020;
}

.yellow {
  color: var(--color-secondary);
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 760px;
  --width-content: 1200px;
}

:root {
  --font-family-base: "Lato", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans",
      "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.f_noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_lato {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

/*!
global > adjustment
------------------------------
*/
/*!
global > effects
------------------------------
*/
.pagenavi .nav a, .formCnt .btnWrap input, .Fv .custom-prev,
.Fv .custom-next, .Service .ServiceBnr__img img, .Voices .swiper .swiper-button-next.custom-next, #nav-toggle, #btm-btn a.pagetop, .sideSns .SnsMenu li a, .Header, .Header .Logo, .HeaderMenu, .HeaderMenu .g-menu li a::after, .HeaderMenu .insta, .pgNav li a, .contact-Btn, .Btn, .baseBtn, .btn-base {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*!
foundation > reset
------------------------------
*/
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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*!
foundation > base
------------------------------
*/
html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-family-base);
  font-size: clamp(1.4rem, 1.2vw, 100rem);
  color: black;
  line-height: 2;
  background-color: white;
  animation: fadeIn 1s ease 0s 1 normal;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: #3D7198;
  word-wrap: break-word;
}
a.noLink {
  pointer-events: none;
}
a.anchor {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}
a.anchor--1 {
  padding-top: 50px;
  margin-top: -50px;
}
a.External_links {
  display: table;
  margin-left: auto;
  font-size: 1.4rem;
}

.br-pc {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none !important;
  }
}

.br-tb {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .br-tb {
    display: none !important;
  }
}

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

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

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

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

/*!
utility > utility
------------------------------
*/
.u-mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-mt-base {
  margin-top: 2em !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mb200 {
  margin-bottom: 200px !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-ml5 {
  margin-left: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml5 {
    margin-left: 0.3846153846vw !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml10 {
    margin-left: 0.7692307692vw !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml15 {
    margin-left: 1.1538461538vw !important;
  }
}

.u-ml25 {
  margin-left: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml25 {
    margin-left: 1.9230769231vw !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml50 {
    margin-left: 3.8461538462vw !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml70 {
    margin-left: 5.3846153846vw !important;
  }
}

.u-mr5 {
  margin-right: 5px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr5 {
    margin-right: 0.3846153846vw !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr10 {
    margin-right: 0.7692307692vw !important;
  }
}

.u-mr15 {
  margin-right: 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr15 {
    margin-right: 1.1538461538vw !important;
  }
}

.u-mr25 {
  margin-right: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr25 {
    margin-right: 1.9230769231vw !important;
  }
}

.u-mr50 {
  margin-right: 50px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr50 {
    margin-right: 3.8461538462vw !important;
  }
}

.u-mr70 {
  margin-right: 70px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr70 {
    margin-right: 5.3846153846vw !important;
  }
}

.u-mr100 {
  margin-right: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr100 {
    margin-right: 7.6923076923vw !important;
  }
}

.u-mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mlr25 {
    margin-left: 1.9230769231vw !important;
    margin-right: 1.9230769231vw !important;
  }
}

.u-p-reset {
  padding: 0 !important;
}

.u-ptb {
  padding: 150px 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ptb {
    padding: 100px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-ptb {
    padding: 70px 0 !important;
  }
}

.u-ptb100 {
  padding: 100px 0 !important;
}

.u-ptb70 {
  padding: 70px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb70 {
    padding-top: 35px !important;
  }
}

.u-ptb50 {
  padding: 50px 0 !important;
}

.u-ptb25 {
  padding: 25px 0 !important;
}

.u-pt {
  padding-top: 150px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt {
    padding-top: 70px !important;
  }
}

.u-pb {
  padding-bottom: 150px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb {
    padding-bottom: 70px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pb150 {
  padding-bottom: 150px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

.u-pb300 {
  padding-bottom: 300px !important;
}

.u-pb500 {
  padding-bottom: 500px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-m-reset {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mlauto {
    margin-left: 0 !important;
    margin-left: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt150 {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb {
    padding: 70px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb15 {
    padding: 15px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb25 {
    padding: 25px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb35 {
    padding: 35px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb50 {
    padding: 50px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt25 {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt125 {
    padding-top: 125px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt150 {
    padding-top: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt200 {
    padding-top: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb100 {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb200 {
    padding-bottom: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb300 {
    padding-bottom: 300px !important;
  }
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

@media screen and (max-width: 767px) {
  .u-sp-fl-reset {
    float: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-flr {
    float: right !important;
  }
}

.u-alc {
  text-align: center !important;
}

.u-all {
  text-align: left !important;
}

.u-alr {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .u-sp-alc {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-all {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-alr {
    text-align: right !important;
  }
}

.u-vat {
  vertical-align: top !important;
}

.u-vam {
  vertical-align: middle !important;
}

.u-vab {
  vertical-align: bottom !important;
}

.u-wnum {
  width: 4em !important;
  max-width: 4em !important;
}

.u-w10 {
  width: 10% !important;
  max-width: 10% !important;
}

.u-w15 {
  width: 15% !important;
  max-width: 15% !important;
}

.u-w20 {
  width: 20% !important;
  max-width: 20% !important;
}

.u-w25 {
  width: 25% !important;
  max-width: 25% !important;
}

.u-w30 {
  width: 30% !important;
  max-width: 30% !important;
}

.u-w35 {
  width: 35% !important;
  max-width: 35% !important;
}

.u-w40 {
  width: 40% !important;
  max-width: 40% !important;
}

.u-w45 {
  width: 45% !important;
  max-width: 45% !important;
}

.u-w50 {
  width: 50% !important;
  max-width: 50% !important;
}

.u-w55 {
  width: 55% !important;
  max-width: 55% !important;
}

.u-w60 {
  width: 60% !important;
  max-width: 60% !important;
}

.u-w70 {
  width: 70% !important;
  max-width: 70% !important;
}

.u-w80 {
  width: 80% !important;
  max-width: 80% !important;
}

.u-w90 {
  width: 90% !important;
  max-width: 90% !important;
}

.u-w100 {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-tab-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w-reset {
    width: auto !important;
    max-width: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w25 {
    width: 25% !important;
    max-width: 25% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w30 {
    width: 30% !important;
    max-width: 30% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w35 {
    width: 35% !important;
    max-width: 35% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w40 {
    width: 40% !important;
    max-width: 40% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w60 {
    width: 60% !important;
    max-width: 60% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w70 {
    width: 70% !important;
    max-width: 70% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w80 {
    width: 80% !important;
    max-width: 80% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w90 {
    width: 90% !important;
    max-width: 90% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w100 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.u-of-hidden {
  overflow: hidden;
}

.u-bold {
  font-weight: 700;
}

.u-txtSmall {
  font-size: 1.4rem;
}

.u-txtLarge {
  font-size: 2.2rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .u-txtLarge {
    font-size: 1.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .u-txtLarge {
    font-size: 1.8rem;
  }
}

/*!
layout > container
------------------------------
*/
.l-container-s {
  width: 100%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
  box-sizing: border-box;
}

/*!
component > title
------------------------------
*/
.title-Lv1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(3rem, 2.4vw, 100rem);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-Lv1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv1 {
    font-size: 2.1rem;
  }
}

.title-En {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  opacity: 0.5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-En {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .title-En {
    font-size: 1.1rem;
  }
}

.title-Lv2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  line-height: 1.5;
}
.title-Lv2 .jp {
  font-size: clamp(1.6rem, 1.3vw, 100rem);
  font-weight: 700;
}
.title-Lv2 .en {
  font-size: clamp(6rem, 6.4vw, 100rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .title-Lv2 .en {
    font-size: 4.2rem;
  }
}
.title-Lv2 .en--medium {
  font-size: clamp(4.8rem, 4.8vw, 100rem);
}
@media screen and (max-width: 767px) {
  .title-Lv2 .en--medium {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv2 .en--medium--2 {
    font-size: 3rem;
  }
}
.title-Lv2--left {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .title-Lv2--left {
    align-items: center;
  }
}
.title-Lv2--center {
  align-items: center;
}
.title-Lv2--news {
  align-items: flex-start;
}
.title-Lv2--news .jp {
  font-size: clamp(2rem, 2vw, 100rem);
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .title-Lv2--news .jp {
    font-size: 2rem;
  }
}

.title-Lv3 {
  display: block;
  font-size: clamp(2rem, 1.8vw, 100rem);
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .title-Lv3 {
    font-size: 1.8rem;
  }
}

.title-Lv4 {
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .title-Lv4 {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv4 {
    font-size: 1.6rem;
  }
}

.UnderFv {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 450px;
  min-height: 450px;
  background-color: #b6c9d5;
  overflow: hidden;
}
.UnderFv__inner {
  height: calc(100% - 80px);
  position: relative;
}
.UnderFv__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
}
.UnderFv__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 80px;
  padding: 0 3.5%;
  background-color: var(--color-primary);
  position: relative;
  z-index: 21;
  box-sizing: border-box;
}
.UnderFv__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.UnderFv__triangle {
  display: block;
  width: 500px;
  height: 100%;
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
  opacity: 0.8;
}
.UnderFv__triangle--ov1 {
  left: -70px;
  background-color: #e1e5ea;
  z-index: 20;
}
.UnderFv__triangle--ov2 {
  left: -100px;
  background-color: white;
  z-index: 21;
}

/*!
component > btn
------------------------------
*/
.contact-Btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  background-color: var(--color-primary);
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  gap: 0 0.5em;
}
.contact-Btn:hover {
  filter: hue-rotate(10deg) brightness(110%);
}
.contact-Btn .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  aspect-ratio: 1/1;
  background-color: #027B34;
  color: white;
  transform: rotate(45deg); /* 正方形をひし形に回転 */
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn .arrow {
    width: 1.5em;
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn .arrow {
    width: 1.5em;
  }
}
.contact-Btn .arrow::before {
  transform: rotate(-45deg); /* 中の矢印を逆に回転して元に戻す */
  display: block;
}
.contact-Btn--header {
  padding: 0.5em 1.5em;
}
@media screen and (max-width: 767px) {
  .contact-Btn--header {
    width: 45px;
    aspect-ratio: 1/1;
    flex-direction: column;
    padding: 0;
  }
}
.contact-Btn--header i {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact-Btn--header i {
    display: block;
    font-size: 1.8rem;
  }
}
.contact-Btn--header .caption {
  font-size: clamp(1.4rem, 1.2vw, 1.7rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn--header .caption {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn--header .caption {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn--header .arrow {
    display: none;
  }
}
.contact-Btn--middle {
  padding: 0.75em 2.5em;
}
.contact-Btn--middle .caption {
  font-size: clamp(1.6rem, 1.3vw, 100rem);
}
.contact-Btn--smp {
  padding: 1em 0;
  width: 80%;
}

.Btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em 2.5em;
  background-color: var(--color-primary);
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  gap: 0 0.5em;
  font-size: clamp(1.4rem, 1.3vw, 100rem);
}
.Btn:hover {
  filter: hue-rotate(10deg) brightness(110%);
}
.Btn .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  background-color: #027B34;
  color: white;
  transform: rotate(45deg); /* 正方形をひし形に回転 */
  font-size: 0.9rem;
}
.Btn .arrow::before {
  transform: rotate(-45deg); /* 中の矢印を逆に回転して元に戻す */
  display: block;
}
.Btn--white {
  background-color: white;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .Btn--contact {
    padding: 1em 1.5em;
  }
}

.baseBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 2.5em;
  color: #3D7198;
  text-decoration: none;
  box-sizing: border-box;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  gap: 0 0.75em;
  background-color: white;
  border: 1px solid #3D7198;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .baseBtn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .baseBtn {
    font-size: 1.6rem;
  }
}
.baseBtn .arrow {
  font-size: clamp(1rem, 0.6vw, 2rem);
  transform: rotate(90deg);
}
.baseBtn--noBorder {
  border: none;
}
.baseBtn--white {
  background-color: transparent;
  color: white;
  border-color: white;
}
.baseBtn:hover {
  background-color: #074E84;
  color: white;
}

.linkBtn {
  padding-right: 0.75em;
  display: inline-flex;
  align-items: center;
  color: var(--color-primary);
  border-bottom: 1px solid #6277a7;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  gap: 0 2.5em;
}
.linkBtn i {
  font-size: 1.2rem;
}
.linkBtn--small {
  font-size: 1.5rem;
}
.linkBtn--small i {
  font-size: 1.1rem;
}

.viewMore {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  color: black;
  text-decoration: none;
  position: relative;
}
.viewMore .caption {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  border-bottom: 1px solid black;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .viewMore .caption {
    font-size: 1.2rem;
  }
}
.viewMore .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-color: var(--color-secondary);
  color: white;
  border-radius: 50%;
  font-size: 1.6rem;
}
.btn-base {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 240px;
  max-width: 240px;
  box-sizing: border-box;
  color: white;
  font-size: 1.5rem;
  background-color: #074E84;
  text-decoration: none;
  line-height: 1.3;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .btn-base {
    padding: 1.5em 0;
    width: 200px;
    max-width: 200px;
    font-size: 1.3rem;
  }
}
.btn-base:hover {
  transform: scale(1.06);
  filter: hue-rotate(0deg) brightness(135%);
}
@media screen and (max-width: 767px) {
  .btn-base:hover {
    transform: scale(1);
  }
}
.btn-base:visited {
  color: white;
}
.btn-base--small {
  padding: 1em 3em;
  width: auto;
  max-width: initial;
  font-size: 1.3rem;
}
.btn-base--reserve {
  padding: 1.5em;
  min-width: 300px;
  font-size: 1.7rem;
  background-color: #3D7198;
}
@media screen and (max-width: 767px) {
  .btn-base--reserve {
    min-width: initial;
    font-size: 1.5rem;
  }
}

.MiddleBtn {
  display: table;
  padding: 0.5em 1.5em;
  background-color: white;
  border: 1px solid black;
  text-decoration: none;
  font-size: 1.8rem;
  border-radius: 50px;
  color: black;
}
@media screen and (max-width: 767px) {
  .MiddleBtn {
    padding: 0.25em 0.75em;
    font-size: 1.3rem;
  }
}

.Shiny {
  overflow: hidden;
}
.Shiny::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
/*!
component > parts
------------------------------
*/
.listDisc li {
  margin-left: 1em;
  list-style-type: disc;
}

.listNum li {
  margin-left: 1em;
  list-style-type: decimal;
}

.aioseo-breadcrumbs {
  z-index: 10;
  display: flex;
  padding: 0.35em 0;
  overflow: hidden;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .aioseo-breadcrumbs {
    flex-wrap: wrap;
  }
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  margin: 0 1em;
}
.aioseo-breadcrumbs a {
  color: black;
}

.pgNav {
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: 1px solid #3D7198;
  border-radius: 100px;
  overflow: hidden;
}
.pgNav li a {
  display: block;
  padding: 1.25em 3em;
  text-decoration: none;
  line-height: 1.2;
  font-size: clamp(1.3rem, 1.1vw, 100rem);
  font-weight: 600;
  text-align: center;
  color: black;
  box-sizing: border-box;
  border-right: 1px solid #3D7198;
}
@media screen and (max-width: 767px) {
  .pgNav li a {
    padding: 1.5em;
  }
}
.pgNav li a.active {
  background-color: #3D7198;
  color: white;
}
.pgNav li:last-child a {
  border-right: none;
}
.pgNav--white li a {
  color: white;
  border: 1px solid white;
}
.pgNav--white li a:hover {
  background-color: white;
  color: black;
}

sup {
  font-size: 1.1rem;
  vertical-align: 0.5em;
}

.NotesCnt {
  display: flex;
  flex-direction: column;
  gap: 0.5em 0;
}
.NotesCnt--ptn1 {
  align-items: flex-end;
}

.Notes {
  display: inline-flex;
  font-size: clamp(1rem, 0.8vw, 100rem);
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Notes {
    font-size: 1.2rem;
  }
}
.Notes--mark {
  padding-left: 1em;
}
.Notes--mark::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.ContactInfo {
  background-color: var(--color-primary);
}
.ContactInfo__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .ContactInfo__inner {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactInfo__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .ContactInfo__inner {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .ContactInfo__inner {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.ContactInfo .ContactBtn {
  width: calc(50% - 50px);
}
@media screen and (max-width: 767px) {
  .ContactInfo .ContactBtn {
    width: 100%;
  }
}

/*!
component > table
------------------------------
*/
.baseTable th,
.baseTable td {
  font-size: clamp(1.2rem, 1vw, 100rem);
  padding: 1em 0.5em;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .baseTable th,
  .baseTable td {
    display: block;
    padding: 1em 0;
    font-size: 1.5rem;
  }
}
.baseTable th {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .baseTable th {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .baseTable td {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .baseTable tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
}

.subTable th, .subTable td {
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .subTable th, .subTable td {
    display: table-cell;
  }
}

/*!
component > tab
------------------------------
*/
.tab-group {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tab-group {
    flex-wrap: wrap;
  }
}
.tab-group li.tab {
  margin: 0 5px;
  padding: 0.75em;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: black;
  list-style: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background-color: white;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .tab-group li.tab {
    padding: 0.75em 1em;
    min-width: initial;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 100px) {
  .tab-group li.tab {
    font-size: 1.4rem;
  }
}
.tab-group li.tab.tab-active {
  background-color: #3D7198;
  transition: all 0.2s ease-out;
  color: white;
}

.panel {
  display: none;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.panel.panel-show {
  display: block;
}
.panel__inner {
  background-color: white;
}
/*!
component > modal
------------------------------
*/
.iziModal {
  max-width: 60% !important;
  margin-top: 180px !important;
  /*  margin-right: 50px !important;*/
}
.iziModal .wrap {
  margin: 0.5em;
  padding: 4em;
  overflow: hidden;
  text-align: left;
  background-color: white;
}
.iziModal .wrap p strong {
  font-size: 2.4rem;
}
.iziModal .wrap img {
  width: 280px;
  float: left;
  margin-right: 50px;
}

.mv-modal {
  max-width: 740px !important;
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .mv-modal {
    max-width: 85% !important;
  }
}
.mv-modal .iziModal-wrap {
  width: 740px !important;
  max-width: 740px !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-wrap {
    width: 99% !important;
    max-width: 99% !important;
  }
}
.mv-modal .iziModal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 50px 35px 35px !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content {
    padding: 35px 25px 25px !important;
  }
}
.mv-modal .iziModal-content iframe {
  display: block;
  width: 100%;
  max-height: 400px !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content iframe {
    height: 170px !important;
    max-height: 170px !important;
    border: 1px solid #ccc !important;
  }
}
.mv-modal .iziModal-content .date {
  display: table;
  margin: 15px 0 0;
  font-size: 1.4rem;
}
.mv-modal .iziModal-content .ttl {
  display: block;
  padding: 1em 0;
  line-height: 1.3;
  font-weight: bold;
}
.mv-modal .iziModal-content .teikyo {
  display: table;
  margin: 0 auto;
  padding: 0.15em 0;
  padding-left: 60px;
  font-size: 1.3rem;
  position: relative;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.mv-modal .iziModal-content .teikyo::before {
  content: "提供元";
  display: inline-block;
  padding: 0.15em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  color: #009F42;
  border: 1px solid #009F42;
  font-size: 1.1rem;
}
.mv-modal .iziModal-content .close-btn {
  font-size: 2.4rem;
  position: absolute;
  top: 20px;
  right: 20px;
  color: black;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content .close-btn {
    top: 12px;
    right: 12px;
  }
}

/*!
global > scroll
------------------------------
*/
.scroll_bar {
  overflow-y: scroll;
}

.scroll_bar::-webkit-scrollbar {
  width: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .TableScroll {
    width: 100%;
    padding-bottom: 25px;
    position: relative;
    overflow-x: scroll;
  }
}
/*!
layout > header
------------------------------
*/
.Header {
  width: 100%;
  max-width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .Header {
    height: 60px;
  }
}
.Header__inner {
  padding: 0 2.5%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header__inner {
    padding: 0 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .Header__inner {
    padding-left: 60px;
  }
}
.Header__column {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Header.fixed {
  position: fixed;
  top: 0;
  bottom: auto; /* 元の位置をリセット */
  left: 0;
}
.Header .Logo {
  width: 20%;
  min-width: 20%;
  z-index: 51;
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .Header .Logo {
    min-width: initial;
    width: 60%;
  }
}
.Header .Logo a {
  display: block;
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  padding: 0.5em;
}
.Header .Logo a img {
  display: block;
  width: 100%;
}
.Header--under .HeaderMenu .g-menu li a {
  color: var(--color-primary);
}
.Header--under .HeaderMenu .g-menu li a::after {
  background-color: var(--color-primary);
}

.HeaderMenu {
  height: 100%;
  opacity: 1;
  position: relative;
  box-sizing: border-box;
  z-index: 51;
  /*==ナビゲーション全体の設定*/
  /*ナビゲーションを横並びに*/
  /*hoverしたら表示*/
}
.HeaderMenu__inner {
  height: 100%;
}
.HeaderMenu__column {
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 0 3.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderMenu__column {
    gap: 0 1.5em;
  }
}
.HeaderMenu nav {
  display: flex;
  align-items: center;
  text-align: center;
}
.HeaderMenu .g-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderMenu .g-menu {
    gap: 0.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  .HeaderMenu .g-menu {
    display: none;
  }
}
.HeaderMenu .g-menu li {
  position: relative;
}
.HeaderMenu .g-menu li a {
  padding: 0.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.HeaderMenu .g-menu li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.HeaderMenu .g-menu li a span {
  position: relative;
  z-index: 5;
}
.HeaderMenu .g-menu li a:hover::after {
  width: 100%;
}
.HeaderMenu .g-menu li:last-child a {
  border-right: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  z-index: 4;
  /*形状を指定*/
  background-color: #074E84;
  min-width: 250px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
  overflow: hidden;
  /*==3階層目*/
}
.HeaderMenu .g-menu li.menu-item-has-children ul li {
  border-right: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li a {
  min-height: initial;
  padding: 1.5em 2em;
  font-size: 1.4rem;
  background-color: var(--color-primary);
  color: white;
  line-height: 1.3;
  justify-content: flex-start;
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.HeaderMenu .g-menu li.menu-item-has-children ul li a:hover, .HeaderMenu .g-menu li.menu-item-has-children ul li a:active {
  filter: hue-rotate(10deg) brightness(120%);
  opacity: 1;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li a::after {
  content: "\f061";
  background-color: transparent;
  font-family: "Font Awesome 6 Pro";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  bottom: auto;
  left: auto;
  top: 50%;
  right: 1.5em;
  transform: translateX(0) translateY(-50%);
  font-weight: normal;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li:last-child a {
  border-bottom: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul ul {
  top: 0;
  left: 200px;
}
.HeaderMenu .g-menu.fixed li.menu-item-has-children ul {
  bottom: auto;
  top: 40px;
}
.HeaderMenu nav li.menu-item-has-children:hover > ul,
.HeaderMenu nav li.menu-item-has-children ul li:hover > ul,
.HeaderMenu nav li.menu-item-has-children:active > ul,
.HeaderMenu nav li.menu-item-has-children ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
.HeaderMenu .insta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  text-decoration: none;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderMenu .insta {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .HeaderMenu .insta {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
}
.HeaderMenu .insta:hover {
  background-color: var(--color-primary);
  color: white;
}
.HeaderMenu .insta i {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .HeaderMenu .insta i {
    font-size: 1.6rem;
  }
}

.HeaderContact__column {
  display: flex;
  align-items: center;
  gap: 0 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderContact__column {
    gap: 0 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .HeaderContact__column {
    gap: 0 0.5px;
  }
}
.HeaderContact .Phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
.HeaderContact .Phone__No {
  display: flex;
  align-items: center;
  gap: 0 0.15em;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 1.5vw, 2.4rem);
  font-weight: 600;
  color: var(--color-secondary);
  text-decoration: none;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderContact .Phone__No {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .HeaderContact .Phone__No {
    width: 42px;
    height: 42px;
    max-height: initial;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 0;
    gap: 0;
    border-radius: 5px 0 0 5px;
    font-size: 1.7rem;
    pointer-events: visible;
    background-color: var(--color-secondary);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .HeaderContact .Phone__No__txt {
    display: none;
  }
}
.HeaderContact .Phone__No .icon {
  display: block;
  width: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderContact .Phone__No .icon {
    width: 14px;
  }
}
@media screen and (max-width: 767px) {
  .HeaderContact .Phone__No .icon {
    width: 15px;
  }
}
.HeaderContact .Phone__caption {
  display: block;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderContact .Phone__caption {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .HeaderContact .Phone__caption {
    display: none;
  }
}

/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  width: 100%;
  position: relative;
  z-index: 19;
  background-color: var(--color-primary);
  color: white;
}
@media screen and (max-width: 767px) {
  .Footer {
    padding: 0.75em 0;
  }
}
.Footer .Bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.Footer__inner {
  padding: 0 15%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Footer__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .Footer__inner {
    padding: 0 7.5%;
  }
}
.Footer__column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Footer__column {
    flex-direction: column;
    align-items: center;
    gap: 35px 0;
  }
}
.Footer__corpInfo {
  min-width: 40%;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .Footer__corpInfo {
    min-width: initial;
    width: 100%;
  }
}
.Footer__corpInfo .Logo {
  display: block;
  width: 40%;
  background-color: white;
  box-sizing: border-box;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .Footer__corpInfo .Logo {
    width: 80%;
  }
}
.Footer__corpInfo .Logo img {
  display: block;
  width: 100%;
}
.Footer__corpInfo .address {
  display: block;
  font-size: clamp(1.1rem, 1vw, 100rem);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Footer__corpInfo .address {
    font-size: 1.4rem;
  }
}
.Footer .Copyright {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .Footer .Copyright {
    font-size: 0.8rem;
  }
}
.Footer__naviArea {
  position: relative;
}
@media screen and (max-width: 767px) {
  .Footer__naviArea {
    display: none;
  }
}
.Footer__naviArea__column {
  display: flex;
  gap: 0 1.5em;
}
@media screen and (max-width: 767px) {
  .Footer__naviArea__column {
    flex-wrap: wrap;
    gap: 0;
  }
}
.Footer__naviArea ul li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.Footer__naviArea ul li a {
  display: block;
  font-size: clamp(1.1rem, 0.9vw, 100rem);
  font-weight: 500;
  color: white;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Footer__naviArea ul li a {
    font-size: 1.3rem;
  }
}

#btm-btn {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 71;
  display: none;
}
#btm-btn a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1/1;
  text-decoration: none;
  line-height: 1.1;
  background-color: white;
  color: var(--color-primary);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #btm-btn a.pagetop {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  #btm-btn a.pagetop {
    width: 40px;
  }
}
#btm-btn a.pagetop i {
  font-size: 1.4rem;
  font-weight: bold;
}
#btm-btn a.pagetop:hover {
  opacity: 1;
  filter: hue-rotate(10deg) brightness(110%);
  transform: scale(1.1);
}
.SmpDisp {
  display: none;
}
@media screen and (max-width: 767px) {
  .SmpDisp {
    display: block;
  }
}

.smp-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 3.5%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 767px) {
  .smp-contact {
    display: flex;
  }
}
@media screen and (max-width: 100px) {
  .smp-contact {
    padding: 15px 0;
  }
}

.sideSns {
  position: fixed;
  bottom: 45px;
  left: 0;
  z-index: 60;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideSns {
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sideSns {
    bottom: 15px;
  }
}
.sideSns__inner {
  padding: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideSns__inner {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .sideSns__inner {
    font-size: 0.5em;
  }
}
.sideSns__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sideSns__label {
  display: inline-flex;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  gap: 0 0.5em;
  font-weight: 600;
}
.sideSns__label::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: black;
  position: relative;
  top: 0.1em;
  left: -0.15em;
}
.sideSns .SnsMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25em 0;
}
.sideSns .SnsMenu li a {
  display: block;
  color: black;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideSns .SnsMenu li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sideSns .SnsMenu li a {
    font-size: 1.4rem;
  }
}
.sideSns .SnsMenu li a:hover {
  transform: scale(1.35);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideSns .SnsMenu li a:hover {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .sideSns .SnsMenu li a:hover {
    transform: scale(1);
  }
}
.sideSns .SnsMenu li a .fa-line {
  color: #08bb08;
}

/*!
layout > layout
------------------------------
*/
.Layout__inner {
  position: relative;
}
.Layout__column {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 150px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Layout__column {
    column-gap: 11.5384615385vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Layout__column {
    gap: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .Layout__column {
    flex-direction: column-reverse;
    gap: 100px 0;
  }
}

.mainCnt {
  width: 75%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mainCnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainCnt {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .mainCnt__inner {
    padding-right: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mainCnt__inner {
    margin: 0 auto;
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .mainCnt__inner {
    margin: 0 auto;
    padding: 0 25px;
  }
}

.sideCnt {
  width: calc(25% - 50px);
  min-width: 250px;
  background-color: var(--color-primary-light);
  position: sticky;
  top: 100px;
  left: 50px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .sideCnt {
    width: 19.2307692308vw;
    min-width: 19.2307692308vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideCnt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sideCnt {
    width: 100%;
    min-width: initial;
    position: relative;
    top: auto;
    display: none;
  }
}
.sideCnt__inner {
  padding: 10% 5%;
  padding-left: 15%;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .sideCnt__inner {
    padding-left: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideCnt__inner {
    padding-left: 5%;
  }
}
.sideCnt .sideLabel {
  font-size: 3rem;
  font-weight: 600;
  color: var(--color-primary);
  opacity: 0.25;
  position: relative;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .sideCnt .sideLabel {
    font-size: 2.3076923077vw;
  }
}
@media screen and (max-width: 767px) {
  .sideCnt .sideLabel {
    font-size: 2.2rem;
  }
}
.sideCnt .sideNav li a {
  display: flex;
  align-items: center;
  padding: 0.65em 0.5em;
  color: black;
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  gap: 0 0.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideCnt .sideNav li a {
    font-size: 1.3rem;
  }
}
.sideCnt .sideNav li a:hover, .sideCnt .sideNav li a.active {
  font-weight: 700;
  color: var(--color-primary);
}
.sideCnt .sideNav li a:hover::after, .sideCnt .sideNav li a.active::after {
  font: var(--fa-font-regular);
  content: "\f105";
}
.sideCnt .sideNav li .pgLabel {
  display: flex;
  align-items: center;
  padding: 0.65em 0.5em;
  padding-left: 0;
  font-weight: 700;
  color: var(--color-primary);
  position: relative;
  gap: 0 0.5em;
  line-height: 1;
}
.sideCnt .sideNav li .pgLabel:hover::after {
  display: none;
}

/*!
layout > menu(smp)
------------------------------
*/
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: -80%;
  width: 80%;
  max-width: 80%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #g-nav {
    width: 35%;
    max-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  #g-nav {
    width: 80%;
    max-width: 80%;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  left: 0;
  opacity: 1;
  pointer-events: visible;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 80%;
  max-width: 80%;
  padding-bottom: 30px;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #g-nav.panelactive #g-nav-list {
    width: 35%;
    max-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  #g-nav.panelactive #g-nav-list {
    width: 80%;
    max-width: 80%;
  }
}

#g-nav #dmenu,
#g-nav #menu-foot_navi {
  display: block;
  width: calc(100% - 50px);
  margin: 0 auto;
  text-align: left;
  padding-top: 70px;
  box-sizing: border-box;
}
#g-nav #dmenu li,
#g-nav #menu-foot_navi li {
  margin: 0;
  padding: 0;
  position: relative;
}
#g-nav #dmenu li a,
#g-nav #menu-foot_navi li a {
  display: flex;
  align-items: center;
  padding: 1em;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  color: black;
  gap: 0 1em;
}
@media screen and (max-width: 100px) {
  #g-nav #dmenu li a,
  #g-nav #menu-foot_navi li a {
    font-size: 1.5rem;
  }
}
#g-nav #dmenu li a:hover,
#g-nav #menu-foot_navi li a:hover {
  text-decoration: none;
}
#g-nav #dmenu li.menu-item-has-children a,
#g-nav #menu-foot_navi li.menu-item-has-children a {
  pointer-events: none;
}
#g-nav #dmenu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi li.menu-item-has-children a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-size: 1.2rem;
}
#g-nav #dmenu .sub-menu,
#g-nav #menu-foot_navi .sub-menu {
  max-width: 100%;
  width: 100%;
  padding-top: 0;
  display: none;
}
#g-nav #dmenu .sub-menu li,
#g-nav #menu-foot_navi .sub-menu li {
  border-bottom: none;
}
#g-nav #dmenu .sub-menu li a,
#g-nav #menu-foot_navi .sub-menu li a {
  pointer-events: visible;
  padding: 0.5em 2em 0.5em 3em;
  line-height: 1.5;
}
#g-nav #dmenu .sub-menu li a::before,
#g-nav #menu-foot_navi .sub-menu li a::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: black;
  margin-top: 0.35em;
}
#g-nav #dmenu .sub-menu li a::after,
#g-nav #menu-foot_navi .sub-menu li a::after {
  display: none;
}
#g-nav #dmenu .sub-menu li.menu-item-has-children a,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a {
  pointer-events: none;
}
#g-nav #dmenu .sub-menu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a::after {
  content: "\f078";
}
#g-nav #dmenu .sub-menu-2,
#g-nav #menu-foot_navi .sub-menu-2 {
  margin-left: 3em;
  display: flex;
  flex-wrap: wrap;
}
#g-nav #dmenu .sub-menu-2 li a,
#g-nav #menu-foot_navi .sub-menu-2 li a {
  padding: 0 1em 0 0;
  font-size: 1.2rem;
}
#g-nav #dmenu .sub-menu-2 li a::after,
#g-nav #menu-foot_navi .sub-menu-2 li a::after {
  content: "/" !important;
  left: auto;
  right: 0.5em;
  font-family: initial;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #g-nav .reserve_btn {
    margin: 35px auto 0;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  #g-nav .reserve_btn {
    margin: 35px auto 0;
    width: calc(100% - 30px);
  }
}

#nav-toggle {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 767px) {
  #nav-toggle {
    display: flex;
  }
}
#nav-toggle > div {
  position: relative;
}
#nav-toggle span {
  width: 24px;
  height: 1px;
  left: 50%;
  display: block;
  background-color: white;
  position: absolute;
  transform: translateX(-50%);
  transition: transform 0.3s ease-in-out, top 0.2s ease;
}
#nav-toggle span:nth-child(1) {
  top: 17px;
}
#nav-toggle span:nth-child(2) {
  top: 26px;
}
#nav-toggle span:nth-child(3) {
  top: 56px;
}
@media screen and (max-width: 767px) {
  #nav-toggle span:nth-child(3) {
    top: 46px;
  }
}
#nav-toggle .menu-ttl {
  font-size: 1rem;
  display: block;
  position: absolute;
  bottom: 0.75em;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}
#nav-toggle.active {
  background-color: transparent;
  border: none;
}
#nav-toggle.active::before {
  opacity: 0;
}
#nav-toggle.active::after {
  display: none;
}
#nav-toggle.active span {
  background-color: #3D7198;
}
#nav-toggle.active span:nth-child(1) {
  top: 20px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
#nav-toggle.active span:nth-child(2) {
  top: 20px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
#nav-toggle.active span:nth-child(3) {
  display: none;
}
#nav-toggle.active .menu-ttl {
  color: #3D7198;
}
#nav-toggle.nav-toggle-under span {
  background-color: black;
}
#nav-toggle.nav-toggle-under .menu-ttl {
  color: black;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

/*!
page > top
------------------------------
*/
.PgIndex {
  overflow: hidden;
}

.Fv {
  position: relative;
}
.Fv__inner {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.Fv__inner--under {
  width: 100%;
  height: auto;
  min-height: initial;
}
.Fv #FvMain {
  min-width: 100%;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: black;
}
@media screen and (max-width: 767px) {
  .Fv #FvMain {
    height: 100vh;
  }
}
.Fv #FvMain .FvVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .Fv .swiper-slide .swiper-img {
    height: 100vh;
  }
}
.Fv .swiper-slide .swiper-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.Fv .swiperPgnavi {
  display: flex;
  align-items: center;
  width: 150px;
  height: 70px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30 !important;
}
.Fv .custome-Arrow {
  width: 100%;
  height: calc(100% - 40px - 80px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
}
@media screen and (max-width: 767px) {
  .Fv .custome-Arrow {
    width: 150px;
    height: 60px;
    top: auto;
    left: auto;
    bottom: 40px;
    right: 0;
    z-index: 60;
  }
}
.Fv .swiper-pagination-current {
  color: white;
}
.Fv .swiper-horizontal > .swiper-pagination-bullets,
.Fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.Fv .swiper-pagination-custom,
.Fv .swiper-pagination-fraction {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  width: 100%;
}
.Fv .swiper-horizontal > .swiper-pagination-bullets,
.Fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.Fv .swiper-pagination-custom,
.Fv .swiper-pagination-fraction {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .Fv .swiper-horizontal > .swiper-pagination-bullets,
  .Fv .swiper-pagination-bullets.swiper-pagination-horizontal,
  .Fv .swiper-pagination-custom,
  .Fv .swiper-pagination-fraction {
    gap: 0 0.25em;
  }
}
.Fv .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #ccc !important;
  opacity: 1 !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .Fv .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.Fv .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  opacity: 1;
  background-color: var(--color-primary) !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .Fv .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}
.Fv .custom-prev,
.Fv .custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  font-size: 3.6rem;
  color: black;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .custom-prev,
  .Fv .custom-next {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .Fv .custom-prev,
  .Fv .custom-next {
    font-size: 1.8rem;
  }
}
.Fv .custom-prev {
  left: 2.5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .custom-prev {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .Fv .custom-prev {
    left: 12.5%;
  }
}
.Fv .custom-prev:hover {
  left: 2%;
}
@media screen and (max-width: 767px) {
  .Fv .custom-prev:hover {
    left: 12.5%;
  }
}
.Fv .custom-next {
  right: 2.5%;
}
@media screen and (max-width: 767px) {
  .Fv .custom-next {
    right: 12.5%;
  }
}
.Fv .custom-next:hover {
  right: 2%;
}
@media screen and (max-width: 767px) {
  .Fv .custom-next:hover {
    right: 12.5%;
  }
}
.Fv__column {
  display: flex;
  flex-direction: column;
}
.Fv__column--under {
  flex-direction: row-reverse;
}
.Fv__img {
  display: block;
  min-width: 55%;
  width: 55%;
  position: relative;
  right: -5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv__img {
    min-width: initial;
    width: 55%;
    right: -10%;
    top: 60%;
    transform: translateY(-40%);
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .Fv__img {
    min-width: initial;
    width: 70%;
    right: -20%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}
.Fv__img img {
  display: block;
}
.Fv__img img.primaryImg {
  aspect-ratio: 5/4;
  width: 95%;
  object-fit: cover;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: relative;
  z-index: 10;
}
.Fv__img .bgParts {
  display: block;
  width: 95%;
  aspect-ratio: 5/4;
  background-color: var(--color-primary);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: 0;
  right: -5%;
  z-index: 5;
}
.Fv__img .bgParts img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: soft-light;
  -ms-filter: blur(20px);
  filter: blur(20px);
  opacity: 0.7;
}
.Fv .FvCopy {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
}
.Fv .FvCopy::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.35;
}
.Fv .FvCopy--under {
  position: relative;
  top: auto;
  left: auto;
  color: black;
}
.Fv .FvCopy--under::before {
  display: none;
}
.Fv .FvCopy__inner {
  padding: 0 5%;
  height: 100%;
  position: relative;
  z-index: 15;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__inner {
    padding: 0;
  }
}
.Fv .FvCopy__inner--under {
  padding-left: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .FvCopy__inner--under {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__inner--under {
    padding-left: 5%;
  }
}
.Fv .FvCopy__column {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__column {
    align-items: center;
  }
}
.Fv .FvCopy__mainCopy {
  font-size: clamp(4.5rem, 4.5vw, 100rem);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__mainCopy {
    font-size: 4rem;
  }
}
.Fv .FvCopy__subCopy {
  font-size: clamp(1.4rem, 1.5vw, 100rem);
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__subCopy {
    font-size: 1.5rem;
  }
}
.Fv .FvCopy .pgTitle {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .FvCopy .pgTitle {
    margin-top: 50px !important;
  }
}
.Fv .FvCopy .pgTitle .en {
  font-size: clamp(7rem, 7.8vw, 100rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy .pgTitle .en {
    font-size: 4.5rem;
    letter-spacing: initial;
  }
}
.Fv .FvCopy .pgTitle .jp {
  padding-left: 0.5em;
  font-size: clamp(1.6rem, 1.3vw, 100rem);
  font-weight: 700;
}
.Fv .ScrollDown {
  position: absolute;
  bottom: 1.5em;
  right: 1.5em;
  z-index: 25;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .ScrollDown {
    transform-origin: bottom right;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 767px) {
  .Fv .ScrollDown {
    transform-origin: bottom right;
    transform: scale(0.8);
  }
}
.Fv .ScrollDown__label {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 80px;
  color: white;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 50%;
  transform: translateX(-50%);
}
.Fv .ScrollDown__mark {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}
.Fv .ScrollDown__mark::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, 0.6);
}
.Fv .ScrollDown__mark::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: white;
  animation: circlemove 3s ease-in-out infinite;
  z-index: 30;
}
@keyframes circlemove {
  0% {
    bottom: 65px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.AboutUs {
  position: relative;
}
.AboutUs__inner {
  padding: 0 10%;
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .AboutUs__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .AboutUs__inner {
    padding: 0 7.5%;
  }
}
.AboutUs__column {
  display: flex;
  gap: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .AboutUs__column {
    gap: 0 5%;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .AboutUs__column {
    flex-direction: column;
    gap: 15px 0;
  }
}
.AboutUs__img {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  width: 50%;
  min-width: 50%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .AboutUs__img {
    min-width: 40%;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .AboutUs__img {
    min-width: initial;
    width: 100%;
  }
}
.AboutUs__img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}
.AboutUs__img img.About-1 {
  aspect-ratio: 5/4;
  width: 100%;
  object-fit: cover;
  display: block;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  left: -12.5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .AboutUs__img img.About-1 {
    width: 120%;
    left: -35%;
  }
}
@media screen and (max-width: 767px) {
  .AboutUs__img img.About-1 {
    left: -35%;
  }
}
.AboutUs__img img.About-2 {
  aspect-ratio: 5/4;
  width: 40%;
  object-fit: cover;
  display: block;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  left: 45%;
}
@media screen and (max-width: 767px) {
  .AboutUs__img img.About-2 {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }
}
.AboutUs__img .bgParts {
  display: block;
  width: 130%;
  aspect-ratio: 5/4;
  background-color: var(--color-primary);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  bottom: -25%;
  left: -50%;
}
@media screen and (max-width: 767px) {
  .AboutUs__img .bgParts {
    width: 120%;
    left: -65%;
    bottom: -15%;
  }
}
.AboutUs__img .bgParts img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: soft-light;
  -ms-filter: blur(20px);
  filter: blur(20px);
  opacity: 0.7;
}
.AboutUs__block {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .AboutUs__block {
    position: relative;
    z-index: 11;
  }
}
.AboutUs__label {
  font-size: clamp(1.3rem, 1.1vw, 100rem);
  font-weight: 700;
}
.AboutUs__copy {
  color: var(--color-primary);
  font-size: clamp(1.8rem, 1.6vw, 100rem);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .AboutUs__copy {
    font-size: 1.8rem;
  }
}

.Service {
  position: relative;
}
.Service .Bg {
  display: block;
  width: 95%;
  aspect-ratio: 5/4;
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e8e8e8 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e8e8e8 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #f3f3f3;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.Service .Sv-1 {
  display: block;
  width: 45%;
  aspect-ratio: 5/4;
  object-fit: cover;
  object-position: top right;
  display: block;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: -20%;
  right: -22.5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Service .Sv-1 {
    top: -15%;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .Service .Sv-1 {
    width: 50%;
    top: -10%;
  }
}
.Service__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Service__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .Service__inner {
    padding: 0 7.5%;
  }
}
.Service__column {
  display: flex;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .Service__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Service .ServiceBnr {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .Service .ServiceBnr {
    width: 100%;
  }
}
.Service .ServiceBnr__img {
  display: block;
  width: 100%;
  aspect-ratio: 5/3.5;
  overflow: hidden;
  position: relative;
}
.Service .ServiceBnr__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.Service .ServiceBnr__img a {
  display: block;
}
.Service .ServiceBnr__img a:hover img {
  transform: scale(1.1);
}
.Service .ServiceBnr__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Service .ServiceBnr__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: clamp(1.6rem, 1.5vw, 100rem);
  font-weight: 700;
  pointer-events: none;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .Service .ServiceBnr__label {
    font-size: 2rem;
  }
}
.Service .ServiceBnr .caption {
  display: block;
  font-size: clamp(1.2rem, 1.1vw, 100rem);
}
@media screen and (max-width: 767px) {
  .Service .ServiceBnr .caption {
    font-size: 1.5rem;
  }
}

.Works {
  position: relative;
  z-index: 11;
  /* アニメーション本体 */
}
.Works__inner {
  padding: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Works__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .Works__inner {
    padding: 0;
  }
}
.Works__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .Works__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.Works__img {
  display: block;
  min-width: 50%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .Works__img {
    min-width: initial;
    width: 100%;
  }
}
.Works__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
}
@media screen and (max-width: 767px) {
  .Works__img img {
    aspect-ratio: 5/2.5;
  }
}
.Works__block {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Works__block {
    padding: 0 7.5%;
    box-sizing: border-box;
  }
}
.Works .marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  top: 70px;
}
.Works .marquee__inner {
  display: flex;
  width: fit-content;
  animation: scroll 30s linear infinite;
}
.Works .marquee__group {
  display: flex;
}
.Works .marquee__group img {
  width: 25vw; /* ← レスポンシブ幅（調整可） */
  min-width: 200px;
  margin-right: 25px;
  aspect-ratio: 5/4;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .Works .marquee__group img {
    aspect-ratio: 5/4.5;
  }
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.Company {
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #0c8b41 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #0c8b41 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #0e9245;
  z-index: 10;
  color: white;
}
.Company .Company-2 {
  display: block;
  width: 27.5%;
  aspect-ratio: 5/4;
  object-fit: cover;
  object-position: top right;
  display: block;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  bottom: -15%;
  right: -10%;
}
@media screen and (max-width: 767px) {
  .Company .Company-2 {
    width: 32.5%;
    bottom: -5%;
    right: -15%;
  }
}
.Company__inner {
  padding: 0 10%;
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Company__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .Company__inner {
    padding: 0 7.5%;
  }
}
.Company__column {
  display: flex;
  align-items: flex-start;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .Company__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.Company__img {
  display: block;
  min-width: 50%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .Company__img {
    min-width: initial;
    width: 100%;
  }
}
.Company__img img {
  display: block;
  aspect-ratio: 5/4;
  width: 140%;
  object-fit: cover;
  display: block;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: relative;
  top: -50px;
  left: -35%;
}
@media screen and (max-width: 767px) {
  .Company__img img {
    width: 100%;
    top: auto;
    left: auto;
  }
}
.Company__block {
  width: 100%;
}

.Recruit {
  position: relative;
}
.Recruit .Recruit-1 {
  display: block;
  width: 100%;
  aspect-ratio: 5/4;
  display: block;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: 10%;
  right: -35%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .Recruit .Recruit-1 {
    width: 70%;
    top: 7.5%;
    right: -30%;
  }
}
.Recruit .Recruit-1::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  position: absolute;
  top: 0;
  left: 0;
}
.Recruit .Recruit-1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Recruit .square {
  display: block;
  background-color: var(--color-primary);
  width: 10%;
  aspect-ratio: 5/4;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: 55%;
  left: -5%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .Recruit .square {
    width: 20%;
    left: -10%;
    top: 40%;
  }
}
.Recruit__inner {
  padding: 0 10%;
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Recruit__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .Recruit__inner {
    padding: 0 7.5%;
  }
}
.Recruit__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .Recruit__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.Recruit__img {
  display: block;
  min-width: 50%;
  width: 50%;
}
.Recruit__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
}
.Recruit__block {
  width: 100%;
}

.Voices {
  position: relative;
  z-index: 11;
}
.Voices__inner {
  padding-left: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Voices__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .Voices__inner {
    padding: 0 7.5%;
  }
}
.Voices__column {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .Voices__column {
    flex-direction: column;
  }
}
.Voices .swiper {
  width: 100%;
  visibility: hidden;
  box-sizing: border-box;
  /* カスタムの次ボタン */
  /* Swiperデフォルトの矢印スタイルを無効化 */
}
@media screen and (max-width: 767px) {
  .Voices .swiper {
    width: 100%;
  }
}
.Voices .swiper .swiper-slide {
  padding-bottom: 20px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Voices .swiper .swiper-slide {
    padding: 0 25px 20px;
    box-sizing: border-box;
  }
}
.Voices .swiper .swiper-slide .Interview {
  background-color: white;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.Voices .swiper .swiper-slide .Interview__inner {
  padding: 1em;
}
.Voices .swiper .swiper-slide .Interview__img {
  display: block;
  width: 100%;
}
.Voices .swiper .swiper-slide .Interview__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/6;
}
.Voices .swiper .swiper-slide .Interview__copy {
  font-size: clamp(1.2rem, 1.1vw, 100rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .Voices .swiper .swiper-slide .Interview__copy {
    font-size: 1.6rem;
  }
}
.Voices .swiper .swiper-slide .Interview .att {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1rem, 0.9vw, 100rem);
}
@media screen and (max-width: 767px) {
  .Voices .swiper .swiper-slide .Interview .att {
    font-size: 1.4rem;
  }
}
.Voices .swiper .swiper-button-next.custom-next {
  right: auto !important;
  left: -150px !important;
  display: flex;
  width: 70px;
  height: 70px;
  margin: 0;
  background-color: transparent;
  color: var(--color-primary);
  top: 45%;
  transform: translateY(-55%);
  z-index: 20;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Voices .swiper .swiper-button-next.custom-next {
    left: -120px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Voices .swiper .swiper-button-next.custom-next {
    transform: translateY(-55%) scale(0.7);
    left: -100px !important;
  }
}
@media screen and (max-width: 767px) {
  .Voices .swiper .swiper-button-next.custom-next {
    left: 0 !important;
    top: auto !important;
    bottom: -35px !important;
    transform-origin: center left;
    transform: translateY(0) scale(0.8);
    z-index: 50;
  }
}
.Voices .swiper .swiper-button-next.custom-next:hover {
  background-color: var(--color-primary);
}
.Voices .swiper .swiper-button-next.custom-next:hover::after {
  color: white;
}
.Voices .swiper .swiper-button-next,
.Voices .swiper .swiper-button-prev {
  background: none;
}
.Voices .swiper .swiper-button-next.custom-next::after {
  font: var(--fa-font-solid);
  content: "\f104";
  font-size: 1.8rem;
  color: var(--color-primary);
}
.Voices .swiper .swiper-scrollbar {
  background: #f0f0f0 !important;
}
.Voices .swiper .swiper-scrollbar-drag {
  background-color: #d4e7e5 !important;
}
.Voices__block {
  min-width: 30%;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .Voices__block {
    min-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .Voices__block .title-Lv2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sepImg {
  display: block;
  width: 100%;
}
.sepImg .video-container {
  width: 100%;
  width: 100%;
  aspect-ratio: 10/4.5;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sepImg .video-container {
    aspect-ratio: 10/5;
  }
}
.sepImg .video-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0.35;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.sepImg .video-container.playing::after {
  opacity: 0;
}
.sepImg .corpVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 5;
}
.sepImg .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 3rem;
  border: none;
  border-radius: 50%;
  width: 150px;
  aspect-ratio: 1/1;
  cursor: pointer;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .sepImg .play-btn {
    width: 70px;
    font-size: 2rem;
  }
}
.sepImg .play-btn.hide {
  display: none;
}
.sepImg .mute-btn {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 12;
  transition: opacity 0.3s ease;
  bottom: 20px;
  right: 20px;
  font-size: 1.5rem;
  width: 50px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .sepImg .mute-btn {
    width: 32px;
    font-size: 1.2rem;
  }
}

.topNews {
  position: relative;
  background-color: var(--color-primary-light);
}
.topNews__inner {
  padding: 0 17.5%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topNews__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .topNews__inner {
    padding: 0 7.5%;
  }
}
.topNews .NewsList {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}
.topNews .NewsList li {
  padding: 0.75em 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #cbcbcb;
}
@media screen and (max-width: 767px) {
  .topNews .NewsList li {
    flex-direction: column;
  }
}
.topNews .NewsList li .date {
  display: block;
  min-width: 15%;
  font-size: clamp(1.1rem, 1vw, 100rem);
  color: var(--color-primary);
  font-weight: 600;
  padding-top: 0.25em;
}
.topNews .NewsList li .newsLink {
  color: black;
  text-decoration: none;
  font-size: clamp(1.2rem, 1.1vw, 100rem);
}
.topNews .archiveLink {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: black;
  position: relative;
  font-size: 1vw;
  padding: 0.35em 1em;
}
.topNews .archiveLink .arrow {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-top: 31.1px;
  border-radius: 9999px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
}
.topNews .archiveLink .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: black;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

.Cta {
  position: relative;
  background-color: white;
  color: black;
  margin-top: -250px;
}
.Cta .Cta-1 {
  display: block;
  width: 55%;
  aspect-ratio: 5/4;
  object-fit: cover;
  display: block;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: 50%;
  left: -15%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .Cta .Cta-1 {
    width: 65%;
    top: -17.5%;
    left: -30%;
    transform: translateY(0);
  }
}
.Cta .Cta-1::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  position: absolute;
  top: 0;
  left: 0;
}
.Cta__inner {
  position: relative;
  z-index: 10;
}
.Cta__block {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .Cta__block {
    margin: 0 auto;
  }
}
.Cta-Box {
  padding-left: 10%;
}
@media screen and (max-width: 767px) {
  .Cta-Box {
    padding: 0 10%;
  }
}
.Cta-Box__label {
  display: flex;
  align-items: center;
  font-size: clamp(1.5rem, 1.2vw, 100rem);
  font-weight: 700;
  gap: 0 0.35em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Cta-Box__label {
    justify-content: center;
  }
}
.Cta-Box__label i {
  color: var(--color-primary);
}
.Cta-PhoneNo {
  display: block;
  color: var(--color-primary);
  font-size: clamp(3rem, 3vw, 100rem);
  font-weight: 700;
  text-decoration: none;
  line-height: 1.6;
}

/*!
page > post
------------------------------
*/
.Pankuzu {
  position: absolute;
  bottom: 0;
  left: 5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Pankuzu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .Pankuzu {
    display: none;
  }
}

.Section__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Section__inner {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Section__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .Section__inner {
    max-width: 85%;
  }
}

.Post {
  max-width: 880px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Post {
    max-width: 83.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .Post {
    max-width: 100%;
    padding: 0 7.5%;
  }
}

.ListDisc li {
  margin-left: 1em;
  list-style-type: disc;
  line-height: 1.8;
}

.numList li {
  margin-left: 1em;
  list-style-type: decimal;
}

.Table th,
.Table td {
  padding: 0.75em;
  border-bottom: 1px solid #cccccc;
  line-height: 1.8;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Table th,
  .Table td {
    display: block;
  }
}
.Table th {
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Table th {
    font-weight: 600;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.Table td {
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Table td {
    padding-top: 0.25em;
    padding-left: 0.5em;
  }
}
.Table td::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .Table td::before {
    display: none;
  }
}

.BaseTable th,
.BaseTable td {
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .BaseTable th,
  .BaseTable td {
    padding: 0.5em 0.25em;
    line-height: 1.7;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 100px) {
  .BaseTable th,
  .BaseTable td {
    font-size: 1.3rem;
  }
}
.BaseTable th {
  font-weight: 600;
  text-align: left;
  position: relative;
}
.BaseTable th::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.BaseTable td {
  padding-left: 1.5em;
  position: relative;
}
.BaseTable td::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*!
page > company
------------------------------
*/
.PgCompany {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .PgCompany {
    overflow: hidden;
  }
}

.Greeting {
  position: relative;
}
.Greeting__inner {
  padding: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Greeting__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .Greeting__inner {
    padding: 0 7.5%;
  }
}
.Greeting__column {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .Greeting__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.Greeting__img {
  display: block;
  width: 40%;
  min-width: 40%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Greeting__img {
    min-width: 30%;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .Greeting__img {
    min-width: initial;
    width: 65%;
  }
}
.Greeting__img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Greeting .title-Lv2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.Greeting__block {
  width: 100%;
}

.Outline {
  position: relative;
}
.Outline .Bg {
  display: block;
  width: 95%;
  aspect-ratio: 5/4;
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e8e8e8 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e8e8e8 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #f3f3f3;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: 20%;
  left: -45%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .Outline .Bg {
    width: 125%;
  }
}
.Outline__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Outline__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .Outline__inner {
    padding: 0 7.5%;
    order: 1;
  }
}
.Outline__column {
  display: flex;
  align-items: flex-start;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .Outline__column {
    flex-direction: column-reverse;
    align-items: center;
    gap: 25px 0;
  }
}
.Outline__img {
  display: flex;
  flex-direction: column;
  min-width: 35%;
  width: 35%;
  z-index: 15;
  gap: 2.5em 0;
}
@media screen and (max-width: 767px) {
  .Outline__img {
    min-width: initial;
    width: 100%;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .Outline__img figure {
    width: 50%;
  }
}
.Outline__img figure img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
}
.Outline__img figure .caption {
  display: block;
}
.Outline__block {
  width: 100%;
}
.Outline .outlineTable th,
.Outline .outlineTable td {
  padding: 1em 0;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .Outline .outlineTable th,
  .Outline .outlineTable td {
    display: block;
  }
}
.Outline .outlineTable th::after,
.Outline .outlineTable td::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
}
.Outline .outlineTable th {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Outline .outlineTable th {
    padding-bottom: 0;
  }
}
.Outline .outlineTable th::after {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .Outline .outlineTable th::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .Outline .outlineTable td {
    padding-top: 0.25em;
  }
}
.Outline .History__column {
  display: flex;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .Outline .History__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Outline .History__label {
  min-width: 20%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  color: white;
  font-size: clamp(1.8rem, 1.8vw, 100rem);
}
@media screen and (max-width: 767px) {
  .Outline .History__label {
    min-width: initial;
    width: 100%;
    font-size: 1.8rem;
    padding: 0.5em;
    box-sizing: border-box;
  }
}
.Outline .History .row {
  display: flex;
  align-items: center;
  gap: 0 2.5em;
}
@media screen and (max-width: 767px) {
  .Outline .History .row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
  }
}
.Outline .History .row .head {
  min-width: 5em;
  padding-right: 1.5em;
  position: relative;
}
.Outline .History .row .head::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background-color: black;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.Access {
  position: relative;
  background-color: #e4efe8;
}
.Access .Bg {
  display: block;
  width: 120%;
  aspect-ratio: 5/4;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #0c8b41 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #0c8b41 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #0e9245;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
  right: -20%;
  z-index: 3;
}
.Access__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Access__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .Access__inner {
    padding: 0 7.5%;
  }
}
.Access__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .Access__column {
    flex-direction: column-reverse;
    align-items: center;
    gap: 25px 0;
  }
}
.Access__block {
  width: 100%;
}
.Access .map {
  min-width: 60%;
  width: 60%;
  height: 460px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Access .map {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .Access .map {
    width: 100%;
    height: 220px;
  }
}
.Access .map iframe {
  width: 100%;
  height: 750px;
  margin-top: -150px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Access .map iframe {
    height: 620px;
  }
}
@media screen and (max-width: 767px) {
  .Access .map iframe {
    height: 520px;
  }
}

/*!
page > service
------------------------------
*/
.PgService {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .PgService {
    overflow: hidden;
  }
}

.SvLead {
  position: relative;
}
.SvLead__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SvLead__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .SvLead__inner {
    padding: 0 7.5%;
  }
}
.SvLead__copy {
  display: block;
  font-size: clamp(2.2rem, 2.2vw, 100rem);
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .SvLead__copy {
    font-size: 1.9rem;
  }
}

.SvList {
  position: relative;
}
.SvList .Bg {
  display: block;
  width: 95%;
  aspect-ratio: 5/4;
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e8e8e8 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e8e8e8 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #f3f3f3;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: 5%;
  left: -25%;
  z-index: 1;
}
.SvList .Bg-2 {
  display: block;
  width: 95%;
  aspect-ratio: 5/4;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #0c8b41 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #0c8b41 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #0e9245;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: 45%;
  right: -30%;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SvList .Bg-2 {
    width: 110%;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .SvList .Bg-2 {
    top: auto;
    bottom: 5%;
    right: -40%;
    width: 230%;
  }
}
.SvList__inner {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SvList__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .SvList__inner {
    padding: 0 7.5%;
  }
}
.SvList__column {
  display: flex;
  flex-direction: column;
  gap: 150px 0;
}
@media screen and (max-width: 767px) {
  .SvList__column {
    gap: 75px 0;
  }
}
.SvList .SvDetail {
  width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SvList .SvDetail {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .SvList .SvDetail {
    width: 100%;
  }
}
.SvList .SvDetail--rv {
  margin-left: auto;
}
.SvList .SvDetail__column {
  display: flex;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .SvList .SvDetail__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.SvList .SvDetail__column--rv {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .SvList .SvDetail__column--rv {
    flex-direction: column;
  }
}
.SvList .SvDetail__img {
  display: block;
  width: 50%;
  min-width: 50%;
}
@media screen and (max-width: 767px) {
  .SvList .SvDetail__img {
    min-width: initial;
    width: 100%;
  }
}
.SvList .SvDetail__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/3.5;
}
.SvList .SvDetail__block {
  width: 100%;
  position: relative;
}
.SvList .SvDetail__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(2.4rem, 2.4vw, 100rem);
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  color: var(--color-primary);
  gap: 0.25em 0;
}
@media screen and (max-width: 767px) {
  .SvList .SvDetail__label {
    font-size: 2.2rem;
  }
}
.SvList .SvDetail .num {
  position: absolute;
  top: -15%;
  right: -10%;
  font-size: 14vw;
  font-weight: 300;
  line-height: 1;
  color: var(--color-primary);
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .SvList .SvDetail .num {
    top: 0;
    right: 0;
    font-size: 7rem;
  }
}

.WorkResults {
  border: 1px solid black;
}
.WorkResults__inner {
  padding: 7.5%;
}
.WorkResults__List {
  display: flex;
  flex-wrap: wrap;
}
.WorkResults__List li {
  padding-left: 1.25em;
  width: 33.3333333333%;
  position: relative;
  font-size: clamp(1.3rem, 1vw, 100rem);
  box-sizing: border-box;
  line-height: 1.7;
}
.WorkResults__List li::before {
  content: "";
  display: block;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-primary);
  position: absolute;
  top: 0.75em;
  left: 0;
}
.WorkResults__List li:last-child::before {
  display: none;
}

/*!
page > works
------------------------------
*/
.PgWorks {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .PgWorks {
    overflow: hidden;
  }
}

.WorkList {
  position: relative;
}
.WorkList .Bg {
  display: block;
  width: 95%;
  aspect-ratio: 5/4;
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e8e8e8 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e8e8e8 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #f3f3f3;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.WorkList__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .WorkList__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .WorkList__inner {
    padding: 0 7.5%;
  }
}
.WorkList__column {
  display: flex;
  flex-direction: column;
  gap: 150px 0;
}
@media screen and (max-width: 767px) {
  .WorkList__column {
    gap: 75px 0;
  }
}
.WorkList .WorksDetail__column {
  display: flex;
  align-items: flex-start;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .WorkList .WorksDetail__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.WorkList .WorksDetail__column--rv {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .WorkList .WorksDetail__column--rv {
    flex-direction: column;
  }
}
.WorkList .WorksDetail__img {
  display: block;
  width: 45%;
  min-width: 45%;
}
@media screen and (max-width: 767px) {
  .WorkList .WorksDetail__img {
    min-width: initial;
    width: 100%;
  }
}
.WorkList .WorksDetail__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
}
.WorkList .WorksDetail__block {
  width: 100%;
}
.WorkList .WorksDetail__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(2rem, 1.8vw, 100rem);
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  color: var(--color-primary);
  gap: 0.25em 0;
}
.WorkList .WorksDetail__label::before {
  content: attr(data-head);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #027B34;
  color: white;
  font-size: clamp(1.1rem, 0.9vw, 100rem);
  padding: 0.35em 1.5em;
}

.WorkResults {
  background-color: white;
  border: 1px solid black;
}
.WorkResults__inner {
  padding: 5%;
}
.WorkResults__List {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .WorkResults__List {
    flex-direction: column;
  }
}
.WorkResults__List li {
  padding-left: 1.25em;
  width: 50%;
  position: relative;
  font-size: clamp(1.2rem, 0.9vw, 100rem);
  box-sizing: border-box;
  line-height: 1.7;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .WorkResults__List li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .WorkResults__List li {
    width: 100%;
  }
}
.WorkResults__List li::before {
  content: "";
  display: block;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-primary);
  position: absolute;
  top: 0.75em;
  left: 0;
}
.WorkResults__List li:last-child::before {
  display: none;
}

/*!
page > interview
------------------------------
*/
.PgInterview {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .PgInterview {
    overflow: hidden;
  }
}

.IntLead {
  position: relative;
}
.IntLead__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .IntLead__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .IntLead__inner {
    padding: 0 10%;
  }
}

.IntList {
  position: relative;
}
.IntList__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .IntList__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .IntList__inner {
    padding: 0 7.5%;
  }
}
.IntList__column {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .IntList__column {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .IntList__column {
    flex-direction: column;
    gap: 50px 0;
  }
}
.IntList .Interview {
  width: calc(50% - 50px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .IntList .Interview {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .IntList .Interview {
    width: 100%;
  }
}
.IntList .Interview__column {
  display: flex;
  align-items: flex-start;
  gap: 0 5%;
}
.IntList .Interview__img {
  display: block;
  width: 60%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .IntList .Interview__img {
    width: 40%;
  }
}
.IntList .Interview__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  aspect-ratio: 5/6;
}
.IntList .Interview .staffName {
  font-size: clamp(2rem, 2vw, 100rem);
  font-weight: 600;
  line-height: 1.6;
}
.IntList .Interview__Table th,
.IntList .Interview__Table td {
  font-size: clamp(1.1rem, 1.1vw, 100rem);
  padding: 0.5em;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.6;
}
.IntList .Interview__block {
  width: 100%;
}
.IntList .Interview .Comment {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e8e8e8 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e8e8e8 calc(100% - 1px));
  background-size: 18px 18px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #f3f3f3;
}
.IntList .Interview .Comment__inner {
  padding: 5%;
}
.IntList .Interview .Comment__label {
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  font-weight: 600;
  line-height: 1.5;
}
.IntList .Interview .Comment__message {
  font-size: clamp(1.2rem, 1.1vw, 100rem);
}

/*!
page > recruit
------------------------------
*/
.PgRecruit {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .PgRecruit {
    overflow: hidden;
  }
}

.RecLead {
  position: relative;
}
.RecLead .Recruit-1 {
  display: block;
  width: 70%;
  aspect-ratio: 5/4;
  display: block;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: 10%;
  right: -25%;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .RecLead .Recruit-1 {
    top: 45%;
  }
}
@media screen and (max-width: 767px) {
  .RecLead .Recruit-1 {
    display: none;
  }
}
.RecLead .Recruit-1::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  position: absolute;
  top: 0;
  left: 0;
}
.RecLead .Recruit-1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.RecLead__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .RecLead__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .RecLead__inner {
    padding: 0 7.5%;
  }
}
.RecLead__copy {
  display: block;
  font-size: clamp(2.7rem, 2.7vw, 100rem);
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .RecLead__copy {
    font-size: 2.2rem;
  }
}

.jobInfo {
  position: relative;
  z-index: 10;
}
.jobInfo .square {
  display: block;
  background-color: var(--color-primary);
  width: 50%;
  aspect-ratio: 5/4;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: -15%;
  left: -30%;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .jobInfo .square {
    top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .jobInfo .square {
    top: 0;
  }
}
.jobInfo__label {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: white;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(2rem, 2vw, 100rem);
  font-weight: 600;
  z-index: 5;
}
.jobInfo__inner {
  padding: 0 10%;
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .jobInfo__inner {
    padding: 0 7.5%;
  }
}
.jobInfo__column {
  display: flex;
  gap: 0 3.5%;
}
@media screen and (max-width: 767px) {
  .jobInfo__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.jobInfo-Detail {
  width: 33.3333333333%;
  background-color: white;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .jobInfo-Detail {
    width: 100%;
  }
}
.jobInfo-Detail__inner {
  padding: 5%;
}
.jobInfo-Detail__img {
  display: block;
  width: 100%;
}
.jobInfo-Detail__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/3.5;
}
.jobInfo-Detail__label {
  display: block;
  font-size: clamp(1.6rem, 1.5vw, 100rem);
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  color: var(--color-primary);
}
.jobInfo-Detail .caption {
  display: block;
  font-size: clamp(1.2rem, 1.1vw, 100rem);
}
@media screen and (max-width: 767px) {
  .jobInfo-Detail .caption {
    font-size: 1.4rem;
  }
}

.jobList {
  position: relative;
}
.jobList .Bg {
  display: block;
  width: 95%;
  aspect-ratio: 5/4;
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e8e8e8 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e8e8e8 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #f3f3f3;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: 5%;
  left: -25%;
  z-index: 1;
}
.jobList__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .jobList__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .jobList__inner {
    padding: 0 7.5%;
  }
}
.jobList .jobOutline {
  background-color: white;
  border: 1px solid black;
}
.jobList .jobOutline__inner {
  padding: 7.5%;
}
.jobList .jobOutline .outlineTable th,
.jobList .jobOutline .outlineTable td {
  padding: 1em 0;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .jobList .jobOutline .outlineTable th,
  .jobList .jobOutline .outlineTable td {
    display: block;
  }
}
.jobList .jobOutline .outlineTable th::after,
.jobList .jobOutline .outlineTable td::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
}
.jobList .jobOutline .outlineTable th {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .jobList .jobOutline .outlineTable th {
    padding-bottom: 0;
  }
}
.jobList .jobOutline .outlineTable th::after {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .jobList .jobOutline .outlineTable th::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .jobList .jobOutline .outlineTable td {
    padding-top: 0.25em;
  }
}

/*!
page > form
------------------------------
*/
.PgContact {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .PgContact {
    overflow: hidden;
  }
}

.ContactForm__inner {
  padding: 0 10%;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactForm__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .ContactForm__inner {
    padding: 0 7.5%;
  }
}

.formCnt {
  background-color: white;
  overflow: hidden;
}
.formCnt__inner {
  padding: 0 7.5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt__inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .formCnt__inner {
    padding: 0;
  }
}
.formCnt p {
  text-align: center;
}
.formCnt .timeLine {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0 25%;
}
@media screen and (max-width: 767px) {
  .formCnt .timeLine {
    padding: 0 5%;
  }
}
.formCnt .timeLine li {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #969da3;
  font-size: 0.8em;
}
.formCnt .timeLine li.prev, .formCnt .timeLine li.current {
  color: var(--color-primary);
}
.formCnt .timeLine li.prev::before, .formCnt .timeLine li.current::before {
  border-color: var(--color-primary);
}
.formCnt .timeLine li::before {
  display: inline-block;
  width: 32px;
  aspect-ratio: 5/5;
  margin-bottom: 6px;
  content: "";
  border: 1.5px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
.formCnt .timeLine li:not(:last-child)::after {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  content: "";
}
.formCnt .timeLine li.current::before, .formCnt .timeLine li.prev::after {
  border: 5px solid var(--color-primary);
}
@media screen and (max-width: 767px) {
  .formCnt .timeLine li.current::before, .formCnt .timeLine li.prev::after {
    border-width: 3px;
  }
}
.formCnt .cautionList {
  padding: 3.5%;
  display: table;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}
.formCnt .cautionList li {
  font-size: 1.3rem;
  margin-left: 1em;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .formCnt .cautionList li {
    font-size: 1.2rem;
  }
}
.formCnt .notnull,
.formCnt .optional {
  display: inline-block;
  margin-left: 1em;
  padding: 0.35em 0.5em 0.5em;
  background-color: #be2020;
  color: white;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}
.formCnt .formInputBlock .optional {
  background-color: #ccc;
}
.formCnt .formInputBlock table th,
.formCnt .formInputBlock table td {
  padding: 1.5em 0;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th,
  .formCnt .formInputBlock table td {
    display: block;
  }
}
.formCnt .formInputBlock table th::after,
.formCnt .formInputBlock table td::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.formCnt .formInputBlock table tr:last-child th::after,
.formCnt .formInputBlock table tr:last-child td::after {
  display: none;
}
.formCnt .formInputBlock table th {
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th {
    padding-bottom: 0;
    width: auto;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td {
    padding-top: 0.5em;
  }
}
.formCnt .formInputBlock table td .row {
  margin-bottom: 0.75em;
  overflow: hidden;
}
.formCnt .formInputBlock table td .row:nth-last-of-type(1) {
  margin-bottom: 0;
}
.formCnt .formInputBlock table td .row-1 {
  display: flex;
  align-items: center;
}
.formCnt .formInputBlock table td .row-1 span:nth-of-type(1) {
  margin-right: 25px;
}
.formCnt .formInputBlock table td .row--col3 {
  display: flex;
  flex-wrap: wrap;
}
.formCnt .formInputBlock table td .row--col3 .mwform-checkbox-field {
  width: 33.3333333333%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt .formInputBlock table td .row--col3 .mwform-checkbox-field {
    font-size: 1.4rem;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .row--col3 .mwform-checkbox-field {
    width: 50%;
    font-size: 1.4rem;
  }
}
.formCnt .formInputBlock table td .col {
  margin: 0 0.5em;
}
.formCnt .formInputBlock table td .rowFl {
  display: flex;
  align-items: center;
  gap: 0 1em;
}
.formCnt .formInputBlock table td input[type=text],
.formCnt .formInputBlock table td input[type=email],
.formCnt .formInputBlock table td select,
.formCnt .formInputBlock table td textarea {
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
  padding: 1em;
  border: none;
  border: 1.5px solid #999;
  box-sizing: border-box;
  color: black;
  border-radius: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt .formInputBlock table td input[type=text],
  .formCnt .formInputBlock table td input[type=email],
  .formCnt .formInputBlock table td select,
  .formCnt .formInputBlock table td textarea {
    padding: 1em 0.5em;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[type=text],
  .formCnt .formInputBlock table td input[type=email],
  .formCnt .formInputBlock table td select,
  .formCnt .formInputBlock table td textarea {
    padding: 1em 0.5em;
    font-size: 1.5rem;
  }
}
.formCnt .formInputBlock table td input[type=text]::placeholder,
.formCnt .formInputBlock table td input[type=email]::placeholder,
.formCnt .formInputBlock table td select::placeholder,
.formCnt .formInputBlock table td textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt .formInputBlock table td input[type=text]::placeholder,
  .formCnt .formInputBlock table td input[type=email]::placeholder,
  .formCnt .formInputBlock table td select::placeholder,
  .formCnt .formInputBlock table td textarea::placeholder {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[type=text]::placeholder,
  .formCnt .formInputBlock table td input[type=email]::placeholder,
  .formCnt .formInputBlock table td select::placeholder,
  .formCnt .formInputBlock table td textarea::placeholder {
    font-size: 1.4rem;
  }
}
.formCnt .formInputBlock table td input[type=text]:nth-last-of-type(1),
.formCnt .formInputBlock table td input[type=email]:nth-last-of-type(1),
.formCnt .formInputBlock table td select:nth-last-of-type(1),
.formCnt .formInputBlock table td textarea:nth-last-of-type(1) {
  margin-bottom: 0;
}
.formCnt .formInputBlock table td input[type=text]:disabled,
.formCnt .formInputBlock table td input[type=email]:disabled,
.formCnt .formInputBlock table td select:disabled,
.formCnt .formInputBlock table td textarea:disabled {
  background-color: #f1f1f1;
}
.formCnt .formInputBlock table td input[type=radio],
.formCnt .formInputBlock table td input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.formCnt .formInputBlock table td select {
  width: auto;
  font-size: 100%;
}
.formCnt .formInputBlock table td textarea {
  width: 100%;
  max-width: 100%;
  font-family: sans-serif;
  height: auto;
  max-height: initial;
}
.formCnt .formInputBlock table td input[name=郵便番号] {
  width: 8em;
  font-size: 1.8rem;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 5px;
  border: none;
  border: 1.5px solid #999;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt .formInputBlock table td input[name=郵便番号] {
    padding: 0.75em 0.5em;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[name=郵便番号] {
    padding: 0.75em 0.5em;
    font-size: 1.5rem;
  }
}
.formCnt .formInputBlock table td input[type=email] {
  width: 100%;
  max-width: 100%;
}
.formCnt .formInputBlock table td input[name=第1希望_日時],
.formCnt .formInputBlock table td input[name=第2希望_日時] {
  width: 200px;
  max-width: 200px;
  margin-right: 25px;
  margin-bottom: 0;
}
.formCnt .formInputBlock table td input[name=年齢] {
  margin-right: 0.5em;
  width: 70px;
  max-width: 70px;
}
.formCnt .formInputBlock table td .mwform-tel-field input,
.formCnt .formInputBlock table td .mwform-zip-field input {
  width: auto;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .mwform-tel-field input,
  .formCnt .formInputBlock table td .mwform-zip-field input {
    width: calc(33.3333333333% - 1em);
    padding: 0.75em 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td .mwform-radio-field {
    display: block;
    margin: 0;
    padding: 0 0 0.5em;
  }
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::before,
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::before {
  border: 1px solid black;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.formCnt .formInputBlock table td .mwform-radio-field .mwform-radio-field-text::after {
  background-color: #3D7198;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 9px;
}
.formCnt .formInputBlock table td .mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.formCnt .formInputBlock table td .mwform-radio-field input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.formCnt .formInputBlock table td input[type=checkbox] {
  appearance: none;
  display: none;
}
.formCnt .formInputBlock table td input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f45c";
  display: inline-block;
  margin-right: 1em;
  font-weight: 400;
}
.formCnt .formInputBlock table td input[type=checkbox]:checked + span:before {
  content: "\f00c";
  font-weight: 400;
}
.formCnt .formInputBlock table td .cap {
  display: table;
  font-size: 1.4rem;
}
.formCnt .formInputBlock table td .error {
  color: #be2020 !important;
}
.formCnt .btnWrap {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .formCnt .btnWrap {
    gap: 0 0.5em;
  }
}
.formCnt .btnWrap input {
  padding: 1em 2.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: clamp(1.6rem, 1.3vw, 100rem);
  gap: 0 2.5em;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formCnt .btnWrap input {
    min-width: initial;
    padding: 1em 1.5em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .formCnt .btnWrap input {
    min-width: initial;
    padding: 1em 1.5em;
    font-size: 1.4rem;
  }
}
.formCnt .btnWrap input.send_btn, .formCnt .btnWrap input.send_btn2 {
  background-color: var(--color-primary);
  color: white;
}
.formCnt .btnWrap input.send_btn:disabled, .formCnt .btnWrap input.send_btn2:disabled {
  opacity: 0.5 !important;
  border: 1px solid #ccc;
}
.formCnt .btnWrap input.upd_btn {
  background-color: rgba(204, 204, 204, 0.1);
  border: 1px solid #cccccc;
  color: black;
}
.formCnt .pr-check {
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.formCnt .pr-check input[type=radio],
.formCnt .pr-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.formCnt .pr-check .mwform-checkbox-field {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .formCnt .pr-check .mwform-checkbox-field {
    font-size: 1.3rem;
  }
}
.formCnt .btm-txt {
  margin: 30px 0 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.formCnt .privacy_wrap {
  margin: 0;
}
.formCnt .privacy_wrap .inp_mes {
  font-weight: bold;
}
.formCnt .privacy_wrap .error {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.formCnt .privacy_wrap .error + .error {
  display: none !important;
}
.formCnt .privacy_wrap .privacy {
  width: 100%;
  max-width: 100%;
  height: 200px;
  margin: 35px auto 0;
  padding: 2.5em;
  border: 1px solid #ccc;
  font-size: 1.3rem;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .formCnt .privacy_wrap .privacy {
    padding: 1.5em;
    font-size: 1.2rem;
  }
}
.formCnt .privacy_wrap .privacy p {
  margin: 0 0 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .formCnt .privacy_wrap .privacy p {
    font-size: 1.2rem;
  }
}
.formCnt .privacy_wrap .privacy p.ttl {
  font-weight: bold;
}
.formCnt .mw_wp_form_input .btnWrap input.send_btn2 {
  display: none;
}
.formCnt .mw_wp_form_confirm .inp_mes {
  display: none;
}
.formCnt .mw_wp_form_confirm .privacy_wrap {
  display: none !important;
}
.formCnt .mw_wp_form_confirm .privacy {
  display: none !important;
}
.formCnt .mw_wp_form_confirm .conf_mes {
  display: block;
}
.formCnt .mw_wp_form_confirm .formInputBlock table td .row {
  margin-top: 0;
}
.formCnt .mw_wp_form_confirm .formInputBlock table td .row--mailConf {
  display: none !important;
}

.mw_wp_form_input .conf_mes {
  display: none;
}
.mw_wp_form_input .BtnArea input.send_btn2 {
  display: none !important;
}

.mw_wp_form_confirm .ContactLead {
  display: none;
}
.mw_wp_form_confirm .inpMes {
  display: none;
}
.mw_wp_form_confirm .conf_mes {
  display: table;
}
.mw_wp_form_confirm .FormParts .txt {
  display: none !important;
}
.mw_wp_form_confirm .FormParts .note-info {
  display: none !important;
}
.mw_wp_form_confirm .privacy_wrap {
  display: none !important;
}
.mw_wp_form_confirm .privacy {
  display: none !important;
}
.mw_wp_form_confirm .conf_mes {
  display: block;
}
.mw_wp_form_confirm .FormParts table td .row {
  margin-top: 0;
}
.mw_wp_form_confirm .formInputBlock table td .row {
  margin-top: 0;
}
.mw_wp_form_confirm .formInputBlock table td .row--mailConf {
  display: none !important;
}

.under-contact {
  margin-top: 50px;
}
.error-pink input[type=text],
.error-pink input[type=email],
.error-pink input[type=tel],
.error-pink input[type=url],
.error-pink select,
.error-pink textarea {
  background: #f3eaf3 !important;
}

#autozip {
  display: none !important;
}

/*!
page > single
------------------------------
*/
.PgNews {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.PostContent h1 {
  display: block;
  margin-bottom: 1em;
  padding: 1em 0 0.5em;
  font-size: 3.8rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PostContent h1 {
    font-size: 0.2923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .PostContent h1 {
    font-size: 2.4rem;
  }
}
.PostContent h2 {
  display: block;
  margin-bottom: 1em;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PostContent h2 {
    font-size: 2.4615384615vw;
  }
}
@media screen and (max-width: 767px) {
  .PostContent h2 {
    font-size: 2.2rem;
  }
}
.PostContent h2 a {
  text-decoration: none;
}
.PostContent h3 {
  display: block;
  margin-bottom: 1em;
  padding: 0.75em 0;
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PostContent h3 {
    font-size: 1.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .PostContent h3 {
    font-size: 1.9rem;
  }
}
.PostContent h3::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .PostContent h3::after {
    width: 100px;
  }
}
.PostContent h4 {
  margin-bottom: 1em;
  display: block;
  padding: 0.75em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: var(--color-primary-light);
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PostContent h4 {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  .PostContent h4 {
    font-size: 1.6rem;
  }
}
.PostContent img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .PostContent img {
    width: auto;
  }
}
.PostContent strong {
  font-weight: 800;
}
.PostContent p {
  margin: 0 0 3em;
}
.PostContent ul {
  margin: 0 0 3em;
}
.PostContent ul li {
  margin-left: 1em;
  list-style-type: disc;
}
.PostContent ol {
  margin: 0 0 3em;
}
.PostContent ol li {
  margin-left: 1em;
  list-style-type: decimal;
}
.PostContent table {
  width: 100%;
  margin: 0 0 3em;
  border-collapse: collapse;
  box-sizing: border-box;
}
.PostContent table th,
.PostContent table td {
  padding: 1em 2em;
  border: 2px solid white;
  box-sizing: border-box;
}
.PostContent table th {
  width: 25%;
  max-width: 25%;
  background-color: #f2f2f2;
  text-align: right;
}
.PostContent table td p,
.PostContent table td ul,
.PostContent table td ol {
  margin: 0 0 10px;
}
.PostContent table td p:last-child,
.PostContent table td ul:last-child,
.PostContent table td ol:last-child {
  margin-bottom: 0;
}
.PostContent iframe {
  display: block;
}
@media screen and (max-width: 767px) {
  .PostContent iframe {
    width: 100%;
    height: 220px;
  }
}

.pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  text-align: center;
  overflow: hidden;
  position: relative;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .pagenavi {
    margin-top: 30px;
  }
}
.pagenavi .nav.prev a::before {
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  font-weight: normal;
  font-size: 1.3rem;
}
.pagenavi .nav.next a::after {
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: normal;
  font-size: 1.3rem;
}
.pagenavi .nav a {
  display: inline-block;
  margin: 0;
  padding: 0.5em 2em;
  text-decoration: none;
  color: black;
  font-size: 1.4rem;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .pagenavi .nav a {
    padding: 0.5em 1.5em;
    font-size: 1.3rem;
  }
}
.pagenavi .nav a:hover {
  opacity: 1;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
}

.btm_pgnav {
  display: block;
  margin: 50px auto 0;
}
.btm_pgnav .wp-pagenavi {
  padding: 1em 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.25em;
}
.btm_pgnav .wp-pagenavi .pages {
  display: none;
}
.btm_pgnav .wp-pagenavi a,
.btm_pgnav .wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 0;
  color: black;
  box-sizing: border-box;
}
.btm_pgnav .wp-pagenavi a.page, .btm_pgnav .wp-pagenavi a.current,
.btm_pgnav .wp-pagenavi span.page,
.btm_pgnav .wp-pagenavi span.current {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary-light);
  border-radius: 50%;
}
.btm_pgnav .wp-pagenavi a.pages, .btm_pgnav .wp-pagenavi a.nextpostslink, .btm_pgnav .wp-pagenavi a.previouspostslink,
.btm_pgnav .wp-pagenavi span.pages,
.btm_pgnav .wp-pagenavi span.nextpostslink,
.btm_pgnav .wp-pagenavi span.previouspostslink {
  border: none;
}
.btm_pgnav .wp-pagenavi a.pages:hover, .btm_pgnav .wp-pagenavi a.nextpostslink:hover, .btm_pgnav .wp-pagenavi a.previouspostslink:hover,
.btm_pgnav .wp-pagenavi span.pages:hover,
.btm_pgnav .wp-pagenavi span.nextpostslink:hover,
.btm_pgnav .wp-pagenavi span.previouspostslink:hover {
  background-color: transparent;
  color: black;
  font-weight: normal;
}
.btm_pgnav .wp-pagenavi a:hover,
.btm_pgnav .wp-pagenavi span.current {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
  font-weight: normal;
  opacity: 1;
  font-weight: bold;
}

.SinglePost {
  position: relative;
}
.SinglePost__inner {
  padding: 0 15%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SinglePost__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .SinglePost__inner {
    padding: 0 7.5%;
  }
}
.SinglePost .PostWrap {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SinglePost .PostWrap {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .SinglePost .PostWrap {
    padding: 7.5% 0;
  }
}
.SinglePost .PostHead {
  padding-bottom: 1.5em;
  position: relative;
}
.SinglePost .PostHead::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c1c1c1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.SinglePost .PostHead__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.5rem;
  gap: 0 1em;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .SinglePost .PostHead__meta {
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead__meta {
    font-size: 1.3rem;
  }
}
.SinglePost .PostHead__meta span {
  line-height: 1.2;
}
.SinglePost .PostHead__meta .date {
  display: inline-flex;
  align-items: center;
  gap: 0 0.25em;
}
.SinglePost .PostHead__meta .cat a {
  font-size: 1.2rem;
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #999;
  pointer-events: none;
  text-decoration: none;
  color: black;
  border-radius: 50px;
}
.SinglePost .PostHead__column {
  display: flex;
  flex-direction: column;
}
.SinglePost .PostHead .SnsIcon {
  min-width: 130px;
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead .SnsIcon {
    min-width: initial;
  }
}

@media screen and (max-width: 767px) {
  .NewsCnt--archive {
    width: 85% !important;
    max-width: 85% !important;
  }
}
@media screen and (max-width: 767px) {
  .NewsCnt__inner {
    padding: 0;
  }
}
.NewsCnt__column {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}
.NewsCnt .News {
  padding: 1em 0;
  border-bottom: 1px solid #c1c1c1;
}
.NewsCnt .News__column {
  display: flex;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .NewsCnt .News__column {
    flex-direction: column;
  }
}
.NewsCnt .News__img {
  display: block;
  min-width: 20%;
  width: 20%;
}
.NewsCnt .News__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.NewsCnt .News__block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.NewsCnt .News .date {
  font-size: 1.4rem;
  color: var(--color-primary);
}
.NewsCnt .News__title {
  display: block;
  width: 100%;
  font-size: clamp(1.7rem, 1.4vw, 100rem);
  font-weight: 600;
  color: black;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}
.NewsCnt .News .excerpt {
  font-size: clamp(1.3rem, 1.1vw, 100rem);
}
.NewsCnt .News .readMore {
  display: inline-flex;
  align-items: center;
  color: var(--color-primary);
  text-decoration: none;
  font-size: clamp(1.2rem, 1vw, 100rem);
}

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