@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

em,
i {
  font-weight: normal;
}

.agbalumo-regular {
  font-family: "Agbalumo", system-ui;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  font-style: normal;
  height: 100vh;
  width: 100%;
  background: #eef7fd;
}

#content {
  width: 550px;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 1200px) {
  #content {
    width: 400px;
  }
}
#content img {
  vertical-align: bottom;
}

#content::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  #content {
    width: 100%;
    max-width: 100%;
  }
}
img {
  max-width: 100%;
}

.header {
  width: 550px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 15px 10px;
  background: #181c5d;
  z-index: 1000;
}
@media screen and (max-width: 1200px) {
  .header {
    width: 400px;
  }
}
.header__inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 768px) {
  .header {
    max-width: 100%;
    width: 100%;
  }
  .header__menu {
    display: block;
  }
}
.wrap {
  width: 100%;
  overflow: hidden;
}

.cta {
  padding: 25px 30px;
  background: url(../img/cta-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.cta__btn {
  display: block;
}
.cta__btn + a {
  margin-top: 15px;
}

.cta2 {
  display: flex;
  align-items: center;
  background: #2c9cd8;
  padding: 20px 30px;
  gap: 15px;
}
.cta2 .cta__btn {
  margin: 0;
}

.items {
  padding: 10px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .fv {
    padding-top: 30px;
  }
}

.flow {
  padding: 40px 20px;
}

.faq {
  padding: 40px 20px;
}
.faq__title {
  text-align: center;
  font-weight: 900;
  font-size: 34px;
  color: #181c5d;
  margin-bottom: 20px;
}
.faq__lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq__list--title {
  background: #181c5d;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 25px;
  margin-bottom: 5px;
  padding-right: 35px;
}
.faq__list--title span {
  font-size: 22px;
  font-weight: bold;
}
.faq__list--title p {
  font-size: 14px;
  font-weight: bold;
}
.faq__list--title::after {
  content: "+";
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.faq__list--title.is_active::after {
  content: "-";
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.faq__list--text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
  background: #bddcff;
  border-radius: 6px;
}
.faq__list--text .wrap {
  display: flex;
  gap: 10px;
  padding: 10px 25px;
  color: #181c5d;
}
.faq__list--text .wrap span {
  font-size: 22px;
  font-weight: bold;
}
.faq__list--text .wrap p {
  font-size: 13px;
  font-weight: bold;
}
.faq__list--text .wrap p span {
  font-size: 11px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  background: #181c5d;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 14px;
}

.swiper-button-prev {
  left: 35px;
}

.swiper-button-next {
  right: 35px;
}

@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 25px;
  }
  .swiper-button-next {
    right: 25px;
  }
}
.items__slider + .items__slider {
  margin-top: 10px;
}

.items__slider {
  position: relative;
}

.contact {
  position: relative;
  padding: 40px 30px;
  z-index: 2;
  background: rgba(255, 195, 113, 0.5);
}
.contact .confirm {
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 25px;
}
.contact.thanks {
  padding: 170px 30px 140px;
}
.contact .thanks__text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.contact .backBtn {
  font-size: 16px;
  font-weight: bold;
  background: #F28714;
  border-radius: 50px;
  display: block;
  width: 213px;
  padding: 15px 0;
  font-weight: 600;
  border: none;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
.contact__title {
  text-align: center;
  font-weight: 900;
  font-size: 34px;
  color: #181c5d;
  margin-bottom: 20px;
}
.contact__form--item {
  margin-bottom: 25px;
}
.contact__form--item .title {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .contact__form--item .title {
    font-size: 14px;
  }
}
.contact__form--item .title .required {
  background: #f75a00;
  padding: 1px 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  font-size: 14px;
}
.contact__form--item .title .norequired {
  background: #727171;
  padding: 1px 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  font-size: 14px;
}
.contact__form--item .text input[type=text],
.contact__form--item .text input[type=email],
.contact__form--item .text input[type=tel] {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
  height: 30px;
}
.contact__form--item .text .agree {
  width: 25px;
  height: 25px;
}
.contact__form--item .text textarea {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
}
.contact__form--item .text label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.contact__form--item .text label input[type=text] {
  width: 60%;
  font-size: 14px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .contact__form--item .text label input[type=text] {
    width: 70%;
  }
}
.contact__form--privacy {
  margin-top: 30px;
  margin-bottom: 50px;
}
.contact__form--privacy h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px;
  color: #fff;
  background: #f75a00;
}
.contact__form--privacy p {
  padding: 15px;
  font-weight: bold;
  font-size: 13px;
  background: #fff;
}
.contact__form--submit {
  text-align: center;
}
.contact__form--submit.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.contact__form--submit.flex input {
  margin: 0 !important;
}
.contact__form--submit input {
  font-size: 20px;
  color: #181c5d;
  display: block;
  margin: 0 auto;
  width: 180px;
  background: #fff;
  border-radius: 60px;
  text-align: center;
  border: #181c5d 1px solid;
  box-shadow: 4px 4px #181c5d;
  padding: 10px 0;
  font-weight: bold;
}

.footer {
  box-sizing: border-box;
  background: #181c5d;
  padding: 30px 20px 20px;
}
.footer__logo {
  text-align: center;
}
.footer__tel {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto;
  text-align: center;
}
.footer__map {
  margin-bottom: 20px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.footer__bottom .img {
  width: 40%;
}
.footer__bottom .content {
  width: 58%;
}

.pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}

@media screen and (max-width: 1350px) {
  .pc {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .pc {
    display: none;
  }
}
.pc__left {
  flex: 1;
  max-width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  height: 100%;
  padding: 0 6%;
  box-sizing: border-box;
}

@media screen and (max-width: 1450px) {
  .pc__left {
    max-width: 400px;
    padding: 0 4%;
  }
}
@media screen and (max-width: 1350px) {
  .pc__left {
    justify-content: flex-start;
    max-width: 320px;
    padding: 0 3%;
  }
}
.pc__left .bnr {
  width: 90%;
  margin: 0 auto 10px;
}

.pc__left .bnr:first-child {
  width: 100%;
}

.pc__left .bnr img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.pc__right {
  flex: 1;
  max-width: 32%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 0 5%;
  box-sizing: border-box;
}

@media screen and (max-width: 1650px) {
  .pc__right {
    flex: 1;
    max-width: 520px;
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1550px) {
  .pc__right {
    max-width: 400px;
    padding: 0 2%;
  }
}
@media screen and (max-width: 1350px) {
  .pc__right {
    max-width: 330px;
    justify-content: flex-start;
  }
}
.pc__menu {
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.pc__menu .logo {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 340px;
}
@media screen and (max-width: 1650px) {
  .pc__menu .logo {
    margin: 0 auto 20px;
    width: 250px;
  }
}
@media screen and (max-width: 1550px) {
  .pc__menu .logo {
    margin: 0 auto 20px;
    width: 220px;
  }
}
@media screen and (max-width: 1350px) {
  .pc__menu .logo {
    width: 200px;
  }
}

.pc__menu .logo img {
  max-width: 100%;
  height: auto;
}

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

.pc__menu li {
  margin-bottom: 10px;
  border-bottom: 1px dashed #181c5d;
}

.pc__menu li:last-child {
  margin-bottom: 0;
}

.pc__menu li a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px 7px;
  font-size: 18px;
  font-weight: bold;
  color: #181c5d;
  text-decoration: none;
  line-height: 1.4;
}

@media screen and (max-width: 1650px) {
  .pc__menu li a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #181c5d;
    text-decoration: none;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1550px) {
  .pc__menu li a {
    font-size: 13px;
  }
}
.pc__menu li a.red {
  color: #d02e2c;
}

.pc__menu li a img {
  width: 25px;
  flex-shrink: 0;
}

@media screen and (max-width: 1450px) {
  .pc__menu li a img {
    width: 21px;
  }
}
.pc__menu li a img.width {
  width: 32px;
}

.pc__tel {
  flex-shrink: 0;
}

.pc__tel img {
  display: block;
  width: 100%;
  height: auto;
}

.pc {
  transform-origin: top center;
}

@media (max-height: 900px) {
  .pc {
    transform: scale(0.9);
  }
}
@media (max-height: 800px) {
  .pc {
    transform: scale(1);
  }
}
[id] {
  scroll-margin-top: 70px;
}

/* スマホのみ表示 */
#hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 34px;
  height: 24px;
  cursor: pointer;
  z-index: 1003;
  position: relative;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 768px) {
  #hamburger {
    display: flex;
  }
}

#hamburger span {
  display: block;
  height: 3px;
  background: #fff;
  transition: 0.3s ease;
}

