body {
    color: #0A0E0D;
    font-family: 'Noto Serif JP', serif;
}
.Noto_Sans {
    font-family: 'Noto Sans JP', sans-serif;
}

.sitewrap {
	width: 1000px;
	min-width:1000px;
	overflow:hidden;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.overwrap {
	width: 100%;
	overflow:hidden;
}
.overwrap .sitewrap {
	overflow:visible;
}
p {
    margin: 0;
}
@media screen and (max-width:1100px) {
	body,
	.sitewrap {
		width: 100%;
		min-width:0;
	}	
	.sitewrap > *{
		padding-left:2%;
		padding-right:2%;
	}
}

@media screen and (max-width:767px) {
	html {
		font-size:14px;
	}
	.sitewrap > *{
		padding-left:15px;
		padding-right:15px;
	}
}

.home {
    position: relative;
}

.fixed-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    padding: 10px 20px;
    width: 200px;
    color: #fff;
    font-size: 16px;
    background-color: #00B900;
    text-decoration: none;
    border-radius: 10px;
    transition: .3s;
}
@media screen and (max-width:768px) {
    .fixed-btn {
        bottom: 0;
        right: 0;
        padding: 5px 0;
        width: 100%;
        text-align: center;
        border-radius: 0;
        font-size: 14px;
    }
}

.fixed-btn:hover{
    transform: translateY(-5px);
    transition: .5s;
}

/* header
------------------------------------------------------*/
header .top_text {
    text-align: center;
    font-size: 32px;
    height: 100px;
    margin: 0;
    line-height: 100px;
}
header .top_text span {
    position: relative;
    z-index: 5;
}
header .top_text span::before {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/img1.png);
    width: 44px;
    height: 64px;
    right: 104%;
    top: 0px;
}
header .top_text span::after {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/img2.png);
    width: 44px;
    height: 64px;
    left: 104%;
    top: 0;
}


/* main_visual
------------------------------------------------------*/
.main_visual {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100vh;
    background: url(../img/bg01.jpg) no-repeat;
    background-size: cover;
    background-position: right 0%;
}
.main_visual .visual_inner {
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 5%;
    max-width: 733px;
}
.main_visual .fukidashi_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_visual .visual_txt {
    color: #F54335;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    margin: -50px 0 16px 0;
}
.main_visual .visual_txt span {
    font-size: 64px;
    font-weight: bold;
}
.main_visual .circle_wrap {
    display: flex;
    justify-content: center;
}
.main_visual .circle_wrap .pic {
    max-width: 191px;
    margin-right: 13px;
}
.main_visual .circle_wrap .pic:nth-of-type(2) {
    margin-left: 13px;
    margin-right: 0px;
}
.main_visual .pic img {
    width: 100%;
}

@media screen and (max-width:1200px) {
    .main_visual .visual_inner {
        top: 5%;
        left: 0%;
    }
}

/* section_01
------------------------------------------------------*/
.section_01 {
    width: 100%;
    background: url(../img/bg07.jpg) no-repeat center;
    background-size: cover;
    padding: 79px 0px 61px 0px;
}
.section_01 .sitewrap {
    position: relative;
    z-index: 5;
}
.section_01  .abslute.pic_01 {
    position: absolute;
    z-index: 5;
    top: 0%;
    left: -5%;
    transform: rotate(-15deg);
    max-width: 200px;
    width: 19%;
} 
.section_01  .abslute.pic_02 {
    position: absolute;
    z-index: 5;
    bottom: 25%;
    right: -10%;
    transform: rotate(-15deg);
    max-width: 229px;
    width: 22%;
} 
.section_01  .abslute.pic_03 {
    position: absolute;
    z-index: 5;
    top: 11%;
    right: -5%;
    transform: rotate(15deg);
    max-width: 225px;
    width: 22%;
} 
.section_01  .abslute.pic_04 {
    position: absolute;
    z-index: 5;
    bottom: 27%;
    left: -9%;
    transform: rotate(15deg);
    max-width: 292px;
    width: 27%;
} 
.section_01  .abslute img {
    width: 100%;
    height: 100%;
}

