@charset "UTF-8";

@import url("../fonts/NotoSansJP/NotoSansJP.css");
@import url("../fonts/YakuHanGOTHICs/YakuHanGOTHICs.css");
@import url("../fonts/FontAwesome/FontAwesome.css");
@import url("./normalize.css");
@import url("./general.css");

/* -----------------------------------------------------
スクリーン用スタイルファイル
----------------------------------------------------- */


/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
html {
	width: 100%;
	overflow-y: scroll;
	font-family: sans-serif; /* 1 */
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	line-height: 1.75;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

@media screen and (min-width: 767px) {
	html {
		font-size: 20px;
	}
}

@media screen and (max-width: 766px) {
	html {
		font-size: 5.333vw;
		font-size: 2.666vw;
	}
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;	/* center in winIE */
	color: #333333;
	background-color: #ffffff !important;
}

* {
	font-family: inherit;
	font-size: 100%;
}

div,p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, table, tr, th, td,
object, param, embed {
	margin: 0;
	padding: 0;
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
	vertical-align: top !important;
	vertical-align: middle;
	color: #666666;
}

*+html body img {
	vertical-align: middle !important;
}

strong {
	font-weight: normal;
}

em {
	font-style: normal;
}

em i {
	padding: 0.3em 0 0 0;
	font-style: normal;
	background-repeat: repeat-x;
	background-size: 1em 0.5em;
	background-position: top left;
	background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#ffffff),color-stop(0.5,#ffffff),color-stop(0.9,transparent),to(transparent));
	background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #ffffff, #ffffff 95%, transparent 95%, transparent);
	background-image: radial-gradient(0.1em 0.1em at center center, #ffffff, #ffffff 95%, transparent);
}

sup {
	font-size: 0.5em;
	vertical-align: top;
}

.hidden,
.is-hide {
	display: none;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.clear {
	clear: both;
}

.floatCenter {
	margin-right: auto !important;
	margin-left: auto !important;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.note {
	padding: 0 0 0 1em;
	font-size: 0.8333em;
}

p.note::before {
	content: "※";
	margin: 0 0 0 -1em;
}

ul.note {
	padding: 0;
	font-size: 1em;
	list-style-type: none
}

ul.note li {
	padding: 0 0 0 2em;
}

ul.note li::before {
	content: "※";
	margin: 0 1em 0 -2em;
}

.quot {
	padding: 0 0 0 1em;
}

.quot span {
	margin: 0 0 0 -1em;
}

.line {
	background: #dcff1d;
}

.underline {
	text-decoration: underline;
}

/*
.large {
	font-size: 1.286em;
}

.small {
	font-size: 0.5em;
}
*/

.clear {
	clear: both;
}

.red {
	color: #d50012;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.cursorDefault {
	cursor: default;
	pointer-events: none;
}

.atmark::before {
	content: "@";
}



iframe[name="google_conversion_frame"] {
	display: none;
}



@media screen and (min-width: 767px) {
	.sp,
	.spimage,
	/* img[src*="_sp."], */
	.hidden {
		display: none !important;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width: 766px) {
	.pc,
	.pcimage,
	/* img[src*="_pc."], */
	.hidden {
		display: none !important;
	}
}





/* ▼リンク指定 */
/* ----------------------------------------------------- */
a:link {
	color: #2981b8;
	text-decoration: underline;
}

a:visited {
	color: #30140e;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #009999;
	text-decoration: none;
}

a:link,
a:visited {
	opacity: 1.0;
	transition: all 0.5s;
}

a:hover,
a:active {
	opacity: 0.6;
}



a[href=""] {
	pointer-events: none;
}

p a[rel^="noopener"] {
	text-decoration: none;
}

p a[rel^="noopener"]::before {
	content: "\f00e";
	font-family: "FontAwesomeSolid";
	margin: 0 0.5em 0 0;
	font-size: 1.333em;
	text-decoration: none;
}





/* ▼アイコン */
/* ----------------------------------------------------- */
.icon {
	margin: 1em;
	padding: 0;
	list-style-type: none;
}

.icon li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 2em;
}

.icon li::before {
	display: inline-block;
	width: 1em;
	margin: 0 0.75em 0 -1.75em;
	font-family: "FontAwesome";
	font-size: 1.143em;
	color: #979797;
	text-align: center !important;
}





/* ▼コンテナ */
/* ----------------------------------------------------- */
div.section,
footer {
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}

div.section {
	padding: 3em 0;
}

div.container {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
}

div.wrap {
	clear: both;
	width: 89.334%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

footer::after,
div.section::after,
div.container::after,
div.wrap::after {
	clear: both;
	display: table;
	content: "";
}

@media screen and (min-width: 767px) {
	div.container {
		width: 100%;
		max-width: 750px;
	}
}

@media screen and (max-width: 766px) {
	div.container {
		width: 89.334%;
		width: 100%;
	}
}



div.section div.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}



div.section h1,
div.section h2,
div.section h3,
div.section h4,
div.section h5,
div.section h6,
div.section table th,
div.section strong,
div.section b {
	font-weight: bold;
	line-height: 1.75;
}

header ul li,
nav ul li,
div.section p,
div.section dl,
div.section ul li,
div.section ol li,
div.section table td,
div.section figure,
footer p,
footer ul li,
footer address {
	font-weight: normal;
	line-height: 2;
}

div.section p,
div.section ul,
div.section ol,
div.section dl,
div.section table,
div.section figure {
	margin: 1.5em 0;
}

div.section ol li {
	margin-left: 1.2em;
}

div.section iframe {
	border: 0 none;
}

div.section div.googlemap {
	position: relative;
	overflow: hidden;
	padding: 61.941% 0 0 0;
	filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0,0,0,0.05));
}

div.section div.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
}

div.section div.movie {
	position: relative;
	overflow: hidden;
	padding: 56.25% 0 0 0;
}

div.section div.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
}

