@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; appearance:none; cursor:pointer; }
button:focus { outline:none; }
input[type="submit"],input[type="button"],input[type="reset"] { cursor: pointer; }

/* @base
----------------------------------------------------------*/
:root {
  --color-main: #1e57a7;
  --color-main-hover: #154b97;
  --color-main-lite: #e3efff;
  --color-main-text: #0a17a5;
  --color-main-bg: #f8f3ec;
  --color-sub: #f0e151;
  --color-sub-hover: #e3d01a;
  --color-gry: #dee2e6;

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

  --icon-arrow : url(../img/common/arrow-blu.svg);
  --icon-mail : url(../img/common/icon-mail.svg);
  --icon-map : url(../img/common/icon-map-blu.svg);

  --inner-pd: 50px;
  --header-h: 110px;
  --fz-base: 1rem;
  --fz-l: 1.125rem;
  --fz-s: 0.875rem;
  --lh-base: 1.8;

  --inner-min: 1100px;
  --inner-max: 1300px;
  --content-overflow: calc(50% - max(50vw, calc(var(--inner-min) / 2)));

  --font-base: 'Noto Sans JP',
  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
  "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3",
  "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  --font-en: "Source Sans 3", sans-serif;
}


html, body { height: 100%; }

html {
  font-size: min(100%, 20px);
  background: #fff;
}
body {
  color: #000;
  font-family: var(--font-base);
  letter-spacing: .1em;
  line-height: var(--lh-base);
  -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;
  font-optical-sizing: auto;
  -webkit-animation: loading 1.5s;
  animation: loading 1.5s;
}
@-webkit-keyframes loading {
  0%   { opacity:0.01; }
  100% { opacity:1; }
}
@keyframes loading {
  0%   { opacity:0.01; }
  100% { opacity:1; }
}

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

a { color: var(--color-main-text); text-decoration:none; }
a:not([class]) { 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; }

.c-link { color: var(--color-main); text-decoration: underline; }
.c-link:hover { text-decoration: none; }

/* @utility */
.font-sans {
  font-family: var(--font-sans);
}
.font-en {
  font-family: var(--font-en);
  font-style: italic;
  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-justify { 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 { padding-left: 1em; }
.li-disc > li { position: relative; text-indent: -1em; }
.li-disc > li + li { margin-top: .25em; }
.li-disc > li::before { content: "・";}
.li-decimal { list-style:decimal; padding-left:1.5em; }

.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; }

.txt-vert {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.bg-common { background-color: var(--color-main-bg); }
.bg-wht { background-color: var(--color-wht); }
.color-red { color: var(--color-red); }
.color-main { color: var(--color-main); }
.color-hilite { color: var(--color-hilite); }
.color-wht { color: #fff; }


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

a[href^="tel:"] { color: inherit; text-decoration: none; }

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

@media screen and (min-width: 767px) {
  a[href^="tel:"] { pointer-events: none; cursor: default; }
}

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

.wide-inner {
  padding-inline: var(--inner-pd);
}
.inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: var(--inner-pd);
}
.narrow-inner {
  max-width: 940px;
  margin-inline: auto;
}

#main { display:block; }


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


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

/* 960px 以下 (タブレット縦以下) */
@media screen and (max-width: 960px) {
  .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; }
}


/* @effect */
.effect-blur {
  filter: blur(10px);
  transition: filter 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: filter;
}
.effect-blur.on-effect {
  filter: blur(0);
}

.effect-imgFadeInUp {
  overflow: hidden;
}
.effect-imgFadeInUp img {
  opacity: 0;
  transform: translateY(-10%);
  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-imgFadeInUp.on-effect img {
  opacity: 1;
  transform: translateY(0);
}

.effect-zoomOut {
  transform: scale(1.3);
  will-change: transform;
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.effect-zoomOut.on-effect {
  transform: scale(1);
}

/* @loading */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-main-bg_lite);
  transition: opacity .8s ease-in-out, visibility .8s ease-in-out;
}
#loading.hidden {
  opacity: 0;
  visibility: hidden;
}
.loading-con {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 5%;
  transition: opacity .5s ease-in-out, filter .5s ease-in-out;
}
.loading-con.hidden {
  opacity: 0;
  filter: blur(10px);
}




