@charset "UTF-8";
/*
Theme Name: omairidou
Theme URI:
Description: omairidou
Version: 1.0
Author: 
Author URI: 
*/
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #007f89;
  --color-primary-light: #edf6f7;
  --color-secondary: #b9753a;
  --color-secondary-light: #fffbe3;
  --color-link: #4895e6;
}

.red {
  color: #e75450 !important;
}

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

.blue {
  color: #0d4597 !important;
}

.primary {
  color: var(--color-primary) !important;
}

/*!
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
------------------------------
*/
.Fv-Bnr .Bnr, .Fv-Bnr .Bnr img, #nav-toggle, #btm-btn ul li a.pagetop, .Header, .siteTitle, .HeaderMenu, .HeaderMenu .g-menu li a::after, .pgNav li a, .contact-Btn, .viewMore .arrow, .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: 1.7rem;
  font-weight: 400;
  color: black;
  line-height: 2;
  background-color: white;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  body {
    font-size: 1.3076923077vw;
  }
}
@media screen and (max-width: 100px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 100px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #0d4597;
  word-wrap: break-word;
}
a.noLink {
  pointer-events: none;
}
a.anchor {
  display: block;
}
@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 (max-width: 100px) {
  .br-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none !important;
  }
}

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

.br-tb {
  display: none;
}

