@charset "UTF-8";

/*common20201021---------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html{
	font-size: 62.5%;
	overflow-x: hidden;
}
body{
	opacity:0; /*遅延表示用*/
/*	font-family: 'Noto Sans JP', 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;	
	font-size: 1.6rem;
	color: #251d1b;
	position: relative;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}

.cl{
	font-family: corporate-logo-ver2, sans-serif;
}
.lato{
	font-family: 'Lato', sans-serif;
}
.noto{
	font-family: 'Noto Sans JP', sans-serif;
}
.bold{
	font-weight: 700 !important;
}
.black{
	font-weight: 900 !important;
}
.medium{
	font-weight: 500 !important;
}
main{
	display: block;
	background: #f3f3f3;
	padding-top: 95px;
/*	font-family: yu-gothic-pr6n, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
}
img{
	border:none;
	-webkit-backface-visibility: hidden;
}
ul,ol{
	list-style: none;
}
li{
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #000;
	transition: .3s all ease;
}

.logo *,
.pic img,
.pic picture,
.pic source,
.pic a{
	display: block;
	width: 100%;
}
.pic img{
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
table{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.bold{
	font-weight: 600;
}
.outer{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 36px;
	padding-right: 36px;
}
.inner{
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
input,
select,
textarea{
	font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border: none;
	border-radius: 0;
	font-size: 1.6rem;
	color: #000;
}
input[type='text'],
input[type='email']{
	display: flex;
	align-items: center;
	width: 100%;
	height: 52px;
	border-radius: 2px;
}
input[type='submit'],
input[type='button'],
button{
	font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
textarea{
	width: 100%;
	height: 270px;
	line-height: 1.8;
}
select::-ms-expand{
	display: none;
}
table{
	border-collapse: collapse;
	table-layout: fixed;
}
a{
	transition: .3s all ease;
}
.txt-purple{
	color: #ba0045 !important;
}

/* +++++++++++++++++++++++loading++++++++++++++++++++++ */
.loading{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-size: 300px auto;
	background-position: center center;
	z-index: 9999;
}

/* +++++++++++++++++++++++header++++++++++++++++++++++ */
#header {
    height: 110px;
    padding-top: 20px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
	transition: .3s all ease;
}
#header.fixed{
	background: #fff;
}

@media screen and (min-width: 769px){
	#header.fixed{
		height: 80px;
	}
	#header.fixed #menu-btn{
		transform: scale(.75);
	}
	#header.fixed .site-ttl a{
		transform: scale(.75);
	}
}
.site-ttl a{
	width: 196px;
	padding-top: 42px;
	background: url(../images/index-logo01.png) no-repeat;
	background-position: center top;
	font-size: 1.6rem;
	letter-spacing: .1em;
	text-align: center;
	background-size: 100% auto;
	color: #b81c1e;
	display: block;
	transition: .3s all ease;
	transform-origin: left center;
}
.site-ttl a:hover{
	opacity: .6;
}
/*
#head-tel-btn{
	font-size: 1.7rem;
	letter-spacing: .075em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 52px;
	border-radius: 26px;
	background: #fff;
	border: 4px solid #231b18;
	border-bottom: 7px solid #231b18;
}
#head-tel-btn:before{
	content: "";
	display: block;
	width: 18px;
	height: 100%;
	background: url(../images/header-icon01.svg) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin-right: .6em;
}
*/
#menu-btn{
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: #251d1b;
	/*
	margin-left: 36px;
	*/
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: -.016em;
	cursor: pointer;
	transition: .3s all ease;
	position: relative;
	z-index: 100;
	transform-origin: right center;
}
.menu-active #menu-btn{
	background: transparent;
	color: #251d1b;
}
#menu-btn:hover{
	opacity: .6;
}
#menu-btn>span{
	width: 40px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .4s all cubic-bezier(0.8, 0, 0.1, 1);
}
#menu-btn>span:nth-of-type(1){
	transform: translateY(-14px);
}
.menu-active #menu-btn>span{
	background: #251d1b;
	width: 30px;
}
.menu-active #menu-btn>span:nth-of-type(1){
	transform: translateY(-14px) rotate(45deg);
}
.menu-active #menu-btn>span:nth-of-type(2){
	transform: translateY(-14px) rotate(-45deg);
}
#menu-btn div{
	position: absolute;
	left: 0;
	right: 0;
	top: 55px;
	margin: auto;
	text-align: center;
}
#menu-btn div span{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#menu-btn div span:nth-of-type(2){
	opacity: 0;
	visibility: hidden;
}
.menu-active #menu-btn div span:nth-of-type(2){
	opacity: 1;
	visibility: visible;
}
.menu-active #menu-btn div span:nth-of-type(1){
	opacity: 0;
	visibility: hidden;
}

nav.globalnav{
	background-color: #fff;
	background-image: url(../images/nav-bg01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
	max-width: 720px;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
/*
	font-size: 4.3rem;
*/
	font-size: 3rem;
	letter-spacing: .075em;
	overflow-y: auto;
	opacity: 0;
	transform: translateX(720px);
	transition: 1.6s all cubic-bezier(0.8, 0, 0.1, 1);
	z-index: 11;
	padding-left: 40px;
	padding-top: 27px;
}
.menu-active nav.globalnav{
	opacity: 1;
	transform: translateX(0);

}
nav.globalnav>ul{
/*
	padding-left: 140px;
*/
	padding-left: 24px;
	padding-top: 45px;
	min-height: 760px;
	overflow: hidden;
}
nav.globalnav>ul>li{
	padding-bottom: 30px;
	transform: translateX(1.2em);
	opacity: 0;
	transition: .6s all ease;
}
nav.globalnav>ul>li.parent:nth-of-type(3){
	padding-bottom: 55px;
}
.menu-active nav.globalnav>ul>li{
	transform: translateX(0);
	opacity: 1;
}

nav.globalnav>ul>li:nth-of-type(1){
	transition-delay: 1s;
}
nav.globalnav>ul>li:nth-of-type(2){
	transition-delay: 1.1s;
}
nav.globalnav>ul>li:nth-of-type(3){
	transition-delay: 1.2s;
}
nav.globalnav>ul>li:nth-of-type(4){
	transition-delay: 1.3s;
}
nav.globalnav>ul>li:nth-of-type(5){
	transition-delay: 1.4s;
}
nav.globalnav>ul>li:nth-of-type(6){
	transition-delay: 1.5s;
}
nav.globalnav>ul>li:nth-of-type(7){
	transition-delay: 1.6s;
}
nav.globalnav .child{
/*
	font-size: 3.5rem;
*/
	font-size: 2.4rem;
}
nav.globalnav .child li{
/*
	margin-top: 35px;
*/
	margin-top: 18px;
	transform: translateX(.5em);
	opacity: 0;
	transition: .3s all ease;
}
.menu-active nav.globalnav .child li{
	transform: translateX(0);
	opacity: 1;
}

nav.globalnav>ul>li:nth-of-type(1) li{
	transition-delay: 1.15s;
}
nav.globalnav>ul>li:nth-of-type(2) li{
	transition-delay: 1.25s;
}
nav.globalnav>ul>li:nth-of-type(3) li{
	transition-delay: 1.3s;
}
nav.globalnav .child a{
	position: relative;
	padding-left: 50px;
}
nav.globalnav .child a:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
/*
	left: 10px;
	top: 10px;
*/

	left: 15px;
	top: 0;
	border-left: 1px solid #474747;
	border-bottom: 1px solid #474747;
}
nav.globalnav a:hover{
	opacity: .6;
}
.menu-active header:after{
	visibility: visible;
	opacity: 1;
}
header:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
     min-height: 760px; 
    background: rgba(0,0,0,.7);
    z-index: 10;
    transition: 1.6s all cubic-bezier(0.8, 0, 0.1, 1);
    visibility: hidden;
    opacity: 0;
}


/* +++++++++++++++++++++++key-visual++++++++++++++++++++++ */
#key-visual{
	background: #444;
	color: #fff;
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
/*	margin-top: 130px;*/
}
#page-ttl{
	font-size: 3.6rem;
	letter-spacing: .2em;
}

/* +++++++++++++++++++++++サブページのkey-visual++++++++++++++++++++++ */
#key-visual.sub {
    /* margin-top: 100px; */
	margin-top: 110px;
}

/* +++++++++++++++++++++++bread-crumbs++++++++++++++++++++++ */
#bread-crumbs{
	padding-top: 17px;
	padding-bottom: 15px;
	background: #ccc;
	line-height: 1.4;
	font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
