@charset "UTF-8";
/* ==========================
common
============================= */
:root {
    --blue: #3A6A97;
    --darkBlue: #005B84;
    --blueGradation: linear-gradient(91deg, #258399 1.12%, #346D96 102.02%);
    --rightBlueGradation: linear-gradient(169deg, #4986B1 0.77%, #3B6D9A 99.23%);
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    --lightBlue: #E9F0F5;
    --white: #fff;
    --text: #494949;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    color: var(--text, #494949);
    background-color: var(--primary-white, #fff);
    line-height: 160%;
    font-size: 1.4rem;
    text-align: center;
    max-width: 440px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

img,
video {
    max-width: 100%;
    height: auto;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

.page-top {
    display: flex;
    width: 56px;
    height: 56px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 28px -9px rgba(0, 0, 0, 0.25);
    font-size: 1rem;
    line-height: 120%;
    transition: all .3s ease;
}

.page-top span {
    display: block;
    position: relative;
}

.page-top span::before {
    content: "";
    display: block;
    width: 5.663px;
    height: 5.663px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    border-top: 1px solid var(--darkBlue, #132C46);
	border-right: 1px solid var(--darkBlue, #132C46);
    position: absolute;
    right: 0;
    left: 0;
    top: -6px;
    margin: 0 auto;
}


/* ==========================
header and CTA
============================= */
.MV__img,
.footer__img {
    position: relative;
}

.footer__img {
    top: -284px;
    z-index: -1;
}

.MV__txt {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    margin: auto;
}

.MV__logo {
    width: 117px;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.15));
    margin-bottom: 4px;
}

.MV__subTxt {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    font-family: "Noto Sans JP";
    font-size: 10.5px;
    letter-spacing: 0.105px;
}

.MV__box {
    position: absolute;
    top: 143px;
    left: 0;
    right: 0;
    margin: auto;
}

.MV__title {
    font-family: "Zen Old Mincho";
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 1.68px;
    padding-left: 36px;
    padding-right: 10px;
}

.MV__ls-01 {
    letter-spacing: -10.64px;
}

.MV__ls-02 {
    letter-spacing: -3.36px;
}

.MV__ls-03 {
    letter-spacing: -1.4px;
}

.MV__ls-04 {
    letter-spacing: -8.96px;
}

.underline {
    position: relative;
    z-index: 0;
}

.underline::after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    height: 17px;
    width: 290px;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.71) 65.5%);
}

.cta {
    position: relative;
}

.cta__box {
    position: absolute;
    top: 23px;
    margin: auto;
    right: 0;
    left: 0;
    text-align: center;
}

.cta__item--txt {
    color: #FFF;
    text-shadow: 0.5px 0.5px 3px rgba(10, 43, 60, 0.71);
    font-family: "Noto Serif JP";
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}

.couponCode {
    width: 296px;
    height: 29px;
    border-radius: 4px;
    background: #FFF;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 16px;
}

.couponCode__box {
    background-image: url(../img/cv-bg.svg);
    width: 124px;
    height: 29px;
}

.couponCode__txt {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    padding-top: 3px;
}

.cta__link {
    width: 300px;
    height: 40px;
    background: linear-gradient(91deg, #FBE39A 11.63%, #FBE39A 52.49%, #D3B86D 99.83%);
    stroke-width: 1.5px;
    stroke: #EDD58A;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
    margin: 0 auto;
}

.couponBtn__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 12.5px 4px 23px;
}

.couponBtn__card {
    display: flex;
    gap: 3px;
    align-items: baseline;
}

.couponBtn__txt {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
}

.couponBtn-ls1,
.couponBtn-ls2 {
    font-size: 18px;
}

.couponBtn-ls2 {
    letter-spacing: 0.54px;
}

.arrow {
    padding-bottom: 7px;
}

.couponBtn--price {
    background: linear-gradient(180deg, #617782 0%, #2C2C2C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Roboto;
    font-size: 31px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.93px;
}

.cta-position {
    position: relative;
    top: -74px;
}
/* ==========================
features
============================= */
.catch {
    position: relative;
}

.catch__content {
    background-image: url(../img/catbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    z-index: -1;
}

.catch__wrap {
    background-color: #fff;
    margin-top: 54px;
}

.catch__item {
    padding: 24px 38px 20px;
}

.catch__title {
    font-family: "Noto Serif JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    justify-content: center;
    display: flex;
}

.catch__title span {
    position: relative;
}

.transform-01 {
    transform: rotate(-6.418deg);
    padding-right: 4px;
}

.transform-02 {
    transform: rotate(-8.174deg);
    bottom: 1px;
}

.transform-02 span,
.transform-13 span{
    bottom: 2px;
}

.transform-03 {
    transform: rotate(-6.265deg);
}

.transform-03 span,
.transform-12 span{
    bottom: 4px;
}

.transform-04 {
    transform: rotate(-4.62deg);
}

.transform-04 span,
.transform-11 span{
    bottom: 6px;
}

.transform-05 {
    transform: rotate(-3.134deg);
}

.transform-05 span{
    bottom: 7px;
}

.transform-06 {
    letter-spacing: -2.99px;
    transform: rotate(-1.86deg);
}

.transform-06 span,
.transform-10 span{
    bottom: 8px;
}

.transform-07,
.transform-08,
.transform-09,
.transform-10 {
    font-weight: 600;
    font-size: 17px;
}

.transform-07 {
    transform: rotate(-0.763deg);
}

.transform-07 span,
.transform-09 span{
    bottom: 9px;
}

.transform-08 {
    transform: rotate(0.28deg);
}

.transform-08 span{
    bottom: 9px;
}

.transform-09 {
    transform: rotate(1.681deg);
}


.transform-10 {
    transform: rotate(3.612deg);
    letter-spacing: 1.36px;
}

.transform-11 {
    transform: rotate(5.527deg);
}

.transform-12 {
    transform: rotate(7.287deg);
}

.transform-13 {
    transform: rotate(9.405deg);
}

.transform-14 {
    transform: rotate(6.42deg);
}

.catch__txt {
    font-size: 13px;
    line-height: 22px;
}

.catch__txt--ls {
    letter-spacing: 0.52px;
}

.blue {
    color: #396996;
    font-size: 17px;
    font-weight: 700;
}

.blue-ls {
    letter-spacing: 1.02px;
}

.underLine-y {
    font-size: 15px;
    position: relative;
    z-index: 0;
}

.underLine-y::after {
    content: "";
    display: block;
    position: absolute;
    background: #FFF000;
    width: 120px;
    height: 7px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.video__container {
    position: relative;
    max-width: 100%;
}

video {
    width: 100%;
    display: block;
    cursor: pointer;
}

.play-icon {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/* ==========================
worries
============================= */
.worries {
    margin-top: 365px;
}

.worries__item {
    background: linear-gradient(94deg, #807E7E 4.56%, #585854 76.67%);
    padding-top: 48px;
    padding-bottom: 22px;
    color: #fff;
    font-family: "Noto Serif JP";
}

.worries__item--box {
    position: relative;
}

.worries__title {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.64px;
}

.worries__title span {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
}

.worries__subTitle {
    position: absolute;
    top: -24px;
    left: 74px;
}

.worries__subTitle--txt {
    position: relative;
}

.worries__subTitle--img {
    position: absolute;
    bottom: -5px;
    left: 4px;
}

.worries__subTitle--txt p{
    transform: rotate(-5.688deg);
}

.worries__wrap  {
    background-image: url(../img/worries_bg.png);
    background-repeat: no-repeat;
    height:300px;
    background-size: cover;
    background-position: center bottom;
    color: #fff;;
    padding: 25px;
    z-index: 10;
}

.worries__wrap--box {
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0 auto;
    padding-top: 34px;
    padding-bottom: 17px;
    width: 290px;
    padding: 34px 17px 21px;
}

.worries__col {
    margin-bottom: 8px;
}

.worries__box {
    display: flex;
    gap: 15px;
    align-items: center;
    z-index: 100;
    font-weight: 350;
}

.worries__content {
    background-image: url(../img/worries_bg-02.jpg);
    background-repeat: no-repeat;
    height: 218px;
    background-size: cover;
    background-position: center bottom;
    z-index: -1;
    position: relative;
    top: -40px;
}

.worries__header {
    background-image: url(../img/enjoy-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 148px;
    height: 148px;
    margin: 0 auto;
}

.worries__content--box {
    padding-top: 50px;
    font-family: "Noto Serif JP";
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.worries__header--title {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 36px;
}

.worries--bold {
    font-family: "Noto Sans JP";
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.76px;
}

.worries__ls {
    letter-spacing: 0.56px;
}

.worries__line {
    color: #3A6A97;
    font-size: 20px;
    letter-spacing: -3.4px;
    display: flex;
    width: 125.295px;
    height: 16.818px;
    transform: rotate(-7deg);
    margin-left: 19px;
    margin-top: 5px;
}

.underLine-yellow {
    position: relative;
    z-index: 0;
}

.underLine-yellow::after {
    content: "";
    display: block;
    position: absolute;
    background: #FFF000;
    width: 117px;
    height: 9px;
    left: 0;
    bottom: -7px;
    z-index: -1;
}

.points__content {
    background-image: url(../img/points-title-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 130px;
    position: relative;
    top: -40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.points__logo {
    width: 125px;
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: -0.72px;
}

.points__subTitle {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.points__title {
    font-size: 20px;
    letter-spacing: -1.4px;
}

.points__big {
    font-size: 40px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 6px;
}

.points__item {
    background-image: url(../img/point-bg.jpg);
    background-repeat: repeat-y;
    position: relative;
    top: -74px;
    z-index: -1;
    padding: 50px 16px 31px 14px;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.points__list {
    background-color: #fff;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 32px 9px 19px 11px;
    position: relative;
}

.points__list--icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -9px;
}

.points__list--title {
    color: #396996;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 11px;
}

.points__icon {
    color: #fff;
    font-family: Roboto;
    font-size: 29px;
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 0;
    font-weight: 300;
}

.points__icon::after {
    content: "";
    display: block;
    background: linear-gradient(148deg, #258399 7.19%, #356D96 92.81%);
    width: 45px;
    height: 45px;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.15));
    border-radius: 100vh;
    position: absolute;
    top: -10px;
    left: -1px;
    z-index: -1;
    letter-spacing: -1.45px;
}

/* ==========================
media
============================= */
.media {
    background-image: url(../img/point-bg.jpg);
    background-repeat: repeat-y;
    position: relative;
    top: -112px;
    z-index: -1;
    padding: 50px 16px 31px 14px;
}

.media__content {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 4px;
}

.media__title {
    width: 145px;
    height: 30px;
    background: linear-gradient(91deg, #258399 1.12%, #346D96 102.02%);
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-size: 26px;
    line-height: 20px;
    margin: 0 auto;
    padding-top: 3px;
    margin-bottom: 18px;
}

.media__line {
    position: relative;
    display: block;
}

.media__line::before,
.media__line::after {
    content: "";
    display: block;
    background-color: #5C5C5C;
    width: 88px;
    height: 0.5px;
    position: absolute;
    top: 15px;
}

.media__line::before {
    left: 0;
}

.media__line::after  {
    right: 0;
}

.media__txt {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 18px;
    font-weight: 350;
}

.media__item {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 33px;
}

.media__list {
    padding: 0 18px 17px;
}

.media__list--title {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1.05px;
    margin-bottom: 7px;
}

.underLine-y1,
.underLine-y2 {
    position: relative;
    z-index: 0;
}

.underLine-y1::after,
.underLine-y2::after {
    content: "";
    display: block;
    position: absolute;
    background: #FFF000;
    height: 7px;
    bottom: 4px;
    z-index: -1;
}

.underLine-y1::after {
    width: 46px;
    right: -12px;
}

.underLine-y2::after {
    width: 100px;
    right: -12px;
    bottom: 2px;
}

.award__content--img {
    position: relative;
    padding: 0 18px 30px 17px;
}

.award__content--bg {
    position: absolute;
    top: 14px;
    right: 18px;
}

.award__icon--bg {
    position: relative;
}

.award__box--bg {
    text-align: right;
}

.award__desc {
    display: flex;
    align-items: center;
    gap: 4px;
    position: absolute;
    top: 4px;
    right: 32px;
}

.award-bg {
    width: 194px;
    height: 36px;
}

.award-icon {
    width: 21px;
    height: 24px;
}

.award__desc--title {
    font-size: 8px;
    font-family: "Noto Serif JP";
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.32px;
    background: linear-gradient(180deg, #869D4A 0%, #546D1A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.award__desc--txt {
    font-family: "Noto Serif JP";
    font-size: 6px;
    font-weight: 600;
    line-height: 7px; /* 116.667% */
    letter-spacing: 1.2px;
}

.award__txt {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 1.43px;
    text-align: left;
    padding: 0 18px 31px 17px;
}

/* ==========================
enjoy
============================= */
.enjoy-cta {
    position: relative;
    top: -110px;
}

.enjoy__box {
    background-size: cover;
    background-position: bottom;
    position: relative;
    top: -150px;
    z-index: -1;
    overflow: hidden;
}

.enjoy__wrap {
    font-family: "Noto Serif JP";
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    padding: 80px 0 0;
    position: absolute;
    z-index: 10;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.enjoy__header {
    background-image: url(../img/enjoy-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    z-index: 10;
}

.enjoy__header--title {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 36px;
    margin-bottom: 13px;
    text-align: center;
    padding-top: 46px;
}

.enjoy__header--com {
    margin-bottom: 5px;
}

.enjoy--bold {
    font-family: "Noto Sans JP";
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.92px;
}

.enjoy__ls {
    letter-spacing: 0.56px;
}

.enjoy__line {
    color: #3A6A97;
    font-size: 25px;
    letter-spacing: -4.25px;
    display: flex;
    width: 125.295px;
    height: 16.818px;
    transform: rotate(-7deg);
    margin-left: 34px;
    margin-top: 5px;
}


.underLine-enjoy {
    position: relative;
    z-index: 0;
}

.underLine-enjoy::after {
    content: "";
    display: block;
    position: absolute;
    background: #FFF000;
    width: 147px;
    height: 11px;
    left: -12px;
    bottom: -7px;
    z-index: -1;
}

.enjoy__content {
    position: relative;
    top: -176px;
}

/* ==========================
voice
============================= */
.voice {
    margin-top: -337px;
}

.voice__wrap {
    background-image: url(../img/voice_bg.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: bottom;
    position: relative;
    top: -75px;
    z-index: -10;
    padding: 80px 15px 30px;
}

.voice__content {
    width: 240px;
    height: 36px;
    background: linear-gradient(91deg, #258399 1.12%, #336E96 102.02%);
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    margin: 0 auto;
    padding-top: 2px;
    position: relative;
    top: 20px;
}

.voice__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.voice__bg {
    width: 275px;

    margin: 0 auto;
}

.voice__title {
    position: relative;
}

.voice__title--txt {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px; /* 125% */
    letter-spacing: 0.84px;
}

.voice__title--img {
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 60px;
}

.voice__item {
    background-color: #fff;
    padding: 31px 18px 30px 17px;
}

.voice__list {
    position: relative;
}

.voice__list--box {
    background-repeat: no-repeat;
    width: 275px;
    background-size: cover;
    display: grid;
    grid-template-columns: 101px 175px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.voice__card {
    padding: 6px 5px 2px;
}

.voice__name {
    font-size: 10px;
    line-height: 13px; /* 130% */
    letter-spacing: 0.3px;
    text-align: left;
    margin-bottom: 3px;
}

.voice__age {
    font-size: 7.5px;
    font-weight: 300;
    line-height: 8px; /* 106.667% */
    letter-spacing: 0.225px;
    text-align: right;
}

.voice__list--img {
    width: 101px;
}

.voice__list--title {
    color: #7B6300;
    font-family: "Zen Kurenaido";
    font-size: 14px;
    line-height: 15px; /* 107.143% */
    letter-spacing: 0.42px;
    padding: 7px 20px 10px 10px;
}

.voice__ls-02 {
    letter-spacing: -1.12px;
    padding: 7px 10px 10px 10px;
}

.voice__txt {
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 13px; /* 130% */
    letter-spacing: -0.4px;
    padding: 0 7px 16px 8px;
    text-align: left;
}

/* ==========================
features 
============================= */
.features__cta {
    position: relative;
    top: -74px;
}

.features__content {
    background: linear-gradient(180deg, #259AA9 11%, #038288 100%);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: bottom;
    position: relative;
    top: -150px;
    z-index: -10;
    padding: 80px 15px 30px;
    position: relative;
    z-index: -10;
}

.features__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center;
    background-image: url(../img/features-bg.png);
    z-index: -1;
}

.features__box {
    background-image: url(../img/title-bg.png);
    color: #fff;
    background-size: cover;
    width: 190px;
    height: 170px;
    margin: -70px auto 18px;
    margin-top: -40px;
}

.features__logo {
    width: 125px;
    padding-top: 52px;
    margin-bottom: 20px;
}

.features__box--txt {
    text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.19);
    font-size: 12px;
    letter-spacing: -0.72px;
    margin-bottom: 8px;
}

.features__box--title {
    font-size: 20px;
    letter-spacing: -1.4px;
}

.features__list {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.features__item {
    background-color: #fff;
    padding: 12px 8px 9px 7px;
    border-radius: 5px;
}

.features__col {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 2px;
    margin-bottom: 2px;
}

.features__subTopic {
    display: flex;
    flex-direction: column;
    margin-bottom: 2px;
}

.features__subTopic--en {
    font-family: Roboto;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.features__num {
    font-size: 27px;
    letter-spacing: -1.89px;
    font-family: Roboto;
    font-weight: 300;
}

.features__col__txt {
    font-size: 13px;
    font-weight: 300;
    line-height: 15px; /* 115.385% */
    letter-spacing: -0.13px;
    text-align: left;
}

.features__img {
    border-top: #494949 0.5px solid;
    padding-top: 6.5px;
}

/* ==========================
course
============================= */
.course-cta {
    position: relative;
    top: -151px;
}

.course__content {
    background-image: url(../img/info-bg.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: bottom;
    position: relative;
    top: -190px;
    z-index: -10;
    padding: 44px 15px 37px;
}

.course__container {
    border-radius: 5px;
    background: linear-gradient(169deg, #4986B1 0.77%, #3B6D9A 99.23%);
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 11px 10px 23px;
}

.course__subTitle,
.course__col {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.course__subTitle {
    font-family: "Noto Serif JP";
    font-size: 13px;
}

.course__col {
    display: flex;
    gap: 2px;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}

.course__col--title {
    font-size: 20px;
    letter-spacing: 0.2px;
}

.course__col--num {
    font-size: 39px;
    line-height: 39px;
    font-weight: 300;
    margin-bottom: 5px;
}

.course__item {
    padding-top: 17px;
    border-top: #fff 0.5px solid;
    margin-bottom: 27px;
}

.course__list {
    border: 1px solid #396996;
    background: rgba(255, 255, 255, 0.82);
    display: grid;
    grid-template-columns: 68px 254px;
    align-items: center;
}

.course__card {
    background: #005B84;
    width: 68px;
    height: 56px;
    padding: 4px 7px;
    border: 1px rgba(255, 255, 255, 0.82) solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.course__card--title {
    color: #FFF;
    font-size: 8.6px;
    line-height: 9px; /* 104.651% */
    letter-spacing: -0.688px;
}

.course__card--img {
    width: 54px;
}

.img-02 {
    width: 37px;
}

.img-03 {
    width: 38px;
}

.img-04 {
    width: 41px;
}

.img-05 {
    width: 38px;
}

.course__card--txt {
    text-align: left;
    line-height: 15px;
    color: #396996;
    font-family: "Noto Sans JP";
    font-size: 12px;
    padding: 0 9px 0 14px;
}

.course__wrap--txt {
    background-color: #fff;
    color: #396996;
    font-weight: 350;
    line-height: 19px;
    padding: 10px 19px 13px;
}

.underLine-course {
    position: relative;
    z-index: 0;
}

.underLine-course::after {
    content: "";
    display: block;
    position: absolute;
    background: #FFF000;
    width: 116px;
    height: 7px;
    left: 5px;
    bottom: 0;
    z-index: -1;
}

/* ==========================
howTo
============================= */
.howTo-cta {
    position: relative;
    top: -190px;
}

.howTo__content,
.faq,
.included__content {
    background-image: url(../img/info-bg.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: bottom;
    position: relative;
    top: -228px;
    z-index: -10;
}

.howTo__content {
    padding: 44px 15px 0;
}

.faq {
    padding: 0 15px;
}

.included__content {
    padding: 0 15px 45px;
}

.howTo__wrap {
    background: linear-gradient(90deg, #4987B2 0.03%, #3B6B98 99.97%);
    padding-top: 2px;
    padding-bottom: 4px;
    color: #fff;
    font-size: 13px;
}

.howTo__item {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.howTo__box {
    background-color: #fff;
    padding: 15px 22px 30px 23px;
}

.howTo__list {
    display: flex;
    gap: 10px;
}

.howTo__num {
    color: #FFF;
    font-family: Inter;
    font-size: 11px;
    font-weight: 600;
    line-height: 19px;
    position: relative;
    width: 18px;
    height: 18px;
    z-index: 0;
}

.howTo__num::after {
    content: "";
    display: block;
    background-image: url(../img/hoewto-icon.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: -1;
    top: 3px;
}

.howTo__txt {
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
}

/* ==========================
faq
============================= */
.faq__item {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 300px;
    margin: 0 auto;
}

.faq__col {
    display: flex;
    align-items: center;
}

.faq__q {
    border-radius: 5px 0 0 5px;
    background: #494949;
    color: #fff;
    width: 22px;
    height: 24px;
}

.faq__last {
    border-radius: 5px 0 0 5px;
    background: #494949;
    color: #fff;
    width: 22px;
    height: 35px;
    padding-top: 4px;
}

.faq__q--txt,
.faq__last--txt {
    border: #494949 1px solid;
    font-size: 11px;
    font-weight: 300;
    line-height: 14px;
    width: 267px;
    border-radius: 0 5px 5px 0;
    text-align: left;
    padding-left: 13px;
    padding-top: 3px;
}

.faq__q--txt {
    height: 24px;
}

.faq__last--txt {
    height: 35px;
}

.faq__col--txt {
    text-align: left;
    font-size: 10px;
    font-weight: 300;
    line-height: 19px; /* 190% */
    letter-spacing: -0.5px;
    padding: 10px 16px 0 35px;
}

.spec__box {
    display: flex;
    gap: 22px;
    justify-content: center;
    margin-bottom: 15px;
}

.spec__img1 {
    width: 83px;
}

.spec__img2 {
    width: 73px;
}

.spec__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.spec__item {
    display: flex;
    text-align: left;
    gap: 2px;
    font-size: 9px;
    letter-spacing: 0.09px;
    font-weight: 300;
}

.included__box {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 15px;
}

.included__img {
    width: 100px;
}

.included__txt {
    font-size: 9px;
    font-weight: 300;
    line-height: 13px; /* 144.444% */
    letter-spacing: 0.09px;
    text-align: left;
}

.included__wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer__arrow {
    position: relative;
    top: -251px;
    z-index: 0;
}

.footer__MV {
    position: relative;
}

.footer__txt {
    position: absolute;
    top: -232px;
    left: 0;
    right: 0;
    margin: auto;
}

.footer__logo {
    width: 117px;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.15));
    margin-bottom: 4px;
}

.footer__subTxt {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    font-family: "Noto Sans JP";
    font-size: 10.5px;
    letter-spacing: 0.105px;
}

.footer__box {
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    margin: auto;
}

.footer__title {
    font-family: "Zen Old Mincho";
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 1.68px;
    padding-left: 36px;
    padding-right: 10px;
}

.footer__ls-01 {
    letter-spacing: -10.64px;
}

.footer__ls-02 {
    letter-spacing: -3.36px;
}

.footer__ls-03 {
    letter-spacing: -1.4px;
}

.footer__ls-04 {
    letter-spacing: -8.96px;
}

.underline {
    position: relative;
    z-index: 0;
}

.underline::after {
    position: absolute;
    left: -16px;
    bottom: 0;
    content: "";
    display: block;
    height: 17px;
    width: 290px;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.71) 65.5%);
}

.footer__cta {
    position: relative;
    top: -284px;
    
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
}

.info {
    background: #2F2725;
    color: #fff;
    padding: 27px 25px 28px 25px;
    margin-top: -284px;
    font-weight: 300;
}

.info-desc {
    font-size: 9px;
    line-height: 17px;
    letter-spacing: 0.09px;
    margin-bottom: 30px;
}

.copyRight {
    font-style: normal;
}