.br-tb-sp {
  display: none !important;
}
@media screen and (max-width: 100px) {
  .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 (max-width: 100px) {
  .u-ml5 {
    margin-left: 0.3846153846vw !important;
  }
}

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

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

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

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

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

.u-ml100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 100px) {
  .u-ml100 {
    margin-left: 7.6923076923vw !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pb {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pb {
    padding-bottom: 50px !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-ml35 {
    margin-left: 35px !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-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 (max-width: 100px) {
  .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-w90 {
    width: 90% !important;
    max-width: 90% !important;
  }
}

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

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

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

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

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

.u-btmMarker {
  background: linear-gradient(transparent 60%, #ffffa3 60%);
}

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

/*!
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-right: 100px;
  padding-bottom: 0.5em;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .title-Lv1 {
    font-size: 3.4615384615vw;
  }
}
@media screen and (max-width: 100px) {
  .title-Lv1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv1 {
    font-size: 2.7rem;
  }
}
.title-Lv1::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-image: linear-gradient(90deg, var(--color-primary) 50%, var(--color-primary-light) 50%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .title-Lv1::after {
    height: 5px;
  }
}

.title-Lv2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; /* 中央寄せ */
  font-size: clamp(2rem, 1.8vw, 100rem);
  font-weight: 700;
  text-align: center;
  color: #0d4597;
}
@media screen and (max-width: 767px) {
  .title-Lv2 {
    font-size: 2.1rem;
  }
}

.title-Lv2::before,
.title-Lv2::after {
  content: "";
  flex: 1;
  height: 1.5px;
  background-color: #0d4597;
  margin: 0 1.5em; /* 線と文字の間隔 */
}

/*!
component > btn
------------------------------
*/
.contact-Btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em;
  background-color: #e75450;
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  gap: 0 0.5em;
  border-radius: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .contact-Btn {
    font-size: 1.8461538462vw;
  }
}
@media screen and (max-width: 100px) {
  .contact-Btn {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn {
    width: 85%;
    max-width: 85%;
    font-size: 1.8rem;
  }
}
.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 (min-width: 768px) and (max-width: 1299px) {
  .contact-Btn__icon {
    transform: scale(0.85);
  }
}
@media screen and (max-width: 100px) {
  .contact-Btn__icon {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn__icon {
    width: 22px;
    height: 22px;
  }
}
.contact-Btn__icon--header {
  width: 24px;
  height: 24px;
}
.contact-Btn__icon--middle {
  width: 24px;
  height: 24px;
}
.contact-Btn__icon--large {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 100px) {
  .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 {
  width: 80px;
  height: calc(100% - 20px);
  flex-direction: column;
  padding: 0 0.5em;
  font-size: 14px;
  border-radius: 5px;
  background-color: #e75450;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .contact-Btn--header {
    font-size: 0.9230769231vw;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn--header {
    padding: 0;
    flex-direction: column;
    font-size: 1rem;
    width: 60px;
    max-width: 60px;
    height: 60px;
    max-height: 60px;
  }
}
.contact-Btn--header i {
  font-size: 21px;
}
.contact-Btn--fv {
  width: 360px;
  max-width: 360px;
}
.contact-Btn--middle {
  padding: 1em 0.75em;
  max-width: 320px;
  font-size: 1.7rem;
}
.contact-Btn--large {
  padding: 1.5em 2em;
  font-size: 2.2rem;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .contact-Btn--large {
    font-size: 1.6923076923vw;
  }
}
@media screen and (max-width: 100px) {
  .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;
  }
}

.viewMore {
  display: inline-flex;
  align-items: center;
  gap: 0 25px;
  position: relative;
  color: black;
  text-decoration: none;
}
.viewMore:hover {
  color: var(--color-primary);
}
.viewMore:hover .caption {
  border-bottom-color: var(--color-primary);
}
.viewMore:hover .arrow {
  transform: scale(1.1);
  filter: brightness(120%);
}
.viewMore .caption {
  display: inline-block;
  font-size: 1.7rem;
  position: relative;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 767px) {
  .viewMore .caption {
    font-size: 1.4rem;
    letter-spacing: -0.05em;
  }
}
.viewMore .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  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: 1.7rem;
  font-weight: 500;
  border: 1.5px solid var(--color-primary);
  border-radius: 50px;
  text-decoration: none;
  line-height: 1.7;
  position: relative;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .baseBtn {
    padding: 0.5em 1em;
    font-size: 1.4rem;
    line-height: 1.3;
    gap: 0 0.25em;
  }
}
.baseBtn:hover {
  background-color: var(--color-primary);
  color: white;
}
.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
------------------------------
*/
sup {
  font-size: 1.1rem;
  vertical-align: 0.5em;
}

.listDisc li {
  margin-left: 1em;
  list-style-type: disc;
}

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

.aioseo-breadcrumbs {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  padding: 0.35em 0;
  overflow: hidden;
  font-size: 1.3rem;
  border-radius: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .aioseo-breadcrumbs {
    max-width: 95%;
  }
}
@media screen and (max-width: 100px) {
  .aioseo-breadcrumbs {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .aioseo-breadcrumbs {
    max-width: calc(100% - 50px);
  }
}
@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: 15px;
}
.pgNav li a {
  display: block;
  padding: 0.75em 1.5em;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: black;
  border: 1px solid #ccc;
}
.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;
}

.centerBlock {
  display: table;
}

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

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

.Notes {
  display: flex;
  font-size: 1.3rem;
  position: relative;
  line-height: 1.5;
  gap: 0 0.25em;
  color: #666;
}
@media screen and (max-width: 767px) {
  .Notes {
    font-size: 1.1rem;
  }
}
.Notes::before {
  content: attr(data-head);
  color: #e75450;
}
.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);
}
.contactInfo__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .contactInfo__inner {
    max-width: 95%;
  }
}
@media screen and (max-width: 100px) {
  .contactInfo__inner {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .contactInfo__inner {
    max-width: calc(100% - 50px);
  }
}
.contactInfo__column {
  display: flex;
}
@media screen and (max-width: 767px) {
  .contactInfo__column {
    flex-direction: column;
  }
}
.contactInfo .Area {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contactInfo .Area {
    width: 100%;
  }
}
.contactInfo .Area__column {
  display: flex;
  align-items: flex-start;
  gap: 0 35px;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .contactInfo .Area__column {
    column-gap: 2.6923076923vw;
  }
}
@media screen and (max-width: 100px) {
  .contactInfo .Area__column {
    flex-direction: column;
    gap: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .contactInfo .Area__column {
    gap: 0 15px;
  }
}
.contactInfo .Area__img {
  display: block;
  width: 200px;
}
@media screen and (max-width: 100px) {
  .contactInfo .Area__img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .contactInfo .Area__img {
    width: 120px;
  }
}
.contactInfo .Area__label {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .contactInfo .Area__label {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  .contactInfo .Area__label {
    font-size: 1.8rem;
  }
}
.contactInfo .Area__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.contactInfo .Area__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  background-color: white;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .contactInfo .Area__list li {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .contactInfo .Area__list li {
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
    font-size: 1.5rem;
    box-sizing: border-box;
  }
}
.contactInfo .contactParts {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contactInfo .contactParts {
    width: 100%;
  }
}
.contactInfo .contactParts__headCopy {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .contactInfo .contactParts__headCopy {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .contactInfo .contactParts__headCopy {
    font-size: 1.6rem;
  }
}
.contactInfo .contactParts .Phone {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1em;
}
@media screen and (max-width: 100px) {
  .contactInfo .contactParts .Phone {
    flex-direction: column;
    gap: 1em 0;
  }
}
@media screen and (max-width: 767px) {
  .contactInfo .contactParts .Phone {
    flex-direction: column;
    gap: 1em 0;
  }
}
.contactInfo .contactParts .Phone__no {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
  gap: 0 0.5em;
  line-height: 1;
  color: black;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .contactInfo .contactParts .Phone__no {
    font-size: 2.3076923077vw;
  }
}
@media screen and (max-width: 767px) {
  .contactInfo .contactParts .Phone__no {
    pointer-events: visible;
  }
}
.contactInfo .contactParts .Phone__no i {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .contactInfo .contactParts .Phone__no i {
    font-size: 1.8461538462vw;
  }
}
.contactInfo .contactParts .Phone__reception {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contactInfo .contactParts .Phone__reception {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contactInfo .contactParts .contact-Btn {
    display: none;
  }
}

/*!
component > tab
------------------------------
*/
.tab-group {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .tab-group {
    padding: 0;
    flex-direction: column;
    gap: 1em 0;
  }
}
.tab-group .tab {
  padding: 1.5em 0.75em;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: black;
  list-style: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--color-primary-light);
  line-height: 1.2;
  letter-spacing: -0.05em;
  border-radius: 6px 6px 0 0;
  gap: 0 0.25em;
}
@media screen and (max-width: 767px) {
  .tab-group .tab {
    padding: 0.75em 1em;
    min-width: initial;
    font-size: 1.5rem;
    letter-spacing: -0.05em;
    border-radius: 5px;
  }
}
.tab-group .tab::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .tab-group .tab::before {
    width: 20px;
    height: 20px;
  }
}
.tab-group .tab--el::before {
  background: url(../img/top/Plan-1.png) no-repeat center;
  background-size: contain;
}
.tab-group .tab--el.tab-active::before {
  background: url(../img/top/Plan-1-w.png) no-repeat center;
  background-size: contain;
}
.tab-group .tab--sw::before {
  background: url(../img/top/Plan-2.png) no-repeat center;
  background-size: contain;
}
.tab-group .tab--sw.tab-active::before {
  background: url(../img/top/Plan-2-w.png) no-repeat center;
  background-size: contain;
}
.tab-group .tab--water::before {
  background: url(../img/top/Plan-3.png) no-repeat center;
  background-size: contain;
}
.tab-group .tab--water.tab-active::before {
  background: url(../img/top/Plan-3-w.png) no-repeat center;
  background-size: contain;
}
.tab-group .tab.tab-active {
  background-color: #0d4597;
  transition: all 0.2s ease-out;
  color: white;
}
.tab-group .tab.tab-active.tab--sw {
  background-color: var(--color-secondary);
}
.tab-group .tab.tab-active.tab--water {
  background-color: #3cb1fb;
}

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

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

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

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

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

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: rgba(13, 69, 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 5%;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: white;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .Header {
    height: 80px;
    padding: 0 15px;
    justify-content: center;
  }
}
.Header::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(90deg, var(--color-primary) 30%, #d5eef0 30%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.siteTitle {
  position: relative;
  z-index: 51;
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1.5;
  gap: 0 1.5em;
  color: black;
}
@media screen and (max-width: 767px) {
  .siteTitle {
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.2;
    gap: 0.15em 0;
  }
}
.siteTitle .Logo {
  display: block;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .siteTitle .Logo {
    width: auto;
    height: 36px;
  }
}
.siteTitle .management {
  font-size: 1.5rem;
  font-weight: 500;
  color: black;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .siteTitle .management {
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .siteTitle .management {
    font-size: 1.3rem;
  }
}

.HeaderMenu {
  height: 100%;
  opacity: 1;
  position: relative;
  box-sizing: border-box;
  z-index: 51;
  /*==ナビゲーション全体の設定*/
  /*ナビゲーションを横並びに*/
  /*hoverしたら表示*/
}
@media screen and (max-width: 767px) {
  .HeaderMenu {
    display: none;
  }
}
.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;
  gap: 0 15px;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .HeaderMenu .g-menu {
    column-gap: 1.1538461538vw;
  }
}
@media screen and (max-width: 100px) {
  .HeaderMenu .g-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .HeaderMenu .g-menu {
    display: none;
  }
}
.HeaderMenu .g-menu ul {
  display: flex;
  gap: 0 1em;
}
.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;
  padding-right: 1em;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.HeaderMenu .g-menu li a {
  min-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  line-height: 1.2;
  gap: 0 0.25em;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .HeaderMenu .g-menu li a {
    font-size: 1.1538461538vw;
  }
}
.HeaderMenu .g-menu li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1.5px;
  background-color: #cbbbaa;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.HeaderMenu .g-menu li a .icon {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  object-position: center;
}
.HeaderMenu .g-menu li a i {
  color: var(--color-primary);
}
.HeaderMenu .g-menu li a span {
  position: relative;
  z-index: 5;
}
.HeaderMenu .g-menu li a:hover {
  color: #cbbbaa;
  opacity: 1;
}
.HeaderMenu .g-menu li a:hover::after {
  width: 100%;
}
.HeaderMenu .g-menu li:last-child a {
  border-right: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 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: 20px;
  font-weight: 700;
  color: black;
  gap: 0 0.15em;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .HeaderPhone__no {
    font-size: 1.5384615385vw;
  }
}
.HeaderPhone__no i {
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .HeaderPhone__no i {
    font-size: 1.2307692308vw;
  }
}
.HeaderPhone__reception {
  font-size: 11px;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .HeaderPhone__reception {
    font-size: 0.8461538462vw;
  }
}

.fontSize {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .fontSize {
    column-gap: 0.7692307692vw;
  }
}
.fontSize--smp {
  justify-content: center;
}
.fontSize__label {
  font-size: 13px;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .fontSize__label {
    font-size: 1vw;
  }
}
.fontSize .bl_sizeBtn {
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary-light);
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .fontSize .bl_sizeBtn {
    width: 24px;
    height: 24px;
    font-size: 1.0769230769vw;
  }
}
.fontSize .bl_sizeBtn.is_active {
  background-color: var(--color-primary);
  color: white;
}

@media screen and (min-width: 1300px) {
  header.is-fixed {
    height: 80px;
  }
}
/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  width: 100%;
  position: relative;
  z-index: 19;
  background-color: var(--color-primary);
  color: white;
}
.Footer__inner {
  padding: 35px 5%;
}
.Footer__column {
  display: flex;
  align-items: center;
  gap: 0 2.5em;
}
@media screen and (max-width: 767px) {
  .Footer__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Footer .Logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 150px;
  padding: 1em 1em;
}
.Footer .Logo img {
  display: block;
  width: 80%;
}
.Footer .Fnav {
  display: flex;
  align-items: center;
  gap: 0 1.5em;
}
@media screen and (max-width: 767px) {
  .Footer .Fnav {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .Footer .Fnav li {
    width: 50%;
  }
}
.Footer .Fnav li a {
  color: white;
  text-decoration: none;
  font-size: clamp(1.2rem, 1vw, 100rem);
}
.Footer .Copyright {
  font-size: 11px;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .Footer .Copyright {
    font-size: 1.1rem;
  }
}
.Footer-Nav {
  display: flex;
  justify-content: center;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .Footer-Nav {
    padding: 0 5%;
    gap: 0 0.5em;
    flex-wrap: wrap;
  }
}
.Footer-Nav li a {
  display: flex;
  align-items: center;
  gap: 0 0.25em;
  font-size: 1.4rem;
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 767px) {
  .Footer-Nav li a {
    font-size: 1.3rem;
  }
}

#btm-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 19;
  display: none;
}
@media screen and (max-width: 767px) {
  #btm-btn {
    z-index: 100;
    bottom: 10px;
    right: 10px;
  }
}
#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 {
    width: 35px;
    height: 35px;
  }
}
#btm-btn ul li a.pagetop img {
  display: block;
  width: 14px;
}
@media screen and (max-width: 767px) {
  #btm-btn ul li a.pagetop img {
    width: 10px;
  }
}
#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: 10px 3.5%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: none;
  background-color: rgba(255, 255, 255, 0.85);
}
@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: 85%;
  max-width: 85%;
  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 (max-width: 100px) {
  #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: 85%;
  max-width: 85%;
  padding-bottom: 30px;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
@media screen and (max-width: 100px) {
  #g-nav.panelactive #g-nav-list {
    width: 40%;
    max-width: 40%;
  }
}
#g-nav #dmenu,
#g-nav #menu-foot_navi {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  padding-top: 70px;
}
@media screen and (max-width: 100px) {
  #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: flex;
  align-items: flex-start;
  padding: 0.5em 2em 0.5em 3em;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: black;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  #g-nav #dmenu li a,
  #g-nav #menu-foot_navi li a {
    padding-left: 2em;
    padding-left: 0.5em;
  }
}
#g-nav #dmenu li a:hover,
#g-nav #menu-foot_navi li a:hover {
  text-decoration: none;
}
#g-nav #dmenu li a i,
#g-nav #menu-foot_navi li a i {
  color: var(--color-primary);
  position: relative;
  top: 0.35em;
}
#g-nav #dmenu li a small,
#g-nav #menu-foot_navi li a small {
  font-size: 1.3rem;
}
#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 (max-width: 100px) {
  #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: 25px;
  height: 1px;
  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: 15px;
}
#nav-toggle span:nth-child(2) {
  top: 28px;
}
#nav-toggle span:nth-child(3) {
  top: 41px;
}
#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: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;
  box-sizing: border-box;
}
.Fv__inner {
  padding: 0 5%;
  position: relative;
  z-index: 10;
}
.Fv__column {
  display: flex;
  gap: 0 50px;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .Fv__column {
    column-gap: 3.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .Fv__column {
    flex-direction: column;
    justify-content: flex-start;
    gap: 25px 0;
  }
}
.Fv-Bnr {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Fv-Bnr {
    width: 100%;
  }
}
.Fv-Bnr__column {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.Fv-Bnr .Bnr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #b8b8b8;
  border-radius: 7px;
  overflow: hidden;
  text-align: center;
}
.Fv-Bnr .Bnr:hover {
  border-color: var(--color-primary);
}
.Fv-Bnr .Bnr:hover .BnrImg img {
  transform: scale(1.05);
}
.Fv-Bnr .Bnr .BnrImg {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 5/2.25;
  overflow: hidden;
}
.Fv-Bnr .Bnr .BnrImg--2 img {
  width: 85%;
  object-fit: contain;
}
.Fv-Bnr .Bnr .BnrImg--3 img {
  width: 60%;
  object-fit: contain;
}
.Fv-Bnr .Bnr .BnrImg--4 {
  aspect-ratio: initial;
  height: 100%;
  background-color: black;
}
.Fv-Bnr .Bnr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Fv-Bnr .Bnr .caption {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: clamp(1rem, 1vw, 100rem);
  font-weight: 600;
  min-height: 3.75em;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .Fv-Bnr .Bnr .caption {
    font-size: 1.3rem;
  }
}
.Fv-Bnr .Bnr .caption--2 {
  padding-bottom: 1em;
  min-height: initial;
}
.Fv-Bnr .Bnr.noLink {
  pointer-events: none;
}
.Fv .FvMain {
  min-width: 60%;
  width: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .Fv .FvMain {
    min-width: initial;
    width: 100%;
    border-radius: 12px;
  }
}
.Fv .FvMain img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .Fv .FvMain img {
    position: relative;
    height: auto;
    object-fit: initial;
  }
}

