@charset "UTF-8";

@import url("../fonts/NotoSansJP/NotoSansJP.css");
@import url("../fonts/YakuHanGOTHICs/YakuHanGOTHICs.css");
@import url("../fonts/sf-compact-display/sf-compact-display.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%;
	box-sizing: border-box;
}

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,
video {
	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: bold;
}

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;
}

.marker {
	background:linear-gradient(transparent 60%, #f4ef56 60%);
}

/*
.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;
}

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;
}

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

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: 1080px;
	}
}

@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: 700;
	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: 400;
	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;
}

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

div.section div.movie {
	text-align: center;
}


@media screen and (min-width: 767px) {
	div.section div.googlemap {
		padding: 45.109% 0 0 0;
	}
}

@media screen and (max-width: 766px) {
	div.section div.googlemap {
		padding: 70.339% 0 0 0;
	}
}





/* ▼keyvisual */
/* ----------------------------------------------------- */
div#keyvisual {
	position: relative;
	padding: 0;
	background-color: #aed3ff;
	background-repeat: no-repeat;
	background-position: center top;
}

div#keyvisual::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center top;
	mask-repeat: no-repeat;
	mask-position: center top;
	/* Chrome, Safari用 */
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
}

div#keyvisual div.container {
	position: relative;
	z-index: 1;
}

div#keyvisual h1 {
	background-repeat: no-repeat;
	background-position: center top;
}

div#keyvisual h2,
div#keyvisual p,
div#keyvisual ul {
	display: none;
}



@media screen and (min-width: 767px) {
	div#keyvisual::before {
		height: 730px;
		background-image: url(../img/keyvisual_pc.jpg);
		mask-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%20width%3D%221920%22%20height%3D%22730%22%20viewBox%3D%220%200%201920%20730%22%3E%3Cpath%20d%3D%22M0%2C0v560c244.8%2C61.7%2C569.2%2C150.5%2C960%2C150%2C386.2-.5%2C717-88.7%2C960-150V0H0Z%22%2F%3E%3C%2Fsvg%3E');
		/* Chrome, Safari用 */
		-webkit-mask-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%20width%3D%221920%22%20height%3D%22730%22%20viewBox%3D%220%200%201920%20730%22%3E%3Cpath%20d%3D%22M0%2C0v560c244.8%2C61.7%2C569.2%2C150.5%2C960%2C150%2C386.2-.5%2C717-88.7%2C960-150V0H0Z%22%2F%3E%3C%2Fsvg%3E');
	}
	div#keyvisual h1 {
		background-image: url(../img/keyvisual_pc.png);
	}
}

@media screen and (max-width: 766px) {
	div#keyvisual::before {
		height: 50.75rem;
		background-image: url(../img/keyvisual_sp.jpg);
		background-size: 100% auto;
		mask-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%20width%3D%22750%22%20height%3D%221015%22%20viewBox%3D%220%200%20750%201015%22%3E%3Cpath%20d%3D%22M750%2C955c-84.4%2C28.6-216%2C59.6-375%2C60-162%2C.4-289.8-31.2-375-60V0h750v955Z%22%2F%3E%3C%2Fsvg%3E');
		mask-size: 100% auto;
		/* Chrome, Safari用 */
		-webkit-mask-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%20width%3D%22750%22%20height%3D%221015%22%20viewBox%3D%220%200%20750%201015%22%3E%3Cpath%20d%3D%22M750%2C955c-84.4%2C28.6-216%2C59.6-375%2C60-162%2C.4-289.8-31.2-375-60V0h750v955Z%22%2F%3E%3C%2Fsvg%3E');
		-webkit-mask-size: 100% auto;
	}
	div#keyvisual h1 {
		background-image: url(../img/keyvisual_sp.png);
		background-size: 100% auto;
	}
}





/* ▼testimonial */
/* ----------------------------------------------------- */
@media screen and (min-width: 767px) {
	div.testimonial {
		height: 150px;
		background-image: url(../img/testimonial_pc.jpg);
		background-repeat: repeat-x;
		background-position: center center;
	}
	div.testimonial img {
		display: none;
	}
}

@media screen and (max-width: 766px) {
	div#keyvisual + div.testimonial {
		padding: 2rem;
		background-color: #aed3ff;
	}
}





/* ▼index */
/* ----------------------------------------------------- */
div#index {
	background-color: #aed3ff;
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#index div.container {
	position: relative;
}

div#index div.wrap {
	background-color: #ffffff;
	border-radius: 0.25rem;
}

div#index h2 {
	position: relative;
	text-align: center;
}

div#index h2 img {
	width: 7rem;
}

div#index h2::before,
div#index h2::after {
	content: "";
	position: absolute;
	top: 50%;
	padding: 0 0 0.8rem 0;
	background: #666666;
	transform: translate(0,-50%);
}

div#index h2::before {
	left: 0;
}

div#index h2::after {
	right: 0;
}

div#index ol {
	counter-reset: index_counter 0;
	margin: 1.5rem 0 0 0;
}

div#index ol li {
	counter-increment: index_counter 1;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
}

div#index ol li:last-child {
	border-bottom: 0 none;
}

div#index ol li a {
	position: relative;
	margin: 0.3em 0.5em 0.4em 0.5em;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

div#index ol li a::before {
	content: counter(index_counter, decimal-leading-zero) ".";
	width: 2.5em;
}

div#index ol li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1.3rem;
	height: 1rem;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(0, -50%);
}

div#index ol li:nth-child(odd) a::after {
	background-color: #347be2;
}

div#index ol li:nth-child(even) a::after {
	background-color: #103770;
}

div#index ol li:nth-child(odd) a strong {
	color: #347be2;
}

div#index ol li:nth-child(even) a strong {
	color: #103770;
}



@media screen and (min-width: 767px) {
	div#index {
		background-image: url(../img/index_bg_pc.jpg);
	}
	div#index div.wrap {
		width: 74.075%;
		padding: 1.5rem;
	}
	div#index h2::before,
	div#index h2::after {
		width: 13rem;
	}
	div#index ol li a {
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 766px) {
	div#index {
		padding-top: 0;
		background-image: url(../img/index_bg_sp.jpg);
		background-size: 100% auto;
	}
	div#index div.container {
		overflow: visible;
	}
	div#index div.container::after {
		content: "";
		position: absolute;
		top: -3rem;
		right: 0;
		width: 14.5rem;
		height: 8.5rem;
		background-image: url(../img/index_sp.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
	}
	div#index div.wrap {
		padding: 2rem;
	}
	div#index h2::before,
	div#index h2::after {
		width: 10rem;
	}
	div#index ol li a {
		font-size: 1.4rem;
	}
	div#index ol li a span {
		width: 77.967%;
	}
}





/* ▼problem */
/* ----------------------------------------------------- */
div#problem {
	background-color: #2c4f7a;
}

div#problem h2 {
	text-align: center;
	color: #ffffff;
}

div#problem h2 strong {
	margin: 0 0.5rem;
	padding: 0 0.5rem;
	border: 1px solid #ffffff;
}

div#problem ul {
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#problem ul li {
	list-style-type: none;
	margin: 0;
	font-size: 1.1rem;
	text-align: center;
}

div#problem ul li strong {
	font-size: 1.5rem;
	background: #f4ef56;
}

div#problem ul li::before {
	content: "";
	display: block;
	width: 1.75rem;
	height: 1.5rem;
	margin: 0 auto;
	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%23333333%22%20width%3D%2235%22%20height%3D%2230%22%20viewBox%3D%220%200%2035%2030%22%3E%3Cpath%20d%3D%22M28%2C2v27.1H1V2h27.1M29%2C1H0v29h29V1h0Z%22%2F%3E%3Cpath%20fill%3D%22%23c9002b%22%20d%3D%22M13.7%2C25.1h0c-.4%2C0-.9-.2-1.1-.6L3.3%2C13.4c-.5-.7-.4-1.6.2-2.1.7-.5%2C1.6-.4%2C2.1.2l8%2C9.8L32.3.5c.6-.6%2C1.5-.7%2C2.2-.1.6.6.7%2C1.5.1%2C2.2L14.8%2C24.6c-.3.3-.7.5-1.1.5Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

div#problem ul li:first-child {
	margin-bottom: 3rem;
}



@media screen and (min-width: 767px) {
	div#problem {
		background-image: url(../img/problem_top_pc.png),
						  url(../img/problem_bottom_pc.png),
						  url(../img/problem_noise.png);
		background-repeat: no-repeat, no-repeat, repeat;
		background-position: center top, center bottom, center center;
	}
	div#problem div.container {
		max-width: 960px;
	}
	div#problem h2 {
		font-size: 2.2rem;
	}
	div#problem ul {
		height: 610px;
		padding: 3rem 3rem 1.5rem 3rem;
		background-image: url(../img/problem_pc.svg),
						  url(../img/problem_pc.png);
	}
	div#problem ul li {
		width: 48.810%;
	}
}

@media screen and (max-width: 766px) {
	div#problem {
		background-image: url(../img/problem_top_sp.png),
						  url(../img/problem_noise.png);
		background-repeat: no-repeat, repeat;
		background-position: center top, center center;
		background-size: 100% auto, 50% auto;
	}
	div#problem h2 {
		font-size: 2.4rem;
	}
	div#problem ul {
		height: 33rem;
		padding: 4.25rem 1.5rem 1.5rem 1.5rem;
		background-image: url(../img/problem_sp.svg),
						  url(../img/problem_sp.png);
	}
	div#problem ul li {
		width: 49.276%;
	}
}





/* ▼jobseeker */
/* ----------------------------------------------------- */
div#jobseeker {
	padding: 0;
	background-color: #eaf3ff;
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#jobseeker h2 {
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#jobseeker ul {
	display: none;
}



@media screen and (min-width: 767px) {
	div#jobseeker {
		background-image: url(../img/jobseeker_pc.jpg);
	}
	div#jobseeker div.container {
		max-width: 1280px;
		background-image: url(../img/jobseeker_pc.png);
	}
}

