﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Btn
 *   1.5 Page top
 * 2. HEADER
 * 3. MAIN NAV
 * 4. MAIN VISUAL
 * 5. CONTENTS
 *    5.1 Info
 *    5.2 Step
 *    5.3 Schedule
 *    5.4 School Map
 *    5.5 About
 *    5.6 Voice
 *    5.7 Benefits
 *    5.8 Faq
 *    5.9 Contact
 * 6. FOOTER
 * 7. INTERACTIONS
 * 8. footer 固定申込ボタン
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
/*html,
body {
	overflow-x: hidden;
}*/
body {
    font-family: YakuHanJP, 'Noto Serif JP', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    background: #fff;
	color: #454545;
	line-height: 2;
	font-weight: 400;
	overflow-x: hidden;
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    html {
        overflow-x: hidden;
    }
    body {
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    html {
        overflow-x: hidden;
    }
    body {
        overflow: hidden;
        font-size: 1.4rem;
        line-height: 1.8;
    }
}

a {
    color: #454545;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #454545;
    text-decoration: underline;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	color: #B79F72;
}
a[href^="tel:"]:hover {
	text-decoration: none;
	color: #B79F72;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
dl,
dl dt,
dl dd {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 600;
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.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,
    .sp-md-none {
        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,
    .sp-none {
        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; }
.mt90 { margin-top: 9rem !important; }
.mt100 { margin-top: 10rem !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; }
.mb90 { margin-bottom: 9rem !important; }
.mb100 { margin-bottom: 10rem !important; }

.ml05 { margin-left: 0.5rem !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;
    }
}

.pt00 { padding-top: 0 !important; }
.pt05 { padding-top: 0.5rem !important; }
.pt10 { padding-top: 1rem !important; }
.pt20 { padding-top: 2rem !important; }
.pt30 { padding-top: 3rem !important; }
.pt40 { padding-top: 4rem !important; }
.pt50 { padding-top: 5rem !important; }

.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 0.5rem !important; }
.pb10 { padding-bottom: 1rem !important; }
.pb20 { padding-bottom: 2rem !important; }
.pb30 { padding-bottom: 3rem !important; }
.pb40 { padding-bottom: 4rem !important; }
.pb50 { padding-bottom: 5rem !important; }

@media (max-width: 767px) {
    .pt00-xs {
        padding-top: 0 !important;
    }
    .pt10-xs {
        padding-top: 1rem !important;
    }
    .pt20-xs {
        padding-top: 2rem !important;
    }
    .pt30-xs {
        padding-top: 3rem !important;
    }
    .pb00-xs {
        padding-bottom: 0 !important;
    }
    .pb10-xs {
        padding-bottom: 1rem !important;
    }
    .pb20-xs {
        padding-bottom: 2rem !important;
    }
    .pb30-xs {
        padding-bottom: 3rem !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: 767px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
}

.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #E65D22 !important;
}
.txt-black,
.txt-black a,
.txt-black a:hover {
    color: #454545 !important;
}
.txt-blue,
.txt-blue a,
.txt-blue a:hover {
    color: #4877AD !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.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; }
.f50 { font-size: 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;
    }
    .f50 {
        font-size: 3rem !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.8;
}

.section-ttl {
    font-size: 5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.5;
    margin: 3rem auto 0;
}
.section-ttl.large {
    font-size: 6rem;
}
.section-sub {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.6;
    margin: 0;
}
.section-sub.large {
    font-size: 4rem;
}
.section-line {
    margin: 5.5rem auto 8rem;
}
@media (max-width: 767px) {
    .section-ttl {
        font-size: 3rem;
        margin-top: 1rem;
    }
    .section-ttl.large {
        font-size: 4rem;
    }
    .section-sub {
        font-size: 1.8rem;
    }
    .section-sub.large {
        font-size: 2.4rem;
    }
    .section-line {
        width: 120px;
        margin: 3rem auto 4.5rem;
    }
}

.ttl-box {
    background-image: linear-gradient(180deg, #D86130, #FA9B84);
    color: #fff;
    text-align: center;
    font-weight: 500;
    box-sizing: border-box;
    padding: 2.5rem 0.5rem;
    font-size: 4.7rem;
    letter-spacing: 0.05em;
    border-radius: 20px;
    line-height: 1.5;
}
.ttl-box.white {
	background: #fff;
	color: #4877AD;
	border: 1px solid #4877AD;
}
.ttl-box span {
    display: block;
    font-size: 3rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
}
@media (max-width: 767px) {
    .ttl-box {
        font-size: 2.5rem;
        border-radius: 10px;
        padding: 1.5rem 0.5rem;
    }
    .ttl-box span {
        font-size: 1.8rem;
    }
}

/* 1.4 Btn
 * ------------------------------*/
.btn-box {
    max-width: 800px;
    margin: 13rem auto 0;
    position: relative;
    z-index: 1;
}
.btn-box .sub-btn {
    max-width: 650px;
    font-size: 4rem;
    text-align: center;
    font-weight: 400;
    margin: 0 auto 4rem;
    padding: 0 8rem;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.btn-box .sub-btn::before,
.btn-box .sub-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.btn-box .sub-btn::after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.btn-box .sub-btn:before {
    left: 0;
}
.btn-box .sub-btn:after {
    right: 0;
}
@media (max-width: 767px) {
    .btn-box {
        margin-top: 7rem;
        width: 85vw;
    }
    .btn-box .sub-btn {
        max-width: 90%;
        font-size: 2.8rem;
        padding: 0 2rem;
        margin-bottom: 2rem;
    }
    .btn-box .sub-btn::before,
    .btn-box .sub-btn::after {
        height: 1px;
        width: 40px;
    }
}
@media (max-width: 480px) {
    .btn-box .sub-btn {
        font-size: calc(16px + 5 * (100vw - 320px) / 160);
    }
}

/* 1.5 Page top
 * ------------------------------*/
#pagetop {
    position: fixed;
    bottom: 160px;
    right: 15px;
    width: 44px;
    height: 44px;
    z-index: 10;
    transition: background-color 400ms;
    background: url(../image/pagetop.svg?=v2) center center no-repeat;
    background-size: contain;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
#pagetop:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 767px) {
    #pagetop {
        width: 40px;
        height: 40px;
        bottom: 90px;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    width: 100vw;
    height: 110px;
    background: #fff;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 80;
    transition: all 0.5s ease-in-out;
}
header .logo {
    width: 95px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 10;
}
header .logo a:hover {
    text-decoration: none;
}
header .logo span {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0.2rem;
}
header h1 {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    color: #A3854B;
    font-size: 3rem;
    font-weight: 500;
}
header h1 span {
    display: inline-block;
    background: #4877AD;
    color: #fff;
    border-radius: 30px;
    font-size: 2rem;
    text-align: center;
    margin-left: 3rem;
    padding: 0.2rem 3rem 0.5rem;
    vertical-align: 10%;
    font-weight: 400;
}
@media (max-width: 1200px) {
    header h1 {
        top: 28px;
        font-size: calc(18px + 12 * (100vw - 320px) / 880);
    }
    header h1 span {
        font-size: calc(13px + 7 * (100vw - 320px) / 880);
        margin-left: 2rem;
        padding-top: 0.1rem;
    }
}
@media (max-width: 960px) {
    header h1 {
        top: 30px;
        text-align: center;
    }
    header h1 span {
        padding: 0.2rem 3rem 0.3rem;
    }
}
@media (max-width: 767px) {
    header h1 {
        font-size: 2rem;
        top: 16px;
        left: 35vw;
        transform: translateX(0);
    }
    header h1 span {
        margin-left: 0;
        display: block;
        vertical-align: middle;
        margin: 0.5rem auto 0;
        font-size: 1.4rem;
        padding: 0.1rem 1rem 0.3rem;
        max-width: 120px;
        box-sizing: border-box;
    }
}
@media (max-width: 380px) {
    header h1 {
        font-size: 1.8rem;
        top: 18px;
        left: 36vw;
    }
    header h1 span {
        font-size: 1.3rem;
        padding: 0.2rem 1rem 0.4rem;
    }
}
@media (max-width: 320px) {
    header h1 {
        font-size: 1.6rem;
        top: 20px;
        left: 38vw;
    }
    header h1 span {
        font-size: 1.1rem;
        padding: 0.2rem 1rem;
        max-width: 100px;
    }
}

.menu-tel {
    display: none;
}
header.header-min {
    height: 70px;
    background-color: rgba(255, 255, 255, 0.7);
}
header.header-min .logo {
    top: 14px;
    width: 56px;    
}
header.header-min .logo span {
    display: none;
}
header.header-min h1 {
    top: 6px;
}
header.header-min h1 span { 
}
header.header-min .menu-tel {
    position: absolute;
    right: 80px;
    display: block;
    font-size: clamp(24px, 6vw, 34px);
    line-height: 70px;
}
header.header-min .menu-tel a {
    position: relative;
}
header.header-min .menu-tel a::before {
    position: absolute;
    top: 50%;
    left: -25%;
    content: "";
    width: 44px;
    height: 50px;
    margin-top: 1px;
    background-image: url(../image/icon_free_dial.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
header.header-min .menu-btn-on {
    top: 21px;
    right: 18px;
}
@media (max-width: 1380px) {
    header.header-min h1 span {
        position: absolute;
        background-color: transparent;
        color: transparent;
    }
}
@media (max-width: 960px) {
    header.header-min h1 {
        position: absolute;
        color: transparent;
    }
    
}
@media (max-width: 767px) {
    header.header-min {
        height: 60px;
    }
    header.header-min .logo {
        top: 8px;
    }
    header.header-min h1 {
        /* top: 12px; */
        /* display: none; */
        color: transparent;
    }
    header.header-min .menu-tel {
        right: 50%;
        line-height: 60px;
        transform: translateX(calc(50% + 40px));
    }
    header.header-min .menu-btn-on {
        top: 16px;
    }
}
@media (max-width: 480px) {
    header.header-min .menu-tel {
        transform: translateX(calc(50% + 30px));
    }
    header.header-min .menu-tel a::before {
        width: 30px;
        margin-top: 2px;
    }
}

/*-------------------------------
 * 3. MAIN NAV
 * ----------------------------*/
.menu {
  background:rgba(200, 175, 121,0.75);
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
.menu > div {
  background: #fff;
  height: 100%;
  margin-left: auto;
  width: 600px;
  position: relative;
}
@media (max-width: 767px) {
  .menu > div {
    width: 89.1666666667%;
  }
}

.menu ul {
  border-bottom: 1px solid #ccc;
}
.menu ul ul {
  border-bottom: 0;
}
.menu li {
  border-top: 1px solid #ccc;
}
.menu ul ul li {
  border-top: 1px dashed #ccc;
}
.menu li a {
  color: #A3854B;
  display: block;
  font-size: 2rem;
  padding: 1rem 0 1rem 7rem;
  text-decoration: none;
}
.menu ul ul li a {
    padding-left: 11rem;
}
@media screen and (max-width: 767px) {
    .menu li a {
        font-size: 4.1666666667vw;
        padding: 2.7777777778vw 0 2.7777777778vw 15.2777777778vw;
    }
    .menu ul ul li a {
        padding-left: 23vw;
    }
}
.menu li a:hover {
  transition: 0.5s;
  background: #F5EFE7;
}
.menu li a.current {
  background: #F8EBDC;
}
.menu li li a {
  padding-left: 98px;
}
@media screen and (max-width: 767px) {
  .menu li li a {
    padding-left: 21.5277777778vw;
  }
}

.menu > div .btn-menu {
    display: block;
    width: 450px;
    position: absolute;
    bottom: 40px;
    right: 75px;
}
@media (max-width: 767px) {
    .menu > div .btn-menu {
        width: 88%;
        right: 6%;
        bottom: 50px;
    }
}

.menu .menu-ttl {
    width: 600px;
    box-sizing: border-box;
    padding: 0.5rem 1rem 2rem;
    background: #4877AD;
    color: #fff;
    position: absolute:
    top: 0;
    left: 0;
    font-size: 2.2rem;
    text-align: center;
}
.menu .menu-ttl span {
    display: block;
    background: #fff;
    color: #4877AD;
    max-width: 250px;
    margin: 0.7rem auto 0;
    border-radius: 30px;
    padding: 0.1rem 2rem 0.4rem;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .menu .menu-ttl {
        width: 100%;
        font-size: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .menu .menu-ttl span {
        max-width: 150px;
        padding: 0 2rem 0.3rem;
    }
}
@media (max-width: 360px) {
    .menu .menu-ttl {
        font-size: 1.4rem;
    }
    .menu .menu-ttl span {
        padding: 0 2rem 0.2rem;
    }
}

.menu-btn-on {
    position: absolute;
    top: 40px;
    right: 50px;
    margin: 0;
    opacity: 1;
    transition: 0.5s;
    z-index: 90;
    background: url(../image/icon-menu.png) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 40px;
    height: 29px;
}
.menu-btn-close {
    position: absolute;
    top: 35px;
    right: 30px;
    background: url(../image/icon-menu-close-white.png) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 40px;
    height: 47px;
}
@media (max-width: 1024px) {
    .menu-btn-on,
    .menu-btn-close {
        right: 30px;
    }
}
@media (max-width: 767px) {
    .menu-btn-on {
        top: 40px;
        right: 18px;
        width: 38px;
        height: 28px;
    }
    .menu-btn-close {
        top: 30px;
        right: 18px;
        width: 33px;
        height: 39px;
    }
}
@media (max-width: 320px) {
    .menu-btn-on,
    .menu-btn-close {
        right: 12px;
    }
}

/*-------------------------------
 * 4. MAIN VISUAL
 * ----------------------------*/
#main-visual {
    max-width: 948px;
    margin: 0 auto;
    position: relative;
    top: 110px;
    margin-bottom: 20rem;
    z-index: 10;
}
#main-visual .main-ttl {
    position: absolute;
    color: #fff;
    font-weight: 500;
    font-size: 7rem;
    text-align: center;
    letter-spacing: 0.05em;
    left: 0;
    right: 0;
    margin: auto;
    top: 380px;
    z-index: 1;
}
#main-visual .main-img {
    width: 100%;
    height: 1000px;
    object-fit: cover;
    object-position: 50% 68%;
}
@media (max-width: 767px) {
    #main-visual {
        margin-bottom: 15.5rem;
    }
    #main-visual .main-ttl {
        top: 200px;
        font-size: 6rem;
    }
    #main-visual .main-img {
        height: 500px;
        object-position: 50% 78%;
    }
}
@media (max-width: 480px) {
    #main-visual .main-ttl {
        font-size: calc(30px + 10 * (100vw - 320px) / 160);
    }
    #main-visual .main-img {
        height: 520px;
    }
}