#bread-crumbs ul{
	display: flex;
	flex-wrap: wrap;
}
#bread-crumbs li{
	display: flex;
	align-items: center;
}
#bread-crumbs li:not(:last-of-type):after{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	border-top: 1px solid #3e3e3e;
	border-right: 1px solid #3e3e3e;
	margin: 0 .8em;
}
#bread-crumbs a{
	text-decoration: underline;
}
#bread-crumbs a:hover{
	text-decoration: none;
}

/* +++++++++++++++++++++++aside++++++++++++++++++++++ */
aside{
	padding-top: 80px;
	padding-bottom: 80px;
	background: #ccc;
}
.fukidashi{
	color: #fff;
	letter-spacing: .05em;
	font-size: 2rem;
	text-align: center;
	line-height: 1.538;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 9;
}
.fukidashi p:nth-of-type(1){
	background: url(../images/aside-bg01.png) no-repeat;
	background-size: 100% auto;
	width: 190px;
	height: 246px;
	padding-top: 61px;
}
.fukidashi p:nth-of-type(3) {
    background: url(../images/aside-bg03.png) no-repeat;
    background-size: 100% auto;
    width: 190px;
    height: 246px;
    padding-top: 61px;
/*    padding-left: 1em;*/
}
.fukidashi p:nth-of-type(2){
	background: url(../images/aside-bg02.png) no-repeat;
	background-size: 100% auto;
	width: 185px;
	height: 239px;
	padding-top: 46px;
	margin: 0 100px;
}
.form-link{
	height: 330px;
	text-align: center;
	border-radius: 182px;
	background: #fff;
	border: 5px solid #221613;
	margin: -54px auto 0;
	padding: 40px 0 0;
}
.form-link h2{
	font-size: 3rem;
	letter-spacing: .05em;
	margin-bottom: 20px;
}
.form-link h2 br{
	display: none;
}
.form-link .message{
	margin-bottom: 30px;
	font-size: 2rem;
	letter-spacing: .05em;
}
.form-link ul{
	max-width: 883px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.form-link li{
	width: 46.319%;
	height: 132px;
	letter-spacing: .05em;
}
.form-link li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	border: 5px solid #221613;
	border-bottom: 8px solid #221613;
	border-radius: 66px;
	background: #fabd00;
	width: 100%;
	height: 100%;
	transition: 0s all ease;
	font-size: 2.6rem;
	position: relative;
}
.form-link li:nth-of-type(2) a{
	background: #d33a11;
}
.form-link li a:hover{
	border-top: 8px solid #221613;
	border-bottom: 5px solid #221613;
}
.form-link li span{
	font-size: 1.8rem;
	margin-bottom: 1em;
}
.form-link li a:after{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.form-link strong{
	color: #1c9d36;
}

/* +++++++++++++++++++++++footer++++++++++++++++++++++ */
#footer{
	padding-top: 70px;
	text-align: center;
	background: #f3f3f3;
/*	font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;*/
	position: relative;
}
.contact-message{
	letter-spacing: .05em;
	font-size: 2.7rem;
}
#copyrights{
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 134px;
	letter-spacing: .1em;
	font-size: 1.8rem;
}
#footer ul{
	padding: 30px 35px 35px;
	border-bottom: 1px solid #7a540b;
	display: flex;
	justify-content: space-between;
}
#footer li{
	width: 44%;
	height: 197px;
}
#footer li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 25px;
    border: 4px solid #221613;
	position: relative;
}
#footer a{
	transition: .3s all ease;
}
#footer a:hover{
	opacity: .6;
}
#footer li:nth-of-type(1) a{
	border: 4px solid #221613;
	pointer-events: none;
}
#footer li h3{
	color: #1c9d36;
	font-size: 2.4rem;
}
#footer li .tel-number {
    padding: 17px 0 15px 0em;
    font-size: 3rem;
    display: flex;
}
#footer li .mail {
    padding: 17px 0 15px 2em;
    font-size: 3rem;
    display: flex;
}
#footer li .tel-number:before {
    content: "";
    display: block;
    width: 30px;
    height: 40px;
    background: url(../images/footer-icon01.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    margin-right: .3em;
}
#footer li .mail:before {
    content: "";
    display: block;
    width: 38px;
    height: 100%;
    background: url(../images/footer-icon02.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    margin-right: .15em;
    position: absolute;
    top: 0.2em;
    left: 3em;
}
.open-close{
	font-size: 1.8rem;
	letter-spacing: .05em;
}
#footer .catch-copy {
    font-size: 2.8rem;
    letter-spacing: .1em;
    line-height: 1.5em;
    margin-top: 60px;
}
.footer-logo{
	margin-top: 40px;
	margin-bottom: 60px;
	
}
.footer-logo a{
	display: inline-block;
}
#page-top{
	position: fixed;
	bottom: 20px;
	right: 36px;
	z-index: 999;
	display: block;
	width: 60px;
	transform: translateY(1em);
	opacity: 0;
	transition: .1s all ease-out;
	visibility: hidden;
}
#page-top img{
	display: block;
	width: 100%;
}
#page-top.visible{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* +++++++++++++++++新着情報共通スタイル++++++++++++++++ */
.bg-yellow{
	background: #fabd00 !important;
}
.bg-green{
	background: #63baab !important;
}
.bg-red{
	background: #fe6868 !important;
}
.bg-pink{
	background: #ffb2cd !important;
}
.bg-blue{
	background: #8be1f4 !important;
}

.bg-yellow:before{
	background: #fabd00 !important;
}
.bg-green:before{
	background: #63baab !important;
}
.bg-red:before{
	background: #fe6868 !important;
}
.bg-pink:before{
	background: #ffb2cd !important;
}
.bg-blue:before{
	background: #8be1f4 !important;
}
.cat-list-outer{
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1272px;
	margin: 0 auto;
	padding: 0 13px;
}
.cat-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.cat-list li{
	margin: 0 0 50px;
	width: 20%;
	transition: .3s opacity ease;
	padding: 0 23px;
}
.cat-list li:hover{
	opacity: .7;
}

.cat-list li:nth-of-type(5n){
	margin-right: 0;
}
.cat-list li.current a:before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	right: 0;
	top: -16px;
	margin: auto;
	border-top: 3px solid #221613;
	border-right: 3px solid #221613;
	transform: rotate(-45deg);
background:inherit;
}
.cat-list a{
	font-size: 1.8rem;
	letter-spacing: .025em;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #221613;
	flex-shrink: 0;
	border-radius: 30px;
	padding: 0 .5em;
	height: 60px;
	width: 100%;
	position: relative;
}
.cat-list a span{
	position: relative;
	z-index: 3;
}


/* +++++++++++++++++pager++++++++++++++++ */
.wp-pagenavi{
	display: flex;
	justify-content: center;
	font-size: 2rem;
}
.page,
.previouspostslink,
.nextpostslink,
.pager .current{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 60px;
	background: #fff;
	margin: 0 2px;
	border: 1px solid #221613;
	position: relative;
	transition: .3s all ease;
}
.page:hover,
.previouspostslink:hover,
.nextpostslink:hover{
	opacity: .6;
}
.pager .current{
	background: #ccc;
}
.previouspostslink:before,
.nextpostslink:before{
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 4px solid #b7b7b7;
}
.previouspostslink:before{
	border-left: 4px solid #b7b7b7;
	transform: rotate(-45deg);
	margin-left: 18px;
}
.nextpostslink:before{
	border-right: 4px solid #b7b7b7;
	transform: rotate(45deg);
	margin-right: 18px;
}

@media screen and (max-width: 1200px){
	.form-link h2{
		letter-spacing: 0;
	}
}

@media screen and (max-width: 1100px) and (min-width: 769px){
	.form-link{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		padding: 0;
		height: 420px;
		border-radius: 210px;
		margin-top: -2.5vw;
	}
	.form-link h2{
		font-size: 2.8rem;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.form-link h2 br{
		display: block;
	}
	.form-link .message{
		font-size: 1.8rem;
		margin-bottom: 0;
	}
	.form-link ul{
		display: block;
	}
	.form-link li{
		width: 400px;
		height: 100px;
		margin: 25px auto;
	}
	.fukidashi{
		justify-content: space-between;
		font-size: 2vw;
	}
	.fukidashi p:nth-of-type(2){
		margin: 0;
	}
	.fukidashi p:nth-of-type(1){
		width: 20.182vw;
		height: 22.364vw;
		padding-top: 3em;
	}
	.fukidashi p:nth-of-type(3){
		padding-top: 3em;
		width: 20.182vw;
		height: 22.364vw;
	}
	.fukidashi p:nth-of-type(2){
		width: 19.182vw;
		height: 22vw;
		padding-top: 2.5em;
	}

/* +++++++++++++++++++++++footer++++++++++++++++++++++ */
	#footer li{
		width: 48%;
	}
	#footer li h3{
		font-size: 2.727vw;
	}
	#footer li .tel-number,
	#footer li .mail{
		font-size: 3.6vw;
		
	}
	#footer li .tel-number:before{
		width: 3vw;
	}
	#footer li .mail:before{
		width: 3.8vw;
		left:6vw;
	}
	.open-close{
		font-size: 2vw;
	}
	.cat-list-outer{
		padding-left: calc(36px - 1vw);
		padding-right: calc(36px - 1vw);
	}
	.cat-list li{
		padding: 0 1vw;
	}
