@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.3.1/css/all.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500|Poppins:700&display=swap");

*,
*::before,
*::after {
	box-sizing: border-box;
}

::selection {
	background: #d4dcd6;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

body,
html {
	width: 100%;
	height: 100%;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.75;
	letter-spacing: 0.1em;
	word-break: break-all;
}

a {
	color: inherit;
	text-decoration: none;
}

.link {
	color: #3f9ee7;
}

.link:hover {
	opacity: 0.5;
}

a[href^="tel"] {
	cursor: default;
}

#header {
	height: 80px;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.h-logo {
	width: 225px;
	padding-left: 31px;
}

.h-contents {
	width: auto;
}

.g-navi {
	display: flex;
}

.g-navi ul {
	display: flex;
}

.g-navi ul li {
	display: flex;
	align-items: center;
	margin-right: 45px;
}

.g-navi ul li a {
	color: #3f9ee7;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	transition: 0.5s;
	position: relative;
}

.g-navi ul li a:hover::before {
	width: 100%;
}

.g-navi ul li a::before {
	content: "";
	width: 0;
	height: 1px;
	background: #3f9ee7;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.5s;
}

.contact-btn {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	text-align: center;
	background: #f66262;
	width: 260px;
	height: 80px;
	padding-left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: 0.5s;
}

.contact-btn:hover {
	opacity: 0.5;
}

.contact-btn::before {
	content: "";
	background: url(../images/share/icon09.png) no-repeat center/cover;
	width: 14px;
	height: 17px;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sp-navi {
	display: none;
}

.t-container {
	max-width: 1024px;
	margin: 0 auto;
}

.sec01 {
	background: #f7fafc;
	padding: 50px 0;
}

.sec01-box {
	background: #fff;
	border-top: 2px solid #3f9ee7;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
	padding: 35px 0 40px;
}

.search-area01 {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #edf0f2;
	padding: 0 40px 40px;
}

.search-area01 .ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	margin-right: 30px;
}

.search-area01 .ttl i {
	color: #3f9ee7;
	font-size: 15px;
	margin-right: 10px;
}

.search-area01 .btn {
	line-height: 1;
}

.search-area01 .btn a {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	width: 200px;
	padding: 10px 10px 10px 20px;
	background: #f66262;
	border: 2px solid #f66262;
	border-radius: 20px;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.search-area01 .btn a:hover {
	color: #f66262;
}

.search-area01 .btn a:hover i {
	color: #f66262;
}

.search-area01 .btn a:hover::after {
	width: 100%;
}

.search-area01 .btn a i {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.5s;
}

.search-area01 .btn a::after {
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.5s;
}

.search-dl {
	margin-right: 20px;
}

.search-dl dt {
	font-size: 15px;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 10px;
}

.search-dl dt.key {
	padding-left: 25px;
	position: relative;
}

.search-dl dt.key::before {
	content: "";
	background: url(../images/share/icon01.png) no-repeat center/cover;
	width: 20px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-dl dt.place i {
	color: #3f9ee7;
	font-size: 15px;
	margin-right: 5px;
}

.search-dl dd input {
	width: 575px;
	height: 40px;
	padding: 0 10px;
	background: #f7fafc;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.search-area02 {
	padding: 40px;
	border-bottom: 1px solid #edf0f2;
	margin-bottom: 40px;
}

.search-area02.dentistry {
	padding: 0 40px 40px;
	border-bottom: 0;
	margin-bottom: 0;
}

.search-area02 .ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	padding-left: 25px;
	position: relative;
	margin-bottom: 40px;
}

.search-area02 .ttl::before {
	content: "";
	background: url(../images/share/icon03.png) no-repeat center/cover;
	width: 17px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

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

.area-box .left {
	width: 455px;
}

.area-box .right {
	width: 410px;
}

.area-box .area-dl+.area-dl {
	margin-top: 25px;
}

.area-box .area-dl dt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

.area-box .area-dl dd .list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.area-box .area-dl dd .list li {
	line-height: 1.8;
}


.area-box .area-dl dd .list li a {
	color: #3f9ee7;
	font-size: 14px;
	line-height: 1.8;
	border-bottom: 1px solid #3f9ee7;
	display: block;
}

.area-box .area-dl dd .list li a:hover {
	opacity: 0.7;
	border-bottom: none;
}

.sec01-btn {
	text-align: center;
	line-height: 1;
}

.sec01-btn a {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	display: inline-block;
	width: 240px;
	padding: 10px 10px 10px 20px;
	background: #f66262;
	border: 2px solid #f66262;
	border-radius: 20px;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.sec01-btn a:hover {
	color: #f66262;
}

.sec01-btn a:hover i {
	color: #f66262;
}

.sec01-btn a:hover::after {
	width: 100%;
}

.sec01-btn a i {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.5s;
}

.sec01-btn a::after {
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.5s;
}

.sec02 {
	padding: 60px 0 50px;
}

.sec02-list {
	margin-bottom: 50px;
}

.sec02-list>li a {
	border-top: 2px solid #3f9ee7;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	transition: 0.5s;
}

.sec02-list>li a:hover {
	box-shadow: 0 0.3rem 6rem rgba(0, 0, 0, 0.3);
}

.sec02-list>li .l-img {
	margin-right: 40px;
}

.sec02-list>li .l-img img {
	width: 280px;
	height: 205px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.sec02-list>li .l-desc {
	flex: 1;
	padding: 30px 50px 30px 0;
	position: relative;
}

.sec02-list>li+li {
	margin: 30px 0 0;
}

.sec02-list>li .l-ttl {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}

.sec02-list>li .l-ttl .place {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	padding: 1px 15px;
	background: #ecbe33;
	border-radius: 2px;
	margin-right: 15px;
}

.sec02-list>li .l-ttl .txt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
}

.sec02-list>li .l-list {}

.sec02-list>li .l-list li {
	font-size: 14px;
}

.sec02-list>li .l-list li i {
	color: #3f9ee7;
	margin-right: 5px;
}

.sec02-list>li .l-list li+li {
	margin: 5px 0 0;
}

.sec02-list>li .l-btn {
	position: absolute;
	right: 50px;
	bottom: 30px;
	line-height: 1;
}

.sec02-list>li .l-btn a {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	display: inline-block;
	width: 140px;
	padding: 10px 10px 10px 20px;
	background: #f66262;
	border: 2px solid #f66262;
	border-radius: 20px;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.sec02-list>li .l-btn a:hover {
	color: #f66262;
}

.sec02-list>li .l-btn a:hover::before {
	border-color: transparent transparent transparent #f66262;
}

.sec02-list>li .l-btn a:hover::after {
	width: 100%;
}

.sec02-list>li .l-btn a::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.5s;
}

.sec02-list>li .l-btn a::after {
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.5s;
}

.sec03 {
	padding: 60px 0 50px;
	background: #f7fafc;
}

.sec03-post {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 45px;
}

.sec03-post::after {
	content: "";
	width: 320px;
}

.sec03-post li {
	width: 320px;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.sec03-post li a {
	display: block;
	transition: 0.5s;
}

.sec03-post li a:hover {
	box-shadow: 0 0.3rem 6rem rgba(0, 0, 0, 0.3);
}

.sec03-post li a .img img {
	width: 320px;
	height: 205px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.sec03-post li a .ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	background: #fff;
	padding: 15px 30px;
	border-bottom: 1px solid #edf0f2;
}

.sec03-post li a .time {
	background: #fff;
	padding: 20px 30px;
}

.sec03-post li a .time i {
	color: #3f9ee7;
	font-size: 14px;
	margin-right: 5px;
}

.sec03-post li a .time time {
	font-size: 14px;
}

.top-ttl {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 25px;
	padding: 12px 15px;
	background: linear-gradient(165deg, #3f9ee7 30%, #57bee8 60%) no-repeat 50% 50%/100% 100%;
	margin-bottom: 40px;
}

.top-btn {
	text-align: center;
	line-height: 1;
}

.top-btn a {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	display: inline-block;
	width: 240px;
	padding: 10px 10px 10px 20px;
	background: #f66262;
	border: 2px solid #f66262;
	border-radius: 20px;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.top-btn a:hover {
	color: #f66262;
}

.top-btn a:hover::before {
	border-color: transparent transparent transparent #f66262;
}

.top-btn a:hover::after {
	width: 100%;
}

.top-btn a::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.5s;
}

.top-btn a::after {
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.5s;
}

#footer {
	background: linear-gradient(#3f9ee7 25%, #57bee8 55%) no-repeat 50% 50%/100% 100%;
	padding: 45px 0 30px;
}

.f-container {
	max-width: 1024px;
	margin: 0 auto;
}

.f-txt01 {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 25px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 35px;
}

.f-txt01 .num {
	font-size: 35px;
	font-weight: bold;
}

.f-txt01 .border {
	padding-bottom: 15px;
	border-bottom: 2px solid #fff;
}

.f-txt02 {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	text-align: center;
	margin-bottom: 55px;
}

.f-txt02 .en {
	font-weight: bold;
}

.sitemap {
	margin-bottom: 30px;
}

.sitemap ul {
	display: flex;
	justify-content: center;
}

.sitemap ul li {
	margin: 0 7px;
}

.sitemap ul li a {
	color: #fff;
	font-size: 13px;
	line-height: 1;
	border-bottom: 1px solid #fff;
}

.sitemap ul li a:hover {
	opacity: 0.7;
	border-bottom: none;
}

.copyright {
	color: #fff;
	font-size: 11px;
	text-align: center;
}

/*------------
下層レイアウト
--------------*/
.breadcrumb {
	margin: 10px 0 70px;
	width: 100%;
}

.breadcrumb ul {
	margin: 0 auto;
	max-width: 1024px;
}

.breadcrumb ul li {
	display: inline;
}

.breadcrumb ul li a {
	color: #3f9ee7;
	transition: 0.5s;
}

.breadcrumb ul li a:hover {
	opacity: 0.5;
}

.breadcrumb ul li+li:before {
	content: "/ ";
	padding: 0 5px;
	color: #3f9ee7;
}

#under-middle {
	min-height: calc(100vh - 630px);
}

#under-middle .contents p+p {
	margin-top: 15px;
}

/*------------
下層パーツ
--------------*/
.u-h3 {
	color: #3f9ee7;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}

.u-h302 {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 25px;
	padding: 12px 15px;
	background: linear-gradient(165deg, #3f9ee7 30%, #57bee8 60%) no-repeat 50% 50%/100% 100%;
	margin-bottom: 30px;
}

.u-h4,
.postdata h4 {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	padding: 8px 15px;
	background: linear-gradient(165deg, #3f9ee7 30%, #57bee8 60%) no-repeat 50% 50%/100% 100%;
	margin-bottom: 20px;
	display: grid;
	margin-top: 40px;
}

.u-h5,
.postdata h5 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: grid;
	margin-top: 40px;
}

.short+.short {
	margin: 50px 0 0;
}

.tall {
	padding: 80px 0;
}

.u-container {
	max-width: 1024px;
	margin: 0 auto;
}

.u-bg01 {
	background: #f7fafc;
}

.col2,
.col2-col2,
.col3,
.col3-col2,
.col4,
.col4-col2 {
	display: flex;
	flex-wrap: wrap;
}

.col2,
.col2-col2 {
	justify-content: space-between;
}

.col2>li,
.col2-col2>li {
	margin: 0 0 30px;
	width: 49%;
}

.col3,
.col3-col2 {
	margin: 0 -1%;
}

.col3>li,
.col3-col2>li {
	margin: 0 1% 25px;
	width: 31.3333333%;
}

.col4,
.col4-col2 {
	margin: 0 -1%;
}

.col4>li,
.col4-col2>li {
	margin: 0 1% 15px;
	width: 23%;
}

.l-imgR,
.l-imgL {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.l-imgR .l-img,
.l-imgL .l-img {
	margin: 0 40px 0 0;
	width: 40%;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
	flex: 1;
}

.l-imgR {
	flex-direction: row-reverse;
}

.l-imgR .l-img {
	margin: 0 0 0 40px;
}

.pic_l {
	float: left;
	width: 40%;
	margin-right: 4%;
}

.pic_r {
	float: right;
	width: 40%;
	margin-left: 4%;
}

.u-table {
	border-top: 2px solid #3f9ee7;
}

.u-table tr th {
	border-bottom: 1px solid #cccccc;
	padding: 11px 11px 11px 0;
	line-height: 1.5;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
}

.u-table tr td {
	border-bottom: 1px solid #cccccc;
	padding: 11px 0 11px 11px;
	line-height: 1.5;
}

.um-account-meta.radius-1 {
	display: none;
}

.inquiry {
	border-top: 2px solid #3f9ee7;
}

.inquiry tr th {
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
	line-height: 1.5;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
}

.inquiry tr th.required::after {
	content: "*";
	color: #f66262;
	margin-left: 8px;
}

.inquiry tr td {
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
	line-height: 1.5;
}

input[type="text"] {
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 16px;
	border-radius: 4px;
	width: 100%;
}

.submit {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.submit li {
	margin: 0 10px;
}

input[type="submit"] {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	display: inline-block;
	width: 240px;
	padding: 10px 10px 10px 20px;
	background: #f66262;
	border: 2px solid #f66262;
	border-radius: 20px;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
	transition: 0.4s;
	cursor: pointer;
}

input[type="submit"]:hover {
	background: #fff;
	color: #f66262;
}

textarea {
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 16px;
	border-radius: 4px;
	width: 100%;
	height: 300px;
}

#job-main {
	height: 570px;
	background: url(../images/under/job-mainimg-pc.jpg) no-repeat center/cover;
	position: relative;
}

.job-main-img {
	display: none;
}

.job-main-txt {
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.job-main-txt .ttl {
	color: #3f9ee7;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 50px;
}

.job-main-txt .txt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
}

.u-btn {
	line-height: 1;
}

.u-btn a {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	width: 240px;
	padding: 10px 10px 10px 20px;
	background: #f66262;
	border: 2px solid #f66262;
	border-radius: 20px;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.u-btn a:hover {
	color: #f66262;
}

.u-btn a:hover::before {
	border-color: transparent transparent transparent #f66262;
}

.u-btn a:hover::after {
	width: 100%;
}

.u-btn a::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.5s;
}

.u-btn a::after {
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.5s;
}

.u-btn-col2 {
	display: flex;
	justify-content: center;
}

.u-btn-col2 li {
	margin: 0 16px;
}

.u-btn-col2 li a {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 306px;
	height: 60px;
	padding: 0 10px 0 20px;
	background: #f66262;
	border: 2px solid #f66262;
	border-radius: 30px;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.u-btn-col2 li a:hover {
	color: #f66262;
}

.u-btn-col2 li a:hover::before {
	border-color: transparent transparent transparent #f66262;
}

.u-btn-col2 li a:hover::after {
	width: 100%;
}

.u-btn-col2 li a::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.5s;
}

.u-btn-col2 li a::after {
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.5s;
}

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

.flow-list li {
	width: 320px;
	position: relative;
}

.flow-list li:last-child .l-img::before {
	content: none;
}

.flow-list li .num {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 23px;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3f9ee7;
	border-radius: 50%;
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.flow-list li .l-img {
	border: 3px solid #3f9ee7;
	margin-bottom: 15px;
	position: relative;
}

.flow-list li .l-img::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 19px;
	border-color: transparent transparent transparent #3f9ee7;
	position: absolute;
	right: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.u-faq dt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	padding: 0 0 15px 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

.u-faq dt::before {
	content: "Q";
	color: #f66262;
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	position: absolute;
	top: -2px;
	left: 0;
}

.u-faq dd {
	padding: 0 0 0 30px;
	position: relative;
}

.u-faq dd::before {
	content: "A";
	color: #3f9ee7;
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	position: absolute;
	top: -5px;
	left: 0;
}

.u-faq dd+dt {
	margin-top: 50px;
}

.search-box-wrp {
	background: #f7fafc;
	padding: 50px 0;
}

.u-search-box {
	max-width: 1024px;
	margin: 0 auto;
	background: #fff;
	border-top: 2px solid #3f9ee7;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
	padding: 35px 0 40px;
}

.u-search-area01 {
	display: flex;
	align-items: flex-end;
	padding: 0 40px;
}

.u-search-area01 .ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	margin-right: 30px;
}

.u-search-area01 .ttl i {
	color: #3f9ee7;
	font-size: 15px;
	margin-right: 10px;
}

.u-search-area01 .btn {
	line-height: 1;
}

.u-search-area01 .btn a {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	display: inline-block;
	width: 200px;
	padding: 10px 10px 10px 20px;
	background: #f66262;
	border: 2px solid #f66262;
	border-radius: 20px;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.u-search-area01 .btn a:hover {
	color: #f66262;
}

.u-search-area01 .btn a:hover i {
	color: #f66262;
}

.u-search-area01 .btn a:hover::after {
	width: 100%;
}

.u-search-area01 .btn a i {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.5s;
}

.u-search-area01 .btn a::after {
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.5s;
}

.u-search-dl {
	margin-right: 20px;
}

.u-search-dl dt {
	font-size: 15px;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 10px;
}

.u-search-dl dt.key {
	padding-left: 25px;
	position: relative;
}

.u-search-dl dt.key::before {
	content: "";
	background: url(../images/share/icon01.png) no-repeat center/cover;
	width: 20px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.u-search-dl dt.place i {
	color: #3f9ee7;
	font-size: 15px;
	margin-right: 5px;
}

.u-search-dl dd input {
	width: 575px;
	height: 40px;
	padding: 0 10px;
	background: #f7fafc;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.u-search-area02 {
	border-top: 2px solid #3f9ee7;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
	padding: 40px;
}

.u-search-area02 .ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 25px;
	text-align: center;
	margin: -50px 0 40px;
}

.u-search-area02 .ttl span {
	background: #fff;
	padding: 0 20px;
}

.u-area-box {
	display: flex;
	justify-content: space-between;
}

.u-area-box .left {
	width: 455px;
}

.u-area-box .right {
	width: 410px;
}

.u-area-box .area-dl+.area-dl {
	margin-top: 25px;
}

.u-area-box .area-dl dt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

.u-area-box .area-dl dd .list {
	display: flex;
}

.u-area-box .area-dl dd .list li {
	line-height: 1;
}

.u-area-box .area-dl dd .list li+li {
	margin: 0 0 0 15px;
}

.u-area-box .area-dl dd .list li a {
	color: #3f9ee7;
	font-size: 14px;
	line-height: 1;
	border-bottom: 1px solid #3f9ee7;
	display: block;
	transition: 0.5s;
}

.u-area-box .area-dl dd .list li a:hover {
	opacity: 0.5;
}

.u-search-btn {
	text-align: center;
}

.u-search-btn a {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	width: 240px;
	padding: 8px 10px 8px 20px;
	background: #f66262;
	border-radius: 20px;
	position: relative;
	transition: 0.5s;
}

.u-search-btn a:hover {
	opacity: 0.5;
}

.u-search-btn a i {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.clinic-list>li {
	border-top: 2px solid #3f9ee7;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
	padding: 30px 40px;
	margin-bottom: 30px;
}

.clinic-list>li .ttl {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.clinic-list>li .ttl a {
	color: #3f9ee7;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	position: relative;
	transition: 0.5s;
}

.clinic-list>li .ttl a:hover {
	opacity: 0.5;
}

.clinic-list>li .list {
	display: flex;
}

.clinic-list>li .list li {
	font-size: 15px;
	margin-right: 20px;
}

.clinic-list>li .list li i {
	color: #3f9ee7;
	margin-right: 5px;
}

.keyword-wrp {
	border-top: 2px solid #3f9ee7;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
	padding: 40px 40px 20px;
}

.keyword-list {
	display: flex;
	flex-wrap: wrap;
}

.keyword-list li {
	margin: 0 30px 30px 0;
}

.keyword-list li a {
	color: #3f9ee7;
	font-size: 14px;
	line-height: 1;
	border-bottom: 1px solid #3f9ee7;
}

.keyword-list li a:hover {
	opacity: 0.7;
	border-bottom: none;
}

.list_number {
	counter-reset: number;
}

.list_number>li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
}

.list_number>li:last-child {
	margin-bottom: 0;
}

.list_number>li::before {
	counter-increment: number;
	content: counter(number);
	margin-right: 1em;
	background: #3f9ee7;
	border: 1px solid #3f9ee7;
	border-radius: 50%;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 1px;
}

.list-style01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 45px;
}

.list-style01::after {
	content: "";
	width: 320px;
}

.list-style01>li {
	width: 320px;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.list-style01>li a {
	display: block;
	transition: 0.5s;
}

.list-style01>li a:hover {
	box-shadow: 0 0.3rem 6rem rgba(0, 0, 0, 0.3);
}

.list-style01>li a .l-img img {
	width: 320px;
	height: 205px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.list-style01>li a .l-ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	padding: 15px 20px;
	border-bottom: 1px solid #edf0f2;
}

.list-style01>li a .l-list {
	padding: 15px 20px;
}

.list-style01>li a .l-list li {
	font-size: 14px;
	text-indent: -8px;
	padding-left: 16px;
}

.list-style01>li a .l-list li i {
	color: #3f9ee7;
	margin-right: 5px;
}

.list-style01>li a .l-list li+li {
	margin: 5px 0 0;
}

.list-style01>li a .time {
	background: #fff;
	padding: 20px 30px;
}

.list-style01>li a .time i {
	color: #3f9ee7;
	font-size: 14px;
	margin-right: 5px;
}

.list-style01>li a .time time {
	font-size: 14px;
}

.recruit-list>li {
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
	border-top: 2px solid #3f9ee7;
	transition: 0.5s;
}

.recruit-list>li:hover {
	opacity: 0.5;
}

.recruit-list>li+li {
	margin: 50px 0 0;
}

.recruit-list>li a {
	padding: 30px 30px 40px;
	display: flex;
}

.recruit-list>li a .l-img {
	width: 30%;
	margin-right: 30px;
}

.recruit-list>li a .l-desc {
	flex: 1;
	position: relative;
}

.recruit-list>li a .l-desc .ads-txt {
	color: #888;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	position: absolute;
	right: 0;
	bottom: -30px;
}

.recruit-list>li a .l-list {
	margin-bottom: 20px;
}

.recruit-list>li a .l-list li {
	font-family: #3f9ee7;
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.txt-style {
	border: 1px solid #ddd;
	padding: 30px;
}

.txt-style .ttl {
	color: #3f9ee7;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	margin: -45px 0 20px;
}

.txt-style .ttl span {
	background: #fff;
	padding: 0 20px;
}

.catchcopy {
	font-family: "Noto Sans JP", sans-serif;
}

.catchcopy h4 {
	margin-bottom: 18px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 18px;
	font-weight: 500;
	font-size: 20px;
}

.catchcopy p {
	font-weight: 300;
	font-size: 16px;
}

.catchcopy p a {
	text-decoration: underline;
}

.pagination {
	margin-top: 50px;
	list-style-type: none;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
}

.pagination a {
	font-weight: 300;
	padding-top: 1px;
	text-decoration: none;
	border-left-width: 0;
	min-width: 36px;
	min-height: 36px;
	color: #333;
}

.pagination li:not([class*="current"]) a:hover {
	background-color: #eee;
}

.pagination li:first-of-type a {
	border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: inherit;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.pagination li.first a::before {
	content: "\f100";
}

.pagination li.last a::after {
	content: "\f101";
}

.pagination li.previous a::before {
	content: "\f104";
}

.pagination li.next a::after {
	content: "\f105";
}

.pagination li.current a {
	background-color: #3f9ee7;
	cursor: default;
	pointer-events: none;
	color: #fff;
}

.pagination>li:first-child>a {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination>li:last-child>a {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.customer {
	font-size: 18px;
	font-weight: 500;
}

.customer a {
	text-decoration: underline;
	color: #3f9ee7;
}

/*------------
common
--------------*/
.fixed:after {
	clear: both;
	content: "";
	display: block;
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

.fade {
	transition: 0.2s;
}

.fade:hover {
	opacity: 0.5;
}

.bold,
strong {
	font-weight: bold;
}

.red {
	color: #f44336;
}

.green {
	color: #00b050;
}

.notice {
	font-size: 13px;
	text-indent: -1rem;
	padding: 0 0 0 15px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

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

.mb15 {
	margin-bottom: 15px !important;
}

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

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb30-15 {
	margin-bottom: 30px !important;
}

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

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

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

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.tal {
	text-align: left;
}

.tar-c {
	text-align: right;
}

.tal-c {
	text-align: left;
}

.tac-l {
	text-align: center;
}

.tac-r {
	text-align: center;
}

.closed {
	margin-top: 40px;
	padding: 20px;
	color: #f66262;
	border: 4px solid #f66262;
	background: #fff;
	font-size: 20px;
	text-align: center;
}

.closed br {
	display: none;
}

.location {
	margin-top: 12px;
	border: 1px solid #ddd;
	padding: 3px;
}

.post-password-form {
	text-align: center;
	margin-top: 250px;
	margin-bottom: 250px;
	line-height: 2.0;
}

.list_icon {
	margin-bottom: 20px;
}

.list_icon li {
	list-style: disc;
	margin-left: 2em;
}

.table-pp {
	margin: 20px 0;
}

.table-pp th,
.table-pp td {
	border: 1px solid #dedede;
	text-align-last: left;
	padding: 8px;
}

.table-pp th {
	background: #fff;
}

.table-pp td {
	background: #fcfcfd;
}

.privacypolicy{
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 20px;
	text-align: center;
	border: solid 1px #ddd;
	background: #faf9f8;
}