html{
	font-size:16px;
}
body{
	margin:0;
	padding:0;
	color:#444;
	font-family: "Noto Sans JP", sans-serif;
	line-height:1.6em;
}
.only_sp{
	display:none;
}
img{
	max-width:100%;
}
p{
	margin:0;
}
article a{
	color:#b95008;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #0962bd;
    margin-bottom: 80px;
}
header .logo a {
        color: #0962bd;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
}
header .logo img {
    height: 52px;
}
article{
	max-width:1200px;
	margin:0 auto;
	padding:0 15px;
	box-sizing:border-box;
}
section{
	padding-bottom:12%;
}
section.lead{
	margin: 0 auto;
	position: relative;
	margin-bottom: 8%;
	padding: 0;
	background-color:#b2e9fe;
}
section.lead:before {
    content: "";
    display: block;
    padding-top: 30%;
}
section.lead img {
    display: block;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    object-fit: contain;
}
section.lead .lead_copy {
    position: absolute;
    top: 50%;
    left: 25%;
    background-color: rgba(9, 98, 189, .65);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    padding: 1em 2em;
    backdrop-filter: blur(4px);
    font-size: 1.6rem;
    line-height:1.4;
}
h2{
	color:#0962bd;
	width:fit-content;
	margin:0 auto;
	padding-bottom: 1em;
}

.problems ul{
	list-style: none;
    display: grid;
    font-size: .9rem;
    counter-reset: number 0;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
    padding: 0;
}
.problems ul li{
    padding: 40px 20px 10px;
    box-shadow: 0px 0px 20px #ddd;
    box-sizing: border-box;
    position:relative;
}
.problems ul li:before {
    display: block;
    position: absolute;
    top: 5px;
    left: -10px;
    background-color: #0962bd;
    color: #fff;
    padding: .3em 1em;
    counter-increment: number 1;
    content: "悩み" counter(number);
}
.problems ul li .box_fig img {
    width: 60%;
    margin: 0 auto;
    display: block;
}
.problems ul li h3{
	color:#0962bd;
	padding-bottom: .5em;
}

.service ul{
	list-style:none;
	display:flex;
	justify-content: space-between;
	padding: 0;
}
.service ul li{
    padding: 20px;
    box-sizing: border-box;
    border-left: 1px solid #0962bd;
    flex: 1;
}
.service ul li:last-child{
    border-right: 1px solid #0962bd;
}
.service ul li .box_fig {
    display: none;
}

.course_fee ul.course_list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 40px;
}
.course_fee ul.course_list > li{
    width: 30%;
    box-shadow: 0 0 20px #ddd;
    padding: 0 20px 20px;
    box-sizing: border-box;
}
.course_fee ul.course_list > li:nth-child(2) h3,.course_fee ul.course_list > li:nth-child(2) h3:after{
	background-color:#b9d5ff;
}
.course_fee ul.course_list > li:last-child h3,.course_fee ul.course_list > li:last-child h3:after{
	background-color:#0962bd;
	color:#fff;
}
.course_list h3 {
    background-color: #ddd;
    color: #0962bd;
    text-align: center;
    font-weight: normal;
    position: relative;
    padding: 1em 0 .3em;
    margin-bottom: 2em;
    width: calc(100% + 40px);
    transform: translate(-20px, 0);
}
.course_list h3:after {
    content: "";
    background-color: #ddd;
    display: block;
    width: 100%;
    height: 20px;
    aspect-ratio: 1 / cos(30deg);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    position: absolute;
    bottom: 0;
    transform: translate(0, 100%);
}
.course_list .recommend {
    font-size: .85rem;
    color: #999;
}
.course_list .recommend {
    font-size: .85rem;
    color: #999;
    text-align: center;
}
.course_list .fee {
    font-size: 1.3rem;
    text-align: center;
    padding-bottom: 1em;
    color:#0962bd;
}
.course_list .fee span.fee_sub {
    font-size: .7rem;
    color:#333;
}
.course_list .plan_p {
    border-top: 1px solid #ddd;
    padding: 1em 0 0;
    font-size:.85rem;
}
.course_list .plan_p ul {
    list-style: disc;
    padding-left: 1.5em;
}
ul.wrap_annotation {
    font-size: .85rem;
    color: #666;
}
.wrap_btn {
    display: flex;
    justify-content: center;
}
.link_btn {
    display: block;
    width: fit-content;
    padding: .2em 1.5em;
    border: 1px solid;
    margin: 0 10px;
    text-decoration: none;
    background: transparent;
    color: #b95008;
    border-radius:5px;
}
.qa dt {
    padding-left: 1.5em;
    position: relative;
    padding-bottom: .5em;
    color: #0962bd;
}
.qa dt:before {
    content: "Q.";
    margin-right: .3em;
    position: absolute;
    transform: translate(-130%, 0);
}
.qa dd {
    margin: 0;
    padding-bottom: 1em;
    padding-left: 2.5em;
    position: relative;
}
.qa dd:before {
    content: "A.";
    display: block;
    position: absolute;
    top: 0;
    transform: translate(-130%, 0);
    color: #999;
}
footer {
    padding: 40px calc((100% - 1200px + 30px) / 2);
    display: flex;
    justify-content: space-between;
    background-color: #0962bd;
    color: #fff;
}
footer .prj_name {
    font-size: 1.4rem;
    padding-bottom: 1em;
}
footer a {
    color: #fff;
}
footer .link_btn{
	color:#fff;
	border-color:#fff;
}

@media screen and (max-width:1230px){
	footer{
		padding-left:15px;
		padding-right:15px;
	}
}

@media screen and (max-width:900px){
	section.lead .lead_copy {
		font-size: 1.2rem;
	}
}

@media screen and (max-width:600px){
	html {
		font-size: 14px;
	}
	.only_sp{
		display:block;
	}
	br.only_sp{
		display:inline;
	}
	header {
	padding: 10px;
	}
	section.lead:before {
		display:none;
/*		padding-top: 80%;*/
	}
	section.lead {
    padding-bottom: 5%;
}
section.lead img {
    position: static;
    width: 75%;
    margin: 0 auto;
}
section.lead .lead_copy {
    position: static;
    transform: unset;
    margin: 0 auto;
}
	section.lead .lead_copy {
	font-size: 1.2rem;
	width: 13em;
	padding-left: 1em;
	padding-right: 1em;
	}
	.problems ul {
		display: block;
	}
	.problems ul li {
		padding: 40px 10px 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10%;
	}
	.problems ul li .box_fig {
		width: 30%;
	}
	.problems ul li .box_fig img{
		width:100%;
	}
	.problems ul li .box_txt {
		width: 65%;
	}
	.service ul{
		display:block;
	}
	.service ul li {
	margin-bottom: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	.service ul li:last-child{
		border-right:0;
	}
	.course_fee ul.course_list {
	display: block;
	width: 80%;
	margin: 0 auto;
	}
	.course_fee ul.course_list > li {
	width: 100%;
	margin-bottom: 15%;
	}
	.wrap_btn {
	display: block;
	}
	.wrap_btn .link_btn {
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
	box-sizing: border-box;
	padding: .8em 1.5em;
	}
	footer{
		display:block;
	}
	footer .wrap_company_info {
		margin-bottom: 30px;
	}

}