@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "Trim-Light";
  src: url("/manabi/font/Trim-Light.eot");
  src: local("Trim Light"), url("/manabi/font/Trim-Light.woff") format("woff"), url("/manabi/font/Trim-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Trim-Regular";
  src: url("/manabi/font/Trim-Regular.eot");
  src: local("Trim Regular"), url("/manabi/font/Trim-Regular.woff") format("woff"), url("/manabi/font/Trim-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Trim-Medium";
  src: url("/manabi/font/Trim-Medium.eot");
  src: local("Trim Medium"), url("/manabi/font/Trim-Medium.woff") format("woff"), url("/manabi/font/Trim-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Trim-SemiBold";
  src: url("/manabi/font/Trim-SemiBold.eot");
  src: local("Trim SemiBold"), url("/manabi/font/Trim-SemiBold.woff") format("woff"), url("/manabi/font/Trim-SemiBold.ttf") format("truetype");
}
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  width: 100%;
  height: 100%;
  color: #333;
}

.main {
  max-width: 768px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.contents {
  background: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 768px;
  margin: auto;
  height: 60px;
  z-index: 998;
}
.header::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  display: block;
  top: -60px;
  left: 0;
  transition: 0.3s top ease;
}
.header__title {
  position: absolute;
  top: 18px;
  left: 7%;
  font-size: 26px;
  font-family: Trim-SemiBold;
  font-style: italic;
  color: #0c3387;
  z-index: 10;
  opacity: 0;
  transform: translateX(20px);
  transition: 0.3s all ease;
}
.is-show .header__title {
  opacity: 1;
  transform: translateX(0);
}
.header__menu {
  position: absolute;
  top: 10px;
  right: 7%;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.header__menu span, .header__menu::before, .header__menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s background ease;
}
.header__menu::before {
  margin-top: -8px;
}
.header__menu::after {
  margin-top: 8px;
}
.header.is-show::after {
  top: 0;
}
.header.is-show .header__menu span, .header.is-show .header__menu::before, .header.is-show .header__menu::after {
  background: #0c3387;
}

.footer {
  margin-top: 120px;
}
.footer__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-position: center center;
  background-size: cover;
}
.footer__banner-1 {
  background-image: url(/manabi/img/footer_bg1.jpg);
}
.footer__banner-2 {
  background-image: url(/manabi/img/footer_bg2.jpg);
}
.footer__copyright {
  text-align: center;
  font-family: Trim-Light;
  font-size: 10px;
  padding: 40px 0;
}

.menu {
  position: fixed;
  display: block;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background: #0c3387;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.menu__top {
  position: absolute;
  top: 30px;
  left: 7%;
  font-size: 26px;
  font-family: Trim-Medium;
  color: #fff;
}
.menu__close {
  position: absolute;
  top: 20px;
  right: 7%;
  width: 40px;
  height: 40px;
}
.menu__close::before, .menu__close::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
}
.menu__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu ul {
  margin: 100px 7% 32px;
}
.menu ul li {
  margin-top: 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #fff;
}
.menu ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.menu__btn {
  display: block;
  margin: 8px 7% 0;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #0c3387;
  text-align: center;
  padding: 28px 0;
}
.menu.is-show {
  opacity: 1;
  visibility: visible;
}

