
/*-----  reset ---------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	line-height: 1;
	vertical-align: bottom;
}
html {
	box-sizing: border-box;
	font-size: 62.5%;
}
*, *:before, *:after {
	box-sizing: inherit;
}
b {
	font-weight: bold;
}


/*----- .common ---------------------------------------------------*/

body {
	min-width: 320px;
	font-family: /*"Sawarabi Gothic",*/
		YuGothic,
		"Yu Gothic M", "Yu Gothic Medium",
		"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
		Meiryo,
		sans-serif;
	font-size: 100%;
	line-height: 1.8;
	color:#4c4948;
}
figure img {
	width: 100%;
}
.noVisible {
	display: none;
}
.alignCenter {
	text-align: center;
}
@media screen and (max-width: 767px) {
	body {
		
	}
}
a {
	color: #86a1cb;
	text-decoration: underline;
}
a:hover {
	color: #4282e5;
	text-decoration: none;
	transition-duration: 0.3s;
}
a img {
	opacity: 1;
}
a:hover img,
a:hover p {
	opacity: 0.8;
	transition-duration: 0.3s;
}
.ib {
	display: inline-block;
}

@media screen and (min-width: 768px), print and (min-width: 0px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}


/*----- .common_pc ---------------------------------------------------*/

@media screen and (min-width: 768px), print and (min-width: 0px) {
	.pcNone {
		display: none;
	}
	a[href^="tel:"] {
		pointer-events: none;
		color: inherit;
		text-decoration: inherit;
	}
}


/*----- .common_sp ---------------------------------------------------*/

@media screen and (max-width: 767px) {
	.spNone {
		display: none;
	}
	img {
		width: 100%;
	}
}


/*----- .wrap ---------------------------------------------------*/
.wrap {
	width: 98%;
	margin: 0 1%;
	overflow: hidden;
}

.wrap1000 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}

@media screen and (max-width: 767px){
	.wrap {
		width: 100%;
		min-width: 320px;
		margin: 0;
	}
	.wrap1000 {
		width: 100%;
		min-width: 320px;
		margin: 0;
		padding: 0;
	}
}

