@charset "UTF-8";
@media screen and (max-width: 899px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 900px) {
  .is-sp {
    display: none !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}
@media screen and (max-width: 899px) {
  html {
    scroll-padding-top: 52px;
  }
}

html,
body {
  padding: 0;
  margin: 0;
  color: #333;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 899px) {
  body {
    font-size: 15px;
  }
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a,
button {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
}

button {
  cursor: pointer;
}

p {
  line-height: 1.9;
}

/*========================
common
========================*/
.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: content-box;
}
@media screen and (max-width: 899px) {
  .inner {
    padding: 0;
    width: 88%;
  }
}

.section {
  padding: 90px 0;
}
@media screen and (max-width: 899px) {
  .section {
    padding: 50px 0;
  }
}
.section .sec-title {
  margin-bottom: 56px;
}
@media screen and (max-width: 899px) {
  .section .sec-title {
    margin-bottom: 32px;
  }
}

.section-bg {
  background: #f2f7ff;
}

.sec-title {
  color: #012060;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.95px;
}
@media screen and (max-width: 899px) {
  .sec-title {
    font-size: 22px;
  }
}

.subtitle {
  color: #012060;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.95px;
}
@media screen and (max-width: 899px) {
  .subtitle {
    font-size: 18px;
    letter-spacing: 0.025em;
    line-height: 1.4;
  }
}

.date-category {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.category {
  margin-left: 16px;
  margin-right: 6px;
  background: #7aa9ff;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 4px 9px 5px;
}

.btn {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  background: #0034a0;
  color: white;
  filter: drop-shadow(0 4px 0 rgba(0, 52, 160, 0.15));
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-align: center;
  padding: 23px;
  border-radius: 4px;
  position: relative;
}
.btn:has(.small) {
  padding-top: 18px;
}
.btn .small {
  font-size: 0.7em;
  display: inline-block;
  margin-top: 4px;
}
@media screen and (max-width: 899px) {
  .btn {
    font-size: 18px;
    padding: 18px;
  }
  .btn:has(.small) {
    padding-top: 13px;
  }
}
.btn::before {
  content: "";
  background: url(../img/btn.png) no-repeat center center/contain;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}
.btn::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 44px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 899px) {
  .btn::after {
    right: 24px;
  }
}
.btn.btn--external::after {
  background: url(../img/external.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  border: none;
  transform: translateY(-50%);
  right: 32px;
}

.center {
  text-align: center;
}

.small {
  font-size: 0.8em;
}

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

.m0 {
  margin: 0 !important;
}

.mb {
  margin-bottom: 32px;
}
@media screen and (max-width: 899px) {
  .mb {
    font-size: 24px;
  }
}

.page-head {
  height: 270px;
  background: url(../img/page-head.jpg) no-repeat center center/cover;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #012060;
  margin-top: -53px;
  padding-top: 53px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .page-head {
    font-size: 22px;
    height: 190px;
  }
}
.page-head .small {
  font-size: 24px;
  display: inline-block;
  margin-top: 8px;
}

.page-anker__box {
  border: 1px solid #012060;
  color: #012060;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
}
.page-anker__box span {
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 8px;
  line-height: 1.4;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.page-anker__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.page-anker__list a {
  display: block;
  padding: 8px 24px;
  background: #012060;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 899px) {
  .page-anker__list a {
    font-size: 16px;
  }
}

.member-price .inner {
  max-width: 945px;
}
.member-price .subtitle {
  text-align: center;
}
@media screen and (max-width: 899px) {
  .member-price .subtitle {
    font-size: 20px;
  }
}
.member-price .flex {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 40px 0;
}
@media screen and (max-width: 899px) {
  .member-price .flex {
    flex-direction: column;
  }
}
.member-price .flex .img {
  max-width: 393px;
  width: 100%;
}
.member-price .flex .img img {
  aspect-ratio: 393/302;
  -o-object-fit: cover;
     object-fit: cover;
}
.member-price .flex .content {
  width: calc(100% - 393px - 40px);
}
@media screen and (max-width: 899px) {
  .member-price .flex .content {
    width: 100%;
  }
}
.member-price .flex .content .box {
  background: white;
  padding: 16px;
  font-size: 18px;
  margin-top: 24px;
}
.member-price .flex .content .box span {
  font-weight: bold;
  color: #012060;
}

/*========================
header
========================*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 899px) {
  .header {
    background: white;
  }
}

.header__top {
  background: white;
}

.header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  max-width: 213px;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .header__logo {
    max-width: 146px;
  }
}
@media screen and (max-width: 899px) {
  .header__logo {
    max-width: 130px;
  }
}

.header__info {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
}
@media screen and (max-width: 1030px) {
  .header__info {
    gap: 16px;
  }
}

.header__tel {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.header__tel img {
  width: 18px;
}
.header__tel a {
  font-size: 28px;
  font-weight: bold;
  color: #0034a0;
  margin-left: 3px;
  margin-right: 12px;
}
.header__tel span {
  font-size: 14px;
  color: #0034a0;
  border: 1px solid #0034a0;
  padding: 1px 5px;
}

.header__line {
  max-width: 100px;
}

.header__menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #5d91ee;
}
.header__menu a {
  display: block;
  background: #3171e4;
  color: white;
  padding: 16px;
  padding-right: 30px;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}
.header__menu a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(45deg);
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(93, 145, 238, 0.1);
  transition: 0.5s;
}
.header__nav.scrolled {
  background: #e4eeff;
}
.header__nav li {
  width: 100%;
  max-width: 170px;
  text-align: center;
}
.header__nav li:not(:last-child) {
  border-right: 1px solid #fff;
}
.header__nav .has-submenu {
  position: relative;
}
.header__nav .submenu {
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 100;
}
.header__nav {
  /* hoverで表示 */
}
.header__nav .has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.header__nav {
  /* 吹き出しの三角 */
}
.header__nav .submenu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.header__nav .submenu ul {
  display: grid;
  gap: 12px;
}
.header__nav .submenu a {
  white-space: nowrap;
  height: auto;
}
.header__nav a,
.header__nav button {
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  font-weight: bold;
  color: #0034a0;
  height: 53px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 1050px) {
  .header__nav a br,
  .header__nav button br {
    display: none;
  }
}

/*========================
sp-menu
========================*/
.openbtn {
  display: none;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 35px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
@media screen and (max-width: 899px) {
  .openbtn {
    display: block;
  }
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  border-radius: 2px;
  background: #012060;
  width: 80%;
}

.openbtn span:nth-of-type(1) {
  top: 7px;
}

.openbtn span:nth-of-type(2) {
  top: 16px;
}

.openbtn span:nth-of-type(3) {
  bottom: 7px;
}

.openbtn.active span:nth-of-type(1) {
  top: 10px;
  transform: translateY(6px) translateX(-50%) rotate(-45deg);
  width: 70%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 22px;
  transform: translateY(-6px) translateX(-50%) rotate(45deg);
  width: 70%;
}

.drawer {
  display: none;
  position: fixed;
  z-index: 98;
  top: 52px;
  right: 0;
  background: white;
  width: 100%;
  height: calc(100vh - 52px);
  max-width: 260px;
  padding: 6px 20px 24px;
  overflow: auto;
}
.drawer .submit {
  background: #012060;
  color: #fff;
}
.drawer .header__line {
  display: block;
  max-width: 120px;
  margin-top: 16px;
}

.drawer__menu .drawer__menuitem {
  font-family: "Noto Serif JP", serif;
  color: #012060;
  font-weight: 600;
  display: block;
  padding: 8px 0;
  font-size: 17px;
}
.drawer__menu .drawer__submenu {
  color: #012060;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  padding-left: 1em;
}
.drawer__menu .drawer__submenu a {
  padding-bottom: 5px;
  display: block;
}

.drawer-bg {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0.2;
}

/*========================
footer 
========================*/
.footer {
  background: #012060;
  color: white;
  padding: 46px 0 14px;
  position: relative;
}

.footer__flex {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 899px) {
  .footer__flex {
    flex-direction: column;
    gap: 32px;
  }
}

.footer__content {
  max-width: 326px;
  width: 100%;
}
.footer__content .footer__logo {
  max-width: 246px;
  padding: 0 16px 5px 17px;
  display: block;
  background: white;
  border-radius: 4px;
  margin-bottom: 12px;
}
@media screen and (max-width: 899px) {
  .footer__content .footer__logo {
    max-width: 200px;
  }
}
.footer__content p {
  margin-top: 4px;
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  max-width: 586px;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .footer__nav {
    flex-wrap: wrap;
  }
}
.footer__nav li:not(:first-child) {
  margin-top: 8px;
}
.footer__nav li.sub-item {
  margin-top: 0;
}
.footer__nav a {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.footer__copy {
  text-align: center;
  font-size: 12px;
  margin-top: 61px;
}
@media screen and (max-width: 899px) {
  .footer__copy {
    margin-top: 50px;
  }
}

.pagetop {
  height: 80px;
  width: 80px;
  position: absolute;
  right: 18px;
  bottom: 28px;
  z-index: 2000;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .pagetop {
    height: 70px;
    width: 70px;
    right: 16px;
  }
}

/*========================
404
========================*/
.content-404 p {
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .content-404 p {
    margin-bottom: 32px;
    text-align: left;
  }
}

/*========================
breadcrumbs
========================*/
.breadcrumbs-section {
  padding: 8px 0;
  background: #e4efff;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs a {
  color: #012060;
  text-decoration: underline;
}
@media screen and (max-width: 899px) {
  .breadcrumbs {
    font-size: 14px;
  }
}

/*========================
top-mv
========================*/
.top-mv {
  margin-top: -53px;
  position: relative;
  background: url(../img/top-mv.jpg) no-repeat center center/cover;
  height: 43.28vw;
}
@media screen and (max-width: 899px) {
  .top-mv {
    margin-top: 0;
    height: 280px;
  }
}

.top-mv__text {
  padding-top: 11.285vw;
  color: #000;
  text-shadow: 0 0 15px #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5714vw;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 899px) {
  .top-mv__text {
    font-size: 22px;
    padding-top: 36px;
  }
}

/*========================
top-news
========================*/
.top-news {
  padding: 31px 0;
}
@media screen and (max-width: 899px) {
  .top-news {
    padding: 20px 0;
  }
}
.top-news .inner {
  max-width: 995px;
}

.top-news__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-news__item .content {
  display: flex;
  align-items: center;
  width: calc(100% - 30px - 20px);
}
@media screen and (max-width: 899px) {
  .top-news__item .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
.top-news__item .arrow {
  width: 30px;
}

/*========================
top-tel
========================*/
.top-tel {
  background: url(../img/top-tel.jpg) no-repeat center center/cover;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .top-tel {
    padding: 50px 0;
  }
}
.top-tel h2 {
  font-size: 38px;
}
@media screen and (max-width: 899px) {
  .top-tel h2 {
    font-size: 22px;
  }
}
.top-tel h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.75px;
  margin: 34px 0 26px;
}
@media screen and (max-width: 899px) {
  .top-tel h3 {
    font-size: 20px;
    margin: 10px 0 24px;
    line-height: 1.4;
  }
}
.top-tel h3 span {
  border-bottom: 1px dashed #012060;
  display: inline-block;
}
@media screen and (max-width: 899px) {
  .top-tel h3 span {
    padding-bottom: 4px;
  }
}
.top-tel p {
  margin: 15px 0;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 899px) {
  .top-tel p {
    font-size: 15px;
  }
}

.top-tel__box {
  background: url(../img/top-tel-circle.png) no-repeat center center/cover;
  padding: 86px 20px 110px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .top-tel__box {
    background: rgba(255, 255, 255, 0.8);
    padding: 50px 20px;
    position: relative;
    z-index: 1;
  }
  .top-tel__box::before {
    content: "";
    position: absolute;
    background: url(../img/top-tel-bg-sp.jpg) no-repeat center center/cover;
    width: 100%;
    height: 105px;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

.top-tel__num {
  max-width: 566px;
  margin: 46px auto 0;
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .top-tel__num {
    pointer-events: inherit;
    width: 90%;
    max-width: 300px;
    margin-top: 35px;
  }
}
.top-tel__num:hover {
  opacity: 1;
}

/*========================
top-reason
========================*/
.top-reason {
  text-align: center;
  padding: 64px 0 70px;
  background: url(../img/top-reason.jpg) no-repeat top 30% center/cover;
}
@media screen and (max-width: 899px) {
  .top-reason {
    padding: 50px 0;
  }
}
.top-reason h2 {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 899px) {
  .top-reason h2 {
    font-size: 19px;
  }
}
.top-reason h2 span {
  font-size: 38px;
}
@media screen and (max-width: 899px) {
  .top-reason h2 span {
    font-size: 22px;
  }
}
.top-reason p {
  margin: 26px 0;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 899px) {
  .top-reason p {
    font-size: 15px;
  }
}

.top-reason__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1146px;
  margin: 25px auto;
}
@media screen and (max-width: 899px) {
  .top-reason__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}

.top-reason__item {
  width: 182px;
  height: 182px;
  background: #fff;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.8));
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .top-reason__item {
    width: 157px;
    height: 157px;
  }
}
.top-reason__item div {
  font-family: "Noto Serif JP", serif;
  color: #012060;
  font-size: 16px;
  font-weight: 500;
}
.top-reason__item div:last-child {
  font-size: 20px;
  font-weight: bold;
}

/*========================
top-plan
========================*/
.top-plan {
  padding: 97px 0 100px;
}
@media screen and (max-width: 899px) {
  .top-plan {
    padding: 50px 0;
  }
}

.top-plan__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .top-plan__flex {
    flex-direction: column;
  }
}

.top-plan__imgs {
  width: 37.67%;
}
@media screen and (max-width: 899px) {
  .top-plan__imgs {
    width: 100%;
  }
}
.top-plan__imgs .img1 {
  max-width: 500px;
  margin-left: -99px;
}
@media screen and (max-width: 899px) {
  .top-plan__imgs .img1 {
    width: 80%;
    margin-left: -20px;
  }
}
.top-plan__imgs .img2 {
  margin-top: -47px;
  margin-left: auto;
  max-width: 371px;
}
@media screen and (max-width: 899px) {
  .top-plan__imgs .img2 {
    width: 70%;
  }
}

.top-plan__content {
  width: 62.33%;
  padding-left: 47px;
  margin-top: 14px;
}
@media screen and (max-width: 899px) {
  .top-plan__content {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }
}
.top-plan__content h2 {
  font-size: 30px;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .top-plan__content h2 .is-sp {
    display: inline !important;
  }
}
@media screen and (max-width: 899px) {
  .top-plan__content h2 {
    font-size: 19px;
    line-height: 1.5;
  }
}
.top-plan__content h2::before {
  content: "";
  background: #24396d;
  height: 1px;
  width: 200%;
  max-width: 828px;
  right: 0;
  bottom: -5px;
  position: absolute;
  z-index: -1;
}
.top-plan__content h2 span {
  font-size: 45px;
}
@media screen and (max-width: 899px) {
  .top-plan__content h2 span {
    font-size: 22px;
  }
}
.top-plan__content p {
  line-height: 2;
  font-size: 18px;
  margin-top: 19px;
}
@media screen and (max-width: 899px) {
  .top-plan__content p {
    font-size: 15px;
    margin-top: 14px;
  }
}

.top-plan__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px 36px;
  margin: 51px 0 45px;
}
@media screen and (max-width: 899px) {
  .top-plan__items {
    gap: 41px 18px;
  }
}

.top-plan__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 38px 0;
  height: 150px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .top-plan__item {
    align-items: flex-start;
    justify-content: start;
    height: 160px;
    padding-top: 32px;
    padding-left: 10px;
  }
}
.top-plan__item::before {
  content: "";
  position: absolute;
  width: 113px;
  height: 113px;
  top: -21px;
  left: -15px;
  z-index: -1;
}
.top-plan__item:nth-child(1), .top-plan__item:nth-child(4) {
  background: url(../img/top-plan-item1-2.png) no-repeat center center/cover;
}
.top-plan__item:nth-child(1)::before, .top-plan__item:nth-child(4)::before {
  background: url(../img/top-plan-item1.png) no-repeat center center/cover;
}
.top-plan__item:nth-child(2), .top-plan__item:nth-child(3) {
  background: url(../img/top-plan-item2-2.png) no-repeat center center/cover;
}
.top-plan__item:nth-child(2)::before, .top-plan__item:nth-child(3)::before {
  background: url(../img/top-plan-item2.png) no-repeat center center/cover;
}
.top-plan__item p {
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .top-plan__item p {
    line-height: 1.4;
    margin-bottom: 8px;
  }
}
.top-plan__item h3 {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.65px;
}
@media screen and (max-width: 899px) {
  .top-plan__item h3 {
    font-size: 22px;
    line-height: 1.4;
  }
}

/*========================
top-facility
========================*/
.top-facility {
  padding: 105px 0 97px;
  background: url(../img/top-facility-bg.jpg) no-repeat center center/cover;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .top-facility {
    padding: 50px 0;
  }
}
.top-facility h2 {
  font-size: 28px;
  margin-bottom: 13px;
}
@media screen and (max-width: 899px) {
  .top-facility h2 {
    font-size: 19px;
  }
}
.top-facility h2 span {
  font-size: 38px;
}
@media screen and (max-width: 899px) {
  .top-facility h2 span {
    font-size: 22px;
  }
}
.top-facility p {
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 899px) {
  .top-facility p {
    font-size: 15px;
  }
}

.top-facility__list {
  margin: 24px 0 86px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 899px) {
  .top-facility__list {
    flex-direction: column;
    gap: 32px;
    margin: 24px 0 50px;
  }
}

.top-facility__item {
  max-width: 360px;
  position: relative;
}
.top-facility__item .text {
  background: white;
  position: absolute;
  padding: 21px 20px 18px;
  width: 100%;
  max-width: 275px;
  right: -13px;
  bottom: -47px;
  border-radius: 9px 0 9px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .top-facility__item .text {
    bottom: -22px;
    padding: 18px 20px 15px;
  }
}
.top-facility__item .text span {
  font-weight: 500;
  font-size: 16px;
}

/*========================
top-link
========================*/
.top-link {
  padding: 51px 0;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .top-link {
    padding: 50px 0;
  }
}

.top-link__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 21px 18px;
}
@media screen and (max-width: 899px) {
  .top-link__flex {
    flex-direction: column;
  }
}

.top-link__item-big {
  width: calc(50% - 9px);
  padding: 43px 16px 54px;
  border-radius: 4px;
  color: white;
}
@media screen and (max-width: 899px) {
  .top-link__item-big {
    padding: 40px 16px;
    width: 100%;
  }
}
.top-link__item-big:nth-child(1) {
  background: url(../img/top-link1.jpg) no-repeat center center/cover;
}
.top-link__item-big:nth-child(2) {
  background: url(../img/top-link2.jpg) no-repeat center center/cover;
}
.top-link__item-big h2 {
  text-shadow: 0 0 10px rgba(1, 32, 96, 0.9);
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 899px) {
  .top-link__item-big h2 {
    font-size: 22px;
  }
}
.top-link__item-big p {
  margin: 21px 0 36px;
}
@media screen and (max-width: 1070px) {
  .top-link__item-big .is-sp {
    display: inline !important;
  }
}

.top-link__btn {
  display: inline-block;
  color: #0034a0;
  background: white;
  border-radius: 4px;
  padding: 20px;
  font-size: 20px;
  letter-spacing: 0.025em;
  font-weight: bold;
  padding-right: 81px;
  position: relative;
  max-width: 450px;
  width: 100%;
  text-align: right;
}
.top-link__btn br {
  display: none;
}
@media screen and (max-width: 1020px) {
  .top-link__btn br {
    display: inline;
  }
}
@media screen and (max-width: 1020px) {
  .top-link__btn {
    text-align: center;
  }
}
@media screen and (max-width: 899px) {
  .top-link__btn {
    font-size: 18px;
    padding: 19px;
    padding-right: 71px;
    line-height: 1.5;
  }
}
.top-link__btn::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/arrow2.png) no-repeat center center/contain;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .top-link__btn::after {
    right: 22px;
  }
}

