@charset "UTF-8";
/*
Theme Name: mirai
Theme URI:
Description: mirai
Version: 1.0
Author: W-ONE
Author URI: http://www.wakasaone.com
*/
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #dc42a4;
  --color-primary-light: #ededf5;
  --color-primary-light-ptn1: #f1f8f6;
  --color-link: #4895e6;
}

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

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

.f_noto {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_inter {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_osw {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*!
global > adjustment
------------------------------
*/
/*!
global > scroll
------------------------------
*/
.scroll_bar {
  background-color: white;
  overflow-y: scroll;
  height: 150px;
}

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

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

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
}

/*!
global > effects
------------------------------
*/
#nav-toggle, .Header, .HeaderMenu, .HeaderMenu .GlovalMenu li a::after, .DetailBtn {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/*!
foundation > reset
------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
foundation > base
------------------------------
*/
html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-family-base);
  font-size: 1.8rem;
  line-height: 1.8;
  background-color: white;
  min-width: 1200px;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #0074bd;
  word-wrap: break-word;
}
a.nolink {
  pointer-events: none;
}
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  a.anchor {
    padding-top: 50px;
    margin-top: -50px;
  }
}
a.External_links {
  display: table;
  margin-left: auto;
  font-size: 1.4rem;
}

.br-pc {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none !important;
  }
}

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

.br-tb {
  display: none;
}

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

/*!
utility > utility
------------------------------
*/
.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

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

.u-ptb70 {
  padding: 70px 0 !important;
}

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

