@charset "utf-8";

html { font-size: 62.5%; }
body {
	color: #28586a;
	font-size: 1.4rem;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	background: #f8f8f8;
	position: relative;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
@media print,screen and (max-width: 767px) {
	body {
		font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	}
}
body::before {
	content: "";
	width: 100%;
	height: 50vh;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
@media print,screen and (max-width: 1199px) {
	body::before {
		height: 25vh;
	}
}
@media print,screen and (max-width: 767px) {
	body::before {
		content: none;
	}
}
img {
	max-width: 100%;
}
a {
	color: #28586a;
	text-decoration: none;
	transition: .2s;
}
a:hover {
	opacity: .7;
}
@media print,screen and (max-width: 767px) {
	a:hover {
		opacity: 1;
	}
}
.pc-block {
	display: block!important;
}
.tb-block {
	display: none!important;
}
.sp-block {
	display: none!important;
}
.pc-inlineBlock {
	display: inline-block!important;
}
.sp-inlineBlock {
	display: none!important;
}
@media print,screen and (max-width: 999px) {
	.tb-block {
		display: block!important;
	}
}
@media print,screen and (max-width: 767px) {
	.pc-block {
		display: none!important;
	}
	.sp-block {
		display: block!important;
	}
	.pc-inlineBlock {
		display: none!important;
	}
	.sp-inlineBlock {
		display: inline-block!important;
	}
}
.fadeIn,
.fadeIn_200,
.fadeIn_400,
.fadeIn_600 {
	transition: .8s;
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
}
.fadeIn_left {
	transition: 1.2s;
	opacity: 0;
	transform: translate(-100px,0);
	-webkit-transform: translate(-100px,0);
}
.fadeIn_right {
	transition: 1.2s;
	opacity: 0;
	transform: translate(100px,0);
	-webkit-transform: translate(100px,0);
}
.fadeInMove {
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.js-accordion {
	transition: .2s;
}
.js-accordion:hover {
	opacity: .7;
	cursor: pointer;
}
@media print,screen and (max-width: 767px) {
	.js-accordion:hover {
		opacity: 1;
	}
}
.js-accordionContents {
	display: none;
}

/****	---- common ----
===================================****/
.c_inner {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.c_inner {
		max-width: none;
		padding: 0 10px;
	}
}
.c_anchor {
	position: absolute;
	top: 0;
}
@media print,screen and (max-width: 767px) {
	.c_anchor {
		top: -60px;
	}
}
.c_main {
	background-image: url('../img/bg01.png'), url('../img/bg02.png'), url('../img/bg03.png'), url('../img/bg04.png');
	background-position: 0 0, 0 20%, 0 40%, 0 74%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.c_main {
		background-position: 0 60px, 0 20%, 0 40%, 0 74%;
	}
}
.c_main.contact {
	background-image: url('../img/bg01.png'), url('../img/bg02.png');
	background-position: 0 0, 0 95%;
	padding: 200px 0 160px;
}
@media print,screen and (max-width: 767px) {
	.c_main.contact {
		padding: 80px 0;
	}
}
.c_section {
	margin: 0 0 120px 0;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.c_section {
		margin: 0 0 60px 0;
	}
}
.c_title {
	font-size: 1.8rem;
	text-align: center;
	margin: 0 0 1.5em 0;
}
@media print,screen and (max-width: 767px) {
	.c_title {
		font-size: calc(16 / 375 * 100vw);
	}
}
.c_title span {
	background: #f0eb47;
	border-radius: 50px;
	padding: .5em 2em;
}
.c_copy {
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 1em 0;
}
@media print,screen and (max-width: 999px) {
	.c_copy {
		font-size: calc(36 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.c_copy {
		font-size: calc(18 / 375 * 100vw);
		line-height: 1.8;
	}
}
.c_copy.white {
	color: #fff;
}
.c_copy strong {
	background: linear-gradient(transparent 70%, #f0eb47 70%);
	padding: 0 0 4px 0;
}
@media print,screen and (max-width: 767px) {
	.c_copy strong {
		padding: 0 0 2px 0;
	}
}
.c_text {
	font-size: 1.6rem;
	text-align: center;
}
@media print,screen and (max-width: 767px) {
	.c_text {
		font-size: 1.4rem;
	}
}
.c_serif { font-family: "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }

.c_mbEm { margin: 0 0 1em 0!important; }
.c_mb00 { margin: 0!important; }
.c_mb10 { margin: 0 0 10px 0!important; }
@media print,screen and (max-width: 767px) { .c_mb10 { margin: 0 0 5px 0!important; } }
.c_mb20 { margin: 0 0 20px 0!important; }
@media print,screen and (max-width: 767px) { .c_mb20 { margin: 0 0 10px 0!important; } }
.c_mb40 { margin: 0 0 40px 0!important; }
@media print,screen and (max-width: 767px) { .c_mb40 { margin: 0 0 20px 0!important; } }
.c_mb80 { margin: 0 0 80px 0!important; }
@media print,screen and (max-width: 767px) { .c_mb80 { margin: 0 0 40px 0!important; } }

/****	---- header ----
===================================****/
.header {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	padding: 0 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
@media print,screen and (max-width: 999px) {
	.header {
		padding: 0 20px;
	}
}
@media print,screen and (max-width: 767px) {
	.header {
		height: 60px;
		background: #fff;
		padding: 0 10px;
		position: fixed;
	}
}
.header_logo {
	width: calc(304px / 2);
}
@media print,screen and (max-width: 767px) {
	.header_logo {
		width: 140px;
	}
}
@media print,screen and (max-width: 767px) {
	.header_navi {
		display: none;
		width: 100%;
		height: 100%;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
	}
}
.header_navi_list {
	display: flex;
	align-items: center;
}
@media print,screen and (max-width: 767px) {
	.header_navi_list {
		display: block;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
.header_navi_list_item {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 2.5em 0 0;
}
@media print,screen and (max-width: 1199px) {
	.header_navi_list_item {
		font-size: 1.5rem;
		margin: 0 1.5em 0 0;
	}
}
@media print,screen and (max-width: 999px) {
	.header_navi_list_item {
		font-size: calc(15 / 1000 * 100vw);
		margin: 0 1em 0 0;
	}
}
@media print,screen and (max-width: 767px) {
	.header_navi_list_item {
		text-align: center;
		font-size: calc(18 / 375 * 100vw);
		margin: 0 0 1.5em 0;
	}
}
.header_navi_list_item:last-child {
	margin: 0;
}
.header_navi_list_item:last-child a {
	color: #fff;
	font-size: 1.4rem;
	background: #e98822;
	border-radius: 50px;
	padding: .5em 1em .5em 2em;
	display: block;
	position: relative;
}
@media print,screen and (max-width: 999px) {
	.header_navi_list_item:last-child a {
		font-size: calc(14 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.header_navi_list_item:last-child a {
		font-size: calc(16 / 375 * 100vw);
		display: inline-block;
	}
}
.header_navi_list_item:last-child a strong {
	width: 33px;
	height: 33px;
	background: #f0eb47;
	border-radius: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -1em;
	left: -1em;
}
@media print,screen and (max-width: 999px) {
	.header_navi_list_item:last-child a strong {
		width: 23px;
		height: 23px;
	}
}
@media print,screen and (max-width: 767px) {
	.header_navi_list_item:last-child a strong {
		width: 33px;
		height: 33px;
	}
}
.header_navi_list_item:last-child a strong::after {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 15px solid #f0eb47;
	position: absolute;
	right: -8px;
	bottom: -6px;
	transform: rotate(-60deg);
}
@media print,screen and (max-width: 999px) {
	.header_navi_list_item:last-child a strong::after {
		border: 4px solid transparent;
		border-top: 12px solid #f0eb47;
		right: -6px;
		bottom: -4px;
	}
}
@media print,screen and (max-width: 767px) {
	.header_navi_list_item:last-child a strong::after {
		border: 5px solid transparent;
		border-top: 15px solid #f0eb47;
		right: -8px;
		bottom: -6px;
	}
}
.header_navi_list_item:last-child a strong span {
	color: #28586a;
	font-size: 1.0rem;
	transform: rotate(-10deg);
}
@media print,screen and (max-width: 999px) {
	.header_navi_list_item:last-child a strong span {
		font-size: calc(10 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.header_navi_list_item:last-child a strong span {
		font-size: 1.0rem;
	}
}
.header_btn {
	display: none;
}
@media print,screen and (max-width: 767px) {
	.header_btn {
		width: 60px;
		height: 60px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
	.header_btn span {
		width: 40px;
		height: 4px;
		background: #1aa2d6;
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
		transition: .25s ease;
	}
	.header_btn.on span {
		/* background: #fff; */
	}
	.header_btn span:nth-of-type(1) {
		top: 15px;
	}
	.header_btn span:nth-of-type(2) {
		top: 0;
		bottom: 0;
	}
	.header_btn span:nth-of-type(3) {
		bottom: 15px;
	}
	.header_btn.on span:nth-of-type(1) {
		top: 28px;
		transform: rotate(45deg);
	}
	.header_btn.on span:nth-of-type(2) {
		display: none;
	}
	.header_btn.on span:nth-of-type(3) {
		bottom: 28px;
		transform: rotate(-45deg);
	}
}

/****	---- main ----
===================================****/
.mv {
	padding: 200px 0 220px;
}
@media print,screen and (max-width: 999px) {
	.mv {
		padding: 140px 0;
	}
}
@media print,screen and (max-width: 767px) {
	.mv {
		padding: 80px 0 120px;
	}
}
.mv_copy {
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin: 0 0 1em 0;
}
@media print,screen and (max-width: 999px) {
	.mv_copy {
		font-size: calc(40 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.mv_copy {
		font-size: calc(24 / 375 * 100vw);
		line-height: 1.6;
	}
}
.mv_copy span {
	background: linear-gradient(transparent 70%, #f0eb47 70%);
	padding: 0 0 4px 0;
}
@media print,screen and (max-width: 767px) {
	.mv_copy span {
		padding: 0 0 2px 0;
	}
}
.mv_grid {
	display: flex;
	justify-content: space-between;
}
@media print,screen and (max-width: 767px) {
	.mv_grid {
		display: block;
	}
}
.mv_contents {
	/* width: calc(721px / 2); */
	width: 36.05%;
}
@media print,screen and (max-width: 767px) {
	.mv_contents {
		width: 90%;
		margin: 0 auto 20px;
	}
}
.mv_title {
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 2em 0;
}
@media print,screen and (max-width: 999px) {
	.mv_title {
		font-size: calc(20 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.mv_title {
		font-size: calc(16 / 375 * 100vw);
		margin: 0 0 20px 0;
	}
}
.mv_title strong {
	margin: 1em 0;
	display: block;
}
.mv_title span {
	font-size: 2.4rem;
	border-top: 1px solid #28586a;
	border-bottom: 1px solid #28586a;
	padding: .25em 0;
	display: block;
}
@media print,screen and (max-width: 999px) {
	.mv_title span {
		font-size: calc(24 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.mv_title span {
		font-size: calc(18 / 375 * 100vw);
	}
}
.mv_btn {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	/* width: 258px; */
	width: calc(258 / 360.5 * 100%);
	height: 70px;
	background: #e98822;
	border-radius: 70px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print,screen and (max-width: 999px) {
	.mv_btn {
		font-size: calc(16 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.mv_btn {
		font-size: calc(14 / 375 * 100vw);
		height: 60px;
	}
}
.mv_img {
	/* width: calc(100% - (721px / 2 + 75px)); */
	width: 56.45%;
}
@media print,screen and (max-width: 767px) {
	.mv_img {
		width: 75%;
		margin: 0 auto;
	}
}

.about_intro {
	background: #fff url('../img/about_ico.png') 10% 42px / calc(461 / 2 / 1000 * 100%) no-repeat;
	box-shadow: 0 0 16px #ccc;
	padding: 70px 6% 70px 36%;
	margin: 0 0 120px 0;
	position: relative;
}
@media print,screen and (max-width: 999px) {
	.about_intro {
		background: #fff url('../img/about_ico.png') 5% center / calc(461 / 2 / 1000 * 100%) no-repeat;
	}
}
@media print,screen and (max-width: 767px) {
	.about_intro {
		background: #fff url('../img/about_ico.png') calc(50% + 25px) 25px / 160px no-repeat;
		padding: 190px 0 20px;
		margin: 0 0 60px 0;
	}
}
.about_intro::before {
	content: "";
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	border: 3px solid #28586a;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.about_intro_comment {
	width: calc(708px / 2);
	position: absolute;
	top: -172px;
	left: -86px;
}
@media print,screen and (max-width: 999px) {
	.about_intro_comment {
		width: calc(708 / 2732 * 100% * 1.2);
		top: -10px;
		left: -10px;
	}
}
@media print,screen and (max-width: 767px) {
	.about_intro_comment {
		width: 200px;
		top: -60px;
		left: calc(50% - 160px);
	}
}
.about_intro_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
@media print,screen and (max-width: 999px) {
	.about_intro_list {
		display: block;
	}
}
.about_intro_list_item {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	width: 290px;
	margin: 0 0 1em 0;
}
@media print,screen and (max-width: 999px) {
	.about_intro_list_item {
		font-size: calc(18 / 1000 * 100vw);
		width: auto;
	}
}
@media print,screen and (max-width: 767px) {
	.about_intro_list_item {
		font-size: calc(14 / 375 * 100vw);
		text-align: center;
	}
}
.about_intro_list_item:nth-child(3),
.about_intro_list_item:nth-child(4) {
	margin: 0;
}
@media print,screen and (max-width: 999px) {
	.about_intro_list_item:nth-child(3),
	.about_intro_list_item:nth-child(4) {
		margin: 0 0 1em 0;
	}
}
.about_intro_list_item strong {
	font-size: 2.4rem;
	background: linear-gradient(transparent 70%, #f0eb47 70%);
	padding: 0 0 4px 0;
}
@media print,screen and (max-width: 767px) {
	.about_intro_list_item strong {
		padding: 0 0 2px 0;
	}
}
@media print,screen and (max-width: 999px) {
	.about_intro_list_item strong {
		font-size: calc(28 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.about_intro_list_item strong {
		font-size: calc(18 / 375 * 100vw);
	}
}
.about_title {
	font-size: 2.8rem;
	text-align: center;
	line-height: 2.0;
	margin: 0 0 1.5em 0;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.about_title {
		font-size: calc(20 / 375 * 100vw);
		line-height: 1.6;
	}
}
.about_title::before,
.about_title::after {
	content: "";
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top: 16px solid #28586a;
	position: absolute;
	top: -75px;
	right: 0;
	left: 0;
	margin: auto;
}
@media print,screen and (max-width: 767px) {
	.about_title::before,
	.about_title::after {
		border: 12px solid transparent;
		border-top: 8px solid #28586a;
		top: -40px;
	}
}
.about_title::after {
	top: -50px;
}
@media print,screen and (max-width: 767px) {
	.about_title::after {
		top: -25px;
	}
}
.about_title strong {
	font-size: 4.0rem;
}
@media print,screen and (max-width: 767px) {
	.about_title strong {
		font-size: calc(30 / 375 * 100vw);
	}
}
.about_title img {
	width: 223px;
	margin: 0 20px;
}
@media print,screen and (max-width: 767px) {
	.about_title img {
		width: 75%;
		margin: 0 auto 5px;
		display: block;
	}
}
.about_title span {
	font-size: 2.4rem;
}
@media print,screen and (max-width: 767px) {
	.about_title span {
		font-size: calc(18 / 375 * 100vw);
	}
}
.about_copy {
	background: #fff;
	box-shadow: 0 0 16px #ccc;
	padding: 25px 0;
	margin: 0 0 60px 0;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.about_copy {
		padding: 20px 0;
		margin: 0 0 30px 0;
	}
}
.about_copy::before {
	content: "";
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	border:  3px solid #28586a;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.about_copy_ico {
	width: 150px;
	position: absolute;
	top: -75px;
	right: -90px;
}
@media print,screen and (max-width: 999px) {
	.about_copy_ico {
		width: calc(150 / 2732 * 100% * 1.8);
		top: -10px;
		right: -10px;
	}
}
@media print,screen and (max-width: 767px) {
	.about_copy_ico {
		width: calc(150 / 2732 * 100% * 3);
	}
}
.about_copy_text {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}
@media print,screen and (max-width: 999px) {
	.about_copy_text {
		font-size: calc(28 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.about_copy_text {
		font-size: calc(20 / 375 * 100vw);
	}
}
.about_copy_text strong {
	background: linear-gradient(transparent 70%, #f0eb47 70%);
	padding: 0 0 4px 0;
}
@media print,screen and (max-width: 767px) {
	.about_copy_text strong {
		padding: 0 0 2px 0;
	}
}
.about_section {
	box-shadow: 0 0 16px #ccc;
}
.about_sec_title {
	color: #fff;
	font-size: 3.6rem;
	text-align: center;
	background: #1aa2d6;
	padding: .25em 0;
}
@media print,screen and (max-width: 999px) {
	.about_sec_title {
		font-size: calc(36 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.about_sec_title {
		font-size: calc(24 / 375 * 100vw);
	}
}
.about_sec_row {
	background: #fff;
	padding: 60px 55px;
	display: flex;
	justify-content: space-between;
}
@media print,screen and (max-width: 999px) {
	.about_sec_row {
		padding: 20px;
	}
}
@media print,screen and (max-width: 767px) {
	.about_sec_row {
		display: block;
	}
}
.about_sec_col {
	text-align: center;
	width: calc((100% - 30px) / 2);
	background: #ccc;
	box-sizing: border-box;
	padding: 25px 25px 35px;
}
@media print,screen and (max-width: 767px) {
	.about_sec_col {
		width: auto;
		padding: 20px;
	}
}
.about_sec_col:last-of-type {
	color: #fff;
	background: #28586a;
}
@media print,screen and (max-width: 767px) {
	.about_sec_col:last-of-type {
		margin: 20px 0 0 0;
	}
}
.about_sec_subTitle {
	font-size: 2.8rem;
	margin: 0 0 .5em 0;
}
@media print,screen and (max-width: 999px) {
	.about_sec_subTitle {
		font-size: calc(28 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.about_sec_subTitle {
		font-size: calc(20 / 375 * 100vw);
	}
}
.about_sec_text {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 -1em 2em;
}
@media print,screen and (max-width: 999px) {
	.about_sec_text {
		font-size: calc(16 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.about_sec_text {
		font-size: calc(14 / 375 * 100vw);
		text-align: left;
		margin: 0 0 1em 0;
	}
}
.about_sec_img {
	position: relative;
}
.about_sec_img_ico {
	width: calc(189px / 2);
	height: calc(339px / 2);
	position: absolute;
	top: 0;
	right: calc((-189px + 4px) / 2);
	bottom: 0;
	margin: auto;
	z-index: 1;
}
@media print,screen and (max-width: 767px) {
	.about_sec_img_ico {
		width: 63px;
		height: 113px;
		top: auto;
		right: 0;
		bottom: -84px;
		left: 0;
		transform: rotate(90deg);
	}
}

.strength_list {
	max-width: 1366px;
	margin: 0 auto;
}
.strength_list_item {
	margin: 0 0 30px 0;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.strength_list_item {
		margin: 0 0 20px 0;
	}
}
.strength_list_item::after {
	content: "";
	display: block;
	clear: both;
}
.strength_list_item_in {
	width: 1000px;
	background: #fff;
	box-shadow: 0 0 16px #ccc;
	box-sizing: border-box;
	padding: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media print,screen and (max-width: 999px) {
	.strength_list_item_in {
		width: calc(100% - 40px);
	}
}
@media print,screen and (max-width: 767px) {
	.strength_list_item_in {
		width: calc(100% - 20px);
		padding: 20px;
		display: block;
	}
}
.strength_list_item:nth-child(even) .strength_list_item_in {
	float: right;
}
.strength_hdg {
	width: 32.9670%;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.strength_hdg {
		width: 50%;
		margin: 0 auto 20px;
	}
}
.strength_hdg_num {
	color: #1aa2d6;
	font-size: 7.8rem;
	font-weight: bold;
	font-style: italic;
	line-height: 1.0;
	position: absolute;
	top: 0;
	left: 0;
}
@media print,screen and (max-width: 999px) {
	.strength_hdg_num {
		font-size: calc(78 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.strength_hdg_num {
		font-size: calc(48 / 375 * 100vw);
	}
}
.strength_contents {
	width: 59.8901%;
}
@media print,screen and (max-width: 767px) {
	.strength_contents {
		width: auto;
	}
}
.strength_title {
	font-size: 3.4rem;
	font-weight: bold;
	margin: 0 0 .25em 0;
}
@media print,screen and (max-width: 999px) {
	.strength_title {
		font-size: calc(34 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.strength_title {
		font-size: calc(22 / 375 * 100vw);
	}
}
.strength_text {
	font-size: 2.0rem;
}
@media print,screen and (max-width: 999px) {
	.strength_text {
		font-size: calc(20 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.strength_text {
		font-size: calc(16 / 375 * 100vw);
	}
}

.case_tabList {
	border-bottom: 4px solid #28586a;
	margin: 0 0 40px 0;
	display: flex;
	justify-content: space-around;
}
@media print,screen and (max-width: 767px) {
	.case_tabList {
		margin: 0 0 10px 0;
		justify-content: space-between;
	}
}
.case_tabList_item {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	width: calc((100% - 100px) / 3);
	height: 60px;
	border: 3px solid #28586a;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print,screen and (max-width: 999px) {
	.case_tabList_item {
		font-size: calc(24 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.case_tabList_item {
		font-size: calc(14 / 375 * 100vw);
		width: calc((100% - 20px) / 3);
		height: 50px;
	}
}
.case_tabList_item.select {
	color: #fff;
	background: #28586a;
}
.case_tabList_item:hover {
	cursor: pointer;
}
.case_contents {
	background: #fff;
	box-shadow: 0 0 16px #ccc;
	padding: 50px 90px;
}
@media print,screen and (max-width: 767px) {
	.case_contents {
		padding: 20px;
	}
}
.case_contents.hide {
	display: none;
}
.case_text {
	font-size: 2.0rem;
	border-bottom: 1px solid #28586a;
	padding: .5em 0;
	margin: 0 0 1em 0;
}
@media print,screen and (max-width: 999px) {
	.case_text {
		font-size: calc(20 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.case_text {
		font-size: calc(16 / 375 * 100vw);
		margin: 0 0 .5em 0;
	}
}
.case_tag {
	display: flex;
	align-items: center;
}
@media print,screen and (max-width: 767px) {
	.case_tag {
		display: block;
	}
}
.case_tag_title {
	font-size: 1.6rem;
	font-weight: bold;
	border-right: 1px solid #28586a;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
}
@media print,screen and (max-width: 999px) {
	.case_tag_title {
		font-size: calc(16 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.case_tag_title {
		font-size: calc(14 / 375 * 100vw);
		border-right: none;
		padding: 0;
		margin: 0 0 .25em 0;
	}
}
.case_tagList_item {
	font-size: 1.6rem;
	font-weight: bold;
	border: 1px solid #28586a;
	border-radius: 4px;
	padding: 0 .5em;
	margin: 2px 0;
	display: inline-block;
}
@media print,screen and (max-width: 999px) {
	.case_tagList_item {
		font-size: calc(16 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.case_tagList_item {
		font-size: calc(14 / 375 * 100vw);
	}
}

.flow_list {
	margin: 80px 0 -75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media print,screen and (max-width: 767px) {
	.flow_list {
		margin: 40px 0 -40px;
	}
}
.flow_list_item {
	width: calc((100% - 60px) / 3);
	background: #fff;
	box-shadow: 0 0 16px #ccc;
	box-sizing: border-box;
	padding: 70px 25px 35px;
	margin: 0 0 75px 0;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.flow_list_item {
		width: calc((100% - 20px) / 2);
		padding: 50px 10px 20px;
		margin: 0 0 40px 0;
	}
}
.flow_list_item::after {
	content: "";
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-left: 16px solid #28586a;
	position: absolute;
	top: 0;
	right: -50px;
	bottom: 0;
	margin: auto;
}
@media print,screen and (max-width: 767px) {
	.flow_list_item::after {
		border: 15px solid transparent;
		border-left: 10px solid #28586a;
		right: -30px;
	}
}
.flow_list_item:nth-child(3n)::after {
	content: none;
}
@media print,screen and (max-width: 767px) {
	.flow_list_item:nth-child(3n)::after {
		content: "";
	}
	.flow_list_item:nth-child(even)::after {
		content: none;
	}
}
.flow_list_item_num {
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	width: 80px;
	height: 80px;
	background: #28586a;
	border-radius: 80px;
	box-sizing: border-box;
	padding: 10px 0 0 0;
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	margin: auto;
}
@media print,screen and (max-width: 767px) {
	.flow_list_item_num {
		line-height: 1.2;
		width: 60px;
		height: 60px;
		padding: 8px 0 0 0;
		top: -30px;
	}
}
.flow_list_item_num span {
	font-size: 1.6rem;
	display: block;
}
@media print,screen and (max-width: 767px) {
	.flow_list_item_num span {
		font-size: 1.2rem;
	}
}
.flow_list_item_num strong {
	font-size: 4.4rem;
	display: block;
}
@media print,screen and (max-width: 767px) {
	.flow_list_item_num strong {
		font-size: 3.0rem;
	}
}
.flow_list_item_title {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
@media print,screen and (max-width: 999px) {
	.flow_list_item_title {
		font-size: calc(20 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item_title {
		font-size: calc(16 / 375 * 100vw);
	}
}
.flow_list_item_img {
	height: 130px;
	background: url('../img/flow_ico01.png') center center / 110px no-repeat;
}
@media print,screen and (max-width: 767px) {
	.flow_list_item_img {
		height: 100px;
		background: url('../img/flow_ico01.png') center center / calc(110px * .75) no-repeat;
	}
}
.flow_list_item:nth-child(2) .flow_list_item_img {
	background: url('../img/flow_ico02.png') center center / 74px no-repeat;
}
.flow_list_item:nth-child(3) .flow_list_item_img {
	background: url('../img/flow_ico03.png') center center / 78px no-repeat;
}
.flow_list_item:nth-child(4) .flow_list_item_img {
	background: url('../img/flow_ico04.png') center center / 87px no-repeat;
}
.flow_list_item:nth-child(5) .flow_list_item_img {
	background: url('../img/flow_ico05.png') center center / 88px no-repeat;
}
.flow_list_item:nth-child(6) .flow_list_item_img {
	background: url('../img/flow_ico06.png') center center / 119px no-repeat;
}
@media print,screen and (max-width: 767px) {
	.flow_list_item:nth-child(2) .flow_list_item_img {
		background: url('../img/flow_ico02.png') center center / calc(74px * .75) no-repeat;
	}
	.flow_list_item:nth-child(3) .flow_list_item_img {
		background: url('../img/flow_ico03.png') center center / calc(78px * .75) no-repeat;
	}
	.flow_list_item:nth-child(4) .flow_list_item_img {
		background: url('../img/flow_ico04.png') center center / calc(87px * .75) no-repeat;
	}
	.flow_list_item:nth-child(5) .flow_list_item_img {
		background: url('../img/flow_ico05.png') center center / calc(88px * .75) no-repeat;
	}
	.flow_list_item:nth-child(6) .flow_list_item_img {
		background: url('../img/flow_ico06.png') center center / calc(119px * .75) no-repeat;
	}
}
.flow_list_item_text {
	font-size: 1.6rem;
}
@media print,screen and (max-width: 999px) {
	.flow_list_item_text {
		font-size: calc(16 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.flow_list_item_text {
		font-size: calc(14 / 375 * 100vw);
	}
}

.plan_container {
	background: #f8f8f8;
	border-radius: 16px;
	box-shadow: 0 0 16px #ccc;
	padding: 60px 75px;
}
@media print,screen and (max-width: 999px) {
	.plan_container {
		padding: 20px;
	}
}
@media print,screen and (max-width: 767px) {
	.plan_container {
		border-radius: 8px;
		padding: 10px;
	}
}
.plan_table {
	border-collapse: collapse;
	width: 100%;
	background: #fff;
	border: 3px solid #f8f8f8;
}
@media print,screen and (max-width: 767px) {
	.plan_table {
		border: 1px solid #f8f8f8;
	}
}
.plan_table th,
.plan_table td {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	vertical-align: middle;
	height: 62px;
}
@media print,screen and (max-width: 999px) {
	.plan_table th,
	.plan_table td {
		font-size: calc(20 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.plan_table th,
	.plan_table td {
		font-size: calc(14 / 375 * 100vw);
		height: auto;
		padding: .5em 0;
	}
}
.plan_table th {
	color: #fff;
	background: #999;
	border: 3px solid #f8f8f8;
	/* padding: 1em 0; */
}
@media print,screen and (max-width: 767px) {
	.plan_table th {
		border: 1px solid #f8f8f8;
	}
}
.plan_table th.bg_blue {
	font-size: 1.6rem;
	background: #1aa2d6;
	width: 225px;
}
@media print,screen and (max-width: 999px) {
	.plan_table th.bg_blue {
		font-size: calc(16 / 1000 * 100vw);
		width: auto;
	}
}
@media print,screen and (max-width: 767px) {
	.plan_table th.bg_blue {
		font-size: calc(14 / 375 * 100vw);
	}
}
.plan_table th.fc_blue {
	color: #1aa2d6;
	font-size: 2.4rem;
	background: #fff;
	letter-spacing: .1em;
}
@media print,screen and (max-width: 999px) {
	.plan_table th.fc_blue {
		font-size: calc(24 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.plan_table th.fc_blue {
		font-size: calc(18 / 375 * 100vw);
		letter-spacing: 0;
	}
}
.plan_table th.bg_orange {
	font-size: 1.6rem;
	background: #e98822;
	width: 225px;
}
@media print,screen and (max-width: 999px) {
	.plan_table th.bg_orange {
		font-size: calc(16 / 1000 * 100vw);
		width: auto;
	}
}
@media print,screen and (max-width: 767px) {
	.plan_table th.bg_orange {
		font-size: calc(14 / 375 * 100vw);
	}
}
.plan_table th.fc_orange {
	color: #e98822;
	font-size: 2.4rem;
	background: #fff;
	letter-spacing: .1em;
}
@media print,screen and (max-width: 999px) {
	.plan_table th.fc_orange {
		font-size: calc(24 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.plan_table th.fc_orange {
		font-size: calc(18 / 375 * 100vw);
		letter-spacing: 0;
	}
}
.plan_table td {
	border-bottom: 1px solid #f8f8f8;
}
.plan_table .fs24 {
	font-size: 2.4rem;
}
@media print,screen and (max-width: 999px) {
	.plan_table .fs24 {
		font-size: calc(24 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.plan_table .fs24 {
		font-size: calc(18 / 375 * 100vw);
	}
}
.plan_table .fs16 {
	font-size: 1.6rem;
}
@media print,screen and (max-width: 999px) {
	.plan_table .fs16 {
		font-size: calc(16 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.plan_table .fs16 {
		font-size: calc(14 / 375 * 100vw);
	}
}
.plan_table .fs12 {
	font-size: 1.2rem;
	font-weight: normal;
}
@media print,screen and (max-width: 999px) {
	.plan_table .fs12 {
		font-size: calc(12 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.plan_table .fs12 {
		font-size: calc(10 / 375 * 100vw);
	}
}
.plan_table .lineHeight {
	line-height: 1.0;
}
@media print,screen and (max-width: 767px) {
	.plan_table .lineHeight {
		line-height: 1.2;
	}
}
.plan_caution {
	font-size: 1.6rem;
	margin: 1.5em 0 0 0;
}
@media print,screen and (max-width: 999px) {
	.plan_caution {
		font-size: calc(16 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.plan_caution {
		font-size: calc(14 / 375 * 100vw);
		margin: 1em 0 0 0;
	}
}

.security {
	background: url('../img/security_bg.jpg') center center / cover no-repeat;
	padding: 120px 0;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.security {
		padding: 40px 0;
	}
}
.security_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.security_list_item {
	width: calc((100% - 30px) / 3);
	background: #fff;
	padding: 25px 0;
	margin: 0 0 15px 0;
}
@media print,screen and (max-width: 767px) {
	.security_list_item {
		width: calc((100% - 10px) / 2);
		padding: 20px 0;
		margin: 0 0 10px 0;
	}
}
.security_list_item_title {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 .5em 0;
}
@media print,screen and (max-width: 999px) {
	.security_list_item_title {
		font-size: calc(24 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.security_list_item_title {
		font-size: calc(14 / 375 * 100vw);
	}
}
.security_list_item_img {
	height: 60px;
	background: url('../img/security_ico01.png') center center / 45px no-repeat;
}
.security_list_item:nth-child(2) .security_list_item_img {
	background: url('../img/security_ico02.png') center center / 45px no-repeat;
}
.security_list_item:nth-child(3) .security_list_item_img {
	background: url('../img/security_ico03.png') center center / 45px no-repeat;
}
.security_list_item:nth-child(4) .security_list_item_img {
	background: url('../img/security_ico04.png') center center / 45px no-repeat;
}
.security_list_item:nth-child(5) .security_list_item_img {
	background: url('../img/security_ico05.png') center center / 45px no-repeat;
}
.security_list_item:nth-child(6) .security_list_item_img {
	background: url('../img/security_ico06.png') center center / 45px no-repeat;
}

.cv {
	/* color: #fff; */
	text-align: center;
	/* background: #28586a; */
	background: url('../img/bg.png') center center / cover no-repeat;
	padding: 70px 0 90px;
}
@media print,screen and (max-width: 767px) {
	.cv {
		padding: 40px 0;
	}
}
.cv_title {
	color: #1aa2d6;
	font-size: 4.0rem;
	margin: 0 0 .25em 0;
}
@media print,screen and (max-width: 999px) {
	.cv_title {
		font-size: calc(40 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.cv_title {
		font-size: calc(28 / 375 * 100vw);
		line-height: 1.6;
		margin: 0 0 .5em 0;
	}
}
.cv_copy {
	font-size: 2.0rem;
	margin: 0 0 2em 0;
}
@media print,screen and (max-width: 999px) {
	.cv_copy {
		font-size: calc(20 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.cv_copy {
		font-size: calc(16 / 375 * 100vw);
		margin: 0 0 1.5em 0;
	}
}
.cv_btn {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	width: 365px;
	height: 98px;
	background: #e98822;
	border-radius: 98px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print,screen and (max-width: 999px) {
	.cv_btn {
		font-size: calc(18 / 1000 * 100vw);
		width: 320px;
		height: 80px;
	}
}
@media print,screen and (max-width: 767px) {
	.cv_btn {
		font-size: calc(16 / 375 * 100vw);
		width: calc(100% - 40px);
		height: 70px;
	}
}

/****	---- contact ----
===================================****/
.contact_title {
	text-align: center;
	line-height: 1.4;
}
.contact_title strong {
	font-size: 7.2rem;
	display: block;
}
@media print,screen and (max-width: 767px) {
	.contact_title strong {
		font-size: calc(48 / 375 * 100vw);
	}
}
.contact_title strong::first-letter {
	color: #e98813;
}
.contact_title span {
	font-size: 1.8rem;
	font-weight: normal;
	display: block;
}
@media print,screen and (max-width: 767px) {
	.contact_title span {
		font-size: calc(16 / 375 * 100vw);
	}
}
.contact_flowList {
	margin: 40px 0;
	display: flex;
}
@media print,screen and (max-width: 767px) {
	.contact_flowList {
		margin: 20px 0;
	}
}
.contact_flowList_item {
	color: #e98813;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	width: calc(100% / 3);
	height: 62px;
	background: url('../img/contact_flow.png') center center / 100% 100% no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print,screen and (max-width: 767px) {
	.contact_flowList_item {
		font-size: calc(14 / 375 * 100vw);
		height: 54px;
		background: url('../img/contact_flow_sp.png') center center / 100% 100% no-repeat;
	}
}
.contact_flowList_item.on {
	color: #fff;
	background: url('../img/contact_flow_on.png') center center / 100% 100% no-repeat;
}
@media print,screen and (max-width: 767px) {
	.contact_flowList_item.on {
		background: url('../img/contact_flow_on_sp.png') center center / 100% 100% no-repeat;
	}
}
.contact_container {
	background: #fff;
	box-shadow: 0 0 16px #ccc;
	padding: 60px 75px 140px;
}
@media print,screen and (max-width: 999px) {
	.contact_container {
		padding: 60px 40px 140px;
	}
}
@media print,screen and (max-width: 767px) {
	.contact_container {
		padding: 40px 20px 80px;
	}
}
.contact_formList_item {
	margin: 0 0 50px 0;
}
@media print,screen and (max-width: 767px) {
	.contact_formList_item {
		margin: 0 0 40px 0;
	}
}
.contact_formList_item:last-child {
	margin: 0 0 140px 0;
}
@media print,screen and (max-width: 767px) {
	.contact_formList_item:last-child {
		margin: 0 0 60px 0;
	}
}
.contact_formList_item_title {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 1em 0;
	display: flex;
	align-items: center;
}
.contact_formList_item_title span {
	color: #fff;
	font-size: 1.4rem;
	background: #a9a9a9;
	border-radius: 4px;
	padding: 0 .5em;
	margin: 0 1em 0 0;
	display: inline-block;
}
.contact_formList_item_title span.required {
	background: #e98813;
}
.contact_form_input {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact_form_input.w584 {
	max-width: 584px;
}
.contact_form_input.w354 {
	max-width: 354px;
}
.contact_form_input.w412 {
	max-width: 412px;
}
.contact_form_input.col2 input {
	width: calc((100% - 18px) / 2);
}
.contact_form_input.col3 input {
	width: calc((100% - 88px) / 3);
}
@media print,screen and (max-width: 767px) {
	.contact_form_input.col3 input {
		width: calc((100% - 36px) / 3);
	}
}
.contact_form_input button {
	color: #fff;
	font-size: 1.6rem;
	width: calc((100% - 18px) / 2);
	height: 50px;
	background: #a9a9a9;
	border: none;
	border-radius: 4px;
}
.contact_form_input button:hover {
	cursor: pointer;
}
.contact_form_input span {
	width: 16px;
	height: 1px;
	background: #707070;
}
@media print,screen and (max-width: 767px) {
	.contact_form_input span {
		width: 8px;
	}
}
input[type="text"],
input[type="email"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 0 1em;
}
@media print,screen and (max-width: 767px) {
	input[type="text"],
	input[type="email"],
	textarea {
		/* padding: 10px; */
	}
}
textarea {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	height: 240px;
}
@media print,screen and (max-width: 767px) {
	textarea {
		height: 120px;
	}
}
select {
	/* color: #d3d3d3; */
	font-size: 1.6rem;
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 0 1em;
}
@media print,screen and (max-width: 767px) {
	select {
		/* width: 100%;
		padding: 0 10px; */
	}
}
/* input.w400 {
	width: 400px;
}
@media print,screen and (max-width: 767px) {
	input.w400 {
		width: 100%;
	}
}
input.w200 {
	width: 200px;
}
@media print,screen and (max-width: 767px) {
	input.w200 {
		width: 50%;
	}
} */
input::placeholder,
textarea::placeholder {
	color: #d3d3d3;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #d3d3d3;
}
input::-ms-input-placeholder.
textarea::-ms-input-placeholder {
	color: #d3d3d3;
}
.contact_form_btn {
	display: flex;
	justify-content: center;
}
@media print,screen and (max-width: 767px) {
	.contact_form_btn {
		display: block;
	}
}
.contact_thanks_btn,
button.go,
button.back,
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
	width: 326px;
	height: 60px;
	background: #212121;
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
	margin: 0 20px;
	display: block;
	transition: .2s;
}
@media print,screen and (max-width: 999px) {
	.contact_thanks_btn,
	button.go,
	button.back,
	input[type="submit"] {
		width: 260px;
		margin: 0 10px;
	}
}
@media print,screen and (max-width: 767px) {
	.contact_thanks_btn,
	button.go,
	button.back,
	input[type="submit"] {
		font-size: 1.6rem;
		margin: 0 auto;
	}
	button.back {
		margin: 0 auto 20px;
	}
}
/* @media print,screen and (max-width: 767px) {
	input[type="submit"] {
		font-size: 1.4rem;
		width: 100%;
	}
} */
.contact_thanks_btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
button.go:hover,
button.back:hover,
input[type="submit"]:hover {
	opacity: .7;
	cursor: pointer;
}
@media print,screen and (max-width: 767px) {
	button.go:hover,
	button.back:hover,
	input[type="submit"]:hover {
		opacity: 1;
	}
}
/* input[type="submit"].back {
	background: url('./img/common/ico_arrow_btn_back.png') left 18px center / 8px no-repeat;
} */

.contact_confirm_title {
	font-size: 2.4rem;
	text-align: center;
	width: calc(100% - 100px);
	border-bottom: 2px solid #333;
	padding: 0 0 .5em 0;
	margin: 0 auto;
}
@media print,screen and (max-width: 999px) {
	.contact_confirm_title {
		width: 100%;
	}
}
.contact_table {
	border-collapse: collapse;
	width: calc(100% - 100px);
	margin: 0 auto 90px;
}
@media print,screen and (max-width: 999px) {
	.contact_table {
		width: 100%;
	}
}
@media print,screen and (max-width: 767px) {
	.contact_table {
		margin: 0 auto 60px;
	}
}
.contact_table tr {
	border-bottom: 1px solid #cdd6dd;
}
.contact_table th,
.contact_table td {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 1.6;
	padding: 1.5em 0;
}
@media print,screen and (max-width: 767px) {
	.contact_table th,
	.contact_table td {
		padding: 1em 0 .5em;
		display: block;
	}
}
.contact_table th {
	text-align: right;
	width: 160px;
}
@media print,screen and (max-width: 767px) {
	.contact_table th {
		text-align: left;
		width: auto;
	}
}
.contact_table td {
	font-weight: normal;
	padding: 1.5em 2em 1.5em 50px;
}
@media print,screen and (max-width: 767px) {
	.contact_table td {
		padding: 0 0 1em 0;
	}
}

.contact_thanks_ico {
	width: calc(172px / 2);
	margin: 0 auto;
}
@media print,screen and (max-width: 767px) {
	.contact_thanks_ico {
		width: calc(172px / 3);
	}
}
.contact_thanks_title {
	font-size: 3.6rem;
	text-align: center;
	margin: 1em 0;
}
@media print,screen and (max-width: 767px) {
	.contact_thanks_title {
		font-size: calc(24 / 375 * 100vw);
		margin: 1em -10px;
	}
}
.contact_thanks_text {
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 4em 0;
}
@media print,screen and (max-width: 767px) {
	.contact_thanks_text {
		font-size: calc(16 / 375 * 100vw);
		margin: 0 -10px 3em;
	}
}

/****	---- footer ----
===================================****/
.footer {
	background: #fff;
	padding: 50px 0;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.footer {
		padding: 40px 0;
	}
}
.pagetop {
	width: 82px;
	height: 82px;
	position: fixed;
	right: 40px;
	bottom: 40px;
}
@media print,screen and (max-width: 767px) {
	.pagetop {
		width: 50px;
		height: 50px;
		right: 5px;
		bottom: 5px;
	}
}
.pagetop.absolute {
	position: absolute;
	top: -41px;
	bottom: auto;
}
@media print,screen and (max-width: 767px) {
	.pagetop.absolute {
		top: -25px;
	}
}
.pagetop a {
	width: 100%;
	height: 100%;
	background: #1aa2d6 url('../img/pagetop.png') center center / 30px no-repeat;
	border-radius: 100%;
	display: block;
}
@media print,screen and (max-width: 767px) {
	.pagetop a {
		background: #1aa2d6 url('../img/pagetop.png') center center / 20px no-repeat;
	}
}
.footer_logo {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	width: 360px;
	margin: 0 auto;
}
@media print,screen and (max-width: 767px) {
	.footer_logo {
		font-size: calc(16 / 375 * 100vw);
		width: calc(100% - 80px);
	}
}
.footer_logo strong {
	margin: 1em 0 0 0;
	display: block;
}
.copyright {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin: 60px 0 0 0;
}
@media print,screen and (max-width: 999px) {
	.copyright {
		font-size: calc(16 / 1000 * 100vw);
	}
}
@media print,screen and (max-width: 767px) {
	.copyright {
		font-size: calc(14 / 375 * 100vw);
		margin: 40px 0 0 0;
	}
}

/****	---- end ----
===================================****/
