body {
	background-attachment: fixed;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

.inr {
	margin: 0 auto;
	width: 1000px;
}

.ta-c {
	text-align: center;
}

.ta-r {
	text-align: right;
}

.mt20 {
	margin-top: 20px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mw70 {
	max-width: 70% !important;
}


.contents.pat__blue {
	background: #C7D7EF url("img/common/bg-contents-pat01.png") repeat;
}

.contents.pat__pink {
	background: #FADCE7 url("img/common/bg-contents-pat02.png") repeat;
}

.contents.pat__gray {
	background: #C9CACA url("img/common/bg-contents-pat03.png") repeat;
}

.contents.pat__yellow {
	background: #FEECBF url("img/common/bg-contents-pat04.png") repeat;
}

.contents h2 {
	height: 100px;
	line-height: 90px;
	margin-bottom: -10px;
	padding-top: 10px;
	position: relative;
	z-index: 10;
}

.common__head {
	position: relative;
	top: -10px;
}

.common__head::before,
.common__head::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 100%;
	z-index: 1;
}

.common__head::before {
	top: 10px;
	height: 90px;
}

.pat__page .common__head::before {
	top: 40px;
	height: 50px;
}

.pat__blue .common__head::before {
	background: #87AFDD;
}

.pat__blue .common__head::after {
	background: url("img/common/h2-menu-pat01.png") center top no-repeat;
}

.pat__pink .common__head::before {
	background: #F19EBC;
}

.pat__pink .common__head::after {
	background: url("img/common/h2-menu-pat02.png") center top no-repeat;
}

.pat__gray .common__head::before {
	background: #9FA0A0;
}

.pat__gray .common__head::after {
	background: url("img/common/h2-menu-pat03.png") center top no-repeat;
}

.pat__yellow .common__head::before {
	background: #FDDE8F;
}

.pat__yellow .common__head::after {
	background: url("img/common/h2-menu-pat04.png") center top no-repeat;
}

.pat__page .common__head::before {
	background: #87AFDD;
}

.pat__page .common__head::after {
	background: url("img/common/h2-menu-pat05.png") center top no-repeat;
}

/*--- top ---*/
.top__nav {
	background: #DEE7F6;
}

.top__nav li {
	text-align: center;
	margin-left: -1px;
}

.top__nav li a {
	display: block;
	height: 73px;
	padding: 20px 0;
}

.top__menu ul {
	align-items: flex-end;
	background: #EAF0F9;
	padding: 25px;
}

.top__menu li {
	height: 190px;
	padding: 4px;
	text-align: center;
}

.top__menu li a {
	vertical-align: bottom;
}

.banner__area li {
	padding: 25px;
	text-align: center;
}

.top__doctor li {
	background: #fff;
}

.slick-track {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.slick-slide {
	float: none !important;
}

.slick-dotted.slick-slider {
	margin-bottom: 20px;
}

.slick-dots {
	bottom: 15px;
}

.slick-dots li button::before {
	font-size: 10px;
}

.slick-dots li.slick-active button::before {
	color: #5396D1;
}

.top__message {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.top__message__img {
	position: absolute;
	width: 400px;
}

.top__message__img img {
	position: absolute;
	left: 0;
}

.top__message__img-l {
	bottom: 290px;
	left: -150px;
}

.top__message__img-r {
	bottom: 350px;
	right: -190px;
}

.top .blog li {
	position: relative;
	height: 230px;
	max-height: 230px;
	margin: 0 20px 20px 0;
	flex: 0 0 calc(100% / 5.5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
	border-radius: 20px;
	background: #eeefef;
	display: table;
}

.top .blog li a {
	display: table-cell;
	vertical-align: middle;
}

.top .blog li::after {
	position: absolute;
	content: url("img/common/icon-pin01.png");
	left: calc(50% - 14px);
	top: -10px;
}

.top .blog li:nth-child(2n)::after {
	content: url("img/common/icon-pin02.png");
}

.top .blog li:nth-child(3n)::after {
	content: url("img/common/icon-pin03.png");
}

.top .blog li:nth-child(4n)::after {
	content: url("img/common/icon-pin04.png");
}

.top .blog li:nth-child(5n) {
	margin-right: 0;
}

.top .blog li .thumbnail__image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
}

.top .blog li .thumbnail__image img {
	height: 100%;
	object-fit: cover;
}

.top .blog li a time {
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 10px;
	text-shadow: 1px 2px 3px #666;
}

/* common page */
article .pat__page h2 {
	padding-top: 45px;
	position: relative;
	z-index: 2;
}

.pnavi {
	text-align: center;
}

.pagination {
	margin: 40px 0 0;
}

.nav-links {
	display: flex;
	justify-content: center;
}

.pagination .page-numbers {
	display: inline-block;
	margin-right: 10px;
	padding: 20px 25px;
	color: #333;
	border-radius: 3px;
	box-shadow: 0 3px 3px #999;
	background: #fff;
}

.pagination .current {
	padding: 20px 25px;
	background: #69a4db;
	color: #fff;
}

.pagination .prev,
.pagination .next {
	background: transparent;
	box-shadow: none;
	color: #69a4db;
}

.pagination .dots {
	background: transparent;
	box-shadow: none;
}

/* voice */
.voice__contents {
	background: #F8E2E9;
	padding: 50px 0;
}

/* concept */
.concept__contents {
	background: #DEE7F6;
	margin-top: -35px;
	padding: 50px 0;
}

/* operation */
.operation__contents {
	background: #F0F9FE;
	margin-top: -35px;
	padding: 50px 0;
}


/* ここから追加 */
/* recruit */
.recruit__contents01 {
	background: #fdde8f;
	/* margin-top: -35px; */
	padding: 50px 0;
}

.recruit__contents02 {
	background: url(img/recruit/bg_contens02.png) no-repeat center center / cover;
	/* margin-top: -35px; */
	padding: 50px 0 0;
}

.recruit__contents05 {
	background: #5296d133;
	/* margin-top: -35px; */
	padding: 50px 0;
}

.recruit__contents07 {
	background: #ed6c00;
	/* margin-top: -35px; */
	padding: 50px 0;
}

.recruit__contents08 {
	background: #eb6a001a;
	/* margin-top: -35px; */
	padding: 50px 0;
}

/* slider */
.recruit-slider {
	max-width: 914px;
	margin-inline: auto;
	padding: 0 60px 46px;
}

.recruit-slider .slider-img {
	position: relative;
}

.recruit-slider .slider-img::before {
	position: absolute;
	content: "";
	bottom: -40px;
	right: 10px;
	width: 119px;
	height: 163px;
	background: url(/img/recruit/slide-accent.png) no-repeat center center / contain;
	z-index: 1;
}

.slider-profile {
	position: absolute;
	bottom: clamp(10px, calc(25/1400*100vw), 25px);
	color: #fff;
	left: 0;
	padding: clamp(10px, calc(20/1400*100vw), 20px);
	color: #fff;
	background: #4f87b9b3;
}

.slider-profile {
	display: inline-block;
}

.slider-profile .name {
	display: block;
	font-size: clamp(12px, calc(40/1400*100vw), 40px);
}

.slider-profile .kana {
	display: block;
	font-size: clamp(10px, calc(18/1400*100vw), 18px);
}

.slider-profile .info {
	display: block;
	font-size: clamp(10px, calc(15/1400*100vw), 15px);
}

.recruit-slider .slick-slide p {
	width: 90%;
	margin: 45px auto 0;
	font-size: 20px;
}

.recruit-slider .slick-arrow {
	width: 36px !important;
	height: 57px !important;
	top: 230px !important;
}

.recruit-slider .slick-arrow:before {
	position: absolute;
	content: "" !important;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
}

.recruit-slider .slick-next {
	right: 0;
}

.recruit-slider .slick-prev {
	left: 0;
}

.recruit-slider .slick-next:before {
	background: url(img/recruit/arrow-right.svg) no-repeat center center / contain !important;
}

.recruit-slider .slick-prev:before {
	background: url(img/recruit/arrow-left.svg) no-repeat center center / contain !important;
}

/* recruit tab */
.tab {
	max-width: 800px;
	margin: auto;
	padding: 80px 0;
}

.tab-menu {
	display: flex;
	margin: 0;
	padding: 0;
}

.tab-item1,
.tab-item2 {
	display: flex;
	align-items: center;
	width: 30%;
	height: 56px;
	clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
	padding-left: 24px;
	list-style: none;
	text-align: center;
	font-size: 28px;
	color: #fff;
	opacity: 0.6;
}

.tab-item1.tab-item-green,
.tab-item2.tab-item-green {
	background: #4ca96e;
}

.tab-item1.tab-item-orange,
.tab-item2.tab-item-orange {
	background: #facfa8;
}

.tab-item1.tab-item-lightgreen,
.tab-item2.tab-item-lightgreen {
	background: #e0ecba;
}

.tab-item1.tab-item-lightgreen {
	font-size: 16px;
}

.tab-item1.tab-item-lightgreen br {
	display: none;
}

.tab-item1.active,
.tab-item2.active {
	opacity: 1;
}

.tab-item1:hover,
.tab-item2:hover {
	cursor: pointer;
}

.tab-container1 {
	border: 3px solid #040000;
	background: #fff;
}

.tab-container2 {
	margin-top: -1px;
	/* border: 3px solid #5396d1;
	background: #fff;; */
}

.tab-content1,
.tab-content2 {
	display: none;
}

.tab-content1.show,
.tab-content2.show {
	display: block;
}

.tab-container1 table {
	border-collapse: collapse;
	width: 100%;
}

.tab-container1 table td {
	border: 1px solid #d7d7d7;
}

.tab-container1 td {
	padding: 20px
}

.tab-container1 td:first-child {
	background: #ececec;
}

.tab-container1 .info-text {
	padding: 60px 35px;
}


.tab-content-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tab-content-inner:not(:first-child) {
	margin-top: 20px;
}

.tab-content-inner:nth-of-type(even) {
	background: #24181426;
}

.tab-content-inner dt {
	width: 20%;
}

.tab-content-inner dd {
	width: 80%;
}

.tab-content-inner dt,
.tab-content-inner dd {
	padding: 10px 20px;
	font-size: 20px;
}


/* 採用エントリー */
/* フォーム全体*/
.form-container {
	max-width: 900px;
	margin: auto;
	padding: 0 50px;
	font-size: 20px;
}

.contact_flex {
	display: flex;
	align-items: flex-start;
	margin-top: 25px;
}

.contact_inner {
	width: 30%;
	min-width: 230px;
}

.contact_flex .wpcf7-form-control-wrap {
	flex: 1;
}

.contact_inner {
	/* display: flex;
	align-items: center;
	margin-bottom: 8px; */
}

.form-container label {
	width: 100%;
}

/* インプットエリア */
.form-container .wpcf7-text,
.form-container .wpcf7-textarea {
	/* width: 100%;
	padding: 5px 10px;
	border: 1px solid #fff; */
}

.form-container .wpcf7-list-item {
	margin: 0 1em 0 0 !important;
}

/*送信ボタン*/
.btn__container {
	width: 80%;
	max-width: 370px;
	margin: auto;
}

.form-container .wpcf7-submit {
	position: relative;
	width: 100%;
	padding: 15px;
	margin-top: 50px;
	border-radius: 15px;
	color: #fff;
	font-size: 20px;
	background: #ed6c00;
	border: none;
	cursor: pointer;
	transition: opacity .3s ease;
}

.form-container .wpcf7-submit:hover {
	opacity: 0.8;
}

/* recruit contact */
.recruit-contact-container {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.recruit-contact-item1 {
	width: 57%;
}

.recruit-contact-item2 {
	flex: 1;
	transform: translateY(7%);
}

.recruit-contact-item1 a:hover,
.recruit-contact-item2 a:hover {
	opacity: .8;
}


/* ページトップボタン調整 */
/* 202408追加 */
footer .navpgtop {
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

/* 202408追加 */
footer .navpgtop.active {
	opacity: 1;
	visibility: visible;
}

/* 202408追加 */
footer .navvoiceicon {
	opacity: 1;
	visibility: visible;
}





/* blog */
.blog__contents {
	padding: 50px 0;
	background: #EFF7FD;
}

.blog__contents .inr {
	padding: 30px 0;
	border-radius: 30px;
	background: #fff;
}

.blog__contents .header {
	padding: 0 30px 30px;
	position: relative;
}

.blog__contents .header::after {
	position: absolute;
	right: 0;
	bottom: -15px;
	content: url("img/blog/img01.png");
}

.blog__contents .title {
	color: #5396D1;
	font-size: 1.375rem;
}

.blog__contents time {
	color: #9FA0A0;
	font-size: 1rem;
}

.blog__contents h3 {
	font-weight: normal;
	font-size: 1.5rem;
}

.blog__contents .content {
	padding: 0 30px;
	position: relative;
	z-index: 10;
}

.blog__contents .content img {
	margin: 0 auto 30px;
	text-align: center;
	display: block;
	max-width: calc(100% + 60px);
	height: auto !important;
}

.blog__contents.archive ul {
	padding: 0 30px;
}

.blog__contents.archive a:hover {
	text-decoration: none;
	opacity: .7;
}

.blog__contents.archive li {
	position: relative;
	height: 230px;
	margin: 0 20px 20px 0;
	padding: 10px;
	flex: 0 0 calc(100% / 5.5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
	border-radius: 20px;
	background: rgba(0, 0, 0, .2);
	display: table;
}

.blog__contents.archive li a time {
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 10px;
	text-shadow: 1px 2px 3px #666;
}

.blog__contents.archive li::after {
	position: absolute;
	content: url("img/common/icon-pin01.png");
	left: calc(50% - 14px);
	top: -10px;
}

.blog__contents.archive li:nth-child(2n)::after {
	content: url("img/common/icon-pin02.png");
}

.blog__contents.archive li:nth-child(3n)::after {
	content: url("img/common/icon-pin03.png");
}

.blog__contents.archive li:nth-child(4n)::after {
	content: url("img/common/icon-pin04.png");
}

.blog__contents.archive li:nth-child(5n) {
	margin-right: 0;
}

.blog__contents.archive li .inner-content {
	display: table-cell;
	vertical-align: bottom;
}

.blog__contents.archive li h3,
.blog__contents.archive li time {
	position: relative;
	z-index: 1;
	color: #fff;
}

.blog__contents.archive li h3 {
	font-size: 1.25rem;
	line-height: 1.25;
	margin-bottom: 0;
}

.blog__contents.archive li time {
	font-size: .875rem;
	text-shadow: 1px 2px 3px #666;
}

.blog__contents.archive li .thumbnail__image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
}

.blog__contents.archive li .thumbnail__image img {
	height: 100%;
	object-fit: cover;
}

.blog__contents.archive li .thumbnail__image::after {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, .1);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.blog__contents.archive .blog-item__title {
	word-break: break-all;
}

/* cases */
.cases__contents,
.feedback__contents {
	padding-bottom: 30px;
	background: #C7D7EF;
}

article .cases__contents h2,
article .feedback__contents h2 {
	margin-bottom: 0;
	background: #F5F8FA;
	padding: 30px 0;
}

.cases__contents.archive ul,
.feedback__contents.archive ul {
	padding: 0 30px;
	align-items: stretch;
}

.cases__contents.archive a:hover,
.feedback__contents.archive a:hover {
	text-decoration: none;
	opacity: .7;
}

.cases__contents.archive li,
.feedback__contents.archive li {
	position: relative;
	margin: 0 29px 20px 0;
	padding: 10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
	background: #fff;
	display: flex;
	flex: 0 0 calc(100% / 3.2);
}

.cases__contents.archive li:nth-child(3n),
.feedback__contents.archive li:nth-child(3n) {
	margin-right: 0;
}

.cases__contents.archive li::after {
	position: absolute;
	content: url("img/common/icon-pin03.png");
	left: calc(50% - 14px);
	top: -10px;
}

.cases__contents.archive a {
	display: block;
}

.cases__contents.archive a.page-numbers {
	display: inline;
}

.cases-item__title {
	text-align: center;
	color: #2E5C7D;
}

.cases__contents .thumbnail__image,
.feedback__contents .thumbnail__image {
	margin-bottom: 40px;
	min-height: 150px;
	overflow: hidden;
}

.cases__contents .thumbnail__image {
	min-height: none;
	height: 150px;
}

.cases__contents .thumbnail__image img {
	vertical-align: bottom;
}

.feedback__contents .thumbnail__image {
	max-height: 180px;
}

/* feedback */
.feedback-item__title {
	text-align: center;
}

.feedback__contents {
	background: #F8E2E9;
}

.feedback__contents .inr {
	padding-top: 50px;
}

.feedback__contents.archive li {
	margin-bottom: 30px;
}

.feedback__contents.archive li::after {
	position: absolute;
	content: url("img/common/icon-pin01.png");
	left: calc(50% - 14px);
	top: -10px;
}

.feedback__contents.archive a:nth-child(2n) li::after {
	content: url("img/common/icon-pin02.png");
}

.feedback__contents.archive a:nth-child(3n) li::after {
	content: url("img/common/icon-pin03.png");
}

.feedback__contents.archive a:nth-child(4n) li::after {
	content: url("img/common/icon-pin04.png");
}

.feedback__contents.archive a {
	position: relative;
	display: block;
	width: 100%;
}

.feedback__contents.archive .nav-links a {
	width: auto;
}

.feedback__contents.archive a::before,
.feedback__contents.archive a::after {
	position: absolute;
}

.feedback__contents.archive li a::before {
	content: url("img/voice/bg-s01.png");
	left: 5px;
	bottom: -10px;
	z-index: 1;
}

.feedback__contents.archive li:nth-child(2n) a::before {
	content: url("img/voice/bg-s02.png");
}

.feedback__contents.archive li:nth-child(3n) a::before {
	content: url("img/voice/bg-s03.png");
}

.feedback__contents.archive li:nth-child(4n) a::before {
	content: url("img/voice/bg-s04.png");
}

.feedback__contents.archive li a::after {
	content: url("img/voice/bg-e01.png");
	right: 0;
	bottom: -10px;
}

.feedback__contents.archive li:nth-child(2n) a::after {
	content: url("img/voice/bg-e02.png");
}

.feedback__contents.archive li:nth-child(3n) a::after {
	content: url("img/voice/bg-e03.png");
}

.feedback__contents.archive li:nth-child(4n) a::after {
	content: url("img/voice/bg-e04.png");
}

.feedback__contents.archive .pnavi a::before,
.feedback__contents.archive .pnavi a::after {
	content: none !important;
}

/* profession */
.profession__top {
	background: #F5F8FA;
	padding: 20px 0;
}

.profession__contents {
	background: #fff;
	margin-top: -35px;
	padding: 50px 0;
}

.pat__page.profession__page .common__head::before {
	background: #DEE7F6;
}

.pat__page.profession__page .common__head::after {
	background: none;
}

.pat__page.profession__page .common__head h2::after {
	position: absolute;
	right: 0;
	bottom: -10px;
}

.pat__page.profession__page.pat01 .common__head h2::after {
	content: url("img/common/gnav-bg-01.png");
}

.pat__page.profession__page.pat02 .common__head h2::after {
	content: url("img/common/gnav-bg-02.png");
}

.pat__page.profession__page.pat03 .common__head h2::after {
	content: url("img/common/gnav-bg-special01.png");
}

.pat__page.profession__page.pat04 .common__head h2::after {
	content: url("img/common/gnav-bg-03.png");
}

/* fee */
.fee__top {
	background: #F5F8FA;
	padding: 20px 0;
}

.fee__contents {
	padding: 0 30px;
}

.fee__contents .txt {
	font-size: 1.25rem;
}

.cats {
	max-width: 1010px;
	margin: -20px auto 30px;
}

.cats a {
	display: inline-block;
	background: #fff;
	border-radius: 999px;
	text-align: center;
	padding: 1px 13px;
	margin: 3px 10px;
	border: 1px solid #fff;
}

.cats a:hover {
	background: #ddd;
}

.cats a.current {
	border: 1px solid rgba(91, 147, 208, 1);
}




/*-----------------------------------------------------------------*/
/*PC*/
/*-----------------------------------------------------------------*/
@media screen and (min-width: 501px) {}

/*-----------------------------------------------------------------*/
/*MOBILE*/
/*-----------------------------------------------------------------*/
@media screen and (max-width: 500px) {
	div.inr {
		padding-bottom: 0;
		margin: 0 20px;
		width: calc(100% - 40px);
	}

	.row {
		flex-wrap: wrap;
	}

	.row>* {
		flex: 0 0 50%;
	}

	.top__nav li {
		margin-left: 0;
	}

	.top__message__img {
		display: none;
	}

	.common__head::before,
	.common__head::after {
		content: none;
	}

	.contents h2 {
		font-size: 150%;
	}

	.top__menu ul {
		padding: 0;
	}

	.top .blog li {
		flex: 0 0 100%;
		margin-right: 0;
	}

	.infiniteslide_wrap {
		padding-bottom: 0;
	}

	.foot__link ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}

	.blog__contents .header {
		padding-bottom: 70px;
	}

	.blog__contents.archive li {
		flex: 0 0 100%;
		margin-right: 0;
		width: 100%;
	}

	.blog__contents.archive li .inner-content {
		width: auto;
	}

	.blog__contents .content img {
		max-width: 100%;
	}

	.feedback__contents.archive li {
		width: 100%;
	}

	.cases__contents.archive li,
	.feedback__contents.archive li {
		overflow: visible;
		flex: none;
	}

	.feedback__contents.archive a::after {
		right: 10px;
	}

	.pat__page.profession__page .common__head::before {
		content: '';
	}

	/* fee */
	.fee__contents {
		padding: 0;
	}

	/* slider */
	.recruit-slider {
		padding: 0 40px;
	}

	.recruit-slider .slider-img::before {
		display: block;
		bottom: -25px;
		right: 10px;
		aspect-ratio: 119/163;
		width: 75px;
		height: auto;
	}

	.recruit-slider .slick-slide p {
		width: 100%;
		margin-top: 30px;
		font-size: 16px;
	}

	.recruit-slider .slick-arrow {
		top: calc(130/500*100vw) !important;
		width: 18px !important;
		height: 28px !important;
	}

	.recruit-slider .slick-next {
		right: 10px;
	}

	.recruit-slider .slick-prev {
		left: 10px;
	}

	/* tab */
	.tab {
		padding: 40px 0;
	}

	.tab-item1,
	.tab-item2 {
		width: calc(100%/3);
		height: 40px;
		padding-left: 12px;
		font-size: clamp(13px, calc(16/375*100vw), 16px);
	}

	.tab-item1.tab-item-lightgreen {
		text-align: left;
		font-size: 11px;
	}

	.tab-item1.tab-item-lightgreen br {
		display: block;
	}

	.tab-container1 .info-text {
		padding: 40px 20px;
	}

	.tab-container1 td {
		padding: 10px;
	}

	.tab-container1 td:first-child {
		width: 30%;
	}

	.tab-content-inner:not(:first-child) {
		margin-top: 0;
	}

	.tab-content-inner dt,
	.tab-content-inner dd {
		width: 100%;
		font-size: 16px;
	}

	.tab-content-inner dt {
		padding: 10px 15px 0;
	}

	.tab-content-inner dd {
		margin-bottom: 0;
		padding: 10px 15px;
	}

	/* 採用フォーム */
	.form-container {
		padding: 0 30px;
		font-size: 16px;
	}

	.contact_flex {
		display: block;
	}

	.contact_inner {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}

	/* recruit contact */
	.recruit-contact-container {
		display: block;
	}

	.recruit-contact-item1 {
		width: 100%;
	}

	.recruit-contact-item1 img {
		margin-left: -4%;
	}

	.recruit-contact-item2 img {
		margin-top: 0;
		margin-right: -5%;
	}
}



.facility {
	padding: 2rem 1rem;
}

.sp {
	display: none;
}

.facility h1 {
	color: #86AFDD;
	font-size: 20px;
	text-align: center;
	margin-bottom: 2rem;

}

.facility .lead__text {
	font-size: 16px;
	margin-bottom: 4rem;
	padding: 1.7rem;
	text-align: center;
	display: block;
	border-bottom: 2px solid #86AFDD;
	position: relative;
}

.facility .lead__text::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #86AFDD;
	transform: rotate(-45deg);
}

.facility .lead__text::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -7px;
	right: 0;
	width: 12px;
	height: 12px;
	background: #86AFDD;
	transform: rotate(-45deg);
}

.facility h2 {
	padding: 0.8rem 1.6rem;
	background: #EFF7FD;
	font-size: 20px;
	margin-bottom: 1.5rem;
	color: #86AFDD;
	text-align: left;
}

.facility__txt,
.facility__list {
	margin-bottom: 3rem;
}

.facility ul li {
	margin-bottom: 0.7rem;
}

.facility .note {
	margin: 1rem 2rem;
}

.facility .name {
	text-align: right;
}

.facility .data {
	font-size: 18px;
}


@media screen and (min-width: 769px) {
	.sp {
		display: block;
	}

	.facility {
		padding: 3rem;
	}

	.facility h1 {
		font-size: 36px;
	}

	.facility .lead__text {
		font-size: 20px;
	}
}

.foot__banner {
	margin: 1rem auto;
	width: 60%;
	text-align: center;
}

.foot__banner:hover {
	opacity: 0.5;
}

@media screen and (min-width: 769px) {
	.foot__banner img {
		width: 40%;
		height: auto;
	}
}


/* dFrip */
.df-content {
	width: 80vw;
	margin: 5rem auto;
}

@media screen and (max-width: 768px) {
	.df-content {
		width: 100%;
		margin: 3rem auto;
	}
}