.u-pb {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pb {
    padding-bottom: 70px !important;
  }
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

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

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

@media screen and (max-width: 767px) {
  .u-sp-m-reset {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

.u-alc {
  text-align: center;
}

.u-all {
  text-align: left;
}

.u-alr {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-sp-alc {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-all {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-alr {
    text-align: right !important;
  }
}

.u-vat {
  vertical-align: top !important;
}

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

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

/*!
layout > container
------------------------------
*/
.l-container-s {
  width: 100%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
  box-sizing: border-box;
}

/*!
component > title
------------------------------
*/
.UnderFv {
  background-color: var(--color-primary);
}
.UnderFv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 650px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .UnderFv__inner {
    height: 260px;
    max-height: 260px;
    padding-bottom: 80px;
    box-sizing: border-box;
  }
}
.UnderFv__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: calc(100% - 200px);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 500;
  color: white;
  letter-spacing: 0.25em;
  position: relative;
}
.UnderFv__title::before, .UnderFv__title::after {
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: 1px;
  background-color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.UnderFv__title::before {
  top: 0;
}
.UnderFv__title::after {
  bottom: 0;
}
.UnderFv__title--small {
  letter-spacing: initial;
}
.UnderFv__img {
  display: block;
  width: calc((100% - 340px) / 2);
  height: 100%;
}
.UnderFv__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-title-level1 {
  display: table;
  margin: 0 0 0 50px;
  font-family: "arial";
  font-size: 6.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title-level1 {
    margin-left: 15px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 320px) {
  .c-title-level1 {
    font-size: 3rem;
  }
}
.c-title-level1::before {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #1e1e1e;
  position: absolute;
  top: 50%;
  right: -180px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-title-level1::before {
    width: 100px;
    right: -120px;
  }
}
.c-title-level1::after {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  background-color: #ab1842;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-title-level1::after {
    height: 7px;
    width: 40px;
    right: -60px;
  }
}

.c-title-level2 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.title-Lv1 {
  display: flex;
  justify-content: center;
  font-size: 3.8rem;
  font-weight: 800;
  position: relative;
}
.title-Lv1--md {
  font-size: 3.5rem;
}

.title-Lv2 {
  display: flex;
  align-items: center;
  font-size: 2.7rem;
  font-weight: bold;
  position: relative;
}

/*!
component > btn
------------------------------
*/
.RequestBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 1em;
  background-color: #e8bb5a;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e1e1e;
  text-decoration: none;
  border-radius: 50px;
  line-height: 1.2;
}
.RequestBtn--large {
  padding: 1em;
  display: flex;
  font-size: 2.4rem;
  border-radius: 10px;
}
.RequestBtn__icon {
  display: inline-block;
  margin-right: 0.5em;
  width: 36px;
}

.DetailBtn {
  display: table;
  padding: 0.5em 1em;
  padding-right: 2.5em;
  font-size: 1.6rem;
  font-weight: 600;
  border: 1px solid #007f2c;
  text-decoration: none;
  color: #007f2c;
  position: relative;
  box-shadow: 4px 4px 0 rgba(0, 127, 44, 0.1);
}
@media screen and (max-width: 767px) {
  .DetailBtn {
    padding: 1em;
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    box-sizing: border-box;
    text-align: center;
  }
}
.DetailBtn:hover {
  padding: 0.5em 3em 0.5em 1.5em;
  background-color: #007f2c;
  color: white;
}
.DetailBtn:hover::after {
  background-color: white;
}
.DetailBtn::after {
  content: "";
  background: #007f2c;
  height: 8.6602540378px;
  width: 7px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.ContactBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 90px;
  background-color: var(--color-primary);
  color: white;
  font-size: 2.2rem;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .ContactBtn {
    width: 100%;
    height: 75px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .ContactBtn {
    height: 70px;
    font-size: 1.8rem;
  }
}
.ContactBtn i {
  padding-top: 0.25em;
  font-size: 3rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .ContactBtn i {
    font-size: 2.4rem;
  }
}

.SmallBtn {
  display: inline-block;
  min-width: 200px;
  padding: 0.5em 1em;
  background-color: white;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  border-radius: 50px;
  position: relative;
}
.SmallBtn::after {
  content: "→";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.MiddleBtn {
  display: table;
  padding: 0.5em 1.5em;
  background-color: white;
  border: 1px solid #1e1e1e;
  text-decoration: none;
  font-size: 1.8rem;
  color: #1e1e1e;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .MiddleBtn {
    padding: 0.25em 0.75em;
    font-size: 1.3rem;
  }
}

.shiny-btn {
  position: relative;
  overflow: hidden;
}
.shiny-btn::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
/*!
component > parts
------------------------------
*/
.ImgBox {
  display: block;
  width: 100%;
}
.ImgBox img {
  display: block;
  width: 100%;
}
.ImgBox__caption {
  display: block;
  line-height: 1.6;
}
.ImgBox--shadow {
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.5);
}

.aioseo-breadcrumbs {
  margin-right: 3.5%;
  float: right;
  overflow: hidden;
  font-size: 1.3rem;
}
.triangle {
  display: inline-block;
  background: #808080;
  height: 45px;
  width: 100px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .triangle {
    height: 50px;
    width: 140px;
  }
}

.annotation {
  display: table;
  padding: 0.25em 0;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .annotation {
    font-size: 1.1rem;
  }
}

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

.Section__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Section__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Section__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .Section__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}

.ContactInfo__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .ContactInfo__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactInfo__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .ContactInfo__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactInfo__inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .ContactInfo__inner {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.ContactInfo__title {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 300px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
}
.ContactInfo__phone {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.5rem;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ContactInfo__phone {
    margin: 0;
    padding-left: 45px;
  }
}
@media screen and (max-width: 320px) {
  .ContactInfo__phone {
    font-size: 1.3rem;
  }
}
.ContactInfo__phone::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(assets/img/icon/phone.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ContactInfo__phone::before {
    width: 32px;
    height: 32px;
    top: 10px;
  }
}
.ContactInfo__phone__no {
  padding-bottom: 0.15em;
  color: #1e1e1e;
  font-family: "Roboto", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  text-decoration: none;
  pointer-events: none;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ContactInfo__phone__no {
    font-size: 3.4rem;
    pointer-events: visible;
  }
}
@media screen and (max-width: 320px) {
  .ContactInfo__phone__no {
    font-size: 3rem;
  }
}
.ContactInfo__phone__txt {
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
.ContactInfo__reception {
  padding-top: 1.5em;
  font-size: 2rem;
}

.NotesCnt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.Notes {
  display: inline-flex;
  align-items: center;
  font-size: 1.3rem;
  padding-left: 3em;
  position: relative;
}
.Notes--head::before {
  content: attr(data-head);
  position: absolute;
  top: 0;
  left: 0;
}

/*!
component > tab
------------------------------
*/
.tab-group {
  margin-top: 70px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tab-group {
    margin-top: 35px;
    flex-wrap: wrap;
  }
}
.tab-group li.tab {
  margin: 0 5px;
  padding: 0.75em;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #1e1e1e;
  list-style: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  background-color: white;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .tab-group li.tab {
    padding: 0.75em 1.5em;
    min-width: initial;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .tab-group li.tab {
    font-size: 1.4rem;
  }
}
.tab-group li.tab.tab-active {
  background-color: #007f2c;
  transition: all 0.2s ease-out;
  color: white;
}

.panel {
  display: none;
  position: relative;
  z-index: 1;
  background-color: #007f2c;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 15px 15px 25px rgba(153, 153, 153, 0.2);
}
@media screen and (max-width: 767px) {
  .panel {
    padding: 2%;
  }
}
.panel.panel-show {
  display: block;
}
.panel__inner {
  padding: 50px;
  background-color: white;
  border-radius: 11px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .panel__inner {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .panel__inner {
    padding: 15px;
    border-radius: 8px;
  }
}

/*!
component > modal
------------------------------
*/
.iziModal {
  max-width: 60% !important;
  /*  margin-right: 50px !important;*/
}

.co-modal {
  max-width: 740px !important;
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .co-modal {
    max-width: 90% !important;
  }
}
.co-modal .iziModal-wrap {
  width: 740px !important;
  max-width: 740px !important;
}
@media screen and (max-width: 767px) {
  .co-modal .iziModal-wrap {
    width: 99% !important;
    max-width: 99% !important;
  }
}
.co-modal .iziModal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 50px 35px 35px !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 767px) {
  .co-modal .iziModal-content {
    padding: 35px 25px 25px !important;
  }
}
.co-modal .iziModal-content figure {
  display: block;
  width: 100%;
}
.co-modal .iziModal-content figure img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .co-modal .iziModal-content figure img {
    height: 180px;
  }
}
.co-modal .iziModal-content .close-btn {
  font-size: 3rem;
  position: absolute;
  top: 0;
  right: 20px;
  color: #1e1e1e;
}
@media screen and (max-width: 767px) {
  .co-modal .iziModal-content .close-btn {
    font-size: 2.4rem;
    right: 12px;
  }
}
.co-modal__inner .c-btn {
  margin: 25px auto 0;
}
.co-modal-ttl {
  margin-top: 15px;
  display: table;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .co-modal-ttl {
    font-size: 1.8rem;
  }
}
.co-modal-exp {
  display: block;
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .co-modal-exp {
    font-size: 1.4rem;
  }
}

/*!
layout > header
------------------------------
*/
.Header {
  width: 100%;
  max-width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 30;
  background-color: white;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .Header {
    height: 70px;
    padding: 0 3.5%;
    padding-left: 70px;
  }
}
@media screen and (max-width: 320px) {
  .Header {
    padding-left: 55px;
  }
}
.Header__inner {
  height: 100%;
  padding: 0 3.5%;
}
.Header__column {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header .Logo {
  display: block;
  height: 35px;
}

.HeaderMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  opacity: 1;
  position: relative;
  box-sizing: border-box;
  /*==ナビゲーション全体の設定*/
  /*ナビゲーションを横並びに*/
  /*hoverしたら表示*/
}
.HeaderMenu nav {
  margin-right: 35px;
  text-align: center;
}
.HeaderMenu .GlovalMenu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderMenu .GlovalMenu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .HeaderMenu .GlovalMenu {
    display: none;
  }
}
.HeaderMenu .GlovalMenu ul {
  display: block;
}
.HeaderMenu .GlovalMenu ul li.menu-item-has-children::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 15;
}
.HeaderMenu .GlovalMenu li {
  position: relative;
}
.HeaderMenu .GlovalMenu li a {
  height: 50px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1e1e1e;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  line-height: 1.5;
}
.HeaderMenu .GlovalMenu li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #ab1842;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.HeaderMenu .GlovalMenu li a span {
  position: relative;
  z-index: 5;
}
.HeaderMenu .GlovalMenu li a span i {
  margin-right: 0.5em;
}
.HeaderMenu .GlovalMenu li a:hover {
  opacity: 1;
}
.HeaderMenu .GlovalMenu li a:hover::after {
  width: 100%;
}
.HeaderMenu .GlovalMenu li.menu-item-has-children::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 23px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  transform: rotate(135deg);
}
.HeaderMenu .GlovalMenu li.menu-item-has-children ul {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 4;
  /*形状を指定*/
  background: #0074bd;
  width: 200px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
  /*==3階層目*/
}
.HeaderMenu .GlovalMenu li.menu-item-has-children ul li a {
  padding: 0.5em 1.5em;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.3;
}
.HeaderMenu .GlovalMenu li.menu-item-has-children ul li a:hover, .HeaderMenu .GlovalMenu li.menu-item-has-children ul li a:active {
  background-color: #005786;
}
.HeaderMenu .GlovalMenu li.menu-item-has-children ul li a::after {
  display: none;
}
.HeaderMenu .GlovalMenu li.menu-item-has-children ul li:last-child a {
  border-bottom: none;
}
.HeaderMenu .GlovalMenu li.menu-item-has-children ul ul {
  top: 0;
  left: 200px;
}
.HeaderMenu nav li.menu-item-has-children:hover > ul,
.HeaderMenu nav li.menu-item-has-children ul li:hover > ul,
.HeaderMenu nav li.menu-item-has-children:active > ul,
.HeaderMenu nav li.menu-item-has-children ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  padding: 25px 0;
  width: 100%;
  position: relative;
  z-index: 20;
  background-color: black;
  color: white;
}
.Footer__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Footer__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Footer__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .Footer__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .Footer__inner {
    padding: 35px 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.Footer .Copyright {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Footer .Copyright {
    font-size: 1rem;
    margin-top: 25px;
  }
}

#btm-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 200;
  display: none;
}
#btm-btn ul li a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 1.1;
  background-color: black;
  color: white;
  border-radius: 3px;
}
#btm-btn ul li a.pagetop img {
  display: block;
  width: 14px;
}
#btm-btn ul li a.pagetop i {
  font-size: 2rem;
}
#btm-btn ul li a.pagetop:hover {
  opacity: 1;
}