table.schedule {
	width: 100%;
	overflow: hidden;
	margin: 3rem 0;
	border-collapse: separate;
	border: 0.05rem solid #0e77ba;
	border-radius: 1rem;
}

table.schedule th,
table.schedule td {
	padding: 0.2rem 0.5rem;
	font-size: 1.4rem;
	font-weight: 400;
	vertical-align: top;
	border: 0.05rem solid #eaeaea;
}

table.schedule th {
	white-space: nowrap;
	background: #a6d0e8;
}

table.schedule td {
	text-align: center;
	background: #ffffff;
}

table.schedule thead th {
	text-align: center;
	color: #ffffff;
	border-top:0.05rem solid #0e77ba;
	background-color: #0e77ba;
}

table.schedule thead th:first-child {
	border-left:0.05rem solid #0e77ba;
}

table.schedule thead th:last-child {
	border-right:0.05rem solid #0e77ba;
}

table.schedule tbody th {
	text-align: right;
	background-color: #ffffff;
}






/* ▼body */
/* ----------------------------------------------------- */
@media screen and (min-width: 767px) {
	body {
		position: relative;
		background-color: #a6d0e8;
		background-image: url(../img/body_bg.jpg);
		background-repeat: no-repeat;
		background-position: left top, center top;
		background-attachment: fixed;
		background-size: cover, cover;
	}
	div#globalwrap {
		position: relative;
		z-index: 1;
		max-width: 750px;
		width: 100%;
		margin: 0 auto;
	}
}





/* ▼keyvisual */
/* ----------------------------------------------------- */
div#keyvisual {
	background-repeat: no-repeat;
	background-position: center top;
}

div#keyvisual div.container {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}

div#keyvisual div.container table.schedule {
	position: absolute;
	margin: 0;
}

table.schedule th,
table.schedule td {
	text-align: center !important;
}

div#keyvisual p {
	display: none;
}



@media screen and (min-width: 767px) {
	div#keyvisual {
		background-image: url(../img/keyvisual_pc.jpg);
	}
	div#keyvisual div.container {
		max-width: 1080px;
		background-image: url(../img/keyvisual_pc.png);
	}
	/*
	div#keyvisual h1::after {
		bottom: 1.5rem;
		right: 3rem;
		width: 480px;
		height: 143.5px;
	}
	*/
	div#keyvisual div.container table.schedule {
		bottom: 1.5rem;
		right: 3rem;
		width: 480px;
	}
	table.schedule th,
	table.schedule td {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 766px) {
	div#keyvisual {
		background-image: url(../img/keyvisual_sp.jpg);
		background-size: 100% auto;
	}
	div#keyvisual div.container {
		background-image: url(../img/keyvisual_sp.png);
		background-size: 100% auto;
	}
	/*
	div#keyvisual h1::after {
		bottom: 1rem;
		left: 2rem;
		right: 2rem;
		width: 33.5rem;
		height: 10rem;
	}
	*/
	div#keyvisual div.container table.schedule {
		bottom: 1rem;
		left: 2rem;
		right: 2rem;
		width: 33.5rem;
	}
	table.schedule th,
	table.schedule td {
		padding: 0 0.5rem;
		font-size: 1.2rem;
	}
}





