@charset "utf-8";
/* CSS Document */

/*_______________________________

      事業承継計画書作成講座
_______________________________*/


/*----------------------
    　　　共通
----------------------*/

/*　Noto Serif JP　*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
/*　Noto Sans JP　*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*　M PLUS 1p　*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');


body{
    font-size: 18px;
    color: #000;
    background: #fff;
    font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    overflow-x: hidden;
    width: 100%;
    min-width: 100%!important;
}



.sp_only {
    display: none!important;
}
p{
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.03em;
}


a{
	text-decoration: none;
	transition: opacity 0.5s ease-out;
}

a:hover{
	opacity: 0.6;
	transition: opacity 0.3s ease-out;
}
img{
	vertical-align: bottom;
	max-width: 100%;
}


.inner{
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 50px;
}


section em {
    font-weight: 700;
    background: rgba(255,228,0,.6);
}

 .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    height: 60px; 
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
    background: linear-gradient(to bottom, #e70505 1%,#e70505 50%,#e70505 50%,#c20101 50%,#c20101 50%,#c20101 100%);
	margin:100px auto;
	line-height: 1;
}

h2 {
    font-size: 50px;
    text-align: center;
    position: relative;
    font-family: "Noto Serif JP";
    font-weight: 700;
    padding: 60px 0 10px;
    margin: 0 0 60px;
}
h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #19448e;
}
p strong {
    font-size: 38px;
    display: block;
    text-align: center;
    position: relative;
    font-family: "Noto Serif JP";
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 60px 0 40px;
    line-height: 1.5;
	z-index: 0;
}
p strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 10px;
    background: rgba(255,143,20,0.4);
    z-index: -1;
}
p strong span{
    letter-spacing: -0.5em;
}


/*----------------------
     　 header 
----------------------*/

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 88px;
	z-index: 100;
	display: flex;
	background: #fff;
	align-items: center;
	padding: 0 50px;
	box-sizing: border-box;
	box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 10%);
}
header .logo {
    margin-right: 30px;
}
header .tel{
    margin-left: auto;
    margin-right: 30px;
}

header .btn {
    font-size: 16px;
    height: 48px;
    width: 165px;
    border-radius: 5px;
    letter-spacing: 0.08em;
    margin: inherit;
}
header .btn.mail {
    background: linear-gradient(to bottom, #19448e 1%,#19448e 50%,#19448e 50%,#0a2a61 50%,#0a2a61 50%,#0a2a61 100%);
    margin-right: 10px;
}
header .btn.mail::before{
	content: "";
	width: 24px;
	height: 24px;
	background: url("../img/mail.svg") no-repeat;
	background-size: contain;
	margin-right: 5px;
}



/*----------------------
         mv  
----------------------*/

.mv {
    height: 805px;
    background: url(../img/mv.jpg) no-repeat;
    background-size: contain;
    background-position: center bottom;
    box-sizing: border-box;
    padding: 88px 30px 0;
	margin-bottom: calc(100px + 60px);
}
.mv .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.mv .title {
    margin: 0 0 -100px;
}
.mv .tex_box {
    background: #fff url(../img/icon_scale.png) no-repeat;
    background-position: -10px calc(100% + 28px);
    margin: auto 40px -100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    min-height: 211px;
    padding: 20px 30px;
    box-sizing: border-box;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 30%);
}

.mv .tex_box p{
    color: #19448e;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 800;
    font-family: 'M PLUS 1p', sans-serif;
}


/*----------------------
      section_01
----------------------*/
.section_01{
	padding-bottom: 60px;
}
.section_01 article{
	background: #dbe8f0;
	padding: 40px;
	text-align: center;
	margin-bottom: 15px;
}
.section_01 article h3{
	color: #19448e;
	font-size: 28px;
	font-family: "Noto Serif JP";
	font-weight: 700;
	margin-bottom: 30px;
}
.section_01 article:first-of-type{
	margin-top: 60px;
}
.section_01 article:last-of-type{
	margin-bottom: 60px;
}

.section_01 .inner > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section_01 .inner > div p:first-of-type{
    width: 50%;
}
.section_01 .inner > div figure{
    width: calc(50% - 50px);
	margin-bottom: 15px;
}

