@charset "UTF-8";
/* 
Last Updated: 2020-05-01
style_dr.css
---------------------------------------------- */
body {
	font-size: 14px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	color: #333;
	box-sizing: border-box;
	line-height: 1.6;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

img {
	max-width: 100%;
	height: auto;
}

.sp {
	display: block;
}

.pc {
	display: none;
}

/*-----------------------  スマホ用 ----------------------*/


.header_navber {
	background: #3f2f1e;
	color: #fff;
}

.wrap_tel_top {
	background: #3f2f1e;
	font-size: 21px;
	font-weight: bold;
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
}

.txt_tel {
	display: flex;
	align-items: center;
}

.txt_tel img {
	margin-right: 10px;
}

.btn_tel {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
}

.btn_tel img{
	width: 80px;
}

.wrap_tel_under {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 10px;
	font-weight: bold;
}

.header_main {
	background: url(../images/dr/header_bg_sp_lg.jpg) no-repeat;
	background-size: cover;
	height: 250px;
	position: relative;
	margin-bottom: 40px;
}

.wrap_h1 {
	width: 90%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(255,255,255,0.6);
	color: #3f2f1e;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}

.wrap_h1 h1 {
	font-size: 12px;
}

.wrap_h1 .llc {
	font-size: 9px;
}

.wrap_h1 .llc:before {
	content: "";
	width: 23px;
	height: 21px;
	background-image: url(../images/dr/logo_company_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	display:inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.wrap_h1 .company_name {
	font-size: 14px;
}

.wrap_h1 .comcept {
	font-size: 24px;
	display: block;
	margin-top: 10px;
}

.main_ttl_h2 {
	display: none;
}

.wrap_txt {
	width: 90%;
	margin: 0 auto;
}

.txt_fb {
	font-size: 16px;
	font-weight: bold;
	color: #595757;
	text-align: center;
	margin: 20px 0;
}

/* slider */

.slider {
	padding: 0 5px 0 0;
}

.slider img { 
	width: 100%;
}

.slider div {
	margin: 0 5px;
}

/* points */
.wrap_four_points {
	background: url(../images/dr/points_bg_lg.jpg) no-repeat;
	background-size: cover;
	padding: 20px 0;
}

.wrap_four_points h2 {
	text-align: center;
	margin: 20px 0;
}


.wrap_four_points img {
	width: 50%;
}

.wrap_four_points figure {
	width: 50%;
	text-align: center;
	margin-bottom: 20px;
}

.wrap_point_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wrap_txt_points figure {
	width: 70%;
	margin: 10px auto;
	text-align: center;
}

/* case */
#case {
	background: url(../images/dr/case_bg_lg.jpg) no-repeat;
	background-position: bottom;
	background-size: contain;
	padding-bottom: 40px;
	position: relative;
	overflow: hidden;
}

#case:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 640px 50px 640px;
	border-color: transparent transparent #f6f7f1 transparent;
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
}

.wrap_ttl_case {
	position: relative;
}

.ttl_case_h2 {
	font-size: 18px;
	color: #3f2f1e;
	text-align: center;
	position: relative;
	margin: 20px 0;
	padding: 5px;
}

.ttl_case_h2:before {
	content: "";
	background: url(../images/dr/case_parentheses_left_sp.png) no-repeat;
	display: inline-block;
	background-size: contain;
	width: 9px;
	height: 42px;
	vertical-align: middle;
	margin-right: 5px;
}

.ttl_case_h2:after {
	content: "";
	background: url(../images/dr/case_parentheses_right_sp.png) no-repeat;
	display: inline-block;
	background-size: contain;
	width: 9px;
	height: 42px;
	vertical-align: middle;
	margin-left: 5px;
}

.sub_ttl_case{
	font-size: 10px;
	color: #ebca00;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
}

.wrap_contents_case {
	width: 90%;
	margin: 0 auto 40px;
}

.wrap_contents_case figure{
	text-align: center;

}

.bg_yellow {
	background: #ffdf02;
	border-radius: 40px;
	font-size: 15px;
	text-align: center;
	margin: 20px 0;
	padding: 5px;
}

.bg_yellow span{
	font-size: 12px;
}

.ttl_case_h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: center;
}
.txt_case {
	padding: 10px;
}

.txt_orange {
	color: #f39800;
	margin-top: 10px;
	padding: 10px;
}

.wrap_txt_case {
	background-color: rgba(255,255,255,0.6);
	padding: 5px;
}

/* interview */
#interview {
	background: #f6f7f1;
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}

