﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap');
@import url('https://use.typekit.net/glv0sbx.css');

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Lists
 *   1.5 Btn
 * 2. HEADER
 * 3. MENU
 * 4. MAIN VISUAL
 * 5. CONTENTS
 * 6. FOOTER
 * 7. SNS
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
html,
body {
	overflow-x: hidden;
}
body {
    font-family: 'Noto Serif JP', serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
	color: #000;
	background: #192061;
	line-height: 1.8;
	font-weight: 400;
	overflow: hidden;
}
@media (max-width: 1024px) {
    body {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}

a {
    color: #0045cc;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #0045cc;
    text-decoration: underline;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

small {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.6;
}
@media (max-width: 1024px) {
    small {
        font-size: calc(12px + 3 * (100vw - 320px) / 640);
    }
}

ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl,
dl dt,
dl dd {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 500;
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.opacity:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.sp,
.md,
.sp-md,
.sp-md-lg,
.md-lg,
.lg {
	display: none !important;
}
.md-lg-pc,
.lg-pc,
.pc {
    display: block !important;
}
@media (max-width: 1024px) {
    .lg,
    .md-lg,
    .sp-md-lg {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media (max-width: 960px) {
    .lg-pc,
    .lg {
        display: none !important;
    }
    .md,
    .sp-md {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .md-lg-pc,
    .md-lg,
    .lg,
    .md,
    .pc {
        display: none !important;
    }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 1.1  Margin
 * ------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5rem !important; }
.mt10 { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 0.5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }

@media (max-width: 767px) {
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 1rem !important;
    }
    .mt15-xs {
        margin-top: 1.5rem !important;
    }
    .mt20-xs {
        margin-top: 2rem !important;
    }
    .mt30-xs {
        margin-top: 3rem !important;
    }
    .mt40-xs {
        margin-top: 4rem !important;
    }
    .mt50-xs {
        margin-top: 5rem !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 1rem !important;
    }
    .mb15-xs {
        margin-bottom: 1.5rem !important;
    }
    .mb20-xs {
        margin-bottom: 2rem !important;
    }
    .mb30-xs {
        margin-bottom: 3rem !important;
    }
    .mb40-xs {
        margin-bottom: 4rem !important;
    }
    .mb50-xs {
        margin-bottom: 5rem !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
p {
    margin: 1rem 0;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
@media (max-width: 960px) {
     .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
}
@media (max-width: 767px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
}

.txt-blue,
.txt-blue a,
.txt-blue a:hover {
    color: #4979d7 !important;
}
.txt-blue-dark,
.txt-blue-dark a,
.txt-blue-dark a:hover {
    color: #0f4db8 !important;
}
.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #C60501 !important;
}
.txt-green,
.txt-green a,
.txt-green a:hover {
    color: #006600 !important;
}
.txt-black,
.txt-black a,
.txt-black a:hover {
    color: #000 !important;
}
.txt-white,
.txt-white a,
.txt-white a:hover {
    color: #fff !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.txt-trajan {
    font-family: "trajan-pro-3", serif;
    font-weight: 300;
    font-style: normal;
}

.txt-indent {
    margin: 0;
    text-indent: -1em;
    padding-left: 1em;
}

.f10 { font-size: 1rem !important; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
@media (max-width: 960px) {
    .f18, .f19 {
        font-size: 1.6rem !important;
    }
    .f20, .f21 {
        font-size: 1.7rem !important;
    }
    .f22, .f23 {
        font-size: 1.8rem !important;
    }
    .f24, .f25 {
        font-size: 2rem !important;
    }
}
@media (max-width: 767px) {
    .f13, .f14 {
        font-size: 1.2rem !important;
    }
    .f15, .f16 {
        font-size: 1.3rem !important;
    }
    .f17, .f18 {
        font-size: 1.4rem !important;
    }
    .f19, .f20, .f21 {
        font-size: 1.5rem !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 1.6rem !important;
    }
    .f15-xs {
        font-size: 1.5rem !important;
    }
    .f14-xs {
        font-size: 1.4rem !important;
    }
    .f13-xs {
        font-size: 1.3rem !important;
    }
    .f12-xs {
        font-size: 1.2rem !important;
    }
    .f11-xs {
        font-size: 1.1rem !important;
    }
    .f10-xs {
        font-size: 1rem !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.6;
}

.cate-ttl {
    height: 140px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    font-size: 5.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2.2rem;
}
@media (max-width: 1024px) {
    .cate-ttl {
        font-size: calc(20px + 35 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .cate-ttl {
        height: 100px;
    }
}
@media (max-width: 767px) {
    .cate-ttl {
        padding-top: 1.2rem;
    }
}
@media (max-width: 480px) {
    .cate-ttl {
        height: 60px;
    }
}

.section-ttl {
    margin: 0 auto 7rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}
.section-ttl > span {
    display: inline-block;
}
.section-ttl > span > span {
    background-color: #181f60;
    color: #a5c1f9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5rem;
    padding-bottom: 1.8rem;
    position: relative;
    min-width: 440px;
    z-index: 1;
}
.section-ttl > span > span:after,
.section-ttl > span > span:before {
    aspect-ratio: 2/1;
    background-color: #181f60;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: -1px;
    z-index: -1;
}
.section-ttl > span > span:before {
    clip-path: polygon(0% 0%,100% 0%,100% 100%,50% 100%);
    left: 0;
    transform: translate(-50%,0%);
}
.section-ttl > span > span:after {
    clip-path: polygon(0% 0%,100% 0%,50% 100%,0% 100%);
    right: 0;
    transform: translate(50%,0%);
}
@media (max-width: 1024px) {
    .section-ttl > span > span {
        font-size: calc(20px + 10 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .section-ttl {
        margin-bottom: 3rem;
    }
    .section-ttl > span > span {
        padding-top: 0.1rem;
        padding-bottom: 0.9rem;
        min-width: 200px;
    }
}

/* 1.4 Lists
 * ------------------------------*/
ul.disc-list {
    list-style: disc;
    margin: 0 0 0 2.2rem;
    line-height: 2.3;
}

ol.ol-list {
    padding: 0;
    margin: 0 0 0 2.2rem;
    line-height: 2.3;
}
@media (max-width: 767px) {
    ul.disc-list {
        margin-left: 2rem;
    }
    ul.disc-list,
    ol.ol-list {
        line-height: 2;
    }
}

/* 1.5 Btn
 * ------------------------------*/
.btn {
    display: block;
    max-width: 450px;
    margin: 5rem auto 0;
    padding: 0.5rem 0.5rem 0.7rem;
    position: relative;
    overflow: hidden;
    background: #0f4db8;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 80px;
}
.btn.wide {
    max-width: 600px;
}
.btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    transition: 0.5s;
}
.btn.soon {
    background: #181f60;
    font-family: "trajan-pro-3", serif;
    font-weight: 300;
    font-style: normal;
    cursor: not-allowed;
}
.btn.soon:hover {
    opacity: 1;
}
.btn i {
    display: block;
    position: absolute;
    width: 22px;
    height: 26px;
    background: url(../img/icon-arrow01.png) 0 0 no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    right: 15px;
    margin-top: auto;
    margin-bottom: auto;
}
.btn.back i {
    left: 15px;
    transform: scale(-1, 1);
}
@media (max-width: 1024px) {
    .btn {
        font-size: calc(15px + 9 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .btn {
        max-width: 100%;
        padding: 0.7rem 0.5rem 0.8rem 1.5rem;
        margin: 2.5rem auto 0;
        line-height: 1.6;
    }
    .btn i {
        width: 15px;
        height: 18px;
        right: 12px;
    }
    .btn.back i {
        left: 12px;
    }
}

/*----- btn about -----*/
.btn-about {
    display: block;
    width: 320px;
    margin: 0;
    padding: 0.3rem 0.5rem 0.5rem 2rem;
    position: absolute;
    overflow: hidden;
    background: transparent;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    left: 0;
    top: -90px;
    border: 1px solid #fff;
    border-radius: 80px;
}
.btn-about span {
    display: inline-block;
    font-size: 1.6rem;
    margin-left: 0.5rem;
}
.btn-about i {
    display: block;
    width: 33px;
    height: 34px;
    background: url(../img/icon-logo.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 45%;
    left: 5px;
    transform: translateY(-45%);
}
.btn-about:hover {
    text-decoration: none;
    background: #182B7C;
    color: #fff;
    transition: 0.5s;
}
@media (max-width: 1024px) {
    .btn-about {
        font-size: calc(15px + 5 * (100vw - 320px) / 704);
        left: 30px;
    }
    .btn-about span {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .btn-about {
        top: -80px;
        width: 260px;
    }
}
@media (max-width: 767px) {
    .btn-about {
        top: -70px;
        left: 15px;
        width: 220px;
    }
    .btn-about span {
        margin-left: 0.2rem;
    }
    .btn-about i {
        width: 23px;
        height: 24px;
    }
}
@media (max-width: 480px) {
    .btn-about {
        top: -55px;
        left: 0;
        right: 0;
        margin: auto;
        width: 170px;
        padding: 0.1rem 0.5rem 0.2rem 2.5rem;
        font-size: calc(13px + 1 * (100vw - 320px) / 160);
    }
    .btn-about span {
        font-size: calc(11px + 2 * (100vw - 320px) / 704);
    }
    .btn-about i {
        width: 20px;
        height: 19px;
    }
}

/*----- side btn -----*/
.side-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
    z-index: 1;
}
.side-btn a:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media screen and (orientation:landscape) and (max-width: 932px) {
    .side-btn {
        top: 20vh;
        transform: translateY(0%);
    }
}
@media (max-width: 767px) {
    .side-btn {
        display: none;
    }
}

.side-btn .entry {
    position: relative;
    z-index: 10;
}
.side-btn .sns-share {
    background: #e6e6e6;
    color: #444444;
    width: 59px;
    text-align: center;
    box-sizing: border-box;
    padding: 2rem 0.7rem 1.7rem;
    border-bottom-left-radius: 5px;
    position: relative;
    z-index: 0;
    top: -15px;
}
.side-btn .sns-share .txt {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: 600;
}
.side-btn .sns-share ul li {
    margin: 1.5rem auto 0;
}
@media screen and (orientation:landscape) and (max-width: 932px) {
    .side-btn .entry {
        width: 40px;
    }
    .side-btn .sns-share {
        padding: 2rem 0 1.7rem;
        width: 40px;
    }
    .side-btn .sns-share .txt {
        font-size: 1.2rem;
    }
    .side-btn .sns-share ul li img {
        width: 25px;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
  background: #fff;
  height: 75px;
  left: 0;
  position: fixed;
  top: -75px;
  transition: 0.5s;
  width: 100%;
  z-index: 9;
}
header .inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0;
  position: relative;
}
header.fixed {
  top: 0;
}
@media (max-width: 767px) {
    header {
        height: 40px;
        top: -40px;
    }
}

.header-btn-menu {
    position: absolute;
    right: 7vw;
    top: 90px;
    margin: 0;
    opacity: 1;  
    transition: 0.5s;
    z-index: 9;
}
.header-btn-menu img {
    width: 75px;
    height: 75px;
    cursor: pointer;
}
.header-btn-menu.fixed {
  opacity: 0;
  top: 0;
}
@media (max-width: 960px) {
    .header-btn-menu {
        top: 12.5vw;
    }
}
@media (max-width: 767px) {
  .header-btn-menu {
    top: 10.7vw;
    right: 0;
  }
  .header-btn-menu img {
    width: 40px;
    height: 40px;
  }
}

.header-btn-menu-on {
    position: absolute;
    top: 0;
    right: 7vw;
    margin: 0;
    opacity: 1;
    transition: 0.5s;
    z-index: 9;
    background: url(../img/header-icon-menu.png) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 75px;
    width: 75px;
}
@media (max-width: 767px) {
  .header-btn-menu-on {
      right: 0;
      height: 40px;
      width: 40px;
      background-image: url(../img/header-icon-menu2.png);
  }
}

.header-logo {
    position: absolute;
    left: 7vw;
    top: 8px;
}
.header-logo img {
  width: 150px;
}
@media (max-width: 767px) {
  .header-logo {
      left: 5px;
      top: 3px;
  }
  .header-logo img {
      width: auto;
      height: 34px;
  }
}

.header-btn-entry {
  display: none;
}
@media (max-width: 767px) {
  .header-btn-entry {
    display: block;
    width: 110px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 40px;
    background: #ab1325;
    box-sizing: border-box;
  }
  .header-btn-entry a {
    width: 110px;
    height: 40px;
    display: block;
    box-sizing: border-box;
    padding-top: 0.3rem;
  }
  .header-btn-entry img {
    display: block;
    width: auto;
    height: 28px;
    padding-top: 0.3rem;
  }
}

.header-sns-share {
    display: none;
}
@media (max-width: 767px) {
    .header-sns-share {
        display: block;
        position: absolute;
        top: 0;
        right: 150px;
        width: 74px;
        height: 40px;
        padding-top: 0.2rem;
        box-sizing: border-box;
        background: #e7e7e7;
    }
    .header-sns-share .txt {
        font-size: 0.9rem;
        font-weight: 600;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1;
        text-align: center;
        color: #444444;
    }
    .header-sns-share ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 0 10px;
    }
    .header-sns-share ul li.fb img {
        width: auto;
        height: 22px;
        margin-top: 0.3rem;
    }
    .header-sns-share ul li.x img {
        width: auto;
        height: 18px;
        margin-top: 0.5rem;
    }
}

/*----- 共通header 修正-----*/
.cmn-header {
     position: relative;
}
.cmn-header__logo img {
     position: absolute;
     top: 10px;
}
@media screen and (max-width: 656px) {
    .cmn-header__logo img {
        top: 1.4444444vw;
    }
}

/*-------------------------------
 * 3. MENU
 * ----------------------------*/
.menu {
  background: rgba(25, 32, 97, 0.85);
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
.menu > div {
  background: #fff;
  height: 100%;
  margin-left: auto;
  padding-top: 80px;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .menu > div {
    padding-top: 13.8888888889vw;
    width: 89.1666666667%;
  }
}
.menu ul {
  border-bottom: 1px solid #d1d1d1;
}
.menu ul ul {
  border-bottom: 0;
}
.menu li {
  border-top: 1px solid #d1d1d1;
}
.menu li a {
  color: #000;
  display: block;
  font-size: 2rem;
  padding: 12px 0 12px 70px;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
}
.menu li ul li a {
    font-weight: 400;
}
@media screen and (max-width: 767px) {
  .menu li a {
    font-size: 4.1666666667vw;
    padding: 2.7777777778vw 0 2.7777777778vw 8.2777777778vw;
  }
}
.menu li a:hover {
  /*opacity: 0.5;*/
  transition: 0.5s;
  background: rgba(56, 104, 202, 0.2);
}
.menu li a.current {
  background: #f1f1f1;
}
.menu li li a {
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  .menu li li a {
    padding-left: 16.5vw;
  }
}

.menu-btn-close {
  cursor: pointer;
  position: absolute;
  right: 7.8vw;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .menu-btn-close {
    right: 2.7777777778vw;
    top: 2.7777777778vw;
  }
}
.menu-btn-close img {
  width: 38px;
}
@media screen and (max-width: 767px) {
  .menu-btn-close img {
    width: 5.8333333333vw;
  }
}

/*-------------------------------
 * 4. MAIN VISUAL
 * ----------------------------*/
#main-visual {
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 0;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
}
#main-visual .main-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
#main-visual .main-ttl-box {
    position: relative;
    margin: 0 auto;
    width: calc(570 / 1280 * 100vw);
    z-index: 10;
}
#main-visual .main-logo-box {
    position: relative;
    margin: 0 auto;
    top: calc(30 / 1280 * 100vw);
    z-index: 10;
}
#main-visual .main-logo-box .year {
    width: calc(218 / 1280 * 100vw);
    margin: 0 auto;
}
#main-visual .main-logo-box .ttl {
    width: calc(90 / 1280 * 100vw);
    margin: 1rem auto 3rem;
}
#main-visual .main-logo-box .logo {
    width: calc(210 / 1280 * 100vw);
    margin: 0 auto;
}
@media (max-width: 480px) {
    #main-visual .main-ttl-box {
        width: 250px;
    }
    #main-visual .main-logo-box {
        top: 10px;
    }
    #main-visual .main-logo-box .year {
        width: 90px;
    }
    #main-visual .main-logo-box .ttl {
        width: 35px;
        margin: 0.5rem auto 1.5rem;
    }
    #main-visual .main-logo-box .logo {
        width: 90px;
    }
}

/*-------------------------------
 * 5. CONTENTS
 * ----------------------------*/
main {
    margin: 0;
    padding: 0;
    min-height: 600px;
    top: 0;
    left: 0;
    background: url(../img/bg-ttl.png) right -80px no-repeat;
    background-size: 100% auto;
    z-index: -1;
}
#top-page main {
    background-image: none;
    z-index: 0;
    min-height: auto;
}
@media (max-width: 1024px) {
    main {
        background-position: right -40px;
    }
}
@media (max-width: 767px) {
    main {
        background-position: right -10px;
    }
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 0;
    background: #fff;
    padding: 0 15rem 5rem;
    box-sizing: border-box;
}
.wrap.wide {
    padding-left: 5rem;
    padding-right: 5rem;
}
.wrap.bg-gray {
    background: #e6e6e6;
}
.wrap::after {
    content: "";
    display: block;
    clear: both;
}
section {
    margin: 3rem 0;
    padding: 0;
    position: relative;
}
.bg-w {
    background: #fff;
}
@media (max-width: 1200px) {
    .wrap {
        max-width: 100%;
        padding-left: 10rem;
        padding-right: 10rem;
    }
}
@media (max-width: 960px) {
    .wrap {
        padding: 0 5rem 5rem;
    }
    .wrap.wide {
        padding: 0 3rem 5rem;
    }
}
@media (max-width: 767px) {
    .wrap,
    .wrap.wide {
        padding: 0 1.5rem 2.5rem;
    }
    section {
        margin: 1.5rem 0;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
}

/*----- info -----*/
.info-wrap {
    margin: 10rem 0 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    text-align: center;
}
.info-wrap .wrap {
    padding-top: 3rem;
    background: #fff url(../img/bg-info.png) top right no-repeat;
    background-size: 280px 199px;
}
.info-wrap .wrap .ttl {
    max-width: 540px;
    margin: 2rem auto;
    background: #1950C7;
    color: #fff;
    font-size: 2.2rem;
    padding: 0.5rem 0.5rem 0.7rem;
    border-radius: 6px;
}
@media (max-width: 1024px) {
    .info-wrap .wrap .ttl {
        font-size: calc(16px + 14 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .info-wrap .wrap {
        padding-top: 3rem;
        background-size: 300px 213px;
    }
}
@media (max-width: 767px) {
    .info-wrap {
        margin-top: 8.5rem;
    }
    .info-wrap .wrap {
        background-image: none;
        padding-top: 2rem;
        background-size: 200px 142px;
    }
    .info-wrap .wrap .ttl {
        border-radius: 4px;
        padding: 0.3rem 0.5rem 0.5rem;
        margin: 0.5rem auto 1.5rem;
    }
}

.info-wrap .day-box {
    max-width: 540px;
    margin: 0 auto -0.5rem;
    font-size: 3rem;
    line-height: 1.2;
    text-align: left;
}
.info-wrap .day-box .kyu {
    display: inline-block;
    font-size: 1.8rem;
    margin-right: 0.3rem;
    vertical-align: 25%;
}
.info-wrap .day-box .num {
    display: inline-block;
    font-size: 3.8rem;
    letter-spacing: 0.02em;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    vertical-align: 0%;
    margin: 0 0.2rem;
}
.info-wrap .day-box .week {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 0.4rem;
    background: #2c2c2c;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    vertical-align: 40%;
    padding-top: 0.5rem;
}
.info-wrap .day-box .week.holiday {
    width: auto;
    height: auto;
    background: #C60501;
    border-radius: 70px;
    padding: 0.4rem 1rem 0.65rem;
    vertical-align: 37%;
}
@media (max-width: 1024px) {
    .info-wrap .day-box {
        font-size: calc(18px + 12 * (100vw - 320px) / 704);
    }
    .info-wrap .day-box .kyu {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
    .info-wrap .day-box .num {
        font-size: calc(25px + 13 * (100vw - 320px) / 704);
    }
    .info-wrap .day-box .week {
        font-size: calc(13px + 2 * (100vw - 320px) / 704);
        width: 26px;
        height: 26px;
        vertical-align: 35%;
        padding-top: 0.4rem;
    }
}
@media (max-width: 767px) {
    .info-wrap .day-box {
        text-align: center;
    }
    .info-wrap .day-box .kyu {
        display: block;
        margin: 0.8rem 0 0.2rem;
    }
    .info-wrap .day-box .week {
        margin: 0 0.3rem;
        width: 22px;
        height: 22px;
        vertical-align: 25%;
        padding-top: 0.3rem;
    }
    .info-wrap .day-box .week.holiday {
        padding: 0.3rem 0.8rem 0.4rem;
        vertical-align: 15%;
    }
}

.info-wrap .day-box-lage {
    font-size: 5rem;
    line-height: 1.2;
}
.info-wrap .day-box-lage .num {
    display: inline-block;
    font-size: 6.8rem;
    letter-spacing: 0.02em;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    vertical-align: 0%;
    margin: 0 0.4rem;
}
.info-wrap .day-box-lage .txt {
    display: block;
    font-size: 4.5rem;
}
.info-wrap .day-box-lage .week {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-left: 1rem;
    background: #2c2c2c;
    border-radius: 50%;
    font-size: 2.2rem;
    line-height: 1;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    vertical-align: 53%;
    padding-top: 0.8rem;
}
.info-wrap .day-box-lage .week.holiday {
    width: auto;
    height: auto;
    background: #C60501;
    border-radius: 70px;
    padding: 1rem 1.5rem 1.2rem;
    vertical-align: 50%;
}
@media (max-width: 1024px) {
    .info-wrap .day-box-lage {
        font-size: calc(25px + 25 * (100vw - 320px) / 704);
    }
    .info-wrap .day-box-lage .num {
        font-size: calc(30px + 38 * (100vw - 320px) / 704);
    }
    .info-wrap .day-box-lage .txt {
        font-size: calc(22px + 23 * (100vw - 320px) / 704);
    }
    .info-wrap .day-box-lage .week {
        font-size: calc(15px + 7 * (100vw - 320px) / 704);
        width: 36px;
        height: 36px;
        vertical-align: 35%;
    }
}
@media (max-width: 767px) {
    .info-wrap .day-box-lage .num {
        margin: 0 0.2rem;
        letter-spacing: 0;
    }
    .info-wrap .day-box-lage .week {
        width: 26px;
        height: 26px;
        vertical-align: 28%;
        margin-left: 0.5rem;
        padding-top: 0.4rem;
    }
    .info-wrap .day-box-lage .week.holiday {
        vertical-align: 35%;
        padding: 0.5rem 1rem 0.7rem;
        margin-left: 0.5rem;
    }
}

.info-wrap .dead {
    max-width: 540px;
    margin: 1.5rem auto 0;
    padding: 0 0.5rem 0.3rem;
    font-size: 2.4rem;
    background: #ffcf00;
    text-align: center;
    box-sizing: border-box;
    border-radius: 6px;
}
.info-wrap .dead.add {
    line-height: 1.5;
    padding: 0.5rem 0.5rem 0.9rem;
}
.info-wrap .dead span {
    display: inline-block;
    font-size: 2rem;
}
.info-wrap .dead .txt {
    margin-right: 0.5rem;
}
.info-wrap .dead .week {
    margin: 0 -0.6rem 0 -0.7rem;
}
@media (max-width: 1024px) {
    .info-wrap .dead {
        font-size: calc(16px + 8 * (100vw - 320px) / 704);
    }
    .info-wrap .dead span {
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .info-wrap .dead.add {
        padding: 0.5rem 0.5rem 0.7rem;
    }
}
@media (max-width: 767px) {
    .info-wrap .dead {
        margin-top: 1rem;
        padding: 0 0.5rem 0.2rem;
    }
    .info-wrap .dead.add {
        line-height: 1.6;
        padding: 0.3rem 0.5rem 0.6rem;
    }
    .info-wrap .dead .week {
        margin: 0 -0.8rem 0 -0.9rem;
    }
}
@media (max-width: 380px) {
    .info-wrap .dead.add {
        font-size: calc(13px + 3 * (100vw - 320px) / 60);
    }
    .info-wrap .dead span {
        font-size: calc(12px + 2 * (100vw - 320px) / 60);
    }
}

.info-wrap .area {
    font-size: 2.6rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.7;
}
.info-wrap .area .sub {
    margin-top: 3rem;
    color: #0042bf;
    font-size: 1.8rem;
}
.info-wrap .area span {
    font-size: 2.4rem;
    font-weight: 400;
}
@media (max-width: 1024px) {
    .info-wrap .area {
        font-size: calc(18px + 8 * (100vw - 320px) / 704);
    }
    .info-wrap .area .sub {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
    .info-wrap .area span {
        font-size: calc(17px + 7 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .info-wrap .area {
        line-height: 1.5;
    }
    .info-wrap .area .sub {
        margin-top: 1.5rem;
    }
}

.info-wrap .hayawari {
    text-align: center;
    color: #C60501;
    font-size: 2rem;
    font-weight: 500;
    margin: 1.5rem auto 0;
}
@media (max-width: 1024px) {
    .info-wrap .hayawari {
        font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .info-wrap .hayawari {
        margin-top: 1rem;
        line-height: 1.6;
    }
}

/*----- entry -----*/
.entry-box {
    padding-top: 4rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 40px;
}
.entry-box .col {
    width: calc(100% / 2 - 20px);
    position: relative;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: left;
}
.entry-box .col.one {
    width: 100%;
    max-width: 620px;
    font-size: 3rem;
}
.entry-box .col a {
    display: block;
    height: 140px;
    box-sizing: border-box;
    background: #ab1325;
    border: 6px solid #d92e2b;
    color: #fff;
    padding: 1.5rem 0 0 2rem;
}
.entry-box .col.one a {
    padding-top: 0.5rem;
}
.entry-box .col.kaijo a {
    background: #ab1325;
    border-color: #d92e2b;
}
.entry-box .col.online a {
    background: #0f4db8;
    border-color: #4979d7;
}
.entry-box .col a:hover {
    opacity: 0.85;
    transition: 0.5s;
    text-decoration: none;
}
@media (max-width: 1024px) {
    .entry-box .col {
        font-size: calc(17px + 5 * (100vw - 320px) / 704);
    }
    .entry-box .col.one {
        font-size: calc(17px + 12 * (100vw - 320px) / 704);
    }
    .entry-box .col a {
        padding: 1.2rem 0 0 1.5rem;
    }
}
@media (max-width: 960px) {
    .entry-box {
        gap: 0 20px;
    }
    .entry-box .col {
        width: calc(100% / 2 - 10px);
    }
    .entry-box .col a {
        height: 130px;
        padding: 1rem 0 0 1rem;
    }
}
@media (max-width: 767px) {
    .entry-box {
        gap: 20px 0;
        padding-top: 1rem;
        margin-top: 1rem;
    }
    .entry-box .col {
        width: 100%;
    }
    .entry-box .col a {
        height: 100px;
        padding: 0.3rem 0 0 1rem;
    }
}
@media (max-width: 380px) {
    .entry-box .col.one {
        font-size: calc(14px + 3 * (100vw - 320px) / 60);
    }
}

.entry-box .col .txt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 1rem;
}
.entry-box .col .txt span {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fffa00;
}
.entry-box .col .pict {
    position: absolute;
    bottom: 6px;
    right: 6px;
}
@media (max-width: 1024px) {
    .entry-box .col .txt {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
    .entry-box .col .txt span {
        font-size: 1.3rem;
        line-height: 1.8;
    }
    .entry-box .col.one .txt span {
        font-size: 1.4rem;
    }
    .entry-box .col.kaijo .pict {
        width: 145px;
    }
    .entry-box .col.online .pict {
        width: 143px;
    }
}
@media (max-width: 960px) {
    .entry-box .col .txt span {
        font-size: 1.1rem;
    }
    .entry-box .col.kaijo .pict {
        width: 115px;
    }
    .entry-box .col.online .pict {
        width: 113px;
    }
}
@media (max-width: 767px) {
    .entry-box .col .txt {
        margin-top: 0;
    }
    .entry-box .col.one .txt span {
        font-size: 1.1rem;
    }
    .entry-box .col.kaijo .pict {
        width: 105px;
    }
    .entry-box .col.one .pict,
    .entry-box .col.online .pict {
        width: 100px;
    }
}
@media (max-width: 480px) {
    .entry-box .col .txt {
        margin-top: 0.7rem;
    }
}

/*----- news -----*/
.news-wrap .wrap {
    padding-top: 4rem;
}
.news-wrap .sub {
    margin: 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #383838;
    font-size: 3.2rem;
    font-family: "trajan-pro-3", serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.03em;
    position: relative;
}
.news-wrap .sub i {
    display: block;
    width: 99px;
    height: 75px;
    background: url(../img/pict-news.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 110px;
}
@media (max-width: 1024px) {
    .news-wrap .sub {
        font-size: calc(20px + 12 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .news-wrap .wrap {
        padding-top: 3rem;
    }
}
@media (max-width: 767px) {
    .news-wrap .sub i {
        width: 60px;
        height: 45px;
    }
}

.news-box ul li {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 1.7rem 0 1.6rem;
    border-bottom: 1px solid #a6a6a6;
    line-height: 1.8;
}
.news-box ul li a {
    color: #0045cc;
    text-decoration: underline;
}
.news-box ul li a:hover {
    color: #0045cc;
    text-decoration: none;
}
.news-box ul li .day {
    width: 8%;
}
.news-box ul li .txt {
    width: 92%;
    box-sizing: border-box;
    padding-left: 2rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
.news-box ul li .icon-new {
    display: inline-block;
    margin-left: 1rem;
    width: 50px;
    height: 20px;
    background: url(../img/icon-new.png) 0 0 no-repeat;
    background-size: contain;
    vertical-align: -11%;
}
@media (max-width: 1024px) {
    .news-box ul li .day {
        width: 10%;
    }
    .news-box ul li .txt {
        width: 90%;
    }
}
@media (max-width: 960px) {
    .news-box ul li .day {
        width: 12%;
    }
    .news-box ul li .txt {
        width: 88%;
    }
}
@media (max-width: 767px) {
    .news-box ul li {
        padding: 0.8rem 0;
    }
    .news-box ul li .day {
        display: block;
        width: 100%;
    }
    .news-box ul li .txt {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .news-box ul li .icon-new {
        width: 40px;
        height: 16px;
    }
}

/*----- about -----*/
.about-wrap .wrap {
    background: #fff url(../img/bg-about.png) bottom center no-repeat;
    background-size: cover;
    padding-bottom: 32rem;
    color: #fff;
}
@media (max-width: 960px) {
    .about-wrap .wrap {
        padding-bottom: 25rem;
        background-position: 22% 100%;
    }
}
@media (max-width: 767px) {
    .about-wrap .wrap {
        padding-bottom: 17rem;
    }
}

.about-wrap ul {
    font-size: 2.4rem;
    font-weight: 500;
}
.about-wrap ul li {
    background: url(../img/icon-logo.png) left 7px no-repeat;
    background-size: 33px 34px;
    padding-left: 5rem;
    margin: 0 0 3rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (max-width: 1024px) {
    .about-wrap ul {
        font-size: calc(16px + 8 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .about-wrap ul li {
        background-size: 23px 24px;
        background-position: left 5px;
        padding-left: 3rem;
        margin-bottom: 2rem;
    }
}

/*----- practice -----*/
.practice-wrap .wrap {
    background: #fff url(../img/bg-practice.png) bottom center no-repeat;
    background-size: 100% auto;
    padding-bottom: 8rem;
}
.practice-wrap .section-ttl {
    margin-bottom: 5.5rem;
}
@media (max-width: 767px) {
    .practice-wrap .wrap {
        padding-bottom: 3rem;
    }
    .practice-wrap .section-ttl {
        margin-bottom: 2rem;
    }
}

.practice-box {
    display: none;
}
.practice-box::after {
    content: "";
    display: block;
    clear: both;
}
.practice-box:first-of-type {
    display: block;
}
.practice-box .q-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    margin-left: -7rem;
}
.practice-box .q-box .q-num {
    width: 8%;
    font-size: 4rem;
    font-family: "trajan-pro-3", serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    vertical-align: -10%;
    box-sizing: border-box;
}
.practice-box .q-box .q-sub {
    width: 92%;
    font-size: 1.8rem;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.8;
    box-sizing: border-box;
}
.practice-box .cap {
    display: inline-block;
    font-size: 1.6rem;
    color: #4979d7;
    vertical-align: 10%;
}
.practice-box .txt {
    font-size: 1.8rem;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0;
}
.practice-box small {
    display: inline-block;
    vertical-align: 10%;
}
@media (max-width: 1024px) {
    .practice-box .q-box .q-sub {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
    .practice-box .q-box .q-num {
        font-size: calc(20px + 20 * (100vw - 320px) / 704);
        margin-left: 0;
    }
    .practice-box .cap {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
    .practice-box .txt {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .practice-box .q-box {
        margin-left: 0;
        margin-right: 1rem;
    }
    .practice-box .q-box .q-num {
        width: 10%;
    }
    .practice-box .q-box .q-sub {
        width: 90%;
    }
}
@media (max-width: 480px) {
    .practice-box .q-box {
        margin-right: 0;
    }
    .practice-box .q-box .q-num {
        width: 12%;
        padding-top: 0.5rem;
    }
    .practice-box .q-box .q-sub {
        width: 88%;
        text-align: left;
    }
    .practice-box .q-box .q-sub.ruby-width-xs {
        line-height: 1.4;
    }
    .practice-box .q-box .q-sub.ruby-width-xs .cap {
        line-height: 1.8;
    }
    .practice-box .q-box .q-sub ruby > rt {
        translate: 0 0.3em;
    }
    .practice-box .txt {
        line-height: 1.7;
    }
}

.practice-box ul.list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 2rem;
    gap: 0 40px;
    margin: 3rem 0;
}
.practice-box ul.list.two-row {
    margin-left: 1rem;
}
.practice-box ul.list.two-row li {
    width: calc(100% / 2 - 20px );
}
.practice-box ul.list li span {
    display: inline-block;
    margin-right: 0.8rem;
    color: #0f4db8;
}
@media (max-width: 1024px) {
    .practice-box ul.list {
        font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .practice-box ul.list {
        gap: 0 20px;
        margin: 1.5rem auto;
    }
    .practice-box ul.list li {
        width: calc(100% / 2 - 10px );
    }
    .practice-box ul.list li span {
        margin-right: 0.5rem;
    }
}
@media (max-width: 480px) {
    .practice-box ul.list.one-row-xs {
        gap: 0;
    }
    .practice-box ul.list.one-row-xs li {
        width: 100%;
    }
}

.practice-box .answer-btn,
.practice-box .answer-txt {
    max-width: 100%;
    font-weight: 500;
    font-size: 2.4rem;
    background: #0f4db8;
    padding: 1.2rem 0 1.6rem;
    border-radius: 80px;
    color: #fff;
    text-align: center;
    outline: none;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 3.5rem auto 0;
}
.practice-box .answer-btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    transition: 0.5s;
    cursor: pointer;
}
.practice-box .answer-txt {
    display: none;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    border-radius: 0;
    background: #fff;
    padding: 1.5rem 3rem 1.8rem;
    color: #000;
}
.practice-box .answer-txt .a-sub {
    font-size: 2rem;
    margin: 0 0 1rem;
}
.practice-box .answer-txt .a-sub span {
    display: inline-block;
    margin: 0 0.8rem 0 1.2rem;
}
.practice-box .answer-txt .txt {
    font-size: 1.6rem;
    margin: 0;
}
@media (max-width: 1024px) {
    .practice-box .answer-btn,
    .practice-box .answer-txt {
        font-size: calc(17px + 7 * (100vw - 320px) / 704);
    }
    .practice-box .answer-txt .a-sub {
        font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
    .practice-box .answer-txt .txt {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .practice-box .answer-btn,
    .practice-box .answer-txt {
        margin: 2rem auto;
        padding: 1.1rem 0 1.3rem;
    }
    .practice-box .answer-txt {
        padding: 1rem 1.5rem;
        box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
    }
    .practice-box .answer-txt .a-sub span {
        margin: 0 0.5rem 0 0.9rem;
    }
}

.practice-btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin: 10rem auto 6rem;
    position: relative;
}
.practice-wrap .practice-box:last-of-type .practice-btn {
    justify-content: flex-start;
}
.practice-btn .next-btn,
.practice-btn .prev-btn {
    width: 50%;
    font-weight: 500;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    outline: none;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}
.practice-wrap .practice-box:first-of-type .practice-btn .next-btn {
    width: 100%;
}
.practice-btn .next-btn > span {
    width: 450px;
    justify-content: flex-end;
    float: right;
}
.practice-wrap .practice-box:first-of-type .practice-btn .next-btn span {
    margin: 0 auto;
    float: none;
}
.practice-btn .prev-btn > span {
    width: 170px;
    padding-left: 2rem;
}
.practice-btn span {
    background: #0f4db8;
    padding: 0.5rem 0.5rem 0.7rem;
    border-radius: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    box-sizing: border-box;
    position: relative;
    margin: 0;
}
.practice-btn span > span {
    display: block;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}
.practice-btn .next-btn:hover,
.practice-btn .prev-btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    transition: 0.5s;
}
.practice-btn i {
    display: block;
    position: absolute;
    width: 22px;
    height: 26px;
    background: url(../img/icon-arrow01.png) 0 0 no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
}
.practice-btn .next-btn i {
    right: 15px;
}
.practice-btn .prev-btn i {
    transform: scale(-1, 1);
    left: 15px;
}
@media (max-width: 1024px) {
    .practice-btn .next-btn,
    .practice-btn .prev-btn {
        font-size: calc(16px + 8 * (100vw - 320px) / 704);
    }
    .practice-btn .next-btn {
        width: 70%;
    }
    .practice-btn .prev-btn {
        width: 30%;
    }
}
@media (max-width: 767px) {
    .practice-btn {
        margin: 2.5rem auto -0.2rem;
    }
    .practice-btn span {
        padding: 0.4rem 0.5rem 0.7rem;
    }
    .practice-btn .next-btn {
        width: 60%;
    }
    .practice-wrap .practice-box:first-of-type .practice-btn .next-btn {
        width: 60%;
    }
    .practice-btn .prev-btn {
        width: 40%;
    }
    .practice-btn .next-btn > span {
        width: 95%;
    }
    .practice-btn .prev-btn > span {
        width: 80%;
    }
    .practice-btn i {
        width: 15px;
        height: 18px;
    }
    .practice-btn .next-btn i {
        right: 12px;
    }
    .practice-btn .prev-btn i {
        left: 12px;
    }
}

/*----- book -----*/
.book-wrap .wrap {
    background: #fff url(../img/bg-book.png) bottom center no-repeat;
    background-size: 100% auto;
    padding-bottom: 8rem;
}
.book-wrap .btn.wide {
    margin-top: 15rem;
}
@media (max-width: 767px) {
    .book-wrap .wrap {
        padding-bottom: 3rem;
    }
    .book-wrap .btn.wide {
        margin-top: 3rem;
    }
}

.book-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    margin: 7rem 0 0;
}
.book-wrap .book-box:first-of-type {
    margin-top: 0;
}
.book-box .img-area {
    width: 39%;
    box-sizing: border-box;
}
.book-box .txt-area {
    width: 55%;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .book-box {
        margin-top: 4rem;
    }
    .book-box .img-area,
    .book-box .txt-area {
        width: 109%;
    }
    .book-box .img-area img {
        max-width: 60%;
    }
    .book-box .txt-area {
        margin-top: 1.5rem;
    }
}

.book-box .sub {
    font-size: 3.6rem;
    font-weight: 800;
    margin: 0 0 1rem;
}
.book-box .sub span {
    display: block;
    font-size: 2.7rem;
    font-weight: 500;
}
.book-box .txt {
    margin: 2.5rem 0;
}
.book-box .btn {
    font-size: 2rem;
    margin-left: 0;
    padding-left: 0.5rem;
}
@media (max-width: 1024px) {
    .book-box .sub {
        font-size: calc(18px + 15 * (100vw - 320px) / 704);
    }
    .book-box .sub span {
        font-size: calc(16px + 11 * (100vw - 320px) / 704);
    }
    .book-box .txt {
        margin: 1.5rem 0;
    }
    .book-box .btn {
        font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .book-box .sub {
        margin-bottom: 0;
        text-align: center;
    }
    .book-box .txt {
        margin: 1rem 0;        
    }
    .book-box .txt-box {
        padding: 0 5%;
    }
    .book-box .btn {
        margin: 2rem auto 0;
    }
}

.book-box .price-box {
    font-size: 2.4rem;
    font-weight: 600;
}
.book-box .price-box .price {
    display: inline-block;
    font-size: 2.8rem;
    margin-right: 0.5rem;
    vertical-align: -2%;
}
.book-box .price-box .tax {
    display: inline-block;
    font-size: 2rem;
    vertical-align: 5%;
}
@media (max-width: 1024px) {
    .book-box .price-box {
        font-size: calc(17px + 7 * (100vw - 320px) / 704);
    }
    .book-box .price-box .price {
        font-size: calc(20px + 8 * (100vw - 320px) / 704);
    }
    .book-box .price-box .tax {
        font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .book-box .price-box {
        text-align: center;
    }
}

/*----- benefits -----*/
.benefits-wrap .wrap {
    background: #fff url(../img/bg-benefits.png) bottom center no-repeat;
    background-size: 100% auto;
    padding-bottom: 8rem;
    text-align: center;
}
.benefits-wrap .img-box {
    margin: 0 auto;
    max-width: 320px;
}
@media (max-width: 767px) {
    .benefits-wrap .wrap {
        padding-bottom: 3rem;
    }
    .benefits-wrap .img-box {
        margin-top: 1rem;
        max-width: 50%;
    }
} 

.benefits-wrap .sub {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    margin: 0 0 3rem;
    background: #5784da;
    padding: 0.8rem 0.5rem 1rem;
}
.benefits-wrap p + .sub {
    margin-top: 4rem;
}
.benefits-wrap div + .sub {
    margin-top: 3rem;
}
@media (max-width: 1024px) {
    .benefits-wrap .sub {
        font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .benefits-wrap .sub {
        margin-bottom: 1.5rem;
        padding: 0.5rem 0.5rem 0.6rem;
    }
    .benefits-wrap p + .sub {
        margin-top: 3rem;
    }
    .benefits-wrap div + .sub {
        margin-top: 2rem;
    }
    .benefits-wrap p {
        margin-top: 0.5rem;
    }
    .benefits-wrap .btn.wide {
        margin-top: 2rem;
    }
}

.benefits-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 40px;
}
.benefits-box .col {
    width: calc(100% / 2 - 20px );
    box-sizing: border-box;
}
.benefits-box.meishi .col img {
    max-width: 70%;
}
@media (max-width: 960px) {
    .benefits-box {
        gap: 0 30px;
    }
    .benefits-box .col {
        width: calc(100% / 2 - 15px );
    }
}
@media (max-width: 767px) {
    .benefits-box {
        gap: 10px 8px;
    }
    .benefits-box .col {
        width: calc(100% / 2 - 4px );
    }
    .benefits-box.meishi .col img {
        max-width: 80%;
    }
}

/*----- voice-----*/
.voice-wrap .wrap {
    background: #fff url(../img/bg-voice.png) bottom center no-repeat;
    background-size: 100% auto;
    padding-bottom: 8rem;
}
.voice-wrap .btn.wide {
    margin-top: 8rem;
}
@media (max-width: 767px) {
    .voice-wrap .wrap {
        padding-bottom: 3rem;
    }
    .voice-wrap .btn.wide {
        margin-top: 3rem;
    }
}

.voice-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 30px 30px;
}
.voice-box .col {
    width: calc(100% / 2 - 15px );
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    box-sizing: border-box;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
}
.voice-box .col a {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    background: #fff;
    padding: 0.5rem;
    color: #000;
}
.voice-box .col a:hover {
    text-decoration: none;
    color: #000;
    opacity: 0.75;
    transition: 0.5s;
}
.voice-box .img-area {
    width: 30%;
    box-sizing: border-box;
}
.voice-box .img-area img {
    width: auto;
    min-height: 100%;
    object-fit: cover;
}
.voice-box .txt-area {
    width: 70%;
    padding: 1rem 3rem 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
@media (max-width: 1024px) {
    .voice-box .img-area {
        width: 35%;
    }
    .voice-box .txt-area {
        width: 65%;
        padding: 1rem 1rem 1.5rem 1.5rem;
    }
}
@media (max-width: 960px) {
    .voice-box {
        gap: 20px 0;
    }
    .voice-box .col {
        width: 100%;
    }
    .voice-box .img-area {
        width: 20%;
    }
    .voice-box .txt-area {
        width: 80%;
        padding: 1rem 2rem 1.5rem;
    }
}
@media (max-width: 480px) {
    .voice-box .img-area {
        width: 30%;
    }
    .voice-box .txt-area {
        width: 70%;
        padding: 1rem 1.5rem 1.5rem 1.5rem;
    }
}

.voice-box .sub {
    width: 100%;
    font-size: 2.2rem;
    margin: 0;
}
.voice-box .mark {
    font-size: 1.5rem;
    color: #fff;
    background: #ea8a00;
    border-radius: 40px;
    width: 100px;
    text-align: center;
    padding: 0.7rem 0.5rem 0.9rem;
    box-sizing: border-box;
    line-height: 1;
    margin: 1.7rem 0 2rem;
}
.voice-box a .mark,
.voice-box a:hover .mark {
    color: #fff;
    text-decoration: none;
} 
.voice-box .mark.three {
    background: #ea8a00;
}
.voice-box .mark.two {
    background: #258fcc;
}
.voice-box .mark.jun-first {
    background: #7b39e7;
}
.voice-box .mark.first {
    background: #ab1325;
}
.voice-box .name {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
}
.voice-box .name span {
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .voice-box .sub {
        font-size: calc(15px + 4 * (100vw - 320px) / 704);
    }
    .voice-box .mark {
        font-size: calc(12px + 3 * (100vw - 320px) / 704);
    }
    .voice-box .name {
        font-size: calc(17px + 3 * (100vw - 320px) / 704);
    }
    .voice-box .name span {
        font-size: calc(14px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .voice-box .sub {
        font-size: calc(15px + 7 * (100vw - 320px) / 640);
    }
    .voice-box .name {
        font-size: calc(17px + 7 * (100vw - 320px) / 640);
    }
    .voice-box .name span {
        font-size: calc(14px + 4 * (100vw - 320px) / 640);
    }
}
@media (max-width: 767px) {
    .voice-box .mark {
        margin: 1rem 0 1.3rem;
        padding: 0.6rem 0.5rem 0.7rem;
        width: 90px;
    }
}

/*----- voice ichiran & detail -----*/
ruby {
  ruby-position :over;
}
ruby > rt {
  font-size: 100%;
  zoom: 0.5;
}
/*Firefox表示用のCSS*/
@-moz-document url-prefix(){
  ruby > rt {
    font-size: 50%;
  }
}
/* IE11表示用のCSS　*/
_:-ms-fullscreen, :root ruby > rt {
  font-size: 50%;
}
/* Safari表示用のCSS　*/
_::-webkit-full-page-media, _:future, :root ruby > rt {
  zoom: 1;
  font-size: -webkit-ruby-text;
}
.voice-ichiran-wrap .wrap,
.voice-detail-wrap .wrap {
    padding-top: 5rem;
    margin-bottom: 10rem;
}
.voice-detail-wrap table {
    width: 100% !important;
}
.voice-detail-wrap strong {
    font-weight: 600;
}
.voice-detail-wrap .font_m {
    display: block;
    margin: 1rem 0;
    text-align: center !important;
    font-size: 1.3rem;
}
.voice-detail-wrap .m_all8,
.voice-detail-wrap .m_all8_2 {
	margin: 1rem;
}
@media (max-width: 960px) {
    .voice-ichiran-wrap .wrap,
    .voice-detail-wrap .wrap {
        padding-top: 3rem;
    }
    .voice-detail-wrap .wrap div {
        float: none !important;
        margin: 0 0 2rem !important;
    }
}
@media (max-width: 767px) {
    .voice-ichiran-wrap .wrap {
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-bottom: 5rem;
    }
    .voice-detail-wrap .wrap {
        padding-top: 2rem;
        padding-bottom: 3rem;
        margin-bottom: 5rem;
    }
    .voice-detail-wrap img {
        height: auto !important;
    }
    .voice-detail-wrap .font_m {
        font-size: 1.2rem;
    }
    .voice-detail-wrap .m_all8,
    .voice-detail-wrap .m_all8_2 {
        width: 100% !important;
        height: auto !important;
	    margin: 1rem 0;
    }
}

.sub-voice {
    font-size: 2rem;
    margin: 0 0 3rem;
    padding: 0 0 1.5rem;
    border-bottom: 5px solid #C60501;
}
@media (max-width: 1024px) {
    .sub-voice {
        font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .sub-voice {
        margin-bottom: 2rem;
        padding-bottom: 1rem;
    }
}

/*----- flow-----*/
.flow-wrap {
    background: #fff;
    margin: 7rem 0 0;
    padding: 5rem 0 0;
    text-align: center;
}
.flow-wrap .wrap {
    padding-left: 0;
    padding-right: 0;
}
.flow-wrap .ttl {
    font-size: 3.2rem;
    font-weight: 600;
    margin: 0 0 10rem;
}
@media (max-width: 1200px) {
    .flow-wrap .wrap {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
@media (max-width: 1024px) {
    .flow-wrap .ttl {
        font-size: calc(20px + 12 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .flow-wrap .wrap {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .flow-wrap .ttl {
        margin-bottom: 8rem;
    }
}
@media (max-width: 767px) {
    .flow-wrap {
        margin-top: 3.5rem;
        padding: 2.5rem 0 0;
    }
    .flow-wrap .wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .flow-wrap .ttl {
        margin-bottom: 2rem;
    }
}

.flow-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    margin: 0 0 4rem;
}
.flow-box .col {
    width: calc((100% - 99px) / 4);
    background: #C3D2F2;
    box-sizing: border-box;
    font-size: 1.8rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 8rem 0 7rem;
    position: relative;
}
.flow-box .arrow {
    width: 33px;
    padding: 0 0.6rem 0 1rem;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.flow-box .arrow img {
    margin: 0 auto;
}
.flow-box .sub {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
}
.flow-box .txt {
    margin: 0;
}
@media (max-width: 1024px) {
    .flow-box .col {
        width: calc((100% - 84px) / 4);
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
        padding: 6rem 0.5rem 4rem;
    }
    .flow-box .sub {
        font-size: calc(17px + 7 * (100vw - 320px) / 704);
    }
    .flow-box .arrow {
        width: 28px;
        padding: 0 0.4rem 0 0.8rem;
    }
}
@media (max-width: 960px) {
    .flow-box .col {
        width: calc((100% - 75px) / 4);
        font-size: 1.5rem;
        padding: 5.5rem 0.5rem 3rem;
    }
    .flow-box .sub {
        font-size: 1.9rem;
    }
    .flow-box .arrow {
        width: 25px;
        padding: 0 0.4rem 0 0.6rem;
    }
}
@media (max-width: 767px) {
    .flow-box {
        margin-bottom: 1.5rem;
    }
    .flow-box .col {
        width: 90%;
        padding: 1.2rem 1rem 1.2rem;
    }
    .flow-box .sub {
        font-size: 1.7rem;
        margin-bottom: 0.5rem;
    }
    .flow-box .arrow {
        width: 100%;
        padding: 0.5rem 0 0.3rem;
    }
    .flow-box .arrow img {
        transform: rotate(90deg);
        width: 17px;
    }
}

.flow-box .step {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    background: #5784da;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1;
}
.flow-box .step span {
    width: 100%;
    display: block;
    font-size: 2rem;
    color: #dee8be;
    margin: 0 0 1rem;
}
@media (max-width: 1024px) {
    .flow-box .step {
        font-size: calc(22px + 8 * (100vw - 320px) / 704);
        width: 110px;
        height: 110px;
        top: -55px;
    }
    .flow-box .step span {
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .flow-box .step {
        width: 90px;
        height: 90px;
        top: -45px;
    }
}
@media (max-width: 767px) {
    .flow-box .step {
        width: 70px;
        height: 70px;
        left: -20px;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .flow-box .step span {
        margin-bottom: 0.5rem;
    }
}

/*-------------------------------
 * 6. FOOTER
 * ----------------------------*/
footer {
    margin: 0;
    padding: 0;
    text-align: center;
}
footer ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 40px;
    padding: 8rem 0 2rem;
    font-size: 2rem;
}
#top-page footer ul {
    padding-top: 4rem;
}
footer ul li:last-of-type {
    width: 100%;
}
footer ul li span {
    font-size: 1.6rem;
}
footer ul li span,
footer .cap {
    color: #2d64cf;
}
footer .f-box {
    margin: 1rem 0;
}
footer .f-box p {
    margin: 0;
}
@media (max-width: 1024px) {
    footer ul {
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
    }
    footer ul li span {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
    footer .f-box {
        font-size: calc(12px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    footer ul {
        padding: 4rem 0 2rem;
        gap: 0 20px;
    }
    #top-page footer ul {
        padding: 2rem 0;
    }
}

/*-------------------------------
 * 7. SNS
 * ----------------------------*/
.knt_general-set {
    max-width: 350px;
    margin: 0 auto;
}
.knt_general-set .icon_social {
    position: relative;
    top: 0;
    right: 0;
    margin: auto;
    height: auto;
}
.knt_general-set .icon_social img {
    width: auto;
    vertical-align: top;
}
.knt_general-set .icon_social .line {
    display: inline-block;
    line-height: 23px
}
.knt_general-set .icon_social .line img {
    vertical-align: top
}
.knt_general-set .icon_social iframe {
    margin-left:10px;
    max-width: 120px !important
}
.knt_general-set .icon_social .twitter-share-button {
    height: 25px !important
}

.social-footer {
    padding: 4rem 0;
    margin: 0 auto;
}
.social-footer .socialBoxON {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.social-footer .socialBoxON iframe {
    margin: 5px;
}
@media (max-width: 767px) {
    .social-footer {
        padding: 2rem 0;
    }
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