/*----------------------
       section_02
----------------------*/
.section_02{
	position: relative;
}
.section_02::before {
    content: "";
    width: 100%;
    height: 400px;
    background: url(../img/bg_01.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    display: block;
}

/*----------------------
       section_03
----------------------*/
.section_03{
	position: relative;
}
.section_03::before {
    content: "";
    width: 100%;
    height: 400px;
    background: url(../img/bg_02.jpg) no-repeat;
    background-size: cover;
    background-position:center;
    display: block;
}

/*----------------------
       section_04
----------------------*/
.section_04 h2{
	font-size: 54px;
	padding-top: 0;
}
.section_04 .curriculum{
    display: flex;
	justify-content: space-between;
}
.section_04 .curriculum > div{
	width: calc((100% - 40px) / 2);
}
.section_04 h3{
	color: #19448e;
	font-size: 20px;
	margin-bottom: 40px;
	text-align: center;
    font-weight: 700;
}

.section_04 .curriculum dl{
	position: relative;
	z-index: 0;
}
.section_04 .curriculum dl:after {
    content: "";
    position: absolute;
    top: 50px;
    display: block;
    width: calc(50% + 20px);
    border: 1px solid #c5c5c5;
    z-index: -1;
    box-sizing: border-box;
}
.section_04 .the_first_volume dl:after {
    left: 50%;
	border-top: 0;
	height: 100%;
}
.section_04 .the_second_volume dl:after {
    left: -20px;
	border-left: 0;
	border-bottom: 0;
	height: calc(100% - 50px);
}
.section_04 .curriculum dl div{
	padding: 30px 20px;
	margin-bottom: 40px;
}
.section_04 .the_first_volume div{
	background: #dbe8f0;
}
.section_04 .the_second_volume div{
	background: #cee9eb;
}
.section_04 .curriculum dl div:last-of-type{
	margin-bottom: 0;
}
.section_04 .curriculum dl dt{
	font-size: 20px;
	letter-spacing: -0.05em;
	padding-left:2em;
	text-indent:-2em;
}
.section_04 .curriculum dl span{
	font-weight: 700;
}
.section_04 .curriculum dl dd{
	padding-left: 20px;
	margin-top: 15px;
}
.section_04 .curriculum dl dd li{
	margin-bottom: 10px;
	line-height: 1.75;
}
.section_04 .curriculum dl dd li:last-of-type{
	margin-bottom: 0;
}

.section_04 .benefits strong {
    position: relative;
    font-size: 30px;
    font-family: "Noto Serif JP";
    text-align: center;
    font-weight: 900;
    margin: 60px 0;
    min-height:70px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 50px;
	flex-wrap: wrap;
}
.section_04 .benefits strong span{
	font-size: 40px;
	color: #ff8f14;
}
.section_04 .benefits strong::before,
.section_04 .benefits strong::after{
	content: "";
	position: absolute;
	top: 0;

	bottom: 0;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 7.5px 0 7.5px;
	border-color: #19448e transparent transparent transparent;
}
.section_04 .benefits strong::before{
	left: 15px;
	transform: rotate(-25deg);
}
.section_04 .benefits strong::after{
	right: 15px;
	transform: rotate(25deg);
}
.section_04 .benefits dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section_04 .benefits dl div{
	border: 2px solid #a3c3e0;
	border-left: 0;
	width: calc((100% - 50px) / 3);
	display: flex;
	height: 100px;
	margin-top: 40px;
	box-sizing: border-box;
}
.section_04 .benefits dl div:nth-of-type(-n+3){
	margin-top: 0;
}
.section_04 .benefits dl dt{
	background: #a3c3e0;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section_04 .benefits dl dd {
    display: flex;
    align-items: center;
    padding: 20px;
    flex-grow: 1;
    background-position: right;
    background-repeat: no-repeat;
	font-weight: 900;
}


/*----------------------
       section_05
----------------------*/
.section_05{
	background: url(../img/bg_03.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
	padding:0 0 70px;
}
.section_05 h2 {
    color: #fff;
    font-size: 48px;
    line-height: 1.2;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
	padding-bottom: 15px;
}
.section_05 h2::after {
    background: #fff;
}
.section_05 h2 span{
	font-size: 78px;
	color: #e70505;
}
.section_05 h2 em{
	font-size: 58px;
	background: none;
}
.section_05 dl div {
    background: #fff url(../img/icon_reason.png) no-repeat;
    background-size: unset;
    background-position: calc(100% - 10px) 10px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    box-shadow: 0px 5px 3px 0px rgb(0 0 0 / 30%);
	position: relative;
}
.section_05 dl div::after{
	content: "";
	background: #ff8f14;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 94px;
}
.section_05 dl div:last-of-type{
	margin-bottom: 0;
}
.section_05 dl div dt {
    width: 94px;
    min-height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_05 dl div dd {
    font-size: 24px;
    font-weight: 900;
    flex-grow: 1;
    width: calc(100% - 94px);
    padding: 0 100px 0 25px;
	box-sizing: border-box;
}


/*----------------------
       section_06
----------------------*/
.section_06{
	padding-bottom: 100px;
}
.section_06 h3{
    text-align: center;
    font-size: 38px;
    font-family: "Noto Serif JP";
    font-weight: 700;
    color: #19448e;
	margin: 60px 0 40px;
}
.section_06 dl{
    display: flex;
	justify-content: space-between;
}
.section_06 dl div{
	width: calc((100% - 40px) / 2);
	border: 1px solid #dddddd;
	position: relative;
	box-sizing: border-box;
}
.section_06 dl div dt{
	padding: 20px 40px;
	background: #19448e;
	color: #fff;
	min-height: 146px;
	box-sizing: border-box;
}
.section_06 dl div dt span {
    font-size: 20px;
    font-weight: 700;
    color: #19448e;
    background: #fff;
    display: block;
    width: 120px;
    text-align: center;
    margin-bottom: 15px;
}
.section_06 dl div dd {
    padding: 40px 40px 200px;
    box-sizing: border-box;
    flex-wrap: wrap;
    height: auto;
}
.section_06 dl div dd ul{
    display: block;
    width: 100%;
}
.section_06 dl div dd ul li{
	color: #19448e;
	margin-top: 5px;
	font-size: 20px;
}
.section_06 dl div dd ul li::before{
	content: "■";
	margin-right: 5px;
}
.section_06 dl div dd > span {
    font-weight: 700;
    display: block;
    margin: 20px 0 5px;
    font-size: 20px;
}
.section_06 dl div dd strong{
	/* margin: 20px auto 40px; */
	display: block;
	text-align: center;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	position: absolute;
	bottom: 140px;
	left: 0;
	right: 0;
}
.section_06 dl div dd strong span{
	font-size: 24px;
}

.section_06 dl div dd .btn{
	margin: 0 auto;
	position: absolute;
	bottom: 40px;
	width: calc(100% - 80px);
}


/*----- person_list -----*/

.person_list > div{
    display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.person_list > div:last-of-type{
	margin-bottom: 0;
}
.person_list dt{
    width: 140px;
}
.person_list dd{
    width: calc(100% - 140px - 60px);
	flex-flow: 1;
}
.person_list dd div{
	/*margin-bottom: 40px;*/
    margin-bottom: 0;
}

.person_list dd p,
.person_list dd div p{
    line-height: 1.5;
}

.person_list dd span{
	font-weight: 700;
    line-height: 2;
}


/*----------------------
       section_07
----------------------*/
.section_07{
	background-color: #FFF;
	background-image: linear-gradient( transparent 95%, rgba(0, 0, 0, .04) 50%, rgba(0, 0, 0, .04)), linear-gradient( 90deg, transparent 95%, rgba(0, 0, 0, .04) 50%, rgba(0, 0, 0, .04) );
	background-size: 11px 11px;



	background-repeat: repeat;
	padding-bottom: 60px;
}
.section_07 h2{
	margin-bottom: 40px;
}
.section_07 strong{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	display: block;
	margin-bottom: 60px;
}


/*----------------------
       section_08
----------------------*/
.section_08 {
    padding: 80px 0 0;
}
.section_08 p{
	margin-bottom: 40px;
}





/*----------------------
       contact
----------------------*/
#contact{
	padding-bottom:100px;
}
#contact .inner > p{
    text-align: center;
    font-weight: 700;
	margin-bottom: 30px;
}
#contact .inner > p a{
    color: #000;
}
#contact .form-wrap {
    background: #ccdce8;
    padding: 20px 15px;
}
#contact .form-wrap > p{
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}
#contact form {
    background: #fff;
    box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 10%);
	padding: 20px;
}
#contact form > a{
    text-align: center;
    display: block;
    margin: 40px auto;
}
#contact form dl{
    display: flex;
	border-bottom: 1px dotted #ccc;
}
#contact form dl:last-of-type{
	border-bottom: 0;
}
#contact form dt {
    min-height: 60px;
    width: 300px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: #eaf3fa;
    padding: 10px 15px;
    flex-wrap: wrap;
}
#contact form dd {
    width: calc(100% - 300px);
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
}
#contact form input[type="text"] ,
#contact form input[type="email"],
#contact form input[type="tel"],
#contact form select,
#contact form textarea{
    min-height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px;
	box-sizing: border-box;
	width: 100%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}