/* @component
----------------------------------------------------------*/
/* @title ------ */
/* @secttl */
.c-secttl1 {
  position: relative;
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .1em;
}
.c-secttl1::before {
  content: attr(data-en);
  display: block;
  margin-bottom: .2em;
  color: var(--color-main-text);
  font-size: 1.1em;
  font-weight: 300;
  font-family: var(--font-en);
  font-style: italic;
  line-height: .8;
  letter-spacing: .1em;
}

/* @main_lead */
.c-main_lead {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto 1em;
  padding: 1.2em 2em;
  color: var(--color-main-text);
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  border: 6px solid var(--color-sub);
  border-radius: 100vmax;
}
.c-main_lead::after {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: 2em;
  right: 2em;
  z-index: -1;
  background: #fff;
}


/* @lead */
.c-lead {
  margin-block: 0 1.1em;
  color: var(--color-main-text);
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.667;
}


/* @button ---------- */
.c-btn {
  position: relative;
  display: inline-block;
  min-width: 11em;
  padding: .58em 1.5em;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 1.5em;
  border: 1px solid var(--color-main);
  transition: all .5s;
  background: #fff;
}
.c-btn._arrow:not(._back) {
  padding-right: 2.8em;
}
.c-btn._arrow._back {
  padding-left: 2.8em;
}
.c-btn._arrow::after {
  content: "";
  position: absolute;
  right: 1.3em;
  top: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto 0;
  background: var(--icon-arrow) no-repeat center / 100%;
  transition: right .3s ease-in-out;
}
.c-btn._arrow._back:after {
  right: auto;
  left: 1.3em;
  transform: scale(-1, 1);
  transition: left .3s ease-in-out;
}
a:hover .c-btn,
.c-btn:hover {
  background: var(--color-main-lite);
}
a:hover .c-btn._arrow:not(._back)::after,
.c-btn:not(.back):hover::after {
  right: 1em;
}
a:hover .c-btn._arrow._back::after,
.c-btn:hover._arrow._back::after {
  left: 1em;
}
.c-btn .icn {
  font-size: 1em;
  margin-right: .8em;
  vertical-align: -.3em;
}

.c-btn._color-blu {
  color: #fff;
  background: var(--color-main);
}
.c-btn._color-blu:hover {
  background: var(--color-main-hover);
}
.c-btn._color-yel {
  background: var(--color-sub);
  border-color: var(--color-sub);
}
.c-btn._color-yel:hover {
  background: var(--color-sub-hover);
}

/* txt_btn */
.c-txt_btn {
  display: inline-block;
  color: #000;
  font-size: var(--fz-s);
  font-weight: bold;
  text-decoration: none;
}
.c-txt_btn::after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: .5em;
  vertical-align: -.25em;
  background: var(--icon-arrow) no-repeat center / 100%;
  transition: transform .3s ease-out;
}
.c-txt_btn:hover::after {
  transform: translateX(.5em);
}
.c-txt_btn.font-en {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .1em;
  color: var(--color-main-text);
}
.c-txt_btn.font-en::after {
  vertical-align: -.15em;
}

/* link_txt */
.c-link_txt {
  text-decoration: none;
}
.c-link_txt::after {
  content: "";
  display: inline-block;
  width: .85em;
  height: .85em;
  vertical-align: -.12em;
  margin-left: .5em;
  background: var(--icon-arrow-wht) no-repeat center / 100%;
  transition: transform .3s ease-out;
}
a:hover .c-link_txt::after,
.c-link_txt:hover::after {
  transform: translateX(.3em);
}

/* link_gmap */
.c-link_gmap {
  position: relative;
  display: inline-block;

  padding-left: 1.6em;
  color: #000;
  text-decoration: underline;
  text-underline-offset: .5em;
}
.c-link_gmap::before {
  content: "";
  position: absolute;
  top: .15em;
  left: 0;
  width: 1.389em;
  height: 1.389em;
  background: var(--icon-map) no-repeat center / 100%;
}
.c-link_gmap:hover {
  text-decoration: none;
}

/* @guide-btn */
.c-guide-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.5rem;
  gap: 10px 1em;
  text-align: center;
}
.c-guide-btn .msg {
  margin-block: 0 .8em;
  width: 100%;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.556;
}

/* @tel -------- */
.c-tel {
  font-size: 1.2857rem;
  text-decoration: none;
  line-height: 1.2;
  font-size: .8125rem;
  font-weight: bold;
  text-align: center;
}
.c-tel-num {
  display: block;
  margin-bottom: .3em;
  font-size: 1.222em;
  letter-spacing: .1em;
  font-size: 1.615em;
}

