@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans+JP:400,700,900');

/* CLEAR FIX */
.cf:after{content: "."; display: block; height: 0;  clear: both; visibility:hidden;}
.cf{display: inline-table;} 
/* Hides from IE Mac */
* html .cf{height: 1%;}
.cf{display:block;}
/* BOXSIZING */
.boxSizing { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
/* iOSでのsubmitのスタイルをリセット */
input[type="submit"],input[type="button"] {border-radius: 0;-webkit-box-sizing: content-box;-webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer;}
input[type="submit"]::-webkit-search-decoration,input[type="button"]::-webkit-search-decoration {display: none;}
input[type="submit"]::focus,input[type="button"]::focus {outline-offset: -2px;}

/* mo-dal */
.modal-open {cursor: pointer;}

.modal-container{position: fixed;top: 0;left: 0;width: 100%;height: 100%;text-align: center;background: rgba(0,0,0,50%);padding: 40px 20px;overflow: auto;opacity: 0;visibility: hidden;transition: .3s;box-sizing: border-box;}
.modal-container:before{content: "";display: inline-block;vertical-align: middle;height: 100%;}
.modal-container.active{opacity: 1;visibility: visible;}
.modal-body{position: relative;	display: inline-block;	vertical-align: middle;	max-width: 500px;width: 90%;}
.modal-close{position: absolute;display: flex; align-items: center; justify-content: center;top: -40px;right: -11px;width: 40px;height: 40px;font-size: 40px;color: #fff;cursor: pointer;}

.modal-content{background: #fff; text-align: left;padding: 30px;color: #222; text-align: center;}
.modal-content ul li a {color: #222;  padding: 10px 0;  margin-top: 14px;  background: #EEE;  border-radius: 5px;display: block;}

/* =======PRUGIN SETTINGS======= */
/* PAGE TOP */
.pagetop {position: fixed;bottom: 10px;right: 10px;opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(0.3);-moz-transform: scale(0.3);-ms-transform: scale(0.3);-o-transform: scale(0.3);transform: scale(0.3);-webkit-transition: all .4s;-moz-transition: all .4s;	-o-transition: all .4s;	transition: all .4s;}
.pagetop a {display: block;width: 50px;	height: 50px;background-color: #000;text-align: center;color: #fff;font-size: 1em;text-decoration: none;line-height: 50px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}
.pagetop.show {	opacity: 1;filter: alpha(opacity=100);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}

/* BLOCK LINK */
.box-link{cursor:pointer;}
.box-link,
.box-link::before,
.box-link::after {-webkit-transition: all .3s;transition: all .3s;}
.box-link:hover{background:#f9f9f9;}

/* ======= BASIC ======= */
html,body { height: 100%; width: 100%; min-width: 1100px; }
body{font-family: Lato, 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color:#222; letter-spacing: 0.1em;}

img {max-width: 100%; height: auto;}
a{color:#222; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease; text-decoration:none;}
a:hover{color:#CCC;}
strong{font-weight:bold;}

/* OTHER-STYLING */
.big{font-size:1.4em;}
.small{font-size:0.6em;}

.bg-brack{display:inline-block; background:#000; padding:10px 15px; font-size:0.8em; color:#FFF; margin-right:10px; vertical-align: super; margin:10px 0;}
.bgGlay {background: #EEE; padding: 30px; margin-bottom: 50px;}
.bgGlay p:last-child {margin-bottom: 0;}
.bgBorder {border: 1px solid #CCC; padding: 50px; box-sizing: border-box; margin-bottom: 50px;}
.bgBorder p:last-child {margin-bottom: 0;}

.arrow-down{ margin-bottom: 30px; font-size: 3em;}
.mb0{margin-bottom:0 !important;}
.mb10{margin-bottom:10px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.pc{display:inline;}
.sp {display: none;}
.menu-sp{display:none;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}

section.w1080{width:1080px; margin:0 auto;}
.jump{margin-top:-100px; padding-top:100px;}
.name {font-weight: bold; display: block; text-align: right; letter-spacing: 0; margin-top: 20px; font-size: 0.9rem;}
.youtube {position: relative; width: 100%; padding-top: 56.25%;}
.youtube iframe {position: absolute; top: 0; right: 0; width: 100%; height: 100%;}
.gcal {margin-bottom: 50px;}
.gcal iframe{width: 100%; height: 600px;}

/* MARGIN PADDING */
.mT40 {
    margin-top: 40px !important;
}

/* ======= HEADER ======= */
header{width:100%;}
#header-box {background: #FFF; padding: 10px; box-sizing: border-box;}
header h1 img {width: 275px; height: auto;}
.header-inr {position: relative;}
.header-inr h1 {float: left;}

.headBox {display: flex; justify-content: flex-end;}
ul.headBtnother {display: flex;}
ul.headBtnother li {text-align: center; margin-left: 10px;}
ul.headBtnother li:first-child a{background:#e67bac;}
ul.headBtnother li:last-child a{background:#3fa9c8;}
ul.headBtnother li a {padding: 20px 17px 20px 34px; display: block; color:#FFF; border-radius: 5px; font-weight: bold;}
ul.headBtnother li a:hover{background:#CCC;}

/* ======= FOOTER ======= */
footer {width: 100%; text-align: center;  padding: 50px 0 0; background: #3fa9c8; color: #FFF;}
footer a {color: #FFF;}
footer p {line-height: 2rem; font-weight: 700;}
p.copyrights {padding: 20px; border-top: 1px solid #FFF;  margin-top: 50px;}

/*  ======= TOP =======  */
.btnField {margin: 30px auto; width: 90%;}
.btnField ul {display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-between;}
.btnField ul li {width: 49%; text-align: center;}
.btnField ul li:first-child a{background:#e67bac;}
.btnField ul li:last-child a{background:#3fa9c8;}
.btnField ul li a {position: relative; font-size: 1.3rem; padding: 30px 17px 30px 34px; display: block; color:#FFF; border-radius: 5px; font-weight: bold;}
.btnField ul li a:hover{background:#CCC;}
.btnField ul li a i {position: absolute; right: 20px;}

a.btn {position: relative; background:#e67bac; font-size: 1.3rem; padding: 30px 17px 30px 34px; display: block; color:#FFF; border-radius: 5px; font-weight: bold; width:50%; text-align:center; margin:0 auto;}
a.btn:hover{background:#CCC;}
a.btn i {position: absolute; right: 20px;}

#amikake {background: url("img/amikake.gif")repeat;  padding: 70px 0 20px;}

/* TEASER */
#tesar {background: url("img/teaser.jpg")no-repeat; width: 100%; background-size: cover;  height: 500px;}
#tesar h2 {font-size: 4vw; font-weight: 900; color: #222; padding: 145px 10%;}
#tesar h2 span {display: block; font-size: 1.62rem; margin-top: 18px;}

/* STAGE01 */
#stage01 {max-width: 1280px; margin: 0 auto; margin-bottom:40px; padding: 0 5%;}
#stage01 h3 {text-align: center;font-size: 2rem; letter-spacing: 0.5rem;font-weight: 700;text-decoration: underline wavy #e67bac; line-height: 4rem;  margin-bottom: 30px;}
#stage01 p {text-align: center;  font-size: 1.2rem;}

#stage01 ul {position: relative; display: flex; margin: 50px auto; width: 100%; justify-content: space-evenly; padding: 0 5%; box-sizing: border-box;}
#stage01 ul li {text-align: center; display: flex; width: 35%; justify-content: center;position: relative;}
.s01Box {width: 100%; background: #FFF; border: 1px solid #CCC; border-radius: 15px; padding: 30px 20px 40px; z-index:1;}
.s01Box h4 {font-size: 1.4rem; font-weight: bold; margin-top: 40px;}
.s01Circle h5 {margin-top: 30%; padding: 95px 40px; background: #e67bac; border-radius: 50%; font-size: 1.6rem; font-weight: bold; color: #FFF;}
#stage01 .s01Box p {font-size: 1rem; text-align: center; margin-top: 20px;}
#stage01 .s01Box img {
    width: auto;
    height: 180px;
}
/* STAGE02 */
#stage02 {margin-bottom: 80px; background: #fcd121; padding: 50px; text-align: center; z-index: 1;position: relative;}
#stage02 h3 span {color: #bb0505;}
#stage02 h3 {font-size: 1.5rem; font-weight: bold; line-height: 2.5rem;}

/* STAGE03 */
#stage03 {
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0 5%;
}
#stage03 ul {
    position: relative;
    display: flex;
    margin: 50px auto;
    width: 100%;
    justify-content: space-evenly;
    padding: 0 5%;
    box-sizing: border-box;
}
#stage03 ul li { 
    text-align: center;
    display: flex;
    width: 35%;
    justify-content: center;
    position: relative;
}
#stage03 ul li::after {
    content: '';
    position: absolute;
    top: -404px;
    left: 50%;
    background: center / contain url(./img/arrow_orange.svg) no-repeat;
    width: 220px;
    height: 404px;
    z-index: 0;
    transform: translateX(-50%);
    background-position: bottom;
}
#stage03 .s01Box img {
    width: auto;
    height: 180px;
}
#stage03 .s01Box p {
    font-size: 1rem;
    text-align: center;
    margin-top: 20px;
}
.strengthsArea {
    margin: 0 auto;
}
.strengthsArea .mainTitle {
    background: #3fa9c8;
    padding: 40px;
    text-align: center;
}
.strengthsArea .mainTitle h3 {
    color: #ffffff;
    font-size: 2rem;
    letter-spacing: 0.25rem;
    font-weight: bold;
}
.strengthsArea .contents {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
}
.strengthsArea .header {
    background: #F0F5F7;
    padding: 20px 0;
    margin-bottom: 40px;
}
.strengthsArea .header img {
    width: 700px;
    height: auto;
}
.strengthsArea .header .text{
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    padding: 40px 0 24px;
    line-height: 2.5rem;
}

.strengthsArea .contents .point {
    padding-left: 50px;
}
.strengthsArea .contents .point .pointList {
    display: flex;
    flex-flow: column;
}
.strengthsArea .contents .point .pointList .pointUnit{
    margin-bottom: 40px;
    text-align: left;
}
.strengthsArea .contents .point .pointList .pointUnit:last-child {
    margin-bottom: 0;
}
.strengthsArea .contents .point .pointList .pointUnit h4 {
    color: #3FA9C8;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 24px;
}
.strengthsArea .contents .point .pointList .pointUnit h4:before {
    content: "01";
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%; /* 丸の形 */
    background-color: #3FA9C8; /* 背景色 */
    color: white; /* 文字色 */
    margin-right: 0.5em;
    font-size: 40px;
    font-weight: bold;
}
.strengthsArea .contents .point .pointList .pointUnit:last-child h4:before {
    content: "02";
}

.strengthsArea .contents .point .pointList .pointUnit .pointTextArea {
    display: flex;
    justify-content: space-between;
}
.strengthsArea .contents .point .pointList .pointUnit .pointTextArea {
    display: flex;
    justify-content: space-between;
}
.strengthsArea .contents .point .pointList .pointUnit .pointTextArea .rightImg {
    flex-basis: 38%;
}
.strengthsArea .contents .point .pointList .pointUnit .leftSide {
    flex-basis: 62%;
}
.strengthsArea .contents .point .pointList .pointUnit .leftSide .pointText {
    line-height: 1.5;
    margin-bottom: 40px;
    padding-left: 120px;
}
.strengthsArea .contents .point .pointList .pointUnit .leftSide span {
    background:linear-gradient(transparent 40%, #FEE79D 40%);
}
.strengthsArea .contents .point .pointList .pointUnit .pointTextArea .leftImg {
    width: 360px;
    height: auto;
    margin-left: 120px;
}
.strengthsArea .contents .point .pointList .pointUnit:last-child .pointTextArea .rightImg {
    text-align: center;
}
.strengthsArea .contents .point .pointList .pointUnit:last-child .pointTextArea .rightImg img {
    width: 74%;
}
.strengthsArea .contents .point .pointList .pointUnit:last-child .pointTextArea .leftImg {
    width: 100%;
    margin-left: 0;
}

/* STAGE04 */
#stage04 {width: 1000px;text-align: center;  margin: 60px auto;}
#stage04 img {max-width: 100%;}
#stage04 img.resultContents{width: 100%;}
#stage04 .result{
    margin: 0 auto;
    width: 98%;
    margin: 0px auto 30px;
}
#stage04 img.resutlTitle {width:94%; margin-bottom: 16px;}
#stage04 .result .resultList{
    display: flex;
    flex-wrap: wrap;
}
#stage04 .result .resultList .resultUnit{
    position: relative;
    width: 46%;
    height: auto;
    margin-top: 0.5em;
    margin-right: 8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
#stage04 .result .resultList .bestEver:after {
    content: '';
    position: absolute;
    top: -16px;
    right: -14%;
    width: 94px;
    height: 60px;
    background: url("img/bestEver.svg")no-repeat;
    background-size: contain;
}
#stage04 .result .resultList .overYear:after {
    content: '';
    position: absolute;
    top: 4px;
    right: -14%;
    width: 94px;
    height: 60px;
    background: url("img/overYear.svg")no-repeat;
    background-size: contain;
}
#stage04 .result .resultList .resultUnit:nth-child(even){
    margin-right: 0;
}
#stage04 .result .resultList .resultUnit .schoolName{
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
}
#stage04 .result .resultList .resultUnit .resultData,
#stage04 .result .resultList .resultUnit .resultNumber,
#stage04 .result .resultList .resultUnit .resultYear {
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF,3px 3px 3px rgba(0, 0, 0, 0.40);
}
#stage04 .result .resultList .resultUnit .resultData {
    color: #333;
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    position: relative;
}
#stage04 .result .resultList .resultUnit .resultYear {
    position: absolute;
    top: -10px;
    left: -20px;
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN" ,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#stage04 .result .resultList .resultUnit .resultNumber{
    color: #F21D01;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN" ,sans-serif;
    font-size: 76px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 10px;
    letter-spacing: normal;
}
#stage04 .result .resultList .resultUnit.smallResultWrap{
    align-items: center;
}
#stage04 .result .resultList .resultUnit .resultNumber.smallResult{
    font-size: 60px;
    margin-right: 0;
    letter-spacing: normal;
}
#stage04 .result .resultList .resultUnit.smallResultWrap .resultYear{
    top: -18px;
    left: -10px;
}
#stage04 .result .resultList .resultUnit p.comments {
    flex-basis: 100%;
    width: 100%;
    font-size: 10px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 1em;
    margin-top: -1em;
    overflow-wrap: break-word;
    word-break: auto-phrase;
    line-break: strict; /* 禁則処理を厳格に適用 */
}
#stage04 .result .resultList .resultUnit.smallResultWrap p.comments {
    margin-top: 0;
}
#stage04 .note {
    margin-top: 50px;
    font-size: 14px;
    text-align: right;
}

/* STAGE05 */
#stage05 {width: 1000px; margin: 0 auto;}
.s05Box01 h3 {font-size: 3rem; font-weight: 900; margin-left: 50px;}
.s05Box01 {display: flex; align-items: center;}

/* アコーディオン */
.accordion {margin: 30px auto;max-width: 100%;}
.toggle {display: none;}
.option {position: relative; margin-bottom: 1px; }
.content {-webkit-backface-visibility: hidden;backface-visibility: hidden;transform: translateZ(0);}
.title {-webkit-backface-visibility: hidden;backface-visibility: hidden;transform: translateZ(0);transition: all 0.3s;}

.title {background: #ffc4c6; padding: 1em; text-align: center; display: block; color: #333; font-weight: bold;}
.title::after,
.title::before {content: "";position: absolute;right: 1.25em;top: 1.25em;width: 4px;height: 1em;background-color: #333;transition: all 0.3s;}
.title::after {transform: rotate(90deg);}
.content {max-height: 0; overflow: hidden;}
.content ul {padding: 1em 0; box-sizing: border-box; display: flex; width: 100%; flex-direction: row; justify-content: space-between; flex-wrap: wrap; margin-bottom: -2%;}
.content ul li {width: 49%; border: 1px solid #CCC; margin-bottom: 2%;}

.content p {color: #3fa9c8; margin: 0; padding: 1em 1em; font-size: 0.9em; letter-spacing: 0;}
.content p.msg_pref {color: #333; padding: 1em 1em 0;}
.content p span{color: #333; display:block;}
.toggle:checked + .title + .content {max-height: 9999px; transition: all 1.5s;}
.toggle:checked + .title::before {transform: rotate(90deg) !important;}

.option.mt30 { margin-top: 1em;}
.option.mb30 { margin-bottom: 1em;}

label.title.glaybg {background: #EEE;}

.sakura {background: url("img/bg.jpg")no-repeat; background-size: cover;}

#stage06 {width: 1000px; margin: 0 auto; padding: 50px 0;}
#stage06 ul {display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between;}
#stage06 ul li {width: 49%; background: #FFF; border: 1px solid #CCC; margin-bottom: 2%;}
#stage06 ul li h4 {background: #ffc107; text-align: center; padding: 10px 0; font-weight: 700;}
#stage06 ul li p {font-weight: 700; text-align: left; word-break: auto-phrase; padding: 20px;}
#stage06 ul li p span {color: #d91818;}
#stage06 h3 {margin-bottom: 10px;}
#stage06 div h4 { text-align: center; margin: 0 auto 2%; padding: 10px 0; font-weight: 700; width: 100%;}
.s06Box {font-family: 'Noto Sans JP'; margin-bottom: 30px;}
.s06Box p {display: flex; flex-wrap: wrap; font-size: 5rem; font-weight: 900; color: #d91818; align-items: center; justify-content: flex-end; text-shadow: 3px 3px 3px #fff;}
.s06Box p span {display: block; font-size: 2rem; font-weight: 900; text-align: right; color: #222; margin-right: 30px; line-height: 1.1em;}

@media screen and (max-width: 1279px) {
 /*　================================ for ipad ================================　*/

}
@media screen and (max-width: 1024px) {
 /*　================================ for ipad ================================　*/
 #stage03 ul li::after{
    top: -430px;
    height: 430px;
 }

}
@media screen and (max-width: 480px) {
 /*　================================ for iphone ================================　*/

/* HEAD */
html,body { height: 100%; width: 100%; min-width: 100%; font-size: 14px;}
section.w1080 {width:90%; margin: 0 auto;}
.pagetop{display:none!important;}
.sp{display:inline;}
.pc{display:none!important;}

/* header */
#header-box {border-top: none;}
#header-box h1 img {width: 190px; height: auto;}
.header-inr {text-align: center;}
.header-inr h1 {padding: 5px 0;float: none;}

.headBox {width: 100%; position: fixed; bottom: 0; left: 0; z-index: 999;}

ul.headBtnother {width: 100%; border-top: 1px solid #FFF;}
ul.headBtnother li {width: 50%; margin-left: 0;}
ul.headBtnother li a {position: relative; box-sizing: border-box; border-radius: unset; padding: 15px 0px;}
ul.headBtnother li a i {position: absolute; right: 0; top: 40%;}

/* footer */
footer {padding: 30px 0 0;}
footer a {display: block;}
p.copyrights {margin-top: 30px; padding: 20px 0 90px 0;}

/* 共通 */
.btnField {margin: 20px auto;}
.btnField ul li a {padding: 10px; font-size: 1rem; letter-spacing: 0; cursor: pointer;}
.btnField ul li a i {top: 39%; right: 0;}
.btnField.sp {
    display: block;
}
#amikake {padding: 30px 0;}

/* TEASER */
#tesar {height: 200px;}
#tesar h2 {font-size: 5vw; padding: 50px 0 0 8%;}
#tesar h2 span {font-size: 3vw; letter-spacing: normal; margin-top: 10px;}

/* STAGE01 */
#stage01 {margin-bottom: 30px; margin-bottom: 0;}
#stage01 h3 {font-size: 4.6vw; line-height: 2.2rem; letter-spacing: 0; margin-bottom: 20px; }
#stage01 p {font-size: 1rem;}
#stage01 ul {margin: 30px auto; justify-content: space-between; padding: 0;}
#stage01 ul:after {display:none;}
#stage01 ul li {width: 49%;}
.s01Box {padding: 10px 15px 20px;}
.s01Box h4 {font-size: 1rem; margin-top: 20px;}
.s01Circle h5 {margin-top: unset; padding: 25px 5px; font-size: 0.8rem; color: #FFF; letter-spacing: 0;}
#stage01 .s01Box p {font-size: 0.9rem; letter-spacing: normal;}
#stage01 .s01Box img {
    width: 100%;
    height: 180px;
    max-height: 92px;
    object-fit: contain;
}
/* STAGE02 */
#stage02 {margin-bottom: 48px; padding: 30px 16px;}
#stage02 h3 {font-size: 1rem;font-weight: bold; letter-spacing: normal; line-height: normal;}

/* STAGE03 */
#stage03 {width: 90%; margin-bottom: 0;}
#stage03 ul {margin: 30px auto 0; justify-content: space-between; padding: 0;}
#stage03 ul:after {display:none;}
#stage03 ul li {width: 49%;}
#stage03 ul li::after {
    top: -240px;
    left: 50%;
    width: 140px;
    height: 240px;
}
#stage03 .s01Box p {font-size: 0.9rem;}
#stage03 .s01Box img {
    width: 100%;
    height: 180px;
    max-height: 92px;
    object-fit: contain;
}
#stage03 ul li:last-child .s01Box h4 {
    margin-top: 8px;
}
#stage03 ul li:first-child .s01Box img {
    max-height: 100px;
}

/* マナビスの強み */
.strengthsArea .mainTitle {
    padding: 20px;
}
.strengthsArea .mainTitle h3 {
    font-size: 4.6vw; line-height: 2.2rem; letter-spacing: 0;
}
.strengthsArea .contents {
    width: 100%;
}
.strengthsArea .header {
    margin-bottom: 24px;
}
.strengthsArea .header img {
    width: 90%;
}
.strengthsArea .header .text {
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1.5;
    padding: 0 5%;
    margin: 20px 0 5px;
}
.strengthsArea .contents .point {
    padding: 0 5%;
    margin-bottom: 30px;
}
.strengthsArea .contents .point .pointList .pointUnit:first-child {
    margin-bottom: 24px;
}
.strengthsArea .contents .point .pointList .pointUnit h4 {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 16px;
}
.strengthsArea .contents .point .pointList .pointUnit h4 span {
    width: calc(100% - 65px);
    line-height: 1.5;
}
.strengthsArea .contents .point .pointList .pointUnit h4:before {
    width: 65px;
    height:65px;
    font-size: 30px;
    line-height: 65px;
}
.strengthsArea .contents .point .pointList .pointUnit .pointTextArea {
    flex-direction: column;
}

.strengthsArea .contents .point .pointList .pointUnit .pointTextArea .pointImageList {
    li {
        width: 100%;
        margin-bottom: 40px;
        &:last-child {
            margin-bottom: 0;
        }
    }
    .w80 {
        width: 80%;
        margin: 0 auto 40px;
    }
} 

/* STAGE04 */
/* 合格実績リスト */
#stage04 {width: 92%; margin: 30px auto;}
#stage04 img.resutlTitle {width:94%; margin-bottom: 0;}
#stage04 .result {width: 95%; margin: 20px auto 20px}
#stage04 .result .resultList {flex-wrap: wrap;}
#stage04 .result .resultList .resultUnit {
    position: relative;
    margin-right: 0;
    width: 100%;
}
#stage04 .result .resultList .resultUnit .schoolName {
    font-size: 32px;
}
#stage04 .result .resultList .bestEver:after {
    content: '';
    position: absolute;
    top: 5px;
    left: -5%;
    width: 130px;
    height: 30px;
    background: url("img/bestEverSp.svg")no-repeat;
    background-size: contain;
}
#stage04 .result .resultList .overYear:after {
    content: '';
    position: absolute;
    top: 5px;
    left: -5%;
    width: 130px;
    height: 30px;
    background: url("img/overYearSp.svg")no-repeat;
    background-size: contain;
}
#stage04 .result .resultList .resultUnit .resultNumber {
    font-size: 60px;
    margin-right: 6px;
}
#stage04 .result .resultList .resultUnit .resultNumber.smallResult{
    font-size: 40px;
}
#stage04 .result .resultList .resultUnit.smallResultWrap .resultYear{
    top: -18px;
    left: 5px;
}
#stage04 img.resultContents {
    width: 96%;
}
#stage04 .note {
    margin-top: 30px;
    font-size: 12px;
    text-align: left;
}
#stage04 .note br {
	display: none;
}

#stage05 {width: 90%;}
.s05Box01 {display: flex; flex-direction: row;}
.s05Box01 h3 {font-size: 1.2rem; margin-left: 15px;}
.s05Box01 img {width: 33%;}

.accordion {margin: 20px auto;}
.content ul li {width: 100%;}
.content ul li a.link_tel {color: blue;}

.sakura {background-size: contain;}
#stage06 {width: 90%;}
.s06Box p{display: block; text-align: center; line-height: 5.5rem;}
.s06Box p span {text-align: center; margin-right: 0;    margin-bottom: 20px;}

#stage06 ul li {width: 100%;}
#stage06 img {width: 100%; margin-bottom: 20px;}
a.btn { box-sizing: border-box; width: 100%;}
a.btn i {right: 5px;}

}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.flow {
    font-size: 1.4rem;
    color: #3fa9c8;
    border-radius: 100px;
    margin: 40px auto 56px;
}
.flow h4 {
    color: #222222;
    font-size: 2rem;
    letter-spacing: 0.5rem;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: 30px;
    position: relative;
    padding: 0 .2em .1em .2em;
    z-index: 0;
}
.flow h4:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: -1;
    content: '';
    width: 15%;
    height: 8px;
    background-color: #3fa9c8;
    transform: translateX(-50%);
}

@media screen and (max-width: 480px) {
    #stage06 h3 {
        margin-bottom: 0;
    }
    .flow {
        margin: 0 auto 40px;
    }
    .flow h4 {
        font-size: 4.6vw;
        line-height: 2.2rem;
        letter-spacing: 0.2rem;
    }
    .flow h4:after {
        width: 25%;
    }
    .strengthsArea .contents .point .pointList .pointUnit .leftSide .pointText {
        padding-left: 0;
    }
}