/* ▼cta */
/* ----------------------------------------------------- */
div.cta {
	background: #0e77ba;
}

div#cta img[src$='cta_btn.svg'],
div.cta img[src$='cta_btn.svg'] {
	background-image: url(../img/cta_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div.cta h2 {
	text-align: center;
}

div.cta p {
	margin-top: 1rem;
	margin-bottom: 0;
}

div.cta p a {
	display: block;
}



div#cta {
	background: #0e77ba;
}

div#cta div.wrap {
	padding: 2rem;
	background: #ffffff;
	border-radius: 1rem;
}

div#cta h2 {
	font-size: 2.7rem;
	text-align: center;
	color: #0e77ba;
}

div#cta p {
	font-size: 1.4rem;
	text-align: center;
}

div#cta p.logo {
	margin: 0;
}

div#cta p.logo + p {
	margin-top: 1rem;
}

div#cta figure {
	overflow: hidden;
	text-align: center;
	border-radius: 1rem;
}



@media screen and (min-width: 767px) {
	div.cta div.wrap {
		width: 70.667%;
	}
	div#keyvisual + div.cta {
		padding: 1.5rem 0;
	}
	div#keyvisual + div.cta div.container {
		max-width: 950px;
	}
	div#keyvisual + div.cta div.wrap {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	div#keyvisual + div.cta div.wrap::after {
		display: none;
	}
	div#keyvisual + div.cta div.wrap h2 {
		width: 44.211%;
	}
	div#keyvisual + div.cta div.wrap p {
		width: 46.316%;
		margin-top: 0;
	}
}

@media screen and (max-width: 766px) {
	div#keyvisual + div.cta {
		padding: 1rem 0;
	}
	div.cta div.wrap {
		width: 70.667%;
	}
	div.cta h2 {
		width: 79.246%;
		margin: 0 auto;
	}
	div#cta p.logo {
		width: 71.187%;
		margin-left: auto;
		margin-right: auto;
	}
	div#cta p.logo + p {
		width: 89.831%;
		margin-left: auto;
		margin-right: auto;
	}
}





/* ▼preview */
/* ----------------------------------------------------- */
div#preview {
	padding: 1rem 0;
	background-color: #efebe4;
}

div#preview div.preview {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
}

div#preview div.preview h3 {
	order: 2;
	text-align: center;
	writing-mode: vertical-rl;
	background: #a6d0e8;
	border-radius: 0 1rem 1rem 0;
	box-sizing: border-box;
}

div#preview div.preview h3 i {
	font-style: normal;
	font-weight: 400;
}

div#preview div.preview h3 i span {
	display: inline-block;
	transform: rotate( -90deg );
}

div#preview div.preview div.bodytext {
	order: 1;
	width: fit-content;
	height: 100%;
	background: #ffffff;
	border-radius: 1rem 0 1rem 1rem;
	box-sizing: border-box;
}

div#preview div.preview div.bodytext p {
	margin: 0;
}

div#preview div.preview div.bodytext p img {
	float: left;
	border-radius: 50%;
}

div#preview div.preview div.bodytext p strong {
	color: #0e77ba;
}