.top__fixedbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 3%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  padding: 6px 10px;
  z-index: 10;
  width: 100px;
  height: 100px;
  letter-spacing: 1.2px;
}
.top__fixedbtn img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/manabi/img/icon_btn.svg) no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.top__hero {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  transition: 0.3s min-height ease;
  display: block;
  padding: 20% 6% 0;
  box-sizing: border-box;
  color: #fff;
}
.top__hero-title {
  position: relative;
  font-size: 60px;
  font-family: Trim-SemiBold;
  font-style: italic;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 5%;
  overflow: hidden;
}
.top__hero-title span {
  display: block;
  position: relative;
  transition: 0.3s all ease;
  transform: translateX(-100%);
}
.is-show .top__hero-title span {
  transform: translateX(0);
}
.top__hero-title span::after {
  content: "";
  display: block;
  position: absolute;
  width: 110%;
  height: 110%;
  background: #fff;
  top: 0;
  left: 0;
  transition: 0.3s all ease 0.3s;
}
.is-show .top__hero-title span::after {
  left: 120%;
}
.top__hero-copy {
  margin-top: 5px;
  font-size: 19px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s all ease 0.3s;
}
.is-show .top__hero-copy {
  opacity: 1;
  transform: translateY(0);
}
.top__hero-text {
  margin-top: 10px;
  display: inline-block;
  background: #0c3387;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 7px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s all ease 0.5s;
}
.is-show .top__hero-text {
  opacity: 1;
  transform: translateY(0);
}
.top__hero-year {
  margin-top: 8px;
  font-family: Trim-Light;
  font-size: 46px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.top__hero-year span {
  display: block;
  position: relative;
  transition: 0.3s all ease 1.2s;
  transform: translateX(-110%);
}
.is-show .top__hero-year span {
  transform: translateX(0);
}
.top__hero-year span::after {
  content: "";
  display: block;
  position: absolute;
  width: 110%;
  height: 110%;
  background: #fff;
  top: 0;
  left: 0;
  transition: 0.3s all ease 1.5s;
}
.is-show .top__hero-year span::after {
  left: 110%;
}
.top__hero::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
  max-width: 768px;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  transition: 0.3s min-height ease;
  background: url(/manabi/img/top/hero_bg.jpg) no-repeat center;
  background-size: cover;
}
.top__hero-scroll {
  position: absolute;
  bottom: 50px;
  font-family: Trim-Medium;
  font-size: 12px;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.top__hero-scroll::before, .top__hero-scroll::after {
  content: "<";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  transform: rotate(-90deg);
  animation: showhide 3s linear infinite;
}
.top__hero-scroll::after {
  bottom: -22px;
  animation: showhide 3s linear infinite 0.5s;
}
@keyframes showhide {
  0% {
    opacity: 0;
    transform: translateY(-5px) rotate(-90deg);
  }
  10% {
    opacity: 1;
    transform: translateY(0) rotate(-90deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0) rotate(-90deg);
  }
  60% {
    opacity: 0;
    transform: translateY(5px) rotate(-90deg);
  }
  to {
    opacity: 0;
    transform: translateY(5px) rotate(-90deg);
  }
}
.top__hero-index {
  position: absolute;
  top: 27px;
  font-family: Trim-Medium;
  font-size: 12px;
  color: #fff;
  right: 6%;
  padding-bottom: 3px;
  border-bottom: 1.5px solid #fff;
}
.top__copy {
  background: #fff;
  padding: 16vw 5% 21vw;
  color: #0c3387;
}
.top__copy p {
  position: relative;
  margin-top: 4.6vw;
  overflow: hidden;
  transition: 0.5s all ease;
  transform: scaleX(0);
  transform-origin: left top;
}
.top__copy p.is-show {
  transform: scaleX(1);
}
.top__copy p.is-show::after {
  left: 100%;
}
.top__copy p img {
  width: 100%;
}
.top__copy p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #fff;
  z-index: 2;
}
.top__copy p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #0c3387;
  transition: 0.5s all ease;
  transition-delay: 0.8s;
}
.top__copy p:nth-child(1)::before {
  width: 15%;
}
.top__copy p:nth-child(1)::after {
  width: 85%;
}
.top__copy p:nth-child(2)::before {
  width: 10%;
}
.top__copy p:nth-child(2)::after {
  width: 90%;
}
.top__copy p:nth-child(3)::before {
  width: 40%;
}
.top__copy p:nth-child(3)::after {
  width: 60%;
}
.top__copy p:nth-child(4)::before {
  width: 12%;
}
.top__copy p:nth-child(4)::after {
  width: 88%;
}
.top__copy p:nth-child(5)::before {
  width: 30%;
}
.top__copy p:nth-child(5)::after {
  width: 70%;
}
.top__copy p:nth-child(6)::before {
  width: 50%;
}
.top__copy p:nth-child(6)::after {
  width: 50%;
}
.top__copy p:nth-child(7)::before {
  width: 50%;
}
.top__copy p:nth-child(7)::after {
  width: 50%;
}
.top__copy p:nth-child(8)::before {
  width: 40%;
}
.top__copy p:nth-child(8)::after {
  width: 60%;
}
.top__copy p:nth-child(9)::before {
  width: 0%;
}
.top__copy p:nth-child(9)::after {
  width: 100%;
}
.top__block {
  display: block;
  margin-top: 4px;
  position: relative;
}
.top__block:first-child {
  margin-top: 0;
}
.top__block img {
  width: 100%;
}
.top__block-text {
  position: absolute;
  top: 41px;
  left: 6%;
}
.top__block-text__tag {
  display: inline-block;
  background: #fff;
  color: #0c3387;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px 4px;
}
.top__block-text__title {
  margin-top: 8px;
}
.top__block-text__title p {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3px;
  background: #0c3387;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 8px 8px 7px 8px;
  overflow: hidden;
}
.top__block-text__title p span {
  display: block;
}
.top__block-index {
  position: absolute;
  top: 20px;
  right: 8%;
  color: #fff;
  padding-bottom: 1px;
  border-bottom: 2px solid #fff;
  font-size: 10px;
  font-family: Trim-Medium;
  transform: rotate(-90deg);
  transform-origin: top right;
}
.top__block-btn {
  position: absolute;
  bottom: 30px;
  left: 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 70px;
  height: 70px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s all ease;
}
.is-show .top__block-btn {
  opacity: 1;
  transform: translateY(0);
}
.top__block-btn span {
  position: relative;
  display: block;
  padding-bottom: 1px;
  border-bottom: 2px solid #0c3387;
  font-size: 10px;
  color: #0c3387;
  font-family: Trim-Medium;
  z-index: 1;
}
.top__block-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.is-show .top__block-btn::after {
  animation-name: powapowa;
  animation-delay: 2s;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.top__block-3 .top__block-text {
  top: 41vw;
}
.top__block-5 .top__block-index {
  color: #0c3387;
  border-bottom: 2px solid #0c3387;
}
.top__block-5 .top__block-btn span {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.top__block-5 .top__block-btn::after {
  background: #0c3387;
}
@keyframes powapowa {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.9);
  }
}

