@charset "utf-8";

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

html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd,
figure, figcaption, form, textarea, fieldset, legend, blockquote { margin:0; padding:0; border:none; }

h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:inherit; }

footer, header, hgroup, main, menu, nav, section,
article, aside, details, summary, figcaption, figure { display: block; }

table { border-collapse:collapse; border-spacing:0; }
ul, ol { padding:0; list-style:none; }

img { max-width:100%; height:auto; font-size:0; line-height:0; vertical-align:bottom; border-width:0; }

input, button, select, textarea { font:inherit; }
button { margin:0; padding:0; border:none; border-radius:0; background:none; -webkit-appearance:none; cursor:pointer; }
button:focus { outline:none; }
input[type="submit"],input[type="button"],input[type="reset"] { cursor: pointer; }

/* @base
----------------------------------------------------------*/
:root {
  --color-main: #1871b9;
  --color-main-hover: #085da3;
  --color-main-bg: #e1e0ed;
  --color-main-lite-bg: #ebf6ff;
  --color-blk: #000;
  --color-wht: #fff;
  --color-gry: rgba(0,0,0,.2);

  --color-sub: #4da683;
  --color-sub-hover: #4da683;

  --color-hilite: #fffc00;
  --color-red: #da224c;

  --icon-mail-main: url(../img/common/icon-mail-blu.svg);
  --icon-mail-wht: url(../img/common/icon-mail-wht.svg);
  --icon-arrow-main: url(../img/common/arrow-blu.svg);
  --icon-arrow-wht: url(../img/common/arrow-wht.svg);
  --icon-arrow-blk: url(../img/common/arrow-blk.svg);
  --icon-arrow-lite: url(../img/common/arrow-lite.svg);

  --font-base: 'Noto Sans JP',
  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
  "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3",
  "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  --font-serif: "游明朝", "Yu Mincho", YuMincho,
  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
  "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  --font-en: "Baskerville", "Baskerville Old Face", "Goudy Old Style", "Times New Roman", serif;;
}


html, body { height: 100%; }

html {
  font-size: 87.5%;
  background: var(--color-body-bg);
}
body {
  color: #333;
  font-family: var(--font-base);
  letter-spacing: .025em;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  -webkit-animation: loading 1.5s;
  animation: loading 1.5s;
}
@-webkit-keyframes loading {
  0%   { opacity:0; }
  100% { opacity:1; }
}
@keyframes loading {
  0%   { opacity:0; }
  100% { opacity:1; }
}

[id] { scroll-margin-top: 100px; }

a { color: var(--color-blk); text-decoration:none; }
a:not([class]) { color: var(--color-main-txt); text-decoration:underline; text-underline-offset:2px; }
a:not(.fade), .anime { transition:all .5s; }
a:not([class]):hover, a:not([class]):focus { text-decoration:none; }
a:focus { outline:none; }

/* @utility */
.font-serif {
  font-family: var(--font-serif);
  font-weight: 500;
}

.font-en {
  font-family: var(--font-en);
  letter-spacing: 0;
}

.clearfix::after { content:""; display:block; clear:both; }

.wide   { width: 100%; }

.pos-r { position:relative; }

.iblock { display:inline-block; }
.block  { display:block; }
.hide   { display:none; }

.fl-left { float:left; }
.fl-right { float:right; }

.ta-left { text-align:left; }
.ta-center { text-align:center; }
.ta-right { text-align:right; }
.ta-just { text-align:justify; }

.va-top  { vertical-align:top; }
.va-mid  { vertical-align:middle; }
.va-btm  { vertical-align:bottom; }
.va-base { vertical-align:baseline; }

.fw-mid { font-weight:500; }
.fw-bold { font-weight:bold; }

.fz-small { font-size:.85em; }
.fz-big { font-size:1.2em; }

.fs-italic { font-style:italic; }
.ws-nowrap { white-space: nowrap; }

.is-fixed { position:fixed; top:0; right:0; bottom:0; left:0; }

.link-disabled { cursor:default; pointer-events:none; opacity:0.6; }