.smp-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 3.5%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: none;
}
@media screen and (max-width: 767px) {
  .smp-contact {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .smp-contact .RegBtn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .smp-contact .RegBtn {
    font-size: 1.5rem;
  }
}

/*!
layout > menu(smp)
------------------------------
*/
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  width: 360px;
  max-width: 360px;
  height: 100vh;
  background-color: white;
  transition: all 0.3s;
  box-sizing: border-box;
  box-shadow: 10px 10px 20px rgba(30, 30, 30, 0.2);
}
@media screen and (max-width: 767px) {
  #g-nav {
    width: 270px;
    max-width: 270px;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 360px;
  max-width: 360px;
  padding-bottom: 30px;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #g-nav.panelactive #g-nav-list {
    width: 270px;
    max-width: 270px;
  }
}

#g-nav #dmenu,
#g-nav #menu-foot_navi {
  display: block;
  width: calc(100% - 50px);
  margin: 0 auto;
  text-align: left;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  #g-nav #dmenu,
  #g-nav #menu-foot_navi {
    width: calc(100% - 25px);
  }
}
#g-nav #dmenu li,
#g-nav #menu-foot_navi li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
#g-nav #dmenu li a,
#g-nav #menu-foot_navi li a {
  display: block;
  padding: 0.5em 2em 0.5em 3em;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1e1e1e;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #g-nav #dmenu li a,
  #g-nav #menu-foot_navi li a {
    padding-left: 2em;
  }
}
#g-nav #dmenu li a::after,
#g-nav #menu-foot_navi li a::after {
  content: "\f054";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 1rem;
  font-weight: normal;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #g-nav #dmenu li a::after,
  #g-nav #menu-foot_navi li a::after {
    padding-left: 0;
  }
}
#g-nav #dmenu li a:hover,
#g-nav #menu-foot_navi li a:hover {
  text-decoration: none;
}
#g-nav #dmenu li.menu-item-has-children a,
#g-nav #menu-foot_navi li.menu-item-has-children a {
  pointer-events: none;
}
#g-nav #dmenu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi li.menu-item-has-children a::after {
  content: "\f078";
}
#g-nav #dmenu .sub-menu,
#g-nav #menu-foot_navi .sub-menu {
  padding-top: 0;
  display: none;
}
#g-nav #dmenu .sub-menu li,
#g-nav #menu-foot_navi .sub-menu li {
  border-bottom: none;
}
#g-nav #dmenu .sub-menu li a,
#g-nav #menu-foot_navi .sub-menu li a {
  pointer-events: visible;
  padding: 0.5em 2em 0.5em 3em;
}
#g-nav #dmenu .sub-menu li a::after,
#g-nav #menu-foot_navi .sub-menu li a::after {
  content: "\f054";
}
#g-nav #dmenu .sub-menu li.menu-item-has-children a,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a {
  pointer-events: none;
}
#g-nav #dmenu .sub-menu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a::after {
  content: "\f078";
}
#g-nav #dmenu .sub-menu-2,
#g-nav #menu-foot_navi .sub-menu-2 {
  margin-left: 3em;
  display: flex;
  flex-wrap: wrap;
}
#g-nav #dmenu .sub-menu-2 li a,
#g-nav #menu-foot_navi .sub-menu-2 li a {
  padding: 0 1em 0 0;
  font-size: 1.2rem;
}
#g-nav #dmenu .sub-menu-2 li a::after,
#g-nav #menu-foot_navi .sub-menu-2 li a::after {
  content: "/" !important;
  left: auto;
  right: 0.5em;
  font-family: initial;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #g-nav .reserve_btn {
    margin: 35px auto 0;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  #g-nav .reserve_btn {
    margin: 35px auto 0;
    width: calc(100% - 30px);
  }
}