@media screen and (max-width: 766px) {
	div#jobseeker {
		background-image: url(../img/jobseeker_sp.jpg);
		background-size: 100% auto;
	}
	div#jobseeker div.container {
		background-image: url(../img/jobseeker_sp.png);
		background-size: 100% auto;
	}
}





/* ▼recruiting */
/* ----------------------------------------------------- */
div#recruiting {
	padding: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#recruiting p,
div#recruiting ul {
	display: none;
}



@media screen and (min-width: 767px) {
	div#recruiting {
		background-image: url(../img/recruiting_pc.jpg);
	}
	div#recruiting div.container {
		max-width: 750px;
	}
}

@media screen and (max-width: 766px) {
	div#recruiting {
		background-image: url(../img/recruiting_sp.jpg);
		background-size: 100% auto;
	}
}





/* ▼solution_bridge */
/* ----------------------------------------------------- */
div#solution_bridge {
	padding: 0;
	background-color: #103770;
}

div#solution_bridge figure {
	margin: 0;
}



@media screen and (min-width: 767px) {
	div#solution_bridge div.container {
		max-width: 860px;
	}
}





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

div#solution h2 {
	text-align: center;
}

div#solution h2 + p {
	display: none;
}

div#solution p {
	text-align: center;
}

div#solution p strong {
	background:linear-gradient(transparent 60%, #f4ef56 60%);
}

div#solution figure {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#solution figure#rotation figcaption {
	padding: 0.2rem 0 0.4rem 0;
	font-size: 1.4rem;
	color: #ffffff;
	background-color: #666666;
}

div#solution figure#rotation img {
	background-repeat: no-repeat;
	background-position: center top;
}

div#solution figure#case {
	position: relative;
}

div#solution figure#case::after {
	content: "";
	position: absolute;
	background-image: url(../img/solution_case.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#solution div.movie {
	margin: 0 auto;
	padding: 2rem;
	background-image: url(../img/movie_bg.png);
	background-repeat: repeat;
	background-position: left top;
	background-size: 1.5rem;
}



@media screen and (min-width: 767px) {
	div#solution {
		padding-top: 7.25rem;
		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%23103770%22%20width%3D%22670%22%20height%3D%22110%22%20viewBox%3D%220%200%20670%20110%22%3E%3Cpolygon%20points%3D%22335%20110%200%200%20670%200%20335%20110%22%2F%3E%3C%2Fsvg%3E'),
						  url(../img/solution_top_pc.jpg),
						  url(../img/solution_bottom_pc.jpg);
		background-position: center top, center top, center bottom;
	}
	div#solution p {
		font-size: 1rem;
	}
	div#solution p.purpose {
		font-size: 1.2rem;
	}
	div#solution figure {
		width: 77.778%;
	}
	div#solution figure#rotation img {
		background-image: url(../img/solution_rotation_pc.svg);
	}
	div#solution figure#case {
		margin-top: 4rem;
	}
	div#solution figure#case::after {
		top: -3rem;
		right: 0.5rem;
		width: 13.5rem;
		height: 13.75rem;
	}
	div#solution div.movie {
		width: 92.593%;
	}
}

@media screen and (max-width: 766px) {
	div#solution {
		padding-top: 8.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%23103770%22%20width%3D%22750%22%20height%3D%22125%22%20viewBox%3D%220%200%20750%20125%22%3E%3Cpolygon%20points%3D%22375%20125%200%200%20750%200%20375%20125%22%2F%3E%3C%2Fsvg%3E'),
						  url(../img/solution_bg_sp.jpg);
		background-size: 100% auto;
	}
	div#solution p {
		font-size: 1.4rem;
	}
	div#solution figure {
		width: 96%;
	}
	div#solution figure#rotation img {
		background-image: url(../img/solution_rotation_sp.svg);
		background-size: 100% auto;
	}
	div#solution figure#case {
		margin-top: 4.5rem;
	}
	div#solution figure#case::after {
		top: -2.5rem;
		right: 0;
		width: 11.75rem;
		height: 12rem;
	}
	div#solution div.movie {
		width: 89.334%;
	}
}





/* ▼point */
/* ----------------------------------------------------- */
div#point {
	background-color: #bbdcff;
}

div#point div.points {
	margin: 3rem 0 0 0;
	background-color: #ffffff;
	border-radius: 0.25rem;
}

div#point div#point_02.points {
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#point div.points h3 {
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#point div.points h3 span {
	padding: 0 1.5em 0.1em 1.5em;
	font-size: 1.3rem;
	font-weight: 500;
	color: #ffffff;
	background-color: #103770;
	border-radius: 2em;
}

div#point div.points h3::before,
div#point div.points h3::after {
	content: "";
	height: 0;
	border-top: 0.1rem solid #103770;
}

div#point div.points h4 {
	margin: 1.5rem 0;
	text-align: center;
}

div#point div.points h4 strong {
	padding: 0 0 0.25rem 0;
	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%23f4ef56%22%20width%3D%22400%22%20height%3D%2225%22%20viewBox%3D%220%200%20400%2025%22%3E%3Cpath%20d%3D%22M126.5%2C23.3c-2.4%2C0-4.5-1.5-5.2-3.7-.8-2.6.8-5.3%2C3.4-6.2l4.1-1.4c-60.3%2C1.1-122%2C6.8-122.8%2C6.9-3%2C.2-5.6-1.8-5.9-4.6-.3-2.8%2C1.8-5.3%2C4.9-5.5.9%2C0%2C86.9-8%2C155.8-7%2C2.6%2C0%2C4.9%2C1.8%2C5.3%2C4.2.2%2C1%2C0%2C1.9-.4%2C2.8%2C80.1-5.2%2C221.9-2.3%2C229.1-2.1%2C3%2C0%2C5.3%2C2.4%2C5.3%2C5.2s-2.5%2C5.1-5.5%2C5c-2.2%2C0-212.2-4.4-266.7%2C6.3h-1.3Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
}

div#point div#point_02.points div.department {
	margin: 1.5rem auto;
	background: #f4f4f4;
}

div#point div#point_02.points div.department ul {
	margin: 0;
}

div#point div#point_02.points div.department ul li {
	list-style-type: none;
	margin: 0 0 0.5rem 0;
	padding: 0 1em 0.3rem 1em;
	font-weight: 700;
	border-bottom: 1px solid #bbbbbb;
}

div#point div.points p strong {
	color: #347be2;
}

div#point div#point_01.points p.conclusion {
	margin: 0;
	padding: 0.5em 0;
	font-weight: 700;
	text-align: center;
	background-color: #eaf3ff;
}

div#point div#point_02.points p {
	text-align: center;
}



@media screen and (min-width: 767px) {
	div#point div.wrap {
		width: 92.593%;
	}
	div#point div.points {
		padding: 2rem 3rem;
	}
	div#point div#point_02.points {
		padding-bottom: 13rem;
		background-image: url(../img/point_02_pc.jpg);
	}
	div#point div.points h3 {
		margin: 0 -1.5rem;
	}
	div#point div.points h3::before,
	div#point div.points h3::after {
		width: 18rem;
	}
	div#point div.points h4 {
		font-size: 2rem;
	}
	div#point div.points h4 strong {
		font-size: 2.2rem;
	}
	div#point div#point_02.points div.department {
		width: 71.560%;
		padding: 1.5rem;
	}
	div#point div#point_02.points div.department ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	div#point div#point_02.points div.department ul li {
		width: 29.825%;
		font-size: 0.9rem;
	}
	div#point div.points p {
		font-size: 0.9rem;
	}
	div#point div#point_01.points p.conclusion {
		font-size: 1.5rem;
	}
	div#point div#point_02.points p.conclusion {
		font-size: 1.1rem;
	}
	div#point div#point_02.points p.conclusion strong {
		font-size: 2.1rem;
	}
	div#point div.points p.flexbox {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	div#point div#point_04.points p.flexbox img {
		width: 32.387%;
	}
	div#point div#point_04.points p.flexbox span {
		width: 65.341%;
	}
	div#point div#point_05.points p.flexbox img {
		width: 48.864%;
	}
	div#point div#point_05.points p.flexbox span {
		width: 47.728%;
	}
}

@media screen and (max-width: 766px) {
	div#point div.points {
		padding: 2rem;
	}
	div#point div#point_02.points {
		padding-bottom: 13.5rem;
		background-image: url(../img/point_02_sp.jpg);
		background-size: 100% auto;
	}
	div#point div.points h3 {
		margin: 0 -1rem;
	}
	div#point div.points h3::before,
	div#point div.points h3::after {
		width: 10.5rem;
	}
	div#point div.points h4 {
		font-size: 2.2rem;
	}
	div#point div.points h4 strong {
		font-size: 2.7rem;
	}
	div#point div#point_02.points div.department {
		padding: 1.5rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	div#point div#point_02.points div.department ul {
		width: 45.284%;
	}
	div#point div#point_02.points div.department ul li {
		font-size: 1.2rem;
	}
	div#point div#point_02.points div.department ul li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0 none;
	}
	div#point div.points p {
		font-size: 1.4rem;
	}
	div#point div#point_01.points p.conclusion {
		font-size: 1.5rem;
	}
	div#point div#point_02.points p.conclusion strong {
		font-size: 2.1rem;
	}
	div#point div.points p.flexbox img {
		float: left;
		width: 45.763%;
		margin-right: 1rem;
	}
}





/* ▼appeal */
/* ----------------------------------------------------- */
div#appeal {
	padding-top: 0;
	background-color: #eaf3ff;
	background-repeat: no-repeat;
	background-position: center top;
}

div#appeal div.appeal {
	position: relative;
	z-index: 0;
	background-color: #ffffff;
	border-radius: 0.25rem;
}

div#appeal div#appeal_01.appeal {
	margin-top: 0;
}