#interview:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 640px 50px 640px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
}

.wrap_interview_total {
	width: 90%;
	margin: 0 auto 20px;
}

.wrap_interview_total figure{
	text-align: center;
}

.inner_contents_interview {
	padding: 5% 0;
}

.ttl_interview_h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.interview_txt_h2 {
	text-align: center;
}

.wrap_contents_interview {
	background: #fff;
	border: 1px solid #b4b4b4;
	border-radius: 5px;
	margin-bottom: 40px;
}

.ttl_interview_h4 {
	font-size: 14px;
	font-weight: bold;
}

.wrap_interview_name {
	display: flex;
	justify-content: space-between;
	background: #3f2f1e;
	color: #fff;
	padding-top: 1px;
	margin: 10px 0;
}

.bg_brown_interview {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 50%;
	height: 20px;
	padding: 0 5%;
	font-size: 11px;
}

.bg_yellow_interview {
	width: 50%;
	color: #3f2f1e; 
	position: relative;
	background: #ffdf02;
	height: 20px;
	line-height: 20px;
	position: relative;
	text-align: center;
}

.bg_yellow_interview:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #3f2f1e transparent transparent transparent;
}

.interview_header {
	width: 90%;
	margin: 0 auto;
}

.wrap_interview_header_img {
	margin: 10px 0;
}

.wrap_interview_btn {
	background: #eaeaea;
	text-align: center;
	padding: 5px;
}

.wrap_interview_btn:hover {
	cursor: pointer;
}

.fa-chevron-circle-down {
	color: #3f2f1e;
	font-size: 16px;
}

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

.interview_main {
	width: 90%;
	margin: 0 auto;
}

.wrap_interview_main_txt {
	margin: 20px 0;
}

.ttl_interview_h5 {
	font-size: 12px;
	font-weight: bold;
}

.interview_answer_name {
	position: relative;
}

.interview_answer_name:after {
	content: "";
	position: absolute;
	border-bottom: 1px dashed #333;
	width: 80%;
	height: 1px;
	top: 50%;
	right: 0;
}

.wrap_interview_main_img figure {
	margin-bottom: 10px;
}

.dl_interview .open .fa-chevron-circle-down {
	transform: rotate(180deg);
	transition: 0.3s ;
}

/* human */
.ttl_human_h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.ttl_human_h2:after {
	content: "";
	display: block;
	width: 140px;
	height: 5px;
	background: #ffdf02;
	margin: 10px auto 0;
}

.wrap_contents_human {
	background: #eeeeee;
	padding-bottom: 20px;
}

.contents_human_left figure {
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	background-image: linear-gradient(180deg, #fff 42.5%, transparent 42.5%);
}

.wrap_human_name {
	display: none;
}

.wrap_human_txt {
	width: 90%;
	margin: 10px auto;
}

.wrap_human_txt p:last-child {
	margin-top: 10px;
}


/* faq */
.wrap_ttl_faq {
	position: relative;
}

.ttl_faq_h2 {
	font-size: 18px;
	color: #3f2f1e;
	text-align: center;
	position: relative;
	margin: 20px 0;
	padding: 5px;
	line-height: 50px;
}

.ttl_faq_h2:before {
	content: "";
	background: url(../images/dr/case_parentheses_left_sp.png) no-repeat;
	display: inline-block;
	background-size: contain;
	width: 9px;
	height: 42px;
	vertical-align: middle;
	margin-right: 20px;
}

.ttl_faq_h2:after {
	content: "";
	background: url(../images/dr/case_parentheses_right_sp.png) no-repeat;
	display: inline-block;
	background-size: contain;
	width: 9px;
	height: 42px;
	vertical-align: middle;
	margin-left: 20px;
}

.sub_ttl_faq{
	font-size: 10px;
	color: #ebca00;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
}

.wrap_contents_faq {
	width: 90%;
	margin: 0 auto;

}

.dl_ac {
	border-top: 1px solid #CCCDCE;
	padding: 20px 0;
}

.dl_ac:hover {
	cursor: pointer;
}

.dl_ac:nth-of-type(5) {
	border-bottom: 1px solid #CCCDCE;
}

.dl_ac:last-of-type {
	border-bottom: 1px solid #CCCDCE;
}

.wrap_al_ac_content {
	display: flex;
}

.wrap_answer {
	margin-top: 10px;
}

.faq_ttl {
	width: 70%;
}

.faq_icon_q,.faq_icon_a {
	width: 15%;
	display: flex;
}

.faq_icon_q span{
	background: #3f2f1e;
	color: #fff;
	width: 22px;
	height: 22px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	padding-left: 2px;
}

.faq_icon_a span {
	background: #ffdf02;
	color: #3f2f1e;
	width: 22px;
	height: 22px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	padding-left: 2px;
}

.dl_ac dt {
	position: relative;
}

.dl_ac dt.close:after,.dl_ac dt.open:after {
	position: absolute;
	top: 0;
	right: 5%;
	font-family: "Font Awesome 5 Free";
	content: "\f055";
	font-weight: 900;
	color: #3f2f1e;
	font-size: 18px;
	line-height: 1;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	background: #FFF;
}

.dl_ac dt.open::after {
	transform: rotate(45deg);
	transition: 0.3s ;
}

.wrap_faq_txt {
	width: 70%;
}

.contents_faq_txt {
	margin-bottom: 20px;
}


/* company */
#company {
	width: 100%;
	margin-bottom: 40px;
}