@media screen and (min-width: 767px) {
	div#preview div.container {
		max-width: 1010px;
	}
	div#preview div.wrap {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	div#preview div.wrap::after {
		display: none;
	}
	div#preview div.wrap div.preview {
		width: 48.515%;
	}
	div#preview div.preview h3 {
		width: 3rem;
		padding: 1rem 0.6rem;
		font-size: 1rem;
	}
	div#preview div.preview div.bodytext {
		width: calc( 100% - 3rem );
		padding: 1.5rem;
	}
	div#preview div.preview div.bodytext p {
		font-size: 1rem;
	}
	div#preview div.preview div.bodytext p img {
		width: 90px;
		margin: 0 0.5rem 0 0;
	}
	div#preview figure {
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 766px) {
	div#preview div.preview h3 {
		width: 4rem;
		padding: 1rem 0.7rem;
		font-size: 1.4rem;
	}
	div#preview div.preview div.bodytext {
		width: calc( 100% - 4rem );
		padding: 2rem;
	}
	div#preview div.preview div.bodytext p {
		font-size: 1.4rem;
	}
	div#preview div.preview div.bodytext p img {
		width: 6rem;
		margin: 0 1rem 0 0;
	}
	div#preview div#preview_02.preview {
		margin-top: 1rem;
	}
	div#preview div#preview_02.preview h3 {
		order: 1;
		padding: 1rem 0.6rem;
		border-radius: 1rem 0 0 1rem;
	}
	div#preview div#preview_02.preview div.bodytext {
		order: 2;
		border-radius: 0 1rem 1rem 1rem;
	}
	div#preview div#preview_02.preview div.bodytext p img {
		float: right;
		margin: 0 0 0 1rem;
	}
}





/* ▼problem */
/* ----------------------------------------------------- */
div#problem {
	padding: 5.5rem 0 1px 0;
	background-color: #dddddd;
	background-image: url(../img/problem_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#problem h2 {
	position: relative;
	margin: 0 0 4rem 0;
	font-size: 1.4rem;
	text-align: center;
}

div#problem h2 span {
	display: inline-block;
	margin-top: 0.5rem;
	padding: 0 0.5rem 0.1rem 0.5rem;
	font-size: 1.8rem;
	color: #003f84;
	background: #ffffff;
	border-radius: 0.5rem;
}

div#problem h2::after {
	content: "";
	position: absolute;
	bottom: -2.5rem;
	left: 50%;
	width: 2.5rem;
	height: 1.5rem;
	background-color: #003f84;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

div#problem ul {
	margin: 0;
}

div#problem ul li {
	list-style-type: none;
	position: relative;
	width: 94.030%;
	margin: 2rem auto;
	color: #000000;
}

div#problem ul li:nth-child(odd) {
	margin-left: 0;
}

div#problem ul li:nth-child(even) {
	margin-right: 0;
}

div#problem ul li span {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	padding: 1.5rem 2rem;
	font-size: 1.4rem;
	background: #ffffff;
}

div#problem ul li span strong {
	color: #0e77ba;
}

div#problem ul li:nth-child(odd) span {
	border-radius: 2rem 2rem 0 2rem;
}

div#problem ul li:nth-child(even) span {
	border-radius: 2rem 2rem 2rem 0;
}

div#problem ul li::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0.5rem;
	width: 100%;
	height: 100%;
	background: #003f84;
}

div#problem ul li:nth-child(odd)::after {
	left: 0.5rem;
	border-radius: 2rem 2rem 0 2rem;
}

div#problem ul li:nth-child(even)::after {
	right: 0.5rem;
	border-radius: 2rem 2rem 2rem 0;
}

div#problem p {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}





/* ▼practice */
/* ----------------------------------------------------- */
div#practice {
	padding: 7rem 0 6rem 0;
	background-color: #ffffff;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23dddddd%22%20width%3D%22750%22%20height%3D%2290%22%20viewBox%3D%220%200%20750%2090%22%3E%3Cpolygon%20points%3D%22375%2090%200%201%200%200%20750%200%20750%201%20375%2090%22%2F%3E%3C%2Fsvg%3E'),
					  url(../img/practice.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#practice p {
	margin: 0;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

div#practice p strong {
	font-size: 2.9rem;
	color: #0e77ba;
}





/* ▼message */
/* ----------------------------------------------------- */
div#message {
	position: relative;
	padding-top: 3.75rem;
	background-color: #f2e8dd;
	background-image: url(../img/message.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#message::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: -4.25rem;
	left: 0;
	width: 100%;
	height: 22.25rem;
	background-image: url(../img/message.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#message h2 {
	margin: 0 0 4rem 0;
	font-size: 1.6rem;
	line-height: 2;
}

div#message p {
	font-size: 1.4rem;
}

