@charset "UTF-8";
/*@mixin mob {
	@media screen and (max-width: 375px) {
    	@content;
	}
}*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  scrollbar-width: thin;
  scrollbar-color: #2d53a9 #fff;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  opacity: 0;
  transition: 0.3s ease;
}
body:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s ease;
}
body.load {
  overflow-y: auto;
  opacity: 1;
}
body.overlay {
  overflow: hidden;
  height: 100%;
}
body.overlay:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  /**font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;*/
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #333;
}

main {
  position: relative;
}
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
  text-underline-offset: 0.3em;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  filter: brightness(105%);
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
  font-feature-settings: "palt";
}

_::-webkit-full-page-media, _:future, :root * {
  image-rendering: auto;
}

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

::-webkit-scrollbar {
  width: 0.439238653vw;
}
@media screen and (min-width: 1501px) {
  ::-webkit-scrollbar {
    width: 6px;
  }
}
@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 1.0666666667vw;
  }
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #2d53a9;
}

br.pc, div.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc, div.pc {
    display: none;
  }
}
br.sp, div.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp, div.sp {
    display: block;
  }
}

span.pc, i.pc {
  display: inline;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  span.pc, i.pc {
    display: none;
  }
}
span.sp, i.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  span.sp, i.sp {
    display: inline;
    font-style: normal;
  }
}

.hidden {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
}

.fadeUp {
  transition: all 1s ease;
  opacity: 0;
  transform: translate(0, 2.9282576867vw);
  -webkit-transform: translate(0, 2.9282576867vw);
}
@media screen and (min-width: 1501px) {
  .fadeUp {
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
  }
}
@media screen and (max-width: 768px) {
  .fadeUp {
    transform: translate(0, 5.3333333333vw);
    -webkit-transform: translate(0, 5.3333333333vw);
  }
}

.fadeUp-in {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.fadeIn {
  transition: all 1s ease;
  opacity: 0;
}

.fadeIn-in {
  opacity: 1;
}

#wrapper {
  width: 100vw;
  overflow: hidden;
  position: relative;
  padding: 11.7130307467vw 0 0;
}
@media screen and (min-width: 1501px) {
  #wrapper {
    padding: 160px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper {
    padding: 6.588579795vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding: 18.6666666667vw 0 0;
  }
}

.inner {
  margin: 0 auto;
  padding: 0 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  .inner {
    width: 1366px;
    padding: 0;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: auto;
    padding: 0 3.2vw;
    max-width: none;
  }
}

.common-ttl {
  margin: 0 0 2.196193265vw 0.5em;
  padding: 0 0 0 2.9282576867vw;
  background: url(../img/h-deco01.svg) no-repeat top left/1.4641288433vw auto;
}
@media screen and (min-width: 1501px) {
  .common-ttl {
    margin: 0 0 30px 0.5em;
    padding: 0 0 0 40px;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .common-ttl {
    margin: 0 0 8vw;
    padding: 0 0 0 10.6666666667vw;
    background-size: 5.3333333333vw auto;
  }
}
.common-ttl h2 {
  font-size: 2.196193265vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 0.3em;
}
@media screen and (min-width: 1501px) {
  .common-ttl h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .common-ttl h2 {
    font-size: 7.4666666667vw;
  }
}
.common-ttl small {
  font-size: 1.0980966325vw;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1501px) {
  .common-ttl small {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .common-ttl small {
    font-size: 3.7333333333vw;
  }
}

.common-btn {
  padding: 2.9282576867vw 0 0;
  text-align: center;
}
@media screen and (min-width: 1501px) {
  .common-btn {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .common-btn {
    padding: 10.6666666667vw 0 0;
  }
}
.common-btn._nt {
  padding: 0;
}
.common-btn._left {
  text-align: left;
}
.common-btn a {
  display: inline-block;
  text-align: left;
  background-color: #2d53a9;
  color: #fff;
  width: 18.3016105417vw;
  height: 4.39238653vw;
  line-height: 4.39238653vw;
  border-radius: 0.439238653vw;
  padding: 0 1.2445095168vw 0 1.9765739385vw;
}
@media screen and (min-width: 1501px) {
  .common-btn a {
    width: 250px;
    height: 60px;
    line-height: 60px;
    border-radius: 6px;
    padding: 0 17px 0 27px;
  }
}
@media screen and (max-width: 768px) {
  .common-btn a {
    width: 70.6666666667vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 1.6vw;
    padding: 0 4.5333333333vw 0 7.2vw;
  }
}
.common-btn a span {
  font-size: 1.1713030747vw;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 0 2em 0 0;
}
@media screen and (min-width: 1501px) {
  .common-btn a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .common-btn a span {
    font-size: 4.2666666667vw;
  }
}
.common-btn a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6837481698vw;
  height: 1.6837481698vw;
  margin-top: -0.8418740849vw;
  background: url(../img/btn-arrow.svg) no-repeat center/contain;
  transition: 0.3s ease;
}
@media screen and (min-width: 1501px) {
  .common-btn a span:after {
    width: 23px;
    height: 23px;
    margin-top: -11.5px;
  }
}
@media screen and (max-width: 768px) {
  .common-btn a span:after {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    margin-top: -3.0666666667vw;
  }
}
.common-btn a:hover span:after {
  right: -2%;
}
.common-btn a._db {
  background-color: #171c61;
}
.common-btn a._light {
  background-color: #e8f5ff;
}
.common-btn a._light span {
  color: #2d53a9;
}
.common-btn a._light span:after {
  background-image: url(../img/megamenu-arrow.svg);
}
.common-btn a._wx {
  width: 21.9619326501vw;
}
@media screen and (min-width: 1501px) {
  .common-btn a._wx {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .common-btn a._wx {
    width: 80vw;
  }
}
.common-btn a._wf {
  width: auto;
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.6;
}
.common-btn a._pdf {
  width: 27.0863836018vw;
  height: 5.8565153734vw;
  line-height: 5.8565153734vw;
}
@media screen and (min-width: 1501px) {
  .common-btn a._pdf {
    width: 370px;
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .common-btn a._pdf {
    width: 100%;
    height: 21.3333333333vw;
    line-height: 21.3333333333vw;
    padding: 0 4.5333333333vw 0 4.5333333333vw;
  }
}
.common-btn a._pdf span {
  padding: 0 0 0 4.0263543192vw;
}
@media screen and (min-width: 1501px) {
  .common-btn a._pdf span {
    padding: 0 0 0 55px;
  }
}
@media screen and (max-width: 768px) {
  .common-btn a._pdf span {
    padding: 0 0 0 14.6666666667vw;
  }
}
.common-btn a._pdf span:before {
  content: "";
  background: url(../img/icon-pdf.png.webp) no-repeat center/contain;
  width: 2.9282576867vw;
  height: 3.1844802343vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1501px) {
  .common-btn a._pdf span:before {
    width: 40px;
    height: 43.5px;
  }
}
@media screen and (max-width: 768px) {
  .common-btn a._pdf span:before {
    width: 10.6666666667vw;
    height: 11.6vw;
    padding: 0 0 0 14.6666666667vw;
  }
}

/*---------------------------------
HEADER
---------------------------------*/
header {
  width: 100vw;
  height: 6.588579795vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  font-weight: 500;
  background-color: #fff;
  transition: 0.3s ease;
}
@media screen and (min-width: 1501px) {
  header {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 18.6666666667vw;
    border-bottom: solid #2d53a9 0.2666666667vw;
  }
}
header.scrolled {
  height: 5.1244509517vw;
}
@media screen and (min-width: 1501px) {
  header.scrolled {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  header.scrolled {
    height: 18.6666666667vw;
  }
}
header.scrolled .header-logo {
  scale: 0.9;
  transform-origin: center left;
}
header.scrolled .header-tel {
  scale: 0.8;
  transform-origin: center right;
}
header .inner {
  height: 100%;
}
header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .header-logo {
  transition: 0.3s ease;
}
header .header-logo ._logo a {
  display: inline-block;
  background: url(../img/logo.png.webp) no-repeat center/contain;
  width: 15.4465592972vw;
  height: 5.0512445095vw;
}
@media screen and (min-width: 1501px) {
  header .header-logo ._logo a {
    width: 211px;
    height: 69px;
  }
}
@media screen and (max-width: 768px) {
  header .header-logo ._logo a {
    width: 42.9333333333vw;
    height: 13.8666666667vw;
  }
}
header .header-meta {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .header-meta {
    padding-right: 5.8565153734vw;
  }
}
@media screen and (max-width: 768px) {
  header .header-meta {
    display: none;
  }
}
header .header-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s ease;
}
header .header-tel ._em {
  color: #b50d23;
  background-color: #FFDBE8;
  text-align: center;
  font-size: 1.0248901903vw;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3;
  border-radius: 2.9282576867vw;
  width: 100%;
}
@media screen and (min-width: 1501px) {
  header .header-tel ._em {
    font-size: 14px;
    border-radius: 40px;
  }
}
header .header-tel ._number {
  font-size: 2.0497803807vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 1501px) {
  header .header-tel ._number {
    font-size: 28px;
  }
}
header .header-tel ._number a {
  display: inline-block;
  padding: 0 0 0 2.196193265vw;
  background: url(../img/icon-phone.svg) no-repeat center left/1.4641288433vw auto;
}
@media screen and (min-width: 1501px) {
  header .header-tel ._number a {
    padding: 0 0 0 30px;
    background-size: 20px auto;
  }
}
header .header-tel ._time {
  font-size: 1.0248901903vw;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 1501px) {
  header .header-tel ._time {
    font-size: 14px;
  }
}
header .header-access {
  text-align: center;
  padding: 0 1.4641288433vw 0 1.9033674963vw;
}
@media screen and (min-width: 1501px) {
  header .header-access {
    padding: 0 20px 0 26px;
  }
}
header .header-access a {
  display: inline-block;
  width: 15.5197657394vw;
  height: 3.8067349927vw;
  line-height: 3.6603221083vw;
  border: solid #2d53a9 0.0732064422vw;
  border-radius: 0.439238653vw;
  background-color: #fff;
  color: #333;
  font-size: 1.1713030747vw;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1501px) {
  header .header-access a {
    width: 212px;
    height: 52px;
    line-height: 50px;
    border: solid #2d53a9 1px;
    border-radius: 6px;
    font-size: 16px;
  }
}
header .header-access a span {
  display: inline-block;
  background: url(../img/icon-pin.svg) no-repeat center left/1.4641288433vw auto;
  padding: 0 0 0 2.196193265vw;
  transition: 0.3s ease background;
}
@media screen and (min-width: 1501px) {
  header .header-access a span {
    background-size: 20px auto;
    padding: 0 0 0 30px;
  }
}
header .header-access a:hover {
  background-color: #2d53a9;
  color: #fff;
}
header .header-access a:hover span {
  background-image: url(../img/icon-pin_wh.svg);
}
header .header-search {
  width: 19.1800878477vw;
  height: 3.6603221083vw;
  margin: 0 0 0.1464128843vw;
}
@media screen and (min-width: 1501px) {
  header .header-search {
    width: 262px;
    height: 50px;
    margin: 0 0 2px;
  }
}
@media screen and (max-width: 768px) {
  header .header-search {
    display: none;
  }
}
header .header-search .header-search-wrap table {
  width: 19.1800878477vw;
  height: 3.6603221083vw;
}
@media screen and (min-width: 1501px) {
  header .header-search .header-search-wrap table {
    width: 262px;
    height: 50px;
  }
}
header .header-search .header-search-wrap table td.gsc-input {
  width: 14.1288433382vw;
  padding: 0;
}
@media screen and (min-width: 1501px) {
  header .header-search .header-search-wrap table td.gsc-input {
    width: 193px;
  }
}
header .header-search .header-search-wrap table td.gsc-input .gsc-input-box {
  border: solid #2d53a9 0.0732064422vw;
  border-radius: 0.439238653vw 0 0 0.439238653vw;
  padding: 0;
}
@media screen and (min-width: 1501px) {
  header .header-search .header-search-wrap table td.gsc-input .gsc-input-box {
    border: solid #2d53a9 1px;
    border-radius: 6px 0 0 6px;
  }
}
header .header-search .header-search-wrap table td.gsc-input .gsc-input-box td {
  padding: 0;
}
header .header-search .header-search-wrap table td.gsc-input .gsc-input-box input {
  font-size: 1.1713030747vw !important;
  font-weight: 600;
  height: 100% !important;
  background: none !important;
  padding: 0 1.2em !important;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1501px) {
  header .header-search .header-search-wrap table td.gsc-input .gsc-input-box input {
    font-size: 16px !important;
  }
}
header .header-search .header-search-wrap table td.gsc-input .gsc-input-box input::placeholder {
  color: #333;
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1501px) {
  header .header-search .header-search-wrap table td.gsc-input .gsc-input-box input::placeholder {
    font-size: 16px;
  }
}
header .header-search .header-search-wrap table td.gsc-search-button {
  width: 4.3191800878vw;
  height: 3.8067349927vw;
}
@media screen and (min-width: 1501px) {
  header .header-search .header-search-wrap table td.gsc-search-button {
    width: 59px;
    height: 52px;
  }
}
header .header-search .header-search-wrap table td.gsc-search-button button {
  font-size: 1.1713030747vw;
  width: 100%;
  height: 100%;
  font-weight: 600;
  background-color: #2d53a9;
  color: #fff;
  border-radius: 0 0.439238653vw 0.439238653vw 0;
  letter-spacing: 0.1em;
  padding: 0;
  border: none;
  margin: 0;
}
@media screen and (min-width: 1501px) {
  header .header-search .header-search-wrap table td.gsc-search-button button {
    font-size: 16px;
    border-radius: 0 6px 6px 0;
  }
}
header .header-search .header-search-wrap table td.gsc-search-button button svg {
  display: none;
}

#gnavi {
  position: fixed;
  top: 6.588579795vw;
  left: 0;
  z-index: 10001;
  background-color: #2d53a9;
  width: 100vw;
  height: 5.1244509517vw;
  transition: 0.3s ease;
}
@media screen and (min-width: 1501px) {
  #gnavi {
    top: 90px;
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  #gnavi {
    display: none;
  }
}
#gnavi.scrolled {
  top: 5.1244509517vw;
  height: 3.6603221083vw;
}
@media screen and (min-width: 1501px) {
  #gnavi.scrolled {
    top: 70px;
    height: 50px;
  }
}
#gnavi.scrolled ul li:before {
  height: 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  #gnavi.scrolled ul li:before {
    height: 30px;
  }
}
#gnavi.scrolled ul li:first-child:after {
  height: 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  #gnavi.scrolled ul li:first-child:after {
    height: 30px;
  }
}
#gnavi.scrolled ul li a {
  font-size: 1.0980966325vw;
}
@media screen and (min-width: 1501px) {
  #gnavi.scrolled ul li a {
    font-size: 15px;
  }
}
#gnavi.scrolled ul li a:hover {
  color: #ffee76;
}
#gnavi.scrolled ul li._parent a span {
  background-size: 1.0248901903vw auto;
  padding-bottom: 1.1713030747vw;
}
@media screen and (min-width: 1501px) {
  #gnavi.scrolled ul li._parent a span {
    background-size: 14px auto;
    padding-bottom: 16px;
  }
}
#gnavi .inner {
  height: 100%;
}
#gnavi ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#gnavi ul li {
  flex: 1;
  height: 100%;
  position: relative;
}
#gnavi ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.0732064422vw;
  height: 2.9282576867vw;
  background-color: #fff;
  transition: 0.3s ease;
}
@media screen and (min-width: 1501px) {
  #gnavi ul li:before {
    width: 1px;
    height: 40px;
  }
}
#gnavi ul li:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.0732064422vw;
  height: 2.9282576867vw;
  background-color: #fff;
  transition: 0.3s ease;
}
@media screen and (min-width: 1501px) {
  #gnavi ul li:first-child:after {
    width: 1px;
    height: 40px;
  }
}
#gnavi ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2445095168vw;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1501px) {
  #gnavi ul li a {
    font-size: 17px;
  }
}
#gnavi ul li._parent a span {
  background: url(../img/gnavi-arrow.svg) no-repeat center bottom/1.317715959vw auto;
  padding: 0 0 1.6105417277vw;
  transition: 0.3s ease;
}
@media screen and (min-width: 1501px) {
  #gnavi ul li._parent a span {
    background-size: 18px auto;
    padding: 0 0 22px;
  }
}
#gnavi ul li._parent.active a span {
  background-image: url(../img/gnavi-arrow_ov.svg);
}