.section_01 p {
    font-size: 24px;
    line-height: 36px;
    margin: 0px 0 40px 0;
}
.section_01 p:nth-of-type(1) {
    text-align: center;
    padding-left: 50px;
} 
.section_01 p:nth-of-type(2) {
    text-align: center;
    padding-left: 50px;
}
.section_01 p:nth-of-type(3) {
    text-align: left;
    padding-left: 60px;
}
.section_01 p span {
    background-color: rgb(255, 255, 255);
    padding: 8px;
}
.section_01 p span.red {
    color: #D55257;
    font-size: 40px;
    background-color: #fff;
}
.section_01 p.white_back {
    width: 100%;
    background-color: #fff;
    max-width: 549px;
    margin: 0 auto 27px auto;
    line-height: 60px;
    text-align: center;
}
.section_01 .dog_hands {
    max-width: 16px;
    height: 111;
    margin: 0 auto 42px auto;
}
.section_01 .midashi {
    position: relative;
    z-index: 5;
    text-align: center;
    font-size: 36px;
    line-height: 54px;
    font-weight: 400;
}
.section_01 .midashi::before {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/line.png);
    background-size: contain;
    max-width: 549px;
    width: 55%;
    height: 12px;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
.section_01 .midashi::after {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/line.png);
    background-size: contain;
    max-width: 549px;
    width: 55%;
    height: 12px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width:1000px) {
    .section_01 .abslute.pic_02 {
        right: 0%;
    }
    .section_01  .abslute.pic_03 {
        top: 11%;
        right: -13%;
    } 
    .section_01  .abslute.pic_04 {
        bottom: 22%;
        left: -5%;
    } 
}


/* section_02 (cost_wrap)
------------------------------------------------------*/
.cost_wrap {
    width: 100%;
    background-color: #F54335;
    padding: 202px 0;
}
.cost_wrap .details_wrap {
    background-color: #fff;
    padding: 59px 103px 45px 103px;
    box-sizing: border-box;
    border-radius: 10px;
}
.cost_wrap .details_wrap .flex_box {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}
.cost_wrap .details_wrap .flex_box .text .title {
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.cost_wrap .details_wrap .flex_box .text p {
    margin: 0;
    text-align: center;
    font-size: 20px;
}
.cost_wrap .details_wrap .flex_box .text p.cost {
    font-size: 40px;
    margin: 0;
}
.cost_wrap .details_wrap .flex_box .text p.cost span {
    font-size: 96px;
    color: #F54335;
    font-weight: 700;
}
.cost_wrap .details_wrap .flex_box .text p.cost rt {
    font-size: 16px;
}
.cost_wrap .btn_purchase {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 105px;
    background: linear-gradient(0deg, rgba(29,112,63,1) 0%, rgba(91,174,50,1) 100%);
    display: block;
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 105px;
    text-decoration: none;
    margin-bottom: 87px;
}
.cost_wrap .btn_purchase::before {
    position: absolute;
    z-index: 5;
    content: "";
    border-left: 7px solid #fff;
    border-bottom: 7px solid #fff;
    top: 41px;
    left: 50%;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    transform: rotate(-135deg);
	transition: transform 0.4s;
}
.cost_wrap .btn_purchase:hover.btn_purchase::before,
.cost_wrap .btn_course:hover.btn_course::before {
    transform: translateX(10px) rotate(-135deg);
}
.cost_wrap .btn_purchase::after {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/img19.jpg) no-repeat;
    max-width: 107px;
    height: 223px;
    width: 14%;
    bottom: 0;
    right: 15px;
    background-size: contain;
}
.cost_wrap .communication_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.cost_wrap .communication_wrap .each {
    max-width: 174px;
    width: 25%;
}
.cost_wrap .communication_wrap .each  img {
    width: 100%;
    height: 100%;
}
.cost_wrap .btn_course {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 105px;
    background-color: #FF914C;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 105px;
    text-decoration: none;
}
.cost_wrap .btn_course::before {
    position: absolute;
    z-index: 5;
    content: "";
    border-left: 7px solid #fff;
    border-bottom: 7px solid #fff;
    top: 41px;
    left: 67%;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    transform: rotate(-135deg);
    transition: transform 0.4s;
}