.marker { background:linear-gradient(transparent 60%, #fff073 0%); }
.indent { padding-left:1em; text-indent:-1em; }

.li-disc, .li-decimal { padding-left:1.5em; }
.li-disc { list-style:disc; }
.li-decimal { list-style:decimal; }

.flex         { display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; }
.flex-between { -webkit-justify-content:space-between;  justify-content:space-between;  }
.flex-center  { -webkit-justify-content:center; justify-content:center; }
.flex-align-center { -webkit-box-align:center; -webkit-align-items:center; align-items:center; }

.shadow { box-shadow:0 0 3px rgba(0,0,0,0.3); }


.txt-underline { text-decoration:underline; }
.link-txt { font-weight:bold; text-decoration:underline; }
.link-txt:hover { text-decoration: none; }

.bg-common { background-color: var(--color-main-bg); }
.bg-wht { background-color: var(--color-wht); }
.bg-grad {
  background: var(--color-grad2);
  background: -moz-linear-gradient(310deg, var(--color-grad1) 0%, var(--color-grad2) 100%);
  background: -webkit-linear-gradient(310deg, var(--color-grad2) 0%, var(--color-grad1) 100%);
  background: linear-gradient(310deg, var(--color-grad1) 0%, var(--color-grad2) 100%);
}
.color-red { color: var(--color-red); }
.color-main { color: var(--color-main); }
.color-sub { color: var(--color-sub); }
.color-hilite { color: var(--color-hilite); }
.color-wht { color: #fff; }

.mark-adj {
  display: inline-block;
  margin-right: -0.65em;
}


.hv-fade { -webkit-transition:all .8s ease-out; transition:all .8s ease-out; }
.hv-fade:hover { opacity:.7; }

/* 1025px 以上  */
@media screen and (min-width: 1025px) {
  /* hover scale */
  a .hv-scale { transition:transform .5s ease-out; will-change: transform; }
  a:hover .hv-scale  { -webkit-transform: scale(1.05); transform: scale(1.05); }
}
@media screen and (min-width: 600px) {
  .txt-v {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}


/* layout ------ */
#wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 100%;
}

.wide-inner {
  max-width: 1440px;
  max-width: clamp(1180px, 90%, 1440px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.inner {
  max-width: 1380px;
  max-width: clamp(1180px, 85%, 1380px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.narrow-inner {
  max-width: 1420px;
  max-width: clamp(1180px, 85%, 1420px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
}
.inner .narrow-inner {
  max-width: 100%;
}

.narrow-fix-inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}


#main { display:block; }

.sp-kyouttop100 {
  display: none;
}


/* recaptcha */
.grecaptcha-badge {
  display: none;
}

/* 960px 以上 (PC・タブレット横) */
@media screen and (min-width: 960px) {
  .pc-none { display: none; }
}
/* 600px 以上 (PC・タブレット) */
@media screen and (min-width: 600px) {
  .sp-only { display: none; }
}

/* 1024px 以下 (タブレット横以下) */
@media screen and (max-width: 1024px) {
  .wide-inner { padding-left:8%; padding-right:8%; }
  .inner { width:96%; padding-left:40px; padding-right:40px; }

}

/* 959px 以下 (タブレット縦以下) */
@media screen and (max-width: 959px) {
  .wide-inner { padding-left:40px; padding-right:40px; }
  .inner { width:auto; }
  .pc-only { display:none; }
}

/* 599px 以下 (スマホ)  */
@media screen and (max-width: 599px) {
  body { line-height: 1.8; }
  .wide-inner { padding-left:20px; padding-right:20px; }
  .inner, .narrow-inner { padding-left:20px; padding-right:20px; }
  .inner .narrow-inner { padding-left:0; padding-right:0; }

  .sp-none { display:none; }
  .sp-only { display:block; }
}


/* @component
----------------------------------------------------------*/
/* @title ------ */
/* @secttl */
.secttl {
  min-width: 122px;
  margin-bottom: 1.5em;
  padding-top: 4.28em;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  letter-spacing: .025em;
  background: url(../img/common/diag.svg) no-repeat center top;
}
.secttl::before {
  content: attr(data-en);
  display: block;
  margin-bottom: .85em;
  line-height: 1;
  font-size: .643em;
  font-weight: 600;
  font-family: var(--font-en);
  letter-spacing: .075em;
  color: var(--color-main);
  opacity: .87;
}

/* @secttl2 */
.secttl2 {
  position: relative;
  margin-bottom: .6em;
  color: var(--color-main);
  font-size: 2.1429rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .05em;
}
.secttl2::after {
  content: attr(data-en);
  display: inline-block;
  margin-left: 1.1em;
  line-height: 1;
  font-size: .6em;
  font-weight: 600;
  letter-spacing: .075em;
  font-family: var(--font-en);
  opacity: .87;
}

/* @lead_ttl */
.lead_ttl {
  margin-bottom: .55em;
  color: var(--color-main);
  font-size: 3.2857rem;
  font-size: min(3.2857rem, 4vw);
  line-height: 1.354;
  letter-spacing: .075em;
}
.lead_ttl-en {
  margin: 0 0 .6em;
  color: var(--color-main);
  font-size: 1.2857rem;
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.4;
  opacity: .87;
}
.lead_ttl.st-wht,
.lead_ttl-en.st-wht{
  color: #fff;
}

/* @subttl */
.subttl {
  position: relative;
  margin-bottom: 1.4em;
  font-size: 1.5714rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .025em;
}
.subttl::before {
  content: attr(data-en);
  display: block;
  margin-bottom: .4em;
  padding-left: .15em;
  line-height: 1;
  font-size: .818em;
  font-weight: 600;
  letter-spacing: .075em;
  font-family: var(--font-en);
  color: var(--color-main);
  opacity: .87;
}
.subttl.st-border {
  margin-bottom: 2.2em;
  padding-bottom: 1.01em;
  border-bottom: 2px solid var(--color-main);
}

/* @subttl2 */
.subttl2 {
  margin-bottom: .5em;
  color: var(--color-main);
  font-size: 1.4286rem;
  font-weight: bold;
  line-height: 1.75;
}
.subttl2.st-border {
  padding-bottom: .85em;
  border-bottom: 1px solid var(--color-main);
}

/* @subttl3 */
.subttl3 {
  overflow: hidden;
  margin-bottom: 1em;
  color: var(--color-main);
  font-size: 1.2857rem;
  line-height: 1.4;
  font-weight: bold;
}
.subttl3 > span {
  display: inline-block;
  padding-right: 1.66em;
  position: relative;
}

.subttl3:not(.font-en) > span:before {
  content: attr(data-en);
  display: inline-block;
  margin-right: 1em;
  line-height: 1;
  font-size: .889em;
  font-weight: 600;
  letter-spacing: .075em;
  font-family: var(--font-en);
  color: var(--color-main);
  opacity: .87;
}
.subttl3 > span::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: .55em;
  width: 1500px;
  height: 1px;
  background: var(--color-main);
}

.subttl3.font-en {
  font-size: 1.1429rem;
  font-weight: 600;
  opacity: .87;
  letter-spacing: .075em;
}
.subttl3.font-en > span {
  padding-right: 1em;
}
.subttl3.font-en > span::after {
  bottom: .5em;
}

/* @subttl4 */
.subttl4 {
  position: relative;
  margin: 2.5em 0 1em;
  padding: 0 0 .6em 1.25em;
  font-size: 1.2857rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid var(--color-main);
}
.subttl4:before {
  content: "";
  position: absolute;
  left: -.3em;
  top: .05em;
  width: 1.35em;
  height: 1.35em;
  margin: auto 0;
  background: url(../img/common/icon-paral-blu.svg) no-repeat center / 100%;
}

.subttl:first-child,
.subttl3:first-child,
.subttl4:first-child {
  margin-top: 0;
}

/* @lead_txt */
.lead_txt {
  margin: 0 0 .75em;
  font-size: 1.2857rem;
  line-height: 1.556;
}

/* @button ---------- */
.c-btn,
.c-icon_btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  min-width: 160px;
  padding: .75em 3.2em .75em 2em;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  transition: all .5s;
  background: var(--color-main);
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: .92em;
  height: .93em;
  margin: auto 0 auto 1em;
  will-change: transform;
  transition: transform .5s;
  background: var(--icon-arrow-wht) no-repeat center / 100%;
}
.c-btn:hover,
a:hover .c-btn {
  background: var(--color-main-hover);
}
.c-btn:hover::after,
a:hover .c-btn::after {
  transform: translateX(.4em);
}

.c-btn.st-border {
  color: var(--color-main-txt);
  background: var(--color-body-bg);
  border: 2px solid var(--color-main);
}
.c-btn.st-border::after {
  background-image: var(--icon-arrow-main);
}
.c-btn.st-border:hover {
  color: #fff;
  background: var(--color-main);
}
.c-btn.st-border:hover::after {
  background-image: var(--icon-arrow-wht);
}

/* icon */
.c-icon_btn {
  padding-right: 2.6em  ;
}
.c-icon_btn::before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .7em;
  vertical-align: -.12em;
  transition: all .5s;
  background: no-repeat center / 100%;
}
.c-icon_btn::before,
.c-icon_btn.st-wht.icon-mail:hover::before {
  background-image: url(../img/common/icon-mail-wht.svg);
}
.c-icon_btn.st-wht.icon-mail::before {
  background-image: url(../img/common/icon-mail-org.svg);
}

/* color */

/* size */
.c-btn.st-small {
  min-width: 0;
  padding-left: 2.2em;
  padding-top: .6em;
  padding-bottom: .6em;
  font-size: .9375rem;
}
.c-btn.st-small::after {
  width: .9em;
  height: .9em;
}

/* c-btn2 */
.c-btn2 {
  position: relative;
  display: inline-block;
  min-width: 270px;
  padding: .45em 2.5em .85em 1.75em;
  text-align: center;
  font-size: 1.2143rem;
  letter-spacing: .025em;
  line-height: 1.4;
  border: 1px solid var(--color-main);
  background: #fff url(../img/common/btn-diag-r.svg) no-repeat top right /68px;
}

.c-btn2::before {
  content: attr(data-en);
  display: block;
  padding-left: .15em;
  line-height: 1;
  font-size: .8571rem;
  font-weight: 600;
  letter-spacing: .025em;
  font-family: var(--font-en);
  color: var(--color-main);
}
.c-btn2::after  {
  content: "";
  position: absolute;
  top: .35em;
  bottom: 0;
  width: .76em;
  height: .76em;
  margin: auto 0 auto 1.1em;
  will-change: transform;
  transition: transform .5s;
  background: var(--icon-arrow-main) no-repeat center / 100%;
}
.c-btn2:hover {
  background-color: var(--color-main-lite-bg);
}
.c-btn2:hover::after {
  transform: translateX(.4em);
}

/* link-arrow */
.c-link-arrow {
  position: relative;
  display: inline-block;
  padding-right: 1.3em;
  color: var(--color-main);
  font-weight: bold;
}
.c-link-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: .1em;
  bottom: 0;
  width: .95em;
  height: .95em;
  margin: auto 0;
  will-change: right;
  transition: right .5s;
  background: var(--icon-arrow-main) no-repeat center / 100%;
}
.c-link-arrow:hover::after,
a:hover .c-link-arrow::after {
  right: -.5em;
}

.c-link-arrow.st-icon-map {
  padding-left: 1.7em;
}
.c-link-arrow.st-icon-map::before {
  content: "";
  position: absolute;
  top: .1em;
  left: -.3em;
  width: 1.87em;
  height: 1.87em;
  vertical-align: -.05em;
  background: url(../img/common/icon-map-blu.svg) no-repeat center top / 100%;
}

/* @box -------- */
.c-box {
  margin-bottom: 70px;
}
.c-box-inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
.c-box-inner-top {
  padding-top: 70px;
}

.c-st_box1 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 5.7em 6em;
  background: var(--color-main-bg);
}
.c-st_box1::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(35%, 48%);
  width: 22.45%;
  padding-top: 22.45%;
  z-index: -1;
  background: url(../img/common/diag.svg) no-repeat 0 0 / 100%;
}
.c-st_box1::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  background: #fff;
}