.article__hero {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: block;
  padding: 20% 6% 0;
  box-sizing: border-box;
}
.article__hero::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
  max-width: 768px;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  transition: 0.3s min-height ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.article-1 .article__hero::before {
  background-image: url(/manabi/img/article01/hero.jpg);
}
.article-2 .article__hero::before {
  background-image: url(/manabi/img/article02/hero.jpg);
}
.article-3 .article__hero::before {
  background-image: url(/manabi/img/article03/hero.jpg);
}
.article-4 .article__hero::before {
  background-image: url(/manabi/img/article04/hero.jpg);
}
.article-5 .article__hero::before {
  background-image: url(/manabi/img/article05/hero.jpg);
}
.article-6 .article__hero::before {
  background-image: url(/manabi/img/article06/hero.jpg);
}
.article__hero-text__tag {
  display: inline-block;
  background: #0c3387;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px 4px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s all ease;
}
.is-show .article__hero-text__tag {
  opacity: 1;
  transform: translateY(0);
}
.article__hero-text__title {
  margin-top: 8px;
}
.article__hero-text__title p {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3px;
  background: #fff;
  color: #0c3387;
  font-size: 30px;
  font-weight: bold;
  padding: 8px 7px 7px 7px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s all ease;
  overflow: hidden;
  font-feature-settings: "palt";
}
.is-show .article__hero-text__title p {
  transform: scaleX(1);
}
.article__hero-text__title p span {
  display: block;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s all ease 0.5s;
}
.is-show .article__hero-text__title p span {
  opacity: 1;
  transform: translateY(0);
}
.article__hero-text__title p:nth-child(2) {
  transition-delay: 0.6s;
}
.article__hero-text__title p:nth-child(2) span {
  transition-delay: 0.9s;
}
.article__hero-text__title p:nth-child(3) {
  transition-delay: 1.2s;
}
.article__hero-text__title p:nth-child(3) span {
  transition-delay: 1.5s;
}
.article__main p {
  padding: 40px 7% 0;
  font-size: 14px;
  line-height: 180%;
  color: #3e3a39;
}
.article__main p.is-pt24 {
  padding-top: 24px;
}
.article__main p b {
  font-weight: bold;
}
.article__main p small {
  margin-top: 16px;
  display: block;
  font-size: 11px;
  line-height: 180%;
}
.article__main p + p {
  padding-top: 24px;
}
.article__main p.is-caption {
  font-size: 12px;
  padding-top: 16px;
}
.article__main-img {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.article__main-img img {
  width: 100%;
  display: block;
}
.article__main-img.is-reverse::after {
  left: inherit;
  right: 0;
  transition: 0.3s right ease;
}
.article__main-img.is-reverse.is-show::after {
  left: inherit;
  right: 100%;
}
.article__main-title {
  position: relative;
  margin: 80px auto 0;
}
.article__main-title__num {
  position: relative;
  font-family: Trim-Light;
  font-size: 118px;
  text-align: center;
  color: #0c3387;
}
.article__main-title__num::after {
  content: "CASE";
  position: absolute;
  font-family: Trim-Regular;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 4px 0 3px;
  margin-top: 5px;
  margin-left: -47px;
  opacity: 0;
  transition: 0.3s all ease;
}
.is-show .article__main-title__num::after {
  opacity: 1;
  margin-top: 0;
}
.article__main-title__num.is-2::after {
  margin-left: -55px;
}
.article__main-title__num span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.3s all ease 0.3s;
}
.is-show .article__main-title__num span {
  opacity: 1;
  transform: translateX(0);
}
.article__main-title__text {
  margin-top: 30px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  color: #0c3387;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s all ease 0.6s;
}
.is-show .article__main-title__text {
  opacity: 1;
  transform: translateY(0);
}
.article__main-title__text span {
  display: block;
}
.article__main-title__text span.is-s {
  line-height: 1.7em;
  font-size: 16px;
}
.article__main-title__text small {
  font-size: 20px;
  margin: 0 -10px;
}
.article__main-header {
  padding: 48px 7% 0;
}
.article__main-header.is-center p {
  margin: 4px auto 0;
}
.article__main-header p {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4px;
  background: #0c3387;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  padding: 8px 7px 7px 7px !important;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s all ease;
  overflow: hidden;
  opacity: 1;
  font-feature-settings: "palt";
}
.article__main-header p span {
  display: block;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s all ease 0.3s;
}
.article__main-header p:nth-child(2) {
  transition-delay: 0.6s;
}
.article__main-header p:nth-child(2) span {
  transition-delay: 0.9s;
}
.article__main-header p:nth-child(3) {
  transition-delay: 1.2s;
}
.article__main-header p:nth-child(3) span {
  transition-delay: 1.5s;
}
.article__main-header.is-show p {
  transform: scaleX(1);
}
.article__main-header.is-show p span {
  opacity: 1;
  transform: translateY(0);
}
.article__main-header2 {
  padding: 48px 7% 0;
  font-size: 22px;
  font-weight: bold;
  color: #0c3387;
  line-height: 1.5em;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s all ease;
}
.article__main-header2.is-show {
  opacity: 1;
  transform: translateY(0);
}
.article__main-header2.is-s {
  font-size: 18px;
}
.article__main-header2.is-s b {
  font-size: 22px;
  line-height: 1.5em;
}
.article__main-header3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  color: #0c3387;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s all ease;
}
.article__main-header3 span {
  font-weight: normal;
  font-size: 16px;
  display: block;
}
.article__main-header3.is-show {
  opacity: 1;
  transform: translateY(0);
}
.article__main hr {
  margin: 32px auto;
  width: 0;
  opacity: 0;
  transition: 0.3s width ease, 0.1s opacity ease;
  transform-origin: center;
}
.article__main hr.is-show {
  opacity: 1;
  width: 86%;
}
.article__member {
  position: relative;
}
.article__member .article__main-img {
  margin-top: 0;
}
.article__member-1 {
  margin-top: 38vw;
}
@media (min-width: 768px) {
  .article__member-1 {
    margin-top: 120px;
  }
}
.article__member-2 {
  margin-top: 40vw;
}
@media (min-width: 768px) {
  .article__member-2 {
    margin-top: 150px;
  }
}
.article__member-block {
  position: absolute;
  z-index: 10;
  padding-left: 16px;
}
.article__member-block__name {
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.3s all ease 0.6s;
}
.article__member-block__name span {
  font-size: 14px;
}
.is-show .article__member-block__name {
  opacity: 1;
  transform: translateX(0);
}
.article__member-block__text {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.5em;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.3s all ease 0.8s;
}
.is-show .article__member-block__text {
  opacity: 1;
  transform: translateX(0);
}
.article__member-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: #3bb4c7;
  transition: 0.3s height ease 0.3s;
}
.article__member-block.is-show::after {
  height: 100%;
}
.article__member-1 .article__member-block {
  top: -80px;
  left: 30vw;
  height: 69vw;
  padding-left: 0;
  padding-right: 16px;
  text-align: right;
}
@media (min-width: 768px) {
  .article__member-1 .article__member-block {
    top: -70px;
    left: 375px;
    height: 445px;
  }
}
.article__member-1 .article__member-block::after {
  left: 100%;
}
.article__member-2 .article__member-block {
  top: -95px;
  left: 35vw;
  height: 64vw;
}
@media (min-width: 768px) {
  .article__member-2 .article__member-block {
    top: -95px;
    left: 288px;
    height: 416px;
  }
}