/*-------------------------------
 * 5. CONTENTS
 * ----------------------------*/
main,
section {
    margin: 0;
    padding: 0;
}
.wrap {
    max-width: 948px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 0;
}
.wrap::after {
    content: "";
    display: block;
    clear: both;
}
@media (max-width: 767px) {
    .wrap {
        max-width: 100% !important;
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
@media (max-width: 480px) {
    .wrap {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

/* 5.1 Info
 * ------------------------------*/
.info-wrap {
    background: url(../image/ttl-bg.png) -5% 0 no-repeat;
    background-size: 40% auto;
    margin: 6rem 0 0;
    padding-top: 4rem;
}
@media (max-width: 767px) {
    .info-wrap {
        margin-top: 3rem;
        padding-top: 5rem;
        background-size: 55% auto;
    }
    .info-wrap .section-line {
        width: 220px;
    }
}

.info-wrap .box {
    margin: 0 0 15rem;
}
.info-wrap .box.long {
    padding-bottom: 10rem;
}
.info-wrap .txt-box {
    position: relative;
}
.info-wrap .txt-box .img {
    position: absolute;
    top: -100px;
    left: -20px;
}
.info-wrap .txt-box .txt {
    padding-top: 2rem;
    padding-left: 30rem;
    font-size: 2.6rem;
}
.info-wrap .txt-box small {
    font-size: 2.2rem;
}
.info-wrap .txt-box .line {
    display: block;
    max-width: 100%;
    height: 1px;
    background: #707070;
    margin: 2.2rem 0 2rem;
}
@media (max-width: 960px) {
    .info-wrap .txt-box .txt {
        padding-left: 25rem;
    }
}
@media (max-width: 767px) {
    .info-wrap .box {
        margin-bottom: 4rem;
    }
    .info-wrap .box.long {
        padding-bottom: 2rem;
    }
    .info-wrap .txt-box .img {
        width: 115px;
        top: -40px;
        left: -10px;
    }
    .info-wrap .txt-box .txt {
        padding-top: 1rem;
        padding-left: 10rem;
        font-size: 1.8rem;
    }
    .info-wrap .txt-box small {
        font-size: 1.5rem;
    }
    .info-wrap .txt-box .line {
        margin: 1rem 0;
    }
}
@media (max-width: 480px) {
    .info-wrap .txt-box .txt {
        font-size: calc(14px + 2 * (100vw - 320px) / 160);
    }
    .info-wrap .txt-box small {
        font-size: calc(12px + 2 * (100vw - 320px) / 160);
    }
}

.info-wrap .item-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0 0 6rem;
}
.info-wrap .item-box .txt-area {
    width: 45%;
    box-sizing: border-box;
    text-align: center;
    padding-right: 5rem;
}
.info-wrap .item-box .img-area {
    width: 55%;
    box-sizing: border-box;
}
.info-wrap .item-box .txt {
    font-size: 3rem;
    line-height: 1.7;
}
.info-wrap .item-box .txt small {
    font-size: 2.6rem;
}
.info-wrap .item-box .txt .num {
    display: block;
    font-size: 6rem;
    color: #E65D22;
}
@media (min-width: 1200px) {
    .info-wrap .item-box .txt-area {
        padding-right: 17rem;
    }
}
@media (max-width: 960px) {
    .info-wrap .item-box .txt-area {
        padding-right: 2rem;
    }
}
@media (max-width: 767px) {
    .info-wrap .item-box {
        margin-bottom: 3rem;
    }
    .info-wrap .item-box .txt-area {
        width: 40%;
    }
    .info-wrap .item-box .img-area {
        width: 60%;
    }
    .info-wrap .item-box .txt {
        font-size: 2rem;
    }
    .info-wrap .item-box .txt small {
        font-size: 1.8rem;
    }
    .info-wrap .item-box .txt .num {
        font-size: 5rem;
    }
}
@media (max-width: 480px) {
    .info-wrap .item-box .txt {
        font-size: calc(13px + 3 * (100vw - 320px) / 160);
    }
    .info-wrap .item-box .txt small {
        font-size: calc(12px + 2 * (100vw - 320px) / 160);
    }
    .info-wrap .item-box .txt .num {
        font-size: 4rem;
    }
}

/* 5.2 Step
 * ------------------------------*/
.step-wrap {
    margin-top: 16rem;
}
@media (max-width: 767px) {
    .step-wrap {
        margin-top: 7rem;
    }
}

.step-wrap .step-box {
    position: relative;
    margin: 10rem auto;
}
.step-wrap .step-box .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border: 1px solid #E65D22;
    border-radius: 20px;
}
.step-wrap .step-box .txt-area {
    width: 55%;
    box-sizing: border-box;
    padding: 0 4rem 0 7rem;
}
.step-wrap .step-box .img-area {
    width: 45%;
    box-sizing: border-box;
    padding: 2rem;
}
.step-wrap .step-box .sub {
    color: #E65D22;
    font-size: 3.4rem;
}
.step-wrap .step-box .arrow {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 960px) {
    .step-wrap .step-box .txt-area {
        padding: 0 3rem 0 4rem;
    }
    .step-wrap .step-box .sub {
        font-size: 3.2rem;
    }
}
@media (max-width: 767px) {
    .step-wrap .step-box {
        margin: 4rem auto;
    }
    .step-wrap .step-box .box {
        border-radius: 10px;
    }
    .step-wrap .step-box .txt-area {
        padding: 0 1.5rem;
    }
    .step-wrap .step-box .img-area {
        padding: 1rem;
    }
    .step-wrap .step-box .sub {
        font-size: 2rem;
    }
    .step-wrap .step-box .arrow {
        width: 9px;
        top: -23px;
    }
}
@media (max-width: 480px) {
    .step-wrap .step-box .sub {
        font-size: calc(14px + 3 * (100vw - 320px) / 160);
    }
}

/* 5.3 Schedule
 * ------------------------------*/
.schedule-box .sub {
    font-size: 3rem;
    text-align: center;
    border-left: 1px solid #454545;
    border-right: 1px solid #454545;
    margin: 0 0 3rem;
}
@media (max-width: 767px) {
    .schedule-box .sub {
        font-size: 2rem;
        margin: 5rem 0 2rem;
    }
}
@media (max-width: 480px) {
    .schedule-box .sub {
        font-size: calc(15px + 4 * (100vw - 320px) / 160);
    }
}

.schedule-box dl {
    width: 100%;
    display: table;
    font-size: 2.6rem;
    border-top: 1px solid #454545;
    border-left: 1px solid #454545;
    border-right: 1px solid #454545;
    box-sizing: border-box;
}
.schedule-box dl:last-of-type {
    border-bottom: 1px solid #454545;
}
.schedule-box dl dt {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    border-right: 1px solid #454545;
    padding: 1rem;
    text-align: center;
}
.schedule-box dl dd {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 1rem 3rem;
}
@media (max-width: 767px) {
    .schedule-box dl {
        font-size: 1.8rem;
    }
    .schedule-box dl dt {
        width: 20%;
        padding: 0.5rem 1rem;
    }
    .schedule-box dl dd {
        width: 80%;
        padding: 0.5rem 2rem;
    }
}
@media (max-width: 480px) {
    .schedule-box dl {
        font-size: calc(14px + 2 * (100vw - 320px) / 160);
    }
}


/* 5.4 School Map
 * ------------------------------*/
.school-wrap {
    margin-top: 10rem;
}
@media (max-width: 767px) {
    .school-wrap {
        margin-top: 6rem;
    }
}

.school-wrap .map-box {
    margin: 6rem 0;
}
.school-wrap .waku-box {
    max-width: 800px;
    border: 1px solid #454545;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.6;
    padding: 1rem 1rem 1.5rem;
}
@media (max-width: 767px) {
    .school-wrap .map-box {
        margin: 3rem 0 4rem;
    }
    .school-wrap .waku-box {
        max-width: 300px;
        font-size: 1.8rem;
        padding: 0.6rem 1rem 0.8rem;
    }
}
@media (max-width: 480px) {
    .school-wrap .waku-box {
        font-size: calc(14px + 2 * (100vw - 320px) / 160);
    }
}

/* 5.5 About
 * ------------------------------*/
.about-wrap {
    background: url(../image/ttl-bg.png) -5% 0 no-repeat;
    background-size: 40% auto;
    margin-top: 14rem;
    padding-top: 4rem;
}
@media (max-width: 767px) {
    .about-wrap {
        margin-top: 7rem;
        padding-top: 5rem;
        background-size: 55% auto;
    }
}

.about-wrap .about-box {
    margin: 15rem 0 13rem;
}
.about-wrap .sub {
    font-weight: 400;
    font-size: 2.8rem;
    text-align: center;
}
.about-wrap .txt {
    font-size: 2.6rem;
    margin: 0 0 3rem;
}
@media (max-width: 767px) {
    .about-wrap .about-box {
        margin: 7rem 0 5rem;
    }
    .about-wrap .sub {
        font-size: 2.2rem;
        margin-top: -0.5rem;
    }
    .about-wrap .txt {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}
@media (max-width: 480px) {
    .about-wrap .sub {
        font-size: calc(16px + 2 * (100vw - 320px) / 160);
    }
    .about-wrap .txt {
        font-size: calc(14px + 2 * (100vw - 320px) / 160);
    }
}

.about-wrap .point {
    position: relative;
}
.about-wrap .point .img {
    position: absolute;
    top: -30px;
    left: 0;
}
.about-wrap .point .subsub {
    font-size: 4.5rem;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1;
}
.about-wrap .point .line {
    width: 100px;
    height: 1px;
    background: #454545;
    margin: 6rem auto;
}
@media (max-width: 960px) {
    .about-wrap .point .subsub {
        text-align: left;
        font-size: 4.2rem;
        padding-left: 19rem;
    }
}
@media (max-width: 767px) {
    .about-wrap .point .img {
        width: 69px;
        top: -22px;
    }
    .about-wrap .point .subsub {
        text-align: center;
        padding-left: 0;
        font-size: 3rem;
    }
    .about-wrap .point .line {
        width: 40px;
        margin: 3rem auto 2.5rem;
    }
}
@media (max-width: 480px) {
    .about-wrap .point .subsub {
        text-align: left;
        font-size: calc(17px + 8 * (100vw - 320px) / 160);
        padding-left: 9rem;
    }
}

/* 5.6 Voice
 * ------------------------------*/
 .voice-wrap {
    margin-top: 10rem;
    padding: 12rem 0 15rem;
    background: #FAF7ED;
}
.voice-wrap .section-ttl {
     margin-bottom: 9rem;
}
@media (max-width: 767px) {
     .voice-wrap {
        margin-top: 6rem;
        padding: 5rem 0 8rem;
    }
    .voice-wrap .section-ttl {
        margin-bottom: 5rem;
    }
}

.voice-wrap .voice-box {
    background: #fff;
    margin: 6rem 0 0;
    padding: 4rem;
    box-sizing: border-box;
    border: 1px solid #4877AD;
    border-radius: 20px;
    position: relative;
}
.voice-wrap .voice-box::after {
    content: "";
    display: block;
    clear: both;
}
.voice-wrap .voice-box .img-area {
     float: left;
     padding-right: 3rem;
}
.voice-wrap .voice-box .img-area.pd-bm {
    padding-bottom: 4rem;
}
.voice-wrap .voice-box .txt-area {
}
.voice-wrap .voice-box .img-voice {
    border-radius: 50%;
    width: 300px;
    height: 300px;
}
.voice-wrap .voice-box .txt {
    font-size: 2.2rem;
}
.voice-wrap .voice-box .sub {
    color: #4877AD;
    font-size: 2.6rem;
    margin: 0 0 2rem;
}
.voice-wrap .voice-box .name {
    position: absolute;
    top: -20px;
    right: -30px;
    width: 150px;
    height: 150px;
    border: 1px solid #4877AD;
    border-radius: 50%;
    background: #4877AD;
    color: #fff;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 2.3rem;
    line-height: 1.5;
}
.voice-wrap .voice-box .name span {
    display: block;
}
@media (max-width: 960px) {
    .voice-wrap .voice-box .img-area.pd-bm {
        padding-bottom: 0;
    }
    .voice-wrap .voice-box .name {
        right: calc(100vw - 190px);
        top: -30px;
    }
}
@media (max-width: 767px) {
    .voice-wrap .voice-box {
        margin-top: 4rem;
        padding: 2rem;
        border-radius: 10px;
    }
    .voice-wrap .voice-box .img-voice {
        width: 200px;
        height: 200px;
    }
    .voice-wrap .voice-box .sub {
        font-size: 2rem;
        margin: 2rem 0 1rem;
    }
    .voice-wrap .voice-box .txt {
        font-size: 1.8rem;
    }
    .voice-wrap .voice-box .name {
        top: -18px;
        right: -1px;
        width: 250px;
        height: 36px;
        border-radius: 0;
        font-size: 1.8rem;
    }
    .voice-wrap .voice-box .name span {
        display: inline-block;
        margin-left: 0.8rem;
    }
}
@media (max-width: 480px) {
    .voice-wrap .voice-box {
        padding: 1.5rem;
    }
    .voice-wrap .voice-box .img-area {
        padding-right: 1.5rem;
    }
    .voice-wrap .voice-box .img-voice {
        width: 130px;
        height: 130px;
    }
    .voice-wrap .voice-box .sub {
        font-size: 1.7rem;
    }
    .voice-wrap .voice-box .txt {
        font-size: calc(14px + 1 * (100vw - 320px) / 160);
    }
    .voice-wrap .voice-box .name {
        top: -13px;
        width: 180px;
        height: 26px;
        font-size: 1.6rem;
    }
}
@media (max-width: 390px) {
    .voice-wrap .voice-box .txt {
        clear: both;
        padding-top: 1rem;
    }
}

/* 5.7 Benefits
 * ------------------------------*/
.benefits-wrap {
    margin-top: 14rem;
}
.benefits-wrap .img-benefits {
    margin: -2rem auto 0;
}
@media (max-width: 767px) {
    .benefits-wrap {
        margin-top: 6rem;
    }
    .benefits-wrap .img-benefits {
        margin-top: -1rem;
    }
    .benefits-wrap .section-line {
        width: auto;
        max-width: 100%;
    }
}

/* 5.8 Faq
 * ------------------------------*/
.faq-wrap {
    margin: 14rem 0 10rem;
}
@media (max-width: 767px) {
    .faq-wrap {
        margin: 7rem 0;
    }
    .faq-wrap .wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

/*----- acordion -----*/
.accordion-area {
    margin-top: 6rem;
}
.accordion-area li {
    margin-bottom: 2rem;
}
.accordion-area .box {
    font-weight: 400;
    padding: 0 2rem;
    color: #707070;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
}
.accordion-area .box .sec {
    width: 10%;
    text-align: center;
    box-sizing: border-box;
    font-size: 2.6rem;
}
.accordion-area .box .txt {
    width: 90%;
    font-weight: 400;
    box-sizing: border-box;
    padding-left: 1rem;
    font-size: 2.2rem;
    text-align: left;
    line-height: 1.8;
}
@media (max-width: 767px) {
    .accordion-area {
        margin-top: 4rem;
    }
    .accordion-area li {
        margin-bottom: 1.5rem;
    }
    .accordion-area .box .sec {
        font-size: 2rem;
        width: 8%;
    }
    .accordion-area .box {
        padding: 0 1.5rem;
    }
    .accordion-area .box .txt {
        font-size: 1.5rem;
        width: 92%;
    }
}
@media (max-width: 380px) {
    .accordion-area .box .txt {
        font-size: calc(13px + 2 * (100vw - 320px) / 60);
    }
}

.accordion-area .q-box {
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
    background: #E1F0F5;
    height: 100px;
}
.accordion-area .q-box::after {
    position: absolute;
    content:'';
    width: 25px;
    height: 16px;
    background: url(../image/icon-arrow-down.png) 0 0 no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.accordion-area .q-box.close {
    background: #7BBFD2;
    color: #fff;
}
.accordion-area .q-box.close::after {
  background-image: url(../image/icon-arrow-up.png);
}
@media (max-width: 767px) {
    .accordion-area .q-box {
        height: 70px;
    }
    .accordion-area .q-box::after {
        right: 15px;
        width: 16px;
        height: 10px;
    }
}

.accordion-area .a-box {
    display: none;
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.accordion-area .a-box .txt {
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (max-width: 767px) {
    .accordion-area .a-box {
        padding-top: 2rem;
        padding-bottom: 0.5rem;
    }
}
 
/* 5.9 Contact
 * ------------------------------*/
.contact-wrap {
    margin: 14rem 0 0;
    color: #B79F72;
    text-align: center;
}
.contact-wrap .sub {
    font-size: 2.4rem;
}
.contact-wrap .tel {
    font-size: 7.4rem;
    color: #B79F72;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1;
    margin: 2rem 0 3.5rem;
}
@media (max-width: 767px) {
    .contact-wrap {
        margin-top: 7rem;
    }
    .contact-wrap .sub {
        font-size: 1.5rem;
    }
    .contact-wrap .tel {
        font-size: 4.5rem;
        margin: 1rem 0 2.5rem;
    }
}
@media (max-width: 380px) {
    .contact-wrap .sub {
        font-size: calc(13px + 2 * (100vw - 320px) / 60);
    }
    .contact-wrap .tel {
        font-size: calc(38px + 7 * (100vw - 320px) / 60);
    }
}

.contact-wrap dl {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    border: 1px solid #B79F72;
    line-height: 1.8;
}
.contact-wrap dl dt {
    width: 25%;
    box-sizing: border-box;
    background: #B79F72;
    color: #fff;
    padding: 0 0.5rem 0.3rem;
}
.contact-wrap dl dd {
    width: 75%;
    box-sizing: border-box;
    padding: 0 0.5rem 0.3rem;
    margin: 0;
}
@media (max-width: 767px) {
    .contact-wrap dl {
        max-width: 100%;
    }
    .contact-wrap dl dt {
        padding-bottom: 0.2rem;
    }
    .contact-wrap dl dd {
        padding-bottom: 0.2rem;
    }
}
@media (max-width: 320px) {
    .contact-wrap dl {
        font-size: 1.1rem;
    }
}

.contact-wrap ul {
    margin: 7rem 0 0;
}
.contact-wrap ul li {
    list-style-type: disc;
    margin-left: 9rem;
    text-align: left;
    font-size: 2.2rem;
    color: #707070;
}
.contact-wrap ul li a {
    color: #707070;
}
.contact-wrap ul li a:hover {
    color: #707070;
}
@media (max-width: 767px) {
    .contact-wrap ul {
        margin-top: 3.5rem;
    }
    .contact-wrap ul li {
        font-size: 1.7rem;
        margin-left: 2.5rem;
    }
}

/*-------------------------------
 * 6. FOOTER
 * ----------------------------*/
footer {
    margin: 15rem 0 10rem;
    padding: 4rem 0;
    background: #E1EFF5;
    color: #707070;
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.08em;
}
footer p {
    margin: 0;
}
footer .copy {
    margin: 2rem 0 0;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 0;
}
@media (max-width: 767px) {
    footer {
        margin: 7rem 0 5.2rem;
        font-size: 2rem;
        padding: 2rem 0 2.5rem;
    }
    footer .copy {
        font-size: 1rem;
    }
}

/*-------------------------------
 * 7. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
  opacity: 0.75;
  transition: 0.7s;
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*-------------------------------
 * 8. footer 固定申込ボタン
 * ----------------------------*/
#fixed-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100px;
    z-index: 10;
	overflow: hidden;
}
#fixed-btn ul {
    width: 100%;
    height: 100px;
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    text-align: center;
    line-height: 1.8;
}
#fixed-btn ul li {
    height: 100px;
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    line-height: 1;
}
#fixed-btn ul li a {
    display: block;
    width: 100%;
    height: 100px;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    box-sizing: border-box;
    padding: 1.5rem 2rem 2rem;
}
#fixed-btn ul li a::after {
    position: absolute;
    border: 1px solid #fff;
    content: "";
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}
#fixed-btn ul li a:hover {
    color: #fff;
    text-decoration: none;
}
#fixed-btn ul li.entry {
    width: 45%;
    background: #092E5F;
}
#fixed-btn ul li.official {
    width: 45%;
    background: #F2EFE6;
    color: #454545;
}
#fixed-btn ul li.official a::after {
    border-color: #707070;
}
#fixed-btn ul li.tel {
    width: 10%;
    background: #CC521C;
}
#fixed-btn ul li.tel a {
    padding: 0.5rem 0 0;
}
#fixed-btn ul li.tel a::after {
    display: none;
}
#fixed-btn ul li.tel img {
    width: auto;
    height: 75px;
}
@media (min-width: 481px) {
    #fixed-btn {
        bottom: -200px;
        -webkit-animation: fadeIn 1s ease both;
        animation: fadeIn 1s ease both;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
}
@media (max-width: 960px) {
    #fixed-btn ul li {
        font-size: 3rem;
    }
    #fixed-btn ul li.entry {
        width: 44%;
    }
    #fixed-btn ul li.official {
        width: 44%;
    }
    #fixed-btn ul li.tel {
        width: 12%;
    }
}
@media (max-width: 767px) {
    #fixed-btn,
    #fixed-btn ul li,
    #fixed-btn ul li a {
        height: 52px;
    }
    #fixed-btn ul li {
        font-size: calc(14px + 1 * (100vw - 320px) / 60);
    }
    #fixed-btn ul li a {
        padding: 1rem 1rem 1.3rem;
    }
    #fixed-btn ul li a::after {
        top: 4px;
        bottom: 4px;
        left: 4px;
        right: 4px;
    }
    #fixed-btn ul li.entry {
        width: 43%;
    }
    #fixed-btn ul li.official {
        width: 43%;
    }
    #fixed-btn ul li.tel {
        width: 14%;
    }
    #fixed-btn ul li.tel a {
        padding-top: 0.3rem;
    }
    #fixed-btn ul li.tel img {
        height: 43px;
    }
}
@media (max-width: 480px) {
    #fixed-btn {
        display: block;
        bottom: 0;
    }
}
