@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%;
}

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

/*------------ h1 ------------*/
#content_h {
	position: relative;
	width: 100%;
	padding: 158px 0 0;
}

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

#h_area h1 {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.25;
	color: #222222;
	position: relative;
}

#h_area h1::before {
	content: "";
	display: inline-block;
	vertical-align: text-top;
	width: 12px;
	height: 12px;
	margin: 8px 9px 0 0;
	border-radius: 50%;
	background: #149EE7;
	/* box-shadow: 0 0 0 3px rgba(0, 87, 170,.3); */
}

#h_area h1::after {
	display: block;
	content: attr(data-txt) "";
	font-family: 'Poppins', sans-serif;
	font-size: 8rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	color: #222;
	margin-top: 18px;
	max-height: 100%;
}
.h_area_img {
	position: relative;
}
.h_area_img img {
	width: 100%;
	height: auto;
}

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

#breadcrumb .breadcrumb_inner {
	/* text-align: right; */
	overflow: hidden;
}

#breadcrumb .breadcrumb_inner a {
	position: relative;
	color: #222;
	padding: 0 0 0 0;
	margin: 0 29px 0 0;
}

#breadcrumb .breadcrumb_inner a:after {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #0996E9;
	border-right: 2px solid #0996E9;
	top: 7px;
	right: -17px;
	margin: auto;
	transform: rotate(45deg);
}

/*------------ content_area内 ------------*/
.content_area {
	padding: 86px 0 195px;
	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: 1140px;
	padding: 0 20px;
	margin: 0 auto 0;
	position: relative;
}

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

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

.w_1000 {
	max-width: 1000px;
	margin: auto;
}

/*-------------------------------*/
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.05em;
	line-height: 1.65;
	margin: 65px 0 30px;
	position: relative;
	max-height: 100%;
}

.sec_ttl_h2 {
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.65;
	text-align: center;
	margin: 126px 0 60px;
}

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

.sec_ttl_h3 {
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	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.05em;
	line-height: 1.65;
	position: relative;
	max-height: 100%;
}

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

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

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

p {
	display: block;
	margin-bottom: 30px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	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;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

table th,
table td {
	padding: 17px 20px;
	max-height: 100%;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table th {
	font-weight: 500;
	text-align: center;
	background: #EAEDF1;
	width: 33.3%;
	vertical-align: unset;
}

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;
}

/*------------ table 別デザイン ------------*/
.table_no_bg table {
    /* border-collapse: separate;
    border-spacing: 0 20px; */
    border-left: none;
}

/* .table_no_bg table tr {
    background-color: #FFF;
} */

.table_no_bg table th,
.table_no_bg table td {
    line-height: 1.875;
    border-right: none;
    padding: 21px 20px 22px 20px;
    vertical-align: top;
}

.table_no_bg table th {
    background: transparent;
    position: relative;
    /* line-height: 2.0; */
    text-align: left;
    width: 19.1%;
    /* padding: 20px 17px; */
}

/* .table_no_bg table th:after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    background: #DDDDDD;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
} */

/* .table_no_bg table td {
} */

/*------------ table スクロール ------------*/
.table {
	min-width: 100%;
	overflow-x: auto;
}

.table::-webkit-scrollbar {
	height: 5px;
}

.table::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #CCC;
}

.table::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #555;
}

.sp_table_txt {
	display: block;
	padding-left: 60px;
	margin: 0;
	background: url(../img/icon_hand.svg) no-repeat center left;
	font-size: 1.3rem;
	margin-bottom: 15px;
}

.sp_table_txt p {
	margin: 0;
	line-height: 33px;
}

/* .table table {
	border: none;
} */

.table table th,
.table table td {
	white-space: nowrap;
	/* font-weight: 500;
	line-height: 1.8125; */
}

/* .table table th {
	vertical-align: middle;
	width: auto;
	padding: 11px 20px 10px;
	border: none;
	position: relative;
}

.table table th:not(:last-child)::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 100%;
	background: #FFF;
	top: 0;
	right: -1px;

}

.table table td {
	border-right: none;
	padding: 22px 20px 23px;
} */

/*---------- 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: 40px;
	height: 40px;
	/* font-family: 'Roboto', sans-serif; */
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.9rem;
	color: #222222;
	text-decoration: none;
	margin: 0 5px;
	background-color: transparent;
	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: #F2F6F8;
}


/*------------ others ------------*/
.pl_box{
	text-align: center;
	margin: 92px 0 60px;
}
.pl_list {
    position: relative;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* width: 1400px; */
    /* max-width: calc(100% - 40px); */
    padding: 0 50px;
    margin: 0;
    background: #F2F6F8;
    display: inline-flex;
    justify-content: center;
    border-radius: 100px;
    /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); */
    /* z-index: 10; */
}

.pl_item {
    list-style: none;
    line-height: 1.8;
    margin: 0;
    padding: 0 21px;
    position: relative;
    z-index:10;
    /* flex-grow: 1; */
}