div#appeal div.appeal h3 {
	position: absolute;
	z-index: 3;
	top: 0;
	width: 4rem;
	height: 8rem;
	font-size: 1.5rem;
	line-height: 0;
	color: #ffffff;
	writing-mode: vertical-rl;
	background-color: #347be2;
	clip-path: polygon(0 0, 0 100%, 50% 87.5%, 100% 100%, 100% 0);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div#appeal div.appeal h4 {
	position: relative;
	z-index: 2;
	text-align: center;
}

div#appeal div.appeal h4 span {
	position: relative;
	z-index: 3;
}

div#appeal div.appeal h4 strong {
	line-height: 1.2;
	color: #347be2;
}

div#appeal div.appeal h4::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #333333;
}

div#appeal div.appeal h4::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#appeal div.appeal div.content {
	position: relative;
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.5s ease;
}

div#appeal div.appeal div.content.open,
div#appeal div#appeal_05.appeal div.content {
	grid-template-rows: 1fr;
}

div#appeal div.appeal div.content > div.contentWrap {
	overflow: hidden;
}

div#appeal div.appeal div.content::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1.5rem;
	background-image: linear-gradient(0deg, #ffffff, transparent);
}

div#appeal div#appeal_05.appeal div.content::after,
div#appeal div.appeal div.content.open::after {
	display: none;
}

div#appeal div.appeal div.content + p.btn {
	margin-bottom: 0;
}

div#appeal div.appeal div.content + p.btn span {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 0.8rem 2rem 1rem 2rem;
	text-align: center;
	color: #ffffff;
	background-color: #3b72a8;
	border-radius: 0.25rem;
}

div#appeal div.appeal div.content + p.btn span::after {
	content: "▼";
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translate(0, -50%);
}

div#appeal div.appeal div.content.open + p span::after {
	content: "▲";
}

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

div#appeal div.appeal ul.flexbox li {
	list-style-type: none;
	margin: 0;
}

div#appeal div.appeal div#goal {
	position: relative;
	margin: 3.75rem 0 0 0;
	padding-top: 1.5rem;
	background-color: #f4f4f4;
}

div#appeal div.appeal div#goal h5 {
	position: absolute;
	top: -1.75rem;
	left: 50%;
	width: 13.5rem;
	height: 3.5rem;
	font-size: 1.4rem;
	line-height: 3.5rem;
	text-align: center;
	color: #ffffff;
	background-color: #347be2;
	transform: translate(-50%, 0);
}

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

div#appeal div.appeal div.flexbox > div {
	width: 50%;
	text-align: center;
}

div#appeal div.appeal div.flexbox div > p {
	margin: 1rem auto;
	font-weight: 700;
}

div#appeal div.appeal div.flexbox div > figure {
	margin: 1rem auto;
}

div#appeal div.appeal div.flexbox div > p span {
	padding: 0 1em 0.2rem 1em;
	font-size: 1.4rem;
	color: #ffffff;
	border-radius: 2em;
}

div#appeal div.appeal div.flexbox div.female p span {
	background-color: #ff6f61;
}

div#appeal div.appeal div.flexbox div.male p span {
	background-color: #3b72a8;
}

div#appeal div.appeal div#therefore {
	position: relative;
}

div#appeal div.appeal div#therefore h5 {
	position: relative;
	top: 0;
	left: 50%;
	width: 6rem;
	height: 3rem;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8rem;
	text-align: center;
	color: #ffffff;
	background-color: #333333;
	transform: translate(-50%, 0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

div#appeal div.appeal div#therefore div.flexbox {
	align-items: flex-start;
}

div#appeal div.appeal div#therefore div.flexbox > div {
	position: relative;
	border: 1px solid #cccccc;
	border-radius: 0.25em;
}

div#appeal div.appeal div#therefore div.flexbox > div::after {
	content: "etc.";
	position: absolute;
	bottom: -1rem;
	right: 1rem;
	padding: 0.25em 1em 0.5em 1em;
	font-size: 1.2rem;
	line-height: 1;
	color: #ffffff;
	background-color: #666666;
}

div#appeal div.appeal div#therefore div.flexbox > div p,
div#appeal div.appeal div#therefore div.flexbox > div ul {
	margin: 0;
}

div#appeal div.appeal div#therefore div.flexbox > div ul li {
	list-style-type: none;
	padding: 0.5rem 0;
	font-size: 1.4rem;
	font-weight: 700;
	border-bottom: 1px solid #cccccc;
}

div#appeal div.appeal div#therefore div.flexbox > div ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0 none;
}

div#appeal div.appeal div#therefore + p {
	margin-top: 3rem;
	text-align: center;
}

div#appeal div.appeal div#therefore + p strong {
	background:linear-gradient(transparent 60%, #f4ef56 60%);
}

div#appeal div.appeal p.large {
	text-align: center;
}

div#appeal div.appeal p img {
	float: right;
	margin: 0 0 0 1em;
}

div#appeal div#appeal_03.appeal figure,
div#appeal div#appeal_04.appeal figure {
	text-align: center;
	background: #f4f4f4;
}

div#appeal div#appeal_03.appeal figure figcaption,
div#appeal div#appeal_04.appeal figure figcaption {
	font-size: 1.4rem;
	color: #ffffff;
	background: #666666;
}



@media screen and (min-width: 767px) {
	div#appeal {
		background-image: url(../img/appeal_bg_pc.jpg);
	}
	div#appeal div.wrap {
		width: 92.593%;
	}
	div#appeal div.appeal {
		margin: 2rem 0 0 0;
		padding: 2rem 3rem;
	}
	div#appeal div.appeal h3 {
		left: 1rem;
	}
	div#appeal div.appeal h4 {
		margin-left: -1rem;
		margin-right: -1rem;
		padding: 1.1rem 0 1.25rem 0;
		font-size: 1.5rem;
	}
	div#appeal div.appeal h4 strong {
		font-size: 1.7rem;
	}
	div#appeal div.appeal h4::after {
		right: -2rem;
		width: 16.25rem;
		height: 8.5rem;
	}
	div#appeal div#appeal_01.appeal h4::after {
		background-image: url(../img/appeal_01_headline_pc.png);
	}
	div#appeal div#appeal_02.appeal h4::after {
		background-image: url(../img/appeal_02_headline_pc.png);
	}
	div#appeal div#appeal_03.appeal h4::after {
		background-image: url(../img/appeal_03_headline_pc.png);
	}
	div#appeal div#appeal_04.appeal h4::after {
		background-image: url(../img/appeal_04_headline_pc.png);
	}
	div#appeal div#appeal_05.appeal h4::after {
		background-image: url(../img/appeal_05_headline_pc.png);
	}
	div#appeal div.appeal div.content > div.contentWrap {
		min-height: 7.5rem;
	}
	div#appeal div.appeal div.content + p.btn span {
		font-size: 1.4rem;
	}
	div#appeal div.appeal div.content p {
		font-size: 0.9rem;
	}
	div#appeal div.appeal div.content p.large {
		font-size: 1.3rem;
	}
	div#appeal div.appeal div.content p.small {
		font-size: 0.8rem;
	}
	div#appeal div.appeal div.content p.flexbox {
		margin-top: 2rem;
		font-size: 1rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	div#appeal div.appeal div.content p.flexbox img {
		width: 22.728%;
	}
	div#appeal div.appeal div.content p.flexbox span {
		width: 72.728%;
	}
	div#appeal div.appeal div.content ul.flexbox li {
		width: 15.910%;
	}
	div#appeal div.appeal div#therefore div.flexbox > div {
		width: 46.591%;
		padding: 1.25rem;
	}
	div#appeal div.appeal div#therefore + p strong {
		font-size: 1.8rem;
	}
	div#appeal div.appeal p img {
		width: 36.364%;
	}
	div#appeal div#appeal_05.appeal div.flexbox {
		align-items: flex-start;
	}
	div#appeal div#appeal_05.appeal div.flexbox p {
		width: 55.682%;
		margin-bottom: 0;
	}
	div#appeal div#appeal_05.appeal div.flexbox figure {
		width: 40.910%;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 766px) {
	div#appeal {
		background-image: url(../img/appeal_bg_sp.jpg);
		background-size: 100% auto;
	}
	div#appeal div.appeal {
		margin: 3rem 0 0 0;
		padding: 1.25rem;
	}
	div#appeal div.appeal h3 {
		left: 0;
	}
	div#appeal div.appeal h4 {
		padding: 0.5rem 0 1rem 0;
		font-size: 1.6rem;
	}
	div#appeal div.appeal h4 strong {
		font-size: 2rem;
	}
	div#appeal div.appeal h4::after {
		right: -3.75rem;
		width: 15.25rem;
		height: 11rem;
	}
	div#appeal div#appeal_01.appeal h4::after {
		background-image: url(../img/appeal_01_headline_sp.png);
	}
	div#appeal div#appeal_02.appeal h4::after {
		background-image: url(../img/appeal_02_headline_sp.png);
	}
	div#appeal div#appeal_03.appeal h4::after {
		background-image: url(../img/appeal_03_headline_sp.png);
	}
	div#appeal div#appeal_04.appeal h4::after {
		background-image: url(../img/appeal_04_headline_sp.png);
	}
	div#appeal div#appeal_05.appeal h4::after {
		background-image: url(../img/appeal_05_headline_sp.png);
	}
	div#appeal div.appeal div.content > div.contentWrap {
		min-height: 16rem;
	}
	div#appeal div.appeal div.content + p.btn span {
		font-size: 1.6rem;
	}
	div#appeal div.appeal div.content p {
		font-size: 1.4rem;
	}
	div#appeal div.appeal div.content p.flexbox {
		margin-top: 2rem;
	}
	div#appeal div.appeal div.content p.flexbox img {
		float: left;
		width: 33.899%;
		margin-right: 1em;
	}
	div#appeal div.appeal ul.flexbox {
		width: 81.356%;
		margin-left: auto;
		margin-right: auto;
	}
	div#appeal div.appeal div.content ul.flexbox li {
		width: 32.084%;
	}
	div#appeal div.appeal div.flexbox div > p {
		font-size: 1.2rem;
	}
	div#appeal div.appeal div.content p.large {
		font-size: 1.4rem;
	}
	div#appeal div.appeal div.content p.small {
		font-size: 1rem;
	}
	div#appeal div.appeal div.flexbox div > figure {
		width: 54.238%;
	}
	div#appeal div.appeal div#therefore div.flexbox > div {
		width: 47.458%;
		padding: 1rem;
	}
	div#appeal div.appeal div#therefore + p strong {
		font-size: 2rem;
	}
	div#appeal div.appeal p img {
		width: 47.458%;
	}
	div#appeal div#appeal_05.appeal div.flexbox p {
		width: 100%;
		margin-bottom: 0;
	}
	div#appeal div#appeal_05.appeal div.flexbox figure {
		width: 77.967%;
		align-self: center;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
	}
}





