@charset "utf-8";

* {
	box-sizing: border-box;
}
body {
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	background-image: url(../images/common_bg.jpg);
	background-size: contain;
	line-height: 1.75;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
address {
	font-style: normal;
}
h1,h2,h3,dl,dd {
	margin: 0;
}
section {
	margin: 15rem 0;
}
main section:nth-of-type(1) {
	margin-top: 10rem;
}
iframe {
	max-width: 100%;
	display: block;
}

/* common */
.red {
	color: #FF0000;
}
.inner {
	margin: auto;
	padding: 0 2rem;
	box-sizing: content-box;
	max-width: 1200px;
}
.common_btn {
	display: inline-block;
	padding: 1rem 3rem;
	font-size: 20px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	border: 1px solid #333;
	background-color: #333333;
	cursor: pointer;
	transition: all 0.35s;
}
.common_btn:hover {
	background-color: rgba(255,255,255,0.75);
	color: #333;
}
.common_title_l{
	margin-bottom: 6rem;
	text-align: center;
	font-size: 48px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.25;
	color: #1c4456;
}
.common_title_l span {
	display: inline-block;
	padding: 0 2rem;
	background-image: url(../images/common_title_line.png);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}
.common_title_m {
	background-image: url(../images/icon_dot.svg);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: left top 0.5em;
	margin-bottom: 3rem;
	padding-left: 1.25em;
	font-size: 32px;
	font-family: 'Noto Serif JP', serif;
}
.common_title_m img {
	margin-right: .5rem;
}
.common_dl_table > dl {
	display: flex;
	align-items: flex-start;
	margin: 0;
	padding: 1.5rem 2rem;
	border-top: 1px solid #ccc;
}
.common_dl_table > dl:last-child {
	border-bottom: 1px solid #ccc;
}
.common_dl_table > dl dt {
	width: 28%;
	flex-shrink: 0;
	margin-right: 2rem;
}
.common_dl_table > dl dd {
	flex-grow: 1;
}
.common_dl_table > dl dd p {
	margin: 0;
}
.common_dl_table > dl dd p:nth-child(n+2) {
	margin-top: 1.5rem;
}
.common_dl_table > dl dd ul:nth-child(n+2) {
	margin: 1.5rem 0 0;
}
.common_dl_table > dl dd ul li::before {
	content: "●";
	margin-right: 0.25em;
}
.common_dl_table > dl dd ul li {
	text-indent: -1.25em;
	padding-left: 1.25em;
}
.common_dl_table > dl dd ul li:nth-child(n+2) {
	margin-top: 0.25rem;
}
/*title*/
.contents_header {
	background-image: url(../images/contact_header.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6rem 2rem;
}
.contents_header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-color: rgba(255,255,255,0.6);*/
}
.contents_header_title {
	font-size: 2.5vw;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	color: #ffffff;
	text-shadow: 1px 2px 1px #333333;
}
/*.contents_header_title::before,
.contents_header_title::after {
	content: "";
	background-color: #333;
	position: absolute;
	height: 2px;
	width: 2em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.contents_header_title::before {
	left: calc(100% + 1em);
}
.contents_header_title::after {
	right: calc(100% + 1em);
}*/


.contents_header1 {
	background-image: url(../images/contact_header1.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6rem 2rem;
}
.contents_header1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-color: rgba(255,255,255,0.6);*/
}
.contents_header1_title {
	font-size: 2.5vw;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}
/*.contents_header1_title::before,
.contents_header1_title::after {
	content: "";
	background-color: #333;
	position: absolute;
	height: 2px;
	width: 2em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.contents_header1_title::before {
	left: calc(100% + 1em);
}
.contents_header1_title::after {
	right: calc(100% + 1em);
}*/
.contents_header2 {
	background-image: url(../images/contact_header2.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6rem 2rem;
}
.contents_header2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-color: rgba(255,255,255,0.10);*/
}
.contents_header2_title {
	font-size: 2.5vw;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	color: #ffffff;
	text-shadow: 1px 2px 1px #333333;
}
/*.contents_header2_title::before,
.contents_header2_title::after {
	content: "";
	background-color: #333;
	position: absolute;
	height: 2px;
	width: 2em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.contents_header2_title::before {
	left: calc(100% + 1em);
}
.contents_header2_title::after {
	right: calc(100% + 1em);
}*/


/**bread**/
.breadcrumbs {
	display: flex;
		align-items: center;
	margin-top: 1rem;
	font-size: 14px;
}
.breadcrumbs a {
	cursor: pointer;
	text-decoration: underline;
}
.breadcrumbs a:hover {
	opacity: .8;
}
.breadcrumbs span {
	margin: 0 .25rem;
	width: 1em;
	font-size: 18px;
	line-height: 1;
	text-align: center;
}
.breadcrumbs p {
	margin: 0;
}

/* header */

.header_inner {
	padding: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_left {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header_logo {
	margin-right: 1rem;
	width: 200px;
}
.header_subtitle {
	font-size: 14px;
}
.header_nav {
	display: flex;
	align-items: center;
}
.header_nav_ul {
	margin-right: 3rem;
	display: flex;
}
.header_nav_ul li:nth-child(n+2) {
	margin-left: 2rem;
}
.header_nav_ul li a {
	color: #333333;
	font-family: 'Noto Serif JP', serif;
}
.header_nav a:hover,
body.top .header_nav_top a,
body.day .header_nav_day a,
body.support .header_nav_support a,
body.seiji .header_nav_seiji a,
body.faq .header_nav_faq a,
body.recruit .header_nav_recruit a {
	border-bottom: 1px solid;
}
.header_phone_icon,
.header_contact_icon,
.header_nav_toggle {
	display: none;
}

/* top */
.top_mv {
	position: relative;
	margin: 0;
}
.top_mv_img {
	width: 100%;
}
.top_mv_logo {
	position: absolute;
	left: 3.33333vw;
	bottom: 3.33333vw;
	width: 22.21875vw;
}
.top_mv_text {
	position: absolute;
	right: 3.33333vw;
	bottom: 3.33333vw;
	color: #fff;
	text-align: right;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.35);
	font-size: 2.5vw;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.14em;
	font-family: 'Noto Serif JP', serif;
}
.top_read_text {
	font-size: 24px;
	line-height: 2.5;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.top_read_text p {
	margin: 0;
}
.top_read_text p:nth-child(1) {
	margin-bottom: 3rem;
}
.top_gallery_sec .top_gallery {
	padding: 0 1.5rem;
	margin-bottom: 6rem;
	visibility: hidden;
	opacity: 0;
}
.top_gallery_sec .top_gallery.slick-initialized {
	visibility: visible;
	opacity: 1;
}
.top_gallery_sec .top_gallery_item {
	margin: 0 0.5rem;
	outline: none;
}
.top_gallery_img {
	position: relative;
}
.top_gallery_img::before {
	content: "";
	padding-top: 100%;
	display: block;
	top: 0;
}
.top_gallery_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.top_gallery_text {
	margin: 1rem 1rem 0;
}
.top_gallery_text b {
	display: block;
}
.top_gallery_controls {
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_gallery_prev,
.top_gallery_next {
	cursor: pointer;
}
.top_gallery_dots .slick-dots {
	position: static;
	width: auto;
	margin: 0 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_links {
	display: flex;
	flex-wrap: wrap;
}
.top_links li {
	width: 51.5%;
}
.top_links li:nth-child(2),
.top_links li:nth-child(5) {
	margin-left: -3%;
}
.top_links li:nth-child(3) {
	width: 100%;
}
.top_links li:nth-child(n+3) {
	margin-top: 1.5rem;
}
.top_links a {
	display: block;
	position: relative;
	font-size: 32px;
	color: #fff;
	transition: color 0.35s;
}
.top_links a:hover {
	color: inherit;
}
.top_links_image .normal {
	position: relative;
	opacity: 1;
	visibility: visible;
	transition: all 0.35s;
}
.top_links a:hover .top_links_image .normal {
	opacity: 0;
	visibility: hidden;
}
.top_links_image .hover {
	position: absolute;
	top: 0;
	left: 0;
}
.top_links_title,
.top_links_text {
	position: absolute;
	display: block;
}
.top_links_title {
	top: 2rem;
	left: 2rem;
	font-family: 'Noto Serif JP', serif;
}
.top_links_text {
	left: 2rem;
	right: 2rem;
	bottom: 2rem;
	font-size: 0.625em;
}
.top_links li:nth-child(2) .top_links_title,
.top_links li:nth-child(2) .top_links_text,
.top_links li:nth-child(5) .top_links_title,
.top_links li:nth-child(5) .top_links_text {
	left: 4.5rem;
}
.top_apply_lead_text {
	text-align: center;
	margin: 0 0 2rem;
}
.top_apply {
	margin-bottom: 6rem;
}
.top_apply_link {
	text-align: center;
}
.top_news_flex {
	display: flex;
	justify-content: space-between;
}
.top_news_flex_left {
	flex-grow: 1;
}
.top_news_flex_right {
	width: 37.5%;
	flex-shrink: 0;
	margin-left: 4rem;
}
.top_news_flex_left .common_title_l{
	margin-bottom: 6rem;
	text-align: left;
}
.top_news_flex_left .common_title_l span {
	padding-left: 0;
}
.top_news_list li {
	display: flex;
}
.top_news_list li:nth-child(n+2) {
	margin-top: 2rem;
}
.top_news_list li p {
	margin: 0 0 0 4rem;
}
.top_about_flex {
	display: flex;
	justify-content: space-between;
}
.top_about_flex_left,
.top_about_flex_right {
	width: calc(50% - 2rem);
}
.top_about_flex_left {
	position: relative;
}
.top_about_flex_right .common_title_l{
	margin-bottom: 6rem;
	text-align: left;
}
.top_about_flex_right .common_title_l span {
	padding-left: 0;
}
.top_about_map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* footer */

.footer {
	border-top: 2px solid #333;
	padding: 6rem 0;
}
.footer_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
}
.footer_flex_left {
	display: flex;
	align-items: flex-end;
}
.footer_logo {
	margin-right: 2rem;
	max-width: 80px;
}
.footer_text h4 {
	margin: 0 0 1rem;
	font-weight: normal;
}
.footer_text address {
	font-size: 16px;
}
.footer_links {
	display: flex;
	justify-content: flex-end;
	line-height: 1;
}
.footer_links:first-child {
	margin-bottom: 1.5rem;
}
.footer_links li:nth-child(n+2) {
	margin-left: 2rem;
}
.footer_copyright {
	font-size: 14px;
	display: block;
	text-align: right;
}

/* contact */

body.contact .contents_header {
	background-image: url(../images/contact_header.jpg);
}
.contact_sec {
	text-align: center;
}
.contact_sec .common_title_m {
	display: inline-block;
}
.contact_tel {
	margin: 0 0 8rem;
	font-size: 48px;
	color: #111;
	line-height: 1.5;
}
.contact_tel a {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}
.contact_tel span {
	display: block;
	font-size: 0.375em;
}
.contact_center_p {
	margin: 0;
	text-align: center;
}
.contact_form [type=text],
.contact_form [type=email],
.contact_form [type=tel],
.contact_form select,
.contact_form textarea {
	-webkit-appearance: none;
	border: 1px solid #ccc;
	padding: 1rem;
	font-size: 16px;
	max-width: 100%;
}
.contact_form textarea {
	width: 100%;
	height: 140px;
}
.contact_form [type=checkbox],
.contact_form [type="radio"] {
	margin-right: 0.75em;
	width: 1.5em;
	height: 1.5em;
	vertical-align: text-bottom;
	display: inline-flex;
}
.contact_form_wrap {
	background-color: #fff;
	margin-bottom: 3rem;
	padding: 4rem;
	text-align: left;
}
.contact_dl {
	display: flex;
	align-items: flex-start;
}
.contact_dl:nth-child(n+2) {
	margin-top: 4rem;
}
.contact_dl dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 22.25%;
	min-width: 12em;
	flex-shrink: 0;
}
.contact_required {
	background-color: #910707;
	color: #fff;
	font-size: 0.777777777777778em;
	padding: 0 0.57em;
}
.contact_dl dd {
	margin-left: 6rem;
	flex-grow: 1;
}
.contact_labels {
	display: flex;
	flex-direction: column;
}
.contact_labels label:nth-child(n+2) {
	margin-top: 0.75rem;
}
.contact_select {
	position: relative;
	display: inline-block;
}
.contact_select select {
	padding: 1rem 3rem 1rem 1rem;
}
.contact_select .fas {
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1em;
	pointer-events: none;
}
.contact_age {
	margin-left: 1rem;
}
.contact_name {
	margin-right: 1rem;
}
.contact_name:nth-of-type(n+2) {
	margin-left: 1rem;
}
.contact_address > div {
	display: flex;
	align-items: center;
}
.contact_address > div:nth-child(n+2) {
	margin-top: 1rem;
}
.contact_address > div span {
	width: 11em;
	margin-right: 1rem;
	flex-shrink: 0;
}
.contact_notice {
	font-size: 14px;
	margin: 0;
}
.contact_privacy {
	margin: 3rem 0 4rem;
	background-color: #fff;
	padding: 4rem;
}
.contact_privacy_title {
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	margin-bottom: 3rem;
}
.contact_privacy_wrap {
	max-height: 240px;
	overflow-y: scroll;
	padding: 1rem;
	border: 1px solid #ccc;
	text-align: left;
}
.contact_privacy_wrap h5 {
	margin: 1em 0 0.5em;
	font-size: inherit;
}
.contact_privacy_wrap p {
	margin: 0;
}
.contact_check_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3rem;
}
.contact_check_wrap .contact_required {
	margin-left: 1rem;
}
.common_btn_wrapper .common_btn {
	border: 0;
	margin: 0 1rem;
}
.common_btn_wrapper .common_btn.back {
	background-color: #aaa;
}
.contact_form_confirm_msg {
	margin: 0 0 3rem;
}
.contact_form_wrap.confirm {
	text-align: center;
}
.contact_form_error {
	color: #dd0000;
}
.contact_form_confirm {
	border-collapse: collapse;
	margin: auto;
	text-align: left;
}
.contact_form_confirm tr:nth-child(2n-1) {
	background-color: #f5f5f5;
}
.contact_form_confirm th,
.contact_form_confirm td {
	padding: 0.5rem 2rem;
}


/* faq */

.faq_flex {
	display: flex;
}
.faq_flex ul {
	flex-shrink: 0;
	margin-right: 2rem;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
}
.faq_accordion {
	font-size: 20px;
}
.faq_accordion dl {
	border-top: 1px solid #ccc;
}
.faq_accordion dl:last-child {
	border-bottom: 1px solid #ccc;
}
.faq_accordion dl dt {
	cursor: pointer;
	color: #4291b5;
	font-weight: bold;
}
.faq_accordion dl dt,
.faq_accordion dl dd {
	position: relative;
	padding: 1rem 1rem 1rem 3rem;
}
.faq_accordion dl dt::before {
	content: 'Q';
}
.faq_accordion_a {
	position: relative;
}
.faq_accordion_a::before {
	content: 'A';
}
.faq_accordion dl dt::before,
.faq_accordion_a::before {
	position: absolute;
	left: 0;
	line-height: 1;
	margin: auto;
	color: #4291b5;
	font-size: 26px;
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	font-weight: normal;
}
.faq_accordion dl dd {
	display: none;
}
.faq_flow_li {
	position: relative;
	margin-bottom: 6rem;
	padding-left: 7.75rem;
}
.faq_flow_li:last-child::before {
	bottom: 0;
}
.faq_flow_text {
	padding-top: 2rem;
}
.faq_flow_text dd {
	font-size: 20px;
}
.faq_flow_necessary ul {
	margin-left: 1rem;
	font-size: 20px;
	list-style: inside;
}
.faq_flow_li::before {
	content: '';
	position: absolute;
	width: 2px;
	top: 0;
	left: 90px;
	bottom: 0;
	background-color: #6DA48F;
}
.faq_flow_li::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 12px 0 12px;
	border-color: #6da48f transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 78.5px;
}
.faq_flow_li:last-child::after {
	display: none;
}
.faq_flow_li h3 {
	position: absolute;
	bottom: 100%;
  left: 0;
  font-size: 20px;
  padding: 1rem;
  width: 9em;
  text-align: center;
  background-color: #6DA48F;
  color: #fff;
  border-radius: 0.5em;
}
.faq_flow_text dl.orange {
  background-color: #ECB664;
  border-color: #ECB664;
}
.faq_flow_text dl.blue {
  border-color: #AFB4D4;
  background-color: #AFB4D4;
}
.faq_flow_text dl {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border: 2px solid;
  border-radius: 8px;
}
.faq_flow_text dl.orange dt {
  color: #fff;
  background-color: #E59A37;
}
.faq_flow_text dl.blue dt {
  background-color: #8D99C8;
}
.faq_flow_text dt {
  font-size: 20px;
  margin-bottom: .5rem;
  line-height: 1;
  padding: 0.25em 1em;
  font-weight: normal;
  border: 1px solid;
  border-radius: 0.5em;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.15em;
}
.faq_flow_necessary {
  padding: .75rem 1rem;
  border: 1px solid #555;
  background-color: #f3f3f3;
  border-radius: 8px;
  margin-bottom:15px;
}
.faq_flow_necessary h4 {
  margin: 0 0 .5rem;
  background-color: #F8CD46;
  font-size: 20px;
  line-height: 1;
  padding: 0.25em 1em;
  border-radius: 0.5em;
  display: inline-block;
  font-weight: bold;
}


/* support */

.concept_wrap {
	background-image: url(../images/paper_bg.jpg);
	background-size: contain;
	border-radius: 1rem;
	padding: 3rem 2rem;
	text-align: center;
}
.concept_wrap .common_title_l {
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin-bottom: 3rem;
}
.concept_wrap .common_title_l span {
	background: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	border-bottom: 2px solid;
	text-shadow: -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff;
	padding: 0 1rem;
	color: #6DA48F;
}
.concept_p {
	text-align: center;
	font-size: 20px;
}
.concept_p span {
	display: block;
}
.concept_p b {
	font-size: 1.35em;
	color: #222;
}
.concept_p i {
	font-style: normal;
	display: block;
}
.common_title_small {
	display: inline-block;
	font-style: normal;
	font-size: .6em;
}
.common_title_l span b {
	display: block;
}
.support_text:first-of-type {
	margin-bottom: 5rem;
}
.support_text h3 {
	margin-bottom: 2rem;
	padding-left: 1rem;
	font-size: 28px;
	line-height: 1.2;
	color: #4C7769;
	border-left: 8px solid #4C7769;
	font-weight: normal;
}
.support_img {
	margin: 0 auto 8rem;
}
.support_img_wrap {
	margin: auto;
	width: 70%;
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/support_bg_04.png);
}
.support_img_01,
.support_img_03 {
	max-width: 300px;
}
.support_img_01 {
	margin: auto;
}
.support_img_02 {
	max-width: 350px;
}
.support_img_wrap ul {
	display: flex;
		justify-content: space-between;
	margin-top: 9.5rem;
}
.support_figure_wrap {
	margin: 0 auto 8rem;
}
.support_figure {
	max-width: 530px;
	padding: 2rem;
	border-radius: 10px;
	background-size: cover;
	background-repeat: no-repeat;
}
.figure_01 {
	margin: auto;
	background-image: url(../images/support_bg_01.png);
}
.figure_02 {
	background-image: url(../images/support_bg_02.png);
}
.figure_03 {
	background-image: url(../images/support_bg_03.png);
}
.support_figure_img {
	width: 33%;
	margin: auto;
}
.support_flex_ul {
	display: flex;
	justify-content: space-between;
}
.support_figure h3 {
	display: inline-block;
	/*margin-bottom: 1rem;*/
	padding: 0 1rem;
	border-radius: 16px;
	background-color: #fff;
	-webkit-border-radius:;
	-moz-border-radius:;
	-ms-border-radius:;
	-o-border-radius:;
}
.support_figure.figure_01 h3 {
	color: #9498b5;/*#9498b5*/
}
.support_figure.figure_01 h4 {
	color: #3A416A;
	margin-bottom: 1rem;
	padding: 0 0.5rem;
	border-bottom: 2px solid #3A416A;
	font-size: 18px;
}
.support_figure.figure_01 p span {
	color: #3A416A;
	font-weight: 700;
}
.support_figure.figure_02 h3 {
	color: #AA5726;
}
.support_figure.figure_02 h4 {
	color: #AA5726;
	margin-bottom: 1rem;
	padding: 0 0.5rem;
	border-bottom: 2px solid #AA5726;
	font-size: 18px;
}
.support_figure.figure_02 p span {
	color: #AA5726;
	font-weight: 700;
}
.support_figure.figure_03 h3 {
	color: #4B641F;
}
.support_figure.figure_03 h4 {
	color: #4B641F;
	margin-bottom: 1rem;
	padding: 0 0.5rem;
	border-bottom: 2px solid #4B641F;
	font-size: 18px;
}
.support_figure.figure_03 p span {
	color: #4B641F;
	font-weight: 700;
}
.support_figure p {
	margin-bottom: 1em;
	color: #fff;
}
.support_text p span {
	color: #4C7769;
	font-size: 1.15em;
	font-weight: bold;
}
.support_text_wrap {
	margin: auto;
	padding: 2rem 3rem;
	width: 75%;
	border-radius: 0.5rem;
	background-color: #F9E9E2;
}
.support_text_wrap h3 {
	color: #CD7171;
	margin-bottom: 2rem;
	font-size: 24px;
	font-weight: normal;
	text-shadow: -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff;
}
.support_text_wrap p {
	border-top: 2px solid #CD7171;
	padding-top: 2rem;
	width: auto;
	color: #CD7171;
	margin: 2rem 0 0;
	font-size: 24px;
	font-weight: normal;
	text-shadow: -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff;
	margin-bottom: 0;
}
.support_text_ul b {
	background-color: #CD7171;
	color: #fff;
	border-radius: 0.5em;
	padding: 0.25em 1em;
	font-size: 1.25em;
	line-height: 1;
	display: inline-block;
}
.support_text_ul {
	margin-left: 1rem;
}
.support_text_ul ul {
	margin-bottom: 1rem;
	list-style: inside;
}
.support_p {
	font-size: 30px;
	text-align: center;
	margin: 0;
}
.support_p p {
	margin: 0;
}
.support_p ul {
	display: flex;
	justify-content: center;
}
.support_p ul li {
	margin: 0 0.25em;
	padding: 0.25em 1em;
	border-radius: 0.5em;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.support_p ul li:nth-child(1) {
	background-color: #EBB562;
}
.support_p ul li:nth-child(2) {
	background-color: #C6D370;
}
.support_p ul li:nth-child(3) {
	background-color: #ADB2D2;
}
.support_h3 {
	margin-bottom: 1rem;;
	padding: 0 1rem;
	color: #fff;
	background-color: #F29D4B;
}
.support_h3.green {
	background-color: #A0CD63;
}
.support_h3.purple {
	background-color: #7477CB;
}
.support_span {
	display: block;
	text-indent: 1rem;
	border-bottom: 2px solid #4EAC5B;
}
.three_support_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.three_support_flex:first-of-type {
	margin: 3rem 0;
}
.three_support_flex h4 {
	margin: 0 0 .5rem;
	padding: 0 .5rem;
	width: 100%;
	color: #fff;
	background-color: #333;
}
.three_support_flex_img {
	margin-right: 3rem;
	width: auto;
	height: 250px;
}
.three_support_flex_img img {
	height: 100%;
	width: auto;
}
.three_support_flex_text {
	width: calc(50% - 1rem);
}
.support_flex {
	display: flex;
	margin-bottom: 2rem;
}
.support_flex .support_text {
	margin: 0 0 0 2rem;
	flex-shrink: 0;
}
.support_flex + p {
	margin: 0;
	text-align: center;
	font-size: 24px;
}
.support_wrap {
	background-color: #C6D370;
	padding: 2rem;
	border-radius: 1rem;
}
.support_wrap:not(:first-child) {
	margin-top: 3rem;
}
.support_wrap .support_h3 {
	margin-bottom: 2rem;
	color: #fff;
	font-size: 40px;
	letter-spacing: 0.1em;
	background-color: unset;
}
.support_span {
	color: #61711d;
	font-weight: bold;
	font-size: 24px;
	text-shadow: -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff;
	border-bottom: 1px solid;
	display: block;
}
.three_support_flex:first-of-type {
	margin: 3rem 0;
}
.three_support_flex h4 {
	flex-basis: 100%;
	text-indent: 1rem;
	border: 2px solid;
	background-color: #B1CB41;
	color: #fff;
	border-radius: 0.5em;
	font-size: 24px;
	margin: 0 0 1.5rem;
}.three_support_flex_text b {
	font-size: 20px;
}
.three_support_flex_text b::before {
	display: inline-block;
	background-color: #B1CB41;
	content: "";
	width: 1em;
	height: 1em;
	border-radius: 100%;
	margin-right: 0.5em;
	vertical-align: middle;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
}
.three_support_flex_text p {
	margin: 0.5rem 0 0 1.9rem;
}
.support_wrap.medical {
	background-color: #ADB1D0;
}
.support_wrap.medical .three_support_flex h4{
	background-color: #8F9AC9;
}
.support_wrap.medical .support_span {
	color: #8F9AC9;
}
.support_wrap.medical .three_support_flex_text b::before {
	background-color : #8F9AC9;
}
.support_wrap.life {
	background-color: #EEB866;
}
.support_wrap.life .support_span {
	color: #E79B2F;
}
.support_wrap.life .three_support_flex h4,
.support_wrap.life .three_support_flex_text b::before {
	background-color: #E79B2F;
}


/* home */

.common_title_l i {
	font-style: normal;
	font-size: .55em;
}
.home_text_wrap {
	border: 3px solid #6DA48F;
	border-radius: 1rem;
	padding: 2rem;
	background-color: #edf3f1;
}
.home_h3 {
	margin-bottom: 3rem;
	font-size: 42px;
	color: #6DA48F;
	text-align: center;
	font-weight: normal;
	text-shadow: -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff;
}
.home_h3 span {
	display: block;
	font-size: .5em;
}
.home_text {
	text-align: center;
}
.home_service_text {
	width: calc(75% - 1rem);
}
.home_service_text ul {
	margin: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
	list-style: inside;
}
.home_mv_flex {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 3rem;
}
.home_mv_text {
	margin-right: 3rem;
	font-size: 30px;
}
.home_mv_text p {
	margin: 0;
	padding: 0 .5rem;
	color: #fff;
	background-color: #47797F;
	border-radius: 6px;
	-webkit-border-radius:;
	-moz-border-radius:;
	-ms-border-radius:;
	-o-border-radius:;
}
.home_mv_text span {
	font-size: .75em;
	text-align: center;
	display: block;
}
.home_mv_img {
	width: 40%;
}
.home_mv_img img {
	width: 100%;
}
.home_mv_red {
	margin: 0 auto;
	padding: 0 .5rem;
	width: 40%;
	font-size: 34px;
	color: #E73222;
	text-align: center;
	border-radius: 15px;
	border: 3px solid #8EA3A6;
}
.home_mv_red  + p {
	text-align: center;
	font-size: 29px;
}
.home_mv_red span {
	display: block;
	font-weight: bold;
}
.home_service_wrap {
	padding: 2rem;
	border-radius: 1rem;
	background-color: #EBE1D3;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-ms-border-radius: 1rem;
	-o-border-radius: 1rem;
}
.home_service_wrap.support {
	background-color: #C9CFB8;
}
.home_service_wrap.support b {
	background-color: #428341;
}
.home_service_wrap.support span {
	color: #458944;
}
.home_service_wrap.living {
	background-color: #F9EAE3;
}
.home_service_wrap.living b {
	background-color: #D67575;
}
.home_service_wrap.living span {
	color: #D67575;
}
.home_service_wrap:not(:first-of-type) {
	margin-top: 3rem;
}
.home_service_wrap b {
	background-color: #786856;
	color: #fff;
	font-size: 32px;
	border-radius: 0.5em;
	padding: 0em 1em;
	display: block;
	margin-bottom: 1rem;
	text-align: center;
	letter-spacing: 0.15em;
}
.home_service_wrap span {
	display: block;
	margin-bottom: 1rem;
	text-align: center;
	color: #786856;
	text-shadow: -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff;
	font-style: normal;
	font-size: 24px;
}
.home_service_flex {
	display: flex;
	justify-content: space-between;
	padding: 0 3rem;
}
.home_service_text {
	width: calc(60% - 1rem);
}
.home_service_img {
	width: 30%;
}
.home_photo {
	display: flex;
	flex-wrap: wrap;
	background-color: #eee;
	background-image: url(../images/paper_bg2.jpg);
	background-size: cover;
	justify-content: space-between;
	padding: 3rem;
	border-radius: 1rem;
}
.home_photo li {
	width: calc(50% - 1.5rem);
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
}
.home_photo li p {
	margin: 0;
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	background-color: #fff;
	padding: 0 1em;
	border-radius: 0.5em;
}
.home_photo li:nth-last-child(n+3) {
	margin-bottom: 3rem;
}
.home_map {
	position: relative;
}
.home_map_text {
	position: absolute;
	top: 0;
	left: 0;
}
.home_map b {
	display: block;
	margin-bottom: 1rem;
	font-size: 32px;
}
.home_map_text.price {
	position: relative;
}
.home_map b span {
	color: #6DA48F;
	font-style: normal;
	margin-right: 0.5em;
}
.home_map p {
	display: inline-block;
	margin: 0;
	border: 2px solid #BAC8C3;
	background-color: #fafafa;
	padding: 1rem 2rem;
}
.home_map:nth-of-type(1) {
	margin-bottom: 3rem;
}
.home_map_en {
	margin: 0;
	text-align: right;
}
.home_table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fafafa;
}
.home_table thead {
	background-color: #6DA48F;
	color: #fff;
}
.home_table th,
.home_table td {
	border: 2px solid #C3D7CE;
	padding: 0.5rem 0.75rem;
}
.home_table td {
	text-align: right;
}
.home_table td.left {
	text-align: left;
}
.home_table td.center {
	text-align: center;
}
.home_type_table {
	border-spacing: 4px;
	margin: 3rem auto 6rem;
}
.home_type_table tr {
	background-color: #f5f5f5;
}
.home_type_table tr:nth-child(2n) {
	background-color: #fafafa;
}
.home_type_table th {
	background-color: #C3D7CE;
	padding: 0.5em 1em;
	font-weight: normal;
}
.home_type_table td {
	padding: 0.5em 1em;
}
.home_h4 {
	font-size: 28px;
}
.home_h4.red {
	margin: 0 0 1rem;
	color: #EB3323;
}
.home_reference_wrap {
	padding: 3rem;
	border: 2px solid #B17E7A;
	border-radius: 10px;
	background-color: #F5EBE2;
}
.home_reference_wrap + p {
	font-size: 20px;
}
.home_reference {
	display: flex;
	justify-content: center;
}
.home_reference h5 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 2rem 0 0 ;
	width: 4em;
	color: #fff;
	background-color: #A6A6A6;
}
.home_price {
	margin-right: 2rem;
}
.home_price dl,
.home_example dl {
	display: flex;
	justify-content: flex-end;
}
.home_example p {
	text-indent: -2em;
	padding-left: 2em;
}
.home_price p {
	margin: 0;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.home_about_table {
	margin: auto;
}
.home_about_table th, .home_about_table td {
	border-bottom: 1px dashed #DBDCDC;
}
.home_about_table th {
	vertical-align: top;
	padding: 0.5rem 1rem;
	font-weight: normal;
}
.home_about_table th span {
	background-color: #DBDCDC;
	padding: 0.25rem 1rem;
	display: block;
}
.home_about_table td {
	padding-left: 1rem;
}

@media (max-width: 1760px) {
	.header_left {
		display: block;
	}
	.header_logo {
		margin: 0;
		width: 250px;	
	}
}
@media (max-width: 1536px) {
	.header_nav {
		flex-direction: column-reverse;
		align-items: flex-end;
	}
	.header_nav_ul {
		margin: 2rem 0 0;
	}
}
@media (max-width: 1160px) {
	body.open {
		overflow-y: hidden;
	}
	.contents_header_title {
		font-size: 32px;
	}
	.header_left {
		display: flex;
	}
	.header_logo {
		margin-right: 1rem;
		width: 200px;
	}
	.header_subtitle {
		font-size: 12px;
	}
	.header_right {
		display: flex;
		align-items: center;
	}
	.header_phone_icon i,
	.header_contact_icon i {
		position: absolute;
		width: 1em;
		height: 1em;
		margin: auto;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		color: #fff;
		font-size: 24px;
	}
	.header_nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0.95);
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.35s, visibility 0.35s;
	}
	.header_nav.open {
		opacity: 1;
		visibility: visible;
	}
	.header_nav_ul {
		margin: 0 0 3rem;
		flex-direction: column;
		align-items: center;
	}
	.header_nav_ul li:nth-child(n+2) {
		margin: 2rem 0 0;
	}
	.header_contact_icon {
		display: block;
		position: relative;
		width: 3rem;
		height: 3rem;
		background-color: #333;
		border-radius: 4px;
		margin-right: 1.5rem;
	}
	.header_nav_toggle {
		display: block;
		border: 1px solid;
		border-radius: 4px;
		padding: 15px 13px;
		cursor: pointer;
		z-index: 1;
	}
	.header_nav_toggle i {
		display: block;
		height: 2px;
		width: 20px;
		background-color: #333;
		margin: 0 auto;
		transform: rotate(0deg) translate(0, 0);
		transition: all .4s 0s;
	}
	.header_nav_toggle i:nth-child(2) {
		margin: 5px auto;
	}
	.header_nav_toggle.open i:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
	}
	.header_nav_toggle.open i:nth-child(2) {
		opacity: 0;
	}
	.header_nav_toggle.open i:nth-child(3) {
		transform: rotate(-45deg) translate(5px, -5px);
	}
	.top_links a {
		font-size: 2.734375vw;
	}
	.footer_flex {
		flex-direction: column-reverse;
	}
	.footer_flex_left {
		margin-top: 3rem;
	}
	.footer_copyright {
		text-align: center;
		margin-top: 4rem;
	}
}
@media (max-width: 768px) {
	body {
		font-size: 16px;
	}
	main section:nth-of-type(1) {
		margin-top: 6rem;
	}
	section {
		margin: 10rem 0;
	}
	.inner {
		padding: 0 1rem;
	}
	.common_title_l {
		font-size: 32px;
		margin-bottom: 5rem;
	}
	.common_title_m {
		font-size: 24px;
		margin-bottom: 2rem;
		background-position: left top 0.4em;
	}
	.common_dl_table > dl {
		padding: 1rem;
	}
	.common_dl_table > dl dt {
		margin-right: 1.5rem;
	}
	.common_btn {
		font-size: 18px;
	}
	.contents_header {
		padding: 5rem 1rem;
	}
	main {
		margin-top: 94px;
	}
	.header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
		background-color: rgba(255,255,255,0.95);
		box-shadow: 0 0 4px rgba(0,0,0,0.35);
	}
	.header_inner {
		padding: 1rem;
	}
	.header_logo {
		width: 160px;
	}
	.header_phone_icon {
		display: block;
		position: relative;
		width: 3rem;
		height: 3rem;
		background-color: #333;
		border-radius: 4px;
		margin-right: 1rem;
	}
	.header_contact_icon {
		margin-right: 1rem;
	}
	.header_nav_ul {
		font-size: 18px;
	}
	.top_read_text {
		font-size: 20px;
	}
	.top_read_text p:nth-child(1) {
		margin-bottom: 1.5rem;
	}
	.top_gallery_sec .top_gallery {
		padding: 0 0.25rem;
		margin-bottom: 4rem;
	}
	.top_gallery_sec .top_gallery_item {
		margin: 0 0.25rem;
	}
	.top_links a {
		font-size: 3.125vw;
	}
	.top_links_title {
		top: 1rem;
		left: 1rem;
	}
	.top_links_text {
		left: 1rem;
		right: 1rem;
		bottom: 1rem;
	}
	.top_links li:nth-child(2) .top_links_title,
	.top_links li:nth-child(2) .top_links_text,
	.top_links li:nth-child(5) .top_links_title,
	.top_links li:nth-child(5) .top_links_text {
		left: 3rem;
	}
	.top_apply_lead_text {
		margin-bottom: 4rem;
	}
	.top_apply {
		margin-bottom: 4rem;
	}
	.top_news_flex_left .common_title_l {
		margin-bottom: 4rem;
	}
	.top_news_flex_right {
		width: 40%;
		margin-left: 2rem;
	}
	.top_about_flex_left,
	.top_about_flex_right {
		width: calc(50% - 1rem);
	}
	.top_about_flex_right .common_title_l {
		margin-bottom: 4rem;
	}
	.contact_tel {
		font-size: 40px;
		margin-bottom: 5rem;
	}

	
	.contact_form_wrap {
		margin-bottom: 2rem;
		padding: 2rem;
	}
	.contact_dl {
		display: block;
	}
	.contact_dl:nth-child(n+2) {
		margin-top: 2rem;
	}
	.contact_dl dt {
		width: auto;
		margin-bottom: 1rem;
		background-color: #eee;
		padding: 0.25rem 0.5rem;
		font-weight: bold;
	}
	.contact_dl dd {
		margin-left: 2rem;
	}
	.contact_privacy {
		margin: 2rem 0 4rem;
		background-color: #fff;
		padding: 2rem;
	}
	.contact_privacy_title {
		font-size: 24px;
		margin-bottom: 2rem;
	}
	.contact_names {
		display: flex;
		justify-content: space-between;
	}
	.contact_names label {
		width: calc(50% - 0.5rem);
	}
	.contact_names label input {
		width: 100%;
	}
	.contact_address > div {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer {
		padding: 4rem 0;
	}

	.home_service_flex {
		padding: 0 1rem;
	}
	.home_photo li:nth-last-child(n+3) {
		margin-bottom: 1rem;
	}
	.home_photo li {
		width: calc(50% - .5rem);
	}
	.home_map_text {
		position: relative;
	}
	.home_reference {
		display: block;
	}
	.home_reference h5 {
		display: block;
		margin: 0;
		padding: .5rem;
		width: auto;
		text-align: center;
		font-size: 18px;
	}
	.home_price {
		margin: 1rem 0;
	}

	/* faq */

	.faq_accordion {
		font-size: 18px;
	}
	.faq_accordion dl dt,
	.faq_accordion dl dd {
		padding: 1rem 1rem 1rem 3.5rem;
	}
	.faq_accordion dl dt::before,
	.faq_accordion_a::before {
		left: 1rem;
		font-size: 24px;
	}
}
@media (max-width: 425px) {
	main {
		margin-top: 72px;
	}
	main section:nth-of-type(1) {
		margin-top: 4rem;
	}
	section {
		margin: 8rem 0;
	}
	.common_title_l {
		font-size: 28px;
		margin-bottom: 4rem;
	}	
	.common_title_m {
		margin-bottom: 1.5rem;
	}
	.common_dl_table {
		border: 1px solid #eee;
		padding: 0.5rem;
	}
	.common_dl_table > dl {
		display: block;
		padding: 0;
		border: none;
	}
	.common_dl_table > dl:nth-child(n+2) {
		margin-top: 1.5rem;
	}
	.common_dl_table > dl:last-child {
		border-bottom: none;
	}
	.common_dl_table > dl dt {
		width: auto;
		margin-right: 0;
		margin-bottom: 1rem;
		background-color: #eee;
		padding: 0.25rem 0.5rem;
		font-weight: bold;
	}
	.common_dl_table > dl dd {
		margin-left: 1rem;
	}
	.common_dl_table > dl dd ul:nth-child(n+2),
	.common_dl_table > dl dd p:nth-child(n+2) {
		margin-top: 1rem;
	}
	.header_inner {
		padding: 0.75rem 1rem;
	}
	.header_logo {
		width: 120px;
		margin: 0;
	}
	.header_subtitle {
		display: none;
	}
	.header_phone_icon,
	.header_contact_icon {
		margin-right: 0.5rem;
	}
	.top_mv {
		display: flex;
		flex-direction: column-reverse;
	}
	.top_mv_logo {
		left: 0.5rem;
		bottom: 1rem;
		width: 30%;
	}
	.top_mv_text {
		position: static;
		background-color: #5C90A1;
		font-size: 3.7333333333333vw;
		margin: 0;
		padding: 1rem 0;
		text-align: center;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
	}
	.top_mv_text span {
		display: inline-block;
	}
	.top_read_text {
		font-size: 16px;
	}
	.top_read_text p span {
		display: inline-block;
	}
	.top_gallery_sec .top_gallery {
		margin-bottom: 2rem;
	}
	.top_links {
		display: block;
	}
	.top_links li {
		width: auto;
	}
	.top_links li:nth-child(n+2) {
		margin: 1rem 0 0;
	}
	.top_links a {
		font-size: 20px;
		padding: 1rem;
		border-radius: 0.5rem;
		overflow: hidden;
	}	
	.top_links a:hover {
		color: #fff;
	}
	.top_links_image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.top_links_title,
	.top_links_text {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.top_links li:nth-child(2) .top_links_title,
	.top_links li:nth-child(2) .top_links_text,
	.top_links li:nth-child(5) .top_links_title,
	.top_links li:nth-child(5) .top_links_text {
		left: auto;
	}
	.top_links_title {
		margin-bottom: 0.5rem;
	}
	.top_links_text {
		min-height: calc(2em * 1.75);
		display: block;
	}
	.top_links_image .normal,
	.top_links a:hover .top_links_image .normal {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 1;
		visibility: visible;
		transform: scale(1.25);
	}
	.top_links_image .hover {
		display: none;
	}
	.top_apply_lead_text {
		text-align: justify;
		margin-bottom: 2rem;
	}
	.top_apply {
		margin-bottom: 2rem;
	}
	.top_news_flex {
		display: block;
	}
	.top_news_flex_left .common_title_l {
		text-align: center;
	}
	.top_news_flex_left .common_title_l span {
		padding: 0;
	}
	.top_news_list li p {
		margin-left: 1.5rem;
	}
	.top_news_flex_right {
		width: auto;
		margin: 3rem auto 0;
	}
	.top_news_facebook {
		border: 1px solid #ccc;
	}
	.top_about_flex {
		flex-direction: column-reverse;
	}
	.top_about_flex_left,
	.top_about_flex_right {
		width: auto;
	}
	.top_about_flex_left {
		margin-top: 3rem;
	}
	.top_about_map {
		position: relative;
	}
	.top_about_map::before {
		content: "";
		display: block;
		padding-top: 100%;
	}
	.top_about_map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.top_about_flex_right .common_title_l {
		text-align: center;
	}
	.top_about_flex_right .common_title_l span {
		padding: 0;
	}
	.footer_flex_right {
		display: none;
	}
	.footer_flex_left {
		margin: 0;
		align-items: center;
	}
	.footer_logo {
		margin-right: 1rem;
	}
	.footer_text h4 {
		margin-bottom: 0.5rem;
	}
	.footer_text address {
		font-size: 14px;
	}
	.footer_text address span {
		display: block;
	}
	.footer_text address br {
		display: none;
	}
	.footer_copyright {
		font-size: 12px;
		margin-top: 3rem;
	}
	.contents_header {
		padding: 3rem 1rem;
	}
	.contents_header_title {
		font-size: 18px;
	}
	.contents_header_title::before,
	.contents_header_title::after {
		height: 1px;
	}
	.contact_sec .common_title_m {
		font-size: 15px;
	}
	.contact_tel a {
		line-height: 1;
		display: block;
		width: fit-content;
		margin: auto auto 0.5rem;
	}
	.contact_form_wrap {
		padding: 2rem 1rem;
	}
	.contact_dl dd {
		margin-left: 1rem;
	}
	.contact_privacy {
		padding: 2rem 1rem;
		margin-bottom: 3rem;
	}
	.contact_privacy_title {
		font-size: 20px;
	}

		/* faq */

	.faq_accordion {
		font-size: 16px;
	}
	.faq_accordion dl dt,
	.faq_accordion dl dd {
		padding: 1rem 1rem 1rem 3.5rem;
	}
	.faq_accordion dl dt::before,
	.faq_accordion_a::before {
		left: 1rem;
		font-size: 24px;
	}
	.faq_flow_li {
		padding: 0;
	}
	.faq_flow_li h3 {
		position: relative;
		width: auto;
	}
	.faq_flow_li::before,
	.faq_flow_li::after {
		display: none;
	}
	.faq_flow_text {
		padding-top: 1rem;
	}
	.faq_flow_necessary ul {
		padding-left: 1.25rem;
		text-indent: -1.25rem;
	}

	/* home */

	.home_text_wrap {
		padding: 2rem 1rem;
	}
	.home_h3 {
		font-size: 22px;
		margin-bottom: 2rem;
	}
	.home_text {
		font-size: 14px;
		text-align: left;
	}
	.home_table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.home_service_wrap {
		padding: 2rem 1rem;
	}
	.home_service_wrap b {
		font-size: 22px
	}
	.home_service_wrap span {
		font-size: 16px;
	}
	.home_service_flex {
		flex-direction: column-reverse;
	}
	.home_service_text,
	.home_service_img {
		width: auto;
	}
	.home_service_text {
		margin-top: 1rem;
		font-size: 14px;
	}
	.home_photo {
		display: block;
	}
	.home_photo li {
		width: auto;
	}
	.home_photo li:not(:last-child) {
		margin-bottom: 1rem;
	}
	.home_photo li p {
		font-size: 14px;
	}
	.home_map_text {
		margin-bottom: 1rem;
	}
	.home_map_text b {
		font-size: 20px;
	}
	.home_map_text p {
		font-size: 14px;
	}
	.home_type_table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.home_reference_wrap {
		padding: 2rem 1rem;
	}


	.support_flex {
		display: block;
	}
	.support_wrap {
		padding: 2rem 1rem;
	}
	.support_wrap .support_h3 {
		margin-bottom: 1rem;
		font-size: 24px;
	}
	.support_span {
		font-size: 18px;
	}
	.support_span + p {
		font-size: 14px;
	}
	.three_support_flex h4 {
		font-size: 18px;
	}
	.three_support_flex_img {
		margin: 0;
		width: 100%;
		height: auto;
	}
	.three_support_flex_img img {
		height: auto;
	}
	.three_support_flex_text {
		width: auto;
		margin-top: 1rem;
	}
	.three_support_flex_text b {
		font-size: 16px;
	}
	.three_support_flex_text p {
		font-size: 14px;
	}
	.support_p {
		font-size: 20px;
	}
	.support_p ul {
		display: block;
	}
	.support_p ul li:not(:last-child) {
		margin-bottom: .5rem;
	}
	.support_p p {
		font-size: 14px;
	}
	.concept_wrap {
		padding: 2rem 1rem;
	}
	.concept_p {
		font-size: 16px;
	}
	.concept_p b {
		font-size: 15px;
	}
	.common_title_l span {
		padding: 0;
		font-size: 21px;/*21*/
	}
	.support_text_wrap {
		padding: 2rem 1rem;
		width: auto;
	}
	.support_text_wrap h3 {
		margin-bottom: 1rem;
		font-size: 16px;
	}
	.support_text_ul {
		margin: 0;
		font-size: 14px;
	}
	.support_text_ul ul {
		padding-left: 1.25rem;
		text-indent: -1.25rem;
	}
	.support_flex .support_text {
		margin: 0;
		font-size: 14px;
	}
	.support_img {
		margin-bottom: 3rem;
	}
	.support_text_wrap p {
		font-size: 18px;
	}
	.support_text h3 {
		margin-bottom: 1rem;
		font-size: 20px;
	}
	.support_img_wrap {
		width: auto;
	}
	.support_img_01,
	.support_img_03 {
		max-width: 150px;
	}
	.support_img_02 {
		max-width: 180px;
	}
	.support_img_wrap ul {
		margin-top: 3.5rem;
	}
	.support_figure {
		padding: 1rem;
	}
	.support_figure h3 {
		margin-bottom: .5rem;
		font-size: 16px;
	}
	.support_figure h4 {
		margin-bottom: .5rem;
		font-size: 16px;
	}
	.support_figure p {
		font-size: 12px;
		text-align: justify;
	}
	.support_flex_ul li {
		width: calc(50% - .5rem);
	}
	.support_figure_img {
		width: 60%;
	}
}
.infoparess {
}
.infoparess h3 {
  position: relative;
  color: #158b2b;
  font-size: 28px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.infoparess h3 span {
	font-size: 20px;
}
.infoparess p.readcopy {
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	color: #158b2b;
}
.infoparess h3:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 250px;
  height: 90px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.infoparess_box {
  margin: 10px auto;
}
.infoparess_box p {
  text-align: center;
	color: #AD79A6;
	font-weight: 600;
	font-size: 20px;
}
.infoparess_box ul {
  list-style: none;
	width: 500px;
	margin: 5px auto;
}
.infoparess_box ul li {
  position: relative;
  padding-left: 24px;
}
.infoparess_box ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #AD79A6;
  border-radius: 10px;
}
@media (max-width: 600px) {
	.infoparess_box ul {
	width: 85%;
	margin: 5px auto;
}
}
.recruit_box {
  margin: 5px auto 15px ;
  font-weight: bold
}
.recruit_box p {
  text-align: center;
	color: #AD79A6;
	font-size: 20px;
}
.recruit_box ul {
  list-style: none;
	width: 400px;
	margin: 5px auto;
}
.recruit_box ul li {
  position: relative;
  padding-left: 24px;
  font-size: 22px;
}
.recruit_box ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #AD79A6;
  border-radius: 10px;
}
@media (max-width: 600px) {
	.recruit_box ul {
	width: 85%;
	margin: 5px auto;
}
}