#megamenu {
  position: fixed;
  top: 11.7130307467vw;
  left: 0;
  z-index: 10010;
  display: none;
  width: 100vw;
  transition: 0.3s ease;
}
@media screen and (min-width: 1501px) {
  #megamenu {
    top: 160px;
  }
}
@media screen and (max-width: 1024px) {
  #megamenu {
    display: none !important;
  }
}
#megamenu .megamenu-wrap {
  width: 80.5270863836vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1501px) {
  #megamenu .megamenu-wrap {
    width: 1100px;
  }
}
#megamenu .megamenu-wrap ._menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 1.4641288433vw;
  box-shadow: 0.3660322108vw 0.3660322108vw 0.7320644217vw rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1501px) {
  #megamenu .megamenu-wrap ._menu {
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  }
}
#megamenu .megamenu-wrap ._menu ._menu-container {
  padding: 0.7320644217vw 3.6603221083vw 4.39238653vw;
}
@media screen and (min-width: 1501px) {
  #megamenu .megamenu-wrap ._menu ._menu-container {
    padding: 10px 50px 60px;
  }
}
#megamenu .megamenu-wrap ._menu ._menu-container ._hd {
  border-bottom: solid #a6a6a7 0.0732064422vw;
  margin: 0 0 0.7320644217vw;
}
@media screen and (min-width: 1501px) {
  #megamenu .megamenu-wrap ._menu ._menu-container ._hd {
    border-bottom-width: 1px;
    margin: 0 0 10px;
  }
}
#megamenu .megamenu-wrap ._menu ._menu-container ._hd a {
  display: block;
  padding: 1.4641288433vw 3.6603221083vw;
  font-size: 1.756954612vw;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #2d53a9;
}
@media screen and (min-width: 1501px) {
  #megamenu .megamenu-wrap ._menu ._menu-container ._hd a {
    padding: 20px 50px;
    font-size: 24px;
  }
}
#megamenu .megamenu-wrap ._menu ._menu-container ._hd a span {
  display: inline-block;
  padding: 0 4.39238653vw 0.2em 0;
  background: url(../img/megamenu-arrow.svg) no-repeat center right/1.8301610542vw auto;
}
@media screen and (min-width: 1501px) {
  #megamenu .megamenu-wrap ._menu ._menu-container ._hd a span {
    padding-right: 60px;
    background-size: 25px auto;
  }
}
#megamenu .megamenu-wrap ._menu ._menu-container ._hd a:hover {
  background-color: #e8f5ff;
}
#megamenu .megamenu-wrap ._menu ._menu-container ._list {
  padding: 0 2.5622254758vw;
  margin: 0 0 0.7320644217vw;
}
@media screen and (min-width: 1501px) {
  #megamenu .megamenu-wrap ._menu ._menu-container ._list {
    padding: 0 35px;
    margin: 0 0 10px;
  }
}
#megamenu .megamenu-wrap ._menu ._menu-container ._list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #megamenu .megamenu-wrap ._menu ._menu-container ._list ul {
    gap: 0 20px;
  }
}
#megamenu .megamenu-wrap ._menu ._menu-container ._list ul li {
  width: 33.3089311859vw;
  background-image: repeating-linear-gradient(90deg, #babbbc, #babbbc 0.2196193265vw, transparent 0.2196193265vw, transparent 0.439238653vw);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.0732064422vw;
  padding: 0 0 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  #megamenu .megamenu-wrap ._menu ._menu-container ._list ul li {
    width: 455px;
    background-image: repeating-linear-gradient(90deg, #babbbc, #babbbc 3px, transparent 3px, transparent 6px);
    background-size: 100% 1px;
    padding: 0 0 1px;
  }
}
#megamenu .megamenu-wrap ._menu ._menu-container ._list ul li a {
  display: block;
  font-size: 1.317715959vw;
  padding: 1em 1em;
}
@media screen and (min-width: 1501px) {
  #megamenu .megamenu-wrap ._menu ._menu-container ._list ul li a {
    font-size: 18px;
  }
}
#megamenu .megamenu-wrap ._menu ._menu-container ._list ul li a span {
  display: block;
  padding: 0 4.39238653vw 0.2em 0;
  background: url(../img/megamenu-arrow.svg) no-repeat center right/1.8301610542vw auto;
}
@media screen and (min-width: 1501px) {
  #megamenu .megamenu-wrap ._menu ._menu-container ._list ul li a span {
    padding-right: 60px;
    background-size: 25px auto;
  }
}
#megamenu .megamenu-wrap ._menu ._menu-container ._list ul li a:hover {
  background-color: #e8f5ff;
}
#megamenu .megamenu-wrap ._menu ._menu-container ._list-col {
  padding: 2.9282576867vw 2.5622254758vw 0;
}
@media screen and (min-width: 1501px) {
  #megamenu .megamenu-wrap ._menu ._menu-container ._list-col {
    padding: 40px 35px 0;
  }
}
#megamenu .megamenu-wrap ._menu ._menu-container ._list-col ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4641288433vw 2%;
}
@media screen and (min-width: 1501px) {
  #megamenu .megamenu-wrap ._menu ._menu-container ._list-col ul {
    gap: 20px 2%;
  }
}
#megamenu .megamenu-wrap ._menu ._menu-container ._list-col ul li {
  width: 32%;
}
#megamenu .megamenu-wrap ._menu ._menu-container ._list-col ul li a {
  display: flex;
  align-items: center;
  font-size: 1.6105417277vw;
  height: 5.8565153734vw;
  line-height: 1.3;
  padding: 0 1em;
  background-color: #e8f5ff;
  color: #2d53a9;
  border-radius: 0.439238653vw;
}
@media screen and (min-width: 1501px) {
  #megamenu .megamenu-wrap ._menu ._menu-container ._list-col ul li a {
    font-size: 22px;
    height: 80px;
    border-radius: 6px;
  }
}
#megamenu .megamenu-wrap ._menu ._menu-container ._list-col ul li a span {
  display: block;
  width: 100%;
  padding: 0 4.39238653vw 0.2em 0;
  background: url(../img/megamenu-arrow.svg) no-repeat center right/1.8301610542vw auto;
}
@media screen and (min-width: 1501px) {
  #megamenu .megamenu-wrap ._menu ._menu-container ._list-col ul li a span {
    padding-right: 60px;
    background-size: 25px auto;
  }
}
#megamenu .megamenu-wrap ._menu ._menu-container ._list-col ul li a:hover {
  background-color: #2d53a9;
  color: #fff;
}
#megamenu.scrolled {
  top: 8.78477306vw;
}
@media screen and (min-width: 1501px) {
  #megamenu.scrolled {
    top: 120px;
  }
}
/*---------------------------------
SP MENU
---------------------------------*/
#sp-menu-trigger {
  position: fixed;
  top: 1.3909224012vw;
  right: 1.0248901903vw;
  z-index: 10010;
  display: none;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #sp-menu-trigger {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #sp-menu-trigger {
    top: 2.6666666667vw;
    right: 3.7333333333vw;
  }
}
#sp-menu-trigger a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #2d53a9;
  border-radius: 0.439238653vw;
  width: 3.8067349927vw;
  height: 3.8067349927vw;
  font-size: 0.8052708638vw;
  line-height: 1;
  gap: 0.3660322108vw;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #sp-menu-trigger a {
    border-radius: 1.6vw;
    width: 13.8666666667vw;
    height: 13.8666666667vw;
    font-size: 2.6666666667vw;
    gap: 1.3333333333vw;
  }
}
#sp-menu-trigger a:hover {
  scale: 1.05;
}
#sp-menu-trigger a ._icon {
  width: 1.8301610542vw;
  height: 0.9516837482vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sp-menu-trigger a ._icon {
    width: 6.6666666667vw;
    height: 3.4666666667vw;
  }
}
#sp-menu-trigger a ._icon span {
  position: absolute;
  width: 100%;
  height: 0.1464128843vw;
  left: 0;
  background-color: #fff;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  #sp-menu-trigger a ._icon span {
    height: 0.5333333333vw;
  }
}
#sp-menu-trigger a ._icon span:nth-child(1) {
  top: 0;
}
#sp-menu-trigger a ._icon span:nth-child(2) {
  top: 50%;
  margin-top: -0.0732064422vw;
}
@media screen and (max-width: 768px) {
  #sp-menu-trigger a ._icon span:nth-child(2) {
    margin-top: -0.2666666667vw;
  }
}
#sp-menu-trigger a ._icon span:nth-child(3) {
  bottom: 0;
}
#sp-menu-trigger.scrolled {
  top: 0.6588579795vw;
}
@media screen and (max-width: 768px) {
  #sp-menu-trigger.scrolled {
    top: 2.6666666667vw;
  }
}
#sp-menu-trigger.active a ._icon span:nth-child(1) {
  transform: translate(0vw, 0.4026354319vw) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  #sp-menu-trigger.active a ._icon span:nth-child(1) {
    transform: translate(0vw, 1.4666666667vw) rotate(-135deg);
  }
}
#sp-menu-trigger.active a ._icon span:nth-child(2) {
  opacity: 0;
  transform: translate(100%, 0);
}
#sp-menu-trigger.active a ._icon span:nth-child(3) {
  transform: translate(0vw, -0.4026354319vw) rotate(135deg);
}
@media screen and (max-width: 768px) {
  #sp-menu-trigger.active a ._icon span:nth-child(3) {
    transform: translate(0vw, -1.4666666667vw) rotate(135deg);
  }
}