#contact form dl dd.select div.box{
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
#contact form dl dd.select div.box::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #cccccc transparent;
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(45deg);
}
#contact form dl dd.select div:last-of-type{
	margin-bottom: 0;
}
#contact form dl dd.select p{
	font-size: 14px;
	font-weight: 500;
}
#contact form select {
    padding-right: 25px;
}
#contact form dl label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 20px 5px 0px;
    letter-spacing: -0.02em;
    position: relative;
}

#contact form dl label span{
	display: flex;
	align-items: center;
}
input[type="radio"]{
	display: none;
}
input[type="radio"] + span:before {
	content: "";
	width: 22px;
	height: 22px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #fff;
	display: block;
	position: relative;
	margin: auto;
	box-sizing: border-box;
	margin-right: 5px;
	flex: none;
}
input[type="radio"]:checked + span:before {
    border: 1px solid #19448e;
}
input[type="radio"]:checked + span:after {
	content: "";
	z-index: 20;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #19448e;
	display: block;
	box-sizing: border-box;
}


input[type="checkbox"]{
    display: none;
}
input[type="checkbox"] + span:before{
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	background: #fff;
	display: block;
	box-sizing: border-box;
	margin-right: 5px;
	flex: none;
}
input[type="checkbox"]:checked + span:before{
    border: 1px solid #19448e;
}
input[type="checkbox"]:checked + span:after {
    content: '';
    border-right: 3px solid #19448e;
    border-bottom: 3px solid #19448e;
    display: block;
    height: 9px;

    width: 5px;
    left: 6px;
    top: -3px;
    bottom: 0;
    margin: auto;
    position: absolute;
    transform: rotate(45deg);
    opacity: 1;
    display: block;
}