.top .link,
.article-1 .link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto 0;
  color: #003086;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration-line: underline;
}

.article-2 .article__hero-text__title p {
  font-size: 28px;
}
.article-2__hukidashi {
  position: relative;
  margin: 130px 0 0;
}
.article-2__hukidashi img {
  width: 100%;
}
.article-2__hukidashi-inner {
  position: absolute;
  top: -100px;
  right: 7%;
  border-radius: 20px;
  background: #d67a60;
  padding: 16px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s all ease;
}
.article-2__hukidashi-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #d67a60 transparent transparent transparent;
  bottom: -25px;
  left: 130px;
}
.is-show .article-2__hukidashi-inner {
  opacity: 1;
  transform: translateY(0);
}
.article-2__hukidashi-2 .article-2__hukidashi-inner {
  right: inherit;
  left: 22px;
}
.article-2__hukidashi-2 .article-2__hukidashi-inner::after {
  transform: scaleX(-1);
  left: 110px;
}
.article-2__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 48px auto 0;
  text-align: center;
  color: #d67a60;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
.article-2__header::before, .article-2__header::after {
  content: "";
  display: block;
  position: relative;
  width: 22px;
  height: 1px;
  background: #d67a60;
}
.article-2__header::before {
  transform: rotate(60deg);
}
.article-2__header::after {
  transform: rotate(-60deg);
}

