@charset "UTF-8";
body {
  font-family: "Noto sans JP", sans-serif;
}

.body-wrap {
  overflow: hidden;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-header-spacer {
  width: 100%;
  height: 52px;
  height: 3.25rem;
}
@media screen and (min-width: 768px) {
  .u-header-spacer {
    height: 3.75rem;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.7391304348vw;
  }
}
@media (min-width: 920px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

._pc {
  display: none;
}
@media screen and (min-width: 768px) {
  ._pc {
    display: block;
  }
}

._sp {
  display: block;
}
@media screen and (min-width: 768px) {
  ._sp {
    display: none;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.footer {
  padding: 35px 0 10px 0;
  padding: 2.1875rem 0 0.625rem 0;
  background-image: url(../images/footer/bg-footer-sp.webp);
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    background-image: url(../images/footer/bg-footer-pc.webp);
  }
}
.footer::before {
  position: absolute;
  content: "";
  top: -40px;
  top: -2.5rem;
  right: -40px;
  right: -2.5rem;
  width: 230px;
  width: 14.375rem;
  height: 230px;
  height: 14.375rem;
  background-image: url(../images/footer/bg-dots-footer.webp);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .footer::before {
    width: 28.125rem;
    height: 100%;
    top: 0;
    right: 0;
    background-position: center top;
  }
}

.footer__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 1330px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.footer__logo {
  width: 190px;
  width: 11.875rem;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 15.625rem;
  }
}

.footer__lists {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: 30px;
  margin-left: 1.875rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  border-left: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .footer__lists {
    margin-left: 3.4375rem;
    padding-left: 2.5rem;
  }
}
.footer__lists li a {
  color: #fff;
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer__lists li a {
    font-size: 1rem;
  }
}
.footer__lists li a.en {
  font-family: "Montserrat", sans-serif;
}
.footer__lists li + li {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.footer__copy {
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 0.875rem;
  }
}

.hamburger-menu {
  position: relative;
  overflow: hidden;
  height: 43px;
  height: 2.6875rem;
}

.hamburger-menu__button {
  position: relative;
  z-index: 20;
  display: block;
  height: inherit;
  width: 43px;
  width: 2.6875rem;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 1.375rem;
}
.hamburger-menu__button span {
  background-color: #003692;
  width: 18px;
  width: 1.125rem;
  height: 1px;
  border-radius: 1px;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hamburger-menu__button span:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 4px));
          transform: translate(-50%, calc(-50% - 4px));
}
.hamburger-menu__button span:nth-child(2) {
  -webkit-transform: translate(-50%, calc(-50% + 4px));
          transform: translate(-50%, calc(-50% + 4px));
}

#hamburger-menu-button:checked + .hamburger-menu__button {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#hamburger-menu-button:checked + .hamburger-menu__button span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#hamburger-menu-button:checked + .hamburger-menu__button span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.5s 0.15s ease;
  transition: -webkit-transform 0.5s 0.15s ease;
  transition: transform 0.5s 0.15s ease;
  transition: transform 0.5s 0.15s ease, -webkit-transform 0.5s 0.15s ease;
}
#hamburger-menu-button:checked + .hamburger-menu__button span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.5s 0.15s ease;
  transition: -webkit-transform 0.5s 0.15s ease;
  transition: transform 0.5s 0.15s ease;
  transition: transform 0.5s 0.15s ease, -webkit-transform 0.5s 0.15s ease;
}