/* @list --------- */
.c-list li {
  position: relative;
  margin: .5em 0;
  padding-left: 1.6em;
  line-height: 1.6;
}
.c-list li::before {
  content: "";
  position: absolute;
  top: .35em;
  left: 0;
  width: 1em;
  height: 1em;
  background: var(--color-main);
  border-radius: 50%;
}

.c-num_list {
  counter-reset: num;
}
.c-num_list li {
  position: relative;
  padding-left: 1em;
}
.c-num_list li::before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
}

/* @dl,tbl --------- */
/* @dl */
.c-dl_list .row > * {
  padding: 1.6em 1.32em;
  font-size: 1.1429rem;
  line-height: 1.563;
}
.c-dl_list .row > dt {
  width: 13.5rem;
  color: var(--color-main);
  font-weight: bold;
  border-bottom: 2px solid var(--color-main);
}
.c-dl_list .row > dd {
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 1.9em;
  padding-right: 0;
  border-bottom: 2px solid var(--color-gry);
}
.c-dl_list .row:first-child dt {
  border-top:  2px solid var(--color-main);
}
.c-dl_list .row:first-child dd {
  border-top:  2px solid var(--color-gry);
}

/* @tel -------- */
.g-tel {
  font-size: 1.375rem;
}
.g-tel::before {
  content: "";
  display: inline-block;
  width: .7em;
  height: .7em;
  margin-right: .35em;
  vertical-align: -.05em;
  background: url(../img/common/icon-tel-blk.svg) no-repeat center top / 100%;
}
.g-tel a {
  text-decoration: none;
}

/* @notes -------- */
.c-notes {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.c-notes-list li {
  margin: .25em 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

/* @hero img ------ */
.c-hero {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 35.19%;

}
.c-hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.wide-inner .c-hero {
  padding-bottom: 25%;
}

/* @header
----------------------------------------------------------*/
.g-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: padding .5s ease-out;
}
.g-header-logo {
  position: relative;
  width: 370px;
  max-width: 60%;
  transition: width .5s ease-out;
}
.g-header-logo::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  right: -56%;
  width: 376px;
  height: 195px;
  background: url(../img/common/header-geom.svg) no-repeat top left / 100%;
}
.g-header-logo a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 43px 40px 43px 0;
}
.g-header-logo a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100%;
  z-index: -1;
  background: #fff;
  transform: skew(-47deg);
  transition: background-color .8s;
}


.g-header-wrap {
  max-width: 1600px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

/* @gnav */
.g-nav {
  padding-top: 15px;
}
.g-nav-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
}
/* g-nav-list */
.g-nav-list {
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 1.0714rem;
}
.g-nav-list li {
  margin-left: .65em;
}
.g-nav-list a {
  position: relative;
  display: block;
  height: 100%;
  padding: .5em 1.42em;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  transition-duration: .35s;
  transition-timing-function: ease-out;
}
.g-nav-list a::before {
  content: attr(data-en);
  display: block;
  margin-bottom: .1em;
  font-family: var(--font-en);
  font-size: .8571rem;
  font-weight: bold;
  color: #1871b9;
  transition: opacity .5s;
}
.g-nav-list li.recruit a::before,
.g-footer-nav-list li.recruit a::before {
  color: #4db79f;
}
.g-nav-list li.ec a::before,
.g-footer-nav-list li.ec a::before {
  color: #eca4d4;
}