@media screen and (max-width:1030px) {
    .cost_wrap .details_wrap {
        padding: 59px 50px 45px 50px;
    }
}

/* section_03
------------------------------------------------------*/
.section_03 {
    width: 100%;
    background: url(../img/bg02.jpg) no-repeat center;
    background-size: cover;
    padding-top: 63px;
    padding-bottom: 73px;
}
.section_03 .title {
    position: relative;
    z-index: 5;
    margin: 0;
    font-size: 64px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
}
.section_03 .title::before {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/wave_line.png);
    background-size: contain;
    width: 800px;
    height: 10px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.section_03 .title span {
    color: #15AAA6;
}
.section_03 .text {
    max-width: 689px;
    width: 60%;
    margin-right: -11%;
    margin-left: auto;
}
.section_03 .text p {
    position: relative;
    z-index: 5;
    font-size: 24px;
    color: #fff;
    padding-left: 63px;
}
.section_03 .text p:nth-of-type(1),
.section_03 .text p:nth-of-type(3) {
    margin-bottom: 48px;
}
.section_03 .text p:nth-of-type(2) {
    margin-bottom: 31px;
}
.section_03 .text p::before {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/check.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    right: 100%;
    left: 0;
    margin: auto;
}

@media screen and (max-width:1200px) {
    .section_03 .text {
        width: 55%;
        margin-right: 0%;
    }
}


/* section_04
------------------------------------------------------*/
.section_04 {
    padding-top: 152px;
    padding-bottom: 70px;
}
.section_04 .title {
    position: relative;
    z-index: 5;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    background-color: #D55257;
    padding: 20px 0px;
    text-align: center;
    margin: 0 0 36px 0;
} 
.section_04 .title::before {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/animal_cat.png);
    background-size: contain;
    max-width: 116px;
    height: 100px;
    top: -100px;
    right: 0%;
    left: -13%;
    margin: auto;
}  
.section_04 .title::after {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/animal_dog.png);
    background-size: contain;
    max-width: 155px;
    height: 115px;
    top: -100px;
    right: -15%;
    left: 0;
    margin: auto;
}
.section_04 .flex_box {
    display: flex;
    justify-content: center;
}
.section_04 .flex_box .text {
    width: 50%;
    margin-right: 46px;
    line-height: 33px;
}
.section_04 .flex_box .text p span {
    font-size: 20px;
    text-decoration: underline;
    text-decoration-color: #D55257;
}

.section_04 .flex_box .text p:first-child {
    margin-bottom: 40px;
}
.section_04 .flex_box .pic {
    width: 40%;
    height: 100%;
}
.section_04 .flex_box .pic img {
    width: 100%;
    height: 100%;
}