#nav-toggle {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 10px;
  right: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  box-sizing: border-box;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #nav-toggle {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #nav-toggle {
    display: flex;
    width: 60px;
    height: 70px;
  }
}
@media screen and (max-width: 320px) {
  #nav-toggle {
    width: 50px;
  }
}
#nav-toggle > div {
  position: relative;
}
#nav-toggle span {
  width: 27px;
  height: 2px;
  left: 50%;
  display: block;
  background-color: #1e1e1e;
  position: absolute;
  transform: translateX(-50%);
  transition: transform 0.3s ease-in-out, top 0.2s ease;
}
#nav-toggle span:nth-child(1) {
  top: 20px;
}
#nav-toggle span:nth-child(2) {
  height: 1px;
  background-color: var(--color-primary);
  top: 32px;
}
#nav-toggle span:nth-child(3) {
  top: 56px;
}
@media screen and (max-width: 767px) {
  #nav-toggle span:nth-child(3) {
    top: 46px;
  }
}
#nav-toggle .menu-ttl {
  font-size: 1.1rem;
  display: block;
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
#nav-toggle.active {
  background-color: transparent;
  border: none;
}
#nav-toggle.active::before {
  opacity: 0;
}
#nav-toggle.active::after {
  display: none;
}
#nav-toggle.active span:nth-child(1) {
  top: 30px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