.g-nav-list a.js-dropdown {
  padding-right: 2.1em;
}
.g-nav-list a.js-dropdown::after {
  content: "";
  position: absolute;
  top: 2.1em;
  width: .92em;
  height: .93em;
  margin-left: .6em;
  transform: rotate(90deg);
  background: var(--icon-arrow-wht) no-repeat center / 100%
}

/* g-nav-sub */
.g-nav-sub {
  margin-bottom: 7px;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}
.g-nav-sub-icon li + li,
.g-nav-sub-btn  {
  margin-left: 20px;
}
.g-nav-sub-icon li {
  position: relative;
}
.g-nav-sub-icon .blk {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .5s;
}

.g-nav-sub-btn li + li {
  margin-left: 10px;
}
.g-nav-sub-btn a {
  display: block;
  min-width: 165px;
  padding: .325em 2em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background: var(--color-main) no-repeat right top;
}

.g-nav-sub-btn .recruit a {
  background-color: var(--color-sub);
  background-image: url(../img/common/btn-tri-grn-r.svg);
}
.g-nav-sub-btn .recruit a:hover {
  background-color: var(--color-sub-hover);
}

.g-nav-sub-btn .contact a {
  padding-left: 1.45em;
  padding-right: 2.65em;
  background-image: url(../img/common/btn-diag-r.svg);
}
.g-nav-sub-btn .contact a::before {
  content: "";
  display: inline-block;
  width: 1.2857em;
  height: 1.2857em;
  text-align: center;
  margin-right: .9286em;
  vertical-align: -.24em;
  background: var(--icon-mail-wht) no-repeat center / 100%;
}
.g-nav-sub-btn .contact a:hover {
  background-color: var(--color-main-hover);
}

.g-nav-list .contact {
  padding-left: 1.2em;
}
.g-nav-list .contact a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 2.5em;
  padding-right: 2.5em;
  color: #fff;
  font-weight: bold;
  border-radius: 0 0 0 20px;
  background: var(--color-grad2);
  background: -moz-linear-gradient(310deg, var(--color-grad1) 0%, var(--color-grad2) 100%);
  background: -webkit-linear-gradient(310deg, var(--color-grad2) 0%, var(--color-grad1) 100%);
  background: linear-gradient(310deg, var(--color-grad1) 0%, var(--color-grad2) 100%);
}
.g-nav-list .contact a::before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .7em;
  vertical-align: -.2em;
  background: url(../img/common/icon-mail-wht.svg) no-repeat center / 100%;
}
.g-nav-list .contact a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--color-main-hover);
  opacity: 0;
  transition: opacity .5s;
}
.g-nav-list .contact a:hover::after {
  opacity: 1;
}

/* @menu-btn */
.menu-btn {
  display: none;
}

/* @footer
----------------------------------------------------------*/
.g-footer {
  position: relative;
  padding-top: 50px;
  color: #fff;
  background: var(--color-main)
}
.g-footer a:not(.c-btn2) {
  color: #fff;
}

/* g-footer-info */
.g-footer-info {
  width: 100%;
  max-width: 386px;
  margin-right: 9.8%;
}

.g-footer-logo {
  margin-bottom: 2.2rem;
}

/* g-footer-address */
.g-footer-address {
  -webkit-box-align: baseline;
  align-items: baseline;
  font-size: 1.1429rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .075em;
}
.g-footer-address li {
  margin: .2rem 0;
}
.g-footer-address .tel {
  margin-right: 1em;
  font-size: 1.25em;
}

/* g-footer-openday */
.g-footer-openday {
  -webkit-box-align: baseline;
  align-items: baseline;
  margin: .75rem 0 .6rem;
  padding: .4em;
  font-weight: bold;
  background: rgba(255,255,255,.25);
}
.g-footer-openday li + li {
  margin-left: 1.5em;
}

/* g-footer-access */
.g-footer-access li a {
  display: block;
}
.g-footer-access li + li {
  margin-left: 1.5em;
}
.g-footer-access .access {
  width: 170px;
}
.f-icon_btn {
  position: relative;
  display: inline-block;
  padding-right: 1.5em;
  text-decoration: none;
  font-weight: bold;
}
.f-icon_btn::before {
  content: "";
  display: inline-block;
  width: 2.15em;
  height: 2.15em;
  margin-right: .75em;
  vertical-align: -.72em;
  background:  no-repeat center / 100%;
}
.f-icon_btn.icon-cal::before {
  background-image: url(../img/common/icon-calendar-wht.svg);
}
.f-icon_btn.icon-car::before {
  background-image: url(../img/common/icon-car-wht.svg);
}
.f-icon_btn.icon-map::before {
  background-image: url(../img/common/icon-map-wht.svg);
}
.f-icon_btn::after {
  content: "";
  position: absolute;
  top: .7em;
  width: .8em;
  height: .8em;
  margin-left: .5em;
  will-change: transform;
  transition: transform .5s;
  background: var(--icon-arrow-wht) no-repeat center / 100%;
}
.f-icon_btn:hover::after {
  transform: translateX(.4em);
}

/* g-footer-icon_btn */
.g-footer-icon_btn {
  margin: 2.5rem 0 2.15rem;
}
.g-footer-contact_btn {
  margin: 1rem 0;
}
.g-contact_btn a {
  display: block;
  padding-right: 2.5em;
}
.g-contact_btn .icon {
  position: relative;
}
.g-contact_btn .icon::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: .2em;
  width: 1.28em;
  height: 1.28em;
  margin-left: -3.5em;
  background: url(../img/common/icon-mail-blu.svg) no-repeat center / 100%;
}

/* g-footer-nav */
.g-footer-nav {
  width: 68%;
  max-width: 840px;
  padding-top: 6px;
  -webkit-box-flex: 1;
  flex: 1;
}
.g-footer-nav-list {
  margin-right: 3em;
  font-size: 1.0714rem;
  font-weight: bold;
  line-height: 1.2;
}
.g-footer-nav-list > li {
  position: relative;
  margin-bottom: 2.5em;
}
.g-footer-nav-list > li > a::before {
  content: attr(data-en);
  display: block;
  margin-bottom: .65em;
  line-height: 1;
  font-size: 0.8em;
  letter-spacing: .025em;
  font-family: var(--font-en);
  color: #18b3ee;
}