/* section_05
------------------------------------------------------*/
.section_05 {
    position: relative;
    z-index: 5;
    width: 100%;
    background: url(../img/bg03.jpg) no-repeat center;
    background-size: cover;
    height: 871px;
}
.section_05 h2 {
    position: absolute;
    z-index: 5;
    right: 15%;
    top: 14.5%;
    max-width: 550px;
    width: 65%;
}
.section_05 h2 img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width:1000px) {
    .section_05 {
        background-position: 40% 0;
    }
}
@media screen and (max-width:1200px) {
    .section_05 h2 {
        right: 0%;
        top: 14.5%;
        width: 55%;
    }
}
/* section_06
------------------------------------------------------*/
.section_06 .child_01 {
    padding-top: 67px;
    padding-bottom: 8px;
}
.section_06 .child_01 .sns {
    max-width: 864px;
    width: 80%;
    margin: 0 auto;
}
.section_06 .child_01 .sns img {
    width: 100%;
    height: 100%;
}
.section_06 .child_02 {
    position: relative;
    z-index: 5;
    width: 100%;
    background: url(../img/bg04.png) no-repeat center;
    background-size: cover;
    padding-top: 76px;
    padding-bottom: 174px;
}
.section_06 .child_02 p.midashi_sub {
    font-size: 32px;
    color: #EEEB52;
    text-align: center;
    margin: 0 0 30px 0;
}
.section_06 .child_02 p.midashi_sub span {
    background-color: #0A0E0D;
    padding: 8px;
}
.section_06 .child_02 .midashi {
    text-align: center;
    margin: 0 0 118px 0;
}
.section_06 .child_02 .voice_wrap {
    margin: 0 auto 41px auto;
    background-color: #fff;
    padding: 40px 41px 40px 59px;
    box-sizing: border-box;
    font-size: 20px;
}
.section_06 .voice_wrap p {
    position: relative;
    z-index: 5;
    padding-left: 18px;
    margin: 0;
    line-height: 30px;
}
.section_06 .voice_wrap p::before {
    position: absolute;
    z-index: 5;
    content: "";
    width: 10px;
    height: 90px;
    background-color: #D55257;
    right: 100%;
    left: 0;
    margin: auto;
}
.section_06 .voice_wrap p.line_two::before {
    height: 60px;
}
.section_06 .voice_wrap p.line_three::before {
    height: 120px;
}
.section_06 .child_02 .abslute {
    position: absolute;
    z-index: 5;
}
.section_06 .child_02 .abslute img {
    width: 100%;
    height: 100%;
}
.section_06 .child_02 .abslute.pic_01 {
    top: -1.2%;
    left: 0;
    width: 825px;
    height: 70px;
}
.section_06 .child_02 .abslute.pic_02 {
    top: 15%;
    right: 0;
    width: 825px;
    height: 70px;
}
.section_06 .child_02 .abslute.pic_03 {
    top: 6%;
    left: 7%;
    width: 300px;
}
.section_06 .child_02 .abslute.pic_04 {
    top: 0%;
    right: 5%;
    width: 300px;
}

@media screen and (max-width:1100px) {
    .section_06 .child_02 .abslute.pic_01 {
        left: 0;
        width: 60%;
    }
    .section_06 .child_02 .abslute.pic_02 {
        right: 0;
        width: 60%;
    }
    .section_06 .child_02 .abslute.pic_03 {
        left: -5%;
    }
    .section_06 .child_02 .abslute.pic_04 {
        right: 0%;
    }
}

/* section_07
------------------------------------------------------*/
/*child_01*/
.section_07 .child_01 {
    width: 100%;
    background: url(../img/bg05.jpg) no-repeat center;
    background-size: cover;
    padding-top: 39px;
    padding-bottom: 79px;
}
.section_07 .child_01 .flex_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.section_07 .child_01 .flex_box .pic {
    max-width: 494px;
    width: 52%;
}
.section_07 .child_01 .flex_box .pic img {
    width: 100%;
    height: 100%;
}
.section_07 .child_01 .title {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 72px;
}
.section_07 .child_01 .title span {
    background-color: #fff;
    padding: 8px;
}
.section_07 .child_01 .title span.red {
    font-size: 64px;
    color: #D55257;
    background-color:transparent;
}
.section_07 .child_01 p.back_white {
    font-size: 48px;
    font-weight: 400;
    display: inline;
    background-color: #fff;
    padding: 10px 10px;
    line-height: 72px;
}

/*child_02*/
.section_07 .child_02 {
    width: 100%;
    background: url(../img/bg06.jpg) no-repeat center;
    background-size: cover;
    padding-top: 221px;
    padding-bottom: 65px;
}
.section_07 .child_02 .voice_wrap {
    position: relative;
    z-index: 5;
    width: 100%;
    background-color: #fff;
    padding: 209px 87px 82px 87px;
    margin-bottom: 195px;
    border-radius: 15px;
    box-sizing: border-box;
    font-size: 20px;
}

.section_07 .child_02 .voice_wrap p {
    margin-top: 20px;
}
.section_07 .child_02 .voice_wrap:last-child {
	margin-bottom: 0;
}
.section_07 .child_02 .voice_wrap .title {
    position: relative;
    z-index: 5;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 44px;
}
.section_07 .child_02 .voice_wrap .title::before {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/line2.png) no-repeat;
    width: 651px;
    height: 11px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.section_07 .child_02 .voice_wrap p.marg_btm {
    margin-bottom: 45px;
}
.section_07 .child_02 .voice_wrap .pic {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    top: -78px;
    margin: auto;
    max-width: 514px;
    width: 52%;
}
.section_07 .child_02 .voice_wrap .pic img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1050px) {
    .section_07 .child_01 .flex_box .pic {
        width: 45%;
    }
}



