@charset "UTF-8";
/* CSS Document */

html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  color: #494949;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 2.2em;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: clamp(150px, 20vw, 294px);
  height: auto;
  aspect-ratio: 294 / 316;
  background-image: url("../images/common/logo_decoration.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
}

@media screen and (max-width: 1309px) {
  body::before {
    width: clamp(100px, 30vw, 200px);
    /* 下層ページ用：ヘッダーの高さ分だけ下げる */
    top: 60px;
  }
}

@media screen and (max-width: 960px) {
  body.is-top-page::before {
    /* ヘッダー(60px) + スライド高さ(比率計算) */
    top: calc(60px + (100vw * 1174 / 1756));
  }
}

/* RESET */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label {
  background: #ff0000;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
img,
figure,
figcaption {
  border: 0;
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #494949;
  text-decoration: none;
  display: inline-block;
}
p {
}
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
table {
  width: 100%;
  border: none;
}
tbody {
  border-top: 0px;
}
th,
tbody th {
  padding-right: 0em;
  border-bottom: none;
}
input {
  -webkit-appearance: none;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*　#Header */
#Header .Logo a,
#Header .Logo a img,
#Footer .Logo a,
#Footer .Logo a img {
  display: block;
}
#Header {
  background: #ffffff;
}
#Header .Logo a {
  max-width: 55vw;
}
#Header .Logo {
  padding: 8px 5.33%;
}
#NavWrap .Nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#NavWrap a {
  font-weight: 700;
}
#NavWrap a.current:not(.nocurrent) {
  color: #0067ce;
}
.btnContact a {
  background: #0067ce;
  color: #ffffff;
  font-weight: 700;
}

/* FOOTER */
#Footer .fWrap {
  padding: 56px 0 24px 0;
  overflow: hidden;
}
#Footer .fWrap > .inner {
}
#Footer .logoWrap > *:not(:last-child) {
  margin-bottom: 32px;
}
#Footer .Logo a {
  max-width: 80vw;
}
#Footer .fAddress {
  grid-gap: 24px 120px;
}
#Footer .fMenu ul a {
  font-weight: 700;
}
#Footer .Copy {
  color: #494949;
  width: 100%;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.05em;
}

/* CONTENT */
.inner {
  padding: 0 5.33%;
}
main section:not(.Head):not(.full) {
  padding: 56px 0;
}
main section:not(.Head):not(.full).bottom {
  padding-bottom: 24px;
}

.NoPaddingTop {
  padding-top: 0 !important;
}

.NoPaddingBottom {
  padding-bottom: 0 !important;
}

/*SP
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  /* FOOTER */
  #Footer .fWrap > .flex > *:not(:last-child) {
    margin-bottom: 40px;
  }
  #Footer .fAddress {
  }
  #Footer .fMenu {
    border: #c8c8c8 1px solid;
    border-left: none;
    border-right: none;
    padding: 32px 0;
  }
  #Footer .fMenu ul > li:not(:last-child) {
    margin-bottom: 16px;
  }
}

/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  a,
  a:hover,
  a *,
  a:hover *,
  a::before,
  a:hover::before,
  a::after,
  a:hover::after,
  .slick-arrow {
    transition: border 0.3s ease-out, background 0.3s ease-out,
      color 0.3s ease-out, opacity 0.3s ease-out;
  }
  a:hover {
    color: #82c1e8;
  }
  a:hover img {
    opacity: 0.6;
  }

  /*　HEADER　*/
  .btnContact a:hover {
    background: #0080ff;
    color: #ffffff;
  }

  /* FOOTER */
  #Footer .fWrap {
    padding: 94px 0 39px 0;
  }
  #Footer .fWrap > .inner {
    grid-gap: 0 80px;
    /* grid-gap: 80px; */
    align-items: center;
  }
  #Footer .Logo a {
    max-width: 257px;
    display: block;
  }
  #Footer .fMenu {
  }
  #Footer .fMenu ul {
    display: flex;
    align-items: stretch;
    grid-gap: 1em 3em;
  }
  #Footer .Copy {
    text-align: right;
  }

  /* CONTENT */
  main section:not(.Head):not(.full) {
    padding: 136px 0;
  }

  main section:not(.Head):not(.full).bottom {
    padding-bottom: 40px;
  }
  .inner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
  }
}

@media print, screen and (min-width: 901px) {
  .environmentPage .messageSection {
    padding-bottom: 200px !important;
  }
}

