@charset "utf-8";

body{
	overflow: hidden;
}

/* -------------------- mv -------------------- */
.mv {
	width: 100%;
	background: url(../img/bg_mv.png) no-repeat center bottom;
	background-size: cover;
	padding-bottom: 120px;
}

.mv_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.mv_block img {
	display: block;
}

.mv_video {
	position: relative;
}

.mv_hand,.mv_heart {
	position: absolute;
	top: 0;
	left: 0;
}

.slide-up-down-loop {
	animation: slideUpDown 1.5s ease-in-out infinite;
}

@keyframes slideUpDown {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-3px);
	}

	100% {
		transform: translateY(0);
	}
}

.slide-big-small-loop {
	animation: scaleBigSmall 2s ease-in-out infinite;
}

@keyframes scaleBigSmall {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.02);
	}

	100% {
		transform: scale(1);
	}
}

/* -------------------- intro -------------------- */
.intro {
	padding-bottom: 0;
}

.intro .ttl_h2 {
	margin-bottom: 40px;
}

.intro_txt {
	text-align: center;
	color: #1f1d21;
	line-height: 1.85;
}

.intro_txt span {
	display: inline-block;
	line-height: 1.5;
	background-color: #ff7c00;
	font-size: 130%;
	color: #ffffff;
	padding: 0 10px;
	margin: 10px;
}

.intro_img {
	display: block;
	margin: 50px auto 0 auto;
}

/* -------------------- benefits -------------------- */
.bg_benefits_features {
	background: url(../img/bg_benefits_left.png) no-repeat left top 130px, url(../img/bg_benefits_right.png) no-repeat right top 130px, #fff4ea;
}

.benefits {
	padding: 85px 0;
}

.benefits_list {
	margin-bottom: 90px;
}

.benefits_list>li {
	overflow: hidden;
}

.common_list {
	width: 100%;
	display: flex;
}

.common_list>li {
	width: 30.4%;
	margin-right: 4.4%;
	background-color: #ffffff;
	position: relative;
	border-radius: 20px;
	padding: 35px 25px 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 0 20px rgba(227, 122, 42, 0.2);
}

.common_list>li:first-of-type {
	top: 38px;
}

.common_list>li:last-of-type {
	margin-right: 0;
	top: 58px;
}

.common_list_img {
	display: block;
	margin: 0 auto;
}

.common_list_txt {
	color: #000000;
}

.common_list_txt span {
	font-weight: bold;
}

.benefits_circle {
	display: block;
	position: absolute;
	top: -30px;
	right: -23px;
}

.benefits_tit {
	text-align: center;
	color: #3e3533;
	margin: 25px 0 6px 0;
}

/* -------------------- features -------------------- */
.features {
	padding-bottom: 160px;
	background: url(../img/bg_features.png) no-repeat center top, url(../img/en_features.png) no-repeat center bottom;
}

.features .ttl_h2 {
	margin-bottom: 80px;
}

.features_num {
	display: block;
	position: absolute;
	top: -24px;
	left: 24px;
}

.features_tit {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}

.features_list .common_list_img {
	margin: 30px auto 40px;
}

.features_mark {
	font-size: 1.4rem;
}

/* -------------------- recommend -------------------- */
.recommend {
	padding-top: 80px;
	padding-bottom: 0;
}

.recommend .ttl_h2 {
	margin-bottom: 130px;
}

.recommend_content {
	width: 100%;
	background-color: #ff7c00;
	text-align: center;
}

.recommend_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: -40px;
}

.recommend_list>li {
	width: 31%;
	position: relative;
}