.article-3__grade {
  display: flex;
  justify-content: space-between;
  margin: 40px 7% 20px;
  color: #0c3387;
  font-weight: bold;
}
.article-3__grade-cell__text {
  font-size: 15px;
  line-height: 1.5em;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s all ease;
}
.is-show .article-3__grade-cell__text {
  opacity: 1;
  transform: translateY(0);
}
.article-3__grade-cell__num {
  font-size: 74px;
  font-family: Trim-Medium;
  opacity: 0;
  transform: translateX(20px);
  transition: 0.3s all ease 0.3s;
}
.article-3__grade-cell__num span {
  font-size: 20px;
  margin-left: 5px;
}
.is-show .article-3__grade-cell__num {
  opacity: 1;
  transform: translateX(0);
}
.article-3__grade-cell:last-child .article-2__grade-cell__text {
  transition-delay: 1s;
}
.article-3__grade-cell:last-child .article-2__grade-cell__num {
  transition-delay: 1.3s;
}
.article-3__class {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  background: #0c3387;
  padding: 30px 7%;
  color: #fff;
  font-weight: bold;
  min-height: 180px;
  margin: 4px 0 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: 0.3s transform ease;
}
.article-3__class.is-show {
  transform: scaleX(1);
}
.article-3__class-head {
  width: 100%;
}
.article-3__class-num {
  font-size: 60px;
  text-align: center;
  font-family: Trim-Light;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateX(20px);
  transition: 0.3s all ease 0.3s;
}
.is-show .article-3__class-num {
  opacity: 1;
  transform: translateX(0);
}
.article-3__class-title {
  width: 100%;
  font-size: 28px;
  text-align: center;
  line-height: 1.3em;
  opacity: 0;
  transform: translateX(20px);
  transition: 0.3s all ease 0.3s;
}
.article-3__class-title.is-s {
  font-size: 22px;
}
.is-show .article-3__class-title {
  opacity: 1;
  transform: translateX(0);
}
.article-3__class-text {
  width: 100%;
  margin-top: 24px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.8em;
  text-align: center;
  opacity: 0;
  transform: translateX(20px);
  transition: 0.3s all ease 0.6s;
}
.is-show .article-3__class-text {
  opacity: 1;
  transform: translateX(0);
}
.article-3__class-wrap {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transform: translateX(20px);
  transition: 0.3s all ease 0.3s;
}
.is-show .article-3__class-wrap {
  opacity: 1;
  transform: translateX(0);
}
.article-3__class-wrap__cell {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 48%;
}
.article-3__class-wrap__cell-title {
  font-size: 18px;
  line-height: 1.2em;
}
.article-3__class-wrap__cell-title span {
  font-size: 12px;
  margin-left: -5px;
}
.article-3__class-wrap__cell-text {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 10px;
}
.article-3__table {
  display: block;
  margin: 24px 7% 0;
  width: 86%;
  box-sizing: border-box;
  border: 1px solid #003086;
}
.article-3__table-wrap {
  display: flex;
  border-bottom: 1px solid #003086;
}
.article-3__table-wrap:last-child {
  border-bottom: none;
}
.article-3__table-wrap:first-child .article-3__table-cell {
  background: #003086;
  color: #fff;
}
.article-3__table-wrap:first-child .article-3__table-cell:first-child {
  border-right: 1px solid #fff;
}
.article-3__table-cell {
  width: 50%;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  color: #003086;
  text-align: center;
}
.article-3__table-cell:first-child {
  border-right: 1px solid #003086;
}