/* ++++++++++++++++++++新着情報共通スタイル++++++++++++++++ */
	.cat-list a{
		font-size: 1.4rem;
	}

}



/* ++++++++++++++++++++++モバイルレイアウト+++++++++++++++++++++ */
@media screen and (max-width:768px){
	html{
		font-size: 2.666vw; 
	}
	body{
		width: 100%;
		overflow: hidden;
		font-size: 1.4rem;
	}

	input[type='text'],
	input[type='email']{
		height: 4rem;
		border-radius: .3rem;
		font-size: 1.4rem;
	}
	textarea{
		width: 100%;
		height: 20rem;;
		line-height: 1.666;
	}
	.inner{
		width: 100%;
	}
	.outer{
		width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	main{
		padding-top: 6rem;
	}
/* +++++++++++++++++++++++header++++++++++++++++++++++ */
#header {
    height: 8rem;
    padding-top: 1rem;
    padding: 1rem 1.5rem;
    position: fixed;
/*    background: #f3f3f3;*/
}

	.site-ttl a{
		width: 31vw;
		padding-top: 7vw;
		font-size: 2.6vw;
	}
/*
	#head-tel-btn{
		font-size: 1.5rem;
		width: 16rem;
		height: 4rem;
		border-radius: 2rem;
		border: .2rem solid #231b18;
		border-bottom: .4rem solid #231b18;
	}
	#head-tel-btn:before{
		width: 1.2rem;
		height: 100%;
		margin-right: .4em;
	}
*/
	#menu-btn{
		width: 6rem;
		height: 6rem;
		margin-left: 2rem;
		font-size: 1.2rem;
	}
	#menu-btn:hover{
		opacity: 1;
	}
	#menu-btn>span{
		width: 50%;
		height: .2rem;
		border-radius: .1rem;
	}
	#menu-btn>span:nth-of-type(1){
		transform: translateY(-1rem);
	}
	#menu-btn>span:nth-of-type(2){
		transform: translateY(-.2rem);
	}
	.menu-active #menu-btn>span{
		width: 40%;
	}
	.menu-active #menu-btn>span:nth-of-type(1){
		transform: translateY(-1rem) rotate(45deg);
	}
	.menu-active #menu-btn>span:nth-of-type(2){
		transform: translateY(-1rem) rotate(-45deg);
	}
	#menu-btn div{
		top: 3.7rem;
	}
	
	nav.globalnav{
		max-width: 100%;
/*
		font-size: 2.6rem;
*/
		font-size: 1.9rem;
		padding-left: 2.5rem;
		padding-top: 2.25rem;
		padding-bottom: 8rem;
		transform: translateX(100vw);
	}
	nav.globalnav>ul{
		padding-left: 2rem;
		padding-top: 4rem;
/*
		min-height: 100%;
*/
		min-height: 0;
	}
	nav.globalnav>ul>li{
		padding-bottom: 2.5rem;
	}
	nav.globalnav>ul>li.parent:nth-of-type(3){
		padding-bottom: 4.5rem;
	}
	nav.globalnav .child{
/*
		font-size: 2.2rem;
*/
		font-size: 1.6rem;
	}
	nav.globalnav .child li{
		margin-top: 1.8rem;
	}
	nav.globalnav .child a{
		padding-left: 3.6rem;
	}
	nav.globalnav .child a:before{
		width: 1.0rem;
		height: 1.0rem;
		left: 1.5rem;
		top: 0;
	}
	header:after{
		content: "";
		display: none !important;
	}
/* +++++++++++++++++++++++loading++++++++++++++++++++++ */
	.loading{
		background-size: 50vw auto;
	}


/* +++++++++++++++++++++++key-visual++++++++++++++++++++++ */
	#key-visual{
		height: 12rem;
/*		margin-top: 8rem;*/
	}
	#key-visual.sub{
		margin-top: 8rem;
	}
	#page-ttl{
		font-size: 2.4rem;
	}

/* +++++++++++++++++++++++bread-crumbs++++++++++++++++++++++ */
	#bread-crumbs{
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
		font-size: 1.2rem;
	}
	#bread-crumbs li:not(:last-of-type):after{
		width: .5rem;
		height: .5rem;
		margin: 0 1em;
	}

/* +++++++++++++++++++++++aside++++++++++++++++++++++ */
	aside{
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.fukidashi{
		font-size: 1.2rem;
		line-height: 1.5;
		justify-content: space-between;
	}
	.fukidashi p{
		flex-shrink: 0;
		letter-spacing: 0;
	}
	.fukidashi p:nth-of-type(1){
		width: 10rem;
		height: 11.2rem;
		padding-top: 3rem;
	}
	.fukidashi p:nth-of-type(3){
		width: 10rem;
		height: 11.2rem;
		padding-top: 3rem;
	}
	.fukidashi p:nth-of-type(2){
		width: 10rem;
		height: 11.5rem;
		padding-top: 2rem;
		margin: 0;
	}
	.form-link{
		height: auto;
		border-radius: 4rem;
		border: .4rem solid #221613;
		margin: -3rem auto 0;
		padding: 3rem 0 1.5rem;
	}
	.form-link h2{
		font-size: 2.2rem;
		line-height: 1.4;
		margin-bottom: 1.5rem;
	}
	.form-link h2 br{
		display: block;
	}
	.form-link .message{
		margin-bottom: 2rem;
		font-size: 1.8rem;
		line-height: 1.666;
	}
	.form-link ul{
		max-width: 100%;
		padding: 0 2rem;
		display: block;
	}
	.form-link li{
		width: 100%;
		height: 11rem;
		margin-bottom: 1.5rem;
	}
	.form-link li a{
		border: .4rem solid #221613;
		border-bottom: .4rem solid #221613;
		font-size: 2.2rem;
		align-items: flex-start;
		padding-left: 4rem;
		border-radius: 5.5rem;
		text-align: left;
	}
	.form-link li a:hover{
		border-top: .4rem solid #221613;
		border-bottom: .4rem solid #221613;
	}
	.form-link li span{
		font-size: 1.6rem;
		margin-bottom: .8rem;
		line-height: 1.3;
	}
	.form-link li a:after{
		width: 1.2rem;
		height: 1.2rem;
		border-top: .5rem solid #fff;
		border-right: .5rem solid #fff;
		right: 4rem;
	}
/* +++++++++++++++++++++++footer++++++++++++++++++++++ */
	#footer{
		padding: 6rem 0 0;
	}
	.contact-message{
		line-height: 1.4;
		font-size: 2rem;
		letter-spacing: 0;
	}
	#copyrights{
		height: 4rem;
		font-size: 1.2rem;
	}
	#footer ul{
		padding: 2rem 1.5rem 3rem;
		border-bottom: .1rem solid #7a540b;
		display: block;
		width: calc(100% - 3rem);
		margin-left: auto;
		margin-right: auto;
	}
	#footer li{
		width: 100%;
		height: auto;
	}
	#footer li a{
		border: .3rem solid #221613;
		border-radius: 1rem;
		padding: 2rem 0;
	}
	#footer li:nth-of-type(1) a{
		border: .3rem solid #221613;
		pointer-events: auto;
		margin-bottom: 1.5rem;
	}
	#footer li h3{
		font-size: 2.2rem;
	}
	#footer li .tel-number{
		padding: 1.5rem 0;
		font-size: 2.2rem;
	}
	#footer li .mail {
    padding: 1.5rem 0 1.5rem 1.5em;
    font-size: 2.2rem;
}	
#footer li .tel-number:before {
    width: 2rem;
    height: 1.4em;
    margin-right: .15em;
    position: absolute;
    top: 5.5rem;
    left: 2.6em;
}
	#footer li .mail:before {
		width: 2.5rem;
		height: 1em;
		margin-right: .3em;
		top: 5.8rem;
		left: 2.2em;
	}
	
	
	
	.open-close{
		font-size: 1.8rem;
	}
	#footer .catch-copy{
		font-size: 1.8rem;
		margin-top: 4rem;
	}
	.footer-logo{
		width: 22rem;
		margin: 1.5rem auto 4rem;
	}
	.footer-logo img{
		width: 100%;
	}
	#page-top{
		bottom: 2rem;
		right: 1.5rem;
		width: 5rem;
	}