/* ▼schedule */
/* ----------------------------------------------------- */
div#schedule {
	padding: 0;
	background-color: #e6ebf2;
	background-image: url(../img/schedule_bg.png);
	background-repeat: repeat;
	background-position: left top;
}

div#schedule div.container {
	padding: 3rem 0;
	background-repeat: no-repeat;
	background-position: center top;
}

div#schedule h2 {
	text-align: center;
}

div#schedule div.content {
	position: relative;
	margin: 0 auto;
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.5s ease;
}

div#schedule div.content.open {
	grid-template-rows: 1fr;
}

div#schedule div.content > div.contentWrap {
	overflow: hidden;
}

div#schedule div.content + p.btn {
	margin-top: 0;
	margin-bottom: 0;
}

div#schedule div.content + p.btn span {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 0.8rem 2rem 1rem 2rem;
	text-align: center;
	color: #ffffff;
	background-color: #3b72a8;
	border-radius: 0.25rem;
}

div#schedule div.content + p.btn span::after {
	content: "▼";
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translate(0, -50%);
}

div#schedule div.content.open + p span::after {
	content: "▲";
}

div#schedule div.content div.schedule {
	position: relative;
	margin: 3rem 0;
	background: #ffffff;
	border-radius: 0.25em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#schedule div.content div.schedule::before {
	content: "";
	position: absolute;
	top: -2.25rem;
	left: 50%;
	width: 2rem;
	height: 1.5rem;
	background: #333333;
	transform: translate(-50%, 0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

div#schedule div.content div#schedule_01.schedule::before,
div#schedule div.content div#schedule_02.schedule::before {
	display: none;
}

div#schedule div.content div#schedule_01.schedule {
	margin: 0;
}

div#schedule div.content div#schedule_02.schedule {
	margin: 1.5rem 0;
}

div#schedule div.content div.schedule div.timetable {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 0.25em 0 0 0.25em;
}

div#schedule div.content div#schedule_01.schedule div.timetable,
div#schedule div.content div#schedule_02.schedule div.timetable,
div#schedule div.content div#schedule_03.schedule div.timetable {
	background: #ff6f61;
}

div#schedule div.content div#schedule_04.schedule div.timetable,
div#schedule div.content div#schedule_05.schedule div.timetable {
	background: #e88c4d;
}

div#schedule div.content div#schedule_06.schedule div.timetable {
	background: #4b94dd;
}

div#schedule div.content div#schedule_07.schedule div.timetable,
div#schedule div.content div#schedule_08.schedule div.timetable {
	background: #103770;
}

div#schedule div.content div.schedule div.timetable h3 {
	line-height: 1.25;
	text-align: center;
	color: #ffffff;
}

div#schedule div.content div.schedule div.timetable h3 span {
	display: inline-block;
	transform: rotate(90deg);
}

div#schedule div.content div.schedule div.work {
	min-height: 4.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#schedule div.content div.schedule div.work div.bodytext {
	width: calc( 100% - 12.5rem );
}

div#schedule div.content div.schedule div.work div.bodytext p {
	width: 100%;
	margin: 0;
}

div#schedule div.content div.schedule div.work div.bodytext p + p {
	margin-top: 1.5rem;
}

div#schedule div.content div.schedule div.work figure {
	width: 12.5rem;
	margin: 0;
}



@media screen and (min-width: 767px) {
	div#schedule div.container {
		background-image: url(../img/schedule_container_pc.png);
	}
	div#schedule div.wrap {
		width: 92.593%;
	}
	div#schedule div.content {
		width: 86%;
	}
	div#schedule div.content > div.contentWrap {
		min-height: 17rem;
	}
	div#schedule div.content + p.btn span {
		font-size: 1.4rem;
	}
	div#schedule div.content div.schedule div.timetable {
		width: 20.931%;
	}
	div#schedule div.content div.schedule div.timetable h3 {
		font-size: 1.3rem;
	}
	div#schedule div.content div.schedule div.work {
		width: 79.069%;
		padding: 0.5rem 1rem 0.5rem 1.5rem;
	}
	div#schedule div.content div.schedule div.work div.bodytext p {
		font-size: 0.9rem;
	}
	div#schedule div.content div.schedule div.work div.bodytext p strong {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 766px) {
	div#schedule {
		background-size: 1.5rem;
	}
	div#schedule div.container {
		background-image: url(../img/schedule_container_sp.png);
		background-size: 100% auto;
	}
	div#schedule div.content > div.contentWrap {
		min-height: 18.5rem;
	}
	div#schedule div.content + p.btn span {
		font-size: 1.6rem;
	}
	div#schedule div.content div.schedule div.timetable {
		width: 14.926%;
	}
	div#schedule div.content div.schedule div.timetable h3 {
		font-size: 1.4rem;
	}
	div#schedule div.content div.schedule div.work {
		width: 85.074%;
		padding: 0.5rem 0.5rem 0.5rem 1.5rem;
	}
	div#schedule div.content div.schedule div.work div.bodytext p {
		font-size: 1.1rem;
	}
	div#schedule div.content div.schedule div.work div.bodytext p strong {
		font-size: 1.4rem;
	}
}





/* ▼data */
/* ----------------------------------------------------- */
div#data {
	padding-top: 0;
	background-color: #bbdcff;
}

div#data h2 {
	position: relative;
}

div#data h2 img {
	height: 15.5rem;
}

div#data h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0.5rem;
	width: 18.5rem;
	height: 15.5rem;
	background-image: url(../img/data_headline.png);
	background-repeat: repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

div#data div.flexbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#data div.flexbox div.data {
	text-align: center;
	background-color: #ffffff;
	border-radius: 0.25em;
}

div#data div.flexbox div.data h3 {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #103770;
}

div#data div.flexbox div.data h3 span {
	font-size: 1.4rem;
}

div#data div.flexbox div.data h4 span {
	background:linear-gradient(transparent 60%, #f4ef56 60%);
}

div#data div.flexbox div.data p {
	margin: 0.5em 0;
}

div#data div.flexbox div.data p strong {
	line-height: 1;
	font-family: 'SF Compact Display Semibold';
}

div#data div.flexbox div.data p em {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
}

div#data div.flexbox div.data p img,
div#data div.flexbox div#data_12.data h3 img {
	margin: 0 0.5em 0 0;
	vertical-align: text-bottom !important;
}

div#data div.flexbox div.data figure {
	margin: 0.5em 0 0 0;
}

div#data div.flexbox div#data_01.data,
div#data div.flexbox div#data_02.data,
div#data div.flexbox div#data_03.data,
div#data div.flexbox div#data_08.data,
div#data div.flexbox div#data_11.data {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

div#data div.flexbox div#data_03.data,
div#data div.flexbox div#data_12.data {
	position: relative;
}

div#data div.flexbox div#data_03.data::after,
div#data div.flexbox div#data_12.data::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}

div#data div.flexbox div#data_03.data::after {
	left: 50%;
	background-image: url(../img/data_03.svg);
	transform: translate(-50%, 0);
}

div#data div.flexbox div#data_09.data,
div#data div.flexbox div#data_10.data {
	background-repeat: no-repeat;
}

div#data div.flexbox div#data_09.data {
	background-image: url(../img/data_09_bg.svg);
}

div#data div.flexbox div#data_10.data {
	background-image: url(../img/data_10_bg.svg);
}

div#data div.flexbox div#data_01.data h3,
div#data div.flexbox div#data_02.data h3,
div#data div.flexbox div#data_03.data h3 {
	width: 100%;
}

div#data div.flexbox div#data_07.data p,
div#data div.flexbox div#data_09.data p,
div#data div.flexbox div#data_10.data p {
	margin-top: 1.5em;
}

div#data div.flexbox div#data_08.data,
div#data div.flexbox div#data_11.data {
	align-items: center;
}

div#data div.flexbox div#data_08.data div.bodytext p img,
div#data div.flexbox div#data_09.data div.bodytext p img,
div#data div.flexbox div#data_10.data div.bodytext p img,
div#data div.flexbox div#data_11.data div.headline p img {
	vertical-align: bottom !important;
}

div#data div.flexbox div#data_08.data div.department {
	border: 0.1rem solid #cccccc;
	border-radius: 0.25em;
}

div#data div.flexbox div#data_08.data div.department ul {
	margin: 0;
}

div#data div.flexbox div#data_08.data div.department ul li {
	list-style-type: none;
	margin: 0 0 0.5rem 0;
	padding: 0 0 0.3rem 0;
	text-align: left;
	border-bottom: 1px solid #bbbbbb;
}

div#data div.flexbox div#data_11.data div.bodytext p {
	text-align: left;
}

div#data div.flexbox div#data_12.data h3 {
	position: relative;
	width: 18rem;
	margin: 0 auto 2rem auto;
	padding: 0.5rem 0 0.75rem 0;
	font-size: 2rem;
	text-align: center;
	color: #333333;
	background-color: #bbdcff;
}