.g-footer-nav-list ul {
  margin-top: 1.5em;
}
.g-footer-nav-list ul li {
  position: relative;
  padding-left: 1.5em;
  font-size: 1rem;
}
.g-footer-nav-list ul li + li {
  margin-top: .75em;
}
.g-footer-nav-list ul li::before {
  content: "";
  position: absolute;
  top: .2em;
  left: .1em;
  width: .8em;
  height: .8em;
  will-change: transform;
  transition: transform .5s;
  background: var(--icon-arrow-wht) no-repeat center / 100%;
}
.g-footer-nav-list ul a {
  will-change: transform;
  transition: transform .5s;
}
.g-footer-nav-list ul a:hover {
  transform: translateX(.4em);
}


.g-footer-nav-list li:last-child {
  margin-right: 0;
}
.g-footer-nav-list a {
  display: block;
  text-decoration: none;
}

.g-footer-mark {
  margin-top: 15px;
  padding: 6px 0;
  background: #fff;

}
.g-footer-mark-list {
  flex-wrap: wrap;
  gap: 10px 1em;
  max-width: 1200px;
  background: #fff;
  justify-content: center;
}
.g-footer-mark-list > li {
  min-width: 100px;
  text-align: center;
}

/* copyright */
.g-copyright {
  margin: 0;
  padding: 0.8em 0;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.g-copyright small {
  font-size: .8571rem;
  letter-spacing: .075em;
}






/* @layout
----------------------------------------------------------*/

/* @page-head */
.page-head {
  position: relative;
  z-index: 2;
  padding-top: 126px;
}
.page-head-ttl {
  margin: 0;
  padding: 1.9em 0 1.4em;
  text-align: center;
  font-size: 2.6429rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
.page-head-ttl::before {
  content: attr(data-en);
  display: block;
  margin-bottom: .2em;
  line-height: 1;
  font-size: .649em;
  font-weight: bold;
  letter-spacing: .025em;
  font-family: var(--font-en);
  color: var(--color-main);
}
.page-head-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.page-head-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* @breadcrumb ------- */
.breadcrumb {
  padding: 1em 0;
  font-size: 0.8571rem;
  line-height: 1.4;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li, .breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: .92em;
  height: .93em;
  vertical-align: -.05em;
  margin: 0 .4em 0 .6em;
  background: var(--icon-arrow-wht) no-repeat center / 100%;
}
.breadcrumb li:last-child {
  color: #444;
  padding: .05em .61em;
  background: #fff;
}
.breadcrumb li:last-child a {
  color: #444;
}

/* @pagination */
.pagination {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 1.286rem;
}
.pagination .pager,
.pagination .prev,
.pagination .next {
  width: 2.2em;
  height: 2.1em;
  display: inline-block;
  margin: 2px;
  color: var(--color-main);
  text-align: center;
}
.pagination .pager {
  background-color: var(--color-main-bg);
}

.pagination .pager.current {
  color: #fff;
  background-color: var(--color-main);
}
.pagination .prev,
.pagination .next {
  position: relative;
  background-color: var(--color-main-bg);
}
.pagination .prev::before,
.pagination .next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/common/arrow-blu.svg) no-repeat center / .75em;
}
.pagination .prev::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.pagination .prev.is-disable,
.pagination .next.is-disable {
  cursor: default;
  pointer-events: none;
}
.pagination a:hover {
  background-color: #c8c6e4;
}

/* @local-nav */
.local-aside {
  padding-top: 70px;
  padding-bottom: 40px;
}

.local-bnr {
  max-width: 80%;
  margin: 60px auto 0;
  text-align: center;
}
.local-bnr-list > .bnr {
  width: 48.18%;
}

.local-nav {
  text-align: center;
}
.local-nav-ttl {
  margin-bottom: 1.2em;
  font-size: 1.7143rem;
}
.local-nav-list li {
  margin: 0 1em;
}
.local-nav-list a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0 2em;
  color: #000;
  font-size: 1.2857rem;
}
.local-nav-list a::before {
  font-size: .8em;
}
.local-nav-list a::after {
  content: "";
  position: absolute;
  top: .08em;
  bottom: 0;
  width: .76em;
  height: .76em;
  margin: auto 0 auto .7em;
  will-change: transform;
  transition: transform .5s;
  background: var(--icon-arrow-main) no-repeat center / 100%;
}
.local-nav-list a:hover::after {
  transform: translateX(.4em);
}


/* @effect */
[class*="effect-"],
[class*="effect-cover"]::before {
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
}

/* imgZoomOut */
.effect-imgZoomOut {
  overflow: hidden;
}
.effect-imgZoomOut img {
  opacity: 0;
  transform: scale(1.08);
  transition: opacity, .5s cubic-bezier(0.22, 0.61, 0.36, 1),
  transform .7s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.effect-imgZoomOut.on-effect img {
  opacity: 1;
  transform: scale(1);
}

/* fadeInUp */
.effect-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.effect-fadeInUp.on-effect {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.effect-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

/* fadeInRight / fadeInLeft */
.effect-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.effect-fadeInLeft.on-effect,
.effect-fadeInRight.on-effect {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* @entry-list */
.entry-list {
  margin-bottom: 20px;
}
.entry-list > li {
  position: relative;
  border-bottom: 1px solid var(--color-main-border);
}
.entry-list a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 1.5em 0;
  text-decoration: none;
  color: #000;
}


.list-thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-main);
}
.list-thumb .img {
  padding-top: 100%;
  aspect-ratio: 1/1;
}
.list-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.list-summary {
  -webkit-box-flex: 1;
  flex: 1;
  padding-top: 1.4em;
}
.list-summary .info-date {
  margin: 0 0 .5em;
  color: var(--color-main);
  font-size: 1.1429rem;
  font-weight: bold;
  line-height: 1;
  font-family: var(--font-en);
}
.list-summary .ttl {
  margin: .25em 0;
  line-height: 1.4;
}
.list-summary .excerpt {
  margin: 0;
}