/* +++++++++++++++++新着情報共通スタイル++++++++++++++++ */
	.cat-list-outer{
		max-width: 100%;
		margin: 0 auto;
		padding: 0 .5rem;
	}
	.cat-list li{
		margin: 0 0 2rem;
		width: 33.333%;
		padding: 0 1rem;
	}
	.cat-list li:nth-of-type(5n){
		margin-right: 0;
	}
	.cat-list li.current a:before{
		width: 1rem;
		height: 1rem;
		top: -.75rem;
		border-top: .2rem solid #221613;
		border-right: .2rem solid #221613;
	}
	.cat-list a{
		font-size: 1.2rem;
		letter-spacing: 0;
		border: .2rem solid #221613;
		flex-shrink: 0;
		border-radius: 2rem;
		padding: 0 .5em;
		height: 4rem;
	}


/* +++++++++++++++++pager++++++++++++++++ */
	.wp-pagenavi{
		padding: 0 1.5rem;
		font-size: 1.6rem;
	}
	.page,
	.previouspostslink,
	.nextpostslink,
	.pager .current{
		width: 3rem;
		height: 4rem;
		margin: 0 .4rem;
		border: .1rem solid #221613;
	}
	.previouspostslink:before,
	.nextpostslink:before{
		content: "";
		width: .6rem;
		height: .6rem;
		border-top: .3rem solid #b7b7b7;
	}
	.previouspostslink:before{
		border-left: .3rem solid #b7b7b7;
		margin-left: 1.2rem;
	}
	.nextpostslink:before{
		border-right: .3rem solid #b7b7b7;
		transform: rotate(45deg);
		margin-right: 1.2rem;
	}
}



@media screen and (min-width: 769px){
	.pc-none{
		display: none !important;
	}
	#head-tel-btn{
		pointer-events: none;
	}
}
@media screen and (max-width: 768px){
	.sp-none{
		display: none !important;
	}
}

/*20221104追記*/
span.ez-toc-section{
	padding-top: 100px;
    margin-top: -100px;
}



/*manager.css---------------------------------------------------------------*/

body {
/*	// PC用の横幅*/
	min-width: 1100px;
}
/*// スマートフォンのブレイクポイント*/
@media screen and (max-width: 769px){
	body {
/*		// 初期化*/
		min-width: initial;
	}
}

.inner{
	max-width: 1100px;
	padding:0;
}

main{
	background: #E9EFF4;
	letter-spacing: 0;
	padding-top: 0;
}

#menu-btn {
	display: none;
}

.tb {
	display:none;
}


/* ++++++++++++++++++++++#key-visual+++++++++++++++++++ */

.header_right {
    display: none;
}

.header_left {
    display: none;
}

#key-visual {
    padding-top: 120px;
    padding-bottom: 240px;
    height: auto;
    background: url(../images/manager/manager-key-visual.png) no-repeat;
    background-size: cover;
    background-position: center center;
    color: #333333;
    overflow: hidden;
    margin-top: -120px;
}
#key-visual .inner {
    padding-top: 54px;
    padding-bottom: 54px;
    background: #fff;
    text-align: center;
}
#key-visual .catch-copy {
    letter-spacing: 0;
    font-size: 32px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.04em;
    font-weight: 900;
    z-index: 1;
}
#key-visual .title_wrap::after {
    content: "";
    display: none;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    position: absolute;
    right: 57px;
    top: -130px;
    background: #E9EFF4;
    z-index: 0;
}
#key-visual .catch-copy::before {
    content: "";
    display: block;
    width: 50px;
    height: 40px;
    background: url(../images/manager/manager-key-visual-fukidashi01.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -40px;
    top: -27px;
    z-index: 1;
}
#key-visual .catch-copy strong{
	font-size: 7.2rem;
}
#key-visual .catch-copy span{
	position: relative;
}
#key-visual .catch-copy span span {
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 50%, #FAA37F 50%, #FAA37F 100%);
    letter-spacing: 0.03em;
}#key-visual .catch-copy span span.unit {
    background: none;
	font-size:49px;
}
#key-visual .catch-copy span span.no-line{
	background: none;
}
#key-visual h2 {
    font-size: 52px;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
}
#key-visual h2 span.mgr {
    margin-right: 0.3em;
    background: -webkit-linear-gradient(transparent 60%, rgba(239,119,96,0.34) 60%);
    background: -o-linear-gradient(transparent 60%, rgba(239,119,96,0.34) 60%);
    background: linear-gradient(transparent 60%, rgba(239,119,96,0.34) 60%);
    padding-bottom: 9px 0;
    padding: 0 6px 6px 8px;
}
#key-visual h2 span:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333333;
    position: absolute;
    left: 4.25em;
    /* right: 0; */
    top: 0.45em;
    margin: auto;
}
#key-visual h1{
	width: 210px;
	margin: 0 auto 40px auto;
}
#key-visual h1 img{
	display: block;
	width: 100%;
}
#key-visual ul {
    display: flex;
    justify-content: space-between;
    max-width: 744px;
    margin: 0 auto 42px auto;
}
#key-visual li {
    width: 350px;
    height: 70px;
    margin: 0 auto;
}
#key-visual li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	letter-spacing: 0;
	color: #fff;
	border-radius: 45px;
	box-shadow: 0 8px 0 rgba(0,0,0,.16);
	transition: .1s all ease;
}
#key-visual li a:hover{
	transform: translateY(8px);
	box-shadow: 0 0 0 rgba(0,0,0,.16);
}
#key-visual li:nth-of-type(1) a{
	background: #F05028;
}
#key-visual li:nth-of-type(2) a{
	background: #11325E;
}
#key-visual li:nth-of-type(1) a:before{
	content: "";
	display: block;
	width: 38px;
	height: 100%;
	margin-right: 40px;
	background: url(../images/manager/manager-key-visual-icon02.svg) no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
#key-visual .inner:before{
	content: "";
	display: block;
	width: 431px;
	height: 583px;
	background: url(../images/manager/manager-key-visual-illust01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: -350px;
	bottom: -240px;
}
#key-visual .inner:after{
	content: "";
	display: block;
	width: 387px;
	height: 581px;
	background: url(../images/manager/manager-key-visual-illust02.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: -350px;
	bottom: -240px;
}
#key-visual .title_wrap {
    margin: 0 0 44px 0;
}
span.accent {
	font-size:44px;
	display: inline-block;
	font-weight: 900;
}
#key-visual .mv-tel img {
    width: 28px;
    height: auto;
    margin-right: 0.7em;
}
#key-visual .mv-tel {
    max-width: 640px;
    margin: 0 auto;
    background: rgba(233,239,244,0.8);
    padding: 1em 0;
}
.tel-left {
    line-height: 1.4em;
    font-size: 17px;
    color: #1a315b;
    font-weight: bold;
    margin-right: 3em;
}
.tel-right a {
	font-size:40px;
    font-weight: 900;
	color:#1a315b;
}


/* ++++++++++++++++++++++#sec01+++++++++++++++++++ */
#sec01{
	padding-top: 160px;
	padding-bottom: 120px;
}
#sec01:before{
	content: "ABOUT";
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -34px;
	font-size: 180px;
	letter-spacing: .08em;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	opacity: .6;
}
#sec01 h2 {
    font-size: 3rem;
    line-height: 1.7em;
    margin-bottom: 50px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}
#sec01 p {
    font-size: 2.2rem;
/*    max-width: 900px;*/
/*    margin: 0 auto;*/
    text-align: center;
}
#sec01 .catch-copy {
    padding-bottom: .2em;
    display: inline-block;
    border-bottom: 3px solid #F05028;
    margin-bottom: 1em;
    line-height: 1.5;
}

/* ++++++++++++++++++++++#sec02+++++++++++++++++++ */
#sec02{
	padding-top: 90px;
	padding-bottom: 100px;
	text-align: center;
	background: #fff;
}
#sec02 .catch-copy {
    font-size: 3rem;
    padding-bottom: .3em;
    display: inline-block;
    background: -webkit-linear-gradient(transparent 60%, rgba(239,119,96,0.34) 60%);
    background: -o-linear-gradient(transparent 60%, rgba(239,119,96,0.34) 60%);
    background: linear-gradient(transparent 60%, rgba(239,119,96,0.34) 60%);
    padding: 0 12px 6px 12px;
    letter-spacing: 0.07em;
    margin-bottom: 40px;
}
.graph1, .graph2 {
    margin-bottom: 60px;
    width: 495px;
}
.graph1 img {
    /* width: 437px; */
    width: 87.8%;
    margin-left: 17px;
}
.graph2 img {
/*    width: 411px;*/
	width:83.4%;
	padding-top: 1.5%;
}
.graph3 img {
	width:710px;
}
ul.graph h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 2.7em;
    padding-left: 30px;
}
ul.graph .graph1 h3,ul.graph .graph2 h3 {
    padding-left: 0;
}
ul.graph {
    flex-wrap: wrap;
}