.top-link__item-small {
  width: calc(50% - 9px);
  display: block;
  background: #012060;
  color: white;
  padding: 35px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.025em;
  position: relative;
  border-radius: 4px;
}
@media screen and (max-width: 899px) {
  .top-link__item-small {
    width: 100%;
  }
}
.top-link__item-small.top-link__item-small--1 span::before {
  content: "";
  position: absolute;
  background: url(../img/top-link-icon1.png) no-repeat center center/contain;
  width: 37px;
  height: 36px;
  left: -67px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .top-link__item-small.top-link__item-small--1 span::before {
    left: -52px;
  }
}
.top-link__item-small.top-link__item-small--2 span::before {
  content: "";
  position: absolute;
  background: url(../img/top-link-icon2.png) no-repeat center center/contain;
  width: 35px;
  height: 41px;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
}
.top-link__item-small::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/arrow3.png) no-repeat center center/contain;
  right: 102px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .top-link__item-small::before {
    right: 22px;
  }
}
.top-link__item-small span {
  position: relative;
}

/*========================
top-contact
========================*/
.top-contact {
  background: url(../img/top-contact-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1340px) {
  .top-contact {
    padding: 50px 0;
  }
}

.top-contact__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -60px;
  gap: 29px;
}
@media screen and (max-width: 899px) {
  .top-contact__flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 1330px) {
  .top-contact__flex {
    margin-right: 0;
  }
}