#contact form .btn{
    border: none;
    margin: 40px auto;
    cursor: pointer;
	transition: opacity 0.5s ease-out;
}
#contact form .btn:hover{
	opacity: 0.6;
    transition: opacity 0.3s ease-out;
}



#confirm,
#complete{
	padding-top: 88px;
}
#confirm .btn_box {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: auto;
}
#confirm .btn_box .btn{
	width: calc((100% - 40px) / 2);
	margin: 40px 0;
}
#confirm .btn_box .bk{
	background: linear-gradient(to bottom, #19448e 1%,#19448e 50%,#19448e 50%,#0a2a61 50%,#0a2a61 50%,#0a2a61 100%);
}





/*----------------------
       top_btn
----------------------*/

.top_btn a{
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    background: rgb(25 68 142);
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
}


/*----------------------
        footer
----------------------*/

footer{
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    height: 80px;
    box-shadow: 0px -2px 3px 0px rgb(0 0 0 / 10%);
    padding: 0 10px;
    text-align: center;
}




/* 　＋＋＋＋＋＋＋　タブレット - iPad Pro -（1024px）以下　用　＋＋＋＋＋＋＋　*/

@media screen and ( max-width:1024px) {
	
	.mv{
		height: 70vw;
	}
	h2 {
		font-size: 44px;
	}
	p strong {
		font-size: 32px;
	}
	.mv .tex_box p{
		font-size: 20px;
	}
	.mv .tex_box br{
		display: none;
	}
	.section_01 article h3 {
		font-size: 24px;
	}
	.section_05 dl div dd {
		font-size: 22px;
	}
	.section_06 dl div dt br{
		display: none;
	}
	
	
 /*　---　*/
}
/* ＋＋end＋＋　タブレット - iPad Pro -（1024px）以下　用＋＋end＋＋　*/










/* 　＋＋＋＋＋＋＋　タブレット - iPad -（834px）以下　用　＋＋＋＋＋＋＋　*/