.wrap_ttl_company {
	position: relative;
}

.ttl_company_h2 {
	font-size: 18px;
	color: #3f2f1e;
	text-align: center;
	position: relative;
	margin: 20px 0;
	padding: 5px;
	line-height: 50px;
}

.ttl_company_h2:before {
	content: "";
	background: url(../images/dr/case_parentheses_left_sp.png) no-repeat;
	display: inline-block;
	background-size: contain;
	width: 9px;
	height: 42px;
	vertical-align: middle;
	margin-right: 20px;
}

.ttl_company_h2:after {
	content: "";
	background: url(../images/dr/case_parentheses_right_sp.png) no-repeat;
	display: inline-block;
	background-size: contain;
	width: 9px;
	height: 42px;
	vertical-align: middle;
	margin-left: 20px;
}

.sub_ttl_company{
	font-size: 10px;
	color: #ebca00;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
}

.wrap_contents_company {
	width: 90%;
	margin: 20px auto;
}

.wrap_contents_company dd {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.wrap_contents_company dt:first-child {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.wrap_contents_company dd {
	padding-left: 0.5em;
}

.wrap_access_map_txt {
	width: 90%;
	margin: 20px auto;
}

.gmap {
	position: relative;
	width: 100%;
	padding-top: 59.3%; /* = height ÷ width × 100 */
	overflow: hidden;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/* contact */
#contact{
	width: 100%;
	background: #eee;
	padding: 40px 0;
}

.wrap_ttl_contact {
	position: relative;
}

.ttl_contact_h2 {
	font-size: 18px;
	color: #3f2f1e;
	text-align: center;
	position: relative;
	margin: 20px 0;
	padding: 5px;
	line-height: 50px;
}

.ttl_contact_h2:before {
	content: "";
	background: url(../images/dr/case_parentheses_left_sp.png) no-repeat;
	display: inline-block;
	background-size: contain;
	width: 9px;
	height: 42px;
	vertical-align: middle;
	margin-right: 20px;
}

.ttl_contact_h2:after {
	content: "";
	background: url(../images/dr/case_parentheses_right_sp.png) no-repeat;
	display: inline-block;
	background-size: contain;
	width: 9px;
	height: 42px;
	vertical-align: middle;
	margin-left: 20px;
}

.sub_ttl_contact{
	font-size: 10px;
	color: #ebca00;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
}

.wrap_contact_tel {
	text-align: center;
	margin-bottom: 20px;
}

.wrap_contact_tel figure{
	width: 50%;
	margin: 0 auto 20px;
}

.wrap_contact_form {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}

.wrap_contact_form input {
	width: 100%;
	margin: 0;
	border: 1px solid #666666;
	padding: 5px;
}

.wrap_contact_form textarea {
	width: 100%;
	margin: 0;
	border: 1px solid #666666;
	padding: 5px;
}

.wrap_contact_form dt{
	border-top: 1px dotted #b4b4b4;
	padding: 10px 0 5px;
}

.wrap_contact_form dd{
	padding-bottom: 10px;
}

.contact_radio {
	display: flex;
	border-bottom: 1px dotted #b4b4b4;
}

.mwform-radio-field {
	margin-right: 10px;
}

.mwform-radio-field label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.mwform-radio-field label input{
	width: auto;
	cursor: pointer;
}

.contact_form_text {
	padding: 10px 0;
}

.contact_form_text span{
	color: #d5535e;
}

.contact_form_time_exsample {
	display: flex;
	justify-content: space-between;
}

.wrap_contact_form .border_none {
	border-top: none;
}

.btn input{
	background: #3f2f1e;
	color: #fff;
	border: none;
	margin-top: 20px;
	cursor: pointer;
}

.wrap_contact_form select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 50%;
	padding: 5px;
	border: 1px solid #000;
	border-radius: 0;
	background: #fff;
}


/* footer */
.wrap_footer {
	background: #3f2f1e;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	text-align: center;
	color: #fff;
}

.required {
	color: #F00;
	margin-left: 5px;
	font-size: 12px;
}


/* 
Last Updated: 2020-05-01
style_dr.css　お問い合わせ確認画面
---------------------------------------------- */
.wrap_contact_form_confirm .confirm_none {
	display: none;
}



/* 
Last Updated: 2020-05-01
style_dr.css　お問い合わせ完了画面
---------------------------------------------- */
.wrap_contents_form .wrap_contact_completed {
	width: 90%;
	margin: 0 auto;
}

.contact_completed_txt {
	background: #fff;
	border: 1px solid #b4b4b4;
	text-align: left;
	padding: 20px 2%;
	margin: 20px 0;
	line-height: 2;
}


/******************** 769px~ *********************/
@media screen and (min-width: 769px) {

	/* 
	Last Updated: 2020-05-01
	style_dr.css
	---------------------------------------------- */
	body {
		font-size: 16px;
		line-height: 1.6;
	}

	.sp {
		display: none;
	}

	.pc {
		display: block;
	}


	/* header */
	#header {
		position: relative;
		background: url(../images/dr/header_bg_pc_lg.jpg) no-repeat;
		background-size: cover;
		height: 800px;
	}

	.wrap_header_navber {
		display: flex;
		justify-content: flex-end;
	}

	.header_navber {
		width: 450px;
		background: none;
	}

	.wrap_tel_top {
		font-size: 24px;
		width: 100%;
		padding: 10px;
		display: flex;
	}

	.txt_tel {
		display: flex;
		align-items: center;
	}

	.txt_tel img{
		margin-right: 5px;
		width: 30px;
		height: 20px;
	}

	.btn_tel {
		position: static;
		margin-left: 10px;
		display: flex;
		align-items: center;
	}

	.btn_tel a {
		display: flex;
		align-items: center;
	}

	.btn_tel img{
		width: 170px;
	}

	.wrap_tel_under {
		width: 100%;
		font-size: 14px;
		color: #3f2f1e;
	}

	.header_main {
		background: none;
		height: auto;
	}

	.wrap_h1 {
		width: 100%;
		max-width: 780px;
		padding: 20px 0;
		position: static;
		top: 0;
		left: 0;
		transform: none;
		margin-top: 100px;
	}

	.wrap_h1 h1 {
		font-size: 28px;
	}

	.wrap_h1 .llc {
		font-size: 21px;
	}

	.wrap_h1 .llc:before {
		width: 50px;
		height: 45px;
		background-image: url(../images/dr/logo_company_pc.png);
		margin-right: 5px;
	}

	.wrap_h1 .company_name {
		font-size: 32px;
	}

	.wrap_h1 .comcept {
		font-size: 60px;
	}

	.main_ttl_h2 {
		display: block;
		text-align: center;
		font-size: 24px;
		margin: 50px 0 30px;;
	}

	.wrap_txt {
		width: 100%;
		text-align: center;
	}

	.txt_fb {
		font-size: 30px;
		margin: 70px 0 50px;
	}

	/* slider */

	.slider li img {
		width: 178px;
	}

	/* points */
	.wrap_four_points {
		background: url(../images/dr/points_bg_pc_lg.jpg) no-repeat;
		background-size: cover;
		padding: 20px 0;
	}

	.wrap_four_points h2 {
		text-align: center;
		margin: 50px 0;
	}

	.wrap_four_points h2 img {
		width: 100%;
		max-width: 320px;
	}

	.wrap_four_points img {
		width: 100%;
	}

	.wrap_four_points figure {
		width: calc(50% - 20px);
		text-align: center;
		margin-bottom: 20px;
	}

	.wrap_point_item {
		width: 100%;
		max-width: 770px;
		margin: 0 auto;
	}

	.wrap_txt_points {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
	}

	.wrap_txt_points figure {
		width: 100%;
		max-width: 475px;
		margin: 100px 0 0;
	}

	/* case */
	#case {
		background: url(../images/dr/case_bg_pc_lg.jpg) no-repeat;
		padding-bottom: 200px;
	}

	#case:after {
		border-width: 0 1000px 100px 1000px;
	}

	.wrap_ttl_case {
		position: relative;
	}

	.ttl_case_h2 {
		font-size: 30px;
		margin: 100px 0;
		padding: 10px;
		line-height: 20px;
	}

	.ttl_case_h2:before {
		background: url(../images/dr/case_parentheses_left_pc.png) no-repeat;
		width: 15px;
		height: 68px;
		margin-right: 15px;
	}

	.ttl_case_h2:after {
		background: url(../images/dr/case_parentheses_right_pc.png) no-repeat;
		width: 15px;
		height: 68px;
		margin-left: 15px;
	}

	.sub_ttl_case{
		font-size: 16px;
	}

	.wrap_contents_case {
		width: 100%;
		max-width: 980px;
		margin: 0 auto 40px;
		display: flex;
		justify-content: space-between;
		background-color: #fff;
		padding: 20px;
	}

	.wrap_contents_case figure{
		text-align: center;
		width: 48%;
	}

	.wrap_txt_case {
		background-color: transparent;
		padding: 0;
		width: 48%;
	}

	.bg_yellow {
		font-size: 20px;
		margin: 0;
		padding: 0;
	}

	.bg_yellow span{
		font-size: 16px;
	}

	.ttl_case_h3 {
		font-size: 20px;
		margin: 10px 0;
		text-align: left;
	}

	.txt_case {
		padding: 0;
	}

	.txt_orange {
		margin-top: 10px;
		padding: 0;
	}



	/* interview */
	#interview {
		padding-bottom: 200px;
	}

	#interview:after {
		border-width: 0 1000px 100px 1000px;
	}

	.wrap_interview_total {
		width: 100%;
		max-width: 980px;
		margin: 0 auto 20px;
	}

	.wrap_interview_header_img {
		width: 48%;
	}

	.inner_contents_interview {
		padding: 0;
	}

	.ttl_interview_h2 {
		font-size: 30px;
	}

	.interview_txt_h2 {
		margin: 50px 0;
	}

	.interview_header {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		padding: 20px;
	}

	.wrap_interview_header_txt {
		width: 48%;
	}

	.ttl_interview_h4 {
		font-size: 16px;
	}

	.wrap_interview_name {
		margin: 15px 0;
	}

	.bg_brown_interview {
		height: 24px;
		padding: 0 10px;
		font-size: 16px;
	}

	.bg_yellow_interview {
		height: 24px;
		line-height: 24px;
	}

	.bg_yellow_interview:before {
		border-width: 24px 24px 0 0;
	}

	.interview_header {
		width: 100%;
		margin: 0 auto;
	}

	.wrap_interview_header_img {
		margin: 0;
	}

	.wrap_interview_btn {
		padding: 5px;
	}

	.fa-chevron-circle-down {
		color: #3f2f1e;
		font-size: 24px;
	}

	.interview_main {
		width: 100%;
		padding: 20px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.interview_main_left {
		width: 47%;
	}

	.interview_main_right {
		width: 47%;
	}

	.wrap_interview_main_txt {
		margin: 20px 0;
	}

	.ttl_interview_h5 {
		font-size: 16px;
	}

	.interview_answer_name:after {
		width: 80%;
	}

	.wrap_interview_main_img {
		display: flex;
		justify-content: space-between;
	}

	.wrap_interview_main_img figure {
		margin-bottom: 0;
	}

	.wrap_interview_main_img img {
		width: 98%;
	}

	.wrap_interview_header_comming_soon {
		width: 48%;
	}

	/* human */
	.ttl_human_h2 {
		font-size: 36px;
		text-align: center;
		margin-bottom: 80px;
	}

	.ttl_human_h2:after {
		width: 270px;
		height: 5px;
		margin: 10px auto 0;
	}

	.wrap_contents_human {
		padding-bottom: 100px;
		background: transparent;
		position: relative;
	}

	.wrap_contents_human:after {
		content: "";
		position: absolute;
		width: 90%;
		height: 640px;
		background: #EEE;
		bottom: 0;
		right: 0;
		z-index:-1;
	}

	.inner_contents_human {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
	}

	.contents_human_left {
		width: 48%;
	}

	.contents_human_right {
		width: 48%;
	}

	.contents_human_left figure {
		max-width: 100%;
		margin: -50px 0 0;
		background-image: none;
	}

	.wrap_human_name {
		display: block;
	}

	.human_name {
		font-weight: bold;
		text-align: right;
		margin: 40px 0;
	}

	.human_name span{
		font-size: 30px;
		margin-left: 20px;
	}

	.wrap_human_name figure{
		text-align: right;
	}

	.wrap_human_name img{
		width: 50%;
	}

	.wrap_human_txt {
		width: 100%;
		margin: 10px auto;
	}

	.wrap_human_txt p:last-child {
		margin-top: 70px;
	}


	/* faq */
	#faq {
		margin-bottom: 100px;
	}

	.wrap_ttl_faq {
		position: relative;
		margin: 100px 0;
	}

	.ttl_faq_h2 {
		font-size: 30px;
		margin: 30px 0;
		padding: 10px;
		line-height: 20px;
	}

	.ttl_faq_h2:before {
		background: url(../images/dr/case_parentheses_left_pc.png) no-repeat;
		width: 15px;
		height: 68px;
		margin-right: 15px;
	}

	.ttl_faq_h2:after {
		background: url(../images/dr/case_parentheses_right_pc.png) no-repeat;
		width: 15px;
		height: 68px;
		margin-left: 15px;
	}

	.sub_ttl_faq{
		font-size: 16px;
	}

	.wrap_contents_faq {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		position: relative;
	}

	.wrap_contents_faq:after {
		position: absolute;
		content: "";
		display: inline-block;
		background: url(../images/dr/logo_question.png) no-repeat;
		background-size: contain;
		width: 296px;
		height: 152px;
		top: -220px;
		right: 0;
		z-index:-1;
	}

	.wrap_al_ac_content {
		display: flex;
	}

	.wrap_answer {
		margin-top: 20px;
	}

	.faq_ttl {
		width: 70%;
	}

	.faq_icon_q,.faq_icon_a {
		width: 5%;
	}

	.dl_ac dt.close:after,.dl_ac dt.open:after {
		font-size: 20px;
	}

	.wrap_faq_txt {
		width: 85%;
	}

	.contents_faq_txt {
		margin-bottom: 20px;
	}

	.wrap_contact_form select {
		padding: 10px;
	}


	/* company */
	#company {
		width: 100%;
		margin-bottom: 40px;
	}

	.ttl_company_h2 {
		font-size: 30px;
		margin: 90px 0;
		padding: 10px;
		line-height: 20px;
	}

	.ttl_company_h2:before {
		background: url(../images/dr/case_parentheses_left_pc.png) no-repeat;
		width: 15px;
		height: 68px;
		margin-right: 15px;
	}

	.ttl_company_h2:after {
		background: url(../images/dr/case_parentheses_right_pc.png) no-repeat;
		width: 15px;
		height: 68px;
		margin-left: 15px;
	}

	.sub_ttl_company{
		font-size: 16px;
	}

	.wrap_contents_company {
		width: 100%;
		max-width: 980px;
		margin: 70px auto;
		font-size: 18px;
	}

	.wrap_contents_company dl {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}	
	
	.wrap_contents_company dt:first-child,.wrap_contents_company dd:nth-child(2) {
		border-top: 1px solid #ddd;
		padding-top: 30px;
	}

	.wrap_contents_company dt {
		width: 20%;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ddd;
	}

	.wrap_contents_company dd {
		width: 80%;
		padding-left: 0;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}



	.wrap_access_map_txt {
		width: 100%;
		max-width: 980px;
		margin: 20px auto;
		font-size: 18px;
	}

	.wrap_gmap {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		font-size: 18px;
	}

	.gmap {
		margin-bottom: 40px;
	}

	/* contact */
	#contact{
		width: 100%;
		background: #eee;
		padding: 50px 0 100px;
	}

	.ttl_contact_h2 {
		font-size: 30px;
		margin: 90px 0;
		padding: 10px;
		line-height: 20px;
	}

	.ttl_contact_h2:before {
		background: url(../images/dr/case_parentheses_left_pc.png) no-repeat;
		width: 15px;
		height: 68px;
		margin-right: 15px;
	}

	.ttl_contact_h2:after {
		background: url(../images/dr/case_parentheses_right_pc.png) no-repeat;
		width: 15px;
		height: 68px;
		margin-left: 15px;
	}

	.sub_ttl_contact{
		font-size: 16px;
	}

	.wrap_contact_tel {
		text-align: center;
		padding-top: 40px;
		margin-bottom: 20px;
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		font-size: 16px;
		background: #fff;
		border: 1px solid #b4b4b4;
		border-bottom: none;
	}

	.wrap_contact_form	{
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		font-size: 16px;
	}

	.wrap_contact_form	dl{
		background: #fff;
		border: 1px solid #b4b4b4;
		border-top: none;
		border-bottom: none;
		padding: 60px;
	}

	.wrap_contact_form input {
		padding: 10px;
		font-size: 16px;
	}

	.wrap_contact_form textarea {
		padding: 10px;
		font-size: 16px;
	}

	.wrap_contact_form dt{
		padding: 0;
		width: 25%;
		border-top: none;
	}

	.wrap_contact_form dd{
		padding-bottom: 0;
		width: 75%;
		border-bottom: none;
	}

	.contact_radio {
		display: flex;
		border-bottom: 1px dotted #b4b4b4;
	}

	.mwform-radio-field {
		margin-right: 20px;
		font-size: 16px;
	}

	.mwform-radio-field label {
		display: flex;
		align-items: center;
	}

	.mwform-radio-field label input{
		width: auto;
		margin-right: 10px;
	}

	.contact_form_text {
		padding: 10px 60px;
		background: #fff;
		border-right: 1px solid #b4b4b4;
		border-left: 1px solid #b4b4b4;
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		font-size: 16px;
	}

	.contact_form_time_exsample {
		display: block;
	}

	.contact_form_time_exsample span {
		display: block;
	}

	.wrap_contact_form .border_none {
		border-top: none;
	}

	.wrap_contact_form form dl:nth-child(3) {
		border-bottom: 1px solid #b4b4b4;
	}

	.btn {
		text-align: center;
	}

	.btn input{
		width: 300px;
		margin: 40px 0;
		height: 50px;
		font-size: 20px;
	}

	.contact_flex {
		display: flex;
		align-items: center;
		border-top: 1px dotted;
		padding: 30px 0;
	}

	.contact_flex:nth-child(6) {
		align-items: flex-start;
	}

	.contact_flex:nth-child(7) {
		border-bottom: 1px dotted;
	}

	.contact_flex:last-child {
		border-bottom: 1px dotted;
	}

	/* footer */
	.wrap_footer {
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}


	/* 
	Last Updated: 2020-05-01
	style_dr.css　お問い合わせ確認画面
	---------------------------------------------- */

	.wrap_contact_form_confirm .contact_flex {
		justify-content: space-between;
		font-size: 16px;
	}

	.wrap_contact_form_confirm .confirm_dr dd {
		width: 75%;
	}


	/* 
	Last Updated: 2020-05-01
	style_dr.css　お問い合わせ完了画面
	---------------------------------------------- */
	.wrap_contents_form .wrap_contact_completed {
		border-bottom: 1px solid #b4b4b4;
	}

	.wrap_contents_form .wrap_contact_completed {
		width: 90%;
		margin: 0 auto;
	}

	.contact_completed_txt {
		background: transparent;
		border: none;
		text-align: center;
		padding: 0;
		margin: 80px 0;
		line-height: 2;
	}





}