.top-contact__content {
  width: calc(100% - 400px - 29px);
}
@media screen and (max-width: 899px) {
  .top-contact__content {
    width: 100%;
  }
}
.top-contact__content h2 {
  font-size: 30px;
}
@media screen and (max-width: 899px) {
  .top-contact__content h2 {
    font-size: 22px;
  }
}
.top-contact__content h2 span {
  padding-right: 139px;
  position: relative;
  display: inline-block;
}
.top-contact__content h2 span::before {
  content: "24時間受付";
  position: absolute;
  background: white;
  padding: 3px 14px;
  right: 0;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #111;
}
@media screen and (max-width: 899px) {
  .top-contact__content h2 span::before {
    font-size: 16px;
  }
}
.top-contact__content p {
  text-align: center;
  margin: 30px 0;
  font-size: 18px;
}
@media screen and (max-width: 899px) {
  .top-contact__content p {
    margin: 16px 0 24px;
    font-size: 15px;
  }
}

.top-contact_box {
  background: white;
  display: flex;
  align-items: end;
  margin: 0 auto;
  padding: 24px 20px;
}
@media screen and (max-width: 899px) {
  .top-contact_box {
    padding: 24px 16px;
    flex-direction: column;
    align-items: center;
  }
}
.top-contact_box .top-contact_box__flex {
  display: flex;
  width: 100%;
  gap: 13px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .top-contact_box .top-contact_box__flex {
    width: 100%;
  }
}

.top-contact__tel {
  border: #0034a0 solid 1px;
  padding: 8px 20px 12px;
  padding-left: 48px;
  border-radius: 4px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
  color: #0034a0;
  position: relative;
  margin-right: 16px;
  pointer-events: none;
  margin-right: 0;
  text-align: center;
  width: 8.6em;
}
@media screen and (max-width: 899px) {
  .top-contact__tel {
    padding: 8px 14px 12px;
    padding-left: 41px;
    width: 100%;
    font-size: 24px;
    pointer-events: inherit;
  }
}
.top-contact__tel::before {
  content: "";
  position: absolute;
  background: url(../img/tel.png) no-repeat center center/contain;
  width: 27px;
  height: 35px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .top-contact__tel::before {
    left: 19px;
  }
}

.top-contact__mail {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.025em;
  background: #0034a0;
  filter: drop-shadow(0 4px 0 rgba(0, 52, 160, 0.15));
  color: white;
  padding: 25px 31px 27px 74px;
  border-radius: 4px;
  margin-right: 38px;
  position: relative;
  margin-right: 0;
  text-align: center;
  width: 15.5em;
}
@media screen and (max-width: 899px) {
  .top-contact__mail {
    margin-right: 0;
    padding: 13px 13px 15px 56px;
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
  }
}
.top-contact__mail::before {
  content: "";
  position: absolute;
  background: url(../img/mail.png) no-repeat center center/contain;
  width: 24px;
  height: 19px;
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .top-contact__mail::before {
    left: 23px;
  }
}

.top-contact__line {
  width: 6.9em;
  margin-bottom: 0;
}
@media screen and (max-width: 899px) {
  .top-contact__line {
    margin-bottom: 0;
  }
}

.top-contact__circle {
  height: 400px;
  width: 400px;
  background: url(../img/top-contact-circle.png) no-repeat center center/cover;
  text-align: center;
  color: white;
  padding-top: 103px;
  display: block;
}
@media screen and (max-width: 899px) {
  .top-contact__circle {
    height: 300px;
    width: 300px;
    padding-top: 97px;
  }
}
.top-contact__circle p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 17px;
}
@media screen and (max-width: 899px) {
  .top-contact__circle p {
    font-size: 16px;
  }
}
.top-contact__circle h2 {
  text-shadow: 0 0 10px rgba(1, 32, 96, 0.9);
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 899px) {
  .top-contact__circle h2 {
    font-size: 22px;
  }
}
.top-contact__circle h2 span {
  position: relative;
  display: inline-block;
  padding-right: 49px;
}
.top-contact__circle h2 span::before {
  content: "";
  position: absolute;
  background: url(../img/arrow3.png) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  filter: drop-shadow(0 0 10px rgba(1, 32, 96, 0.9));
}

/*========================
reason
========================*/
.top-reason--reason .top-reason__list {
  margin-bottom: 0;
}