header {
	height: 82px;
	border-bottom: 1px solid #a2a3a3;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 98%;
	margin: 0 1%;
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
header h1 {
	margin: 14px 0 10px;
	width: 220px;
	max-width: 13%;
	min-width: 170px;
}
header h1 img {
	width: 100%;
}
header p {
	font-size: 170%;
	line-height: 1.3;
	margin: 0 32px 12px;
}
header p a {
	text-decoration: none;
}

@media screen and (max-width: 767px){
	header {
		height: 56px;
		width: 100%;
		margin: 0;
	}
	header h1 {
		margin: 10px 0 8px;
		width: 110px;
		max-width: 110px;
		min-width: 110px;
	}
	header p {
		font-size: 112%;
		margin: 10px 10px;
		text-align: center;
	}
	header p a {
		text-decoration: none;
	}
}

@media screen and (min-width: 768px), print and (min-width: 0px) {
	.cts {
		font-size: 100%;
		letter-spacing: 0.03em;
	}
}

@media screen and (max-width: 767px){
	.cts {
		font-size: 128%;
	}
}

@media screen and (min-width: 768px), print and (min-width: 0px) {
	.main {
		position: relative;
		margin-top: 82px;
	}
	.main .mainTxt {
		position: absolute;
		bottom: -1px;
		left: 50%;
		width: 501px;
		height: 250px;
		margin-left: -250px;
		overflow: hidden;
	}
	.main .mainTxt .lead {
		text-align: center;
		position: absolute;
		top: 164px;
		left: 0;
		width: 100%;
		font-size: 120%;
	}
	.mainBtn {
		position: relative;
		margin: -5px 0 20px;
		z-index: 9999:
	}
}

@media screen and (max-width: 767px){
	.main {
		position: relative;
		margin-top: 56px;
	}
	.main .mainTxt {
		margin-top: -97.6%;
		width: 100%;
	}
	.main .mainTxt .lead {
		text-align: center;
		margin: 20px 8% 30px;
		text-align: left;
		font-size: 120%;
	}
	.mainBtn {
		margin: 20px 0 40px;
	}
}

@media screen and (max-width: 340px){
	.main .mainTxt .lead {
		font-size: 112%;
	}
	
}

.sec01 {
	margin-bottom: 90px;
}
.sec01 .introBox {
	width: auto;
	margin: 0 auto;
	height: 245px;
	background: url("../img/sec01_h3_bg_pc.gif") no-repeat center top;
}
.introBox p {
	font-size: 120%;
}
.sec01 .introBox .wrap1000 {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.sec01 .introBox p {
	position: absolute;
	top: 116px;
	left: 334px;
}

@media screen and (max-width: 767px){
	.sec01 {
		margin-bottom: 30px;
	}
	.sec01 .introBox {
		width: 100%;
		height: auto;
		background: url("../img/sec01_h3_bg_sp.gif") no-repeat left top / 100% auto;
	}
	.introBox p {
		font-size: 120%;
		margin: 0 5%;
	}
	.sec01 .introBox .wrap1000 {
		width: 100%;
		position: inherit;
	}
	.sec01 .introBox p {
		position: inherit;
		top: 0;
		left: 0;
		padding: 58.4% 0 30px; /*56.4%*/
	}
}

.sec011 {
	width: 808px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	letter-spacing: 0;
}
.case {
	flex: 1 0 auto;
	margin: 0 9px;
	border: 3px solid #d8d9d9;
	border-radius: 18px;
	width: 250px;
	box-sizing: border-box;
}
.case h4 {
	font-size: 172%;
	line-height: 1.6;
	font-weight: bold;
	padding: 20px 0px 20px 16px;
}
.case h4 span {
	background:linear-gradient(transparent 78%, #c3dab8 0%);
	padding-bottom: 1px;
}
.case .box {
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	margin: 0 1.12% 8% 4.4%;
}
.case .box figure {
	width: 34.8%;
}
.case .box p {
	width: 59.6%;
	margin-right: 0.8%;
	box-sizing: border-box;
	font-size: 112%;
	line-height: 1.4;
}
.case .box p span {
	font-size: 0.85em;
}
.sec011 .case:nth-of-type(1) .box p {
	width: 60.4%;
	box-sizing: border-box;
	font-size: 112%;
	line-height: 1.4;
	letter-spacing: -0.07em;
}

@media screen and (max-width: 767px){
	.sec011 {
		width: 100%;
		margin: 0;
		display: block;
	}
	.case {
		margin: 0 5% 15px;
		width: auto;
	}
	.case .box figure {
		width: 34.8%;
	}
	.sec011 .case:nth-of-type(1) .box p {
		letter-spacing: 0;
	}
}

.sec02 {
	margin-bottom: 0;
}
.sec02 .introBox {
	width: auto;
	margin: 0 auto;
	height: 215px;
	background: url("../img/sec02_h3_bg_pc.gif") no-repeat center top;
	margin-top: 35px;
}
.sec02 .introBox .wrap1000 {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.sec02 .introBox p {
	position: absolute;
	top: 100px;
	left: 166px;
}

.sec021 {
	width: 808px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	letter-spacing: 0;
}
.sec02 .btnBox {
	height: 193px;
	background: url("../img/sec02_bg_btnbox_pc.gif");
	display: flex;
	justify-content: center;
}
.sec02 .btnBox div {
	margin: 58px 29px;
}

@media screen and (max-width: 767px){
	.sec02 {
		margin-bottom: 30px;
	}
	.sec02 .introBox {
		width: 100%;
		height: auto;
		background: url("../img/sec02_h3_bg_sp.gif") no-repeat left top / 100% auto;
		margin-top: 10px;
	}
	.sec02 .introBox .wrap1000 {
		width: 100%;
		position: inherit;
	}
	.sec02 .introBox p {
		position: inherit;
		top: 0;
		left: 0;
		padding: 44% 0 20px;
	}
	
	.sec021 {
		width: auto;
		margin: 0;
		display: block;
	}
	.sec02 .btnBox {
		height: auto;
		background: url("../img/sec02_bg_btnbox_sp.gif") no-repeat left bottom / 100% auto;
		display: block;
		margin: 40px 0 0;
	}
	.sec02 .btnBox div {
		margin: 20px 0;
	}
	.sec02 .btnBox div:nth-of-type(2) {
		padding-bottom: 25%;
	}
}

.sec03 {
	margin-bottom: 48px;
}
.sec03 .introBox {
	width: auto;
	margin: 0 auto;
	height: 210px;
	background: url("../img/sec03_h3_bg_pc.gif") no-repeat center top;
	margin-top: 35px;
}
.sec03 .introBox .wrap1000 {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.sec03 .introBox p {
	position: absolute;
	top: 85px;
	left: 332px;
}

@media screen and (max-width: 767px){
	.sec03 {
		margin-bottom: 20px;
	}
	.sec03 .introBox {
		width: 100%;
		height: auto;
		background: url("../img/sec03_h3_bg_sp.gif") no-repeat left top / 100% auto;
		margin-top: 10px;
	}
	.sec03 .introBox .wrap1000 {
		width: 100%;
		position: inherit;
	}
	.sec03 .introBox p {
		position: inherit;
		top: 0;
		left: 0;
		padding: 52% 0 20px;
	}
}

.chartBox {
	margin: 0 auto;
	width: 918px;
	display: flex;
	flex-wrap: wrap;
}
.chartBox > div {
	border: 5px solid #ecf1e9;
	border-radius: 16px;
	padding: 13px;
	margin: 0 9px 18px;
	box-sizing: border-box;
	height: 356px;
}
.chartBox > div.box1 {
	width: 288px;
}
.chartBox > div.box2 {
	width: 594px;
}
.chartBox h4 {
	background: url("../img/sec03_bg_h4.png") no-repeat center top / auto 42px;
	color: #fff;
	text-align: center;
	font-size: 146%;
	line-height: 1.98;
	font-weight: bold;
	padding-bottom: 14px;
}
.chartBox figure {
	margin-top: 8px;
}

@media screen and (max-width: 767px){
	.chartBox {
		margin: 0 auto;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.chartBox > div {
		padding: 13px;
		margin: 0 5% 18px;
		height: auto;
	}
	.chartBox > div.box1 {
		width: 90%;
	}
	.chartBox > div.box2 {
		width: 90%;
	}
	.chartBox h4 {
		background: url("../img/sec03_bg_h4.png") no-repeat center top / auto 52px;
		padding-bottom: 14px;
	}
	.chartBox figure {
		margin: 8px auto;
	}
	.chartBox > div.box1 figure {
		width: 75%;
	}
}

.sec04 h2 + div {
	
}
.sec041 {
	width: 784px;
	margin: 0 auto;
	padding-top: 90px;
}
.sec041 h4 {
	font-size: 260%;
	line-height: 1.3;
	font-weight: bold;
	padding-bottom: 0.85em;
}
.sec041.secPink h4 {
	color: #cb86a1;
}
.sec041 h4 span {
	display: inline-block;
	width: 36px;
	height: 23px;
}
.sec041.secPink h4 .arrow {
	background: url(../img/icon_arrow_pk_r.png) no-repeat 11px bottom / auto 23px;
}
.sec041.secBlue h4 .arrow {
	background: url(../img/icon_arrow_bl_r.png) no-repeat 11px bottom / auto 23px;
}
.sec041.secBlue h4 {
	color: #86a1cb;
}
.sec041 .honneBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
	letter-spacing: -0.01em;
}
.sec041 .honneBox figure {
	width: 258px;
}
.sec041 .honneBox .miryokuBox {
	width: 308px;
}
.sec041 .honneBox .scheduleBox {
	width: 218px;
	box-sizing: border-box;
}
.sec041.secPink .honneBox .scheduleBox {
	border-right: 2px solid #cb86a1;
}
.sec041.secBlue .honneBox .scheduleBox {
	border-right: 2px solid #86a1cb;
}
.sec041 .honneBox h5 {
	font-size: 185%;
	font-weight: bold;
	text-align: center;
	padding: 0.25em 0 0;
}
.sec041 .honneBox .miryokuBox p {
	padding: 25px 28px 0;
	font-size: 116%;
	line-height: 1.72;
}
.sec041.secPink .honneBox h5 {
	color: #cb86a1;
	border-bottom: 2px solid #cb86a1;
}
.sec041.secBlue .honneBox h5 {
	color: #86a1cb;
	border-bottom: 2px solid #86a1cb;
}
.sec041.secPink .honneBox .miryokuBox p,
.sec041.secPink .honneBox .scheduleBox dl {
	background: url("../img/icon_arrow_pk_b.png") no-repeat top center / 20px auto;
}
.sec041.secBlue .honneBox .miryokuBox p,
.sec041.secBlue .honneBox .scheduleBox dl {
	background: url("../img/icon_arrow_bl_b.png") no-repeat top center / 20px auto;
}
.sec041 .honneBox .scheduleBox dl {
	padding: 25px 8px 0;
	font-size: 130%;
}
.sec041 .honneBox .scheduleBox dl::after {
	display: block;
	content: "";
	overflow: hidden;
	clear: both;
}
.sec041 .honneBox .scheduleBox dl dt {
	float: left;
	clear: both;
	width: 3.2em;
}
.sec041 .honneBox .scheduleBox dl dd {
	float: left;
	clear: none;
	width: calc(100% - 3.2em;)
}
.sec041 .honneBox .scheduleBox dl dd::before {
	display: inline-block;
	content: "：";
}

@media screen and (max-width: 767px){
	.sec04 h2 + div {
		
	}
	.sec041 {
		width: 90%;
		margin: 0 5%;
		padding-top: 30px;
	}
	.sec041 h4 {
		text-align: center;
		font-size: 220%; /*260%*/
		line-height: 1.3;
		font-weight: bold;
		padding-bottom: 0.85em;
		margin-left: -5%;
		margin-right: -5%;
	}
	.sec041 h4 span {
		display: inline-block;
		width: 36px;
		height: 23px;
	}
	.sec041.secPink h4 .arrow {
		background: url(../img/icon_arrow_pk_b.png) no-repeat center bottom / 20px auto;
	}
	.sec041.secBlue h4 .arrow {
		background: url(../img/icon_arrow_bl_b.png) no-repeat center bottom / 20px auto;
	}
	.sec041 .honneBox {
		display: block;
		margin-bottom: 65px;
	}
	.sec041 .honneBox figure {
		width: 80%;
		max-width: 260px;
		margin: 0 auto 20px;
	}
	.sec041 .honneBox .miryokuBox {
		width: auto;
		margin: 0 auto 20px;
	}
	.sec041 .honneBox .scheduleBox {
		width: auto;
		margin: 0 auto 20px;
	}
	.sec041.secPink .honneBox .scheduleBox {
		border-right: none;
	}
	.sec041.secBlue .honneBox .scheduleBox {
		border-right: none;
	}
	.sec041 .honneBox h5 {
		/*font-size: 185%;
		font-weight: bold;
		text-align: center;
		padding: 0.25em 0 0;*/
	}
	.sec041 .honneBox .miryokuBox p {
		padding: 25px 0 0;
		/*font-size: 116%;
		line-height: 1.72;*/
	}
	.sec041 .honneBox .scheduleBox dl {
		padding: 25px 0 0;
		/*font-size: 130%;*/
	}
	.sec041 .honneBox .scheduleBox dl dt {
		float: left;
		clear: both;
		width: 3.2em;
	}
}

.ctsFooter {
	padding: 40px 0 0;
}
.ctsFooter .logo {
	text-align: center;
	margin: 0 auto;
	width: 170px;
}
.ctsFooter .logo img {
	width: 100%;
}
.ctsFooter .catch {
	text-align: center;
	margin: 20px auto 0;
	width: 312px;
}
.ctsFooter .catch img {
	width: 100%;
}

footer {
	width: 98%;
	text-align: center;
	margin: 35px 1% 12px;
	padding: 105px 10px 20px;
	background: #d7e3cf;
	font-size: 120%;
}

@media screen and (max-width: 767px){
	.ctsFooter {
		padding: 40px 0 0;
	}
	.ctsFooter .logo {
		width: 170px;
	}
	.ctsFooter .catch {
		text-align: center;
		margin: 20px auto 0;
		max-width: 312px;
		width: 90%;
	}
	footer {
		width: 100%;
		margin: 35px 0 0;
	}
}

/*------ btn -----------------------------------*/
.btn {
	display: inline-block;
	padding: 1.2em 2em 1.2em 1.2em;
	font-size: 128%;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-image: url("../img/icon_arrow_w_r.png");
	background-repeat: no-repeat;
	background-size: auto 14px;
	background-position: center right;
	min-width: 228px;
	box-sizing: border-box; 
}
.btn.btnBlue {
	background-color: #86a1cb;
}
.btn.btnPink {
	background-color: #cb86a1;
}
a .btn {
	text-decoration: none !important;
}

@media screen and (max-width: 767px){
	.btn {
		display: block;
		padding: 1.2em 2em 1.2em 1.2em;
		font-size: 128%;
		min-width: 90%;
		margin: 20px 5%; 
	}
}

/*modal*/
.modal-inner {
	padding: 20px 20px 5px 20px !important;
	line-height: 1.42;
}
.modal-inner h4 {
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0.9em;
}
.modal-inner .modalCts {
	display: flex;
	justify-content: flex-start;
	text-align: left;
	margin: 0 0 10px 0;
}
.modal-inner .modalCts:last-child {
	margin: 0;
}
.modalCts .imgBox {
	width: 192px;
	margin: 0 18px 0 0;
}
.modalCts .imgBox img {
	border: 1px solid #ccc;
	width: 100%;
}
.modalCts .imgBox h6 {
	font-size: 143%;
	font-weight: bold;
	margin: 0.6em 0;
}
.modalCts .imgBox p {
	font-size: 135%;
}
.modalCts .txtBox {
	width: 550px;
	margin-top: 0.2em;
}
.modalCts .txtBox:first-of-child {
	margin-top: 0;
}
.modalCts .txtBox h5 {
	font-size: 152%;
	font-weight: bold;
	padding: 0 0 0.45em;
}
.modalCts .txtBox p {
	padding: 0 50px 18px 0;
	box-sizing: border-box;
	font-size: 128%;
	margin: 0 0 0.8em;
}
.modalCts .txtBox ul {
	padding: 0 50px 20px 1.5em;
	box-sizing: border-box;
	font-size: 129%;
	margin: 0 0 0.8em;
	list-style: outside disc;
}
.modalCts .txtBox ul li {
}
#modal00 .modalCts .txtBox p,
#modal01 .modalCts .txtBox,
#modal02 .modalCts .txtBox {
	border-bottom: 1px solid #ccc;
}
#modal01 .modalCts .txtBox p,
#modal02 .modalCts .txtBox p {
	padding: 0 50px 8px 0;
}
	
@media screen and (max-width: 767px){
	.modal-inner {
		padding: 60px 20px 20px !important;
	}
	.modal-inner h4 {
		/*font-size: 180%;
		font-weight: bold;
		text-align: left;
		margin: 0 0 0.9em;*/
	}
	.modal-inner .modalCts {
		display: block;
		margin: 0 0 10px 0;
	}
	.modal-inner .modalCts:last-child {
		margin: inherit;
	}
	.modalCts .imgBox {
		width: 100%;
		margin: 0 auto 30px;
		/*padding-bottom: 20px;*/
	}
	.modalCts .imgBox figure {
		width: 100%;
		margin: 0 auto 1.5em;
	}
	.modalCts .imgBox h6 {
		/*font-size: 143%;
		font-weight: bold;
		margin: 0.6em 0;*/
	}
	.modalCts .imgBox p {
		/*font-size: 135%;*/
	}
	.modalCts .txtBox {
		width: 100%;
		/*margin-top: 0.2em;*/
	}
	.modalCts .txtBox:first-of-child {
		margin-top: 0.2em;
	}
	.modalCts .txtBox h5 {
		font-size: 152%;
		font-weight: bold;
		padding: 0 0 0.45em;
	}
	.modalCts .txtBox p {
		padding: 0 0 18px 0;
		/*font-size: 129%;
		margin: 0 0 0.8em;*/
	}
	.modalCts .txtBox ul {
		padding: 0 0 20px 1.5em;
		box-sizing: border-box;
		font-size: 129%;
		margin: 0 0 0.8em;
		list-style: outside disc;
	}
	.modalCts .txtBox ul li {
	}
	#modal00 .modalCts .imgBox {
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
	}
	#modal00 .modalCts .txtBox p,
	#modal01 .modalCts .txtBox,
	#modal02 .modalCts .txtBox {
		border-bottom: 1px solid #ccc;
		margin-bottom: 30px;
	}
	#modal01 .modalCts .txtBox p,
	#modal02 .modalCts .txtBox p {
		padding: 0 0 8px 0;
	}		
}