#nav-toggle.active span:nth-child(2) {
  top: 30px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
#nav-toggle.active span:nth-child(3) {
  display: none;
}
#nav-toggle.active span.menu-ttl {
  display: none;
}

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

/*!
page > top
------------------------------
*/
.PgIndex .Fv {
  width: 100%;
  position: relative;
}
.PgIndex .Fv__img {
  display: block;
  width: 100%;
}
.PgIndex .Fv__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/2.5;
}
.PgIndex .Fv__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}
.PgIndex .Fv__block {
  padding-right: 5%;
}
.PgIndex .Fv__copy {
  margin-top: 200px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.4;
  font-size: 2.2vw;
  font-weight: 800;
  color: #ffff19;
}
.PgIndex .Fv__copy em {
  font-size: 3.8vw;
  font-weight: 800;
}
.PgIndex .Lead__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PgIndex .Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgIndex .Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .PgIndex .Lead__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.PgIndex .Lead__mainCopy {
  font-size: 4.8rem;
  font-weight: 800;
  color: #ab1842;
}
.PgIndex .Lead__subCopy {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.PgIndex .Lead__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 5%;
}
.PgIndex .Lead__img {
  display: block;
  width: 30%;
  min-width: 30%;
}
.PgIndex .Lead__img img {
  display: block;
  width: 100%;
}
.PgIndex .Lead__block {
  width: 100%;
}
.PgIndex .Lead .Video iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.PgIndex .Gallery__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PgIndex .Gallery__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgIndex .Gallery__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .PgIndex .Gallery__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.PgIndex .Gallery__column {
  display: flex;
  gap: 70px;
}
.PgIndex .Gallery__column--ptn1 {
  gap: 2.5%;
}
.PgIndex .Gallery__column--col1 {
  flex-direction: column;
  gap: 70px 0;
}
.PgIndex .Gallery__img {
  display: block;
}
.PgIndex .Gallery__img img {
  display: block;
  width: 100%;
}
.PgIndex .Gallery__img img.ar-reset {
  object-fit: initial;
  aspect-ratio: initial;
}
.PgIndex .Gallery__img img.ptn-1 {
  height: 250px;
}
.PgIndex .Gallery__img img.ptn-2 {
  height: 230px;
}
.PgIndex .Gallery__img--full {
  width: 100%;
}
.PgIndex .Gallery__img--ptn1 {
  width: auto;
}
.PgIndex .Gallery__img--ptn1 img {
  height: 320px;
}
.PgIndex .Gallery__img--col2 {
  width: 50%;
}
.PgIndex .Gallery__img--col2 img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5/3;
}
.PgIndex .PrPointList__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PgIndex .PrPointList__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgIndex .PrPointList__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .PgIndex .PrPointList__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.PgIndex .PrPointList__column {
  display: flex;
  flex-direction: column;
}
.PgIndex .PrPointList .PrPoint {
  border-bottom: 1px solid #1e1e1e;
}
.PgIndex .PrPointList .PrPoint__inner {
  padding: 1em 0;
}
.PgIndex .PrPointList .PrPoint__column {
  display: flex;
  align-items: center;
  gap: 0 5%;
}
.PgIndex .PrPointList .PrPoint__head {
  width: 27.5%;
  min-width: 27.5%;
  display: inline-flex;
  align-items: center;
  gap: 0 0.75em;
}
.PgIndex .PrPointList .PrPoint__head .icon {
  display: block;
  width: 32px;
  aspect-ratio: 5/5;
  object-position: center;
}
.PgIndex .PrPointList .PrPoint__label {
  font-size: 2.1rem;
  font-weight: 600;
}
.PgIndex .SpecInfo {
  background-color: #f2f2f2;
}
.PgIndex .SpecInfo__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PgIndex .SpecInfo__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .PgIndex .SpecInfo__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .PgIndex .SpecInfo__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.PgIndex .SpecInfo__column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 70px;
}
.PgIndex .SpecInfo__block {
  width: calc(50% - 35px);
}
.PgIndex .SpecInfo__img {
  display: block;
  width: calc(50% - 35px);
  min-width: calc(50% - 35px);
}
.PgIndex .SpecInfo__img img {
  display: block;
  width: 100%;
}
.PgIndex .SpecInfo .SpecTable caption {
  margin-bottom: 1em;
  padding: 0.5em;
  background-color: black;
  color: white;
}
.PgIndex .SpecInfo .SpecTable th, .PgIndex .SpecInfo .SpecTable td {
  padding: 0.5em;
  font-size: 1.5rem;
  line-height: 1.5;
  border-bottom: 1px solid #999;
}
.PgIndex .SpecInfo .SpecTable th {
  font-weight: 600;
}

