@charset "utf-8";

/******
フォント

FOT-筑紫ゴシック Pro
font-family: "FOT-筑紫ゴシック Pr5 M";
font-family: "FOT-筑紫ゴシック Pro B";
font-family: "FOT-筑紫ゴシック Pr5 D";

しっぽり明朝
font-family: "Shippori Mincho", serif;
font-weight: 600;


Inter◆ExtraLight
font-family: "Inter", sans-serif;
font-weight: 200

Zen Kaku Gothic Antique
Regular
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
Bold
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;

Noto Sans JP
font-family: "Noto Sans JP", sans-serif;

*******/

body {
  color: #4d4d4d;
  font-family: "FOT-筑紫ゴシック Pr5 M";
  font-weight: 400;
  font-style: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

.img {
  width: 100%;
  height: auto;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.inner-1190 {
  width: calc(100% - 40px);
  max-width: 1190px;
  margin: 0 auto;
}
.inner-1158 {
  width: calc(100% - 40px);
  max-width: 1158px;
  margin: 0 auto;
}
.inner-1150 {
  width: calc(100% - 40px);
  max-width: 1150px;
  margin: 0 auto;
}
.inner-916 {
  width: calc(100% - 40px);
  max-width: 916px;
  margin: 0 auto;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.ilblk {
  display: inline-block;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

.br-740 {
  display: none;
}

.br-600 {
  display: none;
}

.br-480 {
  display: none;
}

.br-450 {
  display: none;
}

.br-400 {
  display: none;
}

.br-350 {
  display: none;
}

/*===================
共通パーツ
===================*/

.heading {
  margin-bottom: 93px;
  display: grid;
  align-items: center;
  grid-template-columns: auto auto auto;
  grid-template-areas: "en pic jp";
  justify-content: space-between;
  gap: 40px;
}

.heading__en {
  grid-area: en;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: #123a55;
}
.heading__jp {
  grid-area: jp;
  padding: 0 41px 0 39px;
  font-family: "FOT-筑紫ゴシック Pro B";
  font-size: 12px;
  letter-spacing: 0.08em;
  /* line-height: 1; */
  color: #123a55;
  position: relative;
}
.heading__jp::before {
  display: block;
  content: "［";
  position: absolute;
  top: 0;
  left: 0;
}
.heading__jp::after {
  display: block;
  content: "］";
  position: absolute;
  top: 0;
  right: 0;
}
.heading__pic {
  grid-area: pic;
  width: 100%;
  max-width: 628px;
}
.sec {
  padding: 154px 0 143px;
}
.sec__intro {
  margin-bottom: 100px;
  position: relative;
}
.sec__introDeco {
  max-width: 235px;
  position: absolute;
  bottom: 38px;
  right: -43px;
}
.sec__introDeco--type02 {
  bottom: auto;
  top: -180px;
}
.sec__logo {
  max-width: 232px;
  margin: 0 auto 38px;
}
.sec__logo--type02 {
  max-width: 205px;
}
.sec__introContainer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 70px;
}

.sec__introVertical {
  width: 42px;
  padding-top: 11px;
  font-family: "FOT-筑紫ゴシック Pr5 M";
  font-size: 24px;
  line-height: 1.75;
  color: #123a55;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  flex-shrink: 0;
  white-space: nowrap;
}
.sec__introBox {
  max-width: 828px;
  flex: 1;
}
.sec__introTxt {
  font-family: "FOT-筑紫ゴシック Pr5 M";
  font-size: 14px;
  line-height: 2.84;
  color: #123a55;
}
.sec__contentsItem,
.sec__contentsItemWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sec__contentsItem.block {
  display: block;
}
.sec__contentsItem + .sec__contentsItem {
  margin-top: 64px;
}
.sec__contentsLeft {
  width: 50%;
  max-width: 527px;
}
.sec__contentsRight {
  width: 45%;
}
.sec__contentsRight.flex {
  display: flex;
  justify-content: space-between;
}
.sec__contentsRight.flex .sec__contentsPic {
  width: 100%;
  max-width: 265px;
}
.sec__contentsCaption {
  font-size: 11px;
  line-height: 1.75;
  padding-top: 3px;
}
.sec__contentsTtl {
  width: fit-content;
  min-width: 100px;
  padding: 0 24px 0 23px;
  margin-bottom: 23px;
  font-family: "FOT-筑紫ゴシック Pro B";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #123a55;
  text-align: center;
  position: relative;
}
.sec__contentsTtl::before {
  display: block;
  content: "［";
  position: absolute;
  top: 0;
  left: 0;
}
.sec__contentsTtl::after {
  display: block;
  content: "］";
  position: absolute;
  top: 0;
  right: 0;
}
.sec__contentsSubTtl {
  margin-bottom: 17px;
  font-family: "FOT-筑紫ゴシック Pr5 M";
  font-size: 22px;
  line-height: 1.63;
  color: #123a55;
}
.sec__contentsTxt {
  font-family: "FOT-筑紫ゴシック Pr5 M";
  font-size: 13px;
  line-height: 2;
}
.sec__contentsTxt.mgt {
  margin-top: 13px;
}
.sec__contentsNote {
  font-size: 11px;
  line-height: 1.61;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.sec__contentsNote--first {
  padding-top: 6px;
}
.sec__contentsInfo {
  width: 100%;
  margin-top: 19px;
  padding: 5px 13px 7px;
  background-color: #e6f3f7;
}
.sec__contentsInfo > * {
  font-size: 13px;
  font-family: "FOT-筑紫ゴシック Pr5 M";
  line-height: 1.55;
}
.sec__contentsMenu {
  width: 100%;
  max-width: 527px;
  padding-top: 27px;
}
.sec__contentsMenu--type02 {
  max-width: 100%;
  padding-top: 70px;
}
.sec__contentsMenuTtl {
  color: #123a55;
  font-size: 18px;
  font-family: "FOT-筑紫ゴシック Pr5 M";
  line-height: 1.25;
  margin-bottom: 13px;
}
.sec__contentsMenuTtl.flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 50px;
}
.sec__contentsMenuTtl--note {
  font-size: 12px;
  font-family: "FOT-筑紫ゴシック Pr5 M";
  line-height: 1.75;
  padding-top: 1px;
  padding-left: 1em;
  text-indent: -1em;
}
.sec__contentsMenuWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px 0;
}
.sec__contentsMenuList {
  width: 100%;
}
.sec__contentsMenuItem {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec__contentsMenuName,
.sec__contentsMenuPrice {
  font-size: 15px;
  font-family: "FOT-筑紫ゴシック Pr5 M";
  line-height: 1.82;
}
.sec__contentsMenuName {
  width: 88px;
}
.sec__contentsMenuPrice {
  width: calc(100% - 88px);
  max-width: 428px;
}
.sec__contentsMenuPrice--small {
  font-size: 13px;
  line-height: 1.36;
  display: block;
}

.sec__contentsMenuList02 {
  width: 100%;
  max-width: 1110px;
  display: flex;
  flex-wrap: wrap;
  gap: 52px 3%;
}
.sec__contentsMenuItem02 {
  width: calc(94% / 3);
}
.sec__contentsMenuItem02 img {
  display: block;
  margin-bottom: 16px;
}
.sec__contentsMenuName02 {
  color: #4d4d4d;
  font-size: 15px;
  font-family: "FOT-筑紫ゴシック Pr5 M";
  line-height: 1.18;
}
.sec__contentsMenuText {
  color: #4d4d4d;
  font-size: 12px;
  font-family: "FOT-筑紫ゴシック Pr5 M";
  line-height: 1.75;
  padding-top: 7px;
}
.sec__contentsMenuPrice02 {
  color: #4d4d4d;
  font-size: 14px;
  font-family: "FOT-筑紫ゴシック Pr5 M";
  text-align: right;
  line-height: 1.69;
  padding-top: 3px;
}

.sec__contentsMenuList03 {
  width: 100%;
  max-width: 1152px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 29px 6%;
}
.sec__contentsMenuItem03 {
  width: calc(88% / 3);
}
.sec__contentsMenuFlex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 5px;
}
.sec__contentsMenuName03 {
  font-size: 15px;
  font-family: "FOT-筑紫ゴシック Pr5 M";
  line-height: 1.18;
}
.sec__contentsMenuPrice03 {
  font-size: 14px;
  font-family: "FOT-筑紫ゴシック Pr5 M";
  line-height: 1.39;
  width: 95px;
}
.sec__contentsMenuText03 {
  font-size: 12px;
  font-family: "FOT-筑紫ゴシック Pr5 M";
  line-height: 1.75;
}

.sec__contentsDetail {
  margin-top: 25px;
}
.sec__contentsDetailTxt {
  font-family: "FOT-筑紫ゴシック Pr5 M";
  font-size: 13px;
  line-height: 1.75;
}
.sec__contentsDetailTxt.indent01 {
  padding-left: 5.8em;
  text-indent: -5.8em;
}
.sec__contentsDetailList {
  padding-left: 0.8em;
}
.sec__contentsDetailItem {
  font-family: "FOT-筑紫ゴシック Pr5 M";
  font-size: 13px;
  line-height: 1.75;
  position: relative;
}
.sec__contentsDetailItem::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #4d4d4d;
  position: absolute;
  left: -10px;
  top: 10px;
}
.sec__contentsDetailItem + .sec__contentsDetailItem {
  margin-top: 10px;
}

.vertical {
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}

/* aタグ⚫︎ボタン */
.btn {
  position: relative;
  display: block;
  width: fit-content;
  padding-right: 105px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.btn::after {
  content: "";
  position: absolute;
  top: 0.7em;
  right: 0;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #123a55;
}

.btn::before {
  content: "";
  position: absolute;
  top: calc(0.7em - 20px);
  right: -20px;
  z-index: 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(52, 52, 52, 0.3);
  transform: scale(0);
  transition: transform 0.8s ease;
}

.btn:hover::before {
  transform: scale(1);
}

.btn--type02::after {
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 8px;
  height: 8px;
}
.btn--type02::before {
  top: 50%;
  right: -5px;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  width: 55px;
  height: 55px;
}
.btn--type02:hover::before {
  transform: translateY(-50%) scale(1);
}

.btn__text {
  color: #123a55;
  font-size: 13px;
  font-family: "FOT-筑紫ゴシック Pro B";
  line-height: 1.75;
  letter-spacing: 0.02em;
}

/* アコーディオン */
.accordion {
  position: relative;
  width: 100%;
}
.accordion-title {
  cursor: pointer;
  position: relative;
}
.accordion-content {
  display: none;
}
/* 縦線 */
.accordion-title::before {
  background: #ccc; /* 線の色 */
  content: "";
  height: 2px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%; /* 線の位置を縦中央に */
  transform: rotate(90deg); /* 線を縦に */
  transition: transform 0.3s ease-in-out;
  width: 15px; /* 線の幅 */
}
/* 横線 */
.accordion-title::after {
  background: #ccc; /* 線の色 */
  content: "";
  height: 2px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%; /* 線の位置を縦中央に */
  transition: opacity 0.3s ease-in-out;
  width: 15px; /* 線の幅 */
}
/* 縦線(クリック後) */
.accordion-title.open::before {
  transform: rotate(180deg);
}
/* 横線(クリック後) */
.accordion-title.open::after {
  opacity: 0;
}

/* section内のアンカーリンク */
.anchor-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 35px;
  margin-bottom: 56px;
}
.anchor-nav__link {
  color: #123a55;
  font-size: 12px;
  font-family: "FOT-筑紫ゴシック Pro B";
  line-height: 1.75;
  letter-spacing: 0.08em;
  display: block;
}

@media screen and (max-width: 1300px) {
  .sec__introDeco {
    position: static;
    margin-top: 30px;
    margin-left: auto;
  }
  .sec__introDeco--type02 {
    position: absolute;
    margin-top: 0;
    margin: 0 auto;
    right: 0;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .heading {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "pic pic"
      "en jp";
    gap: 80px 0;
  }
  .heading__en {
    justify-self: start;
    align-self: end;
  }

  .heading__jp {
    justify-self: end;
    align-self: end;
  }

  .heading__pic {
    justify-self: center;
    width: 100%;
  }
  .sec {
    padding: 106px 0;
  }
  .sec__introContainer {
    gap: 20px;
  }
  .sec__contentsItem,
  .sec__contentsItemWrap {
    flex-direction: column;
    row-gap: 25px;
  }
  .sec__contentsItem + .sec__contentsItem {
    margin-top: 98px;
  }
  .sec__contentsLeft {
    width: 100%;
    max-width: 100%;
  }
  .sec__contentsRight {
    width: 100%;
  }
  .sec__contentsRight.flex .sec__contentsPic {
    max-width: 100%;
  }

  .sec__introDeco--type02 {
    position: static;
    margin: 30px 0 0 auto;
  }

  .sec__contentsMenuList02 {
    gap: 30px 3%;
  }
  .sec__contentsMenuItem02 {
    width: calc(97% / 2);
  }

  .sec__contentsMenuItem03 {
    width: calc(94% / 2);
  }
}

@media screen and (max-width: 500px) {
  .sec__contentsMenuItem02 {
    width: 100%;
  }

  .sec__contentsMenuItem03 {
    width: 100%;
  }
}

/*===========
inview
===========*/
/* フェードイン（ふわっと） */
.fadeIn {
  opacity: 0;
  transition: 1.5s;
}
.fadeIn.is-show {
  opacity: 1;
}

/* 下からフェードイン（ふわっと） */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 左からフェードイン（ふわっと） */
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 1.5s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 右からフェードイン（ふわっと） */
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 1.5s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 404ページ↓ */
.not-found__wrap {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  padding: 180px 0;
  min-height: 60vh;
}
.not-found__en {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
}
.not-found__ja {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2.2;
}
.not-found__ja strong {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.not-found a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  display: inline;
}
/* 404ページ↑ */

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* 404ページ↓ */
  .not-found__wrap {
    padding: 120px 0 70px;
  }
  .not-found__en {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .not-found__ja {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .not-found__ja strong {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .not-found a {
    font-size: 14px;
  }
  /* 404ページ↑ */
}

@media screen and (max-width: 740px) {
  .br-740 {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .br-600 {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .br-480 {
    display: block;
  }
}

@media screen and (max-width: 450px) {
  .br-450 {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .br-400 {
    display: block;
  }
}

@media screen and (max-width: 350px) {
  .br-350 {
    display: block;
  }
}
