@charset "UTF-8";
/******VAR*******/
/******FONT*******/
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda&family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansCJKjp-Regular_subset.woff2") format("woff2"), url("../font/NotoSansCJKjp-Regular_subset.woff") format("woff"), url("../font/NotoSansCJKjp-Regular_subset.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold_subset.woff2") format("woff2"), url("../font/NotoSansCJKjp-Bold_subset.woff") format("woff"), url("../font/NotoSansCJKjp-Bold_subset.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium_subset.woff2") format("woff2"), url("../font/NotoSansCJKjp-Medium_subset.woff") format("woff"), url("../font/NotoSansCJKjp-Medium_subset.ttf") format("truetype");
  font-display: swap;
}
/******COMMON*******/
* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #333;
}

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

figure {
  margin: 0;
}

sup {
  font-size: 60%;
  font-weight: 100;
}

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

em {
  font-weight: bold;
  font-style: normal;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.br-pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-tab-portrait {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .br-tab-portrait {
    display: inline !important;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

.note {
  font-size: 14px;
  color: #9FA9AD;
}
@media screen and (max-width: 767px) {
  .note {
    font-size: 12px;
  }
}

.mt-20 {
  margin-top: 20px !important;
}

.marker {
  background: linear-gradient(transparent 60%, #FFF000 60%);
}

.bg-blue {
  background-color: #F7FCFF;
}

.bg-pink {
  background-color: #FFEAEC;
}

.bg-red {
  background-color: #FFF0F0;
}

.bg-green {
  background-color: #ECFFF0;
}

.bg-gray {
  background-color: #F3F3F3;
}

.bg-yellow {
  background-color: #FFFBE2;
}

.font-blue {
  color: #0099FF;
}
.font-green {
  color: #349944;
}
.font-green-l {
  color: #46AB57;
}
.font-green-l2 {
  color: #00C1C8;
}
.font-red {
  color: #CB060F;
}
.font-bold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}

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

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

.color-primary {
  color: #0099FF;
}

.color-green {
  color: #349944;
}

.color-brown {
  color: #CC8806;
}

.text-link-area {
  margin-top: 32px;
  text-align: center;
}
.text-link-area a:hover {
  opacity: 0.6;
  transition: 0.3s;
  box-shadow: none;
}

.text-link {
  font-size: 14px;
  padding: 0 27px 0 0;
  display: inline-block;
  position: relative;
  background: rgba(0, 0, 0, 0);
  line-height: 3px;
  color: #09f;
  transition: 0.2s;
}

.text-link-sm::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 18px;
  height: 18px;
  background: #09f url(../images/common-arrow16_w.svg) 8px 50%/5px auto no-repeat;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1.5px #09f;
  transition: transform 0.2s;
}

.Footer_privacy {
  text-decoration: underline;
}
.Footer_privacy:hover {
  text-decoration: none;
}

html {
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: normal !important;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
}

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

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

.pc-view {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pc-view {
    display: none;
  }
}

.sp-tab-view {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-tab-view {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .sp-tab-view {
    display: inline-block;
  }
}

.main {
  display: block;
  padding: 60px 0 0;
  overflow: hidden;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 0 15px !important;
  background-color: #FFFFFF;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  height: 60px;
  position: relative;
  margin: 0 auto;
  padding: 5px 20px;
}
.header__inner img {
  vertical-align: bottom;
}
.header__inner .header__tel {
  margin-right: 64px;
}
.header__inner .header__group {
  display: flex;
  align-items: center;
}
.header__inner .header__group button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
}
.header__inner .header__group .header__share {
  position: absolute;
  right: 0;
  padding: 16px;
  border-left: 2px solid #eee;
  cursor: pointer;
}
.header__inner .header__group .header__share:hover {
  opacity: 0.7;
}
.header__logo {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 15rem;
  }
}
.header__logo img {
  vertical-align: bottom;
}
.header h1 {
  margin: 0;
}

.sp-tel {
  display: none;
}

/*モーダル*/
/* Modal */
#modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px 20px;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  animation: fadeIn 0.3s ease;
  backdrop-filter: blur(2px);
}
#modal.is-active {
  opacity: 1;
  visibility: visible;
}
#modal button,
#modal .icon_close {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
}
#modal button {
  cursor: pointer;
}
#modal .modal-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 440px;
  height: max-content;
  margin: 250px auto auto;
  padding: 30px 20px;
  border-radius: 30px;
  background: #fff;
}
#modal .icon_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
#modal p {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #D9D9D9;
}
#modal .sns_container {
  display: flex;
  justify-content: center;
  gap: 38px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 !important;
  }
  .header__logo img {
    width: 80%;
  }
  .header__inner {
    padding: 5px 20px 5px 5px;
  }
  .header__inner .header__tel {
    margin-right: 40px;
  }
  .header__inner .header__group .header__share {
    margin-left: 0;
    right: 0;
    padding: 16px 12px;
    height: 60px;
  }
  .header__inner .header__group .header__share img {
    width: 20px;
    height: 20px;
  }
  .sp-tel {
    margin-right: 40px;
    display: block;
  }
  #modal .modal-container {
    margin: auto;
    width: 80%;
    padding: 20px;
  }
  #modal p {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #modal .sns_container {
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  #modal p {
    font-size: 5vw;
  }
}
.stack {
  margin: 0;
  padding: 0;
}
.stack__item {
  display: block;
  margin: 0;
  line-height: 0;
}
.stack__item a,
.stack__item picture,
.stack__item img {
  display: block;
  width: 100%;
}
.stack__item--pc-tab {
  display: block;
}
.stack__item--sp {
  display: none;
}