@media screen and ( max-width:834px) {

	
	.inner {
		padding: 0 20px;
	}
	header {
		padding: 0 20px;
	}
	h2 {
		font-size: 34px;
	}
	p strong {
		font-size: 26px;
	}
	p strong::after {
    bottom: 0;
	}
	.mv {
		height: 85vw;
		padding: 88px 0 0;
	}
	.mv .tex_box {
		margin: auto auto -100px;
	}
	
	.section_01 article h3 br{
		display: none;
	}
	.section_01 .inner > div p:first-of-type {
		width: 100%;}
	.section_01 .inner > div figure {
		width: 100%;
		margin: 20px auto;
	}
	.section_01 .inner > div figure img{
		margin: auto;
		display: block;
	}
	.section_02::before,
	.section_03::before {
		height: 200px;
	}
	.section_04 h2 {
		font-size: 44px;
	}
	.section_04 .benefits dl div {
		width: calc((100% - 20px) / 2);
	}
	.section_04 .benefits dl div,
	.section_04 .benefits dl div:nth-of-type(3){
		 margin-top: 20px;
	}
	.section_05 dl div dd {
		font-size: 20px;
	}
	.section_05 dl div dd br{
		display: none;
	}
	.section_05 dl div {
		margin-bottom: 20px;
	}
	.section_06 h3 {
		font-size: 34px;
	}
	.section_06 dl div {
		width: calc((100% - 20px) / 2);
	}
	.section_06 dl div dt {
		min-height: 136px;
		padding: 20px;
	}
	.section_06 dl div dd {
		padding: 20px 20px 160px;
	}
	.person_list dd {
		width: calc(100% - 140px - 30px);
	}
	.section_06 dl div dd .btn {
		bottom: 20px;
		width: calc(100% - 40px);
	}
	.section_06 dl div dd strong {
		bottom: 110px;
	}
	#contact form dl {
		display: block;
		border-bottom: 0;
	}
	#contact form dt {
		width: 100%;
	}
	#contact form dd{
		width: 100%;
		padding: 10px 0;
	}
	#contact form input[type="text"], 
	#contact form input[type="email"],
	#contact form input[type="tel"], 
	#contact form select, #contact form textarea {
		width: 100%;
	}
	#contact form dt {
		min-height: auto;
		display: block;
	}

		
	

 /*　---　*/
}
/* ＋＋end＋＋　タブレット - iPad -（834px）以下　用　＋＋end＋＋　*/










/* 　＋＋＋＋＋＋＋　スマホ用 （576px）以下　用　＋＋＋＋＋＋＋　*/