#sp-search-trigger {
  display: none;
}
@media screen and (max-width: 768px) {
  #sp-search-trigger {
    display: block;
    position: fixed;
    top: 5.3333333333vw;
    right: 22.9333333333vw;
    z-index: 10010;
  }
}
#sp-search-trigger a {
  display: block;
  background: url(../img/icon-search.svg) no-repeat center/contain;
  width: 8vw;
  height: 8vw;
  cursor: pointer;
}

#sp-gmenu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100vw;
  z-index: 9999;
  transition: 0.5s ease;
  background-color: #2d53a9;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 1024px) {
  #sp-gmenu {
    display: block;
  }
}
#sp-gmenu.active {
  top: 0;
  opacity: 1;
}
#sp-gmenu.active .sp-gmenu-wrap {
  max-height: 100vh;
  max-height: 100svh;
}
#sp-gmenu.is-search {
  top: 0;
  opacity: 1;
}
#sp-gmenu.is-search .sp-gmenu-wrap {
  overflow: hidden;
}
#sp-gmenu .sp-gmenu-wrap {
  padding: 6.588579795vw 0 0;
  max-height: 43.2vw;
  max-height: 43.2vw;
  overflow: auto;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-wrap {
    padding: 18.6666666667vw 0 0;
  }
}
#sp-gmenu .sp-gmenu-search {
  display: none;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-search {
    display: block;
    padding: 5.3333333333vw 0;
    text-align: center;
  }
}
#sp-gmenu .sp-gmenu-search ._wrap {
  width: 69.8666666667vw;
  height: 13.8666666667vw;
  display: inline-block;
  border: solid #fff 0.2666666667vw;
  border-radius: 1.6vw;
  overflow: hidden;
}
#sp-gmenu .sp-gmenu-search ._wrap table {
  width: 69.8666666667vw;
  height: 13.3333333333vw;
}
#sp-gmenu .sp-gmenu-search ._wrap table td.gsc-input {
  width: 51.4666666667vw;
  padding: 0;
}
#sp-gmenu .sp-gmenu-search ._wrap table td.gsc-input .gsc-input-box {
  padding: 0;
  border: none;
  border-radius: 0;
}
#sp-gmenu .sp-gmenu-search ._wrap table td.gsc-input .gsc-input-box td {
  padding: 0;
}
#sp-gmenu .sp-gmenu-search ._wrap table td.gsc-input .gsc-input-box input {
  font-size: 4.2666666667vw !important;
  font-weight: 600;
  background: none !important;
  padding: 0 1.2em !important;
  letter-spacing: 0.06em;
}
#sp-gmenu .sp-gmenu-search ._wrap table td.gsc-input .gsc-input-box input::placeholder {
  color: #333;
  font-size: 4.2666666667vw !important;
}
#sp-gmenu .sp-gmenu-search ._wrap table td.gsc-search-button {
  width: 15.7333333333vw;
  height: 13.3333333333vw;
}
#sp-gmenu .sp-gmenu-search ._wrap table td.gsc-search-button button {
  font-size: 4.2666666667vw;
  width: 100%;
  height: 100%;
  font-weight: 600;
  background-color: #2d53a9;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0;
  border: none;
  margin: 0;
}
#sp-gmenu .sp-gmenu-search ._wrap table td.gsc-search-button button svg {
  display: none;
}
#sp-gmenu .sp-gmenu-list {
  padding: 1.4641288433vw 2.9282576867vw 2.196193265vw;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-list {
    padding: 0 8vw 5.3333333333vw;
  }
}
#sp-gmenu .sp-gmenu-list ul li a {
  font-size: 2.196193265vw;
  display: block;
  padding: 1em 0;
  position: relative;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-list ul li a {
    font-size: 4vw;
  }
}
#sp-gmenu .sp-gmenu-list ul li.parent > a:after {
  content: "";
  background: url(../img/sp-menu-arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.513909224vw;
  height: 3.513909224vw;
  margin-top: -1.756954612vw;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-list ul li.parent > a:after {
    width: 4.8vw;
    height: 4.8vw;
    margin-top: -2.4vw;
  }
}
#sp-gmenu .sp-gmenu-list ul li.parent ul.children {
  display: none;
}
#sp-gmenu .sp-gmenu-list ul li.parent ul.children li a {
  padding: 0.5em 0 0.5em 1em;
}
#sp-gmenu .sp-gmenu-list ul li.parent.active a:after {
  rotate: 90deg;
}
#sp-gmenu .sp-gmenu-meta {
  background-color: #fff;
  padding: 2.9282576867vw 3.513909224vw 4.39238653vw;
  display: none;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta {
    display: block;
    padding: 5.3333333333vw 6.4vw 13.3333333333vw;
  }
}
#sp-gmenu .sp-gmenu-meta ._schedule h2 {
  text-align: center;
  font-size: 3.513909224vw;
  font-weight: 700;
  margin: 0 0 2.196193265vw;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._schedule h2 {
    font-size: 6.9333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
#sp-gmenu .sp-gmenu-meta ._schedule h2 span {
  display: inline-block;
  padding: 0 0 0 8.78477306vw;
  background: url(../img/icon-cal.svg) no-repeat center left/5.4172767204vw auto;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._schedule h2 span {
    padding: 0 0 0 16vw;
    background-size: 9.8666666667vw auto;
  }
}
#sp-gmenu .sp-gmenu-meta ._schedule ._schedule-table {
  background-color: #e8f5ff;
  border-radius: 1.4641288433vw;
  padding: 0.878477306vw 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._schedule ._schedule-table {
    border-radius: 5.3333333333vw;
    padding: 1.0666666667vw 5.3333333333vw;
  }
}
#sp-gmenu .sp-gmenu-meta ._schedule ._schedule-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.756954612vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._schedule ._schedule-table table {
    font-size: 3.7333333333vw;
    line-height: 1.3;
  }
}
#sp-gmenu .sp-gmenu-meta ._schedule ._schedule-table table th {
  text-align: center;
  padding: 1em 0.3em;
  border-bottom: solid #babbbc 0.0732064422vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._schedule ._schedule-table table th {
    border-bottom-width: 0.2666666667vw;
  }
}
#sp-gmenu .sp-gmenu-meta ._schedule ._schedule-table table th:nth-child(1) {
  padding: 0.3em 0.1em;
  text-align: left;
}
#sp-gmenu .sp-gmenu-meta ._schedule ._schedule-table table th:last-child {
  padding: 0.3em 1em 0.3em 0.3em;
}
#sp-gmenu .sp-gmenu-meta ._schedule ._schedule-table table td {
  text-align: center;
  padding: 1em;
  border-bottom: solid #babbbc 0.0732064422vw;
  color: #2d53a9;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._schedule ._schedule-table table td {
    padding: 0.3em 0.3em;
    border-bottom-width: 0.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._schedule ._schedule-table table td:last-child {
    padding: 0.3em 1em 0.3em 0.3em;
  }
}
#sp-gmenu .sp-gmenu-meta ._schedule ._schedule-table table tr:last-child th, #sp-gmenu .sp-gmenu-meta ._schedule ._schedule-table table tr:last-child td {
  border-bottom: none;
}
#sp-gmenu .sp-gmenu-meta ._schedule ul {
  padding: 1.4641288433vw 0 0;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._schedule ul {
    padding: 3.2vw 0 0;
  }
}
#sp-gmenu .sp-gmenu-meta ._schedule ul li {
  font-size: 1.756954612vw;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 1.2em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._schedule ul li {
    font-size: 3.2vw;
  }
}
#sp-gmenu .sp-gmenu-meta ._schedule ul li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#sp-gmenu .sp-gmenu-meta ._tel {
  padding: 2.196193265vw 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23.4260614934vw;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._tel {
    padding: 8vw 0 0;
    width: auto;
  }
}
#sp-gmenu .sp-gmenu-meta ._tel ._em {
  color: #b50d23;
  text-align: center;
  font-size: 1.4641288433vw;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._tel ._em {
    font-size: 4.8vw;
  }
}
#sp-gmenu .sp-gmenu-meta ._tel ._number {
  font-size: 2.635431918vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._tel ._number {
    font-size: 9.6vw;
  }
}
#sp-gmenu .sp-gmenu-meta ._tel ._number a {
  display: inline-block;
  padding: 0 0 0 2.9282576867vw;
  background: url(../img/icon-phone.svg) no-repeat center left/2.196193265vw auto;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._tel ._number a {
    padding: 0 0 0 9.0666666667vw;
    background-size: 6.6666666667vw auto;
  }
}
#sp-gmenu .sp-gmenu-meta ._tel ._time {
  font-size: 1.4641288433vw;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._tel ._time {
    font-size: 4.8vw;
  }
}
#sp-gmenu .sp-gmenu-meta ._access {
  text-align: center;
  padding: 1.0980966325vw 0 0;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._access {
    padding: 4vw 0 0;
  }
}
#sp-gmenu .sp-gmenu-meta ._access a {
  display: inline-block;
  width: 15.5197657394vw;
  height: 3.8067349927vw;
  line-height: 3.6603221083vw;
  border: solid #2d53a9 0.0732064422vw;
  border-radius: 0.439238653vw;
  background-color: #fff;
  color: #333;
  font-size: 1.1713030747vw;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._access a {
    width: 72.8vw;
    height: 17.6vw;
    line-height: 17.0666666667vw;
    border: solid #2d53a9 0.2666666667vw;
    border-radius: 1.6vw;
    font-size: 4.8vw;
  }
}
#sp-gmenu .sp-gmenu-meta ._access a span {
  display: inline-block;
  background: url(../img/icon-pin.svg) no-repeat center left/1.4641288433vw auto;
  padding: 0 0 0 2.196193265vw;
  transition: 0.3s ease background;
}
@media screen and (max-width: 768px) {
  #sp-gmenu .sp-gmenu-meta ._access a span {
    background-size: 6.9333333333vw auto;
    padding: 0 0 0 12.2666666667vw;
  }
}
#sp-gmenu .sp-gmenu-meta ._access a:hover {
  background-color: #2d53a9;
  color: #fff;
}
#sp-gmenu .sp-gmenu-meta ._access a:hover span {
  background-image: url(../img/icon-pin_wh.svg);
}