/* section_09
------------------------------------------------------*/
.section_09 {
    width: 100%;
    background-color: #FFF2F1;
    /*padding: 88px 149px 87px 150px;*/
    padding: 88px 0px 87px 0px;
    box-sizing: border-box;
}
.section_09 .profile_box {
    position: relative;
    z-index: 5;
    width: 1067px;
    background-color: #fff;
    margin: 0 auto;
    padding: 55px 34px 84px 35px;
    box-sizing: border-box;
    border-radius: 0px 60px 0px 60px;
}
.section_09 .profile_box::before {
	position: absolute;
	z-index: 5;
	content: "";
	background: url(../img/cat_01.jpg);
	background-size: contain;
	width: 141px;
	height: 171px;
	top: 14px;
	right: 34px;
}
.section_09 .profile_box .profile_title {
    max-width: 224px;
    height: 94px;
    width: 21%;
    margin: 0 auto 40px auto;
}
.section_09 .profile_box .profile_title img {
    width: 100%;
}
.section_09 .profile_box .flex_box {
    display: flex;
    justify-content: space-between;
}
.section_09 .profile_box .flex_box .pic {
    max-width: 335px;
    width: 38%;
    height: 100%;
}
.section_09 .profile_box .flex_box .pic img {
    width: 100%;
    height: 100%;
}
.section_09 .profile_box .flex_box .text {
    width: calc(100% - 38%);
}
.section_09 .profile_box .flex_box .text p {
	font-size: 20px;
	line-height: 40px;
	margin: 0;
}
.section_09 .profile_box .flex_box .text p span {
	color: #F54335;
}

@media screen and (max-width:1200px) {
    .section_09 .profile_box {
        width: 100%;
    }
}

@media screen and (max-width:1030px) {
    .section_09 .profile_box .flex_box .text {
        width: calc(100% - 40%);
    }
}

/* section_10
------------------------------------------------------*/
.section_10 {
    padding: 123px 0 73px 0;
}
.section_10 p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.section_10 .title {
    position: relative;
    z-index: 5;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 117px 0;
    line-height: 60px;
}
.section_10 .title span {
    color: #D55257;
}
.section_10 .title::before {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/img3.png);
    background-size: contain;
    max-width: 1000px;
    height: 54px;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
}
.section_10 .title::after {
    position: absolute;
    z-index: 5;
    content: "";
    background: url(../img/img3.png);
    background-size: contain;
    max-width: 1000px;
    height: 54px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -70px;
}
.section_10 .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.section_10 .flex_box .pic {
    max-width: 445px;
    width: 45%;
}
.section_10 .flex_box .pic img {
    width: 100%;
    height: 100%;
}
.section_10 .flex_box .text {
    width: 50%;
}
.section_10 .flex_box .text .name {
    margin: 0;
    font-size: 48px;
    font-weight: 400;
    line-height: 70px;
    margin-bottom: 24px;
}
.section_10 .flex_box .text .name span {
    color: #D55257;
}
.section_10 .details {
    margin: 0 0 70px 0;
}
.section_10 .message_pic {
    max-width: 426px;
    width: 43%;
    margin: 0 auto 40px auto;
}
.section_10 .message_pic img {
    width: 100%;
}
.section_10 p.mrgn_btn {
    margin-bottom: 40px;
}