.article-4__header {
  display: inline-block;
  margin: 48px 7% 0;
  padding: 6px 10px;
  background: #003086;
  color: #fff;
  font-size: 16px;
}
.article-4__qa {
  margin: 48px 7% 0;
}
.article-4__qa-q {
  color: #003086;
  border-bottom: 1px dashed #666;
  padding-bottom: 24px;
}
.article-4__qa-q__num {
  font-size: 32px;
  font-family: Trim;
  font-weight: 400;
  line-height: 100%;
}
.article-4__qa-q__text {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
}
.article-4__qa-a {
  margin-top: 24px;
  display: block;
  color: #3e3a39;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
}
.article-4__qa-a::before {
  content: "A";
  display: inline-block;
  color: #003086;
  font-size: 32px;
  font-family: Trim;
  font-weight: 400;
  line-height: 100%;
  margin: 0 10px 0 0;
}
.article-4__qa-a span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #aaa;
  font-weight: bold;
  padding: 2px 7px 0px;
  margin: 24px 0 16px;
}
.article-4__qa-a ul {
  margin-top: 16px;
}
.article-4__qa-a ul li {
  margin-top: 16px;
  position: relative;
  padding-left: 16px;
}
.article-4__qa-a ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #003086;
  top: 9px;
  left: 0;
}
.article-4__qa-a ul li dl {
  display: flex;
  color: #3e3a39;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
}
.article-4__qa-a ul li dl dt {
  width: 60px;
}
.article-4__qa-a ul li dl dd {
  width: calc(100% - 60px);
}