/*NAV
-------------------------------------------------------*/
@media screen and (max-width: 1309px) {
  /*　HEADER　*/
  #Header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
  }
  #Header .Logo {
    z-index: 100;
  }
  #Header .Logo a {
    height: 44px;
    display: flex;
    align-items: center;
  }
  #Header .Logo a img {
    width: auto;
    max-height: 100%;
  }
  #NavWrap nav {
    background: #ffffff;
    width: 100%;
    height: 100%;
    padding: 32px 5.33%;
    padding-top: 80px;
    pointer-events: none;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: -99;
    opacity: 0;
  }
  #NavWrap.open nav {
    pointer-events: all;
    /*transition: all 0s;*/
    z-index: 99;
    opacity: 1;
  }
  #NavWrap nav > *:not(:last-child) {
    margin-bottom: 32px;
  }
  #NavWrap .Nav ul {
    flex-direction: column;
  }
  #NavWrap .Nav ul > *:not(:last-child) {
    margin-bottom: 8px;
  }
  #NavWrap .Nav a,
  #NavWrap .btnContact a {
    min-height: 32px;
    padding: 16px 8px;
    font-size: 1.6rem;
    text-align: center;
    display: block;
  }
  #NavWrap .btnContact a {
  }
  .Toggle {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
  .Toggle span {
    background: #4790bf;
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    left: 10px;
    border-radius: 4px;
    transition: all 0.5s;
  }
  .Toggle span:nth-child(1) {
    top: 14px;
  }
  .Toggle span:nth-child(2) {
    top: 24px;
  }
  .Toggle span:nth-child(3) {
    bottom: 14px;
  }
  .open .Toggle span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .Toggle span:nth-child(2) {
    opacity: 0;
  }
  .open .Toggle span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }

  .contactActionWrapper {
    gap: 16px;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 1310px) {
  /*　HEADER　*/
  #Header {
    align-items: stretch;
  }
  #Header .Logo {
    padding: 19px 24px;
  }
  #Header .Logo a {
    max-width: 257px;
  }
  #NavWrap {
  }
  #NavWrap a.current:not(.nocurrent)::after {
    content: "";
    background: #0067ce;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  #NavWrap nav {
    height: 100%;
    align-items: center;
  }
  #NavWrap .Nav ul > li {
    margin-right: 3em;
  }
  #NavWrap .Nav a,
  #NavWrap .btnContact a {
  }
  #NavWrap .btnContact a {
    min-width: 150px;
    text-align: center;
  }
}
@media print, screen and (min-width: 1100px) {
  #NavWrap {
  }
}

/* === ヘッダーのスクロール時の背景色変更 === */
#Header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  line-height: 2em;
}

#Header.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* FAQ Button */
.faqButton {
  border: 1.5px solid #4790bf;
  color: #4790bf !important;
  padding: 2.5px 20px;
  border-radius: 10px;
  transition: background-color 0.3s;
}

.contactContainer {
  background-color: #4790bf;
  padding: 12px 18px;
  text-align: center;
  color: #ffffff;
}

.contactTitle {
  margin: 0 0 9px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.contactActionWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.headerPhoneNumber {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.headerPhoneIcon {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-top: 6px;
  margin-right: 3px;
  background-color: currentColor;
  -webkit-mask: url("../images/common/header_phone_icon.svg") no-repeat center;
  mask: url("../images/common/header_phone_icon.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.contactFormButton {
  display: inline-block;
  background-color: #ffffff;
  color: #5193c1;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.6em;
  padding: 2px 13.5px;
  border-radius: 5px;
  transition: transform 0.2s, opacity 0.3s;
}

.phoneNumber:hover,
.contactFormButton:hover {
  opacity: 0.8;
}

.contactFormButton:active {
  transform: scale(0.96);
}

@media (max-width: 850px) {
  .contactTitle {
  }
  .headerPhoneNumber {
    font-size: 32px;
  }
  .headerPhoneIcon {
    width: 20px;
    height: 20px;
  }
  .contactFormButton {
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    padding: 10px 0;
  }
  .contactActionWrapper {
    gap: 16px;
  }
}

@media screen and (max-width: 1309px) {
  .contactContainer {
    padding: 18px;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .faqButton {
    padding: 8px 25px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .faqButton:hover {
    background-color: #4790bf;
    color: #fff !important;
  }
}

.entrySection {
}

.entryInner {
}

.entryContainer {
  background-color: #4790bf;
  border-radius: 10px;
  padding: 80px 20px;
  color: #ffffff;
  text-align: center;
}

.entryLabel {
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 2em;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
}

.entryMainTitle {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 30px;
}

.entryDescription {
  margin-bottom: 40px;
}

.contactActionList {
  display: flex;
  gap: 40px;
  max-width: 908px;
  margin: 0 auto;
}

.contactActionCard {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 20px;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.3s, color 0.3s;
}

.contactActionCard:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.contactActionCard:hover .btnCircleSmall {
  background-image: url(../images/common/icon_arrow_hover.svg);
}

.actionLabel {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 26px;
}

.actionLabel--tel {
  margin-bottom: 8px;
}

.phoneNumber {
  font-size: 42px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.phoneIcon {
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-top: 6px;
  margin-right: 3px;
  background-color: currentColor;
  -webkit-mask: url("../images/common/footer_phone_icon.svg") no-repeat center;
  mask: url("../images/common/footer_phone_icon.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.receptionTime {
  font-size: 12px;
}

.formButtonArea {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.btnCircleSmall {
  width: 24px;
  height: 24px;
  background-image: url(../images/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 850px) {
  .entryContainer {
    padding: 56px 20px;
  }
  .actionLabel {
    margin-bottom: 8px;
  }
  .entryDescription {
    margin-bottom: 32px;
  }
  .contactActionList {
    flex-direction: column;
    gap: 20px;
  }

  .entryMainTitle {
  }

  .phoneIcon {
    width: 22px;
    height: 22px;
    margin-top: 8px;
    margin-right: 3px;
  }

  .phoneNumber {
    font-size: 37px;
    gap: 4px;
  }

  .receptionTime {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 10px;
  }

  .formButtonArea {
    font-size: 18px;
    gap: 10px;
  }
}

.contactActionCard:hover {
  background-color: #ffffff;
  color: #4790bf;
}

/* フェードインアニメーション用のクラス */
/* --- 既存：下から上にフェードイン --- */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  will-change: opacity, transform;
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- 追加：その場でふわっとフェードイン --- */
.fade-pure {
  opacity: 0;
  transition: opacity 2s ease-out;
  will-change: opacity;
}
.fade-pure.is-visible {
  opacity: 1;
}

.pc-only {
  display: flex !important;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: flex !important;
    margin: 0 auto;
    justify-content: center;
    width: fit-content;
    margin-top: 48px;
  }
}
