@charset "utf-8";

/*---------- ビジュアル更新 ----------*/
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}

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

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.alignright {
	margin-left: auto;
}

img.alignleft {
	margin-right: auto;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	max-width: 100%;
	height: auto;
}

.clearfix {
	overflow: hidden;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

pre {
	white-space: pre-wrap;
}

.gallery-item img {
	width: 100%;
}

/*-------------------------------*/
/*------------ header ------------*/
#logo img.logo_black {
	opacity: 1;
}

/*-------------------------------*/
#content_wrap {
	/* background: red; */
	position: relative;
}

/*------------ h1 ------------*/
#content_h {
	position: relative;
	width: 100%;
	padding: 279px 0 80px;
	background: #FFF;
	border-radius: 0 0 280px;
	z-index: 10;
}

#h_area {
	max-width: 1540px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

#h_area h1 {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.25;
	color: #218ED1;
	margin-bottom: 65px;
	position: relative;
}

#h_area h1::before {
	content: "";
	display: inline-block;
	vertical-align: text-top;
	width: 8px;
	height: 8px;
	margin: 9px 10px 0 3px;
	border-radius: 50%;
	background: #33CBD1;
	box-shadow: 0 0 0 3px rgb(51, 203, 209, .3);
}

#h_area h1::after {
	display: block;
	content: attr(data-txt) "";
	font-family: 'Poppins', sans-serif;
	font-size: 9.0rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 32px;
	max-height: 100%;
}

#content_h img {
	width: 100%;
	height: auto;
}

/*------------ パンくず ------------*/
#breadcrumb {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	max-width: 1730px;
	margin: 20px auto 19px;
	padding: 0 100px;
	overflow: hidden;
	position: relative;
}

#breadcrumb .breadcrumb_inner {
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
}

#breadcrumb .breadcrumb_inner .breadcrumbs {
    padding: 9px 20px;
    background: #FFF;
    border: 1px solid #218ED1;
    border-radius: 100px;
}

#breadcrumb .breadcrumb_inner a {
	position: relative;
	color: rgba(33, 142, 209, 0.8);
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0 26px 0 0;
	transition: color .3s ease;
}

#breadcrumb .breadcrumb_inner a:after {
	position: absolute;
	color: rgba(33, 142, 209, 0.8);
	content: "/";
	display: block;
	top: 0;
	right: -17px;
	margin: auto;
}
#breadcrumb .breadcrumb_inner .current-item {
	font-weight:bold;
	color:#218ED1;
}

#breadcrumb .breadcrumb_inner a:hover{
	color:rgba(33, 142, 209, 1) !important;
}
/*------------ content_area内 ------------*/
.content_area {
	padding: 161px 0 179px;
	margin: 0 auto;
	position: relative;
}

.content_area.padding-top-0 {
	padding-top: 0 !important;
}

.content_area.padding-bottom-0 {
	padding-bottom: 0 !important;
}

.inner {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto 0;
	position: relative;
	z-index: 5;
}

.inner>*:first-child {
	margin-top: 0;
}

.inner>*:last-child {
	margin-bottom: 0;
}

#wrapper.recruit .inner * {
	color:#FFF;
}
#wrapper.recruit .bg_white_box * {
	color: #222;
}

/*-------------------------------*/
a {
	color: #222;
	text-decoration: underline;
}

a:visited {
	color: #333;
}

a[target="_blank"] {
	padding-right: 25px;
	background: url(../img/popup.svg) no-repeat center right 5px;
}

a.non[target="_blank"] {
	padding-right: 0;
	background: none;
}

a[href$=".doc"],
a[href$=".docx"] {
	padding-right: 25px;
	background: url(../img/icon_word.svg) no-repeat center right 5px;
}

a[href$=".xls"],
a[href$=".xlsx"] {
	padding-right: 25px;
	background: url(../img/icon_excel.svg) no-repeat center right 5px;
}

a[href$=".pdf"] {
	padding-right: 25px;
	background: url(../img/icon_pdf.svg) no-repeat center right 5px;
}

a.none[href$=".pdf"] {
	padding-right: 0;
	background: none;
}