/*---------------------------------
FOOTER
---------------------------------*/
#pagetop {
  position: fixed;
  bottom: 2.5622254758vw;
  right: 2.5622254758vw;
  z-index: 9999;
  display: none;
}
@media screen and (min-width: 1501px) {
  #pagetop {
    bottom: 35px;
    right: 35px;
  }
}
@media screen and (max-width: 1024px) {
  #pagetop {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 9.3333333333vw;
    right: 9.3333333333vw;
  }
}
#pagetop a {
  display: block;
  width: 4.0263543192vw;
  height: 4.0263543192vw;
  background-color: #fff;
  color: #2d53a9;
  text-align: center;
  font-size: 0.9516837482vw;
  padding: 0.5em 0 0;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 1501px) {
  #pagetop a {
    width: 55px;
    height: 55px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #pagetop a {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
#pagetop a:before {
  content: "";
  background: url(../img/pagetop-arrow.svg) no-repeat center/contain;
  width: 1.1713030747vw;
  height: 1.1713030747vw;
  position: absolute;
  top: -0.5856515373vw;
  left: 50%;
  margin-left: -0.5856515373vw;
}
@media screen and (min-width: 1501px) {
  #pagetop a:before {
    width: 16px;
    height: 16px;
    top: -8px;
    margin-left: -8px;
  }
}
#pagetop a:hover {
  transform: translateY(-10%);
}