div#message ul li {
	list-style-type: none;
	padding: 0 0 0 1.3em;
	font-size: 1.4rem;
}

div#message ul li::before {
	content: "・";
	margin: 0 0.3em 0 -1.3em;
	font-weight: 700;
	color: #0e77ba;
}

div#message ul li strong {
	color: #0e77ba;
}





/* ▼profile */
/* ----------------------------------------------------- */
div#profile {
	background-color: #f4f4f4;
	background-image: url(../img/profile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#profile div.headline {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#profile div.headline h2 {
	order: 2;
	width: 48.508%;
	font-size: 2.1rem;
}

div#profile div.headline h2 span {
	display: inline-block;
	margin: 0.5rem 0;
	padding: 0.5rem 0.5rem 0.6rem 0.5rem;
	line-height: 1;
	background: #ffffff;
	border-radius: 0.25rem;
}

div#profile div.headline h2 span + br {
	display: none;
}

div#profile div.headline h2 span ruby {
	height: 0;
	line-height: 0;
}

div#profile div.headline h2 span ruby rb {
	font-size: 2.4rem;
}

div#profile div.headline h2 span ruby rt {
	margin: 0.2rem 0 0 0;
	font-size: 1.2rem;
	font-weight: 400;
}

div#profile div.headline figure {
	order: 1;
	width: 44.777%;
	overflow: hidden;
	margin: 0;
	border-radius: 50%;
}

div#profile p {
	font-size: 1.4rem;
}

div#profile table {
	width: 100%;
	overflow: hidden;
	border-collapse: separate;
	border: 0.05rem solid #eaeaea;
	border-radius: 1rem;
}

div#profile table th,
div#profile table td {
	padding: 0.2rem 1rem;
	font-size: 1.4rem;
	font-weight: 400;
	vertical-align: top;
	border: 0.05rem solid #eaeaea;
}

div#profile table th {
	white-space: nowrap;
	background: #a6d0e8;
}

div#profile table td {
	background: #ffffff;
}

div#profile table td ul {
	margin: 0;
}

div#profile table td ul li {
	list-style-type: none;
	padding: 0 0 0 1em;
}

div#profile table td ul li::before {
	content: "→";
	margin: 0 0 0 -1em;
}

/* Safariのみ */
_::-webkit-full-page-media, _:future, :root div#profile div.headline h2 span {
	height: 1em;
}

_::-webkit-full-page-media, _:future, :root div#profile div.headline h2 span:first-child {
	height: 2.3em;
}





/* ▼reasons */
/* ----------------------------------------------------- */
div#reasons {
	padding-bottom: 1px;
	border-top: 0.75rem solid #003f84;
	background-color: #ffffff;
}

div#reasons h2 {
	position: relative;
	padding: 5rem 0 0 0;
	font-size: 2rem;
	text-align: center;
}

div#reasons h2 strong {
	font-size: 3rem;
	color: #003f84;
}

div#reasons h2 strong b {
	font-size: 3.7rem;
	line-height: 1;
}

div#reasons h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 5rem;
	height: 3.5rem;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%230e77ba%22%20width%3D%22100%22%20height%3D%2270%22%20viewBox%3D%220%200%20100%2070%22%3E%3Cpath%20d%3D%22M85.2%2C1.2c-10.2-.9-17.1%2C4.9-23.4%2C12.9s-8.3%2C19.3-5%2C29c1.4%2C4.3%2C3.8%2C8.2%2C7%2C11.4%2C7.7%2C7.8%2C19.9%2C10.6%2C30.2%2C7%2C1.9-.7%2C3.9-1.6%2C5-3.3%2C2.7-4.1-.9-9.4-4.6-12.6-3.7-3.2-8.2-7-7.6-11.8.5-4.3%2C4.9-6.9%2C7.5-10.4%2C2.9-4%2C3.5-9.6%2C1.4-14.1s-6.8-7.7-11.7-8%22%2F%3E%3Cpath%20d%3D%22M25.6%2C4.3c6.3%2C1.8%2C11.3%2C4.7%2C15.5%2C13.7s5%2C19.3%2C3.6%2C29.2c-.6%2C4.2-1.6%2C8.5-3.8%2C12.1-5.6%2C9.2-18.9%2C12.5-28.1%2C7-2-1.2-4-3.2-3.7-5.5.2-1.7%2C1.6-3%2C2.9-4.3%2C6.1-6%2C10.6-15.6%2C6.2-23C13.5%2C25.7.5%2C23.4%2C0%2C14.3-.3%2C9.3%2C4.1%2C4.9%2C8.9%2C3.5c4.8-1.4%2C10-.7%2C14.9%2C0l1.9.6h0Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	transform: translate(-50%, 0);
}

