@charset "utf-8";
/* CSS Document */
html{margin: 0;padding: 0;font-family: "Noto Sans JP", sans-serif;color: #222;overflow-x: hidden;scroll-behavior: smooth;}
body{width:100%; height:100%; text-align:center;color:#282828; font-family: 'Noto Sans JP', sans-serif; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); margin:0 auto}
ul{list-style-type:none; margin-block-start:0; margin-block-end:0; padding-inline-start:0}
p{line-height: 1.7em;text-align: left;}
img{display: block;max-width: 100%;height: auto;}
a:hover img, input[type="image"]:hover, input[type="submit"]{cursor:pointer; cursor:hand} 
	/* link */
	a:link, a:visited, a, a:hover, a:active{text-decoration: none}

/*--共通--*/
.red{color: #fc5300;font-weight: 500;}
.flex {display: flex;}
#wrapper,main {overflow-x: hidden;}
#service,
#point,
#flow,
#message {
  scroll-margin-top: 120px; /*リンク調整*/
}
.container {width: min(92%, 960px);margin: 0 auto;}

/*背景*/
.wrapper, .wrap{max-width:960px; margin:0 auto; padding:5%; box-shadow:0px 3px 7px 3px #ccc;}
.wrap{padding:14px 10px; box-shadow:none}.header{color:#000}

/*block*/
    #block_wrapper, .block_wrapper, .shadow{box-shadow: 0 0px 16px rgba(5, 68, 91, 0.4);} .drop-shadow img{filter: drop-shadow(5px 5px 10px rgba(0,0,0,.25))}
    .block{padding:0 5.2% 50px; text-align:left}
    .hl, .h, .hlh{padding:50px 1% 4%; font-weight:900; font-size:2.4em; line-height:1.5em; text-align:center}.h{padding:0 1% 4%}.hlh{padding:70px 2% 40px}

/*footer*/
    #footer{width:100%; margin:0 auto; font-size: 1.5rem;}
    .footer-inner{background:#fff; padding:35px 0 35px; text-align:center}
    #footer a{color:#282828; text-decoration:none} #footer p{color:#282828}
    .fco{font-style:normal; line-height:2.4em; text-align:center; color:#282828; margin:0; padding:0}
/*見出し*/


/* =========================================
   header
========================================= */
/*header*/
/*header*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
}

.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(92%, 1400px);
  height: 100%;
  margin: 0 auto;
}

.site-header__logo {
  margin: 0;
  line-height: 1;
}

.site-header__logo a {
  display: inline-block;
}

.site-header__logo a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}

.site-header__logo img {
  display: block;
  width: auto;
  height: 46px;
}

.site-header__logo span {
  display: block;
  color: #0d2f5f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.site-header__nav {
  margin-left: auto;
}

.site-header__nav ul {
  display: flex;
  align-items: center;
  gap: 64px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__nav a {
  color: #0d2f5f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s;
}

.site-header__nav a:hover {
  opacity: 0.7;
}

.site-header__sns {
  display: none;
}

/*fv*/
.fv {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.fv__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.fv__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/fv-bg.jpg") center center / cover no-repeat;
  opacity: 0;
  transform: scale(1.08);
  filter: blur(8px);
  animation: fvBgReveal 2.2s ease-out forwards;
}

@keyframes fvBgReveal {
  0% {
    opacity: 0;
    transform: scale(1.02);
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

.fv__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(92%, 1400px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 130px 0 60px;
  box-sizing: border-box;
}

.fv__left {
  width: 60%;
  max-width: 600px;
}

.fv__catch {
  line-height: 1;
}

.fv__catch img {

  width: 100%;
  height: auto;
}

.fv__sns {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.fv__sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: opacity 0.3s;
}

.fv__sns a:hover {
  opacity: 0.7;
}

.fv__sns img {
  display: block;
  width: 46px;
  height: 46px;
}

.fv__right {
  display: flex;
  justify-content: flex-end;
  width: 54%;
}

.fv__main-visual {
  position: relative;
  width: min(100%, 760px);
}

.fv__main-image {
  display: block;
  width: 100%;
  height: auto;
}

.fv__icon {
  position: absolute;
  display: block;
  width: 74px;
  height: 74px;
}

.fv__icon--01 {
  top: 14%;
  left: 12%;
}

.fv__icon--02 {
  bottom: 23%;
  left: 10%;
}

.fv__icon--03 {
  top: 48%;
  right: 6%;
}

@media screen and (max-width: 1200px) {
  .site-header__inner {
    width: 94%;
  }

  .site-header__logo img {
    height: 40px;
  }

  .site-header__nav ul {
    gap: 42px;
  }

  .site-header__nav a {
    font-size: 14px;
  }

  .fv__inner {
    width: 94%;
    padding: 130px 0 40px;
  }

  .fv__left {
    width: 60%;
  }

  .fv__right {
    width: 56%;
  }

  .fv__icon {
    width: 64px;
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .site-header {
    height: 100px;
  }

  .site-header__inner {
    width: 92%;
  }

  .site-header__logo a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .site-header__logo img {
    height: 34px;
  }

  .site-header__logo span {
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .site-header__nav {
    display: none;
  }

  .site-header__sns {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
  }

  .site-header__sns a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
  }

  .site-header__sns img {
    display: block;
    width: 40px;
    height: 40px;
  }

  .fv {
    min-height: auto;
  }

  .fv__bg::before {
    background: url("../images/fv-sp-bg.jpg") center top / cover no-repeat;
  }

  .fv__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 120px 0 0;
  }

  .fv__left {
    order: 1;
    width: 100%;
    max-width: none;
    padding: 11% 7.5% 0;
    box-sizing: border-box;
  }

  .fv__catch img {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }

  .fv__sns {
    display: none;
  }

  .fv__right {
    order: 2;
    width: 100%;
    justify-content: center;
    margin-top: 26px;
  }

  .fv__main-visual {
    width: 100%;
    max-width: 760px;
  }

  .fv__main-image {
    width: 100%;
  }

  .fv__icon {
    width: 74px;
    height: 74px;
  }

  .fv__icon--01 {
    top: 13%;
    left: 18%;
  }

  .fv__icon--02 {
    bottom: 14%;
    left: 15%;
  }

  .fv__icon--03 {
    top: 55%;
    right: 12%;
  }
}

/* =========================
   top block01
========================= */
/*about-block01*/
.about-block01 {
  padding: 110px 0 120px;
  background: #fff;
}

.about-block01-heading {
  text-align: center;
}

.about-block01-heading__en {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 28px;
  color: #022245;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.16em;
}

.about-block01-heading__en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 52px;
  height: 2px;
  background: #022245;
  transform: translateX(-50%);
}

.about-block01-heading h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  margin: 42px 0 0;
  color: #022245;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.about-block01-text {
  max-width: 1480px;
  margin: 46px auto 0;
}

.about-block01-text p {
  margin: 0;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.02em;
}

.about-block01-text p + p {
  margin-top: 8px;
}

.about-block01-purpose {
  margin-top: 50px;
}

.about-block01-purpose__title {
  position: relative;
  text-align: center;
}

.about-block01-purpose__title::before,
.about-block01-purpose__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(57% - 180px);
  height: 1px;
  background: #022245;
  transform: translateY(-50%);
}

.about-block01-purpose__title::before {
  left: 0;
}

.about-block01-purpose__title::after {
  right: 0;
}

.about-block01-purpose__title span {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  display: inline-block;
  padding: 0 32px;
  background: #fff;
  color: #022245;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.about-block01-purpose__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  background: #fff;
  border: 1px solid #d9dfe8;
  box-shadow: 0 0 14px rgba(46, 100, 167, 0.14);
}

.about-block01-card {
  padding: 44px 36px 42px;
  text-align: center;
}

.about-block01-card + .about-block01-card {
  border-left: 1px solid #d9dfe8;
}

.about-block01-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 96px;
  margin-bottom: 28px;
}

.about-block01-card__icon img {
  display: block;
  width: auto;
  max-width: 86px;
  max-height: 86px;
}

.about-block01-card h3 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  margin: 0;
  color: #022245;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.about-block01-card__line {
  width: 28px;
  height: 2px;
  margin: 24px auto 24px;
  background: #022245;
}

.about-block01-card p {
  margin: 0;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
  text-align: center;
}


@media screen and (max-width: 767px) {
  .about-block01 {
    padding: 70px 0 80px;
  }

  .about-block01-heading__en {
    padding-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.14em;
  }

  .about-block01-heading__en::after {
    width: 42px;
  }

  .about-block01-heading h2 {
    margin-top: 28px;
    font-size: 40px;
    line-height: 1.4;
  }

  .about-block01-text {
    margin-top: 32px;
  }

  .about-block01-text p {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

  .about-block01-text p + p {
    margin-top: 10px;
  }

  .about-block01-purpose {
    margin-top: 56px;
  }

  .about-block01-purpose__title::before,
  .about-block01-purpose__title::after {
    width: calc(50% - 90px);
  }

  .about-block01-purpose__title span {
    padding: 0 14px;
    font-size: 28px;
  }

  .about-block01-purpose__cards {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .about-block01-card {
    padding: 34px 24px 32px;
  }

  .about-block01-card + .about-block01-card {
    border-left: none;
    border-top: 1px solid #d9dfe8;
  }

  .about-block01-card__icon {
    height: auto;
    margin-bottom: 22px;
  }

  .about-block01-card__icon img {
    max-width: 72px;
    max-height: 72px;
  }

  .about-block01-card h3 {
    font-size: 24px;
    line-height: 1.5;
  }

  .about-block01-card__line {
    margin: 18px auto 18px;
  }

  .about-block01-card p {
    font-size: 16px;
    line-height: 1.9;
  }
}
/*about-block02*/
.about-block02 {
  position: relative;
  padding: 110px 0 130px;
  overflow: hidden;
  background: #f8fbff;
}

.about-block02__bg {
  position: absolute;
  inset: 0;
  background: url("../images/block02-bg.jpg") center bottom / cover no-repeat;
  opacity: 1;
}

.about-block02 .container {
  position: relative;
  z-index: 2;
}

.about-block02-heading {
  text-align: center;
}

.about-block02-heading h2 {
  margin: 0;
  color: #2e567e;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.about-block02-table {
  max-width: 1480px;
  margin: 56px auto 0;
}

.about-block02-row {
  position: relative;
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: start;
  padding: 35px 0 35px;
}

.about-block02-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 2px;
  background: #2f64b1;
}

.about-block02-row::after {
  content: "";
  position: absolute;
  top: 0;
  left: 260px;
  width: calc(100% - 260px);
  height: 1px;
  background: #2f64b1;
}

.about-block02-label {
  color: #2e567e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.about-block02-value {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.about-block02-books {
  display: grid;
  grid-template-columns: repeat(3, 174px);
  justify-content: start;
  justify-items: start;
  gap: 40px 32px;
  align-items: start;
}

.about-block02-row--image .about-block02-value {
  display: flex;
  /* justify-content: space-between; */
  justify-content: start;
  gap: 30px;
}

.about-block02-book {
  width: 174px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-block02-book__image {
  width: 174px;
  margin: 0 auto 10px;
}

.about-block02-book__image img {
  display: block;
  width: 100%;
  height: auto;
}

.about-block02-book p {
  margin: 0;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.02em;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .about-block02 {
    padding: 90px 0 110px;
  }

  .about-block02-heading h2 {
    font-size: 54px;
  }

  .about-block02-table {
    margin-top: 46px;
  }

  .about-block02-row {
    grid-template-columns: 220px 1fr;
    padding: 22px 0 24px;
  }

  .about-block02-row::before {
    width: 220px;
  }

  .about-block02-row::after {
    left: 220px;
    width: calc(100% - 220px);
  }

  .about-block02-label,
  .about-block02-value,
  .about-block02-book p {
    font-size: 18px;
  }

  .about-block02-book__image {
    width: 150px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .about-block02 {
    padding: 70px 0 80px;
  }

  .about-block02-heading h2 {
    font-size: 40px;
    line-height: 1.4;
  }

  .about-block02-table {
    margin-top: 34px;
  }

  .about-block02-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0 20px;
  }

  .about-block02-row--image {
    padding-top: 24px;
  }

  .about-block02-label,
  .about-block02-value {
    font-size: 16px;
    line-height: 1.8;
  }

  .about-block02-book__image {
    width: 136px;
    margin-bottom: 4px;
  }
  .about-block02-row--image .about-block02-value {
     flex-direction: column;
     gap: 60px;
  }
  .about-block02-book {width: 100%;}
  .about-block02-book p {
    font-size: 16px;
    line-height: 1.6;
  }
}
/*footer*/
.site-footer {
  padding: 54px 0 28px;
  background: #022245;
}

.site-footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 74px;
}

.site-footer__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-footer__logo {
  line-height: 1;
}

.site-footer__logo a {
  display: inline-block;
}

.site-footer__logo img {
  display: block;
  width: auto;
  height: 40px;
}

.site-footer__sns {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.site-footer__sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: opacity 0.3s;
}

.site-footer__sns a:hover {
  opacity: 0.7;
}

.site-footer__sns img {
  display: block;
  width: 38px;
  height: 38px;
}

.site-footer__nav ul {
  margin: 0;
  padding: 2px 0 0;
  list-style: none;
}

.site-footer__nav li + li {
  margin-top: 14px;
}

.site-footer__nav a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  transition: opacity 0.3s;
}

.site-footer__nav a:hover {
  opacity: 0.7;
}

.site-footer__copy {
  margin: 54px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .site-footer {
    padding: 44px 0 24px;
  }

  .site-footer__inner {
    flex-direction: column;
    gap: 28px;
  }

  .site-footer__logo img {
    height: 34px;
  }

  .site-footer__sns {
    margin-top: 16px;
  }

  .site-footer__sns a {
    width: 34px;
    height: 34px;
  }

  .site-footer__sns img {
    width: 34px;
    height: 34px;
  }

  .site-footer__nav ul {
    padding-top: 0;
  }

  .site-footer__nav li + li {
    margin-top: 10px;
  }

  .site-footer__nav a {
    font-size: 15px;
  }

  .site-footer__copy {
    margin-top: 38px;
    font-size: 13px;
  }
}

/*---------------------------------
アニメーション
---------------------------------*/

.reveal{
  opacity: 0;
  transform: translateY(14px);
  filter: blur(2px);
  transition-property: opacity, transform, filter;
  transition-duration: .7s;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform, filter;
}
.reveal.is-in{
  opacity: 1;
  transform: none;
  filter: none;
}

/* 方向バリエーション */
.reveal--up{ transform: translateY(14px); }
.reveal--down{ transform: translateY(-14px); }

/* スタイル違い */
.reveal--zoom{ transform: scale(.96); }
.reveal--soft{ filter: blur(1px); }  /* ぼかし弱め */

/* スピード（任意） */
.reveal--fast{ transition-duration: .45s; }
.reveal--slow{ transition-duration: 1s; }

/* 遅延ユーティリティ（.1s刻み） */
.delay-0{  transition-delay: 0s; }
.delay-1{  transition-delay: .1s; }
.delay-2{  transition-delay: .2s; }
.delay-3{  transition-delay: .3s; }
.delay-4{  transition-delay: .4s; }
.delay-5{  transition-delay: .5s; }
.delay-6{  transition-delay: .6s; }
.delay-7{  transition-delay: .7s; }
.delay-8{  transition-delay: .8s; }
.delay-9{  transition-delay: .9s; }
.delay-10{ transition-delay: 1s; }



@media screen and (min-width:960px) {
    /*for PC*/
    #wrapper, .wrapper{font-size:1.4rem;text-align: left; font-feature-settings:"palt"; line-height:1.5em; margin:0 auto; padding:0}
    .pc{display:block}.sp{display:none}

}

@media screen and (min-width:481px) and (max-width:960px) {
    /*for iPad tb(タブレット)*/
    #wrapper, .wrapper{font-size:1.4rem;text-align: left; font-feature-settings:"palt"; line-height:1.5em; margin:0 auto; padding:0}
    .hpb{width:100%; margin:0 auto}
    .pc{display:none}.sp{display:block}
    /*共通*/

 
}

@media screen and (max-width: 980px) {
    /*for iPhone sp(スマートフォン)*/
    #wrapper, .wrapper{font-size:1.4rem;text-align: left; font-feature-settings:"palt"; line-height:1.5em; margin:0 auto; padding:0}
    .hpb{width:100%; margin:0 auto}
    .pc{display:none}.sp{display:block}
	::placeholder{font-size:0.7em}
    .flex {flex-direction: column;}
    /*背景*/
    .bg{padding:0px}.bgt0{padding:0 2% 35px}
    /*block*/
    .block{padding:0 2% 25px; text-align:left}
    .hl, .h, .hlh{padding:25px 1% 4%; font-size:1.625em}.h{padding:0 1% 4%}.hlh{padding:35px 2% 20px; margin-bottom:0}
}