.Columns__inner {
  padding: 0 5%;
}
.Columns__column {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .Columns__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Columns .titleWrap {
  position: relative;
}
.Columns .titleWrap .linkTxt {
  position: absolute;
  top: 0;
  right: 0;
}
.Columns__ttl {
  display: flex;
  align-items: center;
  font-size: clamp(2rem, 1.8vw, 100rem);
  font-weight: 600;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .Columns__ttl {
    font-size: 2.1rem;
  }
}
.Columns .linkTxt {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  gap: 0 0.25em;
}
.Columns .linkTxt .Icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  aspect-ratio: 1/1;
  background-color: #0d4597;
  border-radius: 50%;
  font-size: 1rem;
  color: white;
}
.Columns .Column {
  width: calc(50% - 35px);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(204, 204, 204, 0.35);
}
@media screen and (max-width: 767px) {
  .Columns .Column {
    width: 100%;
  }
}
.Columns .Column__img {
  display: block;
  width: 100%;
  aspect-ratio: 5/3;
}
.Columns .Column__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Columns .Column__inner {
  padding: 5%;
}
.Columns .Column__ttl {
  font-size: clamp(1.7rem, 1.5vw, 100rem);
  font-weight: 700;
}
.Columns .Column .MetaList {
  background-color: #f3f3f3;
  padding: 1em;
  border-radius: 7px;
}
.Columns .Column .MetaList li {
  font-size: clamp(1.2rem, 1vw, 100rem);
  line-height: 1.6;
}

