@charset "UTF-8";
* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

picture {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  /* * {
  	animation: none !important;
  	transition-duration: 0s !important;
  	transition-delay: 0s !important;
  } */
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 154px;
}
@media screen and (max-width: 1440px) and (min-width: 751px) {
  :root {
    font-size: 10.6944444444vw;
  }
}
@media screen and (max-width: 1025px) and (min-width: 751px) {
  :root {
    font-size: 12.7083333333vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 25.641025641vw;
  }
}

body {
  min-height: 100vh;
  background: #FFF;
  color: #595757;
  background: #FFF;
  background-size: 200% 200%;
  line-height: 1.6;
  font-size: 0.13rem;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
@media screen and (min-width: 751px) {
  body {
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.16rem;
  }
}

.mainCont {
  margin: 0 auto;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: url(../imgs/bg01.webp) center top/cover repeat-y;
}
@media screen and (max-width: 750px) {
  .mainCont {
    overflow-y: scroll;
    overflow-x: hidden;
    background-image: url(../imgs/bg01_sp.webp);
  }
}

.main {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 751px) {
  .main {
    width: 3.9rem;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1025px) and (min-width: 751px) {
  .main {
    margin: 0 0 0 auto;
    width: 42.5%;
    width: 50%;
  }
}

.wrap {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
}
@media screen and (max-width: 750px) {
  .wrap {
    width: auto;
  }
}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a:not([href^="tel:"]) {
    transition: opacity 0.3s;
    transition: 0.4s;
  }
  a:not([href^="tel:"]):hover {
    opacity: 0.7;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .fade-in-up {
    transform: translateY(20px);
    opacity: 0;
    transition: all 1s ease;
  }
  .fade-in-up.is-active {
    transform: translateY(0px);
    opacity: 1;
  }
}
.l-header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .l-header {
    height: auto;
  }
}
@media screen and (min-width: 751px) {
  .l-header__inner {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 1.95rem));
    justify-content: space-between;
    height: 100%;
  }
}
@media screen and (max-width: 1025px) and (min-width: 751px) {
  .l-header__inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 57.5%;
    width: 50%;
    background: rgba(0, 150, 224, 0.15);
  }
}
@media screen and (max-width: 750px) {
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.5rem;
    padding: 0 0.2rem;
  }
}
.l-header__siteTitle {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
@media screen and (min-width: 751px) {
  .l-header__siteTitle {
    position: absolute;
    top: 0.15rem;
    left: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .l-header__siteTitle {
    position: relative;
    z-index: 6500;
  }
}
.l-header__siteTitle a {
  display: block;
}
.l-header__siteTitle-img {
  width: 1.26rem;
  display: block;
}
.l-header__siteTitle-text {
  font-size: 0.078rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  padding: 0.04rem 0 0;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .l-header__logo {
    height: 100%;
    background: rgba(0, 150, 224, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1025px) and (min-width: 751px) {
  .l-header__logo {
    height: auto;
    background: transparent;
  }
}
@media screen and (max-width: 750px) {
  .l-header__logo {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .l-header__logo figure {
    width: 1.95rem;
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .l-header__nav {
    height: 100%;
    background: rgba(0, 150, 224, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.32rem;
  }
}
@media screen and (max-width: 1025px) and (min-width: 751px) {
  .l-header__nav {
    height: auto;
    background: transparent;
    margin: 0.5rem 0 0;
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 750px) {
  .l-header__nav {
    z-index: 7000;
    position: relative;
  }
}
.l-header__nav.active .l-header__menuBtn .bar {
  background: transparent;
}
.l-header__nav.active .l-header__menuBtn .bar::before {
  transform: translate3D(0, -50%, 0) rotate(135deg);
}
.l-header__nav.active .l-header__menuBtn .bar::after {
  transform: translate3D(0, 50%, 0) rotate(-135deg);
}
.l-header__nav.active .l-header__menuBtn .bar span {
  opacity: 0;
}
.l-header__nav.active .l-header__menu {
  transform: translate3d(0, 0, 0);
}
.l-header__nav.ready .l-header__menu {
  transition: transform 0.4s;
}
.l-header__menuBtn {
  display: block;
  width: 0.5rem;
  aspect-ratio: 1;
  position: fixed;
  top: 0.1rem;
  right: 0.1rem;
  padding: 0;
  border: none;
  padding: 0;
  border-radius: 50%;
  background: #0096E0;
  color: inherit;
  z-index: 9000;
  box-shadow: 0 0 0.5rem rgba(89, 87, 87, 0.08);
}
@media screen and (min-width: 751px) {
  .l-header__menuBtn {
    display: none;
  }
}
.l-header__menuBtn .bar {
  margin: 0 auto;
  position: relative;
  width: 48%;
  height: 2px;
  background: #FFF;
}
.l-header__menuBtn .bar::before, .l-header__menuBtn .bar::after {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #FFF;
  transition: 0.2s;
  content: "";
  transition-property: transform;
}
.l-header__menuBtn .bar::before {
  top: 50%;
  transform: translate3D(0, -0.07rem, 0);
}
.l-header__menuBtn .bar::after {
  bottom: 50%;
  transform: translate3D(0, 0.07rem, 0);
  bottom: 50%;
}
.l-header__menu {
  width: 2.08rem;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .l-header__menu {
    padding: 0.7rem 0.35rem 1.5rem;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate3d(100%, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    background: url(../imgs/bg03_sp.webp) center top/cover no-repeat;
  }
}
.l-header__menu > * {
  position: relative;
}
.l-header__menu ul {
  background: #FFF;
  padding: 0.4rem 0.16rem;
  border-radius: 0.3rem;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .l-header__menu ul {
    padding: 0.5rem 0.25rem;
  }
}
.l-header__menu ul li {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  z-index: 0;
}
.l-header__menu ul li:before {
  width: 1px;
  height: calc(100% - 0.18rem);
  display: block;
  position: absolute;
  top: 0;
  left: calc(0.05rem - 1px);
  border-left: 2px dashed #595757;
  content: "";
  z-index: -1;
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .l-header__menu ul li:before {
    left: calc(0.1rem - 1px);
  }
}
.l-header__menu ul li:first-child:before {
  display: none;
}
.l-header__menu ul li + li {
  padding-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .l-header__menu ul li + li {
    padding-top: 0.25rem;
  }
}
.l-header__menu ul li a {
  position: relative;
  padding-left: 0.2rem;
  display: block;
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  .l-header__menu ul li a {
    font-size: 0.18rem;
    letter-spacing: 0;
    padding-left: 0.35rem;
  }
}
.l-header__menu ul li a:before {
  width: 0.11rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  bottom: 0.04rem;
  left: 0;
  border: 2px solid #0096E0;
  background: #FFF;
  border-radius: 50%;
  content: "";
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .l-header__menu ul li a:before {
    width: 0.2rem;
    bottom: 0.03rem;
  }
}
.l-header__menu ul li.is-active a:before {
  border: 2px solid #0096E0;
  background: #0096E0;
}
.l-header__btns {
  margin: 0.3rem 0 0;
  display: grid;
  gap: 0.15rem;
}
@media screen and (max-width: 750px) {
  .l-header__btns {
    margin: 0.4rem 0 0;
    gap: 0.2rem;
  }
}
.l-header__btn--search {
  position: relative;
}
.l-header__btn--search:after {
  width: 0.52rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  right: 0.15rem;
  top: 0.02rem;
  transform: translateY(-100%) scaleX(-1);
  background: url(../../imgs/img_search01.webp) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .l-header__btn--search:after {
    width: 0.8rem;
    right: 0.2rem;
  }
}
.l-header__btn--search a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  background: #0096E0;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  height: 0.65rem;
  cursor: pointer;
  outline: 0.05rem solid #0096E0;
  outline-offset: 0.03rem;
  box-sizing: border-box;
  position: relative;
  margin: 0.07rem;
}
@media screen and (max-width: 750px) {
  .l-header__btn--search a {
    height: 0.9rem;
    font-size: 0.22rem;
    border-radius: 0.3rem;
  }
}
.l-header__btn--search a:before {
  width: 0.16rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%) rotate(30deg);
  background: url(../imgs/ico_arw01.webp) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .l-header__btn--search a:before {
    width: 0.2rem;
    right: 0.15rem;
  }
}
.l-header__btn--campaign a {
  display: block;
  position: relative;
  background: #FFF;
  border-radius: 0.2rem;
  padding: 0.06rem;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .l-header__btn--campaign a {
    padding: 0.1rem;
    border-radius: 0.3rem;
  }
}
.l-header__btn--campaign a:before, .l-header__btn--campaign a:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.l-header__btn--campaign a:before {
  background: url(../../imgs/img_campaign01.webp) center bottom/contain no-repeat;
  width: 0.23rem;
  aspect-ratio: 104/160;
  left: 0.13rem;
}
@media screen and (max-width: 750px) {
  .l-header__btn--campaign a:before {
    width: 0.43rem;
  }
}
.l-header__btn--campaign a:after {
  background: url(../../imgs/img_campaign02.webp) center bottom/contain no-repeat;
  width: 0.32rem;
  aspect-ratio: 124/128;
  right: 0.07rem;
}
@media screen and (max-width: 750px) {
  .l-header__btn--campaign a:after {
    width: 0.52rem;
  }
}
.l-header__btn--campaign__catch {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  font-size: 0.1rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .l-header__btn--campaign__catch {
    font-size: 0.14rem;
  }
}
.l-header__btn--campaign__catch:before, .l-header__btn--campaign__catch:after {
  background-color: #595757;
  content: "";
  height: 2px;
  width: 0.12rem;
}
.l-header__btn--campaign__catch:before {
  transform: rotate(60deg);
  margin: 0 0.02rem -0.01rem 0;
}
.l-header__btn--campaign__catch:after {
  transform: rotate(-60deg);
  margin: 0 0 -0.01rem 0.02rem;
}
.l-header__btn--campaign__title {
  color: #0096E0;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 0.13rem;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .l-header__btn--campaign__title {
    font-size: 0.2rem;
  }
}
.l-header__btn--catalog a {
  display: block;
  background: #FFF;
  color: #0096E0;
  padding: 0.1rem 0.2rem;
  border-radius: 0.3rem;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  font-weight: 700;
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  .l-header__btn--catalog a {
    font-size: 0.2rem;
    padding: 0.2rem 0.4rem;
    border-radius: 0.6rem;
  }
}
.l-header__btn--catalog a:before {
  width: 0.16rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  background: url(../imgs/ico_link01_b.webp) center/contain no-repeat;
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 750px) {
  .l-header__btn--catalog a:before {
    width: 0.25rem;
    right: 0.3rem;
  }
}

@media screen and (min-width: 751px) {
  .main {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.main sup {
  font-size: 0.12rem;
  line-height: 1;
}

.p-modal {
  display: none;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  background: #0096E0;
}
@media screen and (max-width: 750px) {
  .modaal-wrapper .modaal-close {
    width: 0.5rem;
    height: 0.5rem;
    top: 0;
    right: -0.1rem;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 750px) {
  .modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
    width: 2px;
    height: 50%;
    top: 0.13rem;
    left: 0.25rem;
  }
}
.modaal-wrapper .modaal-close:hover:before, .modaal-wrapper .modaal-close:hover:after {
  background: #FFF;
}
.modaal-container {
  border-radius: 0.3rem;
}
.modaal-content-container {
  padding: 0.3rem;
}
@media screen and (max-width: 750px) {
  .modaal-content-container {
    padding: 0.2rem;
  }
}
.modaal-overlay {
  z-index: 9998;
}

.l-footer {
  position: relative;
  z-index: 0;
  margin: 0.8rem 0 0;
  padding: 0.6rem 0;
  background: url(../imgs/bg02.webp) center top/cover no-repeat;
  color: #FFF;
}
.l-footer__contact {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.2rem;
  padding: 0.2rem;
  text-align: center;
}
.l-footer__contact__lead {
  font-weight: 700;
}
.l-footer__contact-tel {
  font-size: 0.3rem;
  font-weight: 700;
}
.l-footer__nav {
  margin: 0.6rem 0 0;
}
.l-footer__nav ul li + li {
  margin-top: 0.2rem;
}
.l-footer__nav ul li a {
  text-decoration: underline;
}
.l-footer__nav ul li a[target=_blank]:after {
  width: 0.12rem;
  aspect-ratio: 1;
  display: inline-block;
  margin: 0 0 -0.01rem 0.05rem;
  background: url(../imgs/ico_link01.webp) center/contain no-repeat;
  content: "";
}
.l-footer__copyright {
  margin: 0.6rem 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.1rem;
}/*# sourceMappingURL=common.css.map */