div#reasons div.reasons {
	margin: 3rem 0;
	padding: 0 2rem 2rem 2rem;
	border-top: 1rem solid #003f84;
	background: #f2f2f2;
	border-radius: 1rem;
}

div#reasons div.reasons h3 {
	line-height: 1;
	text-align: center;
}

div#reasons div.reasons h3 span {
	display: inline-block;
	width: 10rem;
	padding: 0 1em 0.7rem 1em;
	font-size: 1.6rem;
	line-height: 1;
	color: #ffffff;
	background: #003f84;
	border-radius: 0 0 0.5rem 0.5rem;
	box-sizing: border-box;
}

div#reasons div.reasons h3 span b {
	font-size: 2rem;
	line-height: 1;
}

div#reasons div.reasons h4 {
	margin: 2rem 0;
	font-size: 1.9rem;
	text-align: center;
}

div#reasons div.reasons h4 strong {
	font-size: 2.7rem;
	line-height: 1.5;
	color: #0e77ba;
}

div#reasons div#reason_02.reasons h4 {
	color: #0e77ba;
}

div#reasons div#reason_02.reasons h4 strong {
	color: #333333;
}

div#reasons div.reasons p {
	font-size: 1.4rem;
}

div#reasons div.reasons figure {
	margin: 0;
	overflow: hidden;
	border-radius: 1rem;
}

div#reasons div.reasons figure figcaption {
	text-align: center;
}

div#reasons div#reason_02.reasons figure {
	margin-left: -2rem;
	margin-right: -2rem;
}

div#reasons div.reasons div#inspections {
	padding: 2rem;
	background: #ffffff;
	border-radius: 1rem;
}

div#reasons div.reasons div#inspections h5 {
	font-size: 1.6rem;
	text-align: center;
	color: #ffffff;
	background: #003f84;
	border-radius: 0.5rem;
}

div#reasons div.reasons div#inspections h6 {
	margin: 2.5rem 0 0.5rem 0;
	padding: 0 0 0.1rem 0.8rem;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #003f84;
	border-left: 0.5rem solid #003f84;
}

div#reasons div.reasons div#inspections ul {
	margin: 0;
}

div#reasons div.reasons div#inspections ul li {
	list-style-type: none;
	font-size: 1.4rem;
}

div#reasons div.reasons div#inspections ul li::before {
	content: "・";
}

div#reasons div.reasons div#inspections p {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 700;
}

div#reasons div.reasons div#inspections p::before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 1em;
	margin: 0 0.2rem 0 0;
	vertical-align: -2px;
	background: #333333;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}





/* ▼voice */
/* ----------------------------------------------------- */
div#voice {
	padding-top: 7rem;
	padding-bottom: 1rem;
	background-color: #a6d0e8;
	background-image: url(../img/voice.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#voice h2 {
	line-height: 1;
	text-align: center;
}

div#voice h2 span {
	display: inline-block;
	width: 15.5rem;
	padding: 0.5rem 0 0.7rem 0;
	font-size: 2.5rem;
	line-height: 1;
	color: #003f84;
	background: #ffffff;
	border-radius: 0.5rem;
	box-sizing: border-box;
}

div#voice div.voice {
	position: relative;
	margin: 8.5rem 0 3rem 0;
	padding: 0 2rem 1.5rem 2rem;
	background: #ffffff;
	border-radius: 0 1rem 1rem 1rem;
}

div#voice div.voice div.headline {
	position: absolute;
	top: -5.5rem;
	left: 0;
	right: 4rem;
	height: 5.5rem;
	color: #ffffff;
	background: #003f84;
	border-radius: 1rem 1rem 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#voice div.voice div.headline h3 {
	margin: 0 0 0 10rem;
	font-size: 1.4rem;
}