/* @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%;
}

/* @dl -------- */
.c-dl {
  line-height: 1.6;
}
.c-dl dt {
  margin-bottom: .15em;
  font-weight: bold;
}
.c-dl dt:not(:first-child) {
  margin-top: .7em;
}

.c-dl_tbl {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.444;
  border-top: 2px dashed var(--color-gry);
}
.c-dl_tbl > .row {
  display: grid;
  grid-template-columns: 222px 1fr;
  gap: 1.667em;
  padding-block: .88em;
  border-bottom: 2px dashed var(--color-gry);
}
.c-dl_tbl > .row > dt {
  padding-left: 1.667em;
  color: var(--color-main);
  font-weight: bold;
}
.c-dl_tbl > .row > dd {
  padding-right: 1.667em;
}
.c-dl_tbl .ttl {
  margin-block: 1em .25em;
}
.c-dl_tbl .c-link_gmap {
  margin-left: 1em;
}



/* @404 */
.l-contents._404 {
  padding-bottom: 100px;
}
.l-contents._404 .ttl {
  font-size: 1.25rem;
  font-weight: bold;
}
.l-contents._404 .btn {
  margin-top: 2em;
}


/* @header
----------------------------------------------------------*/
.l-header {
  position: relative;
  z-index: 999;
  padding-top: 34px;
  padding-bottom: 20px;
}
.l-header-wrap {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.l-header-logo {
  margin-right: 20px;
  flex: 1;
}

.l-header-info {
  display: flex;
  align-items: center;
  gap: 30px;
}
.l-info_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.l-info_btn a {
  display: inline-block;
  min-width: 11em;
  padding: .64em 1em .62em;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 1.5em;
  background: var(--color-sub);
}
.l-info_btn a:hover {
  background: var(--color-sub-hover);
}
.l-info_btn .icn {
  font-size: 1em;
  margin-right: .8em;
  vertical-align: -.3em;
}
.l-info_btn .product a {
  color: #fff;
  background: var(--color-main);
}
.l-info_btn .product a:hover {
  background: var(--color-main-hover);
}
.l-info_btn .contact a {
  padding-left: 1.9em;
  padding-right: 1.9em;
}

/* @gnav */
.l-nav {
  padding-left: 2em;
}
.l-nav-list {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin: 0 auto;
}
.l-nav-list a {
  position: relative;
  display: block;
  padding: .5em .5em;
  color: #000;
  font-weight: bold;
  font-size: var(--fz-l);
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  transition-duration: .35s;
  transition-timing-function: ease-out;
}
.l-nav-list a::before {
  content: attr(data-en);
  display: block;
  margin-bottom: .1em;
  font-family: var(--font-en);
  font-style: italic;
  font-size: 1.222em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .1em;
  color: var(--color-main-text);
  transition: opacity .5s;
}
.l-nav-list > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0px;
  height: 3px;
  margin: 0 auto;
  border-radius: 2px;
  background: var(--color-sub);
  transition: width .3s ease-out;
}

.l-nav-list > li:hover > a::after,
.l-nav-list > li > a.is-current::after {
  width: 100%;
}

.l-nav-info_btn {
  display: none;
}

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


/* @footer
----------------------------------------------------------*/
.l-footer {
  padding-top: 28px;
  color: #fff;
  background: var(--color-main);
}
.l-footer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-footer-info {
  width: 300px;
  max-width: 32%;
  margin-right: 2em;
  padding-top: 10px;
  letter-spacing: .05em;
}
.l-footer-logo a {
  display: block;
  padding: 24px;
  text-align: center;
  background: #fff;
}
.l-footer-info_address {
  margin-bottom: .75em;
  font-weight: 500;
}

.l-footer-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.l-footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 3.5em;
  font-size: .875rem;
}
.l-footer-nav-list a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.l-footer-nav-list a:hover {
  color: var(--color-sub);
}

.l-footer-info_btn {
  margin-top: 110px;
}
.l-nav-info_btn .product a,
.l-footer-info_btn .product a {
  color: var(--color-main);
  background: #fff;
}
.l-nav-info_btn .product a:hover,
.l-footer-info_btn .product a:hover {
  background: var(--color-main-bg);
}

/* copyright */
.l-copyright {
  width: 100%;
  margin: 0;
  padding: 0 0 1em;
  text-align: right;
}
.l-copyright a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .1em;
}
.l-copyright a:hover {
  color: var(--color-sub);
}
.l-copyright small {
  display: block;
  margin-top: .5em;
  font-size: .875rem;
  letter-spacing: .1em;
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}