/* .pl_item::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #F2F6F8;
    margin: auto;
    z-index: -5;
}

.pl_item:first-child {padding-left: 60px;}

.pl_item:last-child {
padding-right: 60px;
}

.pl_item:first-child::after {
    border-radius: 100px 0 0 100px;
}

.pl_item:last-child::after {

	border-radius: 0 100px 100px 0;
} */

.pl_item a {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 20px;
    text-decoration: none;
    padding: 21px 0;
    transition: all .3s ease;
    position: relative;
    text-align: center;
}

.pl_item a span {
    position: relative;
    padding: 0 18px 0 0;
}

.pl_item a span::after {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    content: '';
    width: 10px;
    height: 15px;
    /* border-bottom: 2px solid #222; */
    /* border-right: 2px solid #222; */
    /* transform: rotate(45deg); */
    transition: all .3s ease;
    z-index: 5;
    background: url(../img/pl_arrow.svg) no-repeat center / contain;
}

.pl_item a:hover {
    opacity: 0.7;
}

.pl_item a:hover span::after {
    top: 7px;
}
.bg_grey {
	display: block;
	padding: 88px 0 96px;
	position: relative;
}

.bg_grey::before {
	position: absolute;
	content: "";
	width: 100vw;
	min-width: 1300px;
	height: 100%;
	background: #F2F6F8;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -10;
}

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

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

.link_btn a {
	position: relative;
	display: block;
	text-decoration: none;
	width: 320px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	color: #FFF;
	/* text-align: center; */
	margin: 24px 0 0;
	padding: 17px 40px 16px 33px;
	background: transparent;
	/* background: rgb(20,158,231);
	background: radial-gradient(circle at 0%, rgba(20,158,231,1) 0%, rgba(135,225,225,1) 100%); */
	/* border: 1px solid #222; */
	border-radius: 4px;
	overflow: hidden;
	transition: all 0.3s;
}

.link_btn a::before {
	position:absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(20, 158, 231);
	background: radial-gradient(circle at 0%, rgba(20, 158, 231, 1) 0%, rgba(135, 225, 225, 1) 100%);
	z-index: -10;
}

.link_btn a::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 7px;
    background: url(../img/arrow_r_white.svg) no-repeat center / 100% auto;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
}

.link_btn.center a {
	margin-right: auto;
	margin-left: auto;
} 


.link_btn a:hover {
	background: #149ee7;
}

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

.column_02>div {
	width: calc((100% - 40px) / 2);
	margin-right: 40px;
	margin-bottom: 40px;
	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: 95px 0 0;
	}

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

	#h_area {
		margin: 0 auto 35px;
	}

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

	#h_area h1::before {
		width: 10px;
		height: 10px;
		margin: 4px 6px 0 0;
	}

	#h_area h1::after {
		font-size: 4rem;
		margin-top: 12px;
	}

	.h_area_img img {
		object-fit: cover;
		min-height: 200px;
		height: 100% !important;
	}

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


	/*------------ content_area内 ------------*/
	.content_area {
		padding: 45px 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;
	}

	/* 各ページ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 th,
	table td {
		padding: 15px 9px;

	}

	table th {
		width: 30%;
	}

	/*------------ table 別デザイン ------------*/
    .table_no_bg table {
        border-spacing: 0;
    }

    .table_no_bg table th {
        width: 100%;
        display: block;
        padding: 10px;
        background: #fcfcfc;
        border-bottom: none;
    }

    .table_no_bg table td {
        width: 100%;
        display: block;
        padding: 10px;
        
    }

    .table_no_bg table th:after {
        content: none;
    }

	/*------------ table スクロール ------------*/
	.table table {
		border: none;
	}

	.table table th,
	.table table td {
		display: table-cell;
		width: auto !important;
		white-space: nowrap;
		padding: 10px 18px;

		/* border: 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 ------------*/
	.pl_box {
		margin: 45px 0 35px;
	}
    .pl_list {
        padding: 0;
        background: none;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        max-width: calc(100% - 30px);
        border-radius: 0;
    }

    .pl_item {
        padding: 0 !important;
        margin: 0 5px 10px;
        background: #F2F6F8;
        border-radius: 50px;
        width: 287px;
        max-width: 100%;
        flex-grow: unset;
        height:40px;
    }

    .pl_item::after {
        content: none;
    }

    .pl_item:last-child {
        margin-bottom: 0;
    }

    .pl_item a {
        font-size: 1.4rem;
        text-align: center;
        padding: 10px 15px !important;
    }

    .pl_item a span {
        padding-right: 15px !important;
    }

    .pl_item a span::after {
        /* content: none; */
        top: 6px;
        width: 8px;
        height: 13px;
    }
	.bg_grey {
		padding: 40px 0 55px;
	}

	.link_btn {
        margin: auto;
        height: 50px;
    }

    .link_btn a {
        font-size: 1.4rem;
    }

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

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

}