div#data div.flexbox div#data_12.data h3 img {
	vertical-align: -0.45rem !important;
}

div#data div.flexbox div#data_12.data h3::after {
	content: "";
	position: absolute;
	bottom: -1.45rem;
	left: 50%;
	width: 1.5rem;
	height: 1.5rem;
	background: #bbdcff;
	transform: translate(-50%, 0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

div#data div.flexbox div#data_12.data table {
	width: 100%;
	margin: 0;
	caption-side: bottom;
}

div#data div.flexbox div#data_12.data table caption {
	text-align: left;
}

div#data div.flexbox div#data_12.data table th,
div#data div.flexbox div#data_12.data table td {
	font-size: 1.5rem;
	text-align: center;
	border: 0.1rem solid #bbbbbb;
	background-color: #ffffff;
}

div#data div.flexbox div#data_12.data table thead th,
div#data div.flexbox div#data_12.data table thead td {
	background-color: #cccccc;
}

div#data div.flexbox div#data_12.data table tbody th {
	background-color: #f4f4f4;
}




@media screen and (min-width: 767px) {
	div#data h2 {
		text-align: center;
	}
	div#data div.wrap {
		width: 92.593%;
	}
	div#data div.flexbox div.data {
		width: 49.5%;
		margin: 0 0 0.5rem 0;
		padding: 1rem 0 0 0;
	}
	div#data div.flexbox div#data_01.data,
	div#data div.flexbox div#data_02.data,
	div#data div.flexbox div#data_03.data {
		width: 32.6%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	div#data div.flexbox div#data_08.data,
	div#data div.flexbox div#data_11.data,
	div#data div.flexbox div#data_12.data {
		width: 100%;
	}
	div#data div.flexbox div#data_08.data,
	div#data div.flexbox div#data_11.data,
	div#data div.flexbox div#data_12.data {
		padding: 1.5rem;
	}
	div#data div.flexbox div#data_03.data::after {
		top: -3.5rem;
		width: 16rem;
		height: 3.75rem;
	}
	div#data div.flexbox div#data_09.data,
	div#data div.flexbox div#data_10.data {
		background-position: center bottom 1.5rem;
	}
	div#data div.flexbox div#data_12.data {
		padding-left: 6.25rem;
		padding-right: 6.25rem;
	}
	div#data div.flexbox div#data_12.data::after {
		top: 0;
		right: 1rem;
		width: 16.75rem;
		height: 7.75rem;
		background-image: url(../img/data_12_pc.png);
	}
	div#data div.flexbox div.data h4 {
		font-size: 1.2rem;
	}
	div#data div.flexbox div.data p {
		font-size: 1rem;
	}
	div#data div.flexbox div.data p strong {
		font-size: 4.5rem;
	}
	div#data div.flexbox div#data_01.data p,
	div#data div.flexbox div#data_02.data p,
	div#data div.flexbox div#data_03.data p,
	div#data div.flexbox div#data_06.data p {
		margin-bottom: 1.5em;
	}
	div#data div.flexbox div#data_08.data div.bodytext {
		width: 34.043%;
	}
	div#data div.flexbox div#data_08.data div.department {
		width: 62.766%;
		padding: 0.9rem 1.4rem;
	}
	div#data div.flexbox div#data_08.data div.department ul {
		margin: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	div#data div.flexbox div#data_08.data div.department ul li {
		width: 30.189%;
		font-size: 0.9rem;
	}
	div#data div.flexbox div#data_09.data p,
	div#data div.flexbox div#data_10.data p {
		margin-bottom: 1.5rem;
		font-size: 0.9rem;
	}
	div#data div.flexbox div#data_11.data div.headline {
		width: 36.171%;
		padding-right: 2rem;
		border-right: 1px solid #cccccc;
	}
	div#data div.flexbox div#data_11.data div.bodytext {
		width: 59.575%;
	}
	div#data div.flexbox div#data_11.data div.bodytext p {
		font-size: 0.9rem;
	}
	div#data div.flexbox div#data_12.data table caption {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 766px) {
	div#data h2 {
		text-align: right;
	}
	div#data div.flexbox div.data {
		width: 48.508%;
		margin: 0 0 1rem 0;
		padding: 1rem 1.5rem 0 1.5rem;
	}
	div#data div.flexbox div#data_03.data {
		margin-top: 5rem;
		margin-left: 8.5rem;
		margin-right: 8.5rem;
	}
	div#data div.flexbox div#data_03.data::after {
		top: -4.5rem;
		width: 21.5rem;
		height: 5rem;
	}
	div#data div.flexbox div#data_04.data,
	div#data div.flexbox div#data_05.data {
		position: relative;
		padding-bottom: 6rem;
	}
	div#data div.flexbox div#data_06.data,
	div#data div.flexbox div#data_07.data,
	div#data div.flexbox div#data_08.data,
	div#data div.flexbox div#data_11.data,
	div#data div.flexbox div#data_12.data {
		width: 100%;
	}
	div#data div.flexbox div#data_08.data {
		padding-bottom: 1rem;
		padding-right: 1rem;
	}
	div#data div.flexbox div#data_09.data,
	div#data div.flexbox div#data_10.data {
		padding-left: 0;
		padding-right: 0;
		background-position: center bottom 1.5rem;
		background-size: 64.616% auto;
	}
	div#data div.flexbox div#data_11.data {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	div#data div.flexbox div#data_12.data {
		margin-top: 2rem;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	div#data div.flexbox div#data_12.data::after {
		top: -2.75rem;
		right: -3rem;
		width: 12.25rem;
		height: 10.5rem;
		background-image: url(../img/data_12_sp.png);
	}
	div#data div.flexbox div.data h4 {
		font-size: 1.4rem;
	}
	div#data div.flexbox div.data p {
		font-size: 1.2rem;
	}
	div#data div.flexbox div.data p strong {
		font-size: 4rem;
	}
	div#data div.flexbox div.data h3 img {
		height: 2rem;
	}
	div#data div.flexbox div.data p img {
		height: 4rem;
	}
	div#data div.flexbox div#data_01.data figure,
	div#data div.flexbox div#data_02.data figure,
	div#data div.flexbox div#data_03.data figure {
		width: 5.5rem;
	}
	div#data div.flexbox div#data_06.data p,
	div#data div.flexbox div#data_07.data p {
		margin-top: 0.5rem;
		margin-bottom: 1.5rem;
	}
	div#data div.flexbox div#data_05.data h3 {
		margin: 1.5rem 0;
	}
	div#data div.flexbox div#data_04.data figure,
	div#data div.flexbox div#data_05.data figure {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 100%;
		transform: translate(-50%, 0);
	}
	div#data div.flexbox div#data_04.data figure img,
	div#data div.flexbox div#data_05.data figure img {
		height: 5.5rem;
		object-fit: contain;
	}
	div#data div.flexbox div#data_08.data div.bodytext {
		/* width: 34.043%; */
	}
	div#data div.flexbox div#data_08.data div.department {
		width: 61.017%;
		padding: 0.9rem 1.125rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	div#data div.flexbox div#data_08.data div.department ul {
		width: 47.620%;
		margin: 0;
	}
	div#data div.flexbox div#data_08.data div.department ul li {
		font-size: 1rem;
	}
	div#data div.flexbox div#data_11.data div.headline {
		margin: 0 auto;
		align-self: center;
	}
	
	div#data div.flexbox div#data_12.data table caption {
		font-size: 1rem;
	}
}





/* ▼voice */
/* ----------------------------------------------------- */
div#voice {
	padding: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
}

div#voice div.headline.section {
	position: relative;
}

div#voice div.headline.section::after {
	content: "";
	position: absolute;
	bottom: 7rem;
	left: 50%;
	width: 2.5rem;
	height: 1.5rem;
	background: #ffffff;
	transform: translate(-50%, 0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

div#voice div.headline.section h2 {
	text-align: center;
	color: #ffffff;
}

div#voice div.headline.section p {
	text-align: center;
	color: #ffffff;
}

div#voice div.voice.section {
	position: relative;
}

div#voice div.voice.section:nth-child(odd) {
	background-color: #eaf3ff;
}

div#voice div.voice.section:nth-child(even) {
	background-color: #ffffff;
	background-image: url(../img/voice_bg.png);
	background-repeat: repeat;
	background-position: left top;
}

div#voice div.voice.section div.container {
	position: relative;
}

div#voice div.voice.section div.wrap div.headline {
	position: relative;
}

div#voice div.voice.section div.wrap div.headline h3 {
	position: absolute;
	text-align: center;
	padding: 0;
	background: #ffffff;
}

div#voice div.voice.section div.wrap div.headline h4 {
	position: absolute;
	text-align: center;
	color: #ffffff;
	padding: 0;
	background: #347be2;
}

div#voice div.voice.section div.wrap div.headline figure {
	margin: 0;
}

div#voice div.voice.section div.wrap div.headline figure {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#voice div#voice_01.voice.section div.wrap div.headline figure {
	background-image: url(../img/voice_suzuki.svg);
}

div#voice div#voice_02.voice.section div.wrap div.headline figure {
	background-image: url(../img/voice_hatanaka.svg);
}

div#voice div#voice_03.voice.section div.wrap div.headline figure {
	background-image: url(../img/voice_uchida.svg);
}

div#voice div#voice_04.voice.section div.wrap div.headline figure {
	background-image: url(../img/voice_hirayama.svg);
}

div#voice div#voice_05.voice.section div.wrap div.headline figure {
	background-image: url(../img/voice_yachi.svg);
}

div#voice div#voice_06.voice.section div.wrapdiv.headline figure {
	background-image: url(../img/voice_fuke.svg);
}

div#voice div.voice.section div.wrap div.movie video {
		border-radius: 0.25rem;
}