.graph3 {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:960px;
	align-items: center;
}
.school .bold:first-child .member {
    line-height: 3em;
}
.member {
    font-size: 2.6rem;
    margin-bottom: 2em;
    line-height: 1.5em;
}
.orange  {
	color:#F05028;
}
.accent2 {
	font-size:4rem;
}
#sec02 h2 {
    font-size: 3.4rem;
    color: #11325E;
    margin: 0 auto 50px;
    line-height: 1.5;
}
#sec02 ul.members{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin: 0 auto 60px;
	width:960px;
}
#sec02 ul.members li{
	width: 452px;
}
#sec02 ul.graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 1100px;
    padding: 50px;
    border: solid 1px #ccc;
}
#sec02 figure {
    background: #E9EFF4;
    width: 248px;
    height: 248px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
#sec02 figure img {
    width: auto;
    height: 190px;
    margin-top: -45px;
}

#sec02 figcaption{
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: .14em;
	margin-top: 10px;
}
#sec01 .advantage {
    font-size: 2.4rem;
    line-height: 1.5;
	padding-top:2em;
}
#sec01 strong{
	background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 40%, #FAA37F 40%, #FAA37F);
	display: inline-block;
}
.skill {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}

.twenties .member {
	line-height: 3em;
}



/* ++++++++++++++++++++++#sec03+++++++++++++++++++ */
#sec03{
	padding-top: 100px;
	padding-bottom: 40px;
	color: #11325E;
}
#sec03 h2,
#sec05 h2{
	text-align: center;
	font-size: 4.2rem;
	margin-bottom: 70px;
}
#sec03 h2:before,
#sec05 h2:before{
	content: "FEATURE";
	display: block;
	color: #FC8D5F;
	text-align: center;
	margin-bottom: 1.5em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
}
#sec05 h2:before{
	content: "FLOW";
}
#sec03 h2 span{
	font-size: 4.8rem;
	color: #FC8D5F;
	position: relative;
}
#sec03 h2 span:after{
	content: "";
	display: block;
	width: 32px;
	height: 17px;
	background: url(../images/manager/manager-sec03-fukidashi01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: -.4em;
	top: -.2em;
}
#sec03 .inner>ul>li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 80px;
    background: rgba(255,255,255,0.9);
    padding: 50px 60px;
}
#sec03 .inner>ul>li:nth-of-type(2n){
	flex-direction: row;
}
#sec03 li .txt{
	width: 50%;
	position: relative;
}
#sec03 li .txt h3 {
    font-size: 2.7rem;
    margin-bottom: 25px;
    line-height: 1.6em;
    position: relative;
	font-weight: bold;
}
#sec03 li .txt p {
    color: #333;
    font-size: 1.8rem;
    line-height: 1.8em;
    margin-top: 0;
    font-weight: 500;
}
/*
#sec03 li .txt p span {
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 90%, #FC8D5F 90%, #FC8D5F 98%, rgba(255,255,255,0) 98%, rgba(255,255,255,0) 100%);
    line-height: 1.5em;
}
*/
#sec03 li .pic{
	width: calc(50% - 35px);
}
.feature {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 50px;
    font-size: 2.7rem;
    color: #F7F7F7;
    background: #F05028;
    margin-bottom: 25px;
	padding:0;
}
#sec03 figcaption{
	text-align: center;
	color: #333;
	font-size: 2.4rem;
	margin-bottom: 1em;
}
#sec03 .inner>ul>li:before{
	content: "";
	display: block;
	font-weight: 700;
	font-size: 23rem;
	position: absolute;
	bottom: -55px;
	color: #fff;
	width: 265px;
	height: 306px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
#sec03 .inner>ul>li:nth-of-type(1):before{
	right: -50px;
/*	background-image: url(../images/manager/manager-sec03-txt01.png);*/
}
#sec03 .inner>ul>li:nth-of-type(2):before{
	left: -5px;
/*	background-image: url(../images/manager/manager-sec03-txt02.png);*/
}
#sec03 .inner>ul>li:nth-of-type(3):before{
	right: -15px;
/*	background-image: url(../images/manager/manager-sec03-txt03.png);*/
}
#sec03 .outline{
	width: 100%;	
	margin-top: 40px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.2rem;
	border: 2px solid #11325E;
	position: relative;
	letter-spacing: .06em;
	letter-spacing: -.025em;
}
#sec03 .outline:before{
	content: "";
	display: block;
	width: 27px;
	height: 100%;
	background: url(../images/manager/manager-sec03-arrow01.svg) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin-right: .6em;
}
#sec03 .inner>ul>li:nth-of-type(2) .txt ul{
	margin-top: 1.5em;
}
#sec03 .inner>ul>li:nth-of-type(2) .txt li {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    height: 38px;
    color: #fff;
    font-size: 1.8rem;
    margin: 0 auto 10px auto;
    background: #11325E;
}
/*
#sec03 .inner>ul>li:nth-of-type(2) .pic{
	padding-top: 70px;
}
*/
/*
#sec03 .inner>ul>li:nth-of-type(3) .pic{
	padding-top: 109px;
}
*/
#sec03 .inner>ul>li:nth-of-type(3) .txt ul {
    margin: 0.5em auto 0 auto;
    max-width: 350px;
    line-height: 1.5em;
    color: #fff;
    font-size: 1.8rem;
    background: #11325E;
    padding: 15px 0 15px 20px;
}
#sec03 .inner>ul>li:nth-of-type(3) .txt li{
	padding-left: 1em;
	text-indent: -1em;
}
#sec03 .inner>ul>li:nth-of-type(3) .txt li:before{
	content: "・";
	display: inline;
}

span.release {
    font-size: 2.6rem;
    margin-bottom: 0.2em;
    display: inline-block;
    color: red;
    border-bottom: solid 1px red;
    padding-bottom: 0.3em;
}
.blue-line {
    background: -webkit-linear-gradient(transparent 60%, rgba(239,119,96,0.34) 60%);
    background: -o-linear-gradient(transparent 60%, rgba(239,119,96,0.34) 60%);
    background: linear-gradient(transparent 60%, rgba(239,119,96,0.34) 60%);
}


/* +++++++++++++++++++#sec04++++++++++++++++++ */
#sec04 .inner:before{
	content: "PRICE";
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -34px;
	font-size: 180px;
	letter-spacing: .08em;
	color: #FAA37F;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	opacity: .6;
}
#sec04 .inner{
	padding-top: 160px;
	z-index: 9;
}
#sec04{
	background-color: #11325E;
	padding-bottom: 100px;
	text-align: center;
	overflow: hidden;
}
#sec04 h2 {
    color: #fff;
    font-size: 4.2rem;
    letter-spacing: .026em;
    margin-bottom: 110px;
}
#sec04 p.catch-copy{
	font-size: 2.4rem;
	margin-bottom: 90px;
	color: #fff;
}
#sec04 ul {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    background: url(../images/manager/manager-sec04-icon03.png) no-repeat;
    background-position: center center;
    margin-bottom: 60px;
}
#sec04 li{
	width: calc(50% - 60px);
	border: 5px solid #FAA37F;
	background: #fff;
	padding: 70px 10px 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #11325E;
	position: relative;
}
#sec04 li:before{
	content: "";
	display: block;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	border: 5px solid #FAA37F;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: -63px;
	margin: auto;
	background: #fff;
	transform: rotate(45deg);
}
#sec04 li:nth-of-type(1):after{
	content: "";
	display: block;
	width: 60px;
	height: 76px;
	background: url(../images/manager/manager-sec04-icon01.png) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -47px;
	margin: auto;
	transform: translateX(-5px);
}
#sec04 li:nth-of-type(2):after{
	content: "";
	display: block;
	width: 73px;
	height: 75px;
	background: url(../images/manager/manager-sec04-icon02.png) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -47px;
	margin: auto;
}
#sec04 h3{
	font-size: 2.4rem;
	display: flex;
	width: 100%;
	max-width: 294px;
	height: 44px;
	justify-content: center;
	align-items: center;
	background: #FAA37F;
	margin-bottom: 30px;
	color: #11325E;
}
#sec04 dl{
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 294px;
}
#sec04 dt{
	font-size: 2.4rem;
	display: block;
	text-align: left;
}
#sec04 dd{
	font-size: 2.4rem;
	text-align: center;
}
#sec04 .price-number {
    font-size: 10rem;
    margin: 0 0.1em;
}
#sec04 .price-number span {
    font-size: 3.6rem;
    margin-left: 0.1em;
}
#sec04 .caption{
	color: #fff;
	margin: 12px auto 27px;
	text-align: right;
	max-width: 900px;
}
#sec04 .message {
    font-size: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    width: 100%;
    height: 170px;
    max-width: 900px;
    color: #fff;
    margin: 0 auto;
    line-height: 1.5em;
}
#sec04:before{
	content: "";
	display: block;
	width: 22vw;
	height: 15.15vw;
	background: url(../images/manager/manager-sec04-illust01.png) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: absolute;
	left: 3vw;
	bottom: -0.3vw;
	z-index: 10;
}
#sec04:after {
    content: "";
    display: block;
    width: 22.95vw;
    height: 15.15vw;
    background: url(../images/manager/manager-sec04-illust02.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
    position: absolute;
    right: 3vw;
    bottom: -0.3vw;
    z-index: 10;
}

