@charset "UTF-8";
/*
Theme Name: miya-parts
Theme URI:
Description: miya-parts
Version: 1.0
Author: 
Author URI: 
*/
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #134b88;
  --color-primary-light: #f1f4f8;
  --color-secondary: #efc130;
  --color-secondary-light: #fffbe3;
  --color-link: #4895e6;
}

.red {
  color: #e75450;
}

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

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

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Inter","Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial",
      "Yu Gothic", "Meiryo", sans-serif;
}

/*!
global > adjustment
------------------------------
*/
/*!
global > effects
------------------------------
*/
.pagenavi .nav a, .formCnt .btnWrap input, .OfficeList .mapBtn, .CompanyOutline .mapBtn, .TopCtIntro .CtIntro__img img, #nav-toggle, #btm-btn ul li a.pagetop, .Header, .Logo, .Logo__img, .HeaderMenu, .HeaderMenu .g-menu li a::after, .pgNav li a, .contact-Btn, .moreLink, .baseBtn {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s 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.5rem, 1.1vw, 100rem);
  font-weight: 400;
  color: black;
  line-height: 2;
  background-color: white;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.8;
  }
}
a {
  color: #064897;
  word-wrap: break-word;
}
a.nolink {
  pointer-events: none;
}
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  a.anchor {
    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-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-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-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-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-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-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 (max-width: 767px) {
  .u-ptb {
    padding: 70px 0 !important;
  }
}

.u-ptb100 {
  padding: 100px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb100 {
    padding: 50px 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-pt {
  padding-top: 150px !important;
}
@media screen and (max-width: 767px) {
  .u-pt {
    padding-top: 70px !important;
  }
}

.u-pb {
  padding-bottom: 150px !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-pb15 {
  padding-bottom: 15px !important;
}

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

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

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

.u-pb200 {
  padding-bottom: 200px !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-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: 0 !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-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-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;
  }
}

.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-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-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-w100 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

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

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

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

.u-txtLarge {
  font-size: 2.2rem;
}

/*!
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: inline-flex;
  padding-bottom: 0.5em;
  line-height: 1.5;
  position: relative;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .title-Lv1 {
    flex-wrap: wrap;
  }
}
.title-Lv1 .jp {
  position: relative;
  font-size: clamp(3.2rem, 3.2vw, 100rem);
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .title-Lv1 .jp {
    font-size: 2.5rem;
  }
}
.title-Lv1 .jp::first-letter {
  font-size: clamp(4.8rem, 5vw, 100rem);
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .title-Lv1 .jp::first-letter {
    font-size: 3.8rem;
  }
}
.title-Lv1 .en {
  display: flex;
  align-items: center;
  position: relative;
  font-size: clamp(1.6rem, 1.3vw, 100rem);
  font-weight: 600;
  gap: 0 1em;
  top: 0.5em;
}
@media screen and (max-width: 767px) {
  .title-Lv1 .en {
    font-size: 1.6rem;
  }
}
.title-Lv1 .en::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-image: linear-gradient(90deg, var(--color-primary) 50%, var(--color-primary-light) 50%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-Lv1 .en::before {
    width: 40px;
    height: 2px;
  }
}

.title-En {
  color: var(--color-primary);
  font-size: 10rem;
  font-weight: 200;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  opacity: 0.2;
}
@media screen and (max-width: 100px) {
  .title-En {
    font-size: 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-En {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .title-En {
    font-size: 3.8rem;
  }
}

.title-Lv2 {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 5em;
  padding-bottom: 1em;
  line-height: 1;
  position: relative;
  gap: 0 2.5em;
}
@media screen and (max-width: 767px) {
  .title-Lv2 {
    display: flex;
    padding-right: 0;
    gap: 0 1em;
  }
}
.title-Lv2::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: black;
  position: absolute;
  bottom: 0.25em;
  left: 0;
}
.title-Lv2 .en {
  font-size: 3.7vw;
  font-weight: 800;
  font-style: italic;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .title-Lv2 .en {
    font-size: 7.4vw;
  }
}
.title-Lv2 .en::first-letter {
  font-size: 6vw;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .title-Lv2 .en::first-letter {
    font-size: 12vw;
  }
}
.title-Lv2 .jp {
  margin-top: 1em;
  font-size: 1.4vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title-Lv2 .jp {
    font-size: 4vw;
  }
}
.title-Lv2--white {
  color: white;
}
.title-Lv2--white::before {
  background-color: white;
}
.title-Lv2--white .en::first-letter {
  color: white;
}
.title-Lv2--vertical {
  padding-right: 0;
  flex-direction: column;
  align-items: center;
}
.title-Lv2--vertical::before {
  display: none;
}
.title-Lv2--vertical .en {
  font-size: 5rem;
}
@media screen and (max-width: 100px) {
  .title-Lv2--vertical .en {
    font-size: 3.8461538462vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-Lv2--vertical .en {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv2--vertical .en {
    font-size: 3.6rem;
  }
}
.title-Lv2--vertical .en::first-letter {
  font-size: 7rem;
}
@media screen and (max-width: 100px) {
  .title-Lv2--vertical .en::first-letter {
    font-size: 5.3846153846vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-Lv2--vertical .en::first-letter {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv2--vertical .en::first-letter {
    font-size: 5.5rem;
  }
}
.title-Lv2--vertical .jp {
  margin-top: 0.5em;
  font-size: 1.8rem;
}
@media screen and (max-width: 100px) {
  .title-Lv2--vertical .jp {
    font-size: 1.3846153846vw;
  }
}
.title-Lv2--noPd {
  padding-right: 0;
}

.title-Lv3 {
  display: block;
  font-size: 1.9rem;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.title-Lv3::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: 100px) {
  .title-Lv3 {
    font-size: 1.4615384615vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-Lv3 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv3 {
    font-size: 3rem;
  }
}

.title-Lv4 {
  font-size: 1.8rem;
  font-weight: 600;
}

/*!
component > btn
------------------------------
*/
.contact-Btn {
  display: 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-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  gap: 0 1em;
  border-radius: 50px;
}
@media screen and (max-width: 100px) {
  .contact-Btn {
    font-size: 2.0769230769vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn {
    width: 85%;
    max-width: 85%;
    font-size: 1.6rem;
  }
}
.contact-Btn:hover {
  filter: brightness(110%);
}
.contact-Btn__icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 100px) {
  .contact-Btn__icon {
    transform: scale(0.85);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn__icon {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn__icon {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn__icon--header {
    width: 17px;
    height: 17px;
  }
}
.contact-Btn__icon--middle {
  width: 24px;
  height: 24px;
}
.contact-Btn__icon--large {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn__icon--large {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn__icon--large {
    width: 24px;
    height: 24px;
  }
}
.contact-Btn__caption {
  font-size: 1.7rem;
  font-weight: normal;
}
.contact-Btn--header {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact-Btn--header {
    padding: 0;
    flex-direction: column;
    font-size: 1rem;
    width: 55px;
    max-width: 55px;
    height: 55px;
    max-height: 55px;
    border-radius: 5px;
  }
}
.contact-Btn--middle {
  padding: 1em 0.75em;
  max-width: 320px;
  font-size: 1.7rem;
}
.contact-Btn--large {
  padding: 1.5em 2em;
  font-size: 1.6vw;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn--large {
    width: 600px;
    padding: 1.5em 1em;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn--large {
    width: 100%;
    max-width: 100%;
    padding: 1.5em 0.5em;
    font-size: 1.8rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn--smp {
    padding: 1em 0;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn__txt {
    display: block;
    font-size: 1rem;
    transform: scale(0.8);
  }
}

.viewMore {
  display: inline-flex;
  align-items: center;
  gap: 0 25px;
  position: relative;
  color: black;
  text-decoration: none;
}
.viewMore .caption {
  display: inline-block;
  font-size: 2rem;
  position: relative;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 767px) {
  .viewMore .caption {
    font-size: 1.8rem;
  }
}
.viewMore .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 5/5;
  background-color: var(--color-primary);
  color: white;
  border-radius: 50%;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .viewMore .arrow {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
}
.viewMore--white {
  color: white;
}
.viewMore--white .caption {
  border-bottom-color: white;
}
.viewMore--white .arrow {
  background-color: white;
  color: var(--color-primary);
}

.moreLink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 0.5em;
  padding-right: 1.25em;
  color: var(--color-primary);
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
.moreLink::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.5em;
  background-color: var(--color-primary);
  clip-path: polygon(0 100%, 100% 100%, 90% 40%, 90% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}
.moreLink:hover {
  padding-right: 1.5em;
}

.baseBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 2em;
  background-color: white;
  color: var(--color-primary);
  font-size: 2.1rem;
  font-weight: 500;
  border: 1.5px solid var(--color-primary);
  border-radius: 50px;
  text-decoration: none;
  line-height: 1.7;
  position: relative;
}
.baseBtn:hover {
  background-color: var(--color-primary);
  color: white;
}
.baseBtn i {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.25em;
  transform: translateY(-50%);
  font-size: 1.7rem;
}
.baseBtn--white {
  background-color: transparent;
  color: white;
  border-color: white;
}
.baseBtn--white:hover {
  background-color: white;
  color: var(--color-primary);
}
.baseBtn--small {
  font-size: 1.8rem;
}

.MiddleBtn {
  display: table;
  padding: 0.5em 1.5em;
  background-color: white;
  border: 1px solid black;
  text-decoration: none;
  font-size: 1.8rem;
  color: black;
  border-radius: 50px;
}
@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;
}

.SnsMenu__column {
  display: flex;
  gap: 0 0.25em;
}
@media screen and (max-width: 767px) {
  .SnsMenu__column {
    gap: 0;
  }
}
.SnsMenu__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  aspect-ratio: 5/5;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .SnsMenu__link {
    width: 28px;
  }
}
.SnsMenu__link img {
  display: block;
  width: 22px;
}
@media screen and (max-width: 767px) {
  .SnsMenu__link img {
    width: 20px;
  }
}
.SnsMenu__link i {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .SnsMenu__link i {
    font-size: 2rem;
  }
}
.SnsMenu__link.twitter {
  color: black;
}
.SnsMenu__link.youtube {
  color: #ff0000;
}

.aioseo-breadcrumbs {
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  padding: 1em 2.5%;
  overflow: hidden;
  font-size: 1.3rem;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .aioseo-breadcrumbs {
    display: none;
  }
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  margin: 0 1em;
}
.pgNav {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .pgNav {
    justify-content: flex-start;
    gap: 5px;
  }
}
.pgNav li a {
  display: block;
  padding: 0.75em 1.5em;
  border-radius: 50px;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: black;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .pgNav li a {
    padding: 0.75em 1em;
    font-size: 1.3rem;
    border-radius: 7px;
    letter-spacing: -0.025em;
  }
}
.pgNav li a:hover {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.pgNav li a.active {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: white;
}

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

.NotesBox {
  padding: 1.5%;
  background-color: var(--color-secondary-light);
  border-radius: 15px;
}

.Notes {
  display: table;
  padding-left: 1em;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.5;
}
.Notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.Notes--num {
  padding-left: 2em;
}
.Notes--num::before {
  content: attr(data-num);
}

.CntBox {
  background-color: var(--color-primary-light);
}
.CntBox__inner {
  padding: 2.5%;
}

.ContactInfo {
  background-color: var(--color-primary-light);
  position: relative;
}
.ContactInfo__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactInfo__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .ContactInfo__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .ContactInfo__inner {
    max-width: 85%;
  }
}
.ContactInfo__column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .ContactInfo__column {
    flex-direction: column;
    justify-content: flex-start;
    gap: 25px 0;
  }
}
.ContactInfo__txt {
  font-size: clamp(1.7rem, 1.4vw, 100rem);
}
@media screen and (max-width: 767px) {
  .ContactInfo__txt {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.ContactInfo .cardImg {
  display: flex;
  align-items: center;
  gap: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .ContactInfo .cardImg {
    flex-wrap: wrap;
  }
}
.ContactInfo .cardImg img {
  display: block;
  height: 30px;
  object-fit: contain;
  object-position: center;
}
.ContactInfo .cardImg img.Ptn-1 {
  height: 20px;
}
.ContactInfo .cardImg img.JCB {
  mix-blend-mode: darken;
}

/*!
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: #064897;
  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-right: 50px !important;*/
}

.co-modal {
  max-width: 800px !important;
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .co-modal {
    max-width: 90% !important;
  }
}
.co-modal .iziModal-wrap {
  width: 800px !important;
  max-width: 800px !important;
}
@media screen and (max-width: 767px) {
  .co-modal .iziModal-wrap {
    width: 99% !important;
    max-width: 99% !important;
  }
}
.co-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) {
  .co-modal .iziModal-content {
    padding: 35px 25px 25px !important;
  }
}
.co-modal .iziModal-content .close-btn {
  font-size: 3rem;
  position: absolute;
  top: 0;
  right: 20px;
  color: black;
}
@media screen and (max-width: 767px) {
  .co-modal .iziModal-content .close-btn {
    font-size: 2.4rem;
    right: 12px;
  }
}
.co-modal .Modal {
  width: 100%;
  text-align: center;
}
.co-modal .Modal__title {
  font-size: 2.7rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .co-modal .Modal__title {
    font-size: 2.5rem;
  }
}
.co-modal .Modal iframe {
  display: block;
  width: 100%;
  height: 480px;
}

/*!
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(6, 72, 151, 0.2);
  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;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.5%;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: white;
  z-index: 50;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header {
    padding: 0 25px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .Header {
    height: 80px;
    padding: 0 10px;
    padding-left: 50px;
    background-color: white;
  }
}

.Logo {
  position: relative;
  z-index: 51;
}
.Logo a {
  display: block;
}
.Logo__img {
  display: block;
  width: 200px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Logo__img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .Logo__img {
    width: 130px;
  }
}

.HeaderMenu {
  height: 100%;
  opacity: 1;
  position: relative;
  box-sizing: border-box;
  z-index: 51;
  /*==ナビゲーション全体の設定*/
  /*ナビゲーションを横並びに*/
  /*hoverしたら表示*/
}
.HeaderMenu__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .HeaderMenu__inner {
    justify-content: flex-end;
  }
}
.HeaderMenu__column {
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .HeaderMenu__column {
    display: none;
  }
}
.HeaderMenu nav {
  text-align: center;
}
.HeaderMenu .g-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderMenu .g-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .HeaderMenu .g-menu {
    display: none;
  }
}
.HeaderMenu .g-menu ul {
  display: block;
}
.HeaderMenu .g-menu ul li.menu-item-has-children::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 15;
}
.HeaderMenu .g-menu li {
  position: relative;
}
.HeaderMenu .g-menu li a {
  min-height: 30px;
  padding: 0 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: clamp(1.4rem, 1vw, 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: 1.5px;
  background-color: var(--color-primary);
  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 {
  color: var(--color-primary);
  opacity: 1;
}
.HeaderMenu .g-menu li a:hover::before {
  color: var(--color-primary);
}
.HeaderMenu .g-menu li a:hover::after {
  width: calc(100% - 15px);
}
.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: 30px;
  top: 40px;
  z-index: 4;
  /*形状を指定*/
  background-color: white;
  width: 220px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
  border: 1px solid #ccc;
  /*==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: 0.5em 1em;
  font-size: 1.4rem;
  color: black;
  line-height: 1.3;
  justify-content: flex-start;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li a:hover, .HeaderMenu .g-menu li.menu-item-has-children ul li a:active {
  background-color: var(--color-primary);
  color: white;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li a::after {
  display: none;
}
.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 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;
}

.HeaderPhone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  line-height: 1.3;
}
.HeaderPhone__no {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-primary);
  gap: 0 0.25em;
}
@media screen and (max-width: 100px) {
  .HeaderPhone__no {
    font-size: 1.8461538462vw;
  }
}
.HeaderPhone__no i {
  font-size: 1.8rem;
}
@media screen and (max-width: 100px) {
  .HeaderPhone__no i {
    font-size: 1.3846153846vw;
  }
}
.HeaderPhone__reception {
  font-size: 1.3rem;
}
@media screen and (max-width: 100px) {
  .HeaderPhone__reception {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1300px) {
  header.is-fixed {
    height: 85px;
  }
}
@media screen and (max-width: 100px) {
  header.is-fixed {
    height: 80px;
  }
  header.is-fixed::before {
    top: 0;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.is-fixed::before {
    top: 0;
    height: 100%;
  }
}
/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  padding: 0.5em 0;
  width: 100%;
  position: relative;
  z-index: 19;
  background-color: var(--color-primary-light);
}
.Footer .Copyright {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .Footer .Copyright {
    font-size: 1.1rem;
  }
}

.FooterNav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .FooterNav {
    justify-content: center;
  }
}
.FooterNav li {
  line-height: 1.3;
}
@media screen and (max-width: 100px) {
  .FooterNav li {
    letter-spacing: -0.05em;
  }
}
.FooterNav li:last-child a {
  border-right: none;
}
.FooterNav li a {
  display: block;
  padding: 0 1em;
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .FooterNav li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 100px) {
  .FooterNav li a {
    font-size: 1.1rem;
  }
}

#btm-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 19;
  display: none;
}
@media screen and (max-width: 767px) {
  #btm-btn {
    bottom: 15px;
    right: 15px;
  }
}
#btm-btn ul li a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 1.1;
  background-color: var(--color-primary);
  color: var(--color-primary);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #btm-btn ul li a.pagetop {
    transform-origin: 100% 100%;
    transform: scale(0.8);
  }
}
#btm-btn ul li a.pagetop img {
  display: block;
  width: 14px;
}
#btm-btn ul li a.pagetop i {
  font-size: 2rem;
}
#btm-btn ul li a.pagetop:hover {
  opacity: 1;
  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;
  }
}

/*!
layout > menu(smp)
------------------------------
*/
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 80%;
  height: 100vh;
  background-color: white;
  transition: all 0.3s;
  box-sizing: border-box;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #g-nav {
    width: 40%;
    max-width: 40%;
  }
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  left: 0;
}

/*ナビゲーションの縦スクロール*/
#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: 40%;
    max-width: 40%;
  }
}
@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;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #g-nav #dmenu,
  #g-nav #menu-foot_navi {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width: 767px) {
  #g-nav #dmenu,
  #g-nav #menu-foot_navi {
    width: calc(100% - 25px);
  }
}
#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: block;
  padding: 0.5em 2em 0.5em 3em;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: black;
}
@media screen and (max-width: 767px) {
  #g-nav #dmenu li a,
  #g-nav #menu-foot_navi li a {
    padding-left: 2em;
  }
}
#g-nav #dmenu li a::before,
#g-nav #menu-foot_navi li a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  display: inline-block;
  margin-right: 1em;
  width: 18px;
  height: 18px;
}
#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";
}
#g-nav #dmenu .sub-menu,
#g-nav #menu-foot_navi .sub-menu {
  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;
}
#g-nav #dmenu .sub-menu li a::after,
#g-nav #menu-foot_navi .sub-menu li a::after {
  content: "\f054";
}
#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 {
  font-family: "Font Awesome 6 Pro";
  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;
}