footer {
  background-color: #2d53a9;
  color: #fff;
}
footer.is-page {
  border-top: solid #2d53a9 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  footer.is-page {
    border-top: solid #2d53a9 1px;
  }
}
@media screen and (max-width: 768px) {
  footer.is-page {
    border-top: solid #2d53a9 0.2666666667vw;
  }
}
footer .footer-contact {
  display: flex;
  width: 100vw;
  height: 53.4407027818vw;
  background-color: #fff;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact {
    height: 730px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-contact {
    display: block;
    height: auto;
    padding: 0 0 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact {
    padding: 0 0 8vw;
  }
}
footer .footer-contact .footer-contact-info {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-info {
    width: 100%;
    height: auto;
    padding: 3.6603221083vw 0 2.196193265vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info {
    padding: 13.3333333333vw 0 8vw;
  }
}
footer .footer-contact .footer-contact-info ._wrap {
  width: 100%;
}
footer .footer-contact .footer-contact-info ._logo {
  margin: 0 0 1.4641288433vw;
  text-align: center;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._logo {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._logo {
    margin: 0 0 5.3333333333vw;
  }
}
footer .footer-contact .footer-contact-info ._logo a {
  display: inline-block;
  background: url(../img/logo_1.png.webp) no-repeat center/contain;
  width: 15.4465592972vw;
  height: 5.0512445095vw;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._logo a {
    width: 345px;
    height: 118px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-info ._logo a {
    width: 25.2562225476vw;
    height: 8.6383601757vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._logo a {
    width: 74.6666666667vw;
    height: 24vw;
  }
}
footer .footer-contact .footer-contact-info ._address {
  margin: 0 0 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._address {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._address {
    margin: 0 0 8vw;
  }
}
footer .footer-contact .footer-contact-info ._address p {
  font-size: 1.1713030747vw;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._address p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-info ._address p {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._address p {
    font-size: 4.2666666667vw;
  }
}
footer .footer-contact .footer-contact-info ._tel {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  margin: 0 0 2.5622254758vw;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._tel {
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._tel {
    display: block;
    margin: 0 4.8vw 5.3333333333vw;
  }
}
footer .footer-contact .footer-contact-info ._tel ._em {
  display: inline-block;
  color: #b50d23;
  background-color: #FFDBE8;
  text-align: center;
  font-size: 1.1713030747vw;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.8;
  border-radius: 2.9282576867vw;
  width: 20.3513909224vw;
  margin: 0 0 0.3em;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._tel ._em {
    font-size: 20px;
    border-radius: 40px;
    width: 278px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-info ._tel ._em {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._tel ._em {
    font-size: 4.8vw;
    border-radius: 10.6666666667vw;
    width: 74.1333333333vw;
    margin: 0 0 0.6em;
  }
}
footer .footer-contact .footer-contact-info ._tel ._tel-main {
  padding: 0 2.7818448023vw 0 0;
  border-right: solid #cdcece 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._tel ._tel-main {
    padding: 0 46px 0 0;
    border-right: solid #cdcece 1px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-info ._tel ._tel-main {
    padding: 0 3.3674963397vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._tel ._tel-main {
    padding: 0 0 8vw;
    border-right: none;
    border-bottom: solid #cdcece 0.2666666667vw;
    width: 74.1333333333vw;
    margin: 0 auto;
  }
}
footer .footer-contact .footer-contact-info ._tel ._tel-sub {
  padding: 0 0 0 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._tel ._tel-sub {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-info ._tel ._tel-sub {
    padding: 0 0 0 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._tel ._tel-sub {
    padding: 6.6666666667vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._tel ._tel-sub ._number {
    line-height: 1.3;
  }
}
footer .footer-contact .footer-contact-info ._tel ._number {
  font-size: 2.0497803807vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._tel ._number {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._tel ._number {
    font-size: 9.3333333333vw;
    line-height: 1;
  }
}
footer .footer-contact .footer-contact-info ._tel ._number a {
  display: inline-block;
  padding: 0 0 0 2.635431918vw;
  background: url(../img/icon-phone.svg) no-repeat center left/1.4641288433vw auto;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._tel ._number a {
    padding: 0 0 0 44px;
    background-size: 27px auto;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-info ._tel ._number a {
    padding: 0 0 0 3.2210834553vw;
    background-size: 1.9765739385vw auto;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._tel ._number a {
    padding: 0 0 0 10.6666666667vw;
    background-size: 7.2vw auto;
    background-position: top 0.1em left;
    text-align: left;
  }
}
footer .footer-contact .footer-contact-info ._tel ._number small {
  font-size: 1.1713030747vw;
  font-weight: 500;
  vertical-align: middle;
  margin: 0 0 0 0.5em;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._tel ._number small {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-info ._tel ._number small {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._tel ._number small {
    font-size: 4.8vw;
    margin: -0.3em 0 0;
    display: inline-block;
  }
}
footer .footer-contact .footer-contact-info ._tel ._time {
  font-size: 1.1713030747vw;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._tel ._time {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-info ._tel ._time {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._tel ._time {
    font-size: 4.2666666667vw;
    padding: 0.3em 0 0;
    text-align: center;
  }
}
footer .footer-contact .footer-contact-info ._tel ._notes {
  font-size: 1.1713030747vw;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._tel ._notes {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-info ._tel ._notes {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._tel ._notes {
    font-size: 4.8vw;
    padding: 0 0 0 19.4666666667vw;
  }
}
footer .footer-contact .footer-contact-info ._access {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._access {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._access {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._access ._access-btn {
    margin: 0 0 5.3333333333vw;
  }
}
footer .footer-contact .footer-contact-info ._access ._access-btn a {
  text-align: center;
  display: inline-block;
  width: 15.5197657394vw;
  height: 3.8067349927vw;
  line-height: 3.6603221083vw;
  border: solid #2d53a9 0.0732064422vw;
  border-radius: 0.439238653vw;
  background-color: #fff;
  color: #333;
  font-size: 1.1713030747vw;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._access ._access-btn a {
    width: 212px;
    height: 52px;
    line-height: 50px;
    border: solid #2d53a9 1px;
    border-radius: 6px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._access ._access-btn a {
    width: 56.5333333333vw;
    height: 13.8666666667vw;
    line-height: 13.3333333333vw;
    border: solid #2d53a9 0.2666666667vw;
    border-radius: 1.6vw;
    font-size: 4.2666666667vw;
  }
}
footer .footer-contact .footer-contact-info ._access ._access-btn a span {
  display: inline-block;
  background: url(../img/icon-pin.svg) no-repeat center left/1.4641288433vw auto;
  padding: 0 0 0 2.196193265vw;
  transition: 0.3s ease background;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._access ._access-btn a span {
    background-size: 20px auto;
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._access ._access-btn a span {
    background-size: 5.3333333333vw auto;
    padding: 0 0 0 8vw;
  }
}
footer .footer-contact .footer-contact-info ._access ._access-btn a:hover {
  background-color: #2d53a9;
  color: #fff;
}
footer .footer-contact .footer-contact-info ._access ._access-btn a:hover span {
  background-image: url(../img/icon-pin_wh.svg);
}
footer .footer-contact .footer-contact-info ._access ._access-search {
  width: 19.1800878477vw;
  height: 3.6603221083vw;
  margin: 0 0 0.1464128843vw;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._access ._access-search {
    width: 352px;
    height: 50px;
    margin: 0 0 2px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-info ._access ._access-search {
    width: 25.7686676428vw;
    height: 3.6603221083vw;
    margin: 0 0 0.1464128843vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._access ._access-search {
    width: 93.8666666667vw;
    height: 13.3333333333vw;
    margin: 0 auto;
  }
}
footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table {
  width: 19.1800878477vw;
  height: 3.6603221083vw;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table {
    width: 352px;
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table {
    width: 25.7686676428vw;
    height: 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table {
    width: 93.8666666667vw;
    height: 13.3333333333vw;
  }
}
footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-input {
  width: 14.1288433382vw;
  padding: 0;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-input {
    width: 283px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-input {
    width: 20.7174231332vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-input {
    width: 75.4666666667vw;
  }
}
footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-input .gsc-input-box {
  border: solid #2d53a9 0.0732064422vw;
  border-radius: 0.439238653vw 0 0 0.439238653vw;
  padding: 0;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-input .gsc-input-box {
    border: solid #2d53a9 1px;
    border-radius: 6px 0 0 6px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-input .gsc-input-box {
    border: solid #2d53a9 0.2666666667vw;
    border-radius: 1.6vw 0 0 1.6vw;
  }
}
footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-input .gsc-input-box td {
  padding: 0;
}
footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-input .gsc-input-box input {
  font-size: 1.1713030747vw !important;
  font-weight: 600;
  height: 100% !important;
  background: none !important;
  padding: 0 1.2em !important;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-input .gsc-input-box input {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-input .gsc-input-box input {
    font-size: 4.2666666667vw !important;
  }
}
footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-input .gsc-input-box input::placeholder {
  color: #333;
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-input .gsc-input-box input::placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-input .gsc-input-box input::placeholder {
    font-size: 4.2666666667vw;
  }
}
footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-search-button {
  width: 4.3191800878vw;
  height: 3.8067349927vw;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-search-button {
    width: 59px;
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-search-button {
    width: 15.7333333333vw;
    height: 13.8666666667vw;
  }
}
footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-search-button button {
  font-size: 1.1713030747vw;
  width: 100%;
  height: 100%;
  font-weight: 600;
  background-color: #2d53a9;
  color: #fff;
  border-radius: 0 0.439238653vw 0.439238653vw 0;
  letter-spacing: 0.1em;
  padding: 0;
  border: none;
  margin: 0;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-search-button button {
    font-size: 16px;
    border-radius: 0 6px 6px 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-search-button button {
    font-size: 4.2666666667vw;
    border-radius: 0 1.6vw 1.6vw 0;
  }
}
footer .footer-contact .footer-contact-info ._access ._access-search ._access-search-wrap table td.gsc-search-button button svg {
  display: none;
}
footer .footer-contact .footer-contact-info ._sns {
  padding: 3.6603221083vw 0 0;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._sns {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._sns {
    padding: 6.6666666667vw 0 0;
  }
}
footer .footer-contact .footer-contact-info ._sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.3426061493vw;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._sns ul {
    gap: 32px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-info ._sns ul {
    gap: 3.513909224vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._sns ul {
    gap: 8.5333333333vw;
  }
}
footer .footer-contact .footer-contact-info ._sns ul li a {
  display: block;
  width: 2.7086383602vw;
  height: 2.7086383602vw;
  background: center no-repeat/contain;
}
@media screen and (min-width: 1501px) {
  footer .footer-contact .footer-contact-info ._sns ul li a {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-info ._sns ul li a {
    width: 4.39238653vw;
    height: 4.39238653vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-info ._sns ul li a {
    width: 9.8666666667vw;
    height: 9.8666666667vw;
  }
}
footer .footer-contact .footer-contact-info ._sns ul li a:hover {
  opacity: 0.7;
}
footer .footer-contact .footer-contact-info ._sns ul li._ig a {
  background-image: url(../img/b-instagram.svg);
}
footer .footer-contact .footer-contact-info ._sns ul li._fb a {
  background-image: url(../img/b-facebook.svg);
}
footer .footer-contact .footer-contact-info ._sns ul li._yt a {
  background-image: url(../img/b-youtube.svg);
}
footer .footer-contact .footer-contact-gmap {
  width: 50%;
  overflow: hidden;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-gmap {
    width: auto;
    margin: 0 2.635431918vw;
    height: 43.9238653001vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .footer-contact-gmap {
    margin: 0 4.8vw;
    height: 69.3333333333vw;
  }
}
footer .footer-contact .footer-contact-gmap iframe {
  width: 100%;
  height: 300%;
  position: absolute;
  top: -100%;
  left: 0;
}
@media screen and (max-width: 1024px) {
  footer .footer-contact .footer-contact-gmap iframe {
    position: relative;
  }
}
footer .footer-navi {
  padding: 4.7584187408vw 0 3.6603221083vw;
}
@media screen and (min-width: 1501px) {
  footer .footer-navi {
    padding: 65px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-navi {
    padding: 9.3333333333vw 0 8vw;
  }
}
footer .footer-navi .inner {
  padding: 0 0.878477306vw;
}
@media screen and (min-width: 1501px) {
  footer .footer-navi .inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-navi .inner {
    padding: 0 3.2vw;
  }
}
footer .footer-navi .footer-navi-wrap {
  margin: 0;
}
@media screen and (min-width: 1501px) {
  footer .footer-navi .footer-navi-wrap {
    margin: 0 -100px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-navi .footer-navi-wrap {
    margin: 0;
    padding: 5.3333333333vw;
    border: solid #fff 0.2666666667vw;
    border-radius: 2.6666666667vw;
  }
}
footer .footer-navi .sp-footer-trigger {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer-navi .sp-footer-trigger {
    display: block;
    font-size: 4.2666666667vw;
  }
  footer .footer-navi .sp-footer-trigger a {
    display: block;
    position: relative;
  }
  footer .footer-navi .sp-footer-trigger a:before {
    content: "";
    width: 4.2666666667vw;
    height: 0.5333333333vw;
    background-color: #fff;
    position: absolute;
    top: 3.2vw;
    right: 1.0666666667vw;
    rotate: -450deg;
    transition: 0.3s ease;
  }
  footer .footer-navi .sp-footer-trigger a:after {
    content: "";
    width: 4.2666666667vw;
    height: 0.5333333333vw;
    background-color: #fff;
    position: absolute;
    top: 3.2vw;
    right: 1.0666666667vw;
  }
}
footer .footer-navi .sp-footer-trigger.active a:before {
  rotate: 0deg;
}
footer .footer-navi .footer-navi-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer-navi .footer-navi-container {
    display: none;
    padding: 8vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-navi .footer-navi-container ._col {
    margin: 0 0 8vw;
  }
}
footer .footer-navi .footer-navi-container ._col ._fl {
  display: flex;
  gap: 3.6603221083vw;
}
@media screen and (min-width: 1501px) {
  footer .footer-navi .footer-navi-container ._col ._fl {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-navi .footer-navi-container ._col ._fl {
    display: block;
  }
}
footer .footer-navi .footer-navi-container dl {
  color: #fff;
  position: relative;
}
footer .footer-navi .footer-navi-container dl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0732064422vw;
  height: 100%;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 1501px) {
  footer .footer-navi .footer-navi-container dl:before {
    width: 1px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-navi .footer-navi-container dl:before {
    width: 0.2666666667vw;
  }
}
footer .footer-navi .footer-navi-container dl dt {
  font-size: 1.1713030747vw;
  font-weight: 600;
  background-color: #2d53a9;
  position: relative;
  z-index: 2;
  padding: 0 0 0.5em;
}
@media screen and (min-width: 1501px) {
  footer .footer-navi .footer-navi-container dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-navi .footer-navi-container dl dt {
    font-size: 5.3333333333vw;
  }
}
footer .footer-navi .footer-navi-container dl dd {
  font-size: 0.9516837482vw;
  font-weight: 600;
  padding: 0 0 0.2em 1.5em;
}
@media screen and (min-width: 1501px) {
  footer .footer-navi .footer-navi-container dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-navi .footer-navi-container dl dd {
    font-size: 4.8vw;
  }
}
footer .footer-navi .footer-navi-container dl dd ul {
  margin: 0 0 1em;
}
@media screen and (max-width: 768px) {
  footer .footer-navi .footer-navi-container dl dd ul {
    margin: 0 0 0.5em;
  }
}
footer .footer-navi .footer-navi-container dl dd ul li {
  line-height: 2.5;
}
footer .footer-navi .footer-navi-container dl dd ul li a {
  position: relative;
}
footer .footer-navi .footer-navi-container dl dd ul li.parent {
  margin: 0 0 0.3em;
}
footer .footer-navi .footer-navi-container dl dd ul li.parent a span {
  display: inline-block;
  padding: 0 2em 0 0;
  position: relative;
}
footer .footer-navi .footer-navi-container dl dd ul li.parent a span:after {
  content: "＞";
  position: absolute;
  top: 0;
  right: 0;
}
footer .footer-navi .footer-navi-container dl dd ul li.child a span {
  display: inline-block;
  padding: 0 0 0 1em;
  position: relative;
}
footer .footer-navi .footer-navi-container dl dd ul li.child a span:after {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
footer .copyright {
  text-align: center;
  padding: 0 0 3.2942898975vw;
}
@media screen and (min-width: 1501px) {
  footer .copyright {
    padding: 0 0 45px;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 0 0 5.3333333333vw;
  }
}
footer .copyright small {
  font-size: 0.878477306vw;
}
@media screen and (min-width: 1501px) {
  footer .copyright small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright small {
    font-size: 3.2vw;
  }
}

/*---------------------------------
MAINVISUAL
---------------------------------*/
#mainvisual {
  position: relative;
  margin: 0 0 6.25vw;
  z-index: 1;
}
#mainvisual .mainvisual-slider {
  width: 100vw;
  height: 34.375vw;
  position: relative;
  z-index: 1;
  /*.swiper-slide img {
    height: auto;
    width: 100%;
  }*/
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-slider {
    height: 149.3333333333vw;
  }
}
#mainvisual .mainvisual-slider .swiper {
  width: 100%;
  height: 100%;
}
#mainvisual .mainvisual-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#mainvisual .mainvisual-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
#mainvisual .mainvisual-slider .swiper-slide ._copy {
  position: absolute;
  top: 3.125vw;
  left: 10.4166666667vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-slider .swiper-slide ._copy {
    top: 10.6666666667vw;
    left: 5.3333333333vw;
  }
}
#mainvisual .mainvisual-slider .swiper-slide ._copy h2 {
  font-size: 3.0208333333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #171c61;
  text-shadow: 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff;
  position: relative;
  padding: 0 0 1.0416666667vw;
  margin: 0 0 0.78125vw;
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-slider .swiper-slide ._copy h2 {
    font-size: 9.6vw;
    text-shadow: 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff;
    padding: 0 0 5.3333333333vw;
    margin: 0 0 4vw;
  }
}
#mainvisual .mainvisual-slider .swiper-slide ._copy h2:after {
  content: "";
  background: url(../img/mv-bar.svg) no-repeat left bottom/contain;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 3.125vw;
  height: 0.2083333333vw;
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-slider .swiper-slide ._copy h2:after {
    width: 10.6666666667vw;
    height: 0.72vw;
  }
}
#mainvisual .mainvisual-slider .swiper-slide ._copy p {
  font-size: 1.3541666667vw;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #171c61;
  text-shadow: 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff, 0 0 0.5208333333vw #fff;
  position: relative;
  padding: 0 0 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-slider .swiper-slide ._copy p {
    font-size: 5.8666666667vw;
    letter-spacing: 0.04em;
    text-shadow: 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff, 0 0 2.6666666667vw #fff;
  }
}
#mainvisual .mainvisual-slider .swiper-slide ._image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 71.7708333333vw;
  height: 100%;
  border-radius: 5.2083333333vw 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-slider .swiper-slide ._image {
    top: 37.3333333333vw;
    border-radius: 26.6666666667vw 0 0;
    width: 92.2666666667vw;
    height: 92.2666666667vw;
  }
}
#mainvisual .mainvisual-slider .swiper-slide ._image figure {
  width: 100%;
  height: 100%;
}
#mainvisual .mainvisual-slider .swiper-slide ._image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
#mainvisual .mainvisual-slider .swiper-slide-active figure,
#mainvisual .mainvisual-slider .swiper-slide-duplicate-active figure,
#mainvisual .mainvisual-slider .swiper-slide-prev figure {
  animation: zoomUp 8s linear 0s normal both;
  animation-play-state: running;
}
#mainvisual .mainvisual-slider.is-pause .swiper-slide-active figure,
#mainvisual .mainvisual-slider.is-pause .swiper-slide-duplicate-active figure,
#mainvisual .mainvisual-slider.is-pause .swiper-slide-prev figure {
  animation-play-state: paused;
}
#mainvisual .mainvisual-slider .swiper-control {
  display: flex;
  align-items: center;
  justify-content: end;
  bottom: -2.0833333333vw;
  right: 2.34375vw;
  position: absolute;
  z-index: 10;
  gap: 0.78125vw;
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-slider .swiper-control {
    gap: 3.4666666667vw;
    right: 5.3333333333vw;
    bottom: 10.1333333333vw;
  }
}
#mainvisual .mainvisual-slider .swiper-control .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  gap: 0.6770833333vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-slider .swiper-control .swiper-pagination {
    gap: 3.4666666667vw;
  }
}
#mainvisual .mainvisual-slider .swiper-control .swiper-pagination span {
  width: 0.6770833333vw;
  height: 0.6770833333vw;
  background-color: #cdcece;
  margin: 0;
  border-radius: 50%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-slider .swiper-control .swiper-pagination span {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
#mainvisual .mainvisual-slider .swiper-control .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #2d53a9;
}
#mainvisual .mainvisual-slider .swiper-control .swiper-btn {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
#mainvisual .mainvisual-slider .swiper-control .swiper-btn > div {
  /*display:inline-block;*/
  position: relative;
  cursor: pointer;
}
#mainvisual .mainvisual-slider .swiper-control .swiper-btn > div span {
  position: absolute;
  display: inline-block;
  font-size: 0.8333333333vw;
  background-color: #333;
  color: #fff;
  padding: 0.3em 1em;
  width: 5.2083333333vw;
  text-align: center;
  bottom: -2.0833333333vw;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-slider .swiper-control .swiper-btn > div span {
    font-size: 4.2666666667vw;
    width: 26.6666666667vw;
    bottom: -10.6666666667vw;
  }
}
#mainvisual .mainvisual-slider .swiper-control .swiper-btn > div span:after {
  content: "";
  position: absolute;
  top: -0.46875vw;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 0.5208333333vw solid transparent;
  border-right: 0.5208333333vw solid transparent;
  border-bottom: 0.5208333333vw solid #333;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-slider .swiper-control .swiper-btn > div span:after {
    top: -2.4vw;
    border-left: 2.6666666667vw solid transparent;
    border-right: 2.6666666667vw solid transparent;
    border-bottom: 2.6666666667vw solid #333;
  }
}
#mainvisual .mainvisual-slider .swiper-control .swiper-btn > div:hover span {
  opacity: 1;
}
#mainvisual .mainvisual-slider .swiper-control .swiper-btn .play {
  background: url(../img/play.svg) no-repeat center/contain;
  width: 0.7291666667vw;
  height: 0.6770833333vw;
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-slider .swiper-control .swiper-btn .play {
    width: 3.7333333333vw;
    height: 3.4666666667vw;
  }
}
#mainvisual .mainvisual-slider .swiper-control .swiper-btn .stop {
  background: url(../img/stop.svg) no-repeat center/contain;
  width: 0.7291666667vw;
  height: 0.6770833333vw;
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual-slider .swiper-control .swiper-btn .stop {
    width: 3.7333333333vw;
    height: 3.4666666667vw;
  }
}

#top-menu {
  position: absolute;
  top: 16.1458333333vw;
  left: 4.9479166667vw;
  background-color: #fff;
  padding: 0.2604166667vw;
  border-radius: 0.78125vw;
  box-shadow: 0 0 0.78125vw rgba(0, 0, 0, 0.3);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top-menu {
    position: static;
    padding: 1.3333333333vw;
    border-radius: 4vw;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.3);
    margin: 0 3.2vw;
  }
}
#top-menu .top-menu-wrap {
  padding: 0vw 0.2604166667vw 0.2604166667vw;
  overflow: hidden;
  position: relative;
  border-radius: 0.5208333333vw;
  background-color: #ceefff;
  position: relative;
  box-shadow: 0 0 0.5208333333vw rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu-wrap {
    padding: 0vw 1.3333333333vw 1.3333333333vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.16);
  }
}
#top-menu .top-menu-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.15625vw;
  background-color: #2d53a9;
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu-wrap:after {
    height: 0.8vw;
  }
}
#top-menu .top-menu-wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 32.8125vw;
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu-wrap ul {
    width: 100%;
  }
}
#top-menu .top-menu-wrap ul li {
  width: 10.9375vw;
  height: 9.2708333333vw;
  padding: 0.2604166667vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu-wrap ul li {
    width: 50%;
    height: 40vw;
    padding: 1.3333333333vw;
  }
}
#top-menu .top-menu-wrap ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu-wrap ul li a {
    border-radius: 2.6666666667vw;
  }
}
#top-menu .top-menu-wrap ul li a span {
  width: 100%;
  font-size: 0.9375vw;
  font-weight: 600;
  text-align: center;
  padding: 4.5833333333vw 0 0;
  background-size: 3.8541666667vw auto;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu-wrap ul li a span {
    font-size: 4.8vw;
    padding: 23.4666666667vw 0 0;
    background-size: 19.7333333333vw auto;
  }
}
#top-menu .top-menu-wrap ul li a:hover {
  background-color: #2d53a9;
  color: #fff;
}
#top-menu .top-menu-wrap ul li:nth-child(1):before {
  content: "";
  position: absolute;
  background-color: #cdcece;
  width: 90%;
  height: 0.0520833333vw;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu-wrap ul li:nth-child(1):before {
    height: 0.2666666667vw;
  }
}
#top-menu .top-menu-wrap ul li:nth-child(1):after {
  content: "";
  position: absolute;
  background-color: #cdcece;
  width: 0.0520833333vw;
  height: 75%;
  bottom: 0.6770833333vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu-wrap ul li:nth-child(1):after {
    width: 0.2666666667vw;
    height: 80%;
    bottom: 3.4666666667vw;
  }
}
#top-menu .top-menu-wrap ul li:nth-child(1) a span {
  background-image: url(../img/mv-menu01.png.webp);
}
#top-menu .top-menu-wrap ul li:nth-child(2):before {
  content: "";
  position: absolute;
  background-color: #cdcece;
  width: 100%;
  height: 0.0520833333vw;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu-wrap ul li:nth-child(2):before {
    left: 0;
    width: 90%;
    height: 0.2666666667vw;
  }
}
#top-menu .top-menu-wrap ul li:nth-child(2):after {
  content: "";
  position: absolute;
  background-color: #cdcece;
  width: 0.0520833333vw;
  height: 75%;
  bottom: 0.6770833333vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu-wrap ul li:nth-child(2):after {
    content: none;
    width: 0.2666666667vw;
    height: 80%;
    bottom: 3.4666666667vw;
  }
}
#top-menu .top-menu-wrap ul li:nth-child(2) a span {
  background-image: url(../img/mv-menu02.png.webp);
}
#top-menu .top-menu-wrap ul li:nth-child(3):before {
  content: "";
  position: absolute;
  background-color: #cdcece;
  width: 90%;
  height: 0.0520833333vw;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu-wrap ul li:nth-child(3):before {
    left: auto;
    right: 0;
    height: 0.2666666667vw;
  }
}
#top-menu .top-menu-wrap ul li:nth-child(3):after {
  content: none;
  position: absolute;
  background-color: #cdcece;
  width: 0.0520833333vw;
  height: 75%;
  bottom: 0.6770833333vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu-wrap ul li:nth-child(3):after {
    content: "";
    width: 0.2666666667vw;
    height: 80%;
    bottom: 3.4666666667vw;
  }
}
#top-menu .top-menu-wrap ul li:nth-child(3) a span {
  background-image: url(../img/mv-menu03.png.webp);
}
#top-menu .top-menu-wrap ul li:nth-child(4):before {
  content: none;
  position: absolute;
  background-color: #cdcece;
  width: 100%;
  height: 0.0520833333vw;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu-wrap ul li:nth-child(4):before {
    content: "";
    left: 0;
    width: 90%;
    height: 0.2666666667vw;
  }
}
#top-menu .top-menu-wrap ul li:nth-child(4):after {
  content: "";
  position: absolute;
  background-color: #cdcece;
  width: 0.0520833333vw;
  height: 75%;
  top: 0.6770833333vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu-wrap ul li:nth-child(4):after {
    content: none;
    width: 0.2666666667vw;
    height: 80%;
    bottom: 3.4666666667vw;
  }
}
#top-menu .top-menu-wrap ul li:nth-child(4) a span {
  background-image: url(../img/mv-menu04.png.webp);
}
#top-menu .top-menu-wrap ul li:nth-child(5):after {
  content: "";
  position: absolute;
  background-color: #cdcece;
  width: 0.0520833333vw;
  height: 75%;
  top: 0.6770833333vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu-wrap ul li:nth-child(5):after {
    width: 0.2666666667vw;
    height: 80%;
    top: 3.4666666667vw;
  }
}
#top-menu .top-menu-wrap ul li:nth-child(5) a span {
  background-image: url(../img/mv-menu05.png.webp);
}
#top-menu .top-menu-wrap ul li:nth-child(6) a span {
  background-image: url(../img/mv-menu06.png.webp);
}