/* ++++++++++++++++++++++#sec05+++++++++++++++++++ */
#sec05{
	padding-top: 95px;
	padding-bottom: 120px;
	color: #11325E;
}
#sec05 li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
#sec05 .no{
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
	font-weight: 700;
	background: #11325E;
	font-size: 1.4rem;
}
#sec05 .no span{
	font-size: 3.6rem;
}
#sec05 .flow-desc{
	max-width: 930px;
	width: calc(100% - 130px);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #fff;
	padding: 40px 60px;
	position: relative;
}
#sec05 li:not(:last-of-type) .flow-desc:after{
	content: "";
	display: block;
	border-top: 34px solid #fff;
	border-left: 55px solid transparent;
	border-right: 55px solid transparent;
	position: absolute;
	top: 100%;
	left: 35.483%;
}
#sec05 .pic{
	width: 318px;
}
#sec05 .txt{
	width: 469px;
	padding-right: 15px;
}
#sec05 h3{
	font-size: 2.8rem;
	margin-bottom: 25px;
	color: #11325E;
}
#sec05 li p {
    font-size: 1.8rem;
    line-height: 1.7em;
}
#sec05 li a{
	width: 270px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	letter-spacing: 0;
	color: #fff;
	border-radius: 30px;
	box-shadow: 0 5px 0 rgb(0 0 0 / 16%);
	transition: .1s all ease;
	background-color: #F05028;
	margin-top: 40px;
}
#sec05 li a:after{
	content: "";
	display: block;
	width: 18px;
	height: 100%;
	background-image: url(../images/manager/manager-sec05-arrow01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	margin-left: 25px;
}

/* +++++++++++++++++#faq++++++++++++++++++ */
#faq{
	background-color: #11325E;
	padding-top: 90px;
	padding-bottom: 100px;
	background-position: left top 429px,right bottom;
	background-image: url(../images/manager/manager-faq-bg01.png), url(../images/manager/manager-faq-bg02.png);
	background-repeat: no-repeat, no-repeat;
	background-size: 37.6% auto, auto;
}
#faq h2{
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 77px;
	color: #fff;
}
#faq h2:before{
	content: "FAQ";
	display: block;
	font-size: 4.4rem;
	font-family: corporate-logo-ver2, sans-serif;
	margin-bottom: 20px;
}
#faq dl{
	border-radius: 60px;
	display: block;
	background: #fff;
	padding: 0 95px 0 40px;
	color: #11325E;
	font-size: 2rem;
	line-height: 1.35;
	position: relative;
	cursor: pointer;
}
#faq dl:before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 45px;
	top: 45px;
	background: url(../images/manager/manager-faq-icon02.png) no-repeat;
	background-size: 100% auto;
}
#faq dl.active:before{
	background-image: url(../images/manager/manager-faq-icon01.png);
}
#faq dt{
	max-width: 845px;
	margin: 0 auto;
	padding-left: 80px;
	position: relative;
	height: 120px;
	display: flex;
	align-items: center;
}
#faq dt:before{
	content: "Q";
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
	background: #11325E;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#faq dd {
    border-top: 2px dashed #11325E;
    max-width: 845px;
    margin: 0 auto;
    padding: 45px 0 45px 80px;
    position: relative;
    display: none;
    font-size: 1.8rem;
    line-height: 1.7em;
}
#faq dd:before{
	content: "A";
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
	background: #F05028;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-weight: 700;
}
#faq dl:not(:last-of-type){
	margin-bottom: 42px;
}


/* +++++++++++++++++#problems++++++++++++++++++ */
#problems{
	background: #fff;
	padding-top: 100px;
	padding-bottom: 80px;
}
#problems ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
	color: #11325E;
}
#problems li{
	width: 320px;
}
#problems figcaption {
    padding-top: 17px;
    line-height: 2em;
    font-size: 1.8rem;
}
#problems figcaption span {
    font-size: 2.4rem;
    display: inline-block;
}
#problems:after{
	content: "";
	display: block;
	border-top: 48px solid #fff;
	border-left: 68px solid transparent;
	border-right: 68px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: 99%;
	z-index: 9;
	margin: auto;
	width: 0;
	height: 0;
}


/* +++++++++++++++++#sec06++++++++++++++++++ */
#sec06{
	background: url(../images/manager/manager-contact-area-bg01.png) no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	color: #fff;
}
#sec06 h2{
	font-size: 3.8rem;
	line-height: 1.619;
}
#sec06 .fukidashi{
	margin: 50px auto 37px;
	font-size: 2.4rem;
	width: 100%;
	max-width: 766px;
	display: flex;
	justify-content: center;
}
/*
#sec06 .fukidashi:before{
	content: "";
	display: block;
	width: 3px;
	height: 1.5em;
	background: #fff;
	transform: rotate(-22deg);
	transform-origin: center bottom;
}
#sec06 .fukidashi:after{
	content: "";
	display: block;
	width: 3px;
	height: 1.5em;
	background: #fff;
	transform: rotate(22deg);
	transform-origin: center bottom;
}
*/
#sec06 a{
	width: 100%;
	max-width: 700px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	letter-spacing: 0;
	color: #fff;
	border-radius: 45px;
	box-shadow: 0 10px 0 rgb(0 0 0 / 16%);
	transition: .1s all ease;
	background: #F05028;
	font-weight: 700;
	margin: 0 auto;
}
#sec06 a:before{
	content: "";
	display: block;
	width: 45px;
	height: 100%;
	margin-right: 40px;
	background: url(../images/manager/manager-key-visual-icon02.svg) no-repeat;
	background-size: 100% auto;
	background-position: center center;
}

#sec06 a:hover{
	transform: translateY(10px);
	box-shadow: 0 0 0 rgba(0,0,0,.16);
}
.footer-contact {
    display: none;
}



/*
@media screen and (max-width: 1200px) and (min-width: 769px){
 ++++++++++++++++++++++#key-visual+++++++++++++++++++ 
	
	.tb {
		display:block;
	}
	#key-visual .inner{
		padding-top: 90px;
		padding-bottom: 186px;
	}
	#key-visual .catch-copy {
		font-size: 3.8rem;
		line-height: 1.5em;
	}
	#key-visual .catch-copy {
    font-size: 4vw;
	}
	#key-visual .catch-copy strong{
		font-size: 5rem;
	}
	#key-visual .catch-copy:before {
		width: 120px;
		height: 120px;
		left: -69px;
		top: -65px;
	}
	#key-visual h2 {
		font-size: 5vw;
	}
	#key-visual ul{
		justify-content: center;
	}
	#key-visual li{
		margin: 0 10px 20px;
		width: 300px;
		height: 60px;
	}
	#key-visual li a{
		font-size: 2rem;
	}
	#key-visual .inner:before{
		content: "";
		display: block;
		width: 320px;
		height: 430px;
		background: url(../images/manager/manager-key-visual-illust01.png) no-repeat;
		background-size: 100% auto;
		position: absolute;
		left: -36px;
		bottom: -240px;
	}
	#key-visual .inner:after{
		content: "";
		display: block;
		width: 286px;
		height: 430px;
		background: url(../images/manager/manager-key-visual-illust02.png) no-repeat;
		background-size: 100% auto;
		position: absolute;
		right: -36px;
		bottom: -240px;
	}
	#key-visual h2 span:before {
    left: 15vw;
	}
	span.accent {
		font-size: 5.4vw;
		display: inline-block;
		font-weight: 900;
	}


}


@media screen and (max-width: 1100px) and (min-width: 769px){

	#sec03 li .txt h3{
		font-size: 2.4rem;
		line-height: 1.444;
	}
	#sec03 figcaption{
		font-size: 1.8rem;
	}
	#sec03 .outline{
		font-size: 2rem;
	}

	#sec04 h3{
		font-size: 1.8rem;
		height: 36px;
	}
	#sec04 .message{
		font-size: 2.4rem;
		height: 110px;
	}

	#sec05 .flow-desc{
		padding-left: 30px;
		padding-right: 30px;
	}

	#problems li{
		width: 30%;
	}

	#sec06 .fukidashi{
		font-size: 2rem;
	}

	
}
*/





