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

#wrapper{
	position: relative;
}

/*----header----*/
header{
	width: 100%;
	margin: 0 0 135px;
	padding: 0;
}

/*----section.mv----*/
.mv{
	position: relative;
	height: 510px;
}

.mv h1{
	position: absolute;
	top: 115px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.mv h1 img{
	margin: 0 auto;
	display: block;
}

.mv .mv_img{
	position: absolute;
	left: calc(50% - 72px);
	bottom: -135px;
	transform: translateX(-50%);
	z-index: 3;
}

.mv .mv_filter01{
	position: absolute;
	width: 100%;
	height: 80%;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0));
	z-index: 2;
}

.mv .mv_filter02{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
}





nav{
	position: absolute;
	top: 0;
	left: 0;
	background: var(--ac);
	z-index: 3;
	width: 100%;
	padding: 25px 0 0;
}

nav ul{
	text-align: center;
	font-size: 0;
	padding: 0
		
}

nav ul li{
	display: inline-block;
	margin-right: 30px;
}

nav ul li:last-child{
	margin-right: 0;
}

nav ul li a{
	display: inline-block;
	color: #fff;
	padding: 8px 17px;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	
	border: 1px solid transparent;
	border-radius: 20px;
}

nav ul li a:hover{
	border-color: #fff;
}


/*----section 共通部分----*/

section h2{
	font-size: 23px;
	font-weight: 500;
	position: relative;
  margin-bottom: 1em;
	text-align: center;
}

section h2:before{
	content: '';
  position: absolute;
  bottom: -15px;
  width: 45px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
  border-radius: 2px;
}

section .subtxt{
	font-size: 15px;
	margin: 62px auto 0;
	width: 340px;
	line-height: 1.6;
}

section .subtxt p{
	text-align: center;
}





/*----section.intro----*/
section.intro{
	padding: 55px 0 95px;
}

section.intro p:first-child{
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
}

section.intro p:nth-child(2){
	font-size: 19px;
	margin: 35px 0 10px 0;
	text-align: center;
	line-height: 1.6;
	text-decoration: underline;
	padding-bottom: 3px;
}

section.intro p:nth-child(3){
	font-size: 14px;
	margin: 10px 0 55px 0;
	text-align: center;
	line-height: 1.6;
}


section.intro a.btn_link01 span{
	font-size: 17px;
	line-height: 1.3;
	padding: 3px 0 0;
}

section.intro a.btn_link01 span:after{
	content: url(../img/cmn_ico_05.png);
	padding-left: 4px;
	display: inline-block;
}





/*----section.price----*/
section.price{
	padding: 90px 0 120px;
}

section.price h2{
	color: #006797;
}

section.price h2:before {
	background-color: #006797;
}

section.price .fig_area {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 67px auto 18px;
}

section.price .fig_area .fig{
	width: 330px;
	background: var(--ac);
	margin: 10px;
}

section.price .fig_area .fig p{
	color: #fff;
	text-align: center;
}

section.price .fig_area .fig p:first-child{
	font-size: 24px;
	margin: 60px 0 43px;
}

section.price .fig_area .fig p:nth-child(2){
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 58px;
	letter-spacing: 0.02em;
	text-indent: 0.02em;
}

section.price .fig_area .fig p:nth-child(2):after{
	content: '円';
	font-size: 27px;
	padding-left: 5px;
}

section.price .fig_area img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

section.price .note{
	font-size: 15px;
	text-align: center;
}


section.price .other{
	background: #f1f4f6;
	margin: 45px auto 67px;
	padding: 27px 0;
	text-align: center;
}

section.price .other p:first-child{
	font-size: 15px;
	margin-bottom: 10px;
}

section.price .other p:nth-child(2){
	font-size: 17px;
}

section.price .other p br{
	display: none;
}

/*----section.sch----*/
section.sch{
	padding: 90px 0 120px;
	background: var(--ac);
}

section.sch h2,
section.sch .subtxt p{
	color: #fff;
}

section.sch h2:before{
	background-color: #fff;
}

section.sch .fig_area{
	background: #fff;
	margin: 67px auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 25px 78px 35px;
}

section.sch .fig_area .fig{
	width: 240px;
}

section.sch .fig_area .fig .wrap_img{
	position: relative;
	height: 156px;
}

section.sch .fig_area .fig img{
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

section.sch .fig_area .fig p{
	font-size: 17px;
	text-align: center;
	line-height: 1.4;
	margin: 21px 0 0 0;
}

section.sch .fig_area > img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}


/*----section.support----*/
section.support{
	padding: 90px 0 120px;
	background: url(../img/cmn_img_bg02.png);
}