.recommend_list_tit {
	width: 100%;
	background-color: #ffffff;
	position: relative;
	font-size: 2.2rem;
	line-height: 1.45;
	font-weight: bold;
	text-align: center;
	border: 3px solid #ff7c00;
	border-radius: 10px;
	padding: 20px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.recommend_list_tit::before {
	content: "";
	position: absolute;
	width: 76px;
	height: 38px;
	background: #ffffff;
	border-top-left-radius: 76px;
	border-top-right-radius: 76px;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	transform: translateY(-100%);
	border: 3px solid #ff7c00;
	border-bottom-color: #ffffff;
}

.recommend_list_tit::after {
	content: "";
	width: 24px;
	height: 33px;
	background: url(../img/ico_position.png) no-repeat center center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -20px;
}

.recommend_list>li::after {
	content: "";
	width: 38px;
	height: 21px;
	background: url(../img/ico_recommend_arrow.png) no-repeat center center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 3px;
	transform: translateY(100%);
}

.recommend_tit {
	color: #ffffff;
	font-size: 2rem;
	margin: 5px 0 15px;
}

.recommend_tit span {
	font-size: 160%;
	font-weight: bold;
}

.recommend_business {
	display: flex;
	padding: 30px 0;
	margin-bottom: 20px;
}

.recommend_business>li {
	width: 160px;
	height: 160px;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 30px rgba(63, 50, 47, 0.15);
	position: relative;
	margin-right: 18px;
}

.recommend_business_block {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.recommend_business>li img {
	display: block;
	margin: 0 auto 5px auto;
}

.recommend_business_tit {
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.recommend_contact {
	width: 100%;
	max-width: 890px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0 75px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 110px;
	transform: translateY(50%);
}

.recommend_contact_list {
	width: 100%;
	display: flex;
	justify-content: center;
	transform: translateY(-50%);
}

.recommend_contact_list>li {
	width: 32%;
	color: #ffffff;
	background-color: #ff7c00;
	font-size: 2rem;
	font-weight: bold;
	border: 5px solid #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	padding: 10px;
}

.recommend_contact_list>li:nth-of-type(2) {
	background-color: #452a26;
	margin: 0 2%;
}

.recommend_contact_list>li:last-of-type {
	background-color: #5e8cc8;
}

.recommend_contact_list>li::after {
	content: "";
	position: absolute;
	bottom: -11px;
	right: 65px;
	width: 0;
	height: 0;
	border-top: 6px solid #ff7c00;
	border-right: 9px solid #ff7c00;
	border-bottom: 6px solid transparent;
	border-left: 9px solid transparent;
}

.recommend_contact_list>li:nth-of-type(2):after {
	border-top-color: #452a26;
	border-right-color: #452a26;
}

.recommend_contact_list>li:nth-of-type(3):after {
	border-top-color: #5e8cc8;
	border-left-color: #5e8cc8;
	border-right-color: transparent;
	right: auto;
	left: 65px;
}

.recommend_contact_tit {
	font-size: 2.6rem;
	font-weight: bold;
	margin: -25px 0 20px;
}

.recommend_contact_tit span {
	font-size: 150%;
	line-height: 1;
	color: #ff7c00;
}

.recommend_contact_method {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* -------------------- flow -------------------- */
.flow {
	background-color: #f1f7ff;
}

.flow .inner {
	padding-top: 80px;
}

.flow_list {
	width: 100%;
	margin-bottom: 45px;
}

.flow_list>li {
	width: 349px;
	float: left;
	background-color: #ffffff;
	border-radius: 50%;
	position: relative;
	border: 5px solid #5d8cc8;
	margin-left: -40px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.flow_list>li:nth-of-type(2) {
	z-index: 2;
}

.flow_list>li:first-of-type {
	z-index: 3;
	margin-left: 0;
}

.flow_circle {
	display: block;
}

.flow_content {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 35px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.flow_content img {
	display: block;
	margin: 0 auto 15px auto;
}

.flow_txt {
	line-height: 1.4;
	text-align: center;
}

/* -------------------- voice -------------------- */
.voice {}

.voice_list {}

.voice_list>li {
	width: 100%;
	margin-bottom: 45px;
	position: relative;
}

.voice_list>li:last-of-type {
	margin-bottom: 0;
}

.voice_img {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.voice_list>li:nth-of-type(2n) .voice_img {
	right: auto;
	left: 0;
}

.voice_block {
	width: 86%;
	background: linear-gradient(to right, #f5f5f5, #ffffff);
	border-radius: 30px;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.voice_list>li:nth-of-type(2n) .voice_block {
	margin-left: 14%;
	background: linear-gradient(to left, #f5f5f5, #ffffff);
}

.voice_content {
	width: 100%;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 45px 230px 45px 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.voice_list>li:nth-of-type(2n) .voice_content {
	padding-left: 230px;
	padding-right: 45px;
}

.voice_cate {
	margin: 10px 0 15px;
}

.voice_cate span {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.8rem;
	background-color: #6d8bc5;
	color: #ffffff;
	padding: 0 10px;
}

/* -------------------- price -------------------- */
.price {
	background-color: #fff4ea;
	text-align: center;
}

.price .ttl_h2 {
	margin-bottom: 40px;
}

.price_top {
	background: url(../img/bg_price.png) no-repeat center bottom;
	padding-bottom: 60px;
}

.price_tit {
	font-size: 3.4rem;
	font-weight: bold;
	margin-bottom: 40px;
}

.price_table {
	display: flex;
	border: 3px solid #ff7c00;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #ffffff;
}

.price_table>li {
	width: 33.33%;
}

.price_table>li:nth-of-type(2) {
	border-left: 1px solid #9e9e9e;
	border-right: 1px solid #9e9e9e;
}

.price_type {
	font-size: 2.4rem;
	line-height: 1.25;
	font-weight: bold;
	background-color: rgba(255, 217, 188, 0.45);
	padding: 12px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.price_num {
	font-size: 2.4rem;
	font-weight: bold;
	border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	padding: 18px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.price_content {
	font-size: 2rem;
	padding: 25px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.price_content_mark {
	font-size: 1.6rem;
	border-top: 1px solid #9e9e9e;
	margin-top: 10px;
	padding-top: 10px;
}

.price_mark {
	text-align: left;
	font-size: 1.6rem;
	margin: 14px 0 30px 8px;
}

.price_note {
	display: flex;
	align-items: center;
	justify-content: center;
}

.price_note_txt {
	font-size: 4rem;
	font-weight: bold;
}

.price_note_txt span {
	font-size: 125%;
	color: #ff7c00;
}

.price_note_img {
	margin-left: 20px;
}

.price_note_img {
	display: block;
}

.price_free {
	width: 100%;
	position: relative;
	padding-top: 70px;
}

.price_img02 {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
}

.price_img03 {
	display: block;
	margin: 0 auto;
}

.price_free_content {
	width: 80%;
	margin-left: 20%;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
}

.price_free_txt {
	width: calc(100% - 230px);
	font-size: 1.8rem;
	line-height: 1.6;
}

.price_free_txt02 {
	font-size: 2.4rem;
	font-weight: bold;
}

.price_free_txt02 span {
	font-size: 3.8rem;
	color: #ff7c00;
}

.price_free_img {
	width: 200px;
}

.price_free_img img {
	display: block;
}

/* -------------------- tit_block -------------------- */
.tit_block .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: no-repeat right bottom;
	padding: 57px 0;
}

.tit_block_content {
	position: relative;
	padding-left: 100px;
}

.tit_block_content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 76px;
	height: 76px;
	margin: auto;
	background: no-repeat center center;
}

.tit_block_content .ttl_h2 {
	margin-bottom: 0;
}

.faq_block {
	background-color: #ff7c00;
}

.faq_block .inner {
	background-image: url(../img/tit_faq_en.png);
}

.faq_block .tit_block_content::before {
	background-image: url(../img/ico_faq.png);
}

.report_block {
	background-color: #452a26;
}

.report_block .inner {
	background-image: url(../img/tit_report_en.png);
}

.report_block .tit_block_content::before {
	background-image: url(../img/ico_report.png);
}

.blog_block {
	background-color: #5d8cc8;
}

.blog_block .inner {
	background-image: url(../img/tit_blog_en.png);
}

.blog_block .tit_block_content::before {
	background-image: url(../img/ico_blog.png);
}

.btn_show {
	/* width: 165px; */
	/* background-color: #ffffff; */
	/* height: 46px; */
}

.btn_show .panel-btn {
	display: block;
	width: 165px;
	height: 46px;
	background: #ffffff;
	position: relative;
	cursor: pointer;
	border-radius: 10px;
}

.btn_show .panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 6px;
	margin: -3px 0 0 -13px;
	transition: .2s;
}

.btn_show .panel-btn-icon:before {
	display: block;
	content: "";
	position: absolute;
	top: -10px;
	left: 10px;
	width: 6px;
	height: 26px;
	transition: .3s;
}

.btn_show .panel-btn .close:before {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq_block .btn_show .panel-btn-icon,
.faq_block .btn_show .panel-btn-icon:before {
	background: #ff7c00;
}

.report_block .btn_show .panel-btn-icon,
.report_block .btn_show .panel-btn-icon:before {
	background: #452a26;
}

.blog_block .btn_show .panel-btn-icon,
.blog_block .btn_show .panel-btn-icon:before {
	background: #5d8cc8;
}

.toggle_block_inner {
	display: none;
}

/* -------------------- faq -------------------- */
.faq_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -22px;
}

.faq_list>li {
	width: 48.4%;
	margin-bottom: 22px;
	background-color: #f5f5f5;
	border-bottom: 7px solid #ff7c00;
	padding: 37px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.faq_list>li:nth-of-type(2n) {
	margin-left: 3.2%;
}

.faq_q {
	line-height: 1.35;
	position: relative;
	padding-left: 50px;
	padding-right: 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.faq_q::before {
	content: "";
	width: 29px;
	height: 28px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(../img/ico_q.png) no-repeat center center;
}

.faq_q::after {
	content: "";
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url(../img/ico_faq_arrow.png) no-repeat center center;
	border-radius: 50%;
	background-color: #ff7c00;
}

.faq_q.on::after {
	transform: rotate(180deg);
}

.faq_a {
	display: none;
	border-top: 1px solid #000000;
	margin-top: 25px;
	padding-top: 27px;
	position: relative;
	padding-left: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.faq_a::before {
	content: "";
	width: 29px;
	height: 28px;
	position: absolute;
	top: 28px;
	left: 0;
	background: url(../img/ico_a.png) no-repeat center center;
}

/* -------------------- report -------------------- */
.report_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.report_list>li {
	width: 48.4%;
	background-color: #f5f5f5;
	padding: 33px 20px 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 50px;
	border-bottom: 7px solid #452a26;
}

.report_list>li:nth-of-type(2n) {
	margin-left: 3.2%;
}

.report_tit {
	text-align: center;
	background-color: #4c2621;
	border-radius: 23px;
	padding: 6px 20px;
	color: #ffffff;
}

.report_content {
	width: 100%;
	max-width: 425px;
	margin: 0 auto;
}

.report_image {
	margin: 20px auto 10px auto;
}

.report_image img {
	display: block;
	margin: 0 auto;
}

.report_injury {
	text-align: center;
	color: #ff7c00;
	font-weight: bold;
	font-size: 2.4rem;
}

.report_status {
	padding: 30px;
	margin: 13px 0 5px;
	background-color: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 10px;
}

.report_status_tit {
	font-weight: bold;
	font-size: 2rem;
	background: url(../img/ico_heart.png) no-repeat left center;
	margin-bottom: 5px;
	padding-left: 33px;
}

.report_arrow {
	text-align: center;
	color: #5e5957;
	margin-bottom: 12px;
}

.report_arrow img {
	margin: 0 auto;
}

.report .btn_common {
	background-color: #4c2621;
}

#btn_more_report {
	display: none;
}

/* -------------------- blog -------------------- */
.blog {
	padding-top: 0;
}

.blog_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.blog_list>li {
	width: 30.6%;
	margin-right: 3.8%;
	margin-bottom: 50px;
}

.blog_list>li:nth-of-type(3n) {
	margin-right: 0;
}

.blog_list>li a {
	color: #3e3533;
}

.blog_img {
	width: 100%;
	border: 1px solid #7059ac;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.blog_img img {
	display: block;
}

.blog_thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.blog_cate {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/ico_blog_cate.png) no-repeat left 10px center, rgba(93, 140, 200, 0.9);
	font-size: 1.6rem;
	color: #ffffff;
	padding: 0 15px 0 31px;
}

.blog_tit {
	font-size: 2rem;
	font-weight: bold;
	margin: 35px 0 10px 0;
}

.blog_date {
	font-size: 1.4rem;
	color: #a0a0a0;
	background: url(../img/ico_blog_date.png) no-repeat left center;
	padding-left: 20px;
	margin-top: 20px;
}

.blog .btn_common {
	background-color: #5d8cc8;
}

/* -------------------- apply -------------------- */

.apply {
	background: #f7f7f7;
	font-size: 1.6rem;
}

.apply_link {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.apply_link a {
	display: block;
	width: 250px;
	max-width: 100%;
	font-size: 2rem;
	color: #ffffff;
	font-weight: bold;
	background-color: #5d8cc8;
	line-height: 1;
	text-align: center;
	padding: 14px 0 12px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.apply_link a.btn_apply_price {
	background-color: #ff7c00;
}

.apply_link a::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #b5e7ff;
	transition: 300ms;
	animation: shinyshiny 4.5s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

.apply_content {
	width: 100%;
	padding: 30px 35px 50px;
	border: 2px solid #3c3a4a;
	background: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 1;
	margin-top: 15px;
}

.contact_line {
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #3c3a4a;
	padding: 7px 0;
}

.contact_line_top {
	align-items: start;
}

.contact_line_padding .contact_write {
	padding-top: 8px;
	padding-bottom: 8px;
}

.contact_type {
	width: 31%;
	font-weight: bold;
	color: #1f1d21;
	padding-left: 50px;
	padding: 8px 0 8px 50px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contact_type a{
	color: #1f1d21;
	text-decoration: underline;
}

.contact_type::before {
	content: "任意";
	position: absolute;
	top: 10px;
	left: 0;
	width: 40px;
	background-color: #c5c5c5;
	font-size: 1.4rem;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	padding-bottom: 1px;
}

.contact_type.must::before {
	content: "必須";
	background-color: #ff7c00;
}

.contact_write {
	width: 69%;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b3b3b4;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #b3b3b4;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #b3b3b4;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b3b3b4;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
}

input.input_text,
textarea#message {
	display: block;
	width: 100%;
	border: 1px solid #e6e6e6;
	background: #FFFFFF;
	line-height: normal;
	font-family: "Noto Sans JP", sans-serif;
	height: 40px;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	border-radius: 0;
}

input[type="file"] {
	display: block;
}

#upload_file02 {
	margin-top: 7px;
}

#know_other{
	display: none;
	margin-top: 7px;
}

textarea#message {
	height: auto;
	padding: 10px 20px;
	resize: none;
}

.selectBox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	margin-bottom: -7px;
}

#birthdayBox {
	justify-content: space-between;
}

div.selectBox {
	margin-bottom: 0;
}

.selectBox li {
	margin-bottom: 7px;
	margin-right: 20px;
}

.selectBox li:last-of-type {
	margin-right: 0;
}

select {
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	height: 40px;
	color: #7d7d7d;
	padding: 8px 55px 8px 15px;
	background: url(../img/ico_select.png) no-repeat right 5px center #FFFFFF;
	border: 1px solid #e6e6e6;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	font-family: "Noto Sans JP", sans-serif;
}

div.selectBox select {
	width: 285px;
}

select::-ms-expand {
	display: none;
}

select option::-ms-expand {
	display: none;
}

select option {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #000000;
}

.selectBox span {
	vertical-align: middle;
	margin-left: 10px;
}

.type_keiyaku_show {
	display: none;
	margin-top: 5px;
}


.bill_month {
	display: none;
}

#check_kikan {
	display: none;
}

.other_card {
	display: none;
}

.type_price_mark {
	display: none;
}

.other_card_line {
	margin-top: 5px;
}

.type_price_mark {
	margin-top: 5px;
}

.price_result {
	width: 100%;
	display: none;
	font-weight: bold;
	background: #f9f3f3;
	padding: 8px 10px;
	margin-top: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#formCheck .price_result {
	display: block;
}

#h_month_price,
#check_hi_price {
	color: #ff7c00;
}

.radio_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.radio_list>li {
	width: 170px;
	position: relative;
}

.radio_list_block {
	display: block;
}

.radio_list_block>li {
	width: 100%;
	margin-bottom: 5px;
}

.radio_list_block>li:last-of-type {
	margin-bottom: 0;
}

.radio_list_typeonly>li:not(:first-of-type) {
	margin-left: 18px;
}

.radio_list li input[type="radio"] {
	height: 18px;
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.radio_list li label {
	width: 100%;
	padding-left: 30px;
	cursor: pointer;
	background: #FFFFFF;
}

.radio_list li label::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	height: 16px;
	border: 1px solid #3c3a4a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.radio_list li input.input_radio:checked+label::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 7px;
	left: 4px;
	background: #ff7c00;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.chb_block {
	position: relative;
}

.agree {
	margin-top: 20px;
	margin-bottom: 30px;
}

.chb_block .input_chb {
	width: 18px;
	height: 18px;
	visibility: hidden;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.chb_block label {
	position: relative;
	padding-left: 25px;
}

.chb_block label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	margin: auto;
	width: 16px;
	height: 16px;
	border: 1px solid #3c3a4a;
	background: #FFFFFF;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.chb_block input.input_chb:checked+label::after {
	content: "";
	position: absolute;
	left: 3px;
	bottom: 10px;
	width: 10px;
	height: 5px;
	border: 2px solid #ff7c00;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

#submit,
#nextBtn,
#addStaff {
	cursor: pointer;
	border: none;
	outline: none;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 5px;
}

.btn_submit {
	width: 324px;
	margin: 0 auto;
	position: relative;
}

.apply_word {
	margin-top: 20px;
}

.apply_word>li {
	text-indent: -16px;
	padding-left: 16px;
	margin-bottom: 5px;
}

.apply_word>li:last-of-type {
	margin-bottom: 0;
}

.apply_word>li a{
	color: #3f322f;
	text-decoration: underline;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.apply_word>li a:hover{
	color: #ff7c00;
}

/*-------------------- price_popup --------------------*/
.price_popup {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
}

.btn_close {
	position: absolute;
	top: 50px;
	right: 50px;
}

.btn_close img {
	display: block;
}

.price_popup_img img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 90vw;
	max-height: 95vh;
	top: 0;
	bottom: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}


/*--------------- formCheck ---------------*/

.formCheck {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
	font-size: 1.6rem;
}

.check_content {
	overflow: auto;
	max-height: 80%;
	background: #FFFFFF;
	padding: 35px 20px 70px 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.check_txt {
	background: #EEEEEE;
	padding: 10px 20px;
}

pre {
	font-family: "Noto Sans JP", sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 0;
}

.contact_btn {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	margin: 30px auto 0 auto;
}

.contact_btn li {
	width: 50%;
	padding: 0 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.thankspage{
	text-align: center;
}


/* -------------------- about -------------------- */
.about {
	background: url(../img/tit_about_en.png) no-repeat center bottom, #e2e2e2;
}

.about_list {
	max-width: 821px;
	margin: 0 auto;
}

.about_list>li {
	display: flex;
	font-size: 1.9rem;
	margin-bottom: 3px;
}

.about_list>li:last-of-type {
	margin-bottom: 0;
}

.about_tit {
	width: 185px;
	background-color: #452a26;
	color: #ffffff;
	font-weight: bold;
	padding: 14px 25px 14px 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.about_txt {
	width: calc(100% - 182px);
	margin-left: 3px;
	background-color: #ffffff;
	padding: 14px 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

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

	/* -------------------- blog -------------------- */
	.blog_list>li a:hover .blog_thumb {
		transform: scale(1.12);
	}

	/* -------------------- apply -------------------- */
	.apply_link a:hover {
		opacity: 0.8;
	}
}

@media only screen and (max-width:1100px) {
	/* -------------------- flow -------------------- */

	.flow_list>li {
		width: 35%;
		margin-left: -3%;
		padding: 30px;
	}

	/* -------------------- apply -------------------- */

	.apply_content {
		padding: 30px 20px 50px;
	}

	.contact_type {
		width: 25%;
	}

	.contact_write {
		width: 75%;
	}
}

@media only screen and (max-width:1024px) {

	/* -------------------- mv -------------------- */
	.mv {
		padding-bottom: 100px;
	}

	/* -------------------- benefits -------------------- */
	.common_list>li {
		width: 31%;
		margin-right: 3.5%;
	}

	.common_list>li:first-of-type {
		top: 30px;
	}

	.common_list>li:last-of-type {
		top: 50px;
	}

	/* -------------------- voice -------------------- */

	.voice_block {
		width: 90%;
	}

	.voice_list>li:nth-of-type(2n) .voice_block {
		margin-left: 10%;
	}
}

@media only screen and (max-width:768px) {

	/* -------------------- mv -------------------- */
	.mv {
		padding-bottom: 100px;
	}

	.mv_block {
		display: block;
		padding-top: 30px;
	}

	.mv_block img {
		margin: 0 auto;
	}

	.mv_content img {
		width: 50%;
	}

	.mv_video img {
		width: 52%;
	}

	/* -------------------- intro -------------------- */

	.intro .ttl_h2 {
		margin-bottom: 30px;
	}

	.intro_txt span {
		font-size: 120%;
	}

	.intro_img {
		margin-top: 40px;
	}

	/* -------------------- benefits -------------------- */
	.bg_benefits_features {
		background-size: 60%;
	}

	.benefits {
		padding: 60px 0;
	}

	.benefits_list {
		margin-bottom: 40px;
	}

	.common_list {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 30px auto;
		display: block;
	}

	.common_list>li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		border-radius: 10px;
		padding: 30px 20px;
	}

	.common_list>li:first-of-type {
		top: 0;
	}

	.common_list>li:last-of-type {
		margin-right: 0;
		top: 0;
		margin-bottom: 0;
	}

	/* -------------------- features -------------------- */
	.features {
		padding-bottom: 120px;
		background-size: auto, 80%;
	}

	.features .ttl_h2 {
		margin-bottom: 60px;
	}

	.features_num {
		display: block;
		position: absolute;
		top: -24px;
		left: 24px;
	}

	.features_tit {
		font-size: 2.4rem;
	}

	.features_list .common_list_img {
		margin-bottom: 30px;
	}

	.features_mark {
		font-size: 1.4rem;
	}

	/* -------------------- recommend -------------------- */
	.recommend {
		padding-top: 60px;
	}

	.recommend .ttl_h2 {
		margin-bottom: 130px;
	}

	.recommend_content {
		padding-bottom: 60px;
	}

	.recommend_list {
		width: 100%;
		max-width: 310px;
		margin: 0 auto;
		display: block;
	}

	.recommend_list>li {
		width: 100%;
		margin-bottom: 20px;
	}

	.recommend_list>li:last-of-type {
		margin-bottom: 0;
	}

	.recommend_list_tit {
		font-size: 2rem;
	}

	.recommend_list_tit::before {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		left: 0;
		right: auto;
		top: 0;
		bottom: 0;
		transform: translate(-50%, 0);
		border-bottom-color: #ff7c00;
	}

	.recommend_list_tit::after {
		width: 60px;
		height: 60px;
		right: auto;
		top: 0;
		bottom: 0;
		transform: translateX(-50%);
	}

	.recommend_list>li::after {
		display: none;
	}

	.recommend_tit {
		font-size: 1.8rem;
	}

	.recommend_tit span {
		font-size: 150%;
	}

	.recommend_business {
		padding: 25px 0;
	}

	.recommend_business>li {
		width: 140px;
		height: 140px;
		margin-right: 15px;
	}

	.recommend_business>li img {
		margin-bottom: 4px;
	}

	.recommend_business_tit {
		font-size: 1.8rem;
	}

	.recommend_contact {
		display: flex;
		align-items: center;
		padding: 30px;
		border-radius: 20px;
		transform: translateY(0);
		margin-top: 40px;
	}

	.recommend_contact_list {
		width: 35%;
		display: block;
		transform: translateY(0);
	}

	.recommend_contact_list>li {
		width: 100%;
		font-size: 1.8rem;
		border-width: 3px;
		border: none;
	}

	.recommend_contact_list>li:nth-of-type(2) {
		margin: 20px 0;
	}

	.recommend_contact_list>li::after {
		bottom: 0;
		top: 0;
		right: -18px;
		margin: auto;
		border-top: 6px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 6px solid #ff7c00;
		border-left: 9px solid #ff7c00;
	}

	.recommend_contact_list>li:nth-of-type(2):after {
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: #452a26;
		border-left-color: #452a26;
	}

	.recommend_contact_list>li:nth-of-type(3):after {
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: #5e8cc8;
		border-left-color: #5e8cc8;
		left: auto;
		right: -18px;
	}

	.recommend_contact_content {
		width: 65%;
		padding-left: 5%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.recommend_contact_tit {
		font-size: 2rem;
		margin: 0 0 20px;
	}

	.recommend_contact_tit span {
		display: block;
		font-size: 150%;
	}

	.recommend_contact_method {
		display: block;
	}

	.recommend_contact_method a {
		display: block;
	}

	.recommend_contact_method a.header_contact_tel {
		margin-top: 10px;
		margin-left: 0;
	}

	/* -------------------- flow -------------------- */
	.flow {
		padding-top: 0 !important;
	}

	.flow .inner {
		padding-top: 60px;
	}

	.flow_list {
		margin-bottom: 40px;
	}

	.flow_list>li {
		width: 300px;
		float: none;
		border-width: 3px;
		margin: -30px auto 0 auto;
		padding: 30px;
	}

	.flow_list>li:first-of-type {
		margin: 0 auto;
	}

	/* -------------------- voice -------------------- */

	.voice_list>li {
		margin-bottom: 0;
		margin-top: -70px;
	}

	.voice_img {
		width: 220px;
		position: static;
		margin: 0 auto;
		transform: translateY(50%);
	}

	.voice_list>li:nth-of-type(2n) .voice_img {
		right: 0;
	}

	.voice_block {
		width: 100%;
		background: #f5f5f5;
		border-radius: 20px;
		padding: 6px;
	}

	.voice_list>li:nth-of-type(2n) .voice_block {
		margin-left: 0;
		background: #f5f5f5;
	}

	.voice_content {
		border-radius: 20px;
		padding: 120px 30px 45px 30px;
	}

	.voice_list>li:nth-of-type(2n) .voice_content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.voice_cate span {
		font-size: 1.6rem;
	}

	/* -------------------- price -------------------- */

	.price_tit {
		font-size: 3rem;
		margin-bottom: 30px;
	}

	.price_table {
		display: block;
		max-width: 400px;
		margin: 0 auto;
		border: none;
		background-color: transparent;
	}

	.price_table>li {
		width: 100%;
		border: 3px solid #ff7c00;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background-color: #ffffff;
		margin-bottom: 30px;
	}

	.price_table>li:nth-of-type(2) {
		border: 3px solid #ff7c00;
	}

	.price_table>li:last-of-type {
		margin-bottom: 0;
	}

	.price_type {
		font-size: 2rem;
	}

	.price_num {
		font-size: 2rem;
		padding: 18px 10px;
	}

	.price_content {
		font-size: 1.8rem;
		padding: 20px 30px;
	}

	.price_content_mark {
		font-size: 1.4rem;
	}

	.price_mark {
		text-align: center;
		font-size: 1.4rem;
		margin-left: 0;
	}

	.price_note {
		display: block;
	}

	.price_note_txt {
		font-size: 3rem;
	}

	.price_note_img {
		margin: 20px auto 0 auto;
	}

	.price_free {
		padding-top: 50px;
	}

	.price_img02 {
		width: 130px;
		display: block;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
	}

	.price_free_content {
		width: calc(100% - 150px);
		margin-left: 150px;
		display: block;
	}

	.price_free_txt {
		width: 100%;
		font-size: 1.6rem;
		text-align: center;
	}

	.price_free_txt02 {
		font-size: 2rem;
	}

	.price_free_txt02 span {
		font-size: 3rem;
	}

	.price_free_img {
		margin: 10px auto 0 auto;
		width: 200px;
	}

	/* -------------------- tit_block -------------------- */
	.tit_block .inner {
		padding: 50px 0;
		background-size: 90%;
	}

	.tit_block_content {
		padding-left: 70px;
	}

	.tit_block_content::before {
		width: 50px;
		height: 50px;
		background-size: 100%;
	}

	.tit_block .ttl_h2 img {
		width: 240px;
	}

	.btn_show .panel-btn {
		width: 100px;
		height: 40px;
		border-radius: 6px;
	}

	.btn_show .panel-btn-icon {
		width: 20px;
		height: 4px;
		margin: -2px 0 0 -10px;
	}

	.btn_show .panel-btn-icon:before {
		top: -8px;
		left: 8px;
		width: 4px;
		height: 20px;
	}

	/* -------------------- faq -------------------- */
	.faq_list {
		display: block;
		margin-bottom: 0;
	}

	.faq_list>li {
		width: 100%;
		margin-bottom: 22px;
		border-bottom-width: 4px;
		padding: 30px 20px;
	}

	.faq_list>li:nth-of-type(2n) {
		margin-left: 0;
	}

	.faq_q {
		padding-left: 40px;
		padding-right: 50px;
		display: block;
	}

	.faq_q::before {
		width: 25px;
		height: 24px;
		background-size: 100%;
	}

	.faq_q::after {
		width: 30px;
		height: 30px;
		background-size: 14px;
	}

	.faq_a {
		margin-top: 20px;
		padding-top: 20px;
		padding-left: 40px;
	}

	.faq_a::before {
		width: 25px;
		height: 24px;
		background-size: 100%;
	}

	/* -------------------- report -------------------- */
	.report_list {
		display: block;
		max-width: 450px;
		margin: 0 auto;
	}

	.report_list>li {
		width: 100%;
		padding: 30px 20px;
		margin-bottom: 30px;
		border-bottom-width: 4px;
	}

	.report_list>li:nth-of-type(2n) {
		margin-left: 0;
	}

	.report_injury {
		font-size: 2rem;
	}

	.report_status {
		padding: 20px;
	}

	.report_status_tit {
		font-size: 1.8rem;
	}

	/* -------------------- blog -------------------- */

	.blog_list>li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}

	.blog_list>li:nth-of-type(3n) {
		margin-right: 4%;
	}

	.blog_list>li:nth-of-type(2n) {
		margin-right: 0;
	}

	.blog_cate {
		font-size: 1.4rem;
	}

	.blog_tit {
		font-size: 1.8rem;
		margin-top: 25px;
	}

	/* -------------------- apply -------------------- */
	.apply {
		font-size: 1.4rem;
	}

	.apply_link a {
		width: 240px;
		font-size: 1.6rem;
	}

	.contact_line {
		display: block;
		padding: 10px 0;
	}

	.contact_type {
		width: 100%;
		padding: 0 0 0 40px;
	}

	.contact_type br {
		display: none;
	}

	.contact_type::before {
		top: 1px;
		width: 35px;
		font-size: 1.2rem;
	}

	.contact_write {
		width: 100%;
		padding-left: 0;
		margin-top: 5px;
	}

	.contact_line_padding .contact_write {
		padding-top: 0;
		padding-bottom: 0;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 1.4rem;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 1.4rem;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 1.4rem;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 1.4rem;
	}

	select {
		width: 150px;
	}

	div.selectBox select {
		width: 240px;
	}

	.selectBox span {
		margin-left: 5px;
	}

	.radio_list>li {
		width: 150px;
	}

	.radio_list_block>li {
		width: 100%;
	}

	.chb_block input.input_chb:checked+label::after {
		bottom: 6px;
	}

	.btn_submit {
		width: 280px;
	}

	.apply_word>li {
		text-indent: -14px;
		padding-left: 14px;
	}

	/*--------------- formCheck ---------------*/
	.check_txt {
		font-size: 1.4rem;
	}

	pre {
		font-size: 1.4rem;
	}

	.contact_btn {
		display: block;
	}

	.contact_btn li {
		width: 100%;
		padding: 0 5%;
	}

	.contact_btn li:last-of-type {
		margin-top: 20px;
	}


	/* -------------------- about -------------------- */
	.about {
		background-size: 55%;
	}

	.about_list>li {
		font-size: 1.6rem;
	}

	.about_tit {
		width: 170px;
		padding-left: 40px;
	}

	.about_txt {
		width: calc(100% - 167px);
	}

}

@media only screen and (max-width: 520px) {
	.apply_link {
		flex-wrap: wrap;
		justify-content: right;
	}

	.apply_link a {
		width: 240px;
		font-size: 16px;
		margin-left: 30px;
	}

	.apply_link a.btn_apply_price {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {

	/* -------------------- mv -------------------- */
	.mv {
		padding-top: 20px;
		padding-bottom: 80px;
	}

	.mv_block {
		margin-bottom: 30px;
	}

	.mv_content img {
		width: 90%;
	}

	.mv_video img {
		width: 100%;
	}

	/* -------------------- intro -------------------- */

	.intro_txt span {
		padding: 0 5px;
		margin: 5px;
	}


	/* -------------------- benefits -------------------- */
	.bg_benefits_features {
		background: url(../img/bg_benefits_left.png) no-repeat left top 80px, url(../img/bg_benefits_right.png) no-repeat right top 80px, #fff4ea;
	}

	/* -------------------- features -------------------- */
	.features {
		padding-bottom: 80px;
		background: url(../img/bg_features.png) no-repeat center top, url(../img/en_features.png) no-repeat center bottom;
		background-size: 100%, 90%;
	}

	.features .ttl_h2 {
		margin-bottom: 60px;
	}

	.features_num {
		width: 30px;
		top: -20px;
		left: 20px;
	}

	.features_tit {
		font-size: 2.2rem;
	}

	.features_list .common_list_img {
		margin: 20px auto;
	}

	.features_mark {
		font-size: 1.2rem;
	}

	/* -------------------- recommend -------------------- */

	.recommend .ttl_h2 {
		margin-bottom: 130px;
	}

	.recommend_content {}

	.recommend_list {
		max-width: 260px;
	}

	.recommend_list>li {}

	.recommend_list_tit {
		font-size: 1.6rem;
		border-width: 2px;
		border-radius: 6px;
		padding: 15px 10px;
	}

	.recommend_list_tit::before {
		width: 40px;
		height: 40px;
		border-width: 2px;
	}

	.recommend_list_tit::after {
		width: 40px;
		height: 40px;
		background-size: 16px;
	}

	.recommend_tit {
		font-size: 1.6rem;
		margin: 0 0 15px;
	}

	.recommend_tit span {
		font-size: 130%;
	}

	.recommend_business>li {
		width: 120px;
		height: 120px;
		box-shadow: 0 0 20px rgba(63, 50, 47, 0.15);
	}

	.recommend_business>li img {
		width: 40px;
	}

	.recommend_business_tit {
		font-size: 1.6rem;
	}

	.recommend_contact {
		display: block;
		padding: 30px 20px;
		border-radius: 10px;
	}

	.recommend_contact_list {
		width: 100%;
	}

	.recommend_contact_list>li {
		font-size: 1.6rem;
		border-radius: 10px;
		padding: 10px;
	}

	.recommend_contact_list>li::after {
		top: auto;
		bottom: -11px;
		right: 65px;
		border-top: 6px solid #ff7c00;
		border-right: 9px solid #ff7c00;
		border-bottom: 6px solid transparent;
		border-left: 9px solid transparent;
	}

	.recommend_contact_list>li:nth-of-type(2):after {
		border-top-color: #452a26;
		border-right-color: #452a26;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}

	.recommend_contact_list>li:nth-of-type(3):after {
		border-top-color: #5e8cc8;
		border-left-color: transparent;
		border-right-color: #5e8cc8;
		border-bottom-color: transparent;
		right: 65px;
		left: auto;
	}

	.recommend_contact_content {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}

	.recommend_contact_tit {
		font-size: 1.6rem;
	}

	/* -------------------- flow -------------------- */

	.flow_list {
		width: 100%;
		margin-bottom: 45px;
	}

	/* -------------------- voice -------------------- */

	.voice_img {
		width: 180px;
	}

	.voice_content {
		padding: 100px 20px 30px 20px;
	}

	.voice_list>li:nth-of-type(2n) .voice_content {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* -------------------- price -------------------- */

	.price_top {
		background-size: 100%;
	}

	.price_tit {
		font-size: 2rem;
	}

	.price_type {
		font-size: 1.8rem;
	}

	.price_num {
		font-size: 1.8rem;
	}

	.price_content {
		font-size: 1.6rem;
		padding: 25px 20px;
	}

	.price_note_txt {
		font-size: 2.4rem;
	}

	.price_note_img {
		width: 160px;
	}

	.price_img02 {
		width: 90px;
		bottom: auto;
		top: 100px;
	}

	.price_free_content {
		width: calc(100% - 110px);
		margin-left: 110px;
		margin-top: 20px;
	}

	.price_free_txt {
		font-size: 1.4rem;
		text-align: left;
	}

	.price_free_txt02 {
		font-size: 1.8rem;
	}

	.price_free_txt02 span {
		font-size: 2.4rem;
	}

	.price_free_img {
		width: 160px;
	}

	/* -------------------- tit_block -------------------- */
	.tit_block .inner {
		padding: 30px 0;
	}

	.tit_block_content {
		padding-left: 40px;
	}

	.tit_block .ttl_h2 img {
		width: 200px;
	}

	.tit_block_content::before {
		width: 30px;
		height: 30px;
	}

	.btn_show .panel-btn {
		width: 50px;
		height: 30px;
	}

	/* -------------------- faq -------------------- */


	.faq_list>li {
		padding: 20px;
	}

	.faq_q {
		padding-left: 30px;
		padding-right: 40px;
	}

	.faq_q::before {
		width: 20px;
		height: 19px;
	}

	.faq_q::after {
		width: 24px;
		height: 24px;
	}

	.faq_a {
		padding-left: 30px;
	}

	.faq_a::before {
		width: 20px;
		height: 19px;
		top: 20px;
	}

	/* -------------------- report -------------------- */

	.report_list>li {
		padding: 20px;
	}

	.report_injury {
		font-size: 1.8rem;
	}

	.report_status {
		padding: 20px;
	}

	.report_status_tit {
		font-size: 1.6rem;
		padding-left: 33px;
	}


	/* -------------------- blog -------------------- */
	.blog_list {
		max-width: 300px;
		margin: 0 auto;
	}

	.blog_list>li {
		width: 100%;
		margin-right: 0;
	}

	.blog_list>li:nth-of-type(3n) {
		margin-right: 0;
	}

	.blog_list>li a {
		color: #3e3533;
	}

	.blog_list>li a:hover .blog_thumb {
		transform: scale(1.12);
	}

	.blog_cate {
		font-size: 1.3rem;
	}

	.blog_tit {
		font-size: 1.6rem;
	}

	.blog_date {
		font-size: 1.3rem;
	}

	/* -------------------- apply -------------------- */

	.apply_link {
		margin-top: 10px;
		margin-bottom: -5px;
	}

	.apply_link a {
		width: 200px;
		font-size: 14px;
		padding: 12px 0 10px;
		border-radius: 6px;
	}

	.apply_content {
		padding: 20px 15px 40px;
		margin-top: 15px;
	}

	input.input_text,
	textarea#message {
		height: 36px;
		padding: 0 15px;
	}

	textarea#message {
		height: auto;
		padding: 10px 15px;
		resize: none;
	}

	.selectBox {
		width: 100%;
		display: block;
		margin-bottom: -7px;
	}

	.selectBox li {
		margin-right: 0;
	}

	select {
		height: 36px;
	}

	.price_result {
		padding: 8px 10px;
	}

	.btn_submit {
		width: 240px;
	}

	/*--------------- formCheck ---------------*/

	.check_content {
		padding: 20px 15px 50px;
	}

	/* -------------------- about -------------------- */

	.about_list>li {
		display: block;
	}

	.about_tit {
		width: 100%;
		padding: 14px 20px;
	}

	.about_txt {
		width: 100%;
		margin-left: 0;
		padding: 14px 20px;
	}
}