@media screen and (max-width: 768px){
/* ++++++++++++++++++++++#key-visual+++++++++++++++++++ */
	.sp {
		display:block;
	}
	.sp_header.sp {
		display: none;
	}	
	#key-visual {
		padding-top: 2rem;
		padding-bottom: 16rem;
		height: auto;
	}
	#key-visual .inner {
		padding-top: 2vw;
		padding-bottom: 16vw;
	}
	#key-visual .catch-copy {
		font-size: 4.2vw;
		margin-bottom: 4vw;
	}
	#key-visual .catch-copy:before {
		width: 8vw;
		height: 7vw;
		left: -6vw;
		top: -4vw;
		rotate: -2deg;
	}
	#key-visual .catch-copy>span:after{
		width: 3.6rem;
		height: 3.7rem;
		left: -3rem;
		top: -2.2rem;
	}
	#key-visual .catch-copy strong{
		font-size: 4rem;
	}

	#key-visual .catch-copy span span {
		margin-top: .5em;
        background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 70%, #FAA37F 30%, #FAA37F 100%);
		letter-spacing: 0.07em;
	}
	
	#key-visual .catch-copy span {
		line-height: 1.2em;
		font-size: 5.2vw;
	}

	#key-visual h2{
		font-size: 2.4rem;
		line-height: 1.5;
	}
	#key-visual h2 span:before {
		width: 1.6vw;
		height: 1.4vw;
	}
	#key-visual h1 {
		width: 11rem;
		margin: 2rem auto 2rem auto;
	}
	#key-visual ul{
		display: block;
		max-width: 100%;
		padding: 0 2.5rem;
	}
#key-visual li {
    width: 90%;
    height: 4rem;
    margin: 1rem auto 0 auto;
}
#key-visual li:nth-child(2) {
    margin: 2rem auto 0 auto;
}	
	#key-visual li a {
		width: 100%;
		height: 100%;
		font-size: 1.5rem;
		border-radius: 5rem;
		box-shadow: 0 .8rem 0 rgba(0,0,0,.16);
	}
	#key-visual li a:hover{
		transform: translateY(.8rem);
		box-shadow: 0 0 0 rgba(0,0,0,.16);
	}

	#key-visual li:nth-of-type(1) a:before{
		content: "";
		display: block;
		width: 1.8rem;
		height: 100%;
		margin-right: 1.5rem;
		background: url(../images/manager/manager-key-visual-icon01.svg) no-repeat;
		background-size: 100% auto;
		background-position: center center;
	}
	#key-visual li:nth-of-type(2) a:before{
		content: "";
		display: block;
		width: 2.2rem;
		height: 100%;
		margin-right: 1.5rem;
		background: url(../images/manager/manager-key-visual-icon02.svg) no-repeat;
		background-size: 100% auto;
		background-position: center center;
	}
	#key-visual .inner:before{
		width: 16rem;
		height: 21.5rem;
		left: -1.5rem;
		bottom: -16rem;
	}
	#key-visual .inner:after{
		width: 14.5rem;
		height: 22rem;
		right: -1.5rem;
		bottom: -16rem;
	}
	#key-visual .catch-copy span span.unit {
		font-size:3rem;
	}
	#key-visual h2 {
		font-size: 7vw;
		line-height: 1.5em;
	}	
#key-visual h2 span:before {
    left: 26.2vw;
    top: 4.5vw;
}
	#key-visual .title_wrap {
    margin: 0 0 0 0;
}
#key-visual .mv-tel {
    max-width: 80%;
    padding: 0.5em 0 0.7em 0;
}
.tel-left {
    font-size: 1.2rem;
    margin-right: 0;
	margin-bottom: 1vw;
}
.tel-right a {
    font-size: 2.2rem;
}
#key-visual .mv-tel img {
    width: 1.5rem;
    margin-right: 0.5em;
}
#key-visual ul {
    margin: 0 auto 7vw auto;
}
/* ++++++++++++++++++++++#sec01+++++++++++++++++++ */
	#sec01{
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	#sec01:before{
		top: -1rem;
		font-size: 7rem;
	}
	#sec01 h2{
		font-size: 5vw;
		line-height: 1.75;
		margin-bottom: 3rem;
	}
	#sec01 p{
		font-size: 1.6rem;
		max-width: 100%;
	}




/* ++++++++++++++++++++++#sec02+++++++++++++++++++ */
	#sec02 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	#sec02 .catch-copy {
		font-size: 4.5vw;
		margin-bottom: 4vw;
	}
	#sec02 h2 {
		font-size: 5vw;
		margin: 0 auto 3vw;
	}
	#sec02 ul{
		max-width: 100%;
		margin: 0 auto 4rem;
	}
	#sec02 li {
		width: 100%;
	}
	.graph1, .graph2 {
		margin-bottom: 10vw;
		width: 495px;
	}
	.graph1, .graph2 {
		margin-bottom: 7vw;
	}
	#sec02 h3 {
		font-size: 4.6vw;
		margin-bottom: 7vw;
		margin-left: 0;
	}
	.graph3 {
		display: block;
		width: 100%;
	}
	.graph3 img {
		width: 100%;
	}
	#sec02 ul.graph {
		display: block;
		width: 100%;
		padding: 8vw 5vw;
		border: solid 1px #ccc;
	}
	#sec02 ul.members {
		display: block;
		margin: 0 auto 10vw;
		width: 100%;
	}
	#sec02 figure {
		width: 60vw;
		height: 60vw;
	}
	#sec02 figure img {
		height: 40vw;
		width: auto;
		margin: 0 auto;
	}
	#sec02 figcaption{
		font-size: 1.6rem;
		letter-spacing: 0;
		margin-top: 1rem;
	}
	#sec02 .advantage{
		font-size: 2.2rem;
		line-height: 1.8;
	}
	#sec02 strong{
		background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 40%, #FAA37F 40%, #FAA37F 80%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
	}

	#sec02 ul.members li {
		width: 100%;
	}
	#sec02 ul.members li {
		width: 100%;
		margin-bottom: 11vw;
	}
	.twenties .member {
    line-height: 1em;
	}
	.member {
		font-size: 5vw;
		margin-bottom: 5vw;
		line-height: 1.5em;
	}
	.accent2 {
		font-size: 7vw;
		margin: 0 0.5vw;
	}
	.member {
    font-size: 4.3vw;
    margin-bottom: 5vw;
    line-height: 1.5em;
}
	.graph1 img {
    width: 100%;
    margin-left: 0;
}

/* ++++++++++++++++++++++#sec03+++++++++++++++++++ */
	#sec03 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
#sec03 h2, #sec05 h2 {
    font-size: 6vw;
    margin-bottom: 3vw;
    line-height: 1.75;
}
	#sec03 h2:before,
	#sec05 h2:before{
		margin-bottom: 1em;
		font-size: 1.3rem;
	}
	#sec03 h2 span {
		font-size: 8vw;
		margin-right: 0.25em;
	}
	#sec03 h2 span:after{
		width: 2.4rem;
		height: 1.2rem;
		right: -.4em;
		top: 0;
	}
	#sec03 .inner>ul>li{
		flex-direction: column;
		margin-bottom: 3rem;
	}
	#sec03 .inner>ul>li:last-of-type{
		margin-bottom: 0;
	}
	#sec03 .inner>ul>li:nth-of-type(2n){
		flex-direction: column;
	}
	#sec03 li .txt{
		width: 100%;
	}