/* ナビ初期非表示 */
#navMenu {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 450px;
  height: 100vh;
  background: #181c5d;
  transition: 0.4s ease;
  z-index: 999;
  padding: 80px 40px;
  overflow-y: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  #navMenu {
    display: block;
    width: 100%;
    padding: 21.3333333333vw 8vw;
  }
}

/* 開いた時 */
#navMenu.active {
  right: 0;
}

#hamburger span:nth-child(2) {
  width: 100%;
  margin-left: auto;
}

#hamburger span:nth-child(3) {
  width: 100%;
  margin-left: auto;
}

/* ×に変形 */
#hamburger.active span:nth-child(1) {
  transform: translateY(11px) rotate(30deg);
  background: #fff;
}

#hamburger.active span:nth-child(2) {
  opacity: 0;
}

#hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-30deg);
  background: #fff;
  width: 100%;
}

.hamburger__nav--main {
  margin-bottom: 30px;
}
.hamburger__nav--main > li > a {
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  color: #fff;
}
.hamburger__nav--main > li > a img {
  width: 22px;
}

/* ===========================
   モーダル
=========================== */
.itemModal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.itemModal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 背景 */
.itemModal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

/* 中身 */
.itemModal__wrap {
  position: relative;
  width: 90%;
  max-width: 1000px;
  z-index: 2;
}