.article-5 .header__menu span, .article-5 .header__menu::before, .article-5 .header__menu::after {
  background: #003086;
}
.article-5__header {
  margin: 48px 7% 0;
  color: #003086;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
}
.article-5 .article__main-header {
  padding-top: 8px;
}
.article-5__colum {
  max-width: 450px;
  margin: 48px auto 48px;
  padding: 0 0 0 5%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
}
.article-5__colum-img {
  position: relative;
  width: calc(100% - 216px);
}
.article-5__colum-img img {
  width: 100%;
  max-width: 160px;
}
.article-5__colum-img__hukidashi {
  position: absolute;
  bottom: -35px;
  right: 22px;
  background: #d67a60;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
  padding: 16px 32px;
  border-radius: 20px;
  transition: 0.3s all ease;
  opacity: 0;
  transform: translateY(20px);
}
.article-5__colum-img__hukidashi::before {
  content: "";
  position: absolute;
  display: block;
  top: -25px;
  left: 200px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #d67a60 transparent;
}
.article-5__colum-inner {
  width: 200px;
  margin: 0 0 32px;
  padding: 0 0 0 16px;
  border-left: 1px solid #d67a60;
}
.article-5__colum-title {
  color: #d67a60;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
.article-5__colum ul {
  margin: 16px 0 0;
}
.article-5__colum ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  white-space: nowrap;
}
.article-5__colum ul li span {
  color: #d67a60;
}
.article-5__colum-text {
  margin-top: 8px;
  color: #d67a60;
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
}
.article-5__colum.is-reverse {
  flex-direction: row-reverse;
  padding: 0 5% 0 0;
}
.article-5__colum.is-reverse .article-5__colum-img__hukidashi {
  right: inherit;
  left: 22px;
}
.article-5__colum.is-reverse .article-5__colum-img__hukidashi::before {
  left: 80px;
  transform: scaleX(-1);
}
.article-5__colum.is-show .article-5__colum-img__hukidashi {
  opacity: 1;
  transform: translateY(0);
}

.article-6__title {
  text-align: center;
  color: #0c3387;
  margin: 80px 0 0;
}
.article-6__title-num {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-family: Trim-Regular;
  font-size: 14px;
  line-height: 1em;
  overflow: hidden;
  transform: scaleX(0);
  transform-origin: top left;
  transition: 0.3s transform ease;
}
.article-6__title-num::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c3387;
  transition: 0.3s left ease 0.3s;
}
.is-show .article-6__title-num {
  transform: scaleX(1);
}
.is-show .article-6__title-num::after {
  left: 105%;
}
.article-6__title-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0;
}
.article-6__title-text p {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #0c3387;
  padding: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2em;
  overflow: hidden;
  opacity: 1;
  transform: scaleX(0);
  transform-origin: top left;
  transition: 0.3s transform ease;
}
.article-6__title-text p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c3387;
  transition: 0.3s left ease 0.3s;
}
.is-show .article-6__title-text p {
  transform: scaleX(1);
}
.is-show .article-6__title-text p::after {
  left: 105%;
}
.article-6__note {
  margin: 40px 7% 0;
}
.article-6__note hr.is-show {
  width: 100% !important;
}
.article-6__note__title {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5em;
  color: #0c3387;
}
.article-6__note__title span {
  font-size: 14px;
}
.article-6__note__img {
  width: 100%;
  margin-top: 32px;
}
.article-6__note p {
  padding: 0;
  margin-top: 16px;
  font-size: 12px;
}/*# sourceMappingURL=main.css.map */