#top-emergency {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1501px) {
  #top-emergency {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #top-emergency {
    margin: 0 0 16vw;
  }
}
#top-emergency .top-emergency-wrap {
  width: 87.8477306003vw;
  margin: 0 auto;
  background-color: #ffeff8;
  color: #b50d23;
  padding: 1.8301610542vw 2.9282576867vw 2.9282576867vw 5.1244509517vw;
  border-radius: 0.7320644217vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1501px) {
  #top-emergency .top-emergency-wrap {
    width: 1200px;
    padding: 25px 40px 40px 70px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #top-emergency .top-emergency-wrap {
    width: auto;
    padding: 5.3333333333vw 3.2vw 4vw 3.2vw;
    border-radius: 2.6666666667vw;
    display: block;
  }
}
#top-emergency .top-emergency-wrap ._ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top-emergency .top-emergency-wrap ._ttl {
    margin: 0 0 3.2vw;
  }
}
#top-emergency .top-emergency-wrap ._ttl h2 {
  font-size: 1.6105417277vw;
  font-weight: 600;
  background: url(../img/icon-em.svg) no-repeat center top/3.074670571vw auto;
  padding: 4.5387994143vw 0 0;
}
@media screen and (min-width: 1501px) {
  #top-emergency .top-emergency-wrap ._ttl h2 {
    font-size: 22px;
    background-size: 42px auto;
    padding: 62px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-emergency .top-emergency-wrap ._ttl h2 {
    display: inline-block;
    font-size: 5.8666666667vw;
    background-position: center left;
    background-size: 11.2vw auto;
    padding: 0 0 0 16.5333333333vw;
    line-height: 2;
  }
}
#top-emergency .top-emergency-wrap ._list {
  width: 63.6896046852vw;
  padding: 0 0 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #top-emergency .top-emergency-wrap ._list {
    width: 870px;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-emergency .top-emergency-wrap ._list {
    width: auto;
    padding: 0;
  }
}
#top-emergency .top-emergency-wrap ._list ul li {
  font-size: 1.2445095168vw;
  border-bottom: dashed #808080 0.0732064422vw;
}
@media screen and (min-width: 1501px) {
  #top-emergency .top-emergency-wrap ._list ul li {
    font-size: 17px;
    border-bottom: dashed #808080 1px;
  }
}
@media screen and (max-width: 768px) {
  #top-emergency .top-emergency-wrap ._list ul li {
    font-size: 4.5333333333vw;
    border-bottom: dashed #808080 0.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #top-emergency .top-emergency-wrap ._list ul li:last-child {
    border-bottom: none;
  }
}
#top-emergency .top-emergency-wrap ._list ul li a {
  padding: 1em;
  color: #b50d23;
  position: relative;
  display: flex;
  gap: 1em;
  letter-spacing: 0.04em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top-emergency .top-emergency-wrap ._list ul li a {
    display: block;
    padding: 0.8em 0.2em;
  }
}
#top-emergency .top-emergency-wrap ._list ul li a:hover {
  text-decoration: underline;
}
#top-emergency .top-emergency-wrap ._list ul li a:hover:after {
  right: -0.5em;
}
#top-emergency .top-emergency-wrap ._list ul li a:after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  #top-emergency .top-emergency-wrap ._list ul li a:after {
    content: none;
  }
}