/* @layout
----------------------------------------------------------*/
/* @contents */
.l-contents {
  padding-bottom: 40px;
}
.l-contents.l-col2 {
  display: grid;
  grid-template-columns: 1fr 210px;
  gap: 40px;
}


/* @page-head */
.l-page_head {
  position: relative;
  font-size: 1.75rem;
  margin-bottom: 1.964em;
}

.l-page_head-ttl  {
  position: relative;
  padding-bottom: 1.3em;
  background: #3fbde3;
}
.l-page_head-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10px;
  width: 290px;
  max-width: 30%;
  background: url(../img/title/line.svg) no-repeat left center;
}
.l-page_head-ttl-label {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 1.8em;
  color: var(--color-main-text);
  text-align: center;
  font-weight: bold;
  line-height: 2.7;
  letter-spacing: .1em;
}
.l-page_head-ttl-label::before {
  content: attr(data-en);
  display: block;
  color: #fff;
  line-height: .72;
  font-size: 3.214em;
  font-family: var(--font-en);
  font-weight: 200;
  font-style: italic;
  letter-spacing: .1em;
  speak: none;
}
.l-page_head-img {
  margin-top: -2.5em;
}
.l-page_head-img-frame {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  width: 325px;
  margin: 0 auto;
  border: 8px solid var(--color-sub);
  border-radius: 20px;
  transform: skew(-7deg);
  background: var(--color-sub);
}
.l-page_head-img-frame img {
  transform: skew(7deg) scale(1.06);
}


/* @breadcrumb ------- */
.l-breadcrumb {
  margin-bottom: 2.6em;
  line-height: 1.4;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
.l-breadcrumb ul {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0;
}
.l-breadcrumb li {
  display: inline;
  font-size: .75rem;
}
.breadcrumb li, .l-breadcrumb a {
  color: var(--color-blk);
  text-decoration: none;
}
.l-breadcrumb li:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin-inline: .5em;
}
.l-breadcrumb a:hover {
  text-decoration: underline;
}



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

}

/* 960px 以下 */
@media screen and (max-width: 960px) {
  /* @base
  ----------------------------------------------------------*/
  :root {
    --inner-pd: 25px;
    --inner-min: 320px;
  }

  /* @component
  ----------------------------------------------------------*/
  /* @title */
  /* @secttl2 */
  .c-secttl2 {
    font-size: 2.2rem;
  }

  /*  @dl -------- */
  .c-dl_tbl > .row {
    padding-inline: .85em;
    grid-template-columns: 1fr;
    row-gap: .5em;
  }
  .c-dl_tbl > .row > dt {
    padding-left: 0;
  }
  .c-dl_tbl > .row > dd {
    padding-right: 0;
  }

  /* @header
  ----------------------------------------------------------*/
  .l-header {
    padding: 0;
  }
  .l-header-wrap {
    padding: 30px var(--inner-pd);
    margin-bottom: 0;
    background: #fff;
  }
  .l-header-info {
    gap: 20px;
  }
  .l-header-info_sns {
    padding-top: 4px;
  }
  .l-header-info_btn {
    display: none;
  }


  /* @menu-btn */
  .menu-btn {
    position: relative;
    width: 52px;
    height: 50px;
    padding: 19px 9px 10px;
    cursor: pointer;
    z-index: 99999;
    border-radius: 8px;
    background: var(--color-main);
  }
  .menu-btn:focus-visible {
    outline: auto;
  }

  .menu-btn,
  .menu-btn span {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .menu-bar {
    position: relative;
    display: block;
    height: 1px;
    margin: 0 auto;
    transition: background-color .5s ease;
    background: var(--color-sub);
  }
  .menu-bar::before,
  .menu-bar::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #fff;
  }

  .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 {
    transform: translateY(6px) rotate(-30deg);
  }
  .menu-btn.is-open .menu-bar::after {
    transform: translateY(-6px) rotate(30deg);
    background: var(--color-sub);
  }

  .menu-label {
    position: relative;
    display: inline-block;
    margin-top: 13px;
    font-size: 11px;
    font-family: var(--font-en);
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .1em;
    color: #fff;
  }


  /* @gnav */
  .l-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: block;
    margin: 0;
    padding: 0;
    background: var(--color-main);
    transition: all .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    opacity: 0;
    visibility: hidden;
    padding-top: 110px;
    color: #fff;
  }
  .l-nav.is-open {
    opacity: 1;
    visibility: visible;
  }

  .l-nav-wrap {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
    padding: 20px var(--inner-pd) 180px;
  }
  .l-nav-list {
    flex-direction: column;
    gap: .6em;
    margin-bottom: 1.2em;
  }
  .l-nav-list a::before,
  .l-nav-list a {
    color: #fff;
  }
  .l-nav-list a::before {
    font-size: .875rem;
  }
  .l-nav-list a {
    font-size: 1.0625rem;
    letter-spacing: .025em
  }

  .l-nav-info_btn {
    display: flex;
    max-width: 194px;
    margin: 0 auto 1.2em;
  }
  .l-nav-info_btn {
    font-size:0.9375rem;
  }

  .l-info_btn {
    flex-direction: column;
  }
  .l-info_btn .icn {
    vertical-align: -.38em;
  }
  .l-info_btn a {
    display: block;
  }

  .l-nav-tel a {
    color: #fff;
  }
  .l-nav-tel {
    font-size: 13px;
  }


  /* @footer
  ----------------------------------------------------------*/
  .l-footer-wrap {
    display: block;
  }
  .l-footer-info {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2em;
    text-align: center;
  }

  .l-footer-nav {
    align-items: center;
  }
  .l-footer-nav-list {
    justify-content: center;
  }
  .l-footer-info_btn {
    margin-top: 2em;
  }
  .l-copyright {
    margin-top: 3em;
    text-align: center;
  }

  /* @layout
  ----------------------------------------------------------*/
  /* @contents */
  .l-contents.l-col2 {
    grid-template-columns: 1fr;
  }

  /* @page-head */
  .l-page_head-ttl::after {
    max-width: 20%;
  }
}