section.support h2{
	color: #006797;
}

section.support h2:before {
	background-color: #006797;
}

section.support .fig_area {
	margin: 67px auto 0;
	font-size: 0;
}

section.support .fig{
	width: calc((100% - 70px) / 3);
	display: inline-block;
	margin-right: 35px;
	font-size: 16px;
	text-align: center;
}

section.support .fig:last-child{
	margin-right: 0;
}

section.support .fig h3{
	font-size: 18px;
	margin: 28px 0;
	font-weight: 500;
}

section.support .fig .txt{
	text-align: left;
	line-height: 1.5;
}


/*----section.qa----*/
section.qa{
	padding: 120px 0 188px;
	background: #f1f4f6;
}

section.qa .qa_list{
	margin: 62px auto 0;
}

section.qa .qa_list dl{
	border-top: #333 1px solid;
	padding: 10px 0;
}

section.qa .qa_list dl:last-child{
	border-bottom: #333 1px solid;
}

section.qa .qa_list dt{
	font-size: 16px;
	padding: 12px 55px 12px 77px;
	min-height: 47px;
	line-height: 1.5;
	position: relative;
}

section.qa .qa_list dt:before{
	content: 'Ｑ';
	position: absolute;
	width: 43px;
	height: 43px;
	border: #174e68 2px solid;
	top: 50%;
	transform: translateY(-50%);
	left: 12px;
	border-radius: 22px;
	text-align: center;
	font-size: 29px;
	color: #174e68;
	line-height: 37px;
}

section.qa .qa_list dt span{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	width: 26px;
	height: 26px;
}

section.qa .qa_list dt span:before,
section.qa .qa_list dt span:after{
	content: "";
	display: block;
	background: #333;
	position: absolute;
}

section.qa .qa_list dt span:before {
	
	width: 26px;
	height: 2px;
	top: 12px;
	right: 0;
}

section.qa .qa_list dt span:after {
	width: 2px;
	height: 26px;
	top: 0;
	right: 12px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

section.qa .qa_list dt.rotate span:after {
    transform: rotate(90deg);
}

section.qa .qa_list dd{
	position: relative;
	font-size: 16px;
	background: #e1e1e1;
	padding: 25px 15px 15px;
	margin: 10px 0 0;
	line-height: 1.5;
	display: none;
}

section.qa .qa_list dd:before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border: 10px solid transparent;
	border-top: 13px solid #f1f4f6;
	width: 0;
	height: 0;
}



/*==レスポンシブ設定==*/
@media screen and (min-width:1020px) {
	
	
}

/*------------ノートPC用------------------*/
@media screen and (min-width: 960px) and (max-width: 1019px) {
	
}

/*------------タブレット用------------------*/
@media screen and (min-width: 560px) and (max-width: 959px) {
	
	header {
    position: static;
	}
	
	.mv {
    height: 295px;
		margin: 0 0 110px;
	}
	
	.mv h1 {
    top: 16px;
    left: 20px;
    transform: none;
		transition: all .3s;
	}
	
	.mv h1 img {
    width: 245px;
    height: auto;
		transition: all .3s;
	}
	
	.scroll-prevent .mv h1 {
    top: 18.5px;
    left: 17px;
    transform: none;
	}
	
	
	.scroll-prevent .mv h1 img {
    width: 190px;
    height: auto;
	}
	
	.mv .mv_img {
    width: 85%;
    height: auto;
    left: 46%;
    max-width: 550px;
		bottom: -110px;
	}
	
	nav {
    height: calc(100% - 72px);
    padding-top: 45px;
    position: fixed;
    top: 72px;
    right: 0;
    z-index: 10;
    transform: translate(100%);
	}
	
	section.intro {
    padding: 45px 20px 80px;
	}
	
	section.price {
    padding: 80px 0 90px;
	}
	
	section.price .fig_area .fig {
    width: calc((100% - 60px) / 2);
    border: none;
    box-shadow: none;
    margin: 0;
	}
	
	section.price .other {
    width: calc(100% - 40px);
	}
	
	section.sch {
    padding: 80px 20px 90px;
	}
	
	section.sch .fig_area {
    margin: 67px auto 60px;
	}
	
	section.sch .fig_area > img {
    width: 39px;
    height: auto;
	}
	
	section.sch .fig_area {
    padding: 25px 15px 35px;
	}
	
	section.sch .fig_area .fig {
    width: calc((100% - 50px) / 2);
	}
	
	section.support {
    padding: 80px 0 90px;
	}
	
	section.support .fig {
		width: 100%;
    display: block;
    margin: 0 0 45px;
		font-size: 0;
		text-align: left;
	}
	
	section.support .fig:last-child{
		margin: 0;
	}
	
	section.support .fig img {
    width: 150px;
    height: auto;
		margin: 0 20px 0 0;
		display: inline-block;
		vertical-align: top;
	}
	
	section.support .fig > div {
		display: inline-block;
		width: calc(100% - 170px);
		font-size: 16px;
		vertical-align: top;
		margin: 10px 0 0;
	}
	
	section.support .fig h3 {
    margin: 0 0 20px;
	}
	
	section.qa {
    padding: 80px 0 90px;
	}
	
	
}

