@charset "utf-8";


/*----------------------------------------------------

	home

----------------------------------------------------*/


/* サイドボタン */
.sideBt01 {
	position: fixed;
	top: 50px;
	right: 0;
	width: 1em;
	margin: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 9999;
	line-height: 20px;
}

.sideBt02 {
	position: fixed;
	top: 280px;
	right: 0;
	width: 1em;
	margin: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 9999;
	line-height: 20px;
}

.sideBt01 a:link,
.sideBt02 a:link {
    display: inline-block;
    padding: 15px;
    background: #F6B2B3;
    color: #ffffff;
	text-decoration: none;
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.sideBt01 a:visited,
.sideBt02 a:visited {
	color: #ffffff;
}

.sideBt01 a:hover,
.sideBt02 a:hover {
	color: #FFFF26;
}

.sideBt01 a:active,
.sideBt02 a:active {
	color: #ffffff;
}

/*　max-width: 1025px より小さい幅の時　*/
@media (max-width: 1024px) {
.sideBt01 {
    position: fixed;
    top: 10px;
    right: 0;
    width: 1em;
    margin: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 9999;
    line-height: 20px;
	font-size: 12px;
}

.sideBt02 {
    position: fixed;
    top: 173px;
    right: 0;
    width: 1em;
    margin: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 9999;
    line-height: 20px;
	font-size: 12px;
}

.sideBt01 a:link,
.sideBt02 a:link {
    display: inline-block;
    padding: 7px 2px;
    background: #F6B2B3;
    color: #ffffff;
	text-decoration: none;
}

.sideBt01 a:visited,
.sideBt02 a:visited {
	color: #ffffff;
}

.sideBt01 a:hover,
.sideBt02 a:hover {
	color: #FFFF26;
}

.sideBt01 a:active,
.sideBt02 a:active {
	color: #ffffff;
}
}



/*----------------------------------------------------

	.contents 共通

----------------------------------------------------*/

.mhuSec {
    width: 1000px;
    margin: 0 auto;
}

.mhuSec h2 {
    margin-bottom: 40px;
	text-align: center;
}

/*.mhuSec strong {
    background: linear-gradient(transparent 50%, #FFFF26 50%);
    font-size: 1.5em;
}*/

.secCatch01 {
	margin-bottom: 50px;
    text-align: center;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {

.mhuSec {
    width: 96%;
    margin: 0 auto;
}

.mhuSec h2 {
	margin-bottom: 30px;
}

.mhuSec h2 img {
	width: 100%;
	height: auto;
}

.secCatch01 img {
    width: 100%;
	height: auto;
}

/*.mhuSec strong {
    background: linear-gradient(transparent 50%, #FFFF26 50%);
    font-size: 1em;
}*/

.secCatch01 {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.5;
}
}



.opacity a img {
	-webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
	opacity:1;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
}

.opacity a img:hover {
	opacity:0.7;
}

.moreBt {
}

.moreBt a {
    display: block;
    background: #F6B2B3;
    width: 300px;
    padding: 15px 0;
    border-radius: 10px;
    font-size: 16px;
	text-align: center;
	margin: 0 auto;
}

.moreBt a:link {
    color: #FFFFFF;
    font-weight: bold;
}

.moreBt a:visited {
    color: #FFFFFF;
    font-weight: bold;
}

.moreBt a:hover {
    color: #FFFF26;
    font-weight: bold;
}

.moreBt a:active {
    color: #FFFFFF;
    font-weight: bold;
}

.moreBtL {
}

.moreBtL a {
    display: block;
    background: #F6B2B3;
    width: 600px;
    padding: 15px 0;
    border-radius: 10px;
    font-size: 16px;
	text-align: center;
	margin: 0 auto;
}

.moreBtL a:link {
    color: #FFFFFF;
    font-weight: bold;
}

.moreBtL a:visited {
    color: #FFFFFF;
    font-weight: bold;
}

.moreBtL a:hover {
    color: #FFFF26;
    font-weight: bold;
}

.moreBtL a:active {
    color: #FFFFFF;
    font-weight: bold;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
	.moreBtL a {
		width: 300px;
	}
}



/*----------------------------------------------------

	header

----------------------------------------------------*/
header {
	background-image: url("../img/bg_header.jpg"),url("../../img/main.png");
	background-repeat: repeat-x,no-repeat;
	background-position: top center, bottom center;
}

.mainTitle {
	width: 1160px;
	margin: 0 auto;
	padding: 10px 20px 50px;
}

.mainTxt {
}

.mainInner {
	width: 1150px;
	margin: 0 auto;
	padding: 60px 0 150px 50px;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
header {
	text-align: center;
	background-image: none;
}

header img {
	width: 100%;
	height: auto;
}
}



.mhuSec01 {
	padding: 100px 0 100px;
	text-align: center;
}

.mhuSec01 .mhuSec {
	margin-bottom: 50px;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
.mhuSec01 {
	padding: 50px 0 50px;
}

.mhuSec01 .mhuSec {
	margin-bottom: 30px;
}

.mhuSec01 .onlineImg img {
	width: 100%;
	height: auto;
	}
}



.mhuSec02 {
	padding: 100px 0 80px;
	background: #FAE0E0;
	background-image: url("../img/bg02.png");
	background-repeat: repeat;
}

.mhuSec02 h2 {
	/*margin-bottom: 20px;*/
}

.mhuSec02 .secCatch01 {
	text-align: center;
}

.mhuSec02 .secCatch01 strong {
    /*background: linear-gradient(transparent 60%, #FFFFFF 50%);
    padding: 0.2em;
	font-size: 1.1em;*/
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 20px;
}

.mhuSec02 .logo02 {
	text-align: center;
	margin-bottom: 20px;
}

.mhuSec02 .eightPointList {
	display: flex;
	flex-wrap: wrap;
	margin-right: -40px;
    margin-bottom: 40px;
}

.mhuSec02 .eightPointList li {
	width: 440px;
	margin: 8px 40px 20px 0;
	padding: 20px;
	background: #FFF;
	border-radius: 10px;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
}

.mhuSec02 .eightPointList li .dayIcon {
	position: absolute;
	top:-8px;
	right: 20px;
}

.mhuSec02 .eightPointList li h3 {
	margin-bottom: 10px;
}

.mhuSec02 .subTitleTxt02 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
.mhuSec02 {
	padding: 50px 0 50px;
}

.mhuSec02 h2 {
	/*margin-bottom: 20px;*/
}

.mhuSec02 .secCatch01 strong {
	/*font-size: 1em;*/
    margin-bottom: 30px;
    font-size: 16px;
}

.mhuSec02 .logo02 {
	margin-bottom: 10px;
}

.mhuSec02 .logo02 img {
	width: auto;
	height: 70px;
}

.mhuSec02 .eightPointList {
	display: block;
	flex-wrap: wrap;
	margin-right: 0;
}

.mhuSec02 .eightPointList li {
	width: 90%;
	margin: 0 0 20px 0;
	padding: 32px 5% 20px;
}

.mhuSec02 .eightPointList li .dayIcon {
}

.mhuSec02 .eightPointList li h3 {
}

.mhuSec02 .eightPointList li h3 img {
	width: 100%;
	height: auto;
}
.mhuSec02 .subTitleTxt02 {
    font-size: 16px;
}
}



/*----------------------------------------------------

	.midwifiMamaSec

----------------------------------------------------*/
.midwifiMamaSec {
	padding: 100px 0 80px;
	background-image: url("../img/bg03.png");
	background-repeat: repeat;
}

.midwifiMamaSec .subTitleTxt {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 20px;
}

.midwifiMamaBox {
	margin-bottom: 50px;
	clear: both;
}

.midwifiMamaBox .midwifiMamaImgL {
	width: 400px;
	float: left;
}

.midwifiMamaBox .midwifiMamaTxtR {
	width: 560px;
	float: right;
}

.midwifiMamaBox .midwifiMamaImgR {
	width: 400px;
	float: right;
}

.midwifiMamaBox .midwifiMamaTxtL {
	width: 560px;
	float: left;
}

.midwifiMamaBox .midwifiMamaImgR img,
.midwifiMamaBox .midwifiMamaImgL img {
	box-shadow: 20px 20px 0 #FAE0E0;
}

.midwifiMamaBox .midwifiMamaTxtR p,
.midwifiMamaBox .midwifiMamaTxtL p {
	margin-bottom: 20px;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
.midwifiMamaSec {
	padding: 50px 0 30px;
}

.midwifiMamaSec .subTitleTxt {
    margin-bottom: 30px;
    font-size: 16px;
}

.midwifiMamaBox {
	margin-bottom: 20px;
	clear: both;
}

.midwifiMamaBox .midwifiMamaImgL {
	width: 100%;
	float: none;
	box-shadow: none;
	text-align: center;
	margin-bottom: 40px;
}

.midwifiMamaBox .midwifiMamaTxtR {
	width: 100%;
	float: none;
}

.midwifiMamaBox .midwifiMamaImgR {
	width: 100%;
	float: none;
	box-shadow: none;
	text-align: center;
	margin-bottom: 40px;
}

.midwifiMamaBox .midwifiMamaTxtL {
	width: 100%;
	float: none;
}
	
.midwifiMamaBox .midwifiMamaImgR img,
.midwifiMamaBox .midwifiMamaImgL img {
	width: 90%;
	height: auto;
	box-shadow: 13px 13px 0 #FAE0E0;
}

.midwifiMamaBox .midwifiMamaTxtR p,
.midwifiMamaBox .midwifiMamaTxtL p {
	font-size: 14px;
    line-height: 1.5;
}
}



.mhuSec03 {
	padding: 100px 0 90px;
	background: url("../../img/sec_bg01.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.mhuSec03 h2 {
	text-align: left;
	margin-bottom: 30px;
}

.mhuSec03 .programCheckList {
	margin-bottom: 20px;
}

.mhuSec03 .programCheckList li {
	margin-bottom: 0px;
	padding: 0px 0 10px 40px;
	background-image: url(../../img/icon_check.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 20px;
	font-weight: bold;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
.mhuSec03 {
	padding: 50px 0 50px;
	background: url("../../img/sec_bg01.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;
}

.mhuSec03 h2 {
	margin-bottom: 20px;
}

.mhuSec03 h2 img {
	width: 80%;
	height: auto;
}

.mhuSec03 .porgramList li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

.mhuSec03 .programCheckList li {
	margin-bottom: 0px;
	padding: 0px 0 7px 22px;
	background-image: url(../../img/icon_check.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-size: 16px 16px;
	font-size: 15px;
	font-weight: 700;
}

.mhuSec03 .onlineImg img {
	width: 100%;
	height: auto;
}
}



/*----------------------------------------------------

	.mediaSec

----------------------------------------------------*/
.mediaSec {
	padding: 100px 0 20px;
	background-image: url("../img/bg03.png");
	background-repeat: repeat;
}

.mediaSec .mhuSec {
    margin-bottom: 80px;
}

.mediaSec .subTitleTxt {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 20px;
}

.mediaSec .mediaImg {
    text-align: center;
    margin-bottom: 30px;
}

.mediaSec .mediaImg img {
    border: 1px solid #CCCCCC;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
    .mediaSec {
	    padding: 50px 0 1px;
    }
    
    .mediaSec .mhuSec {
        margin-bottom: 50px;
    }
    
    .mediaSec .subTitleTxt {
        margin-bottom: 30px;
        font-size: 16px;
    }
    
    .mediaSec .mediaImg {
        margin-bottom: 30px;
    }
    
    .mediaSec .mediaImg img {
        width: 100%;
        height: auto;
    }
}



/*----------------------------------------------------

	.recommendSec

----------------------------------------------------*/
.recommendSec {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 90px;
	clear: both;
	background-image: url(../../img/bg_recommend.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
}

.recommendSec h2 {
	margin-bottom: 50px;
    text-align: center;
}

.recommendSec .secTitle02 {
	/*font-family: "Kosugi", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;*/
	font-size: 22px;
	text-align: center;
	line-height: 1.5;
    margin: 0 0 25px 0;
}

.recommendSec .secTitle02 strong {
    background: linear-gradient(transparent 60%, #F9D8D8 50%);
    padding: 0.2em;
}

.recommendSec .subTitleTxt {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 20px;
}

.recommendBlock {
	width: 1100px;
	margin: 0 auto;
}

.recommendBlock ul li {
	background-image: url(../../img/icon_check.png);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	padding-left: 40px;
	
	font-size: 18px;
	font-weight: bold;
	
	margin-bottom: 8px;
	padding-top: 2px;
	
}

.recommendBlock .recommendBox {
	width: 480px;
	float: left;
	padding: 20px;
	background-color:rgba(255,255,255,0.8);
}

.recommendBlock .getBox {
	width: 480px;
	float: right;
	padding: 20px;
	background-color:rgba(255,255,255,0.8);
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
    .recommendSec {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0 50px;
    }

    .recommendSec h2 {
        margin-bottom: 30px;
    }

    .recommendSec h2 img {
        width: 100%;
        height: auto;
    }

    .recommendSec .secTitle02 {
        font-size: 18px;
    }

    .recommendSec .secTitle02 strong {
        font-weight: normal;
    }
    
    .recommendSec .subTitleTxt {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .recommendBlock {
        width: 96%;
        margin: 0 auto;
    }

    .recommendBlock ul li {
        background-image: url(../../img/icon_check.png);
        background-repeat: no-repeat;
        background-position: 1px 0px;
        background-size: 20px 20px;
        padding-left: 25px;

        font-size: 14px;
        font-weight: normal;

        margin-bottom: 4px;
        padding-top: 0px;


    }

    .recommendBlock .recommendBox {
        width: 96%;
        float: none;
        padding: 20px 2%; 
        margin-bottom: 20px;
    }

    .recommendBlock .getBox {
        width: 96%;
        float: none;
        padding: 20px 2%; 
    }
}



/*----------------------------------------------------

	.faqSec

----------------------------------------------------*/
.faqSec {
	padding: 100px 0 100px; 
    /*background-image: url(../img/bg03.png);*/
    background-image: url("../img/bg02.png");
    background-repeat: repeat;
}

.faqSec .subTitleTxt {
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 20px;
}

.faqSec dl {
	border: solid 4px #F4B1B1;
	padding: 20px 40px;
	background: #FFFFFF;
	margin-bottom: 20px;
}

.faqSec dl dt {
	background-image: url("../../img/icon_q.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 28px 28px;
	border-bottom: dotted 1px #F4B1B1;
	padding: 2px 0 20px 38px;
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: bold;
}

.faqSec dl dd {
	margin: 0;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
	.faqSec {
		padding: 50px 0 50px;
	}
    
    .faqSec .subTitleTxt {
        margin-bottom: 30px;
        font-size: 14px;
    }

	.faqSec dl {
		padding: 15px 15px;
	}

	.faqSec dl dt {
		background-image: url("../../img/icon_q.png");
		background-repeat: no-repeat;
		background-position: 0px 4px;
		background-size: 20px 20px;
		border-bottom: dotted 1px #F4B1B1;
		padding: 2px 0 5px 25px;
		margin-bottom: 10px;
		font-size: 14px;
        line-height: 1.7;
	}

	.faqSec dl dd {
		margin: 0;
		font-size: 14px;
		line-height: 1.7;
	}
}



.mhuSec04 {
	padding: 100px 0 20px;
}

.mhuSec04 .subTitleTxt {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 20px;
}

.mhuSec04 .teacherList {
	display: flex;
	flex-wrap: wrap;
	width: 930px;
	margin: 30px auto 50px;
}

.mhuSec04 .teacherList li {
	width: 300px;
	margin: 0 5px 30px;
	text-align: center;
}

.mhuSec04 .teacherList .tName {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 15px;
}

/*.advisor .tName {
	margin-top: 15px;
}*/

.mhuSec04 .teacherList .tName strong {
    background: linear-gradient(transparent 50%, #F9D8D8 50%);
}

.mhuSec04 .teacherList .tKatagakiL {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.mhuSec04 .teacherList .tKatagaki {
	font-size: 14px;
}

.mhuSec04 .teacherList .profileTxt {
	text-align: left;
	font-size: 12px;
	margin-top: 15px;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
.mhuSec04 {
	padding: 50px 0 1px;
}

.mhuSec04 .subTitleTxt {
    margin-bottom: 30px;
    font-size: 16px;
}
	
.mhuSec04 .mhuSec {
	margin-bottom: 20px;
}

.mhuSec04 .teacherList {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 30px auto 10px;
}

.mhuSec04 .teacherList li {
	width: 250px;
	margin: 0 auto;
	text-align: center;
}

.mhuSec04 .teacherList .tName {
	font-size: 14px;
	margin-top: 5px;
}

.advisor .tName {
	margin-top: 15px !important;
}

.mhuSec04 .teacherList .tKatagakiL {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.mhuSec04 .teacherList .tKatagaki {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.advisor .tKatagaki {
	margin-bottom: 15px !important;
}

.mhuSec04 .teacherList .profileTxt {
	margin-top: 0px;
	margin-bottom: 30px;
}
}



.mhuSec05 {
	padding: 100px 0 100px;
	background-image: url("../img/bg02.png");
	background-repeat: repeat;
}

.mhuSec05 .secTitle02 {
	/*margin-bottom: 10px;*/
}

.mhuSec05 .subTitleTxt {
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 20px;
}

.mhuSec05 .voiceCon {
	border-radius: 10px;
	background: #FFFFFF;
	padding: 30px 50px;
	margin-bottom: 50px;
	display: flex;
}

.mhuSec05 .voiceCon div {
	width: 200px;
	margin-right: 30px;
}

.mhuSec05 .voiceCon .voiceName {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.mhuSec05 .voiceCon .voiceName span {
	display: block;
	font-size: 14px;
}

.mhuSec05 .voiceCon .voiceTxt {
	width: 770px;
	margin-top: 20px;
}

.mhuSec05 .voiceCon .voiceTxt strong {
	background: linear-gradient(transparent 50%, #F9D8D8 50%);
	font-size: 20px;
}

.mhuSec05 .voice-interview-Con {
	border-radius: 10px;
	background: #FFFFFF;
	padding: 30px 30px 10px;
	margin-bottom: 50px;
	display: flex;
    justify-content: space-between;
}

.mhuSec05 .voice-interview-Con .voice-interview-img {
    width: 360px;
}

.mhuSec05 .voice-interview-Con .voice-interview-img .voiceName span {
    font-size: 14px;
}

.mhuSec05 .voice-interview-Con .voice-interview-img .voiceName {
    text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.mhuSec05 .voice-interview-Con .voice-interview-txt {
    width: 540px;    
}

.mhuSec05 .voice-interview-Con .voice-interview-txt h3 {
	font-size: 20px;
    margin-bottom: 10px;
}

.mhuSec05 .voice-interview-Con .voice-interview-txt h3 strong {
    background: linear-gradient(transparent 50%, #F9D8D8 50%);
}

.mhuSec05 .voice-interview-Con .voice-interview-txt dl {
}

.mhuSec05 .voice-interview-Con .voice-interview-txt dl dt {
    font-weight: bold;
    margin-bottom: 5px;
}

.mhuSec05 .voice-interview-Con .voice-interview-txt dl dd {
    margin-bottom: 20px;
}



/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
    .mhuSec05 {
        padding: 50px 0 50px;
    }

    .mhuSec05 .secTitle02 {
    }

    .mhuSec05 .subTitleTxt {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .mhuSec05 .voiceCon {
        padding: 20px 20px;
        margin-bottom: 30px;
        display: block;
    }

    .mhuSec05 .voiceCon div {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .mhuSec05 .voiceCon .voiceName {
        font-size: 16px;
    }

    .mhuSec05 .voiceCon .voiceName span {
        font-size: 12px;
    }

    .mhuSec05 .voiceCon .voiceTxt {
        width: 100%;
        margin-top: 0;
        font-size: 14px;
        line-height: 1.5;
    }

    .mhuSec05 .voiceCon .voiceTxt strong {
        font-size: 16px;
    }
    
    .mhuSec05 .voice-interview-Con {
        padding: 20px 20px 1px;
        margin-bottom: 30px;
        display: block;
    }

    .mhuSec05 .voice-interview-Con .voice-interview-img {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
    }
    
    .mhuSec05 .voice-interview-Con .voice-interview-img img {
        width: 80%;
        height: auto;
    }

    .mhuSec05 .voice-interview-Con .voice-interview-img .voiceName {
        font-size: 16px;
    }
    
    .mhuSec05 .voice-interview-Con .voice-interview-img .voiceName span {
        font-size: 12px;
    }

    .mhuSec05 .voice-interview-Con .voice-interview-txt {
        width: 100%;
        margin-top: 0;
        font-size: 14px;
        line-height: 1.5;   
    }

    .mhuSec05 .voice-interview-Con .voice-interview-txt h3 {
        font-size: 16px;
    }

    .mhuSec05 .voice-interview-Con .voice-interview-txt h3 strong {
    }

    .mhuSec05 .voice-interview-Con .voice-interview-txt dl {
    }

    .mhuSec05 .voice-interview-Con .voice-interview-txt dl dt {
    }

    .mhuSec05 .voice-interview-Con .voice-interview-txt dl dd {
    }
}



.mhuSec06 {
	padding: 100px 0 10px;
}

.classDay {
	/*display: flex;
	margin-right: -30px;
	margin-bottom: 80px;
	flex-wrap: wrap;*/
    margin-bottom: 80px;
}

.classDayBox {
	/*width: 479px;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: center;
	border: 3px solid #F4B1B1;*/
    width: 994px;
    text-align: center;
    border: 3px solid #F4B1B1;
    margin-bottom: 20px;
}

.classDayBox h3 {
	font-size: 30px;
	background: #F4B1B1;
	color: #FFFFFF;
}

.classDayBox p {
	padding: 30px 0;
}

.classDay .classDayNote {
    font-size: 20px;
    text-align: center;
}

.classDay .classDayNote strong {
    background: linear-gradient(transparent 50%, #F9D8D8 50%);
}

.advisor .advisorBox {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.advisor .advisorBox .advImg {
	width: 200px;
	margin-right: 30px;
}

.advisor .advisorBox .advTxt {
	width: 770px;
	margin-top: 15px;
}

.advisor .advisorBox .advTxt .tName {
	font-size: 18px;
}

.advisor .advisorBox .advTxt .tName strong {
    background: linear-gradient(transparent 50%, #F9D8D8 50%);
}

.advisor .advisorBox .advTxt .tKatagaki {
	font-size: 16px;
}

.advisor .advisorBox .advTxt .profileTxt {
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
.mhuSec06 {
	padding: 50px 0 1px;
}

.classDay {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

.classDayBox {
	width: auto;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}

.classDayBox h3 {
	font-size: 20px;
}

.classDayBox p {
	padding: 20px 10px;
}

.classDayBox p img {
	width: 90%;
	height: auto;
}
	
.advisor .advisorBox {
	display: block;
	margin-bottom: 40px;
}

.advisor .advisorBox .advImg {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}
	
.advisor .advisorBox .advImg img {
}

.advisor .advisorBox .advTxt {
	width: 100%;
	margin-top: 20px;
}

.advisor .advisorBox .advTxt .tName {
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px;
}

.advisor .advisorBox .advTxt .tName strong {
    background: linear-gradient(transparent 50%, #F9D8D8 50%);
}

.advisor .advisorBox .advTxt .tKatagaki {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.advisor .advisorBox .advTxt .profileTxt {
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
}
}



.mhuSec07 {
	padding: 100px 0 100px;
	background-image: url("../img/bg02.png");
	background-repeat: repeat;
}

.mhuSec07 .logo02 {
	text-align: center;
	margin-bottom: 20px;
}

/*.mhuSec07 .secTitle02 {
	margin-bottom: 10px;
}

.mhuSec07 .subTitleTxt {
	text-align: center;
	margin-bottom: 50px;
}*/

.mhuSec07 .subTitleTxt {
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 20px;
}

.mhuSec07 .bosyuTxt {
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}

.bosyu {
	background: #FFFFFF;
	padding: 50px 20px 20px;
	width: 810px;
	margin: 0 auto;
	box-shadow: 0 0 15px #cccccc;
	text-align: center;
	position: relative;
	
	/*background: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 20px 10px;*/
}

.bosyu .bosyuIcon {
	position: absolute;
	top: -17px;
	right: -19px;
}

.bosyuBox {
	width: 444px;
	margin: 0 15px 30px;
	text-align: center;
	border: 3px solid #F4B1B1;
}

.bosyuBox h3 {
	font-size: 30px;
	background: #F4B1B1;
	color: #FFFFFF;
}

.bosyuBox p {
	padding: 30px 0;
	font-size: 24px;
	font-weight: bold;
}

.bosyuBox p span {
	font-size: 18px;
}

.bosyuNote {
	width: 930px;
	margin: 0 auto 20px;
}

.bosyuNote strong {
	font-size: 18px;
    background: linear-gradient(transparent 50%, #F9D8D8 50%);
}

.bosyu .bosyu-price-box {
	width: 850px;
	margin: 0 auto;
	position: relative;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
.mhuSec07 {
	padding: 50px 0 50px;
}

.mhuSec07 .logo02 {
	margin-bottom: 10px;
}

.mhuSec07 .logo02 img {
	width: auto;
	height: 70px;
}
	
/*.mhuSec07 .secTitle02 {
}

.mhuSec07 .subTitleTxt {
	margin-bottom: 30px;
}*/

.mhuSec07 .subTitleTxt {
    margin-bottom: 30px;
    font-size: 16px;
}

.mhuSec07 .bosyuTxt {
	font-size: 22px;
}

.bosyu {
	background: #FFFFFF;
	padding: 50px 20px 20px;
	width: 85%;
	margin: 0 auto;
	box-shadow: 0 0 15px #cccccc;
	text-align: center;
	position: relative;
}

.bosyu .bosyuIcon {
	position: absolute;
	top: -11px;
	right: -12px;
	width: 100px;
	height: auto;
}

.bosyu .bosyuIcon img {
	width: 100px;
	height: auto;
}
	
.bosyu .sp img {
	width: 100%;
	height: auto;
}

.bosyuBox h3 {
	font-size: 20px;
}

.bosyuBox p {
	padding: 30px 0;
	font-size: 18px;
}

.bosyuBox p span {
	font-size: 14px;
}

.bosyuNote {
	width: 100%;
	margin: 0 auto 20px;
	font-size: 14px;
	line-height: 1.7;
}

.bosyuNote strong {
	font-size: 16px;
    background: linear-gradient(transparent 50%, #F9D8D8 50%);
}

.bosyu .bosyu-price-box {
	width: 100%;
}
	
.bosyu .bosyu-price-box .sp img {
	width: 100%;
	height: auto;
}
}





.mhuSec08 {
	padding: 100px 0 100px;
}

.mhuSec08 .subTitleTxt {
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 20px;
}

.mhuSec08 table {
	border: solid 2px #F4B1B1;
	border-collapse: collapse;
	/*margin-bottom: 50px;*/
}

.mhuSec08 table td {
    padding: 13px 0px;
}

.mhuSec08 table th {
	text-align: center;
	background-color: #F4B1B1;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 2px #EF9A9A;
	border-collapse: collapse;
}

.mhuSec08 table td {
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	border: solid 2px #EF9A9A;
	border-collapse: collapse;
}

.mhuSec08 h3 {
    font-size: 20px;
    font-weight: 600;
	text-align:  center;
	color: #4B4847;
	margin-bottom: 20px;
	border-top: solid 1px #4B4847;
	border-bottom: solid 1px #4B4847;
	padding:  15px 0;
}

.mhuSec08 .contactBt {
	text-align: center;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
.mhuSec08 {
	padding: 50px 0 50px;
}
    
.mhuSec08 .subTitleTxt {
    margin-bottom: 30px;
    font-size: 16px;
}

.mhuSec08 table {
	/*margin-bottom: 30px;*/
}

.mhuSec08 table th {
	padding: 13px 0;
	font-size: 14px;
}

.mhuSec08 table td {
	font-size: 14px;
}

.mhuSec08 h3 {
    font-size: 18px;
}

.mhuSec08 .contactBt {
}

.mhuSec08 .contactBt img {
	width: 100%;
	height: auto;
}
}



.mhuSec09 {
	padding: 100px 0 100px;
	background-image: url("../img/bg02.png");
	background-repeat: repeat;
}

.mhuSec09 .subTitleTxt {
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 20px;
}

.mhuSec09 .secCatch01 {
	text-align: center;
}

.mhuSec09 .instaBox {
	margin-bottom: 20px;
}

.mhuSec09 .instaBt {
	text-align: center;	
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
.mhuSec09 {
	padding: 50px 0 50px;
}
    
.mhuSec09 .subTitleTxt {
    margin-bottom: 30px;
    font-size: 16px;
}
	
.mhuSec09 .secCatch01 {
}

.mhuSec09 .instaBox {
}

.mhuSec09 .instaBt {	
}

.mhuSec09 .instaBt img {
	width: 100%;
	height: auto;
}
}



.mhuSec10 {
	padding: 100px 0 100px;
	background: url("../../img/bg_counselor.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.mhuSec10 .mhuSec10Inner {
	width: 940px;
	padding: 30px;
	background-color: rgba(255,255,255,0.85);
}

.mhuSec10 .mhuSec10Inner h2 {
	text-align: left;
	margin-bottom: 20px;
}

.mhuSec10 .mhuSec10Inner table {
	margin: 20px 0 0;
}

.mhuSec10 .mhuSec10Inner table .trTitle {
	text-align: center;
}

.mhuSec10 .mhuSec10Inner table .tr01,
.mhuSec10 .mhuSec10Inner table .tr03 {
	background: #FBE6E6;
}

.mhuSec10 .mhuSec10Inner table .tr02 {
	background: #FDF5F5;
}

.mhuSec10 .mhuSec10Inner table .trTitle td {
	font-size: 16px;
	vertical-align: middle;
	background: #F6B2B3;
	color: #FFFFFF;
	font-weight: bold;
}

.mhuSec10 .mhuSec10Inner table .td01 {
	width: 30%;
}

.mhuSec10 .mhuSec10Inner table .td02 {
	width: 70%;
}

/*.mhuSec10 .mhuSec10Inner table .td03 {
	width: 40%;
}*/

.mhuSec10 .mhuSec10Inner table th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 8px;
}

.mhuSec10 .mhuSec10Inner table th .lv-star {
	font-size: 14px;
}

.mhuSec10 .mhuSec10Inner table th h3 {
	font-size: 20px;
}

.mhuSec10 .mhuSec10Inner table td {
	font-size: 14px;
	vertical-align: top;
	padding: 8px;
}

.mhuSec10 .mhuSec10Inner table td h4 {
	font-size: 16px;
}

.mhuSec10 .mhuSec10Inner table td ul li {
	list-style: disc;
	margin-left: 1.5em;
}

.mhuSec10 .mhuSec10Inner table td ol {
	border-bottom: 1px dotted #666666;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.mhuSec10 .mhuSec10Inner table td ol:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.mhuSec10 .mhuSec10Inner table td ol li {
	list-style: decimal;
	margin-left: 1.2em;
}

.mhuSec10 .counselorFlow {
	text-align: center;
}

/*.mhuSec10 dl {
	margin: 25px 0 30px;
	width: 580px;
	border-top: 1px solid #000000;
}

.mhuSec10 dl dt {
	width: 17%;
	float: left;
	padding: 5px 0 5px 3%;
}

.mhuSec10 dl dd {
	width: 75%;
	border-bottom: 1px solid #000000;
	padding: 5px 0 5px 25%;
}

.mhuSec10 dl dd ol li{
	list-style: decimal;
	margin-left: 1.2em;
}*/

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
.mhuSec10 {
	padding: 50px 0 50px;
}

.mhuSec10 .mhuSec10Inner {
	width: 92%;
	padding: 4%;
}

.mhuSec10 .mhuSec10Inner h2 {
	margin-bottom: 20px;
}

.mhuSec10 .mhuSec10Inner h2 img {
	width: 100%;
	height: auto;
}
	
.mhuSec10 .mhuSec10Inner p {	
	font-size: 14px;
	line-height: 1.5;
}
	
.mhuSec10 .mhuSec10Inner table th h3 {
	font-size: 14px;
}

.mhuSec10 .mhuSec10Inner table td h4 {
	font-size: 14px;
}

.mhuSec10 .mhuSec10Inner table td ol li {
	margin-left: 1.5em;
}

/*.mhuSec10 dl {
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
}

.mhuSec10 dl dt {
	width: 97%;
	float: none;
	padding: 5px 0 0 3%;
}

.mhuSec10 dl dd {
	width: 97%;
	padding: 0 0 5px 3%;
}

.mhuSec10 dl dd ol li{
}*/

.mhuSec10 .counselorFlow img {
	width: 100%;
	height: auto;
}
}



.mhuSec11 {
	padding: 100px 0 60px;
}

.mhuSec11 .subTitleTxt {
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 20px;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
    .mhuSec11 {
        padding: 50px 0 10px;
    }
    .mhuSec11 .subTitleTxt {
        margin-bottom: 30px;
        font-size: 16px;
    }
}






/*----------------------------------------------------

	.certificationSec

----------------------------------------------------*/
.certificationSec {
	padding: 100px 0 100px;
    background-image: url(../img/bg03.png);
    background-repeat: repeat;
}

.certificationSec .subTitleTxt {
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 20px;
}

.certificationSec .licenseImg {
	margin-bottom: 50px;
}

.certificationBox {
	border: solid 4px #F4B1B1;
    padding: 20px 40px 25px;
    background: #FFFFFF;
	margin-top: 20px;
    margin-bottom: 20px;
}

.certificationBox h3 {
	border-bottom: dotted 1px #F4B1B1;
	color: #F4B1B1;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
	line-height: 1.2;
}

.certificationBox h3 span {
	display: block;
	font-size: 16px;
	color: #333;
}

.certificationBox ul {
}

.certificationBox ul li {
	list-style: disc;
	margin-left: 1.5em;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
	.certificationSec {
		padding: 50px 0 1px;
	}
    
    .certificationSec .subTitleTxt {
        margin-bottom: 30px;
        font-size: 16px;
    }
	
	.certificationSec p {
		font-size: 14px;
	}
	
	.certificationSec .licenseImg img{
		width: 100%;
		height: auto;
	}
	
	.certificationBox {
	}

	.certificationBox h3 {
		font-size: 18px;
		line-height: 1.5;
	}

	.certificationBox h3 span {
		font-size: 14px;
	}

	.certificationBox ul {
	}

	.certificationBox ul li {
		font-size: 14px;
	}
}



/* YouTube 埋め込み */
.youtubeBox {
    position: relative;
    width: 70%;
    padding-top: 39.375%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}

.youtubeBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*　max-width: 813px より小さい幅の時　*/
@media (max-width: 812px) {
    .youtubeBox {
        margin-bottom: 50px;
        width: 100%;
        padding-top: 56.25%;
    }
}