@media screen and (min-width: 767px) {
	div#voice {
		background-image: url(../img/voice_headline_pc.jpg);
	}
	div#voice div.headline.section {
		padding-bottom: 8rem;
	}
	div#voice div.headline.section h2 {
		font-size: 1.5;
	}
	div#voice div.headline.section h2 strong {
		font-size: 2.4rem;
	}
	div#voice div.headline.section p {
		font-size: 0.9rem;
	}
	div#voice div.voice.section {
		top: -5rem;
		margin-bottom: -5rem;
		padding: 0;
		padding-bottom: 7rem;
		border-radius: 5rem 5rem 0 0;
	}
	div#voice div#voice_06.voice.section {
		padding-bottom: 1.5rem;
	}
	div#voice div.voice.section div.container {
		top: -1.5rem;
	}
	div#voice div.voice.section div.wrap {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
	}
	div#voice div.voice.section div.wrap::after {
		display: none;
	}
	div#voice div.voice.section:nth-child(odd) div.wrap {
		padding-left: 2rem;
	}
	div#voice div.voice.section:nth-child(even) div.wrap {
		padding-right: 2rem;
	}
	div#voice div.voice.section div.wrap div.headline {
		width: 42.308%;
	}
	div#voice div.voice.section div.wrap div.movie {
		width: 54.808%;
	}
	div#voice div.voice.section:nth-child(odd) div.wrap div.movie,
	div#voice div.voice.section:nth-child(even) div.wrap div.headline {
		order: 1;
	}
	div#voice div.voice.section:nth-child(odd) div.wrap div.headline,
	div#voice div.voice.section:nth-child(even) div.wrap div.movie {
		order: 2;
	}
	div#voice div.voice.section div.wrap div.headline h3,
	div#voice div.voice.section div.wrap div.headline h4 {
		font-size: 1.1rem;
	}
	div#voice div.voice.section div.wrap div.headline h3 {
		bottom: 2rem;
		width: 14rem;
		line-height: 2rem;
	}
	div#voice div#voice_06.voice.section div.wrap div.headline h3 {
		bottom: 4rem;
	}
	div#voice div.voice.section div.wrap div.headline h4 {
		bottom: 0;
		width: 14rem;
		line-height: 2rem;
	}
	div#voice div.voice.section:nth-child(odd) div.wrap div.headline h3 {
		left: 0;
	}
	div#voice div.voice.section:nth-child(odd) div.wrap div.headline h4 {
		left: 2rem;
	}
	div#voice div.voice.section:nth-child(even) div.wrap div.headline h3 {
		right: 2rem;
	}
	div#voice div.voice.section:nth-child(even) div.wrap div.headline h4 {
		right: 0;
	}
}

@media screen and (max-width: 766px) {
	div#voice {
		background-image: url(../img/voice_headline_sp.jpg);
		background-size: 100% auto;
	}
	div#voice div.headline.section {
		padding-bottom: 5.5rem;
	}
	div#voice div.headline.section h2 {
		font-size: 1.6rem;
	}
	div#voice div.headline.section h2 strong {
		font-size: 2.6rem;
	}
	div#voice div.headline.section p {
		font-size: 1.2rem;
	}
	div#voice div.voice.section {
		top: -2.5rem;
		margin-bottom: -5.5rem;
		padding-bottom: 5.5rem;
		border-radius: 2.5rem 2.5rem 0 0;
	}
	div#voice div.voice.section:nth-child(odd) {
		background-size: 1.5rem;
	}
	div#voice div#voice_06.voice.section {
		padding-bottom: 1.5rem;
	}
	div#voice div.voice.section div.container {
		top: -5rem;
	}
	div#voice div#voice_06.voice.section div.container {
		margin-bottom: -3.5rem;
	}
	div#voice div.voice.section div.wrap div.headline {
		width: 85.075%;
		margin: 0 auto 1rem auto;
	}
	div#voice div.voice.section div.wrap div.headline h3,
	div#voice div.voice.section div.wrap div.headline h4 {
		font-size: 1.5rem;
	}
	div#voice div.voice.section div.wrap div.headline h3 {
		bottom: 6.5rem;
		width: 14rem;
		line-height: 2.5rem;
	}
	div#voice div#voice_06.voice.section div.wrap div.headline h3 {
		bottom: 9rem;
	}
	div#voice div.voice.section div.wrap div.headline h4 {
		bottom: 4rem;
		width: 14rem;
		line-height: 2.5rem;
	}
	div#voice div#voice_06.voice.section div.wrap div.headline h4 {
		width: 20rem;
	}
	div#voice div.voice.section:nth-child(odd) div.wrap div.headline h3 {
		left: 0;
	}
	div#voice div.voice.section:nth-child(odd) div.wrap div.headline h4 {
		left: 2rem;
	}
	div#voice div.voice.section:nth-child(even) div.wrap div.headline h3 {
		right: 2rem;
	}
	div#voice div.voice.section:nth-child(even) div.wrap div.headline h4 {
		right: 0;
	}
	div#voice div.voice.section div.wrap div.headline figure {
		width: 70.176%;
	}
	div#voice div.voice.section:nth-child(odd) div.wrap div.headline figure {
		margin-left: auto;
	}
	div#voice div.voice.section:nth-child(even) div.wrap div.headline figure {
		margin-right: auto;
	}
}





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

div#access div.wrap {
	padding: calc( 2rem - 1px );
	border: 1px solid #333333;
	border-radius: 0.25em;
}

div#access h2 {
	margin: 0 0 2rem 0;
	font-size: 2rem;
	text-align: center;
	color: #ffffff;
	background-color: #666666;
}

div#access div#route {
	padding: 2rem;
	background-color: #f4f4f4;
}

div#access div#route > div h3 {
	position: relative;
	padding: 0 0 0 3.5rem;
	color: #103770;
}

div#access div#route > div h3::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 3rem;
	height: 3rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	transform: translate(0, -50%);
}

div#access div#route > div#train h3::before {
	background-image: url(../img/access_train.svg);
}

div#access div#route > div#car h3::before {
	background-image: url(../img/access_car.svg);
}

div#access div#route > div p {
	margin-bottom: 0;
}



@media screen and (min-width: 767px) {
	div#access div.wrap {
		width: 92.593%;
	}
	div#access div#route {
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	div#access div#route::after {
		content: "";
		position: absolute;
		top: 2rem;
		left: 50%;
		bottom: 2rem;
		width: 0;
		border-left: 1px solid #cccccc;
		transform: translate(-50%, 0);
	}
	div#access div#route > div {
		width: 45.349%;
	}
	div#access p {
		font-size: 1.2rem;
	}
	div#access div#route > div h3 {
		font-size: 1.2rem;
	}
	div#access div#route > div p {
		font-size: 1rem;
	}
}

@media screen and (max-width: 766px) {
	div#access {
		padding-top: 6em;
	}
	div#access p {
		font-size: 1.4rem;
	}
	div#access div#route > div h3 {
		font-size: 1.8rem;
	}
}





/* ▼gallery */
/* ----------------------------------------------------- */
div#gallery {
	padding: 8rem 0 3rem 0;
	background-color: #bbdcff;
	background-image: url(../img/gallery_bg.svg),
					  url(../img/gallery_bg.png);
	background-repeat: no-repeat, repeat;
	background-position: center top, left top;
}

div#gallery div.slider {
	overflow: hidden;
}

div#gallery div.slider div.slider-track {
	width: max-content;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	animation: loop-slide 40s linear infinite;
}

div#gallery div.slider ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center; 
	flex-shrink: 0;
	width: max-content; /* 横に伸ばしてliを折り返させない */
	margin: 0;
	padding: 0;
}

div#gallery div.slider ul li {
	list-style: none;
	max-width: 30rem;
	margin-right: 1.5rem;
}

div#gallery div.slider ul li img {
	display: block;
	object-fit: cover;
	border-radius: 0.25em;
}

/* ul1つ分（50%）だけ左にずらすとシームレスにループする */
@keyframes loop-slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 766px) {
	div#gallery {
		background-size: 100% auto, 1.5rem;
	}
	div#gallery div.slider ul li:nth-child(odd) {
		max-width: 30rem;
	}
	div#gallery div.slider ul li:nth-child(even) {
		max-width: 25rem;
	}
}





/* ▼description */
/* ----------------------------------------------------- */
div#description {
	padding-bottom: 2rem;
	background-color: #e6ebf2;
}

div#description div.content {
	position: relative;
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.5s ease;
}

div#description div.content.open {
	grid-template-rows: 1fr;
}

div#description div.content > div.contentWrap {
	overflow: hidden;
}

div#description div.content::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1.5rem;
	background-image: linear-gradient(0deg, #ffffff, transparent);
}

div#description div.content.open::after {
	display: none;
}

div#description div.content + p.btn {
	margin-bottom: 0;
}

div#description div.content + p.btn span {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 0.8rem 2rem 1rem 2rem;
	text-align: center;
	color: #ffffff;
	background-color: #3b72a8;
	border-radius: 0.25rem;
}

div#description div.content + p.btn span::after {
	content: "▼";
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translate(0, -50%);
}

div#description div.content.open + p span::after {
	content: "▲";
}

div#description h2 {
	margin: 0;
	font-size: 2rem;
	text-align: center;
	color: #ffffff;
	background-color: #347be2;
	border-radius: 0.25rem 0.25rem 0 0;
}

div#description table {
	width: 100%;
	margin: 0;
}

div#description table th,
div#description table td {
	padding: 0.3rem 1rem;
	border: 0.1rem solid #cccccc;
	background: #ffffff;
}



@media screen and (min-width: 767px) {
	div#description div.wrap {
		92.593%
	}
	div#description div.content > div.contentWrap {
		min-height: 12rem;
	}
	div#description table th,
	div#description table td {
		font-size: 0.9rem;
	}
	div#description div.content + p.btn span {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 766px) {
	div#description div.content > div.contentWrap {
		min-height: 20rem;
	}
	div#description table th,
	div#description table td {
		font-size: 1.4rem;
	}
	div#description div.content + p.btn span {
		font-size: 1.6rem;
	}
}