/* select */
.select-custom {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  max-width: 100%;
}
.select-custom:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2em;
  z-index: 2;
  width: 1em;
  height: 1em;
  margin: auto 0;
  transform: rotate(90deg) translateX(1px);
  pointer-events: none;
  background: var(--icon-arrow-main) no-repeat center / 100%;
}
.select-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  margin-top: 1px;
  padding: .38em 1.6em;
  padding-right: 3em;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-overflow:ellipsis;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  border: 2px solid var(--color-main);
}
.select-custom select::-ms-expand {
  display: none;
}
.select-custom select:focus {
  outline: none;
  border: 2px solid #0d87eb;
  background: #fff;
}

/* @calendar */
.calendar-wrap {
  position: relative;
}
.calendar-wrap .calendar-hours {
  position: absolute;
  left: 6em;
  margin: 0;
  top: -0.1em;
}
#wrapper .xo-simple-calendar {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
#wrapper .xo-simple-calendar .calendar {
  padding: 1.2em 1.7143em 1em;
  background: var(--color-main-lite-bg);
}
#wrapper .xo-simple-calendar .calendar table.month {
  background: #fff;
}
#wrapper .xo-simple-calendar .calendar table.month caption {
  font-size: 1em;
}
#wrapper .xo-simple-calendar .calendar table.month .month-header {
  margin-bottom: .6em;
}
#wrapper .xo-simple-calendar .calendar table.month .month-header .month-title {
  color: var(--color-main);
  font-size: 1.2857rem;
  font-weight: bold;
}

#wrapper .xo-simple-calendar .calendar table.month {
  border-collapse: collapse;
}
#wrapper .xo-simple-calendar .calendar table.month thead tr {
  border-bottom: 1px solid var(--color-main);
}
#wrapper .xo-simple-calendar .calendar table.month thead th:first-child,
#wrapper .xo-simple-calendar .calendar table.month tbody td:first-child {
  padding-left: .5rem !important;
}
#wrapper .xo-simple-calendar .calendar table.month thead th:last-child,
#wrapper .xo-simple-calendar .calendar table.month tbody td:last-child {
  padding-right: .5rem !important;
}
#wrapper .xo-simple-calendar .calendar table.month tbody tr:last-child td {
  padding-bottom: .5em !important;
}
#wrapper .xo-simple-calendar .calendar table.month thead::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
}
#wrapper .xo-simple-calendar .calendar table.month th {
  padding-top: .5em !important;
  font-size: 1.0714rem;
}
.xo-simple-calendar .calendar table.month td {
  font-size: 1.1429rem;
}

#wrapper .xo-simple-calendar .calendar table.month .day>span {
  width: 1.35em;
  padding: 0.2em 0;
  border-radius: 0;
  line-height: 1;
  border-top: .2em solid #fff;
  border-bottom: .2em solid #fff;
}
#wrapper .xo-simple-calendar .calendar table.month .day:not(.sat):not(.sun) >span {
  color: #444;
}
#wrapper .xo-simple-calendar .calendar table.month .day.other {
  opacity: .5;
}
#wrapper .xo-simple-calendar .calendar table.month .month-header button {
  font-size: 1.5em;
}

#calendar .xo-simple-calendar .calendars-footer {
  margin: 0 0 1.4em;
  order: -1;
}
#wrapper .xo-simple-calendar .calendars-footer ul.holiday-titles .title {
  font-size: 1rem;
  color: #000;
}
#calendar .xo-simple-calendar .calendars-footer ul.holiday-titles .title {
  font-weight: bold;
}
#wrapper .xo-simple-calendar .calendars-footer ul.holiday-titles .mark {
  border-radius: 0;
}


/* @calendar modal */
.page-template-template-modal #wpadminbar {
  display: none;
}
html:has(> body.page-template-template-modal) {
  margin-top: 0 !important;
}
.page-template-template-modal #wrapper {
  width: 100%;
}
.page-template-template-modal:has( .xo-simple-calendar) {
  height: 100%;
}
.page-template-template-modal main {
  height: 100%;
}
.modal-content {
  padding: 2.5em
}
.modal-content .xo-simple-calendar {
  max-width: 400px;
  margin: 0 auto;
}
#calendar .modal-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}
.modal-content .narrow-inner {
  padding-left: 0;
  padding-right: 0;
}
#calendar .ttl {
  margin-bottom: .75em;
  color: var(--color-main);
  font-weight: bold;
}


/* @404 */
.notfound-content .btn {
  margin-top: 3em;
}


/* レスポンシブ
----------------------------------------------------------*/
/* 960px 以上 */
@media screen and (min-width: 960px) {

  /* @gnav */
  /* g-nav-child */
  .g-nav-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 0;
    z-index: -1;
    display: none;
    padding: 150px 40px 2.6em;
    text-align: center;
    background: #fff;
  }

  .g-nav-child-ttl,
  .g-nav-child-list {
    opacity: 0;
    transform: translateY(-15px);
    transition: opacity .5s ease-out .4s,
    transform .5s ease-out .4s;
  }
  .g-nav-child-ttl {
    margin-bottom: 1.2em;
    font-size: 1.7143rem;
  }

  .g-nav-child-list li {
    margin: 0 1em;
  }
  .g-nav-child-list a {
    padding: 0 2em;
    color: #000;
    font-size: 1.2857rem;
  }
  .g-nav-child-list a::before {
    font-size: .8em;
  }
  .g-nav-child-list a::after {
    content: "";
    position: absolute;
    top: .08em;
    bottom: 0;
    width: .76em;
    height: .76em;
    margin: auto 0 auto .7em;
    will-change: transform;
    transition: transform .5s;
    background: var(--icon-arrow-main) no-repeat center / 100%;
  }
  .g-nav-child-list a:hover::after {
    transform: translateX(.4em);
  }

  .g-nav-sub-icon img {
    transition: filter .5s;
  }

  /* mega menu */
  .is-mega-open .g-nav-list a {
    color: #000;
  }
  .is-mega-open .g-nav-list > li > a::before {
    opacity: 0;
  }
  .is-mega-open .g-nav-sub-icon img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(9%) hue-rotate(223deg) brightness(101%) contrast(99%);
  }
  .is-mega-open .g-nav-list a.js-dropdown::after {
    filter: brightness(0) saturate(100%) invert(35%) sepia(64%) saturate(7315%) hue-rotate(194deg) brightness(92%) contrast(81%);
  }
  .is-child-menu-open .g-nav-child-ttl {
    opacity: 1;
    transform: translateY(0);
  }
  .is-child-menu-open .g-nav-child-list {
    opacity: 1;
    transform: translateY(0);
  }


}