/* 閉じるボタン */
.itemModal__close {
  position: absolute;
  top: -60px;
  left: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 28px;
  line-height: 45px;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s;
}

.itemModal__close:hover {
  transform: rotate(90deg);
}

/* モーダルSwiper */
.modalSwiper {
  overflow: visible;
  border-radius: 12px;
}

/* 画像 */
.modalSwiper img {
  width: 100%;
  display: block;
}

/* ==================================
   モーダル矢印
================================== */
.modal-prev,
.modal-next {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.modal-prev:hover,
.modal-next:hover {
  transform: scale(1.08);
}

.modal-prev::after,
.modal-next::after {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

/* 左右位置 */
.modal-prev {
  left: -80px;
}

.modal-next {
  right: -80px;
}

/* カーソル */
.items {
  overflow: hidden;
}

.items .swiper-slide {
  cursor: pointer;
}

/* タップ時 */
.items .swiper-slide img {
  transition: 0.3s;
}

.items .swiper-slide:hover img {
  transform: scale(0.98);
}

/* ===========================
   SP
=========================== */
@media screen and (max-width: 767px) {
  .itemModal__wrap {
    width: calc(100% - 30px);
  }
  .modal-prev {
    left: 10px;
  }
  .modal-next {
    right: 10px;
  }
  .modal-prev,
  .modal-next {
    width: 42px;
    height: 42px;
  }
  .modal-prev::after,
  .modal-next::after {
    font-size: 18px;
  }
  .itemModal__close {
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
  }
  .modalSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modalSwiper .swiper-zoom-container {
    width: 100%;
    height: 100%;
  }
  .modalSwiper .swiper-zoom-container img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .modalSwiper {
    touch-action: manipulation;
  }
}/*# sourceMappingURL=style.css.map */