.Cta {
  background-color: #e6f6f7;
  position: relative;
}
.Cta__inner {
  padding: 0 5%;
}
.Cta__column {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .Cta__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Cta__Copy {
  font-size: clamp(1.6rem, 1.8vw, 100rem);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Cta__Copy {
    font-size: 1.8rem;
  }
}
.Cta .ContactArea__column {
  display: flex;
  align-items: center;
  gap: 0 35px;
}
@media screen and (max-width: 767px) {
  .Cta .ContactArea__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Cta .ContactArea .Phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .Cta .ContactArea .Phone {
    align-items: center;
  }
}
.Cta .ContactArea .Phone .headTxt {
  font-size: clamp(1rem, 0.9vw, 100rem);
}
@media screen and (max-width: 767px) {
  .Cta .ContactArea .Phone .headTxt {
    font-size: 1.2rem;
  }
}
.Cta .ContactArea .Phone a {
  display: inline-flex;
  align-items: center;
  color: black;
  text-decoration: none;
  gap: 0 0.35em;
  letter-spacing: 0.1em;
}
.Cta .ContactArea .Phone a .Icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  aspect-ratio: 1/1;
  background-color: var(--color-primary);
  color: white;
  border-radius: 50%;
  font-size: 1.2rem;
}
.Cta .ContactArea .Phone a .PhoneNo {
  font-size: clamp(1.8rem, 2.1vw, 100rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Cta .ContactArea .Phone a .PhoneNo {
    font-size: 2.5rem;
  }
}
.Cta .ContactArea .ContactBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eeab00;
  color: white;
  text-decoration: none;
  border-radius: 100px;
  padding: 0.75em 2.5em;
  gap: 0 0.35em;
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  font-weight: 600;
  box-shadow: 5px 5px 10px rgba(116, 145, 168, 0.15);
}
@media screen and (max-width: 767px) {
  .Cta .ContactArea .ContactBtn {
    font-size: 1.8rem;
  }
}

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