@media screen and (max-width: 1200px) {
  /* @component
  ----------------------------------------------------------*/
  /* @c-tbl */
  .c-tbl  {
    font-size: 1rem;
  }

  /* @header
  ----------------------------------------------------------*/
  .g-header-logo {
    width: 200px;
  }
  .g-header-logo a {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .g-header-logo .logo {
    width: 130px;
  }
  .g-header-logo .kyoto_top100 {
    width: 40px;
  }
  .g-header-logo::after {
    right: -80%;
    width: 260px;
    height: 136px;
  }

  .g-nav {
    padding-top: 10px;
    font-size: .9375rem;
  }
  .g-nav-sub {
    margin-bottom: 0;
  }
  .g-nav-list a {
    padding-left: 1em;
    padding-right: 1em;
  }

  /* @footer
  ----------------------------------------------------------*/
  .g-footer-nav {
    gap: 3em;
  }
  .g-footer-nav-list {
    margin-right: 0;
  }


}

/* 959px 以下 (タブレット縦以下) */
@media screen and (max-width: 959px) {
  /* @component
  ----------------------------------------------------------*/

  /* @title ---------- */
  /* @secttl ------ */
  .secttl {
    font-size: 1.8rem;
    background-size: 4.2em;
  }
  .secttl::after {
    margin-top: 1em;
  }

  /* @lead_ttl ------ */


  /* @subttl ------ */
  .subttl {
    font-size: 1.7rem;
  }

  /* @subttl2 ------ */
  .subttl2 {
    font-size: 1.4rem;
  }

  /* @subttl3 */
  .subttl3 {
    font-size: 1.25rem;
  }

  /* @subttl4 */
  .subttl4 {
    font-size: 1.125rem;
  }
  /* @dl,tbl --------- */
  /* @c-tbl */
  .c-tbl th:first-child {
    width: 12em;
    border-radius: 10px 0 0 0;
  }
  .c-tbl-wrap table {
    max-width: 1000px;
  }
  .c-tbl td {
    padding: .5em 1.2em;
  }

  /* sp-tbl-scroll */
  .c-tbl.sp-tbl-block tr {
    box-shadow: 0 1px 10px rgba(0,0,0, .03);
  }
  .c-tbl.sp-tbl-block tr > * {
    display: block;
    width: 100%;
  }
  .c-tbl.sp-tbl-block td {
    padding-top: 1em;
    padding-bottom: 1.2em;
    border-radius: 0 0 10px 0;
  }
  .c-tbl.sp-tbl-block tbody th:first-child {
    width: 100%;
    text-align: left;
    border-radius: 10px 0 10px 0;
  }

  /* sp-tbl-scroll */
  .c-tbl-wrap.sp-tbl-scroll {
    position: relative;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-top: 1.5em;
  }
  .c-tbl-wrap.sp-tbl-scroll::before {
    content: "横にスクロールしてご覧ください →";
    position: sticky;
    top: 0;
    left: 0;
    font-size: .875rem;
  }
  .c-tbl-wrap.sp-tbl-scroll table {
    table-layout: auto;
    margin-top: 0;
  }

  /* @dl */
  .dl-tbl .row {
    display: block;
  }
  .dl-tbl .row > * {
    width: 100%;
  }
  .dl-tbl .row dt {
    margin-bottom: .5em;
  }

  /* @box ---- */
  .c-box-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .c-st_box1 {
    padding: 4em;
  }

  /* @header
  ----------------------------------------------------------*/
  .g-header-wrap {
    padding-left: 24px;
    padding-right: 0;
  }
  .g-header-logo {
    position: relative;
    z-index: 9999;
  }
  .g-header-logo::after {
    right: -46%;
    width: 180px;
    height: 92px;
  }
  .g-header-logo a {
    padding-top: 1.166em;
    padding-bottom: 1.166em;
  }
  .g-header-logo .kyoto_top100 {
    mix-blend-mode: multiply;
  }

  .is-open .g-header-logo a::after {
    background-color: var(--color-main);
  }
  .is-open .g-header-logo .logo {
    filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(1032%) hue-rotate(233deg) brightness(111%) contrast(100%);
  }
  .is-open .g-header-logo .kyoto_top100 {
    opacity: 0;
  }

  /* @menu-btn */
  .menu-btn {
    display: block;
    width: 55px;
    margin-left: 15px;
    padding: 15px 15px 12px;
    cursor: pointer;
    z-index: 99999;
    background: var(--color-main);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .g-header-member .menu-btn {
    margin-top: 8px;
  }
  .menu-btn:focus-visible {
    outline: auto;
  }

  .menu-bar {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    transition: background-color 10ms 300ms ease;
    background: #fff;
  }
  .menu-bar::before,
  .menu-bar::after {
    content: "";
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    height: 2px;
  }

  .menu-bar::before {
    top: -6px;
  }
  .menu-bar::after {
    top: 6px;
  }

  .menu-btn.is-open .menu-bar {
    background-color: transparent;
  }
  .menu-btn.is-open .menu-bar::before,
  .menu-btn.is-open .menu-bar::after {
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    top: 0;
  }

  .menu-btn.is-open .menu-bar::before {
    transform: rotate(45deg);
  }
  .menu-btn.is-open .menu-bar::after {
    transform: rotate(-45deg);
  }

  /* @gnav */
  .g-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding-top: 0;
    z-index: 999;
    margin: 0;
    font-size: 1rem;
    overflow: hidden;
    background: var(--color-main);

    transition: transform .8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transform: translate3d(0, 110%, 0);
    will-change: transfrom;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
  }
  .g-nav.is-open {
    transform: translate3d(0, 0, 0);
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }
  .g-nav.is-open.is-close {
    transform: translate3d(0, -100%, 0);
  }

  .g-nav-wrap {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 90px 20px 30px;
    transform: translateY(-90%);
    transition: transform .7s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transfrom;
  }
  .g-nav-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    min-height: 700px;
    background: url(../img/common/gnav_sp-bg.jpg) no-repeat center bottom / 100% ;
  }

  .g-nav.is-open .g-nav-wrap {
    transform: translateY(0);
  }
  .g-nav.is-open.is-close .g-nav-wrap {
    transform: translateY(90%);
  }

  .g-nav-inner {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: none;
    padding-bottom: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }

  /* gnav-list */
  .g-nav-list {
    display: block;
    font-size: 1.2857rem;
  }
  .g-nav-list li {
    margin-left: 0;
    margin-bottom: .5em;
  }
  .g-nav-list a {
    position: relative;
    display: block;
    padding: .35em 0;
    text-align: left;
  }
  .g-nav-list > li > a::before {
    color: #18b3ee;
  }

  .g-nav-list a.js-dropdown::after {
    top: 1.86em;
    width: 1rem;
    height: 1rem;
  }


  /* g-nav-child */
  .g-nav-child {
    display: none;
  }
  .g-nav-child-ttl {
    display: none;
  }
  .g-nav-child-list {
    display: block;
    margin: .5em 0;
    padding-left: 1em;
  }
  .g-nav-child-list li + li {
    margin-top: .25em;
  }
  .g-nav-child-list a {
    padding: 0;
    padding: .1em 0;
    font-size: .944em;
  }

  /* g-nav-sub-btn */
  .g-nav-sub-btn {
    display: none;
  }
  .g-nav .g-nav-sub-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-self: flex-end;
    margin-bottom: 20px;
  }
  .g-nav .g-nav-sub-icon li + li {
    margin-left: 0;
    margin-top: 20px;
  }

  .g-header-contact_btn {
    width: 100%;
    margin: 1.5em 0;
  }


  /* @footer
  ----------------------------------------------------------*/
  .g-footer {
    position: relative;
  }
  .g-footer-wrap {
    display: block;
  }
  .g-footer-info {
    margin-left: auto;
    margin-right: auto;
  }
  .g-footer-nav {
    margin-top: 3rem;
    width: 100%;
  }

  .g-footer-mark-list {
    flex-wrap: wrap;
  }
  .g-footer-mark-list li {
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
  }
  .g-footer-mark-list li img {
    width: auto;
    height: 60px;
  }

  /* @layout
  ----------------------------------------------------------*/

  /* @page-head */
  .page-head {
    padding-top: 100px;
  }
  .page-head-ttl {
    padding: 1.2em 0 1em;
    font-size: 2.2rem;
  }

  .g-bnr-area-item {
    width: 80%;
    margin: 1rem 0;
  }

  .list-summary .ttl {
    font-size: 1rem;
  }

  /* @local */
  .local-nav-list li {
    width: 24%;
    margin: 0;
  }
  .local-nav-list a {
    padding: 0;
  }

}