[href^="tel:"] {
	color: #333 !important;
	pointer-events: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* 各ページh2 */
h2 {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.65;
	margin: 65px 0 30px;
	position: relative;
}

.sec_ttl_h2 {
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.65;
	text-align: center;
	margin: 106px 0 41px;
}

.sec_ttl_h2::before{
	    display: block;
	    content: attr(data-txt) "";
	    font-family: 'Poppins', sans-serif;
	    font-size: 2.4rem;
	    font-weight: 600;
	    letter-spacing: 0;
	    line-height: 1;
	    color: #3CEDFF;
	    max-height: 100%;
	    margin-bottom: 20px;
}

.sec_ttl_h2::after {
	position: absolute;
	content: "";
	width: 100vw;
	min-width: 1400px;
	height: 1400px;
	background: rgb(71,164,222);
	background: radial-gradient(ellipse 550px 550px at 50% 50%, rgba(71,164,222,1) 0%, #218ED1 100%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -5;
	pointer-events:none;
}

.h2_blue{
	font-size: 3.6rem;
	font-weight: bold !important;
	color: #218ED1 !important;
}

.h2_blue:first-child {
	margin-top: 0;
}

/* 各ページh3 */
h3 {
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin: 65px 0 22px;
}

.sec_ttl_h3 {
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.65;
	text-align: center;
	margin: 76px 0 17px;
}

/* 各ページh4 */
h4 {
	margin: 50px 0 15px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.65;
	position: relative;
}

h3+h4 {
	margin: 21px 0 22px;
}

/* 各ページh5 */
h5 {
	font-weight: 500;
	margin: 35px 0 10px;
	line-height: 1.65;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

p {
	display: block;
	margin-bottom: 30px;
	line-height: 1.75;
	letter-spacing: 0.06em;
	max-height: 100%;
}

ul,
ol {
	padding-left: 20px;
	margin: 10px 0;
}

li {
	line-height: 2.7rem;
	margin-bottom: 5px;
}

ul li {
	list-style: disc;
	max-height: 100%;
}

ol li {
	list-style: decimal;
	max-height: 100%;
}

ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}




/*--------------------
	table
--------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	width: 100%;
	margin: 20px auto;
}
table tr:not(:last-child) {
	border-bottom: 1px solid #CCCCCC;
}
table th,
table td {
	padding: 34px 23px 34px 27px;
	max-height: 100%;
}

table th {
	font-weight: 500;
	text-align: left;
	border-right: 1px solid #CCCCCC;
	vertical-align: unset;
	white-space: nowrap;
}

table th>*:first-child,
table td>*:first-child {
	margin-top: 0 !important;
}

table th>*:last-child,
table td>*:last-child {
	margin-bottom: 0 !important;
}

table td ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 0;
}

table td li {
	max-height: 100% !important;
}

/*---------- pagenav ----------*/
#pagenav {
	margin-top: 90px;
}

.wp-pagenavi {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .first,
.wp-pagenavi .last {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 2.4rem;
	color: #8D785A;
	text-decoration: none;
	margin: 0 5px;
	background-color: rgba(141, 120, 90, .25);
	border-radius: 50%;
	transition: all .3s ease;
}

/* hover */
.wp-pagenavi .current,
.wp-pagenavi .page:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
	color: #fff;
	background-color: #8D785A;
}


/*------------ others ------------*/
.recruit_p_white {
	font-weight:500;
	text-align:center;
	margin-bottom: 46px;
}

.rec_cursive_box {
    display: block;
    text-align: right;
    transform: translateX(-50%);
    left: 50%;
    min-width: 1400px;
    width: 100vw;
    max-width: 1400px;
    height: 105px;
    position: relative;
    pointer-events: none;
    z-index: 50;
}
.rec_cursive{
	display: inline-block;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 12rem;
	letter-spacing: 0;
	line-height: 1.2;
	color: #00EDFF !important;
	transform: rotate(-12deg);
	white-space: nowrap;
	position: relative;
}
.bg_white_box {
    padding: 110px 100px;
    background: #FFF;
    border-radius: 100px;
    position: relative;
}

.bg_white_box.wider::before {
    position: absolute;
    content: "";
    min-width:1510px;
    width: 100vw;
    height: 100%;
    top: 0;
    left: -150px;
    background: #FFF;
    border-radius: 100px 0 0 100px;
    z-index: -3;
}

.link_btn a {
	position: relative;
	display: block;
	text-decoration: none;
	width: 309px;
	font-weight: bold;
	line-height: 1.2;
	color: #222;
	text-align: center;
	margin: 24px 0 0;
	padding: 14px 18px 14px 23px;
	background: #FFF;
	border: 1px solid #222;
	border-radius: 100px;
	overflow: hidden;
	transition: all 0.3s;
}

.link_btn a:hover {
	background: rgba(97, 90, 51, .12);
}

.column_02,
.column_03 {
	display: flex;
	flex-wrap: wrap;
}

.column_02>div {
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.column_02>div:nth-child(2n) {
	margin-right: 0;
}

.column_03>div,
.column_03>ul {
	width: calc((100% - 72px) / 3);
	margin-right: 36px;
	box-sizing: border-box;
}

.column_03>div img {
	margin: 0;
}

.column_03>div:nth-child(3n),
.column_03>ul:nth-child(3n) {
	margin-right: 0;
}

.txt_right {
	text-align: right;
	margin-bottom: 80px;
}

.txt_left {
	text-align: left;
}

.txt_center {
	text-align: center;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 39.666%;
	position: relative;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

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

	/*------------ h1 ------------*/
	#content_h {
		padding: 115px 0 20px;
		border-radius: 0 0 50px;
	}

	#content_h::after {
		height: 33px;
	}

	#h_area h1 {
		font-size: 1.3rem;
		margin-bottom: 20px;
	}

	#h_area h1::before {
		margin: 6px 8px 0 3px;
	}

	#h_area h1::after {
		font-size: 4.6rem;
		font-size: min(4.6rem, 12.3vw);
		margin-top: 12px;
	}

	#content_h img {
		object-fit: cover;
		height: 100% !important;
	}

	/*------------ パンくず ------------*/
	#breadcrumb {
		display: none;
	}


	/*------------ content_area内 ------------*/
	.content_area {
		padding: 55px 0 70px !important;
		margin: 0 auto 0;
	}

	/* 各ページh2 */
	h2 {
		font-size: 1.8rem;
		margin: 50px 0 20px;
	}

	.sec_ttl_h2 {
		font-size: 2.2rem;
		margin: 55px 0 25px;
	}


	.sec_ttl_h2::before {
		font-size: 1.6rem;
		margin-bottom: 3px;
	}

	.sec_ttl_h2::after {
		width: 100vw;
		min-width: 300px;
		height: 300px;
		background: rgb(71, 164, 222);
		background: radial-gradient(ellipse 150px 150px at 50% 50%, rgba(71, 164, 222, 1) 0%, #218ED1 100%);
	}

	.h2_blue{
		font-size: 2rem;
	}

	/* 各ページh3 */
	h3 {
		font-size: 1.8rem;
		margin: 40px 0 13px;
	}

	.sec_ttl_h3 {
		font-size: 2.0rem;
		margin: 55px 0 15px;
	}

	/* 各ページh4 */
	h4 {
		font-size: 1.6rem;
		margin: 20px 0 10px;
	}

	h3+h4 {
		margin: 15px 0 10px;
	}

	/* 各ページh5 */
	h5 {
		font-size: 1.3rem;
		margin: 20px 0 0;
	}

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


	p {
		margin-bottom: 15px;
		line-height: 1.8;
	}

	[href^="tel:"] {
		pointer-events: all;
		text-decoration: underline;
	}


	/*------------ table ------------*/
	table {
		border-top: 1px solid #CCCCCC;
	}

	
	table th,
	table td {
		display:block;
		width:100%;
		padding: 15px 9px;

	}

	table th {
		background:#f8f8f8;
		border-right:none;
	}

	/*---------- pagenav ----------*/
	.wp-pagenavi {
		margin-top: 40px;
	}

	.wp-pagenavi .page,
	.wp-pagenavi .current,
	.wp-pagenavi .first,
	.wp-pagenavi .last {
		width: 40px;
		height: 40px;
		font-size: 1.5rem;
	}

	/*------------ others ------------*/
	.recruit_p_white {
		margin-bottom: 30px;
	}
	.rec_cursive_box {
		min-width: auto;
		width: 100vw;
		max-width: none;
		height: 75px;
	}
	.rec_cursive{
		font-size: 7rem;
		font-size: min(7rem, 19vw);
	}
	.bg_white_box {
		padding: 30px 20px;
		background: #FFF;
		border-radius: 15px;
	}

	
	.bg_white_box.wider::before {
		min-width: auto;
		left: 0;
		border-radius: 15px 0 0 15px;
	}

	.link_btn a {
		max-width: 100%;
		padding: 12px 15px 14px;
	}

	.column_02>div,
	.column_03>div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.column_03>ul {
		width: 100%;
		margin-right: 0;
	}


}