div#voice div.voice div.headline figure {
	position: absolute;
	top: -1rem;
	left: 1rem;
	width: 7.5rem;
	height: 7.5rem;
	margin: 0;
	box-sizing: border-box;
}

div#voice div.voice div.headline figure img {
	border: 0.75rem solid #003f84;
	border-radius: 50%;
}

div#voice div.voice div.leadtext {
	margin: 0 0 1.5rem 0;
	padding: 1px 0 0 0;
}

div#voice div.voice div.leadtext p {
	font-size: 1.6rem;
	font-weight: 700;
	color: #0e77ba;
}

div#voice div.voice div.detail {
	position: relative;
	height: 16.25rem;
	overflow: hidden;
	box-sizing: border-box;
	transition: all 1s;
}

div#voice div.voice div.detail.open {
	height: auto;
	overflow: visible;
}

div#voice div.voice div.detail::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6.5rem;
	background-image: linear-gradient(0deg, #ffffff 30%, transparent);
}

div#voice div.voice div.detail.open::after {
	display: none;
}

div#voice div.voice div.detail p {
	margin: 1.5rem 0 0 0;
	font-size: 1.4rem;
	text-align: left;
}

div#voice div.voice div.detail p strong {
	color: #0e77ba;
}

div#voice div.voice div.detail div.readmore p {
	margin: 0;
	text-align: center;
}

div#voice div.voice div.detail div.readmore p span {
	position: relative;
	display: block;
	cursor: pointer;
	width: 47.458%;
	margin: 0 auto;
	padding: 0.2rem 1rem 0.2rem 1.5rem;
	text-align: left;
	background: #e6e6e6;
	border-radius: 5px;
	box-sizing: border-box;
}

div#voice div.voice div.detail div.readmore p span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 1rem;
	height: 1rem;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%234c3205%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M9.2%2C15.7L.3%2C6.8c-.4-.4-.4-1.1%2C0-1.6l1-1c.4-.4%2C1.1-.4%2C1.6%2C0l7.1%2C7.1%2C7.1-7.1c.4-.4%2C1.1-.4%2C1.6%2C0l1%2C1c.4.4.4%2C1.1%2C0%2C1.6l-8.9%2C8.9c-.4.4-1.1.4-1.6%2C0h0Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	transform: translate(0, -50%);
}

div#voice div.voice div.detail.open div.readmore p span::after {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%234c3205%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M9.2%2C4.3L.3%2C13.2c-.4.4-.4%2C1.1%2C0%2C1.6l1%2C1c.4.4%2C1.1.4%2C1.6%2C0l7.1-7.1%2C7.1%2C7.1c.4.4%2C1.1.4%2C1.6%2C0l1-1c.4-.4.4-1.1%2C0-1.6L10.8%2C4.3c-.4-.4-1.1-.4-1.6%2C0h0Z%22%2F%3E%3C%2Fsvg%3E');
}




/* ▼flow */
/* ----------------------------------------------------- */
div#flow {
	padding-bottom: 1px;
	background: #f4f4f4;
	counter-reset: step 0;
}

div#flow h2 {
	font-size: 2rem;
	text-align: center;
	color: #ffffff;
	background: #003f84;
	border-radius: 0.5rem;
}

div#flow div.flow {
	margin: 3rem 0;
	padding: 2rem;
	background: #ffffff;
	border-radius: 1rem;
	counter-increment: step 1;
}

div#flow div.flow + div.flow {
	position: relative;
	margin-top: 4.5rem;
}

div#flow div.flow + div.flow::before {
	content: "";
	position: absolute;
	top: -3.5rem;
	left: 50%;
	width: 4.5rem;
	height: 2.5rem;
	background-color: #003f84;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

div#flow div.flow h3 {
	font-size: 2rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

div#flow div.flow h3::before {
	content: counter(step, decimal);
	width: 3rem;
	height: 3rem;
	margin: 0 0.8em 0 0;
	line-height: 2.8rem;
	text-align: center;
	color: #ffffff;
	background: #003f84;
	border-radius: 0.25rem;
}

div#flow div.flow p {
	font-size: 1.4rem;
}

div#flow div.flow figure {
	overflow: hidden;
	margin: 0;
	text-align: center;
	border-radius: 1rem;
}





/* ▼information */
/* ----------------------------------------------------- */
div#information {
	background: #ffffff;
}