/* footer
------------------------------------------------------*/
footer {
    width: 100%;
    background-color: #D55257;
    padding: 24px 0;
    color: #fff;
}
@media screen and (max-width:767px) {
    footer {
    margin-bottom: 40px;
    }
}
footer .float {
    margin: 0 auto;
    text-align: center;
    max-width: 364px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
footer .float:nth-of-type(2) {
    max-width: 486px;
}
footer .float p {
    margin: 0;
}
footer p.copyright {
    text-align: center;
}
footer p.copyright small {
    font-size: 16px;
}



/* iphone
------------------------------------------------------*/
@media screen and (max-width:767px) {


    /* header
    -----------------------------*/
    header .top_text {
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }
    header .top_text span::before {
        background-size: contain;
        width: 30px;
        height: 50px;
    }
    header .top_text span::after {
        background-size: contain;
        width: 30px;
        height: 50px;
    }

    /* main_visual
    -----------------------------*/
    .main_visual {
        background: url(../img/sp_bg_02.jpg) no-repeat;
        background-size: cover;
        background-position: 90% 0;
    }
    .main_visual .visual_inner {
        top: 0px;
        left: 0%;
    }
    .main_visual .fukidashi_wrap .pic {
        width: 32%;
    }
    .main_visual .fukidashi_wrap .pic img {
        width: 100%;
        height: 100%;
    }
    .main_visual .visual_txt {
        font-size: 25px;
        margin: 0px 0 0 0;
    }
    .main_visual .visual_txt span {
        font-size: 32px;
    }
    .main_visual .circle_wrap .pic {
        width: 30%;
    }
    .main_visual .circle_wrap .pic img {
        width: 100%;
        height: 100%;
    }

    /* section_01
    -----------------------------*/
    .section_01 {
        padding: 50px 0px 80px 0px;
        background: url(../img/sp_bg_03.jpg) no-repeat center;
        background-size: cover;
    }
    .section_01 .midashi {
        font-size: 24px;
        margin-bottom: 60px;
    }
    .section_01 .midashi::before {
        width: 250px;
        height: 3px;
        top: -16px;
    }
    .section_01 .midashi::after {
        width: 250px;
        height: 3px;
    }
    .section_01 p {
        font-size: 16px;
        margin: 0px 0 20px 0;
    }
    .section_01 p:nth-of-type(1),
    .section_01 p:nth-of-type(2),
    .section_01 p:nth-of-type(3) {
        text-align: left;
        padding-left: 0px;
        margin-bottom: 10px;
        line-height: 1.8;
    } 
    .section_01 p span.red {
        font-size: 20px;
    }
    .section_01 p.white_back {
        text-align: left;
        line-height: 1.8;
    }

    .section_01  .abslute.pic_01 {
        position: static;
        width: 49%;
        transform: none;
        display: inline-block;
    } 
    .section_01  .abslute.pic_02 {
        position: static;
        width: 49%;
        transform: none;
        display: inline-block;
    } 
    .section_01  .abslute.pic_03 {
        position: static;
        width: 49%;
        transform: none;
        display: inline-block;
    } 
    .section_01  .abslute.pic_04 {
        position: static;
        width: 49%;
        transform: none;
        display: inline-block;
    } 
    .section_01  .abslute img {
        width: 100%;
        height: 100%;
    }

    /* cost_wrap
    -----------------------------*/
    .cost_wrap {
        padding: 30px 0;
    }
    .cost_wrap .details_wrap {
        padding: 20px 15px;
    }
    .cost_wrap .details_wrap .flex_box .pic {
        width: 40%;
        height: 100%;
    }
    .cost_wrap .details_wrap .flex_box .pic img {
        width: 100%;
        height: 100%;
    }
    .cost_wrap .details_wrap .flex_box .text {
        width: 60%;
    }
    .cost_wrap .details_wrap .flex_box .text .title {
        font-size: 22px;
    }
    .cost_wrap .details_wrap .flex_box .text p {
        font-size: 13px;
        text-align: left;
    }
    .cost_wrap .details_wrap .flex_box .text p.cost {
        font-size: 16px;
    }
    .cost_wrap .details_wrap .flex_box .text p.cost span {
        font-size: 35px;
    }
    .cost_wrap .details_wrap .flex_box .text p.cost ruby {
        font-size: 16px;
    }
    .cost_wrap .details_wrap .flex_box .text p.cost rt {
        font-size: 10px;
    }
    .cost_wrap .btn_purchase,
    .cost_wrap .btn_course {
        height: auto;
        font-size: 18px;
        line-height: inherit;
        margin-bottom: 25px;
        padding: 15px 0px;
    }
    .cost_wrap .btn_purchase::before {
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        top: 23px;
        left: 60%;
        width: 10px;
        height: 10px;
    }
    .cost_wrap .btn_course::before {
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        top: 23px;
        left: 80%;
        width: 10px;
        height: 10px;
    }
    .cost_wrap .btn_purchase::after {
        width: 10%;
        height: 100%;
        bottom: 25px;
        background-size: contain;
    }
    .cost_wrap .communication_wrap {
        flex-wrap: wrap;
    }
    .cost_wrap .communication_wrap .each {
        width: 45%;
    }
    .cost_wrap .communication_wrap .each img {
        width: 100%;
        height: 100%;
    }

    /* section_03
    -----------------------------*/
    .section_03 {
        /*padding-top: 30px;
        padding-bottom: 200px;*/
        padding-bottom: 111.9%;
        background: url(../img/sp_bg_01.jpg);
        background-size: cover;
        background-position: 17% 0%;
    }
    .section_03 .title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .section_03 .title::before {
        width: 90%;
        height: 3px;
    }
    .section_03 .text {
        width: 100%;
        margin: 0 auto;
    }
    .section_03 .text p {
        font-size: 14px;
        padding-left: 30px;
    }
    .section_03 .text p:nth-of-type(1),
    .section_03 .text p:nth-of-type(2), 
    .section_03 .text p:nth-of-type(3) {
        margin-bottom: 15px;
    }
    .section_03 .text p::before {
        width: 20px;
        height: 20px;
    }

    /* section_04
    -----------------------------*/
    .section_04 {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .section_04 .title::before {
        background-size: contain;
        width: 90px;
        height: 78px;
        top: -77px;
        left: -40%;
    }
    .section_04 .title::after {
        background-size: contain;
        width: 100px;
        height: 78px;
        top: -68px;
        right: -40%;
    }
    .section_04 .title {
        font-size: 20px;
        padding: 10px 0px;
        margin: 0 0 25px 0;
    }
    .section_04 .flex_box {
        display: block;
    }
    .section_04 .flex_box .text {
        width: 100%;
        margin-right: 0px;
    }
    .section_04 .flex_box .pic {
        width: 100%;
        margin-top: 20px;
    }
    .section_04 .flex_box .text p:first-child {
        margin-bottom: 25px;
    }
    .section_04 .flex_box .text p span {
        font-size: 17px;
    }

    /* section_05
    -----------------------------*/
    .section_05 {
       background: url(../img/sp_bg_04.jpg)no-repeat center;
       background-size: cover;
       height: 579px;
       background-position: 15% 0;
    }
    .section_05 h2 {
        right: 0%;
        top: 10%;
        width: 60%;
    }


    /* section_06
    -----------------------------*/
    .section_06 .child_01 {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .section_06 .child_01 .sns {
        width: 90%;
        margin: 0 auto;
    }
    .section_06 .child_01 .sns img {
        width: 100%;
        height: 100%;
    }
    .section_06 .child_02 {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .section_06 .child_02 p.midashi_sub {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    .section_06 .child_02 p.midashi_sub span {
        padding: 0px 10px;
    }
    .section_06 .child_02 .midashi {
        width: 60%;
        margin: 0 auto 45px auto;
    }
    .section_06 .child_02 .midashi img {
        width: 100%;
        height: 100%;
    }
    .section_06 .child_02 .voice_wrap {
        margin: 0 auto 15px auto;
        padding: 15px;
        font-size: 14px;
    }
    .section_06 .child_02 .voice_wrap p {
        padding: 0;
    }
    .section_06 .voice_wrap p::before {
        display: none;
    }
    .section_06 .child_02 .abslute img {
        width: 100%;
        height: 100%;
    }
    .section_06 .child_02 .abslute.pic_01 {
        top: 0;
        left: 0;
        width: 200px;
        height: 28px;
    }
    .section_06 .child_02 .abslute.pic_02 {
        top: 10%;
        right: 0;
        width: 200px;
        height: 28px;
    }
    .section_06 .child_02 .abslute.pic_03 {
        top: 5%;
        left: 0%;
        width: 100px;
        height: 120px;
    }
    .section_06 .child_02 .abslute.pic_04 {
        top: 0%;
        right: 0;
        width: 100px;
        height: 120px;
    }

    /* section_07
    -----------------------------*/
    .section_07 .child_01 {
        background-position: 85% 0;
    }
    .section_07 .child_01 .title {
        font-size: 22px;
        margin: 0px;
        line-height: normal;
    }
    .section_07 .child_01 .title span.red {
        font-size: 25px;
    }
    .section_07 .child_01 .flex_box .pic {
        width: 50%;
    }
    .section_07 .child_01 .flex_box .pic img {
        width: 100%;
        height: 100%;
    }
    .section_07 .child_01 p.back_white {
        font-size: 22px;
        padding: 5px 10px;
    }
    .section_07 .child_02 {
        padding-top: 130px;
        padding-bottom: 30px;
    }
    .section_07 .child_02 p {
        font-size: 14px;
    }
    .section_07 .child_02 .voice_wrap .pic {
        top: -95px;
        width: 80%;
    }
    .section_07 .child_02 .voice_wrap .pic img {
        height: 100%;
    }
    .section_07 .child_02 .voice_wrap {
        padding: 50px 15px 15px 15px;
        margin-bottom: 130px;
    }
    .section_07 .child_02 .voice_wrap .title {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .section_07 .child_02 .voice_wrap .title::before {
        background-size: contain;
        width: 300px;
        height: 11px;
        bottom: -10px;
    }

    /* section_09
    -----------------------------*/
    .section_09 {
        padding: 30px 0;
    }
    .section_09 .profile_box .profile_title {
        width: 40%;
        height: 100%;
        margin: 0 auto 20px auto;
    }
    .section_09 .profile_box .profile_title img {
        height: 100%;
    }
    .section_09 .profile_box {
        width: 100%;
        padding: 30px 15px;
    }
    .section_09 .profile_box .flex_box {
        display: block;
    }
    .section_09 .profile_box .flex_box .pic {
        width: 100%;
        margin: 0 auto 20px auto;
    }
    .section_09 .profile_box .flex_box .pic img {
        height: 100%;
    }
    .section_09 .profile_box .flex_box .text {
        width: 100%;
    }
    .section_09 .profile_box .flex_box .text p {
        font-size: 14px;
        line-height: 1.8;
    }
    .section_09 .profile_box::before {
        width: 80px;
        height: 100px;
        right: 0;
        top: 0;
    }

    /* section_10
    -----------------------------*/
    .section_10 {
        padding: 30px 0 30px 0;
    }
    .section_10 .title {
        font-size: 22px;
        margin: 0 0 65px 0;
        line-height: 1.8;
    }
    .section_10 .title::before {
        height: 16px;
        width: 300px;
        top: -25px;
    }
    .section_10 .title::after {
        height: 16px;
        width: 300px;
        bottom: -25px;
    }
    .section_10 .flex_box {
        display: block;
        margin-bottom: 10px;
    }
    .section_10 .flex_box .pic {
        width: 100%;
        margin: 0 auto;
    }
    .section_10 .flex_box .pic img {
        height: 100%;
    }
    .section_10 .flex_box .text {
        width: 100%;
    }
    .section_10 .flex_box .text .name {
        font-size: 20px;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    .section_10 p {
        font-size: 14px;
        line-height: 1.8;
    }
    .section_10 .details {
        margin: 0 0 25px 0;
    }
    .section_10 .message_pic {
        width: 70%;
        margin: 0 auto 20px auto;
    }
    .section_10 .message_pic img {
        height: 100%;
    }
    .section_10 p.mrgn_btn {
        margin-bottom: 10px;
    }

    /* footer
    -----------------------------*/
    footer .float {
        display: block;
        margin: 0;
    }
    footer .float p {
        text-align: left;
    }
    footer p.copyright small {
        font-size: 13px;
    }
}


@media screen and (max-width:767px) and (min-width: 500px) {
    .section_07 .child_02 .voice_wrap {
        padding: 180px 25px 35px 25px;
    }
}