@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
/* Sass Document */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767.98px) {
  html {
    width: 100%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #223b4e;
  min-width: 1160px;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  body {
    min-width: inherit;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

* {
  box-sizing: border-box;
  line-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767.98px) {
  html {
    font-size: 2.666vw;
  }
}
p,
.c-txt {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  p,
.c-txt {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.005em;
  }
}

.c-txt + .c-txt {
  margin-top: 1.8em;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
section[id] {
  padding-top: 17rem;
}
@media screen and (max-width: 767.98px) {
  section[id] {
    padding-top: 6.6rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

picture,
figure {
  display: block;
  margin: 0;
}

.u-min {
  font-family: "Noto Serif JP", serif;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .u-sp {
    display: block;
  }
}

.l-main {
  padding-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .l-main {
    padding-top: 6rem;
  }
}

.l-content__inner {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .l-content__inner {
    padding: 0 2rem;
  }
}

.c-section__ttl {
  font-size: 2rem;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-bottom: 0.4rem;
  position: relative;
  min-height: 1.4em;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl {
    font-size: 1.4rem;
  }
}
.c-section__ttl .u-line {
  width: 7.2rem;
  height: 0.2rem;
  background-color: #1b649b;
  position: relative;
  top: 0.2rem;
  transform: scale(1, 0) translateY(700%);
  transform-origin: left center;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl .u-line {
    order: 1;
    width: 2rem;
    margin-left: 0 !important;
    margin-right: 1.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl .u-en {
    order: 2;
    position: static;
    margin-right: 1.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl .u-jp {
    order: 3;
    position: static;
  }
}
.c-section__ttl.l-center {
  padding-left: 0;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl.l-center {
    justify-content: flex-start;
  }
}
.c-section__ttl.l-center .u-en {
  transform: translate(-100%, 130%);
  left: calc(50% - 6.6rem);
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl.l-center .u-en {
    position: static;
    transform: translateY(130%);
  }
}
.c-section__ttl.l-center .u-jp {
  position: absolute;
  left: calc(50% + 6.6rem);
  transform: translateY(140%);
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl.l-center .u-jp {
    position: static;
  }
}
.c-section__ttl.l-center.is-animeOn .u-en {
  -webkit-animation: transY 1s forwards;
          animation: transY 1s forwards;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl.l-center.is-animeOn .u-en {
    -webkit-animation: transY-2 1s forwards;
            animation: transY-2 1s forwards;
  }
}
.c-section__ttl.l-center.is-animeOn .u-line {
  -webkit-animation: scaleX 1s 0.2s forwards;
          animation: scaleX 1s 0.2s forwards;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl.l-center.is-animeOn .u-line {
    -webkit-animation-delay: 0 !important;
            animation-delay: 0 !important;
  }
}
.c-section__ttl.l-center.is-animeOn .u-jp {
  -webkit-animation: transY2 1s 0.4s forwards;
          animation: transY2 1s 0.4s forwards;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl.l-center.is-animeOn .u-jp {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}
.c-section__ttl.l-left {
  padding-left: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl.l-left {
    padding-left: 0;
  }
}
.c-section__ttl.l-left .u-line {
  margin-left: 2.9rem;
}
.c-section__ttl.l-left .u-en {
  transform: translateY(130%);
}
.c-section__ttl.l-left.is-animeOn .u-en {
  -webkit-animation: transY-2 1s forwards;
          animation: transY-2 1s forwards;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl.l-left.is-animeOn .u-en {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
.c-section__ttl.l-left.is-animeOn .u-line {
  -webkit-animation: scaleX 1s 0.2s forwards;
          animation: scaleX 1s 0.2s forwards;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl.l-left.is-animeOn .u-line {
    -webkit-animation-delay: 0 !important;
            animation-delay: 0 !important;
  }
}
.c-section__ttl .u-en {
  color: #1b649b;
  display: block;
}
.c-section__ttl .u-jp {
  display: block;
  top: 0.1rem;
}

.p-txt-wrapper {
  max-width: 78rem;
  margin: 0 auto;
}
.p-txt-wrapper .l-left {
  padding-left: 0;
}

@-webkit-keyframes transY {
  0% {
    transform: translate(-100%, 130%);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

@keyframes transY {
  0% {
    transform: translate(-100%, 130%);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes transY-2 {
  0% {
    transform: translateY(130%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes transY-2 {
  0% {
    transform: translateY(130%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes scaleX {
  0% {
    transform: scale(0, 1) translateY(700%);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes scaleX {
  0% {
    transform: scale(0, 1) translateY(700%);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes transY2 {
  0% {
    transform: translateY(140%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes transY2 {
  0% {
    transform: translateY(140%);
  }
  100% {
    transform: translateY(0);
  }
}
.u-shadow {
  box-shadow: 10px 10px 20px 1px rgb(184, 203, 214);
}

.u-bgcolor--aqua {
  background-color: #eef3f6;
}

.u-txtcolor--blue {
  color: #1b649b;
}

/* ----------------------------------------------------------------------------------------------------
*	header
* --------------------------------------------------------------------------------------------------*/
.l-header {
  height: 10rem;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  transition: 0.5s background-color;
  min-width: 116rem;
}
.l-header.is-bgcolor {
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-header.is-logo-hide .l-header__logo {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header {
    height: 6rem;
    padding-right: 1rem;
    padding-left: 2rem;
    min-width: inherit;
  }
}

.l-header__logo.is-open {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.l-header__logo.is-open .is-on {
  opacity: 1;
}
.l-header__logo.is-open .is-off {
  opacity: 0;
}
@media (any-hover) {
  .l-header__logo a {
    transition: 0.3s;
  }
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__logo {
    transition: 0.3s opacity;
    width: 14rem;
    position: absolute;
    z-index: 12;
  }
}
.l-header__logo .is-on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}

.l-header__nav.-pc {
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav.-pc {
    display: none;
  }
}
.l-header__nav.-sp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #87c0d3;
  min-height: 100dvh;
  z-index: 10;
  padding: 0 2rem;
  color: #fff;
  padding-top: 11rem;
  transform: translateX(-100%);
  transition: 0.5s transform;
}
.l-header__nav.-sp.is-open {
  transform: translateX(0);
}
.l-header__nav.-sp .l-header__nav-list {
  font-size: 2rem;
  display: block;
}
.l-header__nav.-sp .l-header__nav-list a {
  padding: 1rem 0;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
}
.l-header__nav.-sp .l-header__nav-list a span {
  display: block;
  font-size: 0.8rem;
  font-weight: 200;
}

.l-header__inner {
  width: calc(100% - 18rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .l-header__inner {
    width: auto;
  }
}

.l-header__nav-list {
  display: flex;
  font-size: 1.6rem;
  gap: 0 2.6rem;
}

.l-header__nav-item a {
  text-decoration: none;
  overflow: hidden;
  color: currentColor;
  position: relative;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 700;
  will-change: transform;
}
@media (any-hover: hover) {
  .l-header__nav-item a:hover .c-txt-real {
    -webkit-animation: hoverA 0.4s;
            animation: hoverA 0.4s;
  }
  .l-header__nav-item a:hover .c-txt-clone {
    -webkit-animation: hoverB 0.4s;
            animation: hoverB 0.4s;
  }
}
.l-header__nav-item a span {
  display: block;
  padding: 0.3rem 0.2rem;
}
.l-header__nav-item a span.c-txt-clone {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}

@-webkit-keyframes hoverA {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

@keyframes hoverA {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes hoverB {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes hoverB {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.l-hamburger-wrapper {
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .l-hamburger-wrapper {
    display: block;
    position: relative;
    z-index: 1000;
  }
}

.l-hamburger {
  width: 4.4rem;
  height: 4.4rem;
  position: relative;
  background-color: transparent;
  border: none;
}
.l-hamburger.is-cross .l-line {
  background-color: #fff !important;
  width: 3rem !important;
  top: 50% !important;
}
.l-hamburger.is-cross .l-line:first-of-type {
  transform: rotate(20deg);
}
.l-hamburger.is-cross .l-line:last-of-type {
  transform: rotate(-20deg);
}
.l-hamburger .l-line {
  position: absolute;
  height: 0.2rem;
  width: 2.4rem;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s top, 0.3s transform, 0.3s width;
}
.l-hamburger .l-line:first-of-type {
  top: calc(50% - 0.5rem);
}
.l-hamburger .l-line:last-of-type {
  top: calc(50% + 0.5rem);
}

/* ----------------------------------------------------------------------------------------------------
*	footer
* --------------------------------------------------------------------------------------------------*/
.l-footer {
  background-color: #0b70a4;
  padding-top: 10.4rem;
  padding-bottom: 9.3rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer {
    padding: 6rem 2rem 6.3rem;
  }
}
.l-footer * {
  color: #fff;
}

.l-footer__catch {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .l-footer__catch {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 500;
  }
}

.l-footer__info-wrapper {
  display: flex;
  max-width: 1120px;
  margin: 10.3rem auto 0;
  padding-bottom: 13.95rem;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .l-footer__info-wrapper {
    margin-top: 6.2rem;
    flex-direction: column;
    padding-bottom: 0;
    gap: 4.8rem 0;
  }
}

.l-footer__info-link {
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  height: 22rem;
  text-decoration: none;
  display: grid;
  place-content: center;
  transition: 0.3s background-color;
  max-width: 54rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__info-link {
    height: 13.6rem;
  }
}
@media (any-hover: hover) {
  .l-footer__info-link.p-form:hover {
    background-color: #fff;
  }
  .l-footer__info-link.p-form:hover p {
    color: #0b70a4 !important;
  }
  .l-footer__info-link.p-form:hover .c-icn .on {
    z-index: 2;
  }
  .l-footer__info-link.p-form:hover .c-icn .out {
    z-index: 1;
  }
}
.l-footer__info-link.p-form .c-icn {
  width: 5.4rem;
  display: inline-block;
  margin: -1.3rem auto 1rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-footer__info-link.p-form .c-icn {
    width: 3.6rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.l-footer__info-link.p-form .c-icn .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-footer__info-link.p-form .c-icn .out {
  position: relative;
  z-index: 2;
}
.l-footer__info-link.p-form p {
  margin-top: 0.2rem;
  font-size: 2.2rem;
  transition: 0.3s color;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .l-footer__info-link.p-form p {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.p-tel-num {
  display: flex;
  font-size: 3.6rem;
  font-weight: 700;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-tel-num {
    font-size: 2.6rem;
  }
}
.p-tel-num .c-icn {
  width: 5rem;
  display: inline-block;
  margin-right: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-tel-num .c-icn {
    width: 3.6rem;
    margin-right: 1.6rem;
  }
}

.p-hour {
  margin-top: 1.3rem;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .p-hour {
    font-size: 1.2rem;
    font-weight: 200;
    margin-top: 1rem;
  }
}

.l-footer__bottom {
  border-top: 1px solid #fff;
  padding-top: 7.65rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__bottom {
    border-top: none;
  }
}

.p-name-nav-wrapper {
  display: flex;
  align-items: center;
  max-width: 1120px;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-name-nav-wrapper {
    display: block;
  }
}

.l-footer__logo {
  width: 15rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__logo {
    width: 12rem;
  }
}

.l-footer__nav-list {
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  gap: 0 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav-list {
    margin-top: 3rem;
    display: block;
  }
}

.l-footer__nav-item a {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
  will-change: transform;
}
@media (any-hover: hover) {
  .l-footer__nav-item a:hover .c-txt-real {
    -webkit-animation: hoverA 0.4s;
            animation: hoverA 0.4s;
  }
  .l-footer__nav-item a:hover .c-txt-clone {
    -webkit-animation: hoverB 0.4s;
            animation: hoverB 0.4s;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav-item a {
    padding: 1.6rem 0;
    letter-spacing: 0.1em;
  }
}
.l-footer__nav-item a span {
  display: block;
  padding: 0.2rem 0;
}
.l-footer__nav-item a span.c-txt-clone {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}

.c-copyright {
  margin-top: 11.6rem;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .c-copyright {
    margin-top: 5.9rem;
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	アニメーション
* --------------------------------------------------------------------------------------------------*/
.is-fadeUp {
  display: block;
  transition: 1s opacity, 1s transform;
  opacity: 0;
  transform: translateY(4rem);
}
.is-fadeUp.is-animeOn {
  opacity: 1;
  transform: translateY(0);
}

.delay--1 {
  transition-delay: 0.2s !important;
}

.delay--2 {
  transition-delay: 0.4s !important;
}

.delay--3 {
  transition-delay: 0.6s !important;
}

.is-txt-fadeIn span {
  display: inline-block;
  transition: 1s opacity;
  opacity: 0;
}
.is-txt-fadeIn.is-animeOn span {
  opacity: 1;
}
/*# sourceMappingURL=common.css.map */