/*!
page > a10
------------------------------
*/
.PgA10 {
  background-color: black;
}
.PgA10 .Fv {
  width: 100%;
  height: 100vh;
  background-color: black;
  position: relative;
  overflow: hidden;
}
.PgA10 .Fv__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.PgA10 .Fv__inner {
  height: 100%;
  padding: 0 5%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}
.PgA10 .Fv__copy {
  margin-top: 150px;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.2;
}
.PgA10 .txtCnt__inner {
  padding: 0 7.5%;
}
.PgA10 .Lead {
  color: white;
}
.PgA10 .Lead__inner {
  padding: 5%;
}
.PgA10 .Lead .primaryImg {
  display: block;
  width: 100%;
}
.PgA10 .Lead .primaryImg img {
  display: block;
  width: 100%;
}
.PgA10 .Spec {
  color: white;
}
.PgA10 .Spec__inner {
  padding: 5%;
}
.PgA10 .Spec-Table th, .PgA10 .Spec-Table td {
  padding: 1em 0.5em;
  font-size: 1.5rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
}
.PgA10 .Spec-Table td {
  padding-left: 2em;
}
.PgA10 .Spec-Table td::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 30px);
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.PgA10 .Example {
  color: white;
}
.PgA10 .Example__inner {
  padding: 5%;
}
.PgA10 .Example__column {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.PgA10 .Example__img {
  display: block;
  width: calc(33.3333333333% - 40px);
}
.PgA10 .Example__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
}
.PgA10 .Example__img--2 {
  width: calc(50% - 30px);
}

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