#sec03 li .txt h3 {
    font-size: 5vw;
    margin-bottom: 2vw;
    line-height: 1.5;
}
#sec03 li .txt p {
    font-size: 4vw;
    line-height: 1.75;
    font-weight: normal;
}
	#sec03 li .pic{
		width: 100%;
		margin-top: 2rem;
	}
	.feature{
		width: 6rem;
		height: 2.5rem;
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}
	#sec03 figcaption{
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
	#sec03 .inner>ul>li:before{
		width: 12rem;
		height: 9rem;
		bottom: 0;
	}
	#sec03 .inner>ul>li:nth-of-type(1):before{
		right: -1.5rem;
	}
	#sec03 .inner>ul>li:nth-of-type(2):before{
		left: -1.5rem;
	}
	#sec03 .inner>ul>li:nth-of-type(3):before{
		right: -1.5rem;
	}
	#sec03 .outline{	
		margin-top: 2.5rem;
		height: auto;
		font-size: 1.8rem;
		border: .2rem solid #11325E;
		line-height: 1.5;
		padding: 1rem;
	}
	#sec03 .outline:before{
		width: 1.5rem;
		height: 1.5rem;
		margin-right: .3em;
		flex-shrink: 0;
	}

	#sec03 .inner>ul>li:nth-of-type(2) .txt li{
		max-width: 100%;
		height: 3.8rem;
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	#sec03 .inner>ul>li:nth-of-type(2) .pic,
	#sec03 .inner>ul>li:nth-of-type(3) .pic{
		padding-top: 0;
	}
	#sec03 .inner>ul>li:nth-of-type(3) .txt ul{
		margin-top: 1em;
		max-width: 100%;
		line-height: 1.5;
		font-size: 1.6rem;
		background: #11325E;
		padding: 2.5rem 0 2.5rem 1rem;
	}

	span.release {
		font-size: 2rem;
		margin-bottom: 0.2em;
		display: inline-block;
		color: red;
		border-bottom: solid 1px red;
		padding-bottom: 0.3em;
	}
#sec02 ul.graph {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 7vw;
    border: solid 1px #ccc;
}
.graph2 img {
    width: 100%;
}
	
#sec03 .inner>ul>li {
    padding: 5vw;
}

/* +++++++++++++++++++#sec04++++++++++++++++++ */
	#sec04 .inner:before{
		top: -1rem;
		font-size: 7rem;
	}
	#sec04 .inner{
		padding-top: 7rem;
		z-index: 9;
	}
	#sec04{
		padding-bottom: 13rem;
	}
	#sec04 h2 {
		font-size: 6vw;
		letter-spacing: 0;
		margin-bottom: 18vw;
		padding-top: 2vw;
	}
	#footer li a {
    border: 0.3rem solid #221613;
}
	#sec04 p.catch-copy{
		font-size: 1.8rem;
		margin-bottom: 7rem;
	}
	#sec04 ul{
		display: block;
		max-width: 100%;
		margin: 0 auto;
		background-size: 3rem auto;
		background-position: center 46.5%;
	}
	#sec04 li {
		width: 100%;
		border: .3rem solid #FAA37F;
		padding: 5rem 2rem 3rem;
		margin-bottom: 8vw;
	}
	#sec04 li:before{
		width: 8rem;
		height: 8rem;
		border-radius: 50%;
		border: .3rem solid #FAA37F;
		border-right: .3rem solid transparent;
		border-bottom: .3rem solid transparent;
		top: -4.3rem;
	}

	#sec04 li:nth-of-type(1) {
		margin-bottom: 28vw;
	}
	#sec04 li:nth-of-type(1):after{
		content: "";
		display: block;
		width: 5rem;
		height: 5rem;
		background-size: auto 100%;
		top: -2.5rem;
		transform: translateX(-.3rem);
	}
	#sec04 li:nth-of-type(2):after{
		content: "";
		display: block;
		width: 5rem;
		height: 5rem;
		background-size: auto 100%;
		top: -2.5rem;
	}
	#sec04 h3{
		font-size: 2rem;
		display: flex;
		width: 90%;
		max-width: 90%;
		height: 4rem;
		margin-bottom: 2rem;
	}
	#sec04 dl{
		max-width: 80%;
	}
	#sec04 dt{
		font-size: 2rem;
	}
	#sec04 .price-number {
		font-size: 20vw;
		margin-right: 1.5rem;
	}
	#sec04 .price-number {
		font-size: 20vw;
		margin-right: 1.5rem;
	}
	#sec04 .price-number span{
		font-size: 3rem;
	}
	#sec04 .caption{
		margin: 1em auto 2em;
		max-width: 100%;
	}
	#sec04 .message{
		display: block;
		padding: 1rem;
		font-size: 2.4rem;
		border: .2rem solid #fff;
		width: 100%;
		height: auto;
		max-width: 100%;
		line-height: 1.75;
	}
	#sec04:before{
		width: 18rem;
		height: 12rem;
		left: .5rem;
	}
	#sec04:after{
		width: 18rem;
		height: 12rem;
		right: .5rem;
	}



/* ++++++++++++++++++++++#sec05+++++++++++++++++++ */
	#sec05 {
		padding-top: 10vw;
		padding-bottom: 0;
	}
	#sec05 li{
		margin-bottom: 5rem;
	}
	#sec05 .no{
		width: 5rem;
		height: 5rem;
		font-size: 1.2rem;
	}
	#sec05 .no span{
		font-size: 2rem;
	}
	#sec05 .flow-desc{
		max-width: calc(100% - 6.5rem);
		width: calc(100% - 6.5rem);
		flex-direction: column-reverse;
		padding: 3rem 2rem;
	}
	#sec05 li:not(:last-of-type) .flow-desc:after{
		content: "";
		display: block;
		border-top: 3.4rem solid #fff;
		border-left: 5.5rem solid transparent;
		border-right: 5.5rem solid transparent;
	}
	#sec05 .pic{
		width: 100%;
		max-width: 318px;
		margin: 0 auto 2.5rem;
	}
	#sec05 .txt{
		width: 100%;
		padding-right: 0;
	}
	#sec05 h3{
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	#sec05 li p{
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#sec05 li a{
		width: 100%;
		height: 4rem;
		font-size: 1.5rem;
		border-radius: 2rem;
		box-shadow: 0 .4rem 0 rgb(0 0 0 / 16%);
		margin-top: 1.5rem;
	}
	#sec05 li a:after{
		width: 1.5rem;
		margin-left: 2rem;
	}



/* +++++++++++++++++#faq++++++++++++++++++ */
	#faq{
		padding-top: 6rem;
		padding-bottom: 6rem;
		background-position: left top 43rem,right bottom;
		background-size: 66% auto, 60% auto;
	}
	#faq h2{
		font-size: 1.6rem;
		margin-bottom: 4rem;
	}
	#faq h2:before{
		font-size: 3.2rem;
		margin-bottom: 2rem;
	}
	#faq dl{
		border-radius: 5rem;
		padding: 0 5rem 0 1.5rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#faq dl:before{
		width: 2rem;
		height: 2rem;
		position: absolute;
		right: 1.5rem;
		top: 4rem;
	}

	#faq dt{
		margin: 0 auto;
		max-width: 100%;
		padding-left: 4.5rem;
		height: 10rem;
	}
	#faq dt:before{
		width: 3rem;
		height: 3rem;
	}
	#faq dd{
		border-top: .2rem dashed #11325E;
		max-width: 100%;
		padding: 1.5rem 0 2.5rem 4.5rem;
	}
	#faq dd:before{
		width: 3rem;
		height: 3rem;
		top: 1.5rem;
		bottom: auto;
	}
	#faq dl:not(:last-of-type){
		margin-bottom: 3.5rem;
	}




/* +++++++++++++++++#problems++++++++++++++++++ */
	#problems{
		padding-top: 6rem;
		padding-bottom: 2rem;
	}
	#problems ul{
		display: block
	}
	#problems li{
		width: 100%;
		margin-bottom: 4rem;
	}
	#problems figcaption{
		padding-top: 1.5rem;
		font-size: 1.4rem;
	}
	#problems figcaption span{
		font-size: 2rem;
	}
	#problems li img{
		width: 24rem;
		margin: 0 auto;
	}
	#problems:after{
		border-top: 4rem solid #fff;
		border-left: 6rem solid transparent;
		border-right: 6rem solid transparent;
	}


/* +++++++++++++++++#sec06++++++++++++++++++ */
	#sec06{
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	#sec06 h2{
		font-size: 2.4rem;
	}
	#sec06 .fukidashi{
		margin: 3rem auto 1.5rem;
		font-size: 1.6rem;
		max-width: 100%;
		justify-content: center;
	}
	#sec06 .fukidashi:before{
		width: .3rem;
		height: 2.5em;
		margin-right: 1em;
	}
	#sec06 .fukidashi:after{
		width: .3rem;
		height: 2.5em;
		margin-left: 1em;
	}
	#sec06 a{
		width: 100%;
		max-width: 100%;
		height: 6rem;
		font-size: 2rem;
		border-radius: 3rem;
		box-shadow: 0 1rem 0 rgb(0 0 0 / 16%);
	}
	#sec06 a:before{
		width: 2.2rem;
		margin-right: 1.5rem;
	}

	#sec06 a:hover{
		transform: translateY(1rem);
		box-shadow: 0 0 0 rgba(0,0,0,.16);
	}
}