/* 599x 以下 (スマホ)  */
@media screen and (max-width: 599px) {
  /* @base
  ----------------------------------------------------------*/
  :root {
    --inner-pd: 20px;
    --header-h: 80px;
  }

  .top-mv-con .logo {
    width: 290px;
    max-width: 90%;
  }

  /* @header
  ----------------------------------------------------------*/
  .l-header-wrap {
    padding: 18px 20px 12px;
  }
  .l-header-logo {
    width: 148px;
    flex: none;
  }
  .l-header-info_sns img {
    width: 30px;
  }

  /* @gnav */
  .l-nav {
    padding-top: 80px;
  }

  /* @footer
  ----------------------------------------------------------*/
  .l-footer-nav-list {
    font-size: 1rem;
  }

  /* @Component
  ----------------------------------------------------------*/
  /* @title ----- */
  /* @secttl */
  .c-secttl1 {
    margin-bottom: 1.2em;
    font-size: 1.1875rem;
  }
  .c-secttl1::before {
    font-size: 1.25rem;
  }

  /* @subttl */
  .c-subttl1 {
    width: 320px;
    margin-bottom: 2em;
    font-size: 1.2857rem;
  }

  /* @main_lead */
  .c-main_lead {
    margin-bottom: 1.5em;
    padding-block: 1.2em;
    font-size: 1.25rem;
    border-width: 5px;
  }

  /* @lead */
  .c-lead {
    margin-bottom: .5em;
    font-size: 1.15rem;
  }

  /* @button ---------- */
  /* guide-btn */
  .c-guide-btn .msg {
    font-size: 1rem;
  }


  /* @dl --------- */
  .c-dl_tbl {
    font-size: 1rem;
  }
  .c-dl_tbl > .row {
    padding-block: 1em;
  }
  .c-dl_tbl dd {
    font-size: .9375em;
  }

  .c-dl_tbl .c-link_gmap {
    margin-top: .3em;
    margin-left: 0;
  }

  /* @404 */
  .l-contents._404 {
    text-align: left;
  }
  .l-contents._404 .ttl {
    font-size: 1rem;
  }
  .l-contents._404 .txt {
    font-size: .875rem;
  }
  .l-contents._404 .btn {
    text-align: center;
  }



  /* @layout
  ----------------------------------------------------------*/
  /* @page-head */
  .l-page_head {
    font-size: 1rem;
  }
  .l-page_head-ttl {
    padding-bottom: 2em;
  }
  .l-page_head-ttl::after {
    bottom: 20%;
    background-size: 200%;
  }
  .l-page_head-img {
    margin-top: -3em;
  }
  .l-page_head-img-frame {
    border-width: 6px;
  }
}