/* ▼message */
/* ----------------------------------------------------- */
div#message {
	padding: 0;
	background-color: #e6ebf2;
	background-repeat: no-repeat;
	background-position: center bottom, center bottom;
}

div#message h2 {
	text-align: center;
}

div#message p {
	display: none;
}



@media screen and (min-width: 767px) {
	div#message {
		min-height: 22.25rem;
		padding-bottom: 13rem;
		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%23103770%22%20width%3D%221920%22%20height%3D%22145%22%20viewBox%3D%220%200%201920%20145%22%3E%3Cpath%20d%3D%22M0%2C.9v144.1h1920V.9c-243%2C58.8-573.8%2C142.6-960%2C143.1C569.2%2C144.5%2C244.8%2C60.1%2C0%2C.9Z%22%2F%3E%3C%2Fsvg%3E'),
						  url(../img/message_pc.jpg);
	}
}

@media screen and (max-width: 766px) {
	div#message {
		min-height: 24rem;
		padding-top: 2.5rem;
		padding-bottom: 12rem;
		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%23103770%22%20width%3D%22750%22%20height%3D%2265%22%20viewBox%3D%220%200%20750%2065%22%3E%3Cpath%20d%3D%22M0%2C2.2v62.8h750V2.2c-84.4%2C28.6-213%2C61.4-372%2C61.8C216%2C64.4%2C85.2%2C31.1%2C0%2C2.2Z%22%2F%3E%3C%2Fsvg%3E'),
						  url(../img/message_sp.jpg);
		background-size: 100% auto;
	}
}





/* ▼form */
/* ----------------------------------------------------- */
div#form {
	position: relative;
	z-index: 101;
	background-color: #103770;
}

div#form h1,
div#form h2 {
	padding: 0.3em;
	font-size: 2rem;
	color: #ffffff;
	text-align: center;
	background-color: #347be2;
	box-sizing: border-box;
}

div#form form,
div#form div#thanks {
	padding: 1.25rem;
	background: #ffffff;
	box-sizing: border-box;
}

div#form form p,
div#form div#thanks p {
	font-size: 1.2rem;
}

div#form form div.form_column {
	margin: 0 0 1.5rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#form form div.form_column p,
div#form form div.form_column ul {
	margin: 0;
}

div#form form div.form_column ul li {
	position: relative;
	list-style-type: none;
}

div#form form div.form_column div.form_header {
	padding: 0.2em 0 0 0;
}

div#form form div.form_column div.form_header p {
	text-align: left;
}

div#form form div.form_column div.form_header span {
	margin: 0 0 0 0.5em;
	padding: 0 0.3em;
	font-size: 0.8em;
	color: #ffffff;
	background: #999999;
	border-radius: 0.3rem;
}

div#form form div.form_column div.form_header span.required {
	color: #ffffff;
	background: #df5b41;
}

div#form form div.form_column div.form_header span + span {
	display: none;
}

div#form form div.form_column.half div.form_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
div#form form div.form_column.half div.form_content label {
	width: calc( calc( 100% - 1em ) / 2 );
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#form form div.form_column.half div.form_content label span {
	display: inline-block;
	width: 2em;
	text-align: center;
}

div#form form div.form_column.half div.form_content label input[type="text"] {
	width: calc( 100% - 2.5em );
}

div#form form div.form_column div.form_content p {
	text-align: left;
}


div#form form div.form_column div.form_content i {
	font-style: normal;
}

div#form form div.form_column div.form_content p.note {
	margin: 0;
	text-align: left;
}

div#form form div.form_column div.form_content ul.choice {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

div#form form div.form_column div.form_content ul.choice li {
	margin: 0 1em 0 0;
}

div#form form div.form_column div.form_content input#form_postalcode {
	width: 10em;
}

div#form form div.form_column div.form_content select#form_prefecture {
	width: 10em;
}

div#form form hr {
	margin: 3rem 0;
	height: 0;
	border: 0 none;
	border-top: 2px dashed #cccccc;
}



div#form form div.form_column div.form_content ul li input[type="checkbox"],
div#form form p input#check_privacy {
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	width: 0;
	height: 0;
}

div#form form div.form_column div.form_content ul li input[type="checkbox"] + label,
div#form form p input#check_privacy + label {
	position:relative;
	display: inline-block;
	padding: 0 0 0 1.5em;
	cursor: pointer;
}

div#form form div.form_column div.form_content ul li input[type="checkbox"] + label::before,
div#form form p input#check_privacy + label::before {
	content: "";
	display: block;
	position: absolute;
	margin: 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 0.3rem;
	cursor: pointer;
}

div#form form div.form_column div.form_content ul li input[type="checkbox"]:checked + label::after,
div#form form p input#check_privacy:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	margin: 0;
	/*
	background: #000000;
	*/
	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%23df5b41%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M19.4%2C1c.6.5.8%2C1.4.3%2C2l-11.4%2C15.7c-.2.3-.6.5-1%2C.6-.4%2C0-.8-.1-1.1-.4L.4%2C13.2c-.6-.6-.6-1.5%2C0-2s1.5-.6%2C2%2C0l4.5%2C4.5L17.4%2C1.3c.5-.6%2C1.4-.8%2C2-.3h0Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}


div#form form div.form_column div.form_content ul li input[type="radio"] {
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	width: 0;
	height: 0;
}

div#form form div.form_column div.form_content ul li input[type="radio"] + label {
	position:relative;
	display: inline-block;
	padding: 0 0 0 1.3em;
	cursor: pointer;
}

div#form form div.form_column div.form_content ul li input[type="radio"] + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.3rem;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1em 0 0 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
}

div#form form div.form_column div.form_content ul li input[type="radio"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.65rem;
	width: 0.6rem;
	height: 0.6rem;
	margin: 0.1em 0 0 0;
	background: #333333;
	border-radius: 50%;
	transform: translate(0,-50%);
}

div#form form div.form_column div.form_content ul li input[type="checkbox"][readonly] + label::before,
div#form form div.form_column div.form_content ul li input[type="checkbox"][disabled] + label::before,
div#form form div.form_column div.form_content ul li input[type="radio"][readonly] + label:before,
div#form form div.form_column div.form_content ul li input[type="radio"][disabled] + label:before {
	background-color: rgba(235, 235, 228, 1) !important;
}

div#form form div.form_column div.form_content ul li input[type="checkbox"][readonly] + label:after,
div#form form div.form_column div.form_content ul li input[type="checkbox"][disabled] + label:after,
div#form form div.form_column div.form_content ul li input[type="radio"][readonly] + label:after,
div#form form div.form_column div.form_content ul li input[type="radio"][disabled] + label:after {
	filter: grayscale(100%);
}

div#form form > p button#form_submit.grayscale {
	opacity: 0.7;
	pointer-events: none;
}

div#form form button#form_confirm,
div#form form button#form_submit,
div#form form button#form_return,
div#form button#form_home {
	position: relative;
	font-weight: 900;
	text-align: left;
	border-radius: 4rem;
	cursor: pointer;
}

div#form form button#form_confirm::after,
div#form form button#form_submit::after,
div#form form button#form_return::after,
div#form button#form_home::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	transform: translate(0,-50%);
}

div#form form button#form_confirm,
div#form form button#form_submit {
	background: #f4ef56;
}

div#form form button#form_confirm::after,
div#form form button#form_submit::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%23333333%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M7.8%2C3.2h0c1.1-1.1%2C2.8-1.1%2C3.9%2C0l10.9%2C10.9c.6.6.6%2C1.4%2C0%2C2l-10.9%2C10.9c-1.1%2C1.1-2.8%2C1.1-3.9%2C0h0c-1.1-1.1-1.1-2.9%2C0-3.9l7.1-7.1c.5-.5.5-1.2%2C0-1.7l-7.1-7.1c-1.1-1.1-1.1-2.8%2C0-3.9Z%22%2F%3E%3C%2Fsvg%3E');
}

div#form form button#form_return,
div#form button#form_home {
	background: #848484;
}

div#form form button#form_return::after,
div#form button#form_home::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%23333333%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M22.2%2C3.2h0c-1.1-1.1-2.8-1.1-3.9%2C0L7.4%2C14c-.6.6-.6%2C1.4%2C0%2C2l10.9%2C10.9c1.1%2C1.1%2C2.8%2C1.1%2C3.9%2C0h0c1.1-1.1%2C1.1-2.9%2C0-3.9l-7.1-7.1c-.5-.5-.5-1.2%2C0-1.7l7.1-7.1c1.1-1.1%2C1.1-2.8%2C0-3.9Z%22%2F%3E%3C%2Fsvg%3E');
}



.formError.inline {
	margin-top: 0.3em !important;
}

/* datetimepicker カスタマイズ */
div.xdsoft_datetimepicker div.xdsoft_datepicker div.xdsoft_calendar table tr td.xdsoft_day_of_week0 {
	/* 日曜日 */
	background-color: #f5c8c8;
}

div.xdsoft_datetimepicker div.xdsoft_datepicker div.xdsoft_calendar table tr td.xdsoft_day_of_week0.xdsoft_disabled:hover {
	background-color: #ffd2d2 !important;
}

div.xdsoft_datetimepicker div.xdsoft_datepicker div.xdsoft_calendar table tr td.xdsoft_day_of_week6 {
	/* 土曜日 */
	background-color: #64c8f5;
}

div.xdsoft_datetimepicker div.xdsoft_datepicker div.xdsoft_calendar table tr td.xdsoft_day_of_week6.xdsoft_disabled:hover {
	background-color: #6ed2ff !important;
}