.hamburger-menu__toggle {
  position: fixed;
  left: 200%;
  top: 0;
  display: block;
  width: 80%;
  height: 100vh;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(247, 247, 247, .6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 80px 20px 0 20px;
  padding: 5rem 1.25rem 0 1.25rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  border-radius: 1.25rem 0 0 1.25rem;
}

.hamburger-menu__enscrollable {
  overflow: scroll;
}

#hamburger-menu-button:checked ~ .hamburger-menu__toggle {
  left: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

html:has(#hamburger-menu-button:checked) {
  overflow: hidden;
}

.hamburger-menu__logo {
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
  margin-inline: auto;
}

.hamburger-menu__nav {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.hamburger-menu__nav-item a {
  text-align: center;
  display: block;
  width: 100%;
  padding: 15px 0px;
  padding: 0.9375rem 0rem;
  font-size: 16px;
  font-size: 1rem;
  color: #003692;
}
.hamburger-menu__nav-item a.en {
  font-family: "Montserrat", sans-serif;
}
.hamburger-menu__nav-item:nth-child(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.hamburger-menu__cta {
  text-align: center;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
.hamburger-menu__cta a {
  display: inline-block;
  max-width: 230px;
  max-width: 14.375rem;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#003692), to(#00aa7F));
  background: linear-gradient(to right, #003692, #00aa7F);
  padding: 17px 55px 17px 78px;
  padding: 1.0625rem 3.4375rem 1.0625rem 4.875rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  border-radius: 0.4375rem;
}
.hamburger-menu__cta a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 43px;
  left: 2.6875rem;
  width: 15px;
  width: 0.9375rem;
  height: 12px;
  height: 0.75rem;
  background-image: url(../images/common/mail-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.header {
  border-top: 4px solid #00aa7F;
  border-top: 0.25rem solid #00aa7F;
  height: 60px;
  height: 3.75rem;
  z-index: 501;
  position: fixed;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header {
    border-top: 0.375rem solid #00aa7F;
    height: 5rem;
  }
}

.header__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  height: 3.5rem;
  position: relative;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .header__container {
    height: 4.625rem;
    padding: 0 1.25rem;
    max-width: 90rem;
    margin: 0 auto;
  }
}

.header__logo {
  display: block;
  height: 100%;
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 155px;
  width: 9.6875rem;
}
@media screen and (min-width: 768px) {
  .header__logo a {
    width: 16.25rem;
  }
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__menu {
    height: 3.5625rem;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 3.75rem;
    width: 52.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header__pc-nav {
  height: inherit;
  margin-right: 84px;
  margin-right: 5.25rem;
}
.header__pc-nav ul,
.header__pc-nav li,
.header__pc-nav a {
  height: inherit;
}
.header__pc-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 341px;
  width: 21.3125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__cta {
  margin-right: 15px;
  margin-right: 0.9375rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#003692), to(#00aa7F));
  background: linear-gradient(to right, #003692, #00aa7F);
  padding: 6px 22px 6px 40px;
  padding: 0.375rem 1.375rem 0.375rem 2.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  border-radius: 0.3125rem;
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .header__cta {
    padding: 0.5rem 2.125rem 0.5rem 3.375rem;
  }
}
.header__cta::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 23px;
  left: 1.4375rem;
  width: 11px;
  width: 0.6875rem;
  height: 9px;
  height: 0.5625rem;
  background-image: url(../images/common/mail-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .header__cta::before {
    width: 0.9375rem;
    height: 0.8125rem;
    left: 1.875rem;
  }
}

.header__nav-item {
  display: inline-block;
  height: inherit;
  vertical-align: top;
  position: relative;
}
.header__nav-item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003692;
}
@media screen and (min-width: 768px) {
  .header__nav-item a {
    position: relative;
  }
  .header__nav-item a::after {
    background-color: #003692; /* 下線の色 */
    bottom: 0; /* 要素の下端からの距離 */
    content: ""; /* 要素に内容を追加 */
    height: 2px; /* 下線の高さ */
    left: 0; /* 要素の左端からの距離 */
    position: absolute; /* 絶対位置指定 */
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
    -webkit-transform-origin: center top;
            transform-origin: center top; /* 変形の原点を中央上に指定 */
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; /* 変形をアニメーション化 */
    width: 100%; /* 要素の幅 */
  }
  .header__nav-item a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
  }
  .header__nav-item a:hover {
    opacity: 1;
  }
}
.header__nav-item a.en {
  font-family: "Montserrat", sans-serif;
}
.header__nav-item:last-of-type {
  margin-right: 0;
}

.header__nav-item--have-sub {
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
}
.header__nav-item--have-sub:hover ul.header__nav-sub-items {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  pointer-events: all;
}
.header__nav-item--have-sub::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

ul.header__nav-sub-items {
  position: absolute;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: -40px;
  left: -2.5rem;
  white-space: nowrap;
}
ul.header__nav-sub-items li a {
  background-color: #fff;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}
ul.header__nav-sub-items li a:hover {
  background-color: #f7f7f7;
}

.header__sp-nav {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 118px;
  max-width: 7.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__sp-nav {
    display: none;
  }
}

.header__insta-sp {
  display: block;
}
.header__insta-sp img {
  width: 24px;
  width: 1.5rem;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 970px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.privacy {
  background-color: #dff4ee;
  padding: 90px 0 90px;
  padding: 5.625rem 0 5.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .privacy {
    padding: 9.375rem 0 6.25rem;
  }
}
.privacy::before {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-image: url(../images/common/dots-bg.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.privacy__inner {
  position: relative;
  z-index: 2;
}

.privacy__box {
  background: #fff;
  border-radius: 0.4375rem;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  padding: 30px 20px 30px;
  padding: 1.875rem 1.25rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .privacy__box {
    padding: 3.5625rem 5.5625rem 4.75rem;
    border-radius: 0.625rem;
  }
}

.privacy__head {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #003692;
}
@media screen and (min-width: 768px) {
  .privacy__head {
    font-size: 1.75rem;
  }
}

.privacy__check {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-inline: auto;
  width: 87px;
  width: 5.4375rem;
}
@media screen and (min-width: 768px) {
  .privacy__check {
    width: 7.25rem;
  }
}

.privacy__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .privacy__text {
    font-size: 1rem;
  }
}

.privacy__button {
  margin-top: 30px;
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .privacy__button {
    margin-top: 2.5rem;
  }
}
.privacy__button a {
  -webkit-box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, .1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 35px;
  padding: 0.75rem 2.1875rem;
  background: -webkit-gradient(linear, left top, right top, from(#003692), to(#00aa7F));
  background: linear-gradient(to right, #003692, #00aa7F);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0.625rem;
  border: 2px solid #fff;
  color: #fff;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .privacy__button a {
    padding: 1.25rem 5.625rem;
    font-size: 1.25rem;
  }
}
/*# sourceMappingURL=styles.css.map */