/* 599x 以下 (スマホ)  */
@media screen and (max-width: 599px) {

  /* @header
  ----------------------------------------------------------*/
  /* .g-header-logo {
    width: 200px;
  }
  .g-header-logo::after {
    right: -46%;
    width: 180px;
    height: 92px;
  } */

  /* @gnav */
  .g-nav-list .contact a {
    display: block;
  }

  /* @footer
  ----------------------------------------------------------*/
  .g-footer-openday {
    text-align: center;
  }
  .g-footer-openday li {
    margin: 5px 0;
  }

  .g-footer-info {
    max-width: 100%;
  }
  .g-footer-logo {
    text-align: center;
  }
  .g-footer-address {
    font-size: 3.65vw;
  }

  .g-footer-nav {
    gap: 0;
  }
  .g-footer-nav-list {
    display: contents;
  }
  .g-footer-nav-list > li {
    width: 49%;
  }
  .g-footer-nav-list > li.contact {
    width: 100%;
  }

  .g-footer-mark {
    padding: 6px 0 15px;
  }
  .g-footer-mark-list {
    gap: 10px 8px;
  }
  .g-footer-mark-list li img {
    height: 53px;
  }

  .g-footer-mark-list > li {
    min-width: 0;
  }

  /* @Component
  ----------------------------------------------------------*/
  /* @title ----- */

  /* @secttl */
  .secttl {
    font-size: 1.75rem;
  }
  .secttl:after {
    font-size: .8rem;
  }

  /* @lead_ttl */
  .lead_ttl {
    font-size: 6.9vw;
  }
  .lead_ttl-en {
    font-size: 1rem;
  }

  /* @subttl */
  .subttl {
    font-size: 1.5rem;
  }
  .subttl.st-border {
    margin-bottom: 2em;
  }

  /* @subttl2 */
  .subttl2 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  /* @subttl3 */
  .subttl3 {
    font-size: 1.2rem;
  }

  /* @subttl4 */

  /* @lead_txt */
  .lead_txt {
    font-size: 1.2rem;
  }

  /* @button ---------- */

  /* @box -------- */
  .c-box {
    margin-bottom: 60px;
  }
  .c-box-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-box-inner-top {
    padding-top: 60px;
  }

  .c-st_box1 {
    padding: 3em;
  }
  .c-st_box1::before {
    transform: translate(35%, 38%);
    width: 40%;
    padding-top: 40%;
  }


  /* @dl,tbl --------- */
  .c-dl_list .row > * {
    padding: 0;
  }
  .c-dl_list .row dt {
    width: 100%;
    padding: 1.5em 0 .75em;
    border-bottom: none;
  }
  .c-dl_list .row > dd {
    border-bottom: 2px solid var(--color-main);
  }
  .c-dl_list .row > dd {
    padding-left: 0;
    padding-bottom: 1.5em;
  }
  .c-dl_list .row:first-child dd {
    border-top: none;
  }



  /* @layout
  ----------------------------------------------------------*/
  /* page-head */
  .page-head-ttl {
    padding: .4em 0 1em;
    font-size: 1.75rem;
  }

  /* @breadcrumb ------- */
  .breadcrumb {
    font-size: 10px;
  }

  /* @g-bnr-area */
  .g-bnr-area {
    margin: 40px 0 34px;
  }
  .g-bnr-area-item {
    width: 100%;
    margin: 10px 20px;
  }
  .g-bnr-area-item .label {
    bottom: 8px;
    font-size: 1.35rem;
    min-width: 200px;
    border-radius: 0 10px 0 0;
  }
  .g-bnr-area-item a::before {
    width: 38px;
    height: 38px;
  }

  /* @local */
  .local-bnr {
    max-width: 100%;
  }
  .local-nav-list {
    justify-content: space-between;
  }
  .local-nav-list li {
    width: 49%;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--color-main);
  }
  .local-nav-list a {
    padding: .25em 1em .25em .5em;
    font-size: 1.125rem;
  }
  .local-nav-list a::after {
    right: 0;
    margin-left: 0;
  }
  .local-bnr-list > .bnr {
    width: 100%;
    margin-top: 1rem;
  }

  /* @pagination */
  .pagination {
    font-size: 1.143rem;
  }
  .pagination .pager,
  .pagination .prev,
  .pagination .next {
    width: 1.95em;
    height: 2em;
    padding: .05em 0 0;
  }

}