@media screen and ( max-width:576px) {

body {
    font-size: 14px;
}
p {
    font-size: 14px;
}

	header {
		height: 60px;
		padding: 0 10px;
	}
	header .logo {
		margin-right: 10px;
	}
	header .tel {
		margin-right: 10px;
	}
	header .btn {
    font-size: 14px;
    height: 42px;
    border-radius: 4px;
    letter-spacing: 0em;
    margin: inherit;
}
	header .btn.mail{
		display: none;
	}
	h2 {
    font-size: 24px;
    padding: 40px 0 10px;
    margin: 0 0 40px;
}
	p strong {
		margin: 40px 0 20px;
		font-size: 22px;
	}
	.inner {
		padding: 0 10px;
	}
	.btn {
		font-size: 22px;
		height: 50px;
		border-radius: 6px;
		margin: 60px auto;
	}
	.mv {
		height: 100vw;
		padding: 60px 0 0;
		margin-bottom: calc(130px + 40px);
	}
	.mv .tex_box {
		margin: auto auto -130px;
		min-height: 180px;
		padding: 10px;
	}

	.mv .tex_box p {
		font-size: 16px;
	}
	.section_01 {
		padding-bottom: 40px;

	}
	.section_01 article{
		text-align: left;
		padding: 20px;
	}
	.section_01 article:first-of-type {
		margin-top: 40px;
	}
	.section_01 article:last-of-type {
		margin-bottom:40px;
	}
	.section_01 article h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.section_02::before,
	.section_03::before {
		height: 150px;
	}
	.section_04 h2 {
		font-size: 30px;
	}
	.section_04 .curriculum {

		display: block;
	}
	.section_04 .curriculum > div {
		width: 100%;
	}

	.section_04 .curriculum dl div {
    padding: 20px 10px;
    margin-bottom: 20px;
}
	.section_04 .curriculum dl dt {
    font-size: 18px;
}
	.section_04 .curriculum dl dd li {
    margin-bottom: 5px;
}
	.section_04 .curriculum {
		position: relative;
		z-index: 0;
	}
	.section_04 .curriculum:after{
		content: "";
		width: 1px;
		height: calc(100% - 100px);
		background: #c5c5c5;
		display: block;
		position: absolute;
		top: 100px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: -1;
	}
	.section_04 .the_first_volume dl:after,
	.section_04 .the_second_volume dl:after  {
		display: none;
	}
	.section_04 h3 {
		font-size: 18px;
		margin-bottom: 0;
		padding: 0 0 20px;
		line-height: 1;
	}
	.section_04 .the_second_volume h3 {
		margin-top: 40px;
		background: #fff;
		position: relative;
		padding: 20px 0 ;
	}
	.section_04 .benefits strong {
		font-size: 24px;
		margin: 40px 0;
		display: flex;
		padding: 0 30px;
	}	
	.section_04 .benefits strong span {
		font-size: 32px;
	}	
	.section_04 .benefits strong::before,
	.section_04 .benefits strong::after {
		border-width: 40px 5.5px 0 5.5px;
	}	
	.section_04 .benefits strong::before {
		left: 10px;
	}
	.section_04 .benefits strong::after {
		right: 10px;
	}
	.section_04 .benefits dl {
		display: block;
	}	
	.section_04 .benefits dl div ,
	.section_04 .benefits dl div:nth-of-type(-n+3){
		width: 100%;
		margin-top: 10px;
	}
	
	.section_05 {
		padding: 0 0 50px;
	}
	.section_05 h2 {
		font-size: 34px;
	}
	.section_05 h2 em {
		font-size: 48px;
	}
	.section_05 h2 span {
		font-size: 68px;
	}
	.section_05 dl div {
		display: block;
		margin-bottom: 10px;
	}
	.section_05 dl div::after {
		display: none;
	}
	.section_05 dl div dt {
		width: 100%;
		min-height: auto;
		padding: 10px 10px 3px;
		box-sizing: border-box;
		border-bottom: 2px solid #ff8f14;
	}
	.section_05 dl div dd {
		font-size: 16px;
		width: 100%;
		padding: 20px;
	}
	.section_06 {
    padding-bottom: 60px;
	}
	.section_06 h2 br{
		display: none;
	}
	.section_06 h3 {
    font-size: 24px;
    margin: 40px 0 20px;
	}
	.section_06 dl {
    display: block;
	}
	.section_06 dl div {
		width:100%;
		margin-bottom: 10px;
	}
	.section_06 dl div:last-of-type{
		margin-bottom: 0;
	}
	.section_06 dl div dt {
    min-height: auto;
	}
	.section_06 dl div dt span {
    font-size: 16px;
    width: 100px;
    margin-bottom: 10px;
	}
	.section_06 dl div dd {
		padding: 20px;
	}
	.section_06 dl div dd > span {
    margin: 10px 0 5px;
    font-size: 16px;
	}
	.section_06 dl div dd strong {
		margin: 20px auto 30px;
		font-size: 26px;
		position: static;
	}
	.section_06 dl div dd ul li {
		font-size: 16px;
		letter-spacing: -0.03em;
		margin: 0;
	}
	.section_06 dl div dd .btn {
		position: static;
		width: 100%;
	}
	.section_07 strong {
    font-size: 18px;
    margin-bottom: 40px;
	}
	.person_list > div {
    display: block;
	}
	.person_list dt {
    margin: 0 auto 10px;
	}
.person_list dd {
    width: 100%;
}
	.person_list dd span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
	.person_list dd div {
    margin-bottom: 10px;
}
	#contact {
    padding-bottom: 60px;
}
	#contact .form-wrap {
    padding: 15px 10px;
}
	#contact .inner > p a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    height: 42px;
    width: 100%;
    max-width: 240px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
    background: linear-gradient(to bottom, #19448e 1%,#19448e 50%,#19448e 50%,#0a2a61 50%,#0a2a61 50%,#0a2a61 100%);
    margin: 5px auto;
    line-height: 1;
}
	#contact .form-wrap > p {
    margin-bottom: 10px;
    font-size: 16px;
}
	#contact form {
    padding: 10px;
}
	#contact form dl label {
    width: 100%;
    padding: 5px 0;
}
	#contact form dt {
    padding: 10px;
    letter-spacing: -0.03em;
}	
#confirm .btn_box .btn {
    width: calc((100% - 10px) / 2);
    margin: 40px 0;
    font-size: 20px;
}
	#contact form .btn {
    margin: 20px auto;
}	
	
	footer{
		position: relative;
	}
.top_btn a{
    height: 42px;
    width: 42px;
    font-size: 12px;
}	
	.top_btn.bottom a{
		position: absolute;
		top: -52px;
	}	
 /*　---　*/
}
/* ＋＋end＋＋　スマホ用 （576px）以下　用　＋＋end＋＋　*/