div#information h2 {
	padding: 0.3rem 0 0.5rem 0;
	font-size: 2rem;
	text-align: center;
	color: #003f84;
	border: 0.1rem solid #003f84;
	background: #ffffff;
	border-radius: 0.5rem;
}

div#information h2.blue {
	color: #ffffff;
	background: #003f84;
}

div#information h3 {
	padding: 0.3rem 1em 0.5rem 1.715em;
	font-size: 1.4rem;
	background: #a6d0e8;
	border-radius: 0.5rem;
}

div#information h3 span {
	width: 1rem;
	margin: 0 0 0 -1em;
}

div#information p + h2,
div#information p + h3,
div#information ul + h3 {
	margin-top: 3rem;
}

div#information p {
	font-size: 1.4rem;
}

div#information p strong {
	font-size: 1.6rem;
	color: #0e77ba;
}

div#information ul li {
	list-style-type: none;
	padding: 0 0 0 1em;
	font-size: 1.4rem;
}

div#information ul li::before {
	content: "・";
	margin: 0 0 0 -1em;
}

div#information div.googlemap {
	margin: 1.5rem 0;
}

div#information table.schedule {
	width: 100%;
	margin-top: 3em;
}

div#information table.schedule th,
div#information table.schedule td {
	font-size: 1.4rem;
	font-weight: 400;
}

div#information table.schedule tbody th {
	text-align: right !important;
}





/* ▼footer */
/* ----------------------------------------------------- */
footer {
	padding: 4rem 0 1.5rem 0;
	background: #ffffff;
}

footer a {
	color: #441703 !important;
	text-decoration: none !important;
}

footer div.container {
	text-align: center;
}

footer figure {
	margin: 0;
}

footer h2 {
	margin: 2em 0 0 0;
	font-size: 1.6rem;
}

footer p {
	margin: 1em 0;
	font-size: 1.4rem;
}

footer address {
	margin: 2em 0 0 0;
	padding: 1em 0 0 0;
	font-size: 1.2rem;
	font-style: normal;
	border-top: 0.1rem solid #333333;
}



@media screen and (max-width: 766px) {
	footer {
		padding-bottom: 5.5rem;
	}
}





/* ▼ページトップ */
/* ----------------------------------------------------- */
div#pagetop {
	position: fixed;
	z-index: 100;
	right: 0;
}

div#pagetop p {
	margin: 0;
	padding: 0;
}

div#pagetop p a {
	display: block;
	width: 3em;
	height: 4.5em;
	padding: 1.75em 1em;
	line-height: 1;
	text-decoration: none;
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
}

div#pagetop p a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M8.8%2C4.7c0.7-0.7%2C1.7-0.7%2C2.4%2C0l8.3%2C8.3c0.7%2C0.7%2C0.7%2C1.7%2C0%2C2.4s-1.7%2C0.7-2.4%2C0L10%2C8.2l-7.2%2C7.1c-0.7%2C0.7-1.7%2C0.7-2.4%2C0s-0.7-1.7%2C0-2.4L8.8%2C4.7L8.8%2C4.7z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#pagetop a:hover,
div#pagetop a:active {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* For IE 8 */
}

div#pagetop a span {
	display: none;
}

div#pagetop a img {
	width: auto;
	max-width: 100%;
}



@media screen and (min-width: 767px) {

}

@media screen and (max-width: 766px) {
	div#pagetop {
		bottom: -1em;
	}
}





/* ▼banner */
/* ----------------------------------------------------- */
div#banner {
	position: fixed;
	z-index: 100;
}

div#banner p {
	margin: 0;
	padding: 0;
}

div#banner p a,
div#banner p button {
	position: relative;
	display: block;
}



@media screen and (min-width: 767px) {
	div#banner {
		bottom: 30%;
		right: 1.5%;
		width: 9.25rem;
	}
	div#banner p {
		width: 9.25rem;
		margin: 0 0 0 auto;
	}
	div#banner p a {
		width: 9.25rem;
		height: 9.25rem;
		margin: 0 0 0 auto;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 766px) {
	div#banner {
		bottom: 0;
		left: 50%;
		width: 100%;
		transform: translate(-50%, 0);
	}
	div#banner p a {
		position: relative;
		margin-left: -1px;
		margin-right: -1px;
	}
}