.js-section01-pc-hover,
.js-section01b-sp-hover,
.js-section03b-hover {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.js-section01-pc-hover img,
.js-section01b-sp-hover img,
.js-section03b-hover img {
  display: block;
  width: 100%;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.js-section01-pc-hover {
  background-image: url("../images/section01_pc_hover.jpg?260217v1");
  background-image: image-set(url("../images/section01_pc_hover.avif?260217v1") type("image/avif"), url("../images/section01_pc_hover.jpg?260217v1") type("image/jpeg"));
}

.js-section01b-sp-hover {
  background-image: url("../images/section01b_sp_hover.jpg?260217v1");
  background-image: image-set(url("../images/section01b_sp_hover.avif?260217v1") type("image/avif"), url("../images/section01b_sp_hover.jpg?260217v1") type("image/jpeg"));
}

.js-section03b-hover {
  background-image: url("../images/section03b_pc_hover.jpg?260217v1");
  background-image: image-set(url("../images/section03b_pc_hover.avif?260217v1") type("image/avif"), url("../images/section03b_pc_hover.jpg?260217v1") type("image/jpeg"));
}
@media screen and (max-width: 767px) {
  .js-section03b-hover {
    background-image: url("../images/section03b_sp_hover.jpg?260217v1");
    background-image: image-set(url("../images/section03b_sp_hover.avif?260217v1") type("image/avif"), url("../images/section03b_sp_hover.jpg?260217v1") type("image/jpeg"));
  }
}

@media (hover: hover) and (pointer: fine) {
  .js-section01-pc-hover:hover img,
  .js-section01-pc-hover:focus-within img,
  .js-section01b-sp-hover:hover img,
  .js-section01b-sp-hover:focus-within img,
  .js-section03b-hover:hover img,
  .js-section03b-hover:focus-within img {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .stack__item--pc-tab {
    display: none;
  }
  .stack__item--sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin: 0;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  padding: 9rem 0;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    gap: 6.7rem;
    padding: 6.4rem 2rem;
  }
}
.footer__inquiry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-template-rows: auto;
  gap: 5.3rem;
  max-width: 77.3rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__inquiry {
    grid-template-columns: auto;
  }
}
.footer__inquiry--wrap {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.footer__inquiry--note {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__inquiry--note {
    font-size: 1.3rem;
  }
}
.footer__inquiry .cell {
  position: relative;
  height: 21.4rem;
  padding: 4rem 0 2.4rem;
  border: 0.3rem solid #E9E9E9;
  border-radius: 2rem;
  text-align: center;
}
.footer__inquiry .cell .icon {
  position: absolute;
  top: -3rem;
  left: 50%;
  width: 6rem;
  height: 6rem;
  transform: translateX(-50%);
}
.footer__inquiry .cell .icon img {
  max-width: none;
  width: 100%;
}
.footer__inquiry .cell-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.footer__inquiry--head {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__inquiry--head {
    font-size: 2rem;
  }
}
.footer__inquiry--text {
  margin: 2.3rem 0 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer__inquiry--text {
    margin: 1.7rem 0 0;
    font-size: 1.3rem;
  }
}
.footer__inquiry--button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  max-width: 15.2rem;
  width: 100%;
  height: 4rem;
  margin: auto auto 0;
  color: #fff;
  border-radius: 99rem;
  background-color: #0271D3;
  text-align: center;
}
.footer__inquiry--button::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 1rem;
  margin: 0.1rem 0 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M1%201.5L6%206.5L1%2011.5%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__inquiry--button.mail {
  background-color: #3099FF;
}
@media screen and (max-width: 767px) {
  .footer__inquiry--button.mail {
    margin: 3.3rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__inquiry--button.tel {
    margin: 1.4rem auto 0;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}
.footer__links--next-engine {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
}
.footer__links--next-engine .logo {
  display: inline-block;
  width: 22rem;
}
.footer__links--next-engine .logo img {
  max-width: none;
  width: 100%;
}
.footer__links--ne {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.footer__links--ne a img {
  vertical-align: top;
}
.footer__links--ne-policy {
  color: #09f;
  font-size: 1.1rem;
  text-align: center;
  text-decoration: underline;
}
.footer__links .copyright {
  font-size: 1.1rem;
}
.footer a:hover {
  opacity: 0.7;
}