#top-pickup {
  background-color: #2d53a9;
  padding: 3.2942898975vw 0 5.4904831625vw;
}
@media screen and (min-width: 1501px) {
  #top-pickup {
    padding: 45px 0 75px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup {
    padding: 12vw 3.4666666667vw 6.6666666667vw;
  }
}
#top-pickup .common-ttl {
  color: #fff;
}
#top-pickup ._list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top-pickup ._list ul {
    display: block;
  }
}
#top-pickup ._list ul li {
  width: 22.6939970717vw;
}
@media screen and (min-width: 1501px) {
  #top-pickup ._list ul li {
    width: 324px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup ._list ul li {
    width: auto;
    margin: 0 0 5.3333333333vw;
  }
}
#top-pickup ._list ul li a {
  display: block;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0.7320644217vw;
}
@media screen and (min-width: 1501px) {
  #top-pickup ._list ul li a {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup ._list ul li a {
    border-radius: 2.6666666667vw;
  }
}
#top-pickup ._list ul li a:hover figure img {
  scale: 1.05;
}
#top-pickup ._list ul li a figure {
  width: 100%;
  height: 14.6412884334vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  #top-pickup ._list ul li a figure {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup ._list ul li a figure {
    height: 53.3333333333vw;
  }
}
#top-pickup ._list ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
#top-pickup ._list ul li a ._txt {
  text-align: center;
  padding: 1.6105417277vw 1.4641288433vw 2.5622254758vw;
  position: relative;
}
@media screen and (min-width: 1501px) {
  #top-pickup ._list ul li a ._txt {
    padding: 22px 20px 35px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup ._list ul li a ._txt {
    padding: 5.8666666667vw 5.3333333333vw 9.3333333333vw;
  }
}
#top-pickup ._list ul li a ._txt:after {
  content: "";
  position: absolute;
  bottom: 0.2196193265vw;
  right: 0.2196193265vw;
  background: url(../img/corner-arrow.svg) no-repeat center/contain;
  width: 2.2693997072vw;
  height: 2.2693997072vw;
}
@media screen and (min-width: 1501px) {
  #top-pickup ._list ul li a ._txt:after {
    bottom: 3px;
    right: 3px;
    width: 31px;
    height: 31px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup ._list ul li a ._txt:after {
    bottom: 0.8vw;
    right: 0.8vw;
    width: 8.2666666667vw;
    height: 8.2666666667vw;
  }
}
#top-pickup ._list ul li a ._txt p, #top-pickup ._list ul li a ._txt h3 {
  font-size: 1.6105417277vw;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1501px) {
  #top-pickup ._list ul li a ._txt p, #top-pickup ._list ul li a ._txt h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup ._list ul li a ._txt p, #top-pickup ._list ul li a ._txt h3 {
    font-size: 5.8666666667vw;
  }
}

#top-topics {
  padding: 5.1244509517vw 0 6.2225475842vw;
}
@media screen and (min-width: 1501px) {
  #top-topics {
    padding: 70px 0 85px;
  }
}
@media screen and (max-width: 768px) {
  #top-topics {
    padding: 10.6666666667vw 0 18.6666666667vw;
  }
}
#top-topics .top-topics-wrap {
  padding: 0 1.4641288433vw;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1501px) {
  #top-topics .top-topics-wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #top-topics .top-topics-wrap {
    display: block;
    padding: 0 4vw;
  }
}
#top-topics .top-topics-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #cdcece;
  width: 0.0732064422vw;
  height: 100%;
}
@media screen and (min-width: 1501px) {
  #top-topics .top-topics-wrap:before {
    width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #top-topics .top-topics-wrap:before {
    content: none;
  }
}
#top-topics .top-topics-wrap ._col {
  width: 44.5095168375vw;
}
@media screen and (min-width: 1501px) {
  #top-topics .top-topics-wrap ._col {
    width: 608px;
  }
}
@media screen and (max-width: 768px) {
  #top-topics .top-topics-wrap ._col {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #top-topics .top-topics-wrap ._col:first-child {
    padding: 0 0 8vw;
    margin: 0 0 8vw;
    border-bottom: solid #a6a6a7 0.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #top-topics .top-topics-wrap ._col .common-btn {
    padding: 2.6666666667vw 0 0;
  }
}
#top-topics .top-topics-wrap ._col ._list dl {
  border-bottom: dashed #808080 0.0732064422vw;
  padding: 0 0.878477306vw 1.8301610542vw;
  margin: 0 0 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  #top-topics .top-topics-wrap ._col ._list dl {
    border-bottom-width: 1px;
    padding: 0 12px 25px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #top-topics .top-topics-wrap ._col ._list dl {
    border-bottom-width: 0.2666666667vw;
    padding: 0 1.6vw 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
#top-topics .top-topics-wrap ._col ._list dl dt {
  font-size: 1.0248901903vw;
  margin: 0 0 1.2em;
}
@media screen and (min-width: 1501px) {
  #top-topics .top-topics-wrap ._col ._list dl dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #top-topics .top-topics-wrap ._col ._list dl dt {
    font-size: 3.7333333333vw;
  }
}
#top-topics .top-topics-wrap ._col ._list dl dt span {
  display: inline-block;
  padding: 0.3em 1.2em;
  border-radius: 2.9282576867vw;
  border: solid #2d53a9 0.0732064422vw;
  color: #2d53a9;
}
@media screen and (min-width: 1501px) {
  #top-topics .top-topics-wrap ._col ._list dl dt span {
    border-radius: 40px;
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #top-topics .top-topics-wrap ._col ._list dl dt span {
    border-radius: 10.6666666667vw;
    border-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
#top-topics .top-topics-wrap ._col ._list dl dt span.cat_4 {
  border-color: #00938b;
  color: #00938b;
}
#top-topics .top-topics-wrap ._col ._list dl dt span.cat_5 {
  border-color: #dd6d80;
  color: #dd6d80;
}
#top-topics .top-topics-wrap ._col ._list dl dd {
  font-size: 1.1713030747vw;
  line-height: 1.8;
  display: flex;
  padding: 0 0.5em;
  gap: 3em;
}
@media screen and (min-width: 1501px) {
  #top-topics .top-topics-wrap ._col ._list dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #top-topics .top-topics-wrap ._col ._list dl dd {
    font-size: 4.2666666667vw;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #top-topics .top-topics-wrap ._col ._list dl dd time {
    font-size: 3.7333333333vw;
    display: block;
  }
}
#top-topics .top-topics-wrap ._col ._list dl dd p {
  width: 32.9428989751vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #2d53a9;
}
@media screen and (min-width: 1501px) {
  #top-topics .top-topics-wrap ._col ._list dl dd p {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  #top-topics .top-topics-wrap ._col ._list dl dd p {
    width: 100%;
  }
}
#top-topics .top-topics-wrap ._col ._list dl dd p a:hover {
  text-decoration: underline;
}