#nav-toggle {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 10px;
  left: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  box-sizing: border-box;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #nav-toggle {
    display: flex;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #nav-toggle {
    top: 12px;
    display: flex;
    width: 45px;
    height: 60px;
  }
}
#nav-toggle > div {
  position: relative;
}
#nav-toggle span {
  width: 22px;
  height: 1.5px;
  left: 50%;
  display: block;
  background-color: var(--color-primary);
  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: 28px;
}
#nav-toggle span:nth-child(3) {
  top: 39px;
}
#nav-toggle .menu-ttl {
  font-size: 1.1rem;
  display: block;
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
}
#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: var(--color-primary);
}
#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: white;
}

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

/*!
page > top
------------------------------
*/
.Fv {
  position: relative;
}
.Fv__btmBg {
  content: "";
  display: block;
  width: 75%;
  height: 350px;
  background-color: var(--color-primary-light);
  position: absolute;
  bottom: -100px;
  right: 0;
  border-radius: 300px 0 0 300px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Fv__btmBg {
    height: 250px;
    bottom: -150px;
  }
}
.Fv__btmBg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.Fv__btmBg--under {
  width: 65%;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .Fv__btmBg--under {
    bottom: -35px;
    height: 120px;
  }
}
.Fv__inner {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.Fv__column {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .Fv__column {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.Fv .FvImg {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .Fv .FvImg {
    width: 100%;
  }
}
.Fv .FvImg img {
  display: block;
  width: 100%;
  min-height: 480px;
  object-fit: cover;
  border-radius: 300px 0 0 300px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .FvImg img {
    height: 100vh;
    min-height: initial;
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .Fv .FvImg img {
    height: 100vh;
    min-height: initial;
    max-height: 300px;
    border-radius: 0;
  }
}
.Fv .FvImg img.underImg {
  min-height: initial;
  aspect-ratio: 5/2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .FvImg img.underImg {
    height: auto;
    aspect-ratio: 5/3.5;
  }
}
@media screen and (max-width: 767px) {
  .Fv .FvImg img.underImg {
    height: auto;
    aspect-ratio: 5/2;
  }
}
.Fv .FvCopy {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy {
    width: 100%;
  }
}
.Fv .FvCopy__inner {
  padding: 0 10%;
}
.Fv .FvCopy__mainCopy {
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__mainCopy {
    font-size: 10vw;
  }
}
.Fv .FvCopy__mainCopy small {
  font-size: 3.6vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .FvCopy__mainCopy small {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__mainCopy small {
    font-size: 7.2vw;
  }
}
.Fv .FvCopy__enCopy {
  font-size: 1.5vw;
  line-height: 1.6;
}
@media screen and (max-width: 100px) {
  .Fv .FvCopy__enCopy {
    font-size: 1.5384615385vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .FvCopy__enCopy {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__enCopy {
    font-size: 1.4rem;
  }
}
.Fv .FvCopy__pgTitle {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.Fv .FvCopy__pgTitle .en {
  font-size: clamp(5rem, 5vw, 100rem);
  font-weight: 800;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__pgTitle .en {
    font-size: 11vw;
  }
}
.Fv .FvCopy__pgTitle .en::first-letter {
  font-size: clamp(7rem, 6.5vw, 100rem);
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__pgTitle .en::first-letter {
    font-size: 15vw;
  }
}
.Fv .FvCopy__pgTitle .jp {
  display: flex;
  align-items: center;
  font-size: clamp(2.4rem, 1.8vw, 100rem);
  font-weight: 700;
  position: relative;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__pgTitle .jp {
    font-size: 4.2vw;
  }
}
.Fv .FvCopy__pgTitle .jp::before {
  content: "";
  display: block;
  width: 12.5%;
  height: 5px;
  background-image: linear-gradient(90deg, var(--color-primary) 50%, var(--color-primary-light) 50%);
}
.InfoList {
  width: 75%;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .InfoList {
    width: 100%;
  }
}
.InfoList__inner {
  padding-right: 2.5%;
}
@media screen and (max-width: 767px) {
  .InfoList__inner {
    padding: 0 10%;
  }
}
.InfoList__column {
  display: flex;
  justify-content: flex-end;
  gap: 0 0.5em;
}
.InfoList__icon {
  display: block;
  width: 28px;
  min-width: 28px;
  height: 28px;
  object-fit: contain;
  object-position: center;
}
.InfoList .InfoPost__link {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}
.InfoList .InfoPost small {
  font-size: 1.3rem;
}

.topGreeting__inner {
  padding: 0 5%;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topGreeting__inner {
    padding: 0 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .topGreeting__inner {
    padding: 0 7.5%;
  }
}
.topGreeting__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topGreeting__column {
    gap: 0 35px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .topGreeting__column {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding-top: 50px;
  }
}
.topGreeting__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42.5%;
  min-width: 42.5%;
}
@media screen and (max-width: 767px) {
  .topGreeting__img {
    width: 100%;
    min-width: 100%;
  }
}
.topGreeting__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.topGreeting__block {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .topGreeting__block {
    width: 100%;
  }
}
.topGreeting__block__inner {
  padding: 0 5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topGreeting__block__inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .topGreeting__block__inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .topGreeting .title-Lv2 {
    width: 85%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.topGreeting__copy {
  font-size: 2.4vw;
  font-weight: 800;
  font-style: italic;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .topGreeting__copy {
    font-size: 5.5vw;
  }
}
.topGreeting__txt {
  line-height: 1.8;
}

.TopicsList {
  background-color: var(--color-primary-light);
  border-radius: 12px;
}
.TopicsList__inner {
  padding: 5%;
}
.TopicsList__title {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  font-weight: 600;
  color: var(--color-primary);
}
.TopicsList .InfoPost {
  padding: 0.25em 0;
  display: flex;
  line-height: 1.5;
  gap: 0 0.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .TopicsList .InfoPost {
    flex-direction: column;
    gap: 0.5em 0;
  }
}
@media screen and (max-width: 767px) {
  .TopicsList .InfoPost {
    flex-direction: column;
    gap: 0.5em 0;
  }
}
.TopicsList .InfoPost__link {
  text-decoration: none;
  font-size: clamp(1.2rem, 1vw, 100rem);
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .TopicsList .InfoPost__link {
    font-size: 1.4rem;
  }
}
.TopicsList .InfoPost small {
  font-size: clamp(1.1rem, 0.9vw, 100rem);
}
.TopService__inner {
  padding: 0 5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .TopService__inner {
    padding: 0 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .TopService__inner {
    padding: 0 7.5%;
  }
}
.TopService__column {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .TopService__column {
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px 0;
  }
}
.TopService__block {
  width: 100%;
}
.TopService .NewBusiness {
  min-width: 55%;
  width: 55%;
  box-sizing: border-box;
  border: 1px solid black;
}
@media screen and (max-width: 767px) {
  .TopService .NewBusiness {
    width: 100%;
    min-width: initial;
  }
}
.TopService .NewBusiness__inner {
  padding: 5%;
  position: relative;
}
.TopService .NewBusiness__column {
  display: flex;
  align-items: flex-start;
  gap: 0 5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .TopService .NewBusiness__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .TopService .NewBusiness__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.TopService .NewBusiness__title {
  display: block;
  font-size: clamp(1.5rem, 1.3vw, 100rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .TopService .NewBusiness__title {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.6rem;
    box-sizing: border-box;
    padding: 3.5%;
  }
}
.TopService .NewBusiness__img {
  display: block;
  width: 37.5%;
  min-width: 37.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .TopService .NewBusiness__img {
    margin-top: 100px;
    width: 60%;
    min-width: initial;
  }
}
.TopService .NewBusiness__img a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.TopService .NewBusiness__img img {
  display: block;
  width: 100%;
}
.TopService .NewBusiness__block {
  width: 100%;
  font-size: clamp(1.4rem, 1vw, 100rem);
  line-height: 1.6;
}

.TopCtIntro__inner {
  padding: 0 5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .TopCtIntro__inner {
    padding: 0 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .TopCtIntro__inner {
    padding: 0 7.5%;
  }
}
.TopCtIntro__column {
  display: flex;
  justify-content: space-between;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .TopCtIntro__column {
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px 0;
  }
}
.TopCtIntro .CtIntro {
  display: block;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .TopCtIntro .CtIntro {
    width: 100%;
  }
}
.TopCtIntro .CtIntro__img {
  display: block;
  width: 100%;
}
.TopCtIntro .CtIntro__img a {
  display: block;
  width: 100%;
  aspect-ratio: 5/3.5;
  overflow: hidden;
  border-radius: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .TopCtIntro .CtIntro__img a {
    border-radius: 35px;
  }
}
@media screen and (max-width: 767px) {
  .TopCtIntro .CtIntro__img a {
    border-radius: 20px;
  }
}
.TopCtIntro .CtIntro__img a:hover img {
  transform: scale(1.1);
}
.TopCtIntro .CtIntro__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.TopRecruit {
  background-color: var(--color-primary);
  color: white;
  position: relative;
  overflow: hidden;
}
.TopRecruit__bg {
  display: block;
  width: 180%;
  max-height: 300px;
  object-fit: contain;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .TopRecruit__bg {
    width: 150%;
    max-height: initial;
    top: -25px;
  }
}
.TopRecruit__inner {
  padding: 0 0 0 5%;
}
@media screen and (max-width: 767px) {
  .TopRecruit__inner {
    padding: 0;
  }
}
.TopRecruit__column {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .TopRecruit__column {
    flex-direction: column;
  }
}
.TopRecruit__img {
  display: block;
  width: 50%;
  min-width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .TopRecruit__img {
    width: 100%;
    min-width: initial;
  }
}
.TopRecruit__img::before {
  content: "";
  display: block;
  width: calc(100% + 70px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(calc(0% + 150px) 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .TopRecruit__img::before {
    width: calc(100% + 40px);
    clip-path: polygon(calc(0% + 100px) 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.TopRecruit__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(calc(0% + 150px) 0%, 100% 0%, 100% 100%, 0% 100%);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .TopRecruit__img img {
    clip-path: polygon(calc(0% + 100px) 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.TopRecruit__block {
  padding-top: 300px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .TopRecruit__block {
    padding-top: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .TopRecruit__block {
    padding: 50px 7.5% 0 !important;
  }
}
.TopRecruit__copy {
  font-size: clamp(2.5rem, 2.1vw, 100rem);
  font-weight: 300;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .TopRecruit__copy {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .TopRecruit__copy {
    font-size: 2rem;
  }
}

.BnrArea__inner {
  padding: 0 5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .BnrArea__inner {
    padding: 0 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .BnrArea__inner {
    padding: 0 7.5%;
  }
}
.BnrArea__column {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .BnrArea__column {
    gap: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .BnrArea__column {
    flex-direction: column;
    gap: 15px 0;
  }
}
.BnrArea .SnsBnr {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
  overflow: hidden; /*はみ出た部分を隠す*/
  position: relative;
  color: white;
  width: 45%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .BnrArea .SnsBnr {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .BnrArea .SnsBnr {
    width: 100%;
  }
}
.BnrArea .SnsBnr::before {
  content: "";
  position: absolute;
  top: 23px;
  left: -20%;
  width: 70%;
  aspect-ratio: 5/5;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); /*グラデーション②*/
  opacity: 0.6;
}
.BnrArea .SnsBnr a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
.BnrArea .SnsBnr__column {
  display: flex;
  align-items: center;
  gap: 0 1.5em;
  position: relative;
  z-index: 10;
  padding: 5%;
}
@media screen and (max-width: 767px) {
  .BnrArea .SnsBnr__column {
    gap: 0 1em;
  }
}
.BnrArea .SnsBnr__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: clamp(5rem, 4.7vw, 100rem);
}
.BnrArea .SnsBnr__icon.facebook {
  background-color: #1877f2;
}
.BnrArea .SnsBnr__icon i {
  position: relative;
  z-index: 10;
}
.BnrArea .SnsBnr__block {
  line-height: 1.3;
}
.BnrArea .SnsBnr .corpname {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
.BnrArea .SnsBnr__name {
  display: block;
  font-size: clamp(2.7rem, 2.7vw, 100rem);
  font-weight: 700;
}
.BnrArea .SnsBnr__comment {
  font-size: clamp(1.6rem, 1.4vw, 100rem);
}
@media screen and (max-width: 767px) {
  .BnrArea .SnsBnr__comment {
    font-size: 1.4rem;
  }
}
.BnrArea .nishikawaBnr {
  width: 360px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 100px) {
  .BnrArea .nishikawaBnr {
    width: 27.6923076923vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .BnrArea .nishikawaBnr {
    width: 260px;
    min-width: 260px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .BnrArea .nishikawaBnr {
    width: 100%;
    height: 80px;
  }
}

/*!
page > service
------------------------------
*/
.ServiceLead__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ServiceLead__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .ServiceLead__inner {
    max-width: calc(100% - 50px);
  }
}

.ServiceList__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ServiceList__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .ServiceList__inner {
    max-width: calc(100% - 50px);
  }
}
.ServiceList__column {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ServiceList__column {
    justify-content: space-between;
    gap: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .ServiceList__column {
    flex-direction: column;
    gap: 50px 0;
  }
}
.ServiceList .ServiceDetail {
  width: calc(33.3333333333% - 60px);
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ServiceList .ServiceDetail {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .ServiceList .ServiceDetail {
    width: 100%;
  }
}
.ServiceList .ServiceDetail--full {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ServiceList .ServiceDetail--full {
    width: 100%;
  }
}
.ServiceList .ServiceDetail__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  padding-right: 30px;
  min-width: 70%;
  background-color: rgba(19, 75, 136, 0.85);
  color: white;
  font-size: clamp(1.6rem, 1.4vw, 100rem);
  font-weight: 700;
  box-sizing: border-box;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
}
@media screen and (max-width: 100px) {
  .ServiceList .ServiceDetail__title {
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ServiceList .ServiceDetail__title {
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  }
}
@media screen and (max-width: 767px) {
  .ServiceList .ServiceDetail__title {
    clip-path: initial;
  }
}
.ServiceList .ServiceDetail__img {
  display: block;
  width: 100%;
  position: relative;
}
.ServiceList .ServiceDetail__img img {
  display: block;
  width: 100%;
  aspect-ratio: 5/5;
  object-fit: cover;
  border-radius: 35px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ServiceList .ServiceDetail__img img {
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  .ServiceList .ServiceDetail__img img {
    border-radius: 20px;
  }
}
.ServiceList .ServiceDetail__img figcaption {
  display: flex;
  align-items: center;
  padding: 0.5em;
  padding-right: 30px;
  min-width: 70%;
  background-color: rgba(19, 75, 136, 0.85);
  color: white;
  position: absolute;
  top: 35px;
  left: -10px;
  font-size: clamp(1.8rem, 1.4vw, 100rem);
  font-weight: 700;
  box-sizing: border-box;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
}
.ServiceList .ServiceDetail__label {
  display: flex;
  padding-bottom: 0.5em;
  font-weight: 700;
  position: relative;
  gap: 0 0.35em;
  border-bottom: 1.5px solid black;
  line-height: 1.5;
  font-size: clamp(1.6rem, 1.2vw, 100rem);
}
.ServiceList .ServiceDetail__label::before {
  content: "";
  display: block;
  margin-top: 0.5em;
  width: 10px;
  min-width: 10px;
  height: 100%;
  aspect-ratio: 5/5;
  background-color: var(--color-primary);
  border-radius: 50%;
}
.ServiceList .ServiceDetail__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
.ServiceList .ServiceDetail .LinkTxt {
  display: inline-flex;
  align-items: center;
  gap: 0 0.75em;
  text-decoration: none;
  font-weight: 500;
}
.ServiceList .ServiceDetail .LinkTxt i {
  font-size: 1.4rem;
}
.ServiceList .ServiceDetail__column {
  display: flex;
  align-items: flex-start;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .ServiceList .ServiceDetail__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.ServiceList .ServiceDetail__block {
  width: 100%;
}
.ServiceList .ServiceDetail .LogoArea {
  min-width: 35%;
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .ServiceList .ServiceDetail .LogoArea {
    min-width: initial;
    width: 100%;
  }
}
.ServiceList .ServiceDetail .LogoArea__img {
  position: relative;
  max-width: calc(33.3333333333% - 10px);
}
.ServiceList .ServiceDetail .LogoArea__img--wide {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .ServiceList .ServiceDetail .LogoArea__img--wide {
    max-width: calc(33.3333333333% - 10px);
  }
}
.ServiceList .ServiceDetail .LogoArea__img img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .ServiceList .ServiceDetail .LogoArea__img img {
    height: 140px;
  }
}
.ServiceList .ServiceDetail .LogoArea__img figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 1.2rem;
  font-weight: 500;
  display: none;
}

.BroadLeaf {
  background-color: var(--color-primary);
  color: white;
  position: relative;
  overflow: hidden;
}
.BroadLeaf__bg {
  display: block;
  width: 180%;
  max-height: 300px;
  object-fit: contain;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .BroadLeaf__bg {
    width: 150%;
    max-height: initial;
    top: -25px;
  }
}
.BroadLeaf__inner {
  padding-top: 250px !important;
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .BroadLeaf__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .BroadLeaf__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .BroadLeaf__inner {
    padding-top: 50px !important;
  }
}
.BroadLeaf__column {
  display: flex;
  align-items: flex-start;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .BroadLeaf__column {
    flex-direction: column;
    gap: 70px 0;
  }
}
.BroadLeaf__title {
  font-size: clamp(3rem, 2.4vw, 100rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .BroadLeaf__title {
    font-size: 2.1rem;
  }
}
.BroadLeaf__img {
  min-width: 50%;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .BroadLeaf__img {
    min-width: initial;
    width: 100%;
  }
}
.BroadLeaf__img img {
  display: block;
}
.BroadLeaf__img img.img-1 {
  width: 65%;
  object-fit: cover;
  aspect-ratio: 5/3.5;
  border-radius: 25px;
}
.BroadLeaf__img img.img-2 {
  width: 45%;
  object-fit: cover;
  aspect-ratio: 5/3.5;
  position: absolute;
  bottom: -2.5em;
  right: 0;
  z-index: 15;
  border-radius: 20px;
}
.BroadLeaf__img figcaption {
  display: block;
  font-size: clamp(1.3rem, 1vw, 100rem);
  color: black;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .BroadLeaf__img figcaption {
    font-size: 1.4rem;
  }
}
.BusLead__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .BusLead__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .BusLead__inner {
    max-width: calc(100% - 50px);
  }
}

.BusIntro {
  position: relative;
}
.BusIntro::before {
  content: "";
  display: block;
  width: 95%;
  height: 340px;
  background-color: var(--color-primary-light);
  position: absolute;
  top: 230px;
  left: 0;
  border-radius: 0 300px 300px 0;
}
@media screen and (max-width: 767px) {
  .BusIntro::before {
    height: 280px;
    top: 160px;
  }
}
.BusIntro__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .BusIntro__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .BusIntro__inner {
    max-width: calc(100% - 50px);
  }
}
.BusIntro__column {
  display: flex;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .BusIntro__column {
    flex-direction: column;
    gap: 50px 0;
  }
}
.BusIntro__img {
  display: block;
  min-width: 50%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .BusIntro__img {
    min-width: initial;
    width: 100%;
  }
}
.BusIntro__img img {
  display: block;
  width: 100%;
  aspect-ratio: 5/3.5;
  object-fit: cover;
  border-radius: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .BusIntro__img img {
    aspect-ratio: 5/4;
  }
}
@media screen and (max-width: 767px) {
  .BusIntro__img img {
    border-radius: 20px;
  }
}
.BusIntro__title {
  font-size: clamp(2rem, 1.7vw, 100rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .BusIntro__title {
    line-height: 1.6;
  }
}
.BusPrice__column {
  display: flex;
  align-items: flex-start;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .BusPrice__column {
    flex-direction: column;
    gap: 35px 0;
  }
}
.BusPrice__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-width: 80px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 3em 0.5em;
  border: 1.5px solid black;
  font-size: clamp(2rem, 1.7vw, 100rem);
  font-weight: 500;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .BusPrice__title {
    padding: 0.5em;
    writing-mode: initial;
    width: 100%;
    min-width: initial;
    line-height: 1.6;
    font-size: 1.8rem;
  }
}
.BusPrice__block {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .BusPrice__block {
    width: 100%;
  }
}
.BusPrice__table {
  width: 100%;
}
.BusPrice__table caption {
  padding-bottom: 1em;
  font-size: clamp(1.7rem, 1.4vw, 100rem);
  font-weight: 600;
  text-align: left;
}
.BusPrice__table th,
.BusPrice__table td {
  border: 1px solid #dbdbdb;
  padding: 0.75em 1.5em;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .BusPrice__table th,
  .BusPrice__table td {
    padding: 0.5em;
    line-height: 1.3;
    font-size: 1.3rem;
  }
}
.BusPrice__table th {
  background-color: var(--color-primary);
  font-weight: 600;
  color: white;
  border-color: white;
}
.BusPrice__table th:nth-of-type(1) {
  border-left-color: var(--color-primary);
}
.BusPrice__table th:nth-last-of-type(1) {
  border-right-color: var(--color-primary);
}

.Supplier__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Supplier__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .Supplier__inner {
    max-width: calc(100% - 50px);
  }
}
.Supplier__title {
  padding-bottom: 0.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(2.5rem, 2.4vw, 100rem);
  font-weight: 800;
  position: relative;
  line-height: 1.5;
}
.Supplier__title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-image: linear-gradient(90deg, var(--color-primary) 50%, var(--color-primary-light) 50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.Supplier__column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px 50px;
}
@media screen and (max-width: 767px) {
  .Supplier__column {
    gap: 15px 30px;
  }
}
.Supplier-Detail {
  width: calc(20% - 40px);
}
@media screen and (max-width: 767px) {
  .Supplier-Detail {
    width: calc(33.3333333333% - 20px);
  }
}
.Supplier-Detail a {
  display: block;
}
.Supplier-Detail a img {
  display: block;
  width: 100%;
  aspect-ratio: 5/2;
  object-fit: contain;
  object-position: center;
}
/*!
page > company
------------------------------
*/
.CompanyGreeting__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CompanyGreeting__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .CompanyGreeting__inner {
    max-width: calc(100% - 50px);
  }
}
.CompanyGreeting__column {
  display: flex;
  align-items: flex-start;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .CompanyGreeting__column {
    flex-direction: column;
    align-items: center;
    gap: 35px 0;
  }
}
.CompanyGreeting__block {
  width: 100%;
}
.CompanyGreeting__img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30%;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .CompanyGreeting__img {
    width: 100%;
    border-radius: 25px;
  }
}
.CompanyGreeting__img img {
  display: block;
  width: 100%;
  border-radius: 50px;
}
.CompanyGreeting .sign {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1em;
}
.CompanyGreeting .sign img {
  display: block;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .CompanyGreeting .sign img {
    width: 120px;
  }
}

.CompanyOutline__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CompanyOutline__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .CompanyOutline__inner {
    max-width: calc(100% - 50px);
  }
}
.CompanyOutline__column {
  display: flex;
  align-items: flex-start;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .CompanyOutline__column {
    flex-direction: column-reverse;
    align-items: center;
    gap: 35px 0;
  }
}
.CompanyOutline__table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .CompanyOutline__table {
    width: 100%;
  }
}
.CompanyOutline__table th,
.CompanyOutline__table td {
  padding: 1em;
  border-bottom: 1px solid #ccc;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .CompanyOutline__table th,
  .CompanyOutline__table td {
    display: block;
  }
}
.CompanyOutline__table th {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .CompanyOutline__table th {
    border-bottom: none;
  }
}
.CompanyOutline__table th::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .CompanyOutline__table th::after {
    width: 2px;
    height: calc(100% - 25px);
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.CompanyOutline__table td {
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .CompanyOutline__table td {
    padding-top: 0;
    padding-left: 1em;
  }
}
.CompanyOutline__table td::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .CompanyOutline__table td::before {
    display: none;
  }
}
.CompanyOutline__table td .row {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CompanyOutline__table td .row__block {
    min-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .CompanyOutline__table td .row__block {
    min-width: initial;
  }
}
.CompanyOutline__img {
  display: block;
  min-width: 35%;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .CompanyOutline__img {
    width: 100%;
  }
}
.CompanyOutline__img img {
  display: block;
  width: 100%;
  aspect-ratio: 5/5;
  object-fit: cover;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .CompanyOutline__img img {
    border-radius: 20px;
    aspect-ratio: 5/4;
  }
}
.CompanyOutline .mapBtn {
  display: inline-flex;
  align-items: center;
  padding: 0.5em;
  border: 1px solid #0188d1;
  color: #0188d1;
  text-decoration: none;
  line-height: 1.1;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  gap: 0 10px;
}
.CompanyOutline .mapBtn:hover {
  background-color: #0188d1;
  color: white;
}

.WorksList__column {
  display: flex;
  align-items: flex-start;
  gap: 0 70px;
}
@media screen and (max-width: 100px) {
  .WorksList__column {
    column-gap: 5.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .WorksList__column {
    flex-direction: column;
    align-items: center;
    gap: 35px 0;
  }
}
.WorksList__title {
  min-width: 25%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  color: white;
  font-size: 2.7rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 100px) {
  .WorksList__title {
    font-size: 2.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .WorksList__title {
    flex-direction: row;
    padding: 1em 0;
    width: 100%;
    min-width: initial;
    min-height: initial;
    font-size: 2rem;
    gap: 0 25px;
  }
}
.WorksList__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0188d1;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
}
.WorksList__title__icon {
  display: block;
  width: 60px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 100px) {
  .WorksList__title__icon {
    width: 4.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .WorksList__title__icon {
    width: 30px;
  }
}
.WorksList__title span {
  position: relative;
  z-index: 10;
}
.WorksList__list li {
  display: flex;
  padding: 1em 0;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.5;
  gap: 0 35px;
}
@media screen and (max-width: 100px) {
  .WorksList__list li {
    column-gap: 2.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .WorksList__list li {
    gap: 0 15px;
  }
}
.WorksList__list__date {
  display: flex;
  justify-content: center;
  min-width: 130px;
  padding: 0.25em 0.5em;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 4px;
  box-sizing: border-box;
}
@media screen and (max-width: 100px) {
  .WorksList__list__date {
    font-size: 1.1538461538vw;
    min-width: 10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .WorksList__list__date {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .WorksList__list__date {
    align-items: center;
    min-width: 70px;
    font-size: 1.2rem;
    text-align: center;
  }
}

.CompanyAccess {
  position: relative;
}
.CompanyAccess::before {
  content: "";
  display: block;
  width: 95%;
  height: 380px;
  background-color: var(--color-primary-light);
  position: absolute;
  top: 200px;
  left: 0;
  border-radius: 0 300px 300px 0;
}
@media screen and (max-width: 767px) {
  .CompanyAccess::before {
    height: 240px;
  }
}
.CompanyAccess__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CompanyAccess__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .CompanyAccess__inner {
    max-width: calc(100% - 50px);
  }
}
.CompanyAccess__column {
  display: flex;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .CompanyAccess__column {
    flex-direction: column;
    gap: 35px 0;
  }
}
.CompanyAccess iframe {
  display: block;
  min-width: 60%;
  width: 60%;
  height: 100%;
  aspect-ratio: 5/3.5;
  border-radius: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CompanyAccess iframe {
    border-radius: 35px;
  }
}
@media screen and (max-width: 767px) {
  .CompanyAccess iframe {
    min-width: initial;
    width: 100%;
    border-radius: 20px;
  }
}
.CompanyAccess__block {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CompanyAccess__block {
    margin-top: 100px !important;
    width: calc(50% - 70px);
    max-width: calc(50% - 70px);
  }
}
@media screen and (max-width: 767px) {
  .CompanyAccess__block {
    width: auto;
    max-width: initial;
    padding: 5%;
  }
}
.CompanyAccess__label {
  display: flex;
  align-items: center;
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  font-weight: 700;
  color: var(--color-primary);
  gap: 0 15px;
}
@media screen and (max-width: 767px) {
  .CompanyAccess__label {
    font-size: 1.7rem;
  }
}
.History {
  position: relative;
}
.History__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .History__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .History__inner {
    max-width: calc(100% - 50px);
  }
}
.History .Timeline {
  position: relative;
}
.History .Timeline::before {
  position: absolute;
  left: 50%;
  width: 5px;
  height: 100%;
  transform: translateX(-50%);
  content: "";
  background: #064897;
  border-radius: 50px;
}
.History .Timeline h3 {
  position: relative;
  max-width: 6em;
  margin: 0 auto 1em;
  padding: 0.5em;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  background: #064897;
  color: white;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .History .Timeline h3 {
    font-size: 1.5rem;
  }
}
.History .Timeline h3:not(:nth-of-type(1)) {
  margin-top: 25px;
}
.History .Timeline ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: calc(100% - 4em);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .History .Timeline ul {
    max-width: 100%;
  }
}
.History .Timeline ul.rev {
  flex-direction: row-reverse;
}
.History .Timeline ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 1em;
  padding: 1em;
  width: calc(50% - 30px);
  max-width: calc(50% - 30px);
  border-radius: 8px;
  border: 1px solid #064897;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .History .Timeline ul li {
    padding: 0.5em;
  }
}
.History .Timeline ul li.rev .mark {
  right: auto;
  left: -44px;
}
.History .Timeline ul li.rev .mark::before {
  left: auto;
  right: -20px;
}
.History .Timeline ul li:nth-of-type(even) {
  margin-top: 50px;
}
.History .Timeline ul li .desc {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .History .Timeline ul li .desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.History .Timeline ul li .time {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.History .Timeline ul li .mark {
  display: flex;
  width: 21px;
  aspect-ratio: 5/5;
  background-color: white;
  border: 2px solid #064897;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: -44px;
  z-index: 10;
}
.History .Timeline ul li .mark::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #064897;
  position: absolute;
  top: 10px;
  left: -20px;
}

/*!
page > office
------------------------------
*/
.OfficeList__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .OfficeList__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .OfficeList__inner {
    max-width: calc(100% - 50px);
  }
}
.OfficeList__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px 0;
}
@media screen and (max-width: 767px) {
  .OfficeList__column {
    gap: 50px 0;
  }
}
.OfficeList .OfficeDetail {
  width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .OfficeList .OfficeDetail {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .OfficeList .OfficeDetail {
    width: 100%;
  }
}
.OfficeList .OfficeDetail__column {
  display: flex;
  align-items: flex-start;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .OfficeList .OfficeDetail__column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 35px 0;
  }
}
.OfficeList .OfficeDetail__img {
  display: block;
  min-width: 45%;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .OfficeList .OfficeDetail__img {
    min-width: initial;
    width: 100%;
  }
}
.OfficeList .OfficeDetail__img img {
  display: block;
  width: 100%;
  aspect-ratio: 5/3.5;
  object-fit: cover;
  border-radius: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .OfficeList .OfficeDetail__img img {
    aspect-ratio: 5/4;
    border-radius: 35px;
  }
}
@media screen and (max-width: 767px) {
  .OfficeList .OfficeDetail__img img {
    border-radius: 20px;
  }
}
.OfficeList .OfficeDetail__block {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .OfficeList .OfficeDetail__block {
    width: 100%;
  }
}
.OfficeList .OfficeDetail__label {
  padding-bottom: 0.15em;
  padding-right: 3em;
  display: flex;
  font-size: clamp(2.4rem, 2.1vw, 100rem);
  font-weight: 700;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .OfficeList .OfficeDetail__label {
    display: block;
    font-size: 2.1rem;
    padding-right: 0;
  }
}
.OfficeList .OfficeDetail__label::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
}
.OfficeList .OfficeDetail__label a {
  display: inline-flex;
  align-items: center;
  color: black;
  text-decoration: none;
  gap: 0 0.5em;
}
.OfficeList .OfficeDetail__label a:hover {
  color: #064897;
}
.OfficeList .OfficeDetail__label a .arrow {
  width: 30px;
  aspect-ratio: 5/5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transform: rotate(90deg);
  background-color: var(--color-primary);
  color: white;
  border-radius: 50%;
}
.OfficeList .Area {
  min-width: 40%;
  width: 40%;
  background-color: var(--color-primary-light);
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .OfficeList .Area {
    min-width: initial;
    width: 100%;
  }
}
.OfficeList .Area__inner {
  padding: 5%;
}
.OfficeList .Area__label {
  color: var(--color-primary);
  font-weight: 700;
}
.OfficeList .Area p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .OfficeList .Area p {
    font-size: 1.4rem;
  }
}
.OfficeList .mapBtn {
  display: inline-flex;
  align-items: center;
  padding: 0.75em;
  border: 1px solid #0188d1;
  color: #0188d1;
  text-decoration: none;
  line-height: 1.1;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 0 10px;
}
.OfficeList .mapBtn:hover {
  background-color: #0188d1;
  color: white;
}

/*!
page > our-thoughts
------------------------------
*/
.Policy__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Policy__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .Policy__inner {
    max-width: calc(100% - 50px);
  }
}
.Policy__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .Policy__column {
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px 0;
  }
}
.Policy__img {
  display: block;
  width: 45%;
  min-width: 45%;
}
@media screen and (max-width: 767px) {
  .Policy__img {
    width: 100%;
    min-width: initial;
  }
}
.Policy__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/5;
  border-radius: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Policy__img img {
    border-radius: 35px;
  }
}
@media screen and (max-width: 767px) {
  .Policy__img img {
    border-radius: 20px;
    aspect-ratio: 5/4;
  }
}
.Policy__block {
  width: 100%;
}
.Policy__label {
  display: block;
  padding: 0.5em 1em;
  background-color: var(--color-primary);
  color: white;
  font-size: clamp(2rem, 1.7vw, 100rem);
  font-weight: 700;
  font-style: italic;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Policy__label {
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  }
}
@media screen and (max-width: 767px) {
  .Policy__label {
    clip-path: initial;
  }
}
.Policy__txt {
  display: block;
  font-size: clamp(2.2rem, 2.2vw, 100rem);
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
.Policy__guideline {
  font-size: clamp(1.5rem, 1.4vw, 100rem);
}
.Policy__list li {
  margin-top: 1em;
  display: flex;
  padding: 0.5em 1em;
  gap: 0 0.75em;
  font-size: clamp(1.6rem, 1.3vw, 100rem);
  font-weight: 500;
  border-radius: 7px;
  border: 1px solid #dbdbdb;
  box-shadow: 7px 7px 15px rgba(204, 204, 204, 0.5);
}
.Policy__list li i {
  margin-top: 0.25em;
  font-size: clamp(1.7rem, 1.7vw, 100rem);
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .Policy__list li i {
    font-size: 2.2rem;
  }
}

.Sdgs {
  background-color: var(--color-primary-light);
  position: relative;
  overflow: hidden;
}
.Sdgs__bg {
  display: block;
  width: 180%;
  max-height: 300px;
  object-fit: contain;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .Sdgs__bg {
    width: 150%;
    max-height: initial;
    top: -25px;
  }
}
.Sdgs__inner {
  padding: 5%;
  padding-top: 150px !important;
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Sdgs__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .Sdgs__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Sdgs__inner {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .Sdgs__inner {
    padding: 5% 0;
    padding-top: 50px !important;
  }
}
.Sdgs .AboutSdgs__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Sdgs .AboutSdgs__column {
    flex-direction: column;
    justify-content: flex-start;
    gap: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .Sdgs .AboutSdgs__column {
    flex-direction: column;
    justify-content: flex-start;
    gap: 35px 0;
  }
}
.Sdgs .AboutSdgs__img {
  display: block;
  min-width: 50%;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Sdgs .AboutSdgs__img {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .Sdgs .AboutSdgs__img {
    width: 100%;
    min-width: initial;
  }
}
.Sdgs .AboutSdgs__img img {
  display: block;
  width: 100%;
}
.Sdgs .OurSdgsList__column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Sdgs .OurSdgsList__column {
    gap: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .Sdgs .OurSdgsList__column {
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px 0;
  }
}
.Sdgs .OurSdgs {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .Sdgs .OurSdgs {
    width: 100%;
  }
}
.Sdgs .OurSdgs__title {
  display: flex;
  align-items: center;
  font-size: clamp(2.4rem, 2.2vw, 100rem);
  font-weight: 700;
  gap: 0 1em;
  position: relative;
}
.Sdgs .OurSdgs__title::before {
  content: attr(data-num);
  color: var(--color-primary);
  font-size: clamp(3.2rem, 3.5vw, 100rem);
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .Sdgs .OurSdgs__title::before {
    font-size: 3.2rem;
  }
}
.Sdgs .OurSdgs__title span {
  display: block;
  position: relative;
}
.Sdgs .OurSdgs__img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Sdgs .OurSdgs__img {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .Sdgs .OurSdgs__img {
    gap: 10px;
  }
}
.Sdgs .OurSdgs__img img {
  display: block;
  width: 110px;
}
@media screen and (max-width: 100px) {
  .Sdgs .OurSdgs__img img {
    width: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Sdgs .OurSdgs__img img {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .Sdgs .OurSdgs__img img {
    width: 70px;
  }
}
/*!
page > recruit
------------------------------
*/
.RecLead__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .RecLead__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .RecLead__inner {
    max-width: calc(100% - 50px);
  }
}
.RecLead__img {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 20px solid #1354a4;
}

.RecSummary__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .RecSummary__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .RecSummary__inner {
    max-width: calc(100% - 50px);
  }
}
.RecSummary__column {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.RecSummary__TableWrap {
  padding: 3.5%;
  border: 20px solid #f1f4f8;
}
@media screen and (max-width: 767px) {
  .RecSummary__TableWrap {
    border-width: 10px;
  }
}
.RecSummary__Table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .RecSummary__Table {
    width: 100%;
  }
}
.RecSummary__Table th,
.RecSummary__Table td {
  padding: 1em;
  border-bottom: 1px solid #ccc;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .RecSummary__Table th,
  .RecSummary__Table td {
    display: block;
  }
}
.RecSummary__Table th {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .RecSummary__Table th {
    border-bottom: none;
  }
}
.RecSummary__Table th::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .RecSummary__Table th::after {
    width: 2px;
    height: calc(100% - 25px);
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.RecSummary__Table td {
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .RecSummary__Table td {
    padding-top: 0;
    padding-left: 1em;
  }
}
.RecSummary__Table td::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .RecSummary__Table td::before {
    display: none;
  }
}
.RecSummary__Table tr:last-child th,
.RecSummary__Table tr:last-child td {
  border-bottom: none;
}
.RecSummary__Table tr:last-child th::after {
  display: none;
}
.RecSummary .RecContact__column {
  display: flex;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .RecSummary .RecContact__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.RecSummary .RecContact__label {
  padding: 0.5em 1em;
  padding-right: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  color: white;
  font-size: clamp(1.8rem, 1.5vw, 100rem);
  font-weight: 700;
  line-height: 1.5;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .RecSummary .RecContact__label {
    padding: 1em 0.5em;
    font-size: 1.5rem;
    clip-path: initial;
  }
}
.RecSummary .RecContact__block {
  width: 100%;
  line-height: 1.5;
}
.RecSummary .RecContact .corpName {
  font-size: clamp(1.6rem, 1.3vw, 100rem);
  font-weight: 500;
}
.RecSummary .RecContact .Phone {
  font-size: clamp(2rem, 1.6vw, 100rem);
  font-weight: 700;
  color: #064897;
}
.RecSummary .RecContact .Mail {
  font-size: clamp(2rem, 1.6vw, 100rem);
  font-weight: 700;
  color: #064897;
}

.RecInterview__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .RecInterview__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .RecInterview__inner {
    max-width: calc(100% - 50px);
  }
}
.RecInterview__column {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
}
@media screen and (max-width: 767px) {
  .RecInterview__column {
    gap: 35px 0;
  }
}
.RecInterview .Interview {
  background-color: #f1f4f8;
  border-radius: 25px;
}
.RecInterview .Interview__inner {
  padding: 5%;
}
@media screen and (max-width: 767px) {
  .RecInterview .Interview__inner {
    padding: 10% 5%;
  }
}
.RecInterview .Interview__column {
  display: flex;
  align-items: flex-start;
  gap: 0 7.5%;
}
@media screen and (max-width: 767px) {
  .RecInterview .Interview__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.RecInterview .Interview__column--rv {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .RecInterview .Interview__column--rv {
    flex-direction: column;
  }
}
.RecInterview .Interview__block {
  width: 100%;
}
.RecInterview .Interview__imgArea {
  min-width: 25%;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .RecInterview .Interview__imgArea {
    min-width: initial;
    width: 100%;
  }
}
.RecInterview .Interview__img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .RecInterview .Interview__img {
    width: 70%;
  }
}
.RecInterview .Interview__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/5;
  border-radius: 30px;
}
.RecInterview .Interview .staffName {
  font-size: clamp(1.6rem, 1.3vw, 100rem);
}
@media screen and (max-width: 767px) {
  .RecInterview .Interview .staffName {
    font-size: 2rem;
  }
}
.RecInterview .Interview .staffTT {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 50px;
  padding: 0.75em 1.5em;
  font-size: clamp(1.2rem, 1vw, 100rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .RecInterview .Interview .staffTT {
    font-size: 1.4rem;
  }
}
.RecInterview .Interview .question {
  padding: 0.35em 0;
  padding-left: calc(50px + 1em);
  display: flex;
  font-size: clamp(1.6rem, 1.3vw, 100rem);
  font-weight: 700;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .RecInterview .Interview .question {
    padding: 0.5em 0;
    padding-left: calc(40px + 1em);
  }
}
.RecInterview .Interview .question::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-primary);
  background-color: #0188d1;
  color: white;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .RecInterview .Interview .question::before {
    min-width: 40px;
    width: 40px;
    font-size: 1.6rem;
  }
}

/*!
page > form
------------------------------
*/
.ContactForm__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactForm__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .ContactForm__inner {
    max-width: calc(100% - 50px);
  }
}

.phoneInfo {
  max-width: 75%;
  border-radius: 15px;
  box-shadow: 10px 10px 25px rgba(204, 204, 204, 0.5);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .phoneInfo {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .phoneInfo {
    max-width: initial;
  }
}
.phoneInfo__inner {
  padding: 5%;
}
.phoneInfo p {
  font-size: clamp(1.6rem, 1.2vw, 100rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .phoneInfo p {
    font-size: 1.5rem;
  }
}
.phoneInfo .phoneNo {
  font-size: clamp(3.5rem, 3.2vw, 100rem);
  font-weight: bold;
  text-decoration: none;
  color: var(--color-primary);
  position: relative;
}
@media screen and (max-width: 767px) {
  .phoneInfo .phoneNo {
    font-size: 2.8rem;
  }
}
.phoneInfo .phoneNo::before {
  display: inline-block;
  margin-right: 1em;
  padding: 0.75em 1.5em;
  content: "本社受付";
  font-size: clamp(1.5rem, 1.1vw, 100rem);
  font-weight: 500;
  background-color: var(--color-primary);
  color: white;
  border-radius: 4px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .phoneInfo .phoneNo::before {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  .phoneInfo .phoneNo::before {
    display: table;
    margin: 25px auto 10px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.phoneInfo .phoneNo i {
  font-size: clamp(2.5rem, 2.6vw, 100rem);
  margin-right: 0.25em;
}
@media screen and (max-width: 767px) {
  .phoneInfo .phoneNo i {
    font-size: 2.1rem;
  }
}
.phoneInfo__reception {
  display: table;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .phoneInfo__reception {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .formCnt {
    width: auto;
  }
}
.formCnt__inner {
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .formCnt__inner {
    padding: 0;
  }
}
.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: #e75450;
  color: white;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}
.formCnt .optional {
  background-color: #ccc;
}
.formCnt .formInputBlock table th,
.formCnt .formInputBlock table td {
  padding: 1em 0;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th,
  .formCnt .formInputBlock table td {
    display: block;
  }
}
.formCnt .formInputBlock table th {
  font-weight: 500;
  padding-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table th {
    width: auto;
    max-width: initial;
  }
}
.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 .col {
  margin: 0 0.5em;
}
.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: clamp(1.6rem, 1.2vw, 100rem);
  padding: 1em;
  border: none;
  border: none;
  background-color: #f7f7f7;
  box-sizing: border-box;
  color: black;
  border-radius: 5px;
}
@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;
  }
}
.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 (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.5rem;
  }
}
.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=氏名（姓）],
.formCnt .formInputBlock table td input[name=フリガナ（セイ）] {
  width: 30%;
  max-width: 30%;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[name=氏名（姓）],
  .formCnt .formInputBlock table td input[name=フリガナ（セイ）] {
    width: 40%;
    max-width: 40%;
    margin-right: 15px;
  }
}
.formCnt .formInputBlock table td input[name=氏名（名）],
.formCnt .formInputBlock table td input[name=フリガナ（メイ）] {
  width: 30%;
  max-width: 30%;
}
@media screen and (max-width: 767px) {
  .formCnt .formInputBlock table td input[name=氏名（名）],
  .formCnt .formInputBlock table td input[name=フリガナ（メイ）] {
    width: 40%;
    max-width: 40%;
  }
}
.formCnt .formInputBlock table td input[name=郵便番号] {
  width: 8em;
  font-size: 1.6rem;
  padding: 0.75em;
  background-color: #f7f7f7;
  box-sizing: border-box;
  border-radius: 5px;
  border: none;
}
@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;
  }
}
.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: #e75450;
  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 6 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: #e75450 !important;
}
.formCnt .btnWrap {
  display: flex;
  justify-content: center;
  text-align: center;
}
.formCnt .btnWrap input {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 1em 2.5em;
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .formCnt .btnWrap input {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0.75em 2em;
    font-size: 1.5rem;
  }
}
.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;
}
.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 .formbox table td .row {
  margin-top: 0;
}
.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 .inp_mes {
  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;
}
.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;
}

/*!
page > single
------------------------------
*/
.feature-img {
  padding: 100px 150px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-img {
    padding: 100px 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .feature-img {
    padding: 50px 0 0;
  }
}
.feature-img img {
  display: block;
  width: 100%;
  height: auto;
}

.PostContent__inner {
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .PostContent__inner {
    padding: 0;
  }
}
.PostContent h1 {
  display: block;
  margin-top: 50px;
  padding: 1em 0 0.5em;
  font-size: clamp(2.4rem, 2.5vw, 100rem);
  font-weight: 700;
  position: relative;
  overflow: hidden;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .PostContent h1 {
    margin-top: 35px;
    font-size: 2rem;
  }
}
.PostContent h2 {
  display: block;
  margin-top: 50px;
  padding: 0.75em 1em;
  padding-left: 1.5em;
  font-size: clamp(2rem, 1.8vw, 100rem);
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .PostContent h2 {
    margin-top: 35px;
    font-size: 1.9rem;
  }
}
.PostContent h2::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 100%;
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
}
.PostContent h2 a {
  text-decoration: none;
}
.PostContent h3 {
  display: block;
  margin-top: 50px;
  padding: 0.75em 1em;
  padding-left: 1.5em;
  font-size: clamp(1.8rem, 1.6vw, 100rem);
  font-weight: 600;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 100px) {
  .PostContent h3 {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  .PostContent h3 {
    margin-top: 35px;
    font-size: 1.7rem;
  }
}
.PostContent h3::before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 2px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -2px;
  left: 0;
}
.PostContent h4 {
  display: table;
  margin-top: 30px;
  padding-bottom: 0.5em;
  font-size: clamp(1.6rem, 1.4vw, 100rem);
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .PostContent h4 {
    font-size: 1.5rem;
  }
}
.PostContent img {
  height: auto;
  margin-bottom: 2em;
  max-width: 100%;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .PostContent img {
    width: auto;
    border-radius: 15px;
  }
}
.PostContent p {
  margin: 0 0 2em;
}
.PostContent ul {
  margin: 0 0 2em;
}
.PostContent ul li {
  margin-left: 1em;
  list-style-type: disc;
}
.PostContent ol {
  margin: 2em 0 0;
}
.PostContent ol li {
  margin-left: 1em;
  list-style-type: decimal;
}
.PostContent table {
  width: 100%;
  margin: 0 0 2em;
  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;
  }
}
@media screen and (max-width: 767px) {
  .pagenavi .nav {
    margin: 0 10px;
  }
}
.pagenavi .nav.prev a::before {
  margin-right: 0.5em;
  font-family: "Font Awesome 6 Pro";
  content: "\f053";
  font-weight: normal;
  font-size: 1.3rem;
}
.pagenavi .nav.next a::after {
  margin-left: 0.5em;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  font-weight: normal;
  font-size: 1.3rem;
}
.pagenavi .nav a {
  display: inline-block;
  margin: 0;
  padding: 0.75em 2em;
  text-decoration: none;
  color: black;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  background-color: #f4f4f4;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .pagenavi .nav a {
    padding: 0.75em 1em;
    font-size: 1.3rem;
  }
}
.pagenavi .nav a:hover {
  opacity: 1;
  background-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;
}
.btm_pgnav .wp-pagenavi .pages {
  display: none;
}
.btm_pgnav .wp-pagenavi a,
.btm_pgnav .wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0 5px;
  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: white;
  border: 1px solid black;
}
.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: black;
  color: white;
  font-weight: normal;
  opacity: 1;
  font-weight: bold;
}

.SinglePost__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  padding: 0 5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SinglePost__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .SinglePost__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SinglePost__inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .SinglePost__inner {
    padding: 0;
  }
}
.SinglePost .PostHead {
  border-bottom: 2px solid var(--color-primary);
}
.SinglePost .PostHead__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1em;
  font-size: 1.5rem;
}
@media screen and (max-width: 100px) {
  .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 .cat a {
  display: block;
  padding: 0.25em 0.5em;
  border: 1px solid black;
  pointer-events: none;
  text-decoration: none;
  border-radius: 3px;
  color: black;
}
.SinglePost .PostHead__column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead__column {
    flex-direction: column;
    gap: 15px 0;
    align-items: flex-start;
  }
}
.SinglePost .PostHead__title {
  display: block;
  font-size: clamp(2.1rem, 2vw, 100rem);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead__title {
    font-size: 1.8rem;
  }
}
.SinglePost .PostHead .SnsIcon {
  min-width: 130px;
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead .SnsIcon {
    min-width: initial;
  }
}

.PostList__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  padding: 0 5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PostList__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .PostList__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .PostList__inner {
    padding: 0;
  }
}

.News__list--archive {
  display: table;
  min-width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .News__list--archive {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .News__list--archive {
    width: 100%;
    min-width: initial;
  }
}
.News-Detail {
  padding: 0.5em 0;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.News-Detail--archive {
  padding: 1.5em 0;
  border-bottom: 1px solid #ccc;
  gap: 0 1.5em;
}
.News-Detail__thumb {
  width: 140px;
  min-width: 140px;
}
@media screen and (max-width: 767px) {
  .News-Detail__thumb {
    min-width: 90px;
    width: 90px;
  }
}
.News-Detail__thumb a img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
  border-radius: 10px;
}
.News-Detail .PostWrap {
  display: flex;
  align-items: center;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .News-Detail .PostWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em 0;
  }
}
.News-Detail__date {
  width: 6em !important;
  min-width: 6em !important;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .News-Detail__date {
    width: auto;
    font-size: 1.2rem;
  }
}
.News-Detail__date--archive {
  width: 10em;
  font-size: 1.5rem;
}
@media screen and (max-width: 100px) {
  .News-Detail__date--archive {
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .News-Detail__date--archive {
    width: auto;
    font-size: 1.3rem;
  }
}
.News-Detail__post {
  color: black;
  font-weight: 600;
  text-decoration: none;
}
.News-Detail__post--archive {
  font-size: clamp(1.6rem, 1.2vw, 100rem);
}
.wp-block-gallery {
  margin: 0 0 2em;
  flex-wrap: nowrap !important;
  gap: 0 50px !important;
}
@media screen and (max-width: 767px) {
  .wp-block-gallery {
    flex-direction: column !important;
    gap: 25px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-gallery figure {
    width: 100% !important;
  }
}
.wp-block-gallery img {
  margin-bottom: 0;
}

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