/*-----------スマホ-------------*/
@media screen and (max-width: 559px) {
	
	header {
    position: static;
		margin: 0 0 12%;
	}
	
	.mv {
    height: 225px;
	}
	
	.mv h1 {
    top: 18.5px;
    left: 12px;
    transform: none;
	}
	
	.mv h1 img {
    width: 190px;
    height: auto;
	}
	
	.mv .mv_img {
    width: 85%;
    height: auto;
    left: 46%;
		max-width: 380px;
    bottom: 5%;
    transform: translate(-50% , 35%);
	}
	
	nav {
    height: calc(100% - 72px);
    padding-top: 45px;
    position: fixed;
    top: 72px;
    right: 0;
    z-index: 10;
    transform: translate(100%);
	}
	
	section .subtxt {
    width: 100%;
    margin: 45px 0;
    padding: 0 15px;
	}
	
	section.intro {
    padding: 51px 15px 70px;
	}
	
	section.intro p:first-child {
    font-size: 20px;
	}
	
	section.intro p:first-child br {
    display: none;
	}
	
	section.intro p:first-child span {
    white-space: nowrap;
	}
	
	section.intro p:nth-child(2) {
    margin: 35px 0;
	}
	
	section.intro p:nth-child(2) br{
		display: none;
	}
	
	section.price {
    padding: 55px 0 65px;
	}
	
	section.price .fig_area {
    margin: 55px auto 28px;
    display: block;
	}
	
	section.price .fig_area .fig {
    width: calc(100% - 20px);
	}
	
	section.price .fig_area .fig p:first-child {
    margin: 40px 0 25px;
	}
	
	section.price .fig_area .fig p:nth-child(2) {
    margin: 0 0 40px;
	}
	
	section.price .fig_area img {
    position: static;
    display: block;
    margin: 22px auto;
    transform: none;
	}
	
	section.price .note {
    line-height: 1.4;
    padding: 0 15px;
	}
	
	section.price .other {
    margin: 45px 15px 55px;
    width: calc(100% - 30px);
		padding: 27px 15px;
	}
	
	
	section.price .other p:first-child {
    line-height: 1.4;
		margin-bottom: 30px;
	}
	
	section.price .other p:nth-child(2) {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
	}
	
	section.price .other p br{
		display: block;
	}
	
	section.price .btn_area {
    padding: 0 15px;
	}
	
	section.sch {
    padding: 55px 15px 65px;
	}
	
	section.sch .subtxt {
    padding: 0;
	}
	
	section.sch .fig_area {
    margin: 0 auto 55px;
		padding: 45px 0;
		display: block;
	}
	
	section.sch .fig_area .fig {
    width: 100%;
	}
	
	section.sch .fig_area .fig:first-child {
    margin: 0 0 115px;
	}
	
	section.sch .fig_area .fig p {
    margin: 10px 0 0 0;
	}
	
	section.sch .fig_area > img {
    transform: translate(-50% , -50%) rotate(90deg);
	}
	
	section.support {
    padding: 55px 15px 65px;
	}
	
	section.support .fig_area {
    margin: 0;
    padding: 0;
	}
	
	section.support .fig {
    width: 100%;
    display: block;
		margin: 0 0 40px;
	}
	
	section.support .fig:last-child {
		margin: 0 ;
	}
	
	section.support .fig img {
    width: 90px;
    height: auto;
	}
	
	section.support .fig h3 {
    margin: 16px 0 13px;
	}
	
	section.support .fig .txt {
    text-align: center;
	}
	
	section.qa {
    padding: 55px 0 65px;
	}
	
	section.qa .qa_list {
    margin: 55px auto 0;
	}
	
	section.qa .qa_list dl {
    padding: 17px 0;
	}
	
	section.qa .qa_list dt:before {
    width: 31px;
    height: 31px;
    font-size: 23px;
    line-height: 25px;
		left: 0;
	}
	
	section.qa .qa_list dt {
    padding: 0 37px 0 46px;
	}
	
	section.qa .qa_list dt span {
    right: 0;
	}
	
	
	
}




