#top-reception {
  background-color: #2d53a9;
  padding: 4.39238653vw 0;
}
@media screen and (min-width: 1501px) {
  #top-reception {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  #top-reception {
    padding: 10.6666666667vw 2.6666666667vw 13.3333333333vw;
  }
}
#top-reception .top-reception-wrap {
  background-color: #fff;
  border-radius: 0.7320644217vw;
  padding: 2.9282576867vw 2.9282576867vw 5.1244509517vw;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap {
    border-radius: 10px;
    padding: 40px 40px 70px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap {
    border-radius: 2.6666666667vw;
    padding: 6.6666666667vw 5.8666666667vw 10.6666666667vw;
  }
}
#top-reception .top-reception-wrap ._head {
  text-align: center;
  margin: 0 0 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._head {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._head {
    margin: 0 0 6.6666666667vw;
  }
}
#top-reception .top-reception-wrap ._head h2 {
  display: inline-block;
  background: url(../img/icon-time.svg) no-repeat center left/2.4890190337vw auto;
  font-size: 2.196193265vw;
  padding: 0 0 0 3.953147877vw;
  font-weight: 700;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._head h2 {
    background-size: 34px auto;
    font-size: 30px;
    padding: 0 0 0 54px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._head h2 {
    background-size: 9.0666666667vw auto;
    font-size: 7.4666666667vw;
    padding: 0 0 0 14.4vw;
  }
}
#top-reception .top-reception-wrap ._head small {
  display: block;
  font-size: 1.0980966325vw;
  padding: 0.5em 0 0;
  font-weight: 600;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._head small {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._head small {
    font-size: 3.7333333333vw;
  }
}
#top-reception .top-reception-wrap ._cnt {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt {
    display: block;
  }
}
#top-reception .top-reception-wrap ._cnt ._col {
  width: 43.1918008785vw;
  background-color: #fff;
  position: relative;
  border-radius: 0.7320644217vw;
  padding: 3.2942898975vw 1.4641288433vw 4.39238653vw;
  overflow: hidden;
  box-shadow: 0 0 0.7320644217vw rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col {
    width: 620px;
    border-radius: 10px;
    padding: 45px 25px 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col {
    width: auto;
    padding: 8vw 4.8vw 8vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.16);
  }
}
#top-reception .top-reception-wrap ._cnt ._col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.2196193265vw;
  background-color: #2d53a9;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col:before {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col:before {
    height: 0.8vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2196193265vw;
  background-color: #2d53a9;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col:after {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col:after {
    height: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col:first-child {
    margin: 0 0 6.6666666667vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col h3 {
  font-size: 2.0497803807vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col h3 {
    font-size: 6.9333333333vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col h3 span {
  display: inline-block;
  padding: 0 0 0 4.5387994143vw;
  background-repeat: no-repeat;
  background-position: center left;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col h3 span {
    padding: 0 0 0 62px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col h3 span {
    padding: 0 0 0 16.5333333333vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._schedule-table {
  background-color: #e8f5ff;
  border-radius: 0.7320644217vw;
  padding: 0.878477306vw 1.0980966325vw;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule-table {
    border-radius: 10px;
    padding: 12px 15px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule-table {
    border-radius: 2.6666666667vw;
    padding: 1.0666666667vw 2.6666666667vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._schedule-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.1713030747vw;
  font-weight: 600;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule-table table {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule-table table {
    font-size: 3.7333333333vw;
    line-height: 1.3;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._schedule-table table th {
  text-align: center;
  padding: 1em 0.3em;
  border-bottom: solid #babbbc 0.0732064422vw;
  font-weight: 600;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule-table table th {
    border-bottom: solid #babbbc 1px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule-table table th {
    border-bottom-width: 0.2666666667vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._schedule-table table th:nth-child(1) {
  padding: 0.3em 1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule-table table th:nth-child(1) {
    padding: 0.3em 0.5em 0.3em 0;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._schedule-table table th:last-child {
  padding: 0.3em 2.5em 0.3em 1em;
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule-table table th:last-child {
    padding: 1em 0.3em;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._schedule-table table th br {
  display: none;
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule-table table th br {
    display: block;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._schedule-table table td {
  text-align: center;
  padding: 1em;
  border-bottom: solid #babbbc 0.0732064422vw;
  color: #2d53a9;
  font-weight: 600;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule-table table td {
    border-bottom: solid #babbbc 1px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule-table table td {
    padding: 0.3em 0.3em;
    border-bottom-width: 0.2666666667vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._schedule-table table td:last-child {
  padding: 0.3em 2.5em 0.3em 1em;
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule-table table td:last-child {
    padding: 0.3em 0.3em;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._schedule-table table tr:last-child th, #top-reception .top-reception-wrap ._cnt ._col ._schedule-table table tr:last-child td {
  border-bottom: none;
}
#top-reception .top-reception-wrap ._cnt ._col .common-btn {
  display: flex;
  justify-content: center;
  padding: 3.2942898975vw 0 0;
  gap: 1.4641288433vw;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col .common-btn {
    padding: 45px 0 0;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col .common-btn {
    padding: 6.6666666667vw 0 0;
    gap: 5.3333333333vw;
    flex-direction: column;
    align-items: center;
  }
}
#top-reception .top-reception-wrap ._cnt ._col .common-btn a {
  width: 14.6412884334vw;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col .common-btn a {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col .common-btn a {
    width: 53.3333333333vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._schedule h3 {
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule h3 {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule h3 {
    margin: 0 0 5.3333333333vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._schedule h3 span {
  background: url(../img/icon-cal.svg) no-repeat center left/2.7086383602vw auto;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule h3 span {
    background-size: 37px auto;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule h3 span {
    background-size: 9.8666666667vw auto;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._schedule ul {
  padding: 0.7320644217vw 0 0;
  display: flex;
  gap: 1em;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule ul {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule ul {
    padding: 2.6666666667vw 2.6666666667vw 0;
    flex-direction: column;
    gap: 0.3em;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._schedule ul li {
  font-size: 1.0980966325vw;
  position: relative;
  padding: 0 0 0 1.2em;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._schedule ul li {
    font-size: 3.2vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._schedule ul li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#top-reception .top-reception-wrap ._cnt ._col ._hours h3 {
  margin: 0 0 1.0980966325vw;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col ._hours h3 {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._hours h3 {
    margin: 0 0 4vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._hours h3 span {
  background: url(../img/icon-bed.svg) no-repeat center left/2.9282576867vw auto;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col ._hours h3 span {
    background-size: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._hours h3 span {
    background-size: 10.6666666667vw auto;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._hours ._notes {
  text-align: center;
  margin: 0 0 2.196193265vw;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col ._hours ._notes {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._hours ._notes {
    margin: 0 0 6.6666666667vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._hours ._notes strong {
  display: inline-block;
  color: #b50d23;
  background-color: #FFDBE8;
  font-size: 1.4641288433vw;
  font-weight: 600;
  padding: 0.3em 3em;
  border-radius: 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col ._hours ._notes strong {
    font-size: 20px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._hours ._notes strong {
    font-size: 4.8vw;
    border-radius: 10.6666666667vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._hours ._hours-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8301610542vw;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col ._hours ._hours-list {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._hours ._hours-list {
    gap: 5.3333333333vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._hours ._hours-list dl {
  display: flex;
  align-items: center;
}
#top-reception .top-reception-wrap ._cnt ._col ._hours ._hours-list dl dt {
  font-size: 1.6105417277vw;
  font-weight: 700;
  margin: 0 0.5em 0 0;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col ._hours ._hours-list dl dt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._hours ._hours-list dl dt {
    font-size: 5.3333333333vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._hours ._hours-list dl dd {
  font-size: 2.196193265vw;
  font-weight: 700;
}
@media screen and (min-width: 1501px) {
  #top-reception .top-reception-wrap ._cnt ._col ._hours ._hours-list dl dd {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception .top-reception-wrap ._cnt ._col ._hours ._hours-list dl dd {
    font-size: 6.9333333333vw;
  }
}
#top-reception .top-reception-wrap ._cnt ._col ._hours ._hours-list dl._day dt {
  color: #0354c2;
}
#top-reception .top-reception-wrap ._cnt ._col ._hours ._hours-list dl._saturday dt {
  color: #00938b;
}
#top-reception .top-reception-wrap ._cnt ._col ._hours ._hours-list dl._holiday dt {
  color: #b50d23;
}
#top-reception.visiting-reception {
  background-color: transparent;
  padding: 0;
}
#top-reception.visiting-reception .top-reception-wrap ._cnt {
  justify-content: center;
}
#top-reception.visiting-reception .top-reception-wrap ._cnt ._col {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #top-reception.visiting-reception .top-reception-wrap ._cnt ._col {
    width: auto;
  }
}
#top-reception.visiting-reception .top-reception-wrap ._cnt ._desc {
  padding: 1.4641288433vw 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1501px) {
  #top-reception.visiting-reception .top-reception-wrap ._cnt ._desc {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-reception.visiting-reception .top-reception-wrap ._cnt ._desc {
    padding: 5.3333333333vw 0 0;
  }
}
#top-reception.visiting-reception .top-reception-wrap ._cnt ._desc p {
  font-size: 1.1713030747vw;
  line-height: 2;
}
@media screen and (min-width: 1501px) {
  #top-reception.visiting-reception .top-reception-wrap ._cnt ._desc p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #top-reception.visiting-reception .top-reception-wrap ._cnt ._desc p {
    font-size: 3.7333333333vw;
    text-align: center;
  }
}
#top-reception.visiting-reception .top-reception-wrap ._cnt ._desc p a {
  color: #2d53a9;
  text-decoration: underline;
}
#top-reception.visiting-reception .top-reception-wrap ._cnt ._desc p a:hover {
  text-decoration: none;
}

#top-about .top-about-message {
  padding: 2.196193265vw 0 27.0863836018vw;
  background: url(../img/top-about-bg.png.webp) no-repeat center bottom/cover;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1501px) {
  #top-about .top-about-message {
    padding: 30px 0 370px;
  }
}
@media screen and (max-width: 768px) {
  #top-about .top-about-message {
    padding: 8vw 6.9333333333vw 98.6666666667vw;
    background-image: url(../img/top-about-bg_sp.png.webp);
    background-size: contain;
  }
}
#top-about .top-about-message ._ttl {
  text-align: center;
  padding: 4.5387994143vw 0 0;
  background: url(../img/h-logo.png) no-repeat center top/3.6603221083vw auto;
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1501px) {
  #top-about .top-about-message ._ttl {
    padding: 62px 0 0;
    background-size: 50px auto;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #top-about .top-about-message ._ttl {
    padding: 16.5333333333vw 0 0;
    background-size: 13.3333333333vw auto;
    margin: 0 0 10.6666666667vw;
  }
}
#top-about .top-about-message ._ttl h2 {
  font-size: 2.196193265vw;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1501px) {
  #top-about .top-about-message ._ttl h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #top-about .top-about-message ._ttl h2 {
    font-size: 7.4666666667vw;
  }
}
#top-about .top-about-message ._ttl small {
  font-size: 1.0980966325vw;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1501px) {
  #top-about .top-about-message ._ttl small {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #top-about .top-about-message ._ttl small {
    font-size: 3.7333333333vw;
  }
}
#top-about .top-about-message ._cnt {
  text-align: center;
}
#top-about .top-about-message ._cnt h3 {
  font-size: 2.0497803807vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin: 0 0 0.8em;
  color: #2d53a9;
}
@media screen and (min-width: 1501px) {
  #top-about .top-about-message ._cnt h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #top-about .top-about-message ._cnt h3 {
    font-size: 5.3333333333vw;
    line-height: 1.8;
  }
}
#top-about .top-about-message ._cnt p {
  font-size: 1.3909224012vw;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1501px) {
  #top-about .top-about-message ._cnt p {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  #top-about .top-about-message ._cnt p {
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
  }
}
#top-about .top-about-message ._cnt .common-btn a {
  width: 14.6412884334vw;
}
@media screen and (min-width: 1501px) {
  #top-about .top-about-message ._cnt .common-btn a {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #top-about .top-about-message ._cnt .common-btn a {
    width: 53.3333333333vw;
  }
}
#top-about .top-about-images {
  position: relative;
  z-index: 2;
  top: -3.4375vw;
  height: 11.40625vw;
}
@media screen and (max-width: 768px) {
  #top-about .top-about-images {
    top: -13.3333333333vw;
    height: 40vw;
  }
}
#top-about .top-about-images .swiper-wrapper {
  transition-timing-function: linear;
}
#top-about .top-about-images .swiper-slide figure {
  width: 100%;
  aspect-ratio: 1/0.68;
  overflow: hidden;
  border-radius: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  #top-about .top-about-images .swiper-slide figure {
    border-radius: 2.6666666667vw;
  }
}
#top-about .top-about-images .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top-bnr-menu {
  background: url(../img/bg01.png.webp) repeat center/18.7774524158vw auto;
  padding: 5.1244509517vw 0;
}
@media screen and (min-width: 1501px) {
  #top-bnr-menu {
    background-size: 256.5px auto;
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr-menu {
    background-size: 68.4vw auto;
    padding: 9.3333333333vw 4.8vw;
  }
}
#top-bnr-menu ._wrap ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top-bnr-menu ._wrap ul {
    display: block;
  }
}
#top-bnr-menu ._wrap ul li {
  width: 30.3806734993vw;
}
@media screen and (min-width: 1501px) {
  #top-bnr-menu ._wrap ul li {
    width: 435px;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr-menu ._wrap ul li {
    width: auto;
    margin: 0 0 4.8vw;
  }
}
#top-bnr-menu ._wrap ul li ._txt {
  padding: 1.4641288433vw 2.635431918vw 1.4641288433vw 3.513909224vw;
}
@media screen and (min-width: 1501px) {
  #top-bnr-menu ._wrap ul li ._txt {
    padding: 20px 36px 20px 48px;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr-menu ._wrap ul li ._txt {
    padding: 4vw 6.4vw 4vw 9.0666666667vw;
  }
}
#top-bnr-menu ._wrap ul li ._txt p, #top-bnr-menu ._wrap ul li ._txt h3 {
  position: relative;
}
#top-bnr-menu ._wrap ul li ._txt p strong, #top-bnr-menu ._wrap ul li ._txt h3 strong {
  font-size: 1.756954612vw;
  font-weight: 600;
  color: #2d53a9;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (min-width: 1501px) {
  #top-bnr-menu ._wrap ul li ._txt p strong, #top-bnr-menu ._wrap ul li ._txt h3 strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr-menu ._wrap ul li ._txt p strong, #top-bnr-menu ._wrap ul li ._txt h3 strong {
    font-size: 5.3333333333vw;
  }
}
#top-bnr-menu ._wrap ul li ._txt p small, #top-bnr-menu ._wrap ul li ._txt h3 small {
  font-size: 1.0980966325vw;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (min-width: 1501px) {
  #top-bnr-menu ._wrap ul li ._txt p small, #top-bnr-menu ._wrap ul li ._txt h3 small {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr-menu ._wrap ul li ._txt p small, #top-bnr-menu ._wrap ul li ._txt h3 small {
    font-size: 3.2vw;
  }
}
#top-bnr-menu ._wrap ul li ._txt p:after, #top-bnr-menu ._wrap ul li ._txt h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url(../img/link-arrow.svg) no-repeat center/contain;
  width: 1.8301610542vw;
  height: 1.8301610542vw;
  margin-top: -0.9150805271vw;
  transition: 0.3s ease;
}
@media screen and (min-width: 1501px) {
  #top-bnr-menu ._wrap ul li ._txt p:after, #top-bnr-menu ._wrap ul li ._txt h3:after {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr-menu ._wrap ul li ._txt p:after, #top-bnr-menu ._wrap ul li ._txt h3:after {
    width: 4.8vw;
    height: 4.8vw;
    margin-top: -2.4vw;
  }
}
#top-bnr-menu ._wrap ul li figure {
  position: relative;
  width: 100%;
  height: 22.5475841874vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  #top-bnr-menu ._wrap ul li figure {
    height: 308px;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr-menu ._wrap ul li figure {
    height: 58.6666666667vw;
  }
}
#top-bnr-menu ._wrap ul li figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  height: 0.0732064422vw;
  background-color: #2d53a9;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 1501px) {
  #top-bnr-menu ._wrap ul li figure:before {
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr-menu ._wrap ul li figure:before {
    height: 0.2666666667vw;
  }
}
#top-bnr-menu ._wrap ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
#top-bnr-menu ._wrap ul li a {
  display: block;
  border: solid #2d53a9 0.0732064422vw;
  background-color: #fff;
  border-radius: 0.7320644217vw;
  overflow: hidden;
}
@media screen and (min-width: 1501px) {
  #top-bnr-menu ._wrap ul li a {
    border-width: 1px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr-menu ._wrap ul li a {
    border-width: 0.2666666667vw;
    border-radius: 5.3333333333vw;
  }
}
#top-bnr-menu ._wrap ul li a:hover ._txt p:after {
  right: -2%;
}
#top-bnr-menu ._wrap ul li a:hover figure img {
  scale: 1.05;
}/*# sourceMappingURL=common.css.map */