@media screen and (min-width: 767px) {
	div#form div.wrap {
		width: 92.593%;
	}
	div#form form div.form_column div.form_header {
		width: 14rem;
		font-size: 1rem;
	}
	div#form form div.form_column div.form_content {
		width: calc( 100% - 14rem );
	}
	div#form form div.form_column.full div.form_header,
	div#form form div.form_column.full div.form_content {
		width: 100%;
	}
	div#form form div.form_column.half div.form_content label {
		width: calc( calc( 100% - 1em ) / 2 );
	}
	div#form form div.form_column div.form_content p.note {
		font-size: 0.8em;
	}
	div#form form p.leadtext {
		font-size: 0.8rem;
	}
	div#form form div.form_column div.form_content ul li input[type="checkbox"] + label,
	div#form form p input#check_privacy + label {
		font-size: 1.2rem;
	}
	div#form form div.form_column div.form_content ul li input[type="checkbox"] + label::before,
	div#form form p input#check_privacy + label::before {
		top: 0.65rem;
		left: 0;
		width: 1.2rem;
		height: 1.2rem;
	}
	div#form form div.form_column div.form_content ul li input[type="checkbox"]:checked + label::after,
	div#form form p input#check_privacy:checked + label::after {
		top: 0.5rem;
		left: 0.2rem;
		width: 1.2rem;
		height: 1.2rem;
	}
	div#form form div.form_column div.form_content ul li input[type="radio"] + label {
		font-size: 1.2rem;
	}
	div#form form div.form_column div.form_content ul li input[type="radio"] + label::before {
		top: 50%;
		left: 0;
		width: 1.2rem;
		height: 1.2rem;
	}
	div#form form div.form_column div.form_content ul li input[type="radio"]:checked + label::after {
		top: 50%;
		left: 0.25rem;
		width: 0.8rem;
		height: 0.8rem;
	}
	div#form form button#form_confirm,
	div#form form button#form_submit,
	div#form form button#form_return,
	div#form button#form_home {
		padding: 0.5em 3rem;
		margin: 0 1em;
		font-size: 1.5rem;
	}
	div#form form button#form_confirm,
	div#form button#form_home {
		/* width: 43%; */
		width: 26rem;
	}
	div#form form button#form_submit,
	div#form form button#form_return {
		width: 20rem;
	}
}

@media screen and (max-width: 766px) {
	div#form form div.form_column {
		margin-top: 1.5rem;
	}
	div#form form div.form_column div.form_header,
	div#form form div.form_column div.form_content {
		width: 100%;
	}
	div#form form div.form_column div.form_header p {
		font-size: 1.5rem;
	}
	div#form form div.form_column div.form_content {
		margin-top: 0.5rem;
	}
	div#form form div.form_column.half div.form_content label {
		width: calc( 100% - 1em );
		width: calc( 100% - 1rem );
	}
	div#form form div.form_column.half div.form_content label + label {
		margin-top: 1rem;
	}
	div#form form div.form_column.half div.form_content label span,
	div#form form div.form_column div.form_content i {
		font-size: 1.5rem;
	}
	div#form form div.form_column div.form_content p.note {
		font-size: 1.3rem;
	}
	div#form form > p strong {
		font-size: 1.8rem;
	}
	div#form form p.leadtext {
		font-size: 1.5rem;
	}
	div#form form div.form_column div.form_content ul li input[type="checkbox"] + label,
	div#form form p input#check_privacy + label {
		font-size: 1.5rem;
	}
	div#form form div.form_column div.form_content ul li input[type="checkbox"] + label::before,
	div#form form p input#check_privacy + label::before {
		top: 0.65rem;
		left: 0;
		width: 1.5rem;
		height: 1.5rem;
	}
	div#form form div.form_column div.form_content ul li input[type="checkbox"]:checked + label::after,
	div#form form p input#check_privacy:checked + label::after {
		top: 0.5rem;
		left: 0.25rem;
		width: 1.5rem;
		height: 1.5rem;
	}
	div#form form div.form_column div.form_content ul li input[type="radio"] + label {
		font-size: 1.5rem;
	}
	div#form form div.form_column div.form_content ul li input[type="radio"] + label::before {
		top: 50%;
		left: 0;
		width: 1.6rem;
		height: 1.6rem;
	}
	div#form form div.form_column div.form_content ul li input[type="radio"]:checked + label::after {
		top: 50%;
		left: 0.3rem;
		width: 1.2rem;
		height: 1.2rem;
	}
	div#form form button#form_confirm,
	div#form form button#form_submit,
	div#form form button#form_return,
	div#form button#form_home {
		display: block;
		width: 85%;
		width: 28rem;
		margin: 1em auto;
		padding: 0.8em 3.5rem;
		font-size: 1.6rem;
	}
}






/* ▼form */
/* ----------------------------------------------------- */
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form textarea,
form select {
	width: 100%;
	padding: 0.2em 0.5em;
	font-size: 1.4rem;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 rgba(0,0,0,0.0) inset;
	box-sizing: border-box;
}

form textarea {
	height: 11.532em;
}

form input[type="radio"],
form input[type="checkbox"] {
	margin-right: 0.3em;
}

form select option {
	color: rgba(51, 51, 51, 1);
}

form select option[value=""],
.placeholder,
::placeholder {
	color: rgba(128, 128, 128, 1);
}

form input.required,
form input.error,
form label.required,
form textarea.required,
form select.required {
	background: rgb(255, 221, 221);
}

form label.error {
	color: rgb(150, 0, 0);
}

form label {
	padding: 0 0.3em;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form textarea:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8);
	background: #ffffff;
}

::-webkit-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

:-ms-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

::-moz-placeholder {
	color: #bbbbbb;
	color: #808080;
}

form input[disabled],
form textarea[disabled],
form select[disabled] {
	color: #333333;
	background-color: #ebebe4 !important;
	background-color: rgba(235, 235, 228, 1) !important;
	opacity: 1;
}

form button,
div#thanks button {
	padding: 0;
	border: 0;
	background: transparent;
	opacity: 1.0;
	transition: all 0.5s;
}

form button:hover,
form button:active,
div#thanks button:hover,
div#thanks button:active {
	opacity: 0.6;
}


form button[disabled] {
	cursor: not-allowed;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* For IE 8 */
}

form p,
div#thanks p.btn {
	text-align: center;
}

form dl dd p {
	text-align: left;
}





/* ▼footer */
/* ----------------------------------------------------- */
footer {
	padding: 5rem 0 0 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
}

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

footer figure {
	margin: 2.5em 0 0 0;
}

footer h2 {
	margin: 0;
}

footer h2 img {
	height: 6rem;
}

footer p {
	margin: 3em 0;
}

footer address {
	margin: 0;
	padding: 0.5em 0;
	font-style: normal;
	border-top: 1px solid #333333;
}



@media screen and (min-width: 767px) {
	footer {
		background-image: url(../img/footer_pc.jpg);
	}
	footer p {
		font-size: 1rem;
	}
	footer address {
		font-size: 1rem;
	}
}

@media screen and (max-width: 766px) {
	footer {
		padding-bottom: 4.5rem;
		background-image: url(../img/footer_sp.jpg);
		background-size: 100% auto;
	}
	footer p {
		font-size: 1.4rem;
	}
	footer address {
		font-size: 1.2rem;
	}
}





/* ▼ページトップ */
/* ----------------------------------------------------- */
div#pagetop {
	position: fixed;
	z-index: 99;
	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;
	/* position: sticky; */
	/* margin: 0 1em 0 auto; */
}

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

div#banner ul li {
	list-style-type: none;
	margin: 0;
}

div#banner ul li a {
	display: block;
}

div#banner ul li:first-child a {
	position: relative;
}

div#banner ul li:first-child a::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}



@media screen and (min-width: 767px) {
	div#banner {
		bottom: 5%;
		right: 0.5rem;
		width: 10rem;
	}
	div#banner ul {
		width: 10rem;
		margin: 0 0 0 auto;
	}
	div#banner ul li {
		width: 6rem;
		margin: 1rem auto 0 auto;
	}
	div#banner ul li:first-child {
		width: 9.5rem;
		margin-top: 0;
	}
	div#banner ul li:first-child a::before {
		top: -2rem;
		left: 50%;
		width: 10rem;
		height: 5.5rem;
		background-image: url(../img/banner_description_pc.png);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width: 766px) {
	div#banner {
		bottom: 0;
		left: 50%;
		width: 100%;
		max-width: 700px;
		transform: translate(-50%, 0);
	}
	div#banner ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
	}
	div#banner ul li {
		width: calc( 100% / 5 );
	}
	div#banner ul li:first-child,
	div#banner ul li.percent40 {
		width: 40%;
	}
	div#banner ul li:first-child a::before {
		bottom: 0;
		left: 0;
		width: calc( 100% / 2 );
		height: 0;
		padding: 5rem 0 0 0;
		background-image: url(../img/banner_description_sp.png);
	}
}





/* ▼contact */
/* ----------------------------------------------------- */
body#contact section#contents h3,
body#confirm section#contents h3,
body#complete section#contents h3,
body#error section#contents h3 {
	text-align: center;
	font-weight: 900;
	line-height: 1.3;
}

body#contact section#contents div.container > p,
body#confirm section#contents div.container > p,
body#complete section#contents div.container > p,
body#error section#contents div.container > p {
	text-align: center;
}

body#contact section#contents div.container > figure,
body#confirm section#contents div.container > figure,
body#complete section#contents div.container > figure,
body#error section#contents div.container > figure {
	text-align: center;
}

body#contact section#contents div#tel {
	margin: 4em 0 0 0;
	border: 1px solid #1a1a1a;
}

body#contact section#contents div#tel a {
	display: block;
	padding: 1em;
	color: #1a1a1a;
	text-decoration: none;
}

body#contact section#contents div#tel a h3 {
	margin: 1em 0 0 0;
}

body#contact section#contents div#tel a h3 +p {
	margin: 0.5em 0;
}

body#contact section#contents div#tel a p +p {
	margin-top: 0;
}

body#contact section#contents div#tel a p {
	text-align: center;
}

body#contact section#contents div#tel a p em {
	font-weight: 700;
}