/*========================
reason-items
========================*/
.reason-items__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 899px) {
  .reason-items__item {
    flex-direction: column;
    gap: 24px;
  }
}
.reason-items__item:not(:last-child) {
  margin-bottom: 94px;
}
@media screen and (max-width: 899px) {
  .reason-items__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.reason-items__item:nth-child(even) {
  flex-direction: row-reverse;
}
.reason-items__item:nth-child(even) .btn {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 899px) {
  .reason-items__item:nth-child(even) {
    flex-direction: column;
  }
}
.reason-items__item .img {
  max-width: 450px;
  width: 100%;
}
.reason-items__item .img img {
  aspect-ratio: 450/326;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-items__item .content {
  width: calc(100% - 450px - 50px);
}
@media screen and (max-width: 899px) {
  .reason-items__item .content {
    width: 100%;
  }
}
.reason-items__item .content h3 {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #012060;
}
@media screen and (max-width: 899px) {
  .reason-items__item .content h3 {
    font-size: 22px;
  }
}
.reason-items__item .content h4 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin: 8px 0 16px;
}
@media screen and (max-width: 899px) {
  .reason-items__item .content h4 {
    font-size: 19px;
  }
}
.reason-items__item .content .btn {
  margin-right: 0;
  margin-top: 32px;
}

/*========================
company
========================*/
.company .inner {
  max-width: 1000px;
}

/*========================
company-nav
========================*/
.company-nav ul {
  padding: 24px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 40px;
  border-bottom: 1px solid #0034A0;
}
.company-nav a {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #0034A0;
}
@media screen and (max-width: 899px) {
  .company-nav a {
    font-size: 18px;
  }
}

/*========================
company-message
========================*/
.company-message__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
}
@media screen and (max-width: 899px) {
  .company-message__flex {
    flex-direction: column;
    gap: 32px;
  }
}
.company-message__flex .img {
  width: 100%;
  max-width: 336px;
}
.company-message__flex .img img {
  aspect-ratio: 336/392;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-message__flex .content {
  width: calc(100% - 336px - 54px);
}
@media screen and (max-width: 899px) {
  .company-message__flex .content {
    width: 100%;
  }
}
.company-message__flex .content .name {
  margin-top: 56px;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 899px) {
  .company-message__flex .content .name {
    margin-top: 32px;
    font-size: 18px;
  }
}

/*========================
company-about
========================*/
.company-about__table {
  max-width: 700px;
  margin: 0 auto;
}
.company-about__table table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
.company-about__table th,
.company-about__table td {
  padding: 16px;
  border: 1px solid #0034A0;
}
@media screen and (max-width: 899px) {
  .company-about__table th,
  .company-about__table td {
    padding: 8px;
  }
}
.company-about__table th {
  background: #e3ecf8;
  width: 120px;
}
@media screen and (max-width: 899px) {
  .company-about__table th {
    width: 96px;
  }
}

.company-about__box {
  background: white;
  border: 1px solid #e3ecf8;
  max-width: 700px;
  margin: 40px auto 0;
  padding: 24px 16px;
  border-radius: 8px;
}
.company-about__box h3 {
  text-align: center;
  margin-bottom: 16px;
}
.company-about__box p {
  text-align: center;
}
@media screen and (max-width: 899px) {
  .company-about__box p {
    text-align: left;
  }
}

.company-about2 th {
  background: #ececec;
}
.company-about2 th,
.company-about2 td {
  border: 1px solid #777777;
}

/*========================
company-map
========================*/
.company-map__map {
  margin-bottom: 24px;
}
.company-map__map iframe {
  height: 450px;
  width: 100%;
}

/*========================
guide-intro
========================*/
.guide-intro {
  text-align: center;
}
.guide-intro .page-anker {
  margin-bottom: 40px;
}
.guide-intro .sec-title {
  margin-bottom: 32px;
}
@media screen and (max-width: 899px) {
  .guide-intro .sec-title {
    margin-bottom: 24px;
  }
}

/*========================
guide-flow
========================*/
.guide-flow__anker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 899px) {
  .guide-flow__anker {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.guide-flow__anker li a {
  border-radius: 4px;
  height: 100%;
  display: flex;
  align-items: stretch;
  border: 1px solid #012060;
}
.guide-flow__anker li a .num {
  background: #012060;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
@media screen and (max-width: 899px) {
  .guide-flow__anker li a .num {
    font-size: 20px;
    width: 47px;
  }
}
.guide-flow__anker li a .text {
  padding: 14px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  width: calc(100% - 42px);
}
@media screen and (max-width: 899px) {
  .guide-flow__anker li a .text {
    font-size: 16px;
    padding: 12px 10px;
  }
}

.guide-flow__items {
  margin-top: 48px;
}

.guide-flow__item {
  border: 1px solid #012060;
  display: flex;
  gap: 24px;
  border-radius: 8px;
  padding: 40px 32px;
}
@media screen and (max-width: 899px) {
  .guide-flow__item {
    flex-direction: column;
    padding: 24px 16px;
    gap: 16px;
  }
}
.guide-flow__item:not(:last-child) {
  margin-bottom: 56px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .guide-flow__item:not(:last-child) {
    margin-bottom: 48px;
  }
}
.guide-flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 35px 0 35px;
  border-color: #0034A0 transparent transparent transparent;
}
@media screen and (max-width: 899px) {
  .guide-flow__item:not(:last-child)::before {
    border-width: 23px 30px 0 30px;
    bottom: -39px;
  }
}
.guide-flow__item .img {
  max-width: 300px;
  width: 100%;
}
.guide-flow__item .img img {
  aspect-ratio: 300/226;
  -o-object-fit: cover;
     object-fit: cover;
}
.guide-flow__item .content {
  width: calc(100% - 300px - 24px);
}
@media screen and (max-width: 899px) {
  .guide-flow__item .content {
    width: 100%;
  }
}
.guide-flow__item .content .subtitle {
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 899px) {
  .guide-flow__item .content .subtitle {
    gap: 8px;
    align-items: center;
  }
}
.guide-flow__item .content .subtitle .num {
  background: #012060;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}
@media screen and (max-width: 899px) {
  .guide-flow__item .content .subtitle .num {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.guide-flow__item .content .subtitle .text {
  width: calc(100% - 48px - 16px);
  padding-top: 4px;
}
@media screen and (max-width: 899px) {
  .guide-flow__item .content .subtitle .text {
    width: calc(100% - 40px - 8px);
  }
}
.guide-flow__item .content .subtitle .any span {
  position: relative;
  padding-right: 62px;
  display: inline-block;
}
.guide-flow__item .content .subtitle .any span::before {
  content: "任意";
  position: absolute;
  top: 4px;
  right: 0;
  display: inline-block;
  padding: 1px 8px;
  background: #012060;
  color: white;
  font-size: 17px;
}
@media screen and (max-width: 899px) {
  .guide-flow__item .content .subtitle .any span::before {
    font-size: 14px;
  }
}
.guide-flow__item .content .btn {
  margin-right: 0;
  margin-top: 56px;
}
@media screen and (max-width: 899px) {
  .guide-flow__item .content .btn {
    margin-top: 32px;
  }
}
.guide-flow__item .content .box {
  background: #F1F5FF;
  margin-top: 24px;
  padding: 16px;
  border-radius: 4px;
}

/*========================
guide-line
========================*/
.guide-line {
  padding-top: 0;
}

.guide-line__flex {
  display: flex;
  gap: 40px;
  margin: 56px 0;
}
@media screen and (max-width: 899px) {
  .guide-line__flex {
    flex-direction: column;
    margin: 40px 0;
    gap: 32px;
  }
}
.guide-line__flex .img {
  max-width: 348px;
  width: 100%;
}
.guide-line__flex .list {
  width: calc(100% - 348px - 40px);
}
@media screen and (max-width: 899px) {
  .guide-line__flex .list {
    width: 100%;
  }
}
.guide-line__flex .list li:not(:last-child) {
  margin-bottom: 24px;
}
.guide-line__flex .list li .subtitle {
  margin-bottom: 4px;
  display: flex;
  align-items: start;
  gap: 16px;
}
@media screen and (max-width: 899px) {
  .guide-line__flex .list li .subtitle {
    flex-direction: column;
    gap: 8px;
  }
}
.guide-line__flex .list li .subtitle .num {
  background: #012060;
  color: white;
  padding: 2px 8px;
  display: inline-block;
  font-size: 16px;
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 899px) {
  .guide-line__flex .list li .subtitle .num {
    font-size: 14px;
  }
}
.guide-line__flex .list li .subtitle .text {
  width: calc(100% - 48px - 16px);
}
@media screen and (max-width: 899px) {
  .guide-line__flex .list li .subtitle .text {
    width: 100%;
  }
}

.guide-line__flow {
  margin-top: 72px;
}
.guide-line__flow .subtitle {
  font-size: 28px;
}
@media screen and (max-width: 899px) {
  .guide-line__flow .subtitle {
    font-size: 22px;
  }
}
.guide-line__flow .flex {
  display: flex;
  gap: 56px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 48px;
}
@media screen and (max-width: 899px) {
  .guide-line__flow .flex {
    flex-direction: column;
  }
}
.guide-line__flow .flex .item {
  width: calc(50% - 28px);
  border: 1px solid #012060;
  padding: 24px;
  border-radius: 8px;
}
@media screen and (max-width: 899px) {
  .guide-line__flow .flex .item {
    width: 100%;
  }
}
.guide-line__flow .flex .item:not(:last-child) {
  position: relative;
}
.guide-line__flow .flex .item:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 0 36px 34px;
  border-color: transparent transparent transparent #0034A0;
  top: 50%;
  right: -47px;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .guide-line__flow .flex .item:not(:last-child)::before {
    border-width: 28px 0 28px 25px;
    top: inherit;
    bottom: -58px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
}
.guide-line__flow .flex .item h4 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #012060;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .guide-line__flow .flex .item h4 {
    font-size: 18px;
  }
}
.guide-line__flow .flex .item .img {
  max-width: 162px;
  margin: 16px auto;
}
.guide-line__flow .flex .item .img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.guide-line__flow .flex .item .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 16px;
}
.guide-line__flow .flex .item .grid p {
  text-align: center;
  font-weight: 500;
  color: #012060;
  background: #F1F5FF;
  padding: 4px 8px;
}

/*========================
guide-member
========================*/
.guide-member__flex {
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
}
@media screen and (max-width: 899px) {
  .guide-member__flex {
    flex-direction: column;
    gap: 32px;
  }
}
.guide-member__flex .item {
  width: calc(50% - 20px);
  border: 1px solid #012060;
  background: white;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .guide-member__flex .item {
    width: 100%;
  }
}
.guide-member__flex .item p {
  margin: 16px 0;
}
.guide-member__flex .item .box {
  background: #F1F5FF;
  padding: 16px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  color: #012060;
}
@media screen and (max-width: 899px) {
  .guide-member__flex .item .box {
    font-size: 16px;
  }
}

/*========================
guide-faq
========================*/
.guide-faq .inner {
  max-width: 700px;
}

.guide-faq__list li:not(:last-child) {
  margin-bottom: 32px;
  border-bottom: 1px solid #012060;
  padding-bottom: 32px;
}
.guide-faq__list .icon {
  background: #012060;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 899px) {
  .guide-faq__list .icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding-bottom: 7px;
  }
}
.guide-faq__list .text {
  font-size: 18px;
  color: #012060;
  width: calc(100% - 48px - 16px);
  line-height: 1.5;
  padding-top: 9px;
}
@media screen and (max-width: 899px) {
  .guide-faq__list .text {
    width: calc(100% - 40px - 8px);
    font-size: 16px;
    padding-top: 0;
  }
}
.guide-faq__list .q {
  display: flex;
  align-items: start;
  gap: 16px;
}
.guide-faq__list .q .text {
  font-weight: 500;
  font-size: 18px;
}
.guide-faq__list .a {
  display: flex;
  align-items: start;
  gap: 16px;
  margin-top: 10px;
}
.guide-faq__list .a .icon {
  background: white;
  color: #012060;
  border: 1px solid #012060;
}
.guide-faq__list .a .text {
  color: #333;
}

/*========================
plan
========================*/
.plan-intro {
  padding-top: 0;
}
.plan-intro .sec-title span {
  font-size: 20px;
}
@media screen and (max-width: 899px) {
  .plan-intro .sec-title span {
    font-size: 18px;
  }
}

.plan-intro__items {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 40px;
}
@media screen and (max-width: 899px) {
  .plan-intro__items {
    flex-direction: column;
  }
}
.plan-intro__items .item {
  flex: 1;
  text-align: center;
}
.plan-intro__items .item .box {
  background: #F1F5FF;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 18px;
  border-radius: 4px;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .plan-intro__items .item .box {
    font-size: 16px;
  }
}
.plan-intro__items .item .triangle {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin: 24px 0;
}
@media screen and (max-width: 899px) {
  .plan-intro__items .item .triangle {
    font-size: 18px;
  }
}
.plan-intro__items .item .triangle::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 38.5px 0 38.5px;
  border-color: #ccd8f6 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
}
.plan-intro__items .item .recommend {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #012060;
  padding: 12px;
  border: 1px solid #012060;
  border-radius: 4px;
  background: white;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*========================
plan-item
========================*/
.plan-item {
  padding-top: 0;
}
.plan-item .plan-item__flex {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 899px) {
  .plan-item .plan-item__flex {
    flex-direction: column;
    gap: 24px;
  }
}
.plan-item .plan-item__flex .img {
  max-width: 393px;
  width: 100%;
}
.plan-item .plan-item__flex .img img {
  aspect-ratio: 393/302;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan-item .plan-item__flex .content {
  width: calc(100% - 393px - 32px);
}
@media screen and (max-width: 899px) {
  .plan-item .plan-item__flex .content {
    width: 100%;
  }
}
.plan-item .plan-item__flex .content h3 {
  margin: 16px 0 8px;
}
.plan-item .plan-item__flex .content .flex {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 899px) {
  .plan-item .plan-item__flex .content .flex {
    gap: 16px;
  }
}
.plan-item .plan-item__flex .content .flex .item {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .plan-item .plan-item__flex .content .flex.--flex-sp {
    flex-direction: column;
  }
}
@media screen and (max-width: 899px) {
  .plan-item .plan-item__flex .content .flex.--flex-sp .item {
    max-width: 100%;
  }
}
.plan-item .plan-item__flex .content h4 {
  background: #012060;
  color: white;
  display: inline-block;
  padding: 0 8px 1px;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 18px;
}
@media screen and (max-width: 899px) {
  .plan-item .plan-item__flex .content h4 {
    font-size: 14px;
  }
}
.plan-item .plan-item__flex .content dl {
  display: flex;
  flex-wrap: wrap;
}
.plan-item .plan-item__flex .content dt,
.plan-item .plan-item__flex .content dd {
  display: inline-block;
}
.plan-item .plan-item__flex .content dt {
  width: 70px;
  margin-right: 16px;
}
@media screen and (max-width: 899px) {
  .plan-item .plan-item__flex .content dt {
    width: 100%;
    margin: 0;
  }
}
.plan-item .plan-item__flex .content dd {
  width: calc(100% - 70px - 16px);
  margin-bottom: 4px;
}
@media screen and (max-width: 899px) {
  .plan-item .plan-item__flex .content dd {
    width: 100%;
    margin-bottom: 8px;
  }
}
.plan-item .plan-item__flex .content .btn {
  margin-right: 0;
  margin-top: 32px;
}

.plan-page-course .member-price,
.plan-item .member-price {
  line-height: 1.2;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  color: #012060;
}

/*========================
plan-page-intro
========================*/
.plan-page-intro {
  text-align: center;
}
.plan-page-intro .flex {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 899px) {
  .plan-page-intro .flex {
    flex-direction: column;
    gap: 24px;
  }
}
.plan-page-intro h3 {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #012060;
  margin-bottom: 16px;
}
@media screen and (max-width: 899px) {
  .plan-page-intro h3 {
    font-size: 18px;
  }
}
.plan-page-intro .img {
  max-width: 316px;
  width: 100%;
  margin: 0 auto;
}
.plan-page-intro .img img {
  aspect-ratio: 316/242;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========================
plan-page-recommend
========================*/
.plan-page-recommend .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 899px) {
  .plan-page-recommend .flex {
    flex-direction: column;
    gap: 24px;
  }
}
.plan-page-recommend .img {
  max-width: 393px;
  width: 100%;
}
.plan-page-recommend .img img {
  aspect-ratio: 393/302;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan-page-recommend h3 {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #012060;
  margin-bottom: 8px;
}
@media screen and (max-width: 899px) {
  .plan-page-recommend h3 {
    font-size: 18px;
  }
}
.plan-page-recommend h3:not(:first-child) {
  margin-top: 24px;
}

/*========================
plan-page-course
========================*/
.plan-page-course__wrap {
  margin: 64px 0;
}
@media screen and (max-width: 899px) {
  .plan-page-course__wrap {
    margin: 50px 0;
  }
}
.plan-page-course__wrap:last-child {
  margin-bottom: 0;
}

.plan-page-course__label {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  color: white;
  background: #012060;
  padding: 8px 32px;
  border-radius: 4px;
  margin-bottom: 16px;
  display: inline-block;
}
@media screen and (max-width: 899px) {
  .plan-page-course__label {
    font-size: 22px;
  }
}

.plan-page-course__head {
  border-top: 1px solid #012060;
  border-bottom: 1px solid #012060;
  padding: 24px 16px;
  margin: 56px 0 40px;
  background: #f1f5ff;
  text-align: center;
}
.plan-page-course__head .small {
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 899px) {
  .plan-page-course__head {
    margin: 50px 0 32px;
  }
}
.plan-page-course__head h4 {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  margin-bottom: 8px;
  color: #012060;
}
@media screen and (max-width: 899px) {
  .plan-page-course__head p {
    text-align: left;
  }
}

.plan-page-course__slider-wrap {
  padding: 0 52px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .plan-page-course__slider-wrap {
    padding: 0 7px;
  }
}
.plan-page-course__slider-wrap .swiper-button-prev::after,
.plan-page-course__slider-wrap .swiper-button-next::after {
  display: none;
}
.plan-page-course__slider-wrap .swiper-button-prev,
.plan-page-course__slider-wrap .swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.plan-page-course__slider-wrap .swiper-button-prev {
  transform: rotate(180deg);
}
.plan-page-course__slider-wrap .swiper-button-next {
  transform: rotate(0deg);
}
.plan-page-course__slider-wrap .swiper-button-prev:hover,
.plan-page-course__slider-wrap .swiper-button-next:hover {
  opacity: 0.7;
}
.plan-page-course__slider-wrap .swiper-button-prev {
  left: 0px;
}
@media screen and (max-width: 899px) {
  .plan-page-course__slider-wrap .swiper-button-prev {
    left: -12px;
  }
}
.plan-page-course__slider-wrap .swiper-button-next {
  right: 0px;
}
@media screen and (max-width: 899px) {
  .plan-page-course__slider-wrap .swiper-button-next {
    right: -12px;
  }
}

.plan-page-course__slider {
  height: auto;
}

.plan-page-course__slider .swiper-slide {
  height: auto !important;
  display: flex;
}

.plan-page-course__slider .swiper-slide > * {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.plan-page-course__flex {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 899px) {
  .plan-page-course__flex {
    flex-direction: column;
  }
}
.plan-page-course__flex .item {
  flex: 1;
}
.plan-page-course__flex .item:first-child dd {
  text-align: right;
}
.plan-page-course__flex .small2 {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  margin-top: 2px;
}
.plan-page-course__flex:has(.plan-page-course__box) {
  flex-wrap: wrap;
}

.plan-page-course__img {
  max-width: 247px;
  width: 100%;
  margin: 0 auto;
}
.plan-page-course__img img {
  aspect-ratio: 247/190;
  -o-object-fit: cover;
     object-fit: cover;
}

.plan-page-course__item {
  margin: 40px 0;
}
.plan-page-course__item:last-child {
  margin-bottom: 0;
}
.plan-page-course__item .head {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #012060;
  border-bottom: 1px solid #012060;
  padding-bottom: 8px;
  text-align: center;
}
.plan-page-course__item .head:has(.small) {
  line-height: 1.4;
  padding-bottom: 12px;
}
.plan-page-course__item .head .small {
  font-weight: 400;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.plan-page-course__item .head .small2 {
  font-size: 16px;
}
.plan-page-course__item .body {
  padding: 24px 0;
  border-bottom: 1px solid #012060;
  height: calc(100% - 41px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.plan-page-course__item .body .strong {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.plan-page-course__item .body .strong:not(:first-child) {
  margin-top: 16px;
}
.plan-page-course__item .body dl .row {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.plan-page-course__item .body dl .row:not(:last-child) {
  margin-bottom: 8px;
}
.plan-page-course__item .body dl dt {
  line-height: 1.2;
  text-align: center;
  width: 125px;
}
.plan-page-course__item .body dl dd {
  line-height: 1.2;
  width: calc(100% - 125px - 16px);
}
.plan-page-course__item .body dl dd.wide {
  width: calc(100% - 95px - 16px);
}
.plan-page-course__item .body dl .small {
  font-weight: 400;
  display: inline-block;
}
.plan-page-course__item .flex {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0 24px;
}
@media screen and (max-width: 899px) {
  .plan-page-course__item .flex {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
}
.plan-page-course__item .flex .small {
  transform: translateY(-5px);
  display: inline-block;
}
.plan-page-course__item .flex .item {
  flex-grow: 1;
}
.plan-page-course__item h6 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}

.plan-page-course__box {
  border: 1px solid #012060;
  padding: 24px;
  text-align: center;
  width: calc(50% - 20px);
  margin: 0;
}
@media screen and (max-width: 899px) {
  .plan-page-course__box {
    width: 100%;
  }
}
.plan-page-course__box h3 {
  margin-bottom: 8px;
}
.plan-page-course__box .img {
  max-width: 340px;
  margin: 24px auto;
}
.plan-page-course__box .img img {
  aspect-ratio: 340/261;
  -o-object-fit: cover;
     object-fit: cover;
}

.plan-page-course__point {
  border: 1px solid #012060;
  border-radius: 4px;
  padding: 24px;
  text-align: center;
  margin-top: 32px;
  position: relative;
  background: white;
  min-width: 500px;
}
@media screen and (max-width: 899px) {
  .plan-page-course__point {
    width: 100%;
  }
}
.plan-page-course__point h6 {
  color: #012060;
}
.plan-page-course__point::before {
  content: "POINT";
  position: absolute;
  background: #012060;
  font-family: "Noto Serif JP", serif;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -16px;
  left: -16px;
}

.plan-page-course__common {
  margin-top: 40px;
  padding: 1px 24px 40px;
  background: #f1f5ff;
}

.plan-page-course__anker {
  margin: 56px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 899px) {
  .plan-page-course__anker {
    grid-template-columns: repeat(1, 1fr);
    margin: 50px 0;
  }
}
.plan-page-course__anker .anker {
  border: 1px solid #012060;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
}
.plan-page-course__anker .anker h4 {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  margin-bottom: 8px;
}
.plan-page-course__anker .anker p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.plan-page-course__attention {
  margin: 56px auto;
  max-width: 900px;
}
@media screen and (max-width: 899px) {
  .plan-page-course__attention {
    margin: 50px auto;
  }
}
.plan-page-course__attention .head {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
  color: #012060;
}
.plan-page-course__attention .body {
  background: #f1f5ff;
  padding: 24px;
}

/*========================
plan-page-other
========================*/
.plan-page-other .flex {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1100px) {
  .plan-page-other .flex {
    gap: 24px;
  }
}
@media screen and (max-width: 899px) {
  .plan-page-other .flex {
    flex-direction: column;
    gap: 24px;
  }
}
.plan-page-other .btn {
  flex-grow: 1;
}
@media screen and (max-width: 1100px) {
  .plan-page-other .btn::after {
    right: 24px;
  }
}
@media screen and (max-width: 899px) {
  .plan-page-other .btn {
    width: 100%;
  }
}

/*========================
facility-item
========================*/
.facility-item:not(:last-child) {
  padding-bottom: 0;
}
.facility-item .subtitle {
  margin: 48px 0 32px;
  text-align: center;
}
.facility-item .btn {
  margin-top: 40px;
}
@media screen and (max-width: 899px) {
  .facility-item .btn {
    margin-top: 32px;
  }
}

.facility-item__flex {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 899px) {
  .facility-item__flex {
    flex-direction: column;
    gap: 24px;
  }
}
.facility-item__flex .img {
  width: 100%;
}
.facility-item__flex .img img {
  aspect-ratio: 316/242;
  -o-object-fit: cover;
     object-fit: cover;
}

.facility-item__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  .facility-item__circle {
    flex-direction: column;
    gap: 16px;
  }
}
.facility-item__circle .circle {
  text-align: center;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #F1F5FF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 899px) {
  .facility-item__circle .circle {
    width: 220px;
    height: 220px;
  }
}
.facility-item__circle .circle h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 899px) {
  .facility-item__circle .circle h4 {
    font-size: 16px;
  }
}

.facility-item__about {
  margin: 40px auto 0;
  max-width: 800px;
}
.facility-item__about .item {
  border-top: 1px solid #012060;
  padding: 8px 0;
}
.facility-item__about .item:last-child {
  border-bottom: 1px solid #012060;
}
.facility-item__about .row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
}
@media screen and (max-width: 899px) {
  .facility-item__about .row {
    gap: 4px;
    flex-direction: column;
    align-items: start;
  }
}
.facility-item__about .head {
  width: 160px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 899px) {
  .facility-item__about .head {
    font-size: 16px;
    width: 100px;
    text-align: left;
  }
}
.facility-item__about .body {
  width: calc(100% - 160px - 16px);
}
@media screen and (max-width: 899px) {
  .facility-item__about .body {
    width: 100%;
  }
}
.facility-item__about .body .strong {
  font-weight: bold;
  margin: 16px 0 4px;
  display: inline-block;
}

/*========================
member
========================*/
.member-section .top-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 40px 0;
}
@media screen and (max-width: 899px) {
  .member-section .top-flex {
    flex-direction: column;
    gap: 32px;
    margin: 32px 0;
  }
}
.member-section .top-flex .img {
  max-width: 399px;
  width: 100%;
}
.member-section .top-flex .img img {
  aspect-ratio: 399/279;
  -o-object-fit: cover;
     object-fit: cover;
}
.member-section .top-flex h3 {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #012060;
  margin-bottom: 6px;
}
@media screen and (max-width: 899px) {
  .member-section .top-flex h3 {
    font-size: 18px;
  }
}
.member-section .top-flex h3:not(:first-child) {
  margin-top: 16px;
}
.member-section .box {
  padding: 24px;
  border: 1px solid #012060;
  border-radius: 8px;
  max-width: 800px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.member-section .box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 899px) {
  .member-section .box {
    margin: 32px auto;
  }
}
.member-section .box .subtitle {
  margin-bottom: 8px;
}
.member-section .box .flex {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 24px 0;
}
@media screen and (max-width: 899px) {
  .member-section .box .flex {
    flex-direction: column;
    width: 100%;
    gap: 32px;
    margin: 16px 0;
  }
}
.member-section .box .flex .item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
.member-section .box .flex .item .top-contact__tel {
  display: block;
}
.member-section .box .flex .item .line-btn {
  max-width: 70px;
  display: block;
  margin: 0 auto;
}
.member-section .box .box-label {
  background: #F1F5FF;
  color: #012060;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 16px;
  text-align: center;
}
.member-section .box .box-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.member-section .box .img-wrap {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 899px) {
  .member-section .box .img-wrap {
    flex-direction: column;
  }
}
.member-section .box .img-wrap .img {
  max-width: 303px;
  width: 100%;
}
.member-section .box .img-wrap .img img {
  aspect-ratio: 303/219;
  -o-object-fit: cover;
     object-fit: cover;
}
.member-section .box2 {
  background: #F1F5FF;
  padding: 24px;
  border-radius: 8px;
  max-width: 600px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .member-section .box2 {
    margin: 32px auto 0;
  }
}
.member-section .box2 .subtitle {
  margin-bottom: 8px;
}
.member-section .box2 .bold {
  font-weight: bold;
}
.member-section .box2 p {
  margin-bottom: 16px;
}
.member-section .box2 .btn {
  width: 100%;
}

.member-section__anker {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 899px) {
  .member-section__anker {
    gap: 16px;
    flex-direction: column;
  }
}

.member-section__join {
  margin-top: 64px;
}
@media screen and (max-width: 899px) {
  .member-section__join {
    margin-top: 50px;
  }
}
.member-section__join .tel-wrap {
  text-align: center;
  margin-top: 32px;
}
.member-section__join .tel-wrap p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
}
.member-section__join .tel-wrap a {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .member-section__join .tel-wrap a {
    max-width: 270px;
  }
}
.member-section__join .btn-wrap p {
  text-align: center;
  margin-top: 16px;
}

.member-section__label {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.member-section__label .num {
  border: 1px solid #012060;
  background: white;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #012060;
  margin-right: -47px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 899px) {
  .member-section__label .num {
    width: 32px;
    height: 32px;
    font-size: 18px;
    margin-right: -32px;
  }
}
.member-section__label p {
  background: #F1F5FF;
  padding: 8px 16px 8px 40px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  width: calc(100% - 7px);
}
@media screen and (max-width: 899px) {
  .member-section__label p {
    padding: 8px 16px 8px 32px;
    font-size: 16px;
  }
}
.member-section__label.member-section__label--big {
  margin-bottom: 24px;
}
.member-section__label.member-section__label--big .num {
  width: 60px;
  height: 60px;
  font-size: 32px;
  margin-right: -60px;
}
@media screen and (max-width: 899px) {
  .member-section__label.member-section__label--big .num {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: -40px;
  }
}
.member-section__label.member-section__label--big p {
  font-size: 24px;
  padding: 16px 70px 16px 58px;
  width: calc(100% - 2px);
  max-width: 600px;
}
@media screen and (max-width: 899px) {
  .member-section__label.member-section__label--big p {
    font-size: 18px;
    padding: 16px 16px 16px 24px;
    width: calc(100% - 15px);
  }
}
.member-section__label.member-section__label--2 {
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .member-section__label.member-section__label--2 {
    padding-top: 32px;
  }
}
.member-section__label.member-section__label--2::before {
  content: "緊急時はこちらから";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: #012060;
  color: white;
  display: inline-block;
  padding: 8px;
  font-weight: bold;
  width: 100%;
  max-width: 200px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .member-section__label.member-section__label--2::before {
    font-size: 14px;
    padding: 8px;
    top: 3px;
    max-width: 180px;
  }
}

.member-plan p {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .member-plan p {
    margin-bottom: 24px;
  }
}

/*========================
esg-intro
========================*/
.esg-intro .img {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.esg-intro .box {
  background: #F1F5FF;
  padding: 40px;
  border-radius: 4px;
  padding: 40px 32px;
  margin-top: 64px;
}
@media screen and (max-width: 899px) {
  .esg-intro .box {
    padding: 32px 16px;
    margin-top: 40px;
  }
}
.esg-intro .box h2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 899px) {
  .esg-intro .box h2 {
    margin-bottom: 24px;
  }
}
.esg-intro .box p {
  text-align: center;
}

/*========================
esg-items
========================*/
.esg-items .esg-items__item {
  margin-top: 56px;
}
@media screen and (max-width: 899px) {
  .esg-items .esg-items__item {
    margin-top: 40px;
  }
}
.esg-items .esg-items__item .head {
  display: flex;
  align-items: end;
  gap: 32px;
}
@media screen and (max-width: 899px) {
  .esg-items .esg-items__item .head {
    gap: 24px;
  }
}
.esg-items .esg-items__item .head h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #012060;
}
.esg-items .esg-items__item .head h3 .jp {
  font-size: 18px;
}
@media screen and (max-width: 899px) {
  .esg-items .esg-items__item .head h3 .jp {
    font-size: 16px;
  }
}
.esg-items .esg-items__item .head h3 .en {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 899px) {
  .esg-items .esg-items__item .head h3 .en {
    font-size: 20px;
  }
}
.esg-items .esg-items__item .head h3 .en span {
  font-size: 50px;
}
@media screen and (max-width: 899px) {
  .esg-items .esg-items__item .head h3 .en span {
    font-size: 32px;
  }
}
.esg-items .esg-items__item .head .icons {
  height: 70px;
}
@media screen and (max-width: 899px) {
  .esg-items .esg-items__item .head .icons {
    height: 41px;
  }
  .esg-items .esg-items__item .head .icons img {
    height: 100%;
  }
}
.esg-items .esg-items__item .body {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 16px;
}
@media screen and (max-width: 899px) {
  .esg-items .esg-items__item .body {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 24px;
  }
}
.esg-items .esg-items__item .body .item .img img {
  aspect-ratio: 224/165;
  -o-object-fit: cover;
     object-fit: cover;
}
.esg-items .esg-items__item .body .item h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 16px 0;
}
@media screen and (max-width: 899px) {
  .esg-items .esg-items__item .body .item h4 {
    font-size: 18px;
    margin: 13px 0 8px;
  }
}

/*========================
news
========================*/
.news-list__item:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 899px) {
  .news-list__item:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}

.news-list__head {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 899px) {
  .news-list__head {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
}
.news-list__head .title {
  font-weight: 500;
  font-size: 18px;
}

.news-list__body {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 899px) {
  .news-list__body {
    flex-direction: column;
    gap: 16px;
  }
}
.news-list__body .img {
  max-width: 320px;
  width: 100%;
}
.news-list__body .img img {
  aspect-ratio: 320/226;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list__body p {
  width: calc(100% - 320px - 32px);
}
@media screen and (max-width: 899px) {
  .news-list__body p {
    width: 100%;
  }
}

.pagination {
  margin-top: 56px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pagination .first,
.pagination .page,
.pagination .current,
.pagination .last {
  background: #f1f5ff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #012060;
  font-family: "Noto Serif JP", serif;
}
.pagination .extend {
  color: #858585;
  font-weight: bold;
}

/*========================
single
========================*/
.single-section .news-list__head {
  flex-direction: column;
  align-items: start;
  gap: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 899px) {
  .single-section .news-list__head {
    margin-bottom: 24px;
  }
}
.single-section .title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media screen and (max-width: 899px) {
  .single-section .title {
    font-size: 20px;
  }
}
.single-section .news-article {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 899px) {
  .single-section .news-article {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.single-section .news-article .content {
  width: calc(100% - 406px - 32px);
}
@media screen and (max-width: 899px) {
  .single-section .news-article .content {
    width: 100%;
  }
}
.single-section .news-article .content img {
  margin: 16px 0;
}
.single-section .news-article .content p,
.single-section .news-article .content h2,
.single-section .news-article .content h3,
.single-section .news-article .content h4,
.single-section .news-article .content h5,
.single-section .news-article .content h6 {
  margin: 16px 0;
}
.single-section .news-article .content h2,
.single-section .news-article .content h3,
.single-section .news-article .content h4,
.single-section .news-article .content h5,
.single-section .news-article .content h6 {
  font-weight: bold;
}
.single-section .news-article .content h2 {
  font-size: 22px;
}
@media screen and (max-width: 899px) {
  .single-section .news-article .content h2 {
    font-size: 20px;
  }
}
.single-section .news-article .content h3 {
  font-size: 20px;
}
@media screen and (max-width: 899px) {
  .single-section .news-article .content h3 {
    font-size: 18px;
  }
}
.single-section .news-article .content h4 {
  font-size: 18px;
}
@media screen and (max-width: 899px) {
  .single-section .news-article .content h4 {
    font-size: 16px;
  }
}
.single-section .news-article .img {
  max-width: 406px;
  width: 100%;
}
.single-section .news-article .img img {
  aspect-ratio: 406/287;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-section .news-article .saijou-voice-content p {
  margin: 0;
}
.single-section .news-article .saijou-voice-title {
  margin: 25px 0 5px !important;
}
@media screen and (max-width: 899px) {
  .single-section .news-article .saijou-voice-title {
    margin-bottom: 2.5% 0 1% !important;
  }
}
.single-section .news-article .長方形_24_のコピー {
  background: linear-gradient(125deg, rgb(226, 247, 253) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(125deg, rgb(226, 247, 253) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  left: 971px;
  top: 2402px;
  width: 330px;
  height: 150px;
  z-index: 93;
}
.single-section .news-article .saijou-voice-infos {
  padding: 20px;
  background: #e2f7fd;
  border-radius: 4px;
  margin-bottom: 20px;
}
@media screen and (max-width: 899px) {
  .single-section .news-article .saijou-voice-infos {
    padding: 4%;
    margin-bottom: 3%;
  }
}
.single-section .news-article .saijou-voice-infos .saijou-voice-name,
.single-section .news-article .saijou-voice-infos .saijou-voice-connection,
.single-section .news-article .saijou-voice-infos .saijou-voice-date,
.single-section .news-article .saijou-voice-infos .saijou-voice-place {
  margin: 0;
}
.single-section .news-article .saijou-voice-infos .saijou-voice-name {
  color: #012060;
}
.single-section .news-article .saijou-voice-infos .flex_area {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5%;
}

.single-arrow {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 64px auto;
}
@media screen and (max-width: 899px) {
  .single-arrow {
    margin: 40px auto;
  }
}
.single-arrow .btn {
  width: 100%;
  background: #f1f5ff;
  color: #012060;
  font-size: 18px;
  max-width: 220px;
  padding: 16px;
  margin: 0;
}
@media screen and (max-width: 899px) {
  .single-arrow .btn {
    font-size: 16px;
    max-width: 150px;
    padding: 12px;
  }
}
.single-arrow .btn::before {
  display: none;
}
.single-arrow .btn::after {
  border-color: #012060;
  right: 32px;
}
@media screen and (max-width: 899px) {
  .single-arrow .btn::after {
    right: 16px;
  }
}
.single-arrow .btn.single-arrow__next {
  margin-left: auto;
}
.single-arrow .btn.single-arrow__prev::after {
  right: inherit;
  left: 32px;
  transform: translateY(-50%) rotate(225deg);
}
@media screen and (max-width: 899px) {
  .single-arrow .btn.single-arrow__prev::after {
    left: 16px;
  }
}

/*========================
contact-tel
========================*/
.contact-tel p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

/*========================
contact-line
========================*/
.contact-line__box {
  background: #f1f5ff;
  border-radius: 8px;
  padding: 40px 24px;
  max-width: 900px;
  margin: 0 auto;
}
.contact-line__box .flex {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 24px auto;
  max-width: 750px;
}
@media screen and (max-width: 899px) {
  .contact-line__box .flex {
    flex-direction: column;
    gap: 32px;
    margin: 16px 0;
  }
}
.contact-line__box .flex .img {
  max-width: 195px;
}
@media screen and (max-width: 899px) {
  .contact-line__box .flex .img {
    margin: 0 auto;
  }
}
.contact-line__box .flex .content {
  width: calc(100% - 195px - 40px);
}
@media screen and (max-width: 899px) {
  .contact-line__box .flex .content {
    width: 100%;
  }
}
.contact-line__box .flex .content p {
  margin-bottom: 40px;
}

/*========================
contact-form
========================*/
.contact-form .inner {
  max-width: 900px;
}

.contact-form__item {
  display: flex;
  align-items: start;
  border-top: 1px solid #012060;
  padding: 24px;
  gap: 40px;
}
@media screen and (max-width: 899px) {
  .contact-form__item {
    flex-direction: column;
    gap: 16px;
    padding: 24px 0;
  }
}
.contact-form__item:last-child {
  border-bottom: 1px solid #012060;
}
.contact-form__item .head {
  width: 240px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #012060;
}
@media screen and (max-width: 899px) {
  .contact-form__item .head {
    width: 100%;
    font-size: 18px;
  }
}
.contact-form__item .head.required {
  position: relative;
}
.contact-form__item .head.required::after {
  content: "必須";
  color: #012060;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  background: #f1f5ff;
  border-radius: 4px;
  padding: 2px 8px;
}
.contact-form__item .head .small {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 400;
  display: inline-block;
  margin-top: 4px;
}
.contact-form__item .body {
  width: calc(100% - 240px - 40px);
}
@media screen and (max-width: 899px) {
  .contact-form__item .body {
    width: 100%;
  }
}
.contact-form__item .body:has(select) {
  position: relative;
}
.contact-form__item .body:has(select)::after {
  content: "";
  position: absolute;
  border: solid #012060;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  right: 16px;
  top: 15px;
  transform: rotate(45deg);
  pointer-events: none;
}
.contact-form__item .radio-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-form__item .radio-wrap label {
  cursor: pointer;
}
.contact-form__item .radio-wrap input {
  cursor: pointer;
}
.contact-form__item input[type=text],
.contact-form__item input[type=email],
.contact-form__item input[type=tel],
.contact-form__item input[type=number],
.contact-form__item input[type=date],
.contact-form__item select,
.contact-form__item textarea {
  width: 100%;
  border: 1px solid #012060;
  border-radius: 4px;
  padding: 8px 16px;
  text-align: left !important;
}
.contact-form__item select {
  cursor: pointer;
}
.contact-form__item textarea {
  height: 150px !important;
  width: 100% !important;
  resize: vertical;
}

.contact-form__confirm {
  text-align: center;
  margin: 40px 0;
}
.contact-form__confirm label {
  display: flex;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .contact-form__confirm label {
    align-items: start;
  }
}
.contact-form__confirm label a {
  color: #0034a0;
  text-decoration: underline;
}
@media screen and (max-width: 899px) {
  .contact-form__confirm label {
    text-align: left;
  }
}
.contact-form__confirm label input {
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .contact-form__confirm label input {
    margin-top: 7px;
  }
}

.contact-form__btn .btn {
  padding: 0;
}
.contact-form__btn input {
  padding: 23px;
  width: 100%;
  display: block;
  transition: 0.3s;
}
.contact-form__btn input:hover {
  opacity: 0.7;
}

.mfp_element_all {
  max-width: none !important;
}

/*========================
order-intro
========================*/
.order-intro p {
  margin: 24px 0;
}
.order-intro strong {
  color: #0034a0;
}
.order-intro .text {
  font-size: 20px;
  font-weight: 500;
  margin: 32px 0 16px;
  text-align: center;
  color: #012060;
}

/*========================
privacy
========================*/
.privacy-content .title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #012060;
  margin-bottom: 24px;
}
@media screen and (max-width: 899px) {
  .privacy-content .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.privacy-content .title:not(:first-child) {
  margin-top: 40px;
}
.privacy-content h2 {
  font-size: 1.2em;
  margin: 40px 0 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
@media screen and (max-width: 899px) {
  .privacy-content h2 {
    margin: 32px 0 16px;
  }
}
.privacy-content h3 {
  font-size: 1.1em;
  margin-top: 40px;
}
.privacy-content p {
  margin-bottom: 15px;
}
.privacy-content ul {
  margin-bottom: 15px;
}
.privacy-content li {
  margin-bottom: 5px;
}
.privacy-content a {
  color: #0066cc;
}

/*========================
thanks
========================*/
.thanks p {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 899px) {
  .thanks p {
    text-align: left;
  }
}
.thanks .small {
  display: inline-block;
  margin-top: 8px;
}/*# sourceMappingURL=style.css.map */