@charset "utf-8";

.header_bg {
	background: #FFFFFF;
	position: sticky;
	position: -webkit-sticky;
}

/*-------------------- sub_mv --------------------*/
.sub_mv {
	width: 100%;
	height: 384px;
	display: flex;
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	background-color: #233f9a;
}

.sub_mv .main {
	border-left: 8px solid #00b5f0;
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ttl_h1 {
	font-size: 6.5rem;
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 3px;
}

/*-------------------- breadcrumbs --------------------*/

.aioseo-breadcrumbs {
	position: relative;
	margin-top: 32px;
}

.aioseo-breadcrumbs .aioseo-breadcrumb,.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 7px;
	font-size: 1.4rem;
	letter-spacing: 1px;
}

.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
	color: #FFFFFF;
}

.aioseo-breadcrumbs .aioseo-breadcrumb:first-of-type {
	margin-left: 0;
}

.aioseo-breadcrumbs .aioseo-breadcrumb a {
	color: #FFFFFF;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.aioseo-breadcrumbs .aioseo-breadcrumb a:hover {
	color: #00b5f0;
}

/*-------------------- content --------------------*/
.content,.members_show {
	width: 100%;
	padding: 120px 0;
	background-color: #f2f3fa;
}

main .content:nth-of-type(2n) {
	background-color: #FFFFFF;
}

.bg_blue{
	background-color: #233f9a;
}

.bg_gray{
	background-color: #f2f3fa;
}

.bg_white{
	background-color: #FFFFFF;
}

.bg_blue .ttl_h2{
	color: #fff;
}

.bg_blue01{
	background-color: #f2f3fa;
}

.f_blue{
	color: #233f9a;
}

.f_blue01{
	color: #00b5f0;
}

.f_bold{
	font-weight: bold;
}

.mb0{
	margin-bottom: 0 !important;
}
.pt0{
	padding-top: 0 !important;
}

.ttl_h2 {
	font-size: 4rem;
	font-weight: bold;
	color: #233f9a;
	position: relative;
	padding-bottom: 20px;
}

.ttl_h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 123px;
	height: 6px;
	background-color: #00b5f0;
}

.ttl_h3 {
	color: #233f9a;
	font-size: 2.8rem;
	font-weight: bold;
}

.font70 {
	font-size: 7rem;
	font-weight: bold;
}

.font45 {
	font-size: 4.5rem;
	font-weight: bold;
}

.font28 {
	font-size: 2.8rem;
	font-weight: bold;
}

.font24 {
	font-size: 2.4rem;
	font-weight: bold;
}

.font20 {
	font-size: 2rem;
	font-weight: bold;
}

.content_txt {
	font-size: 1.6rem;
	line-height: 1.875;
}

.content_txt a{
	color: #000000;
}

.content_txt a:hover{
	color: #233f9a;
}

.content_txt a.content_tel{
	text-decoration: none;
}

.btn_common {
	display: block;
	width: 80%;
	max-width: 450px;
	margin: 0 auto;
	color: #ffffff;
	background-color: #00b5f0;
	border-radius: 40px;
	text-align: center;
	padding: 22px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn_common:hover {
	background-color: #233f9a;
}

.annotation01,
.annotation02{
	display: -webkit-flex;
	display: flex;
}

.annotation01::before,
.annotation02::before{
	width: 16px;
	flex: none;
}

.annotation01::before{
	content: '・';
}

.annotation02::before{
	content: '※';
}

/*-------------------- content_banner --------------------*/
.content_banner_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.content_banner_list>li {
	width: 45.5%;
	max-width: 505px;
}

.content_banner {
	font-size: 2.8rem;
	color: #ffffff;
	font-weight: bold;
	display: block;
	border-radius: 10px;
	padding: 32px 38px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat, no-repeat;
	background-position: right 30px top 32px, right center;
	background-size: auto,cover;
}

.content_banner::before {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #ffffff;
	margin-bottom: 28px;
}

.content_banner:hover {
	transform: translateY(-10px);
}
.content_banner span{
	display: block;
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 5px;
}

/*-------------------- news --------------------*/
.news_list {
	width: 100%;
}

.news_list>li {
	margin-bottom: 12px;
}

.news_list>li:last-of-type {
	margin-bottom: 0;
}

.news_list>li>a {
	width: 100%;
	display: flex;
	color: #000000;
	background-color: #ffffff;
	justify-content: space-between;
	padding: 42px 75px 42px 48px;
	border: 2px solid #a3a3a3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news_list>li>a:hover {
	border-color: #00b5f0;
}

.news_img_block {
	width: 362px;
	position: relative;
	border: 1px solid #a3a3a3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
}

.news_img_block img {
	display: block;
}

.news_img_block img.news_img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.news_content_block {
	font-size: 1.6rem;
	width: calc(100% - 392px);
}

.news_date_cate {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 4px;
	margin: 4px auto 20px auto;
}

.news_date {
	margin-right: 18px;
}

.news_cate span {
	display: inline-block;
	line-height: 1.5;
	color: #ffffff;
	padding: 2px 15px;
}

.news_cate span.news_cate_notice {
	background-color: #ff0000;
}

.news_cate span.news_cate_info {
	background-color: #53b34c;
}

.news_cate span.news_cate_pickup {
	background-color: #53b34c;
	display: none;
}

.news_tit {
	font-size: 2.8rem;
	font-weight: bold;
	color: #233f9a;
	margin-bottom: 15px;
}

.news_txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*-------------------- detail --------------------*/
.detail_date {
	color: #233f9a;
	font-weight: normal;
}

.detail_img {
	display: block;
	margin: 60px auto;
}

.detail_content p {
	margin: 30px 0;
}

.detail_content p:last-of-type {
	margin-bottom: 0;
}

.detail_content .wp-block-image {
	margin: 45px 0;
}

.detail_content .wp-block-image img {
	display: block;
	margin: 0 auto;
}

.detail_btn {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

.detail_btn>a {
	width: 169px;
	border: 2px solid #233f9a;
	color: #233f9a;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-right: 20px;
	border-radius: 20px;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

.detail_btn>a:last-of-type {
	margin-right: 0;
}

.detail_btn>a.detail_prev {
	background-position: left 20px center;
	background-image: url(../img/sub/ico_prev_page02.png);
}

.detail_btn>a.detail_next {
	background-position: right 20px center;
	background-image: url(../img/sub/ico_next_page02.png);
}

.detail_btn>a:hover {
	background-color: #233f9a;
	color: #ffffff;
}

/*-------------------- pagination --------------------*/
.wp-pagenavi {
	display: flex;
	justify-content: center;
	margin-top: 75px;
}

.pagination a,
.pagination span {
	width: 46px;
	height: 46px;
	text-align: center;
	font-size: 1.6rem;
	color: #000000;
	font-weight: bold;
	line-height: 46px;
	border: 1px solid transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pagination a:hover {
	border-color: #a3a3a3;
	color: #a3a3a3;
}

.pagination span.current {
	border-color: #a3a3a3;
	color: #a3a3a3;
}

.pagination a.previouspostslink,
.pagination a.nextpostslink {
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
}

.pagination a.previouspostslink {
	background-image: url(../img/sub/ico_prev_page.png);
}

.pagination a.nextpostslink {
	background-image: url(../img/sub/ico_next_page.png);
}
/*-------------------- anchor_list --------------------*/
.anchor_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.anchor_list>li {
	width: 23.5%;
	margin-right: 2%;
}

.anchor_list>li:nth-of-type(4n) {
	margin-right: 0;
}

.btn_anchor {
	display: flex;
	width: 100%;
	height: calc(100% - 6px);
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.35;
	font-weight: bold;
	color: #233f9a;
	text-align: center;
	padding: 16px 45px;
	border: 3px solid #00b5f0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../img/sub/ico_arrow_down.png) no-repeat right 24px center #ffffff;
}

.btn_anchor:hover {
	background-color: #00b5f0;
	background-image: url(../img/sub/ico_arrow_down_hover.png);
	color: #ffffff;
}


/*-------------------- select --------------------*/
.input_select {
	display: block;
	width: 330px;
	height: 56px;
	color: #000000;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 8px 50px 8px 20px;
	background: url(../img/sub/ico_select.png) no-repeat right 11px center #FFFFFF;
	border: none;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 10px;
}

.input_select::-ms-expand {
	display: none;
}

.input_select option::-ms-expand {
	display: none;
}

.input_select option {
	font-size: 1.6rem;
	font-weight: bold;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
/*-------------------- gray_border --------------------*/
.gray_border{
	width: 100%;
	padding: 40px 50px;
	border: 8px solid #f2f3fa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
	
	/*-------------------- content_banner --------------------*/

	.content_banner_list>li {
		width: 48%;
	}
}
@media only screen and (max-width: 1024px) {

	/*-------------------- sub_mv --------------------*/
	.sub_mv {
		height: 360px;
	}

	.ttl_h1 {
		font-size: 5rem;
	}

	/*-------------------- breadcrumbs --------------------*/

	.aioseo-breadcrumbs {
		margin-top: 25px;
		overflow-x: scroll;
		white-space: nowrap;
	}

	/*-------------------- content --------------------*/
	.content,.members_show {
		padding: 80px 0;
	}
	
	.ttl_h2{
		font-size: 3.6rem;
	}

	.ttl_h3 {
		font-size: 2.4rem;
	}

	.font70 {
		font-size: 6.5rem;
	}

	.font45 {
		font-size: 4.2rem;
	}

	.font28 {
		font-size: 2.6rem;
	}

	.font24 {
		font-size: 2.2rem;
	}

	/*-------------------- content_banner --------------------*/

	.content_banner_list>li {
		width: 48%;
	}

	.content_banner {
		font-size: 2.4rem;
		background-size: auto, cover;
	}
	
	.content_banner span{
		font-size: 1.8rem;
	}

	/*-------------------- news --------------------*/

	.news_list>li>a {
		padding: 40px 60px 40px 35px;
	}

	.news_img_block {
		width: 40%;
	}

	.news_content_block {
		width: 56%;
	}

	.news_tit {
		font-size: 2.6rem;
	}

	/*-------------------- detail --------------------*/

	.detail_img {
		margin: 50px auto;
	}

	.detail_btn {
		margin-top: 60px;
	}

	/*-------------------- pagination --------------------*/
	.pagination {
		margin-top: 50px;
	}
	/*-------------------- anchor_list --------------------*/

	.anchor_list {
		margin-bottom: 40px;
	}

	.anchor_list>li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}

	.anchor_list>li:nth-of-type(4n) {
		margin-right: 4%;

	}

	.anchor_list>li:nth-of-type(2n) {
		margin-right: 0;
	}

	.btn_anchor {
		font-size: 2rem;
	}
	/*-------------------- gray_border --------------------*/
	.gray_border{
		padding: 40px;
	}
}


@media only screen and (max-width: 768px) {

	/*-------------------- sub_mv --------------------*/
	.sub_mv {
		height: 320px;
	}

	.sub_mv .main {
		border-left-width: 6px;
		padding-left: 30px;
	}

	.ttl_h1 {
		font-size: 4.2rem;
		letter-spacing: 0;
	}

	/*-------------------- content --------------------*/
	.content,.members_show {
		padding: 60px 0;
	}

	.ttl_h2 {
		font-size: 3.2rem;
	}

	.ttl_h2::after {
		width: 100px;
		height: 4px;
	}

	.ttl_h3 {
		font-size: 2.2rem;
	}

	.font70 {
		font-size: 6rem;
	}

	.font45 {
		font-size: 3.6rem;
	}

	.font28 {
		font-size: 2.4rem;
	}

	.font24 {
		font-size: 2rem;
	}

	.font20 {
		font-size: 1.8rem;
	}

	/*-------------------- content_banner --------------------*/
	.content_banner_list {
		display: block;
	}

	.content_banner_list>li {
		width: 100%;
		margin: 0 auto 30px auto;
	}

	.content_banner {
		font-size: 2.2rem;
		padding: 30px 20px 40px;
		background-position: right 25px top 25px, center center;
	}

	.content_banner::before {
		width: 40px;
		margin-bottom: 22px;
	}
	
	.content_banner span{
		font-size: 1.6rem;
	}

	/*-------------------- news --------------------*/

	.news_list>li>a {
		padding: 30px 20px;
	}

	.news_date_cate {
		margin-bottom: 15px;
	}

	.news_tit {
		font-size: 2.2rem;
		margin-bottom: 10px;
	}

	/*-------------------- detail --------------------*/

	.detail_img {
		margin: 40px auto;
	}

	.detail_content p {
		margin: 20px 0;
	}

	.detail_content .wp-block-image {
		margin: 35px 0;
	}

	.detail_btn {
		margin-top: 50px;
	}

	.detail_btn>a {
		width: 140px;
		font-size: 1.4rem;
		margin-right: 12px;
	}

	.detail_btn>a.detail_prev {
		background-position: left 10px center;
	}

	.detail_btn>a.detail_next {
		background-position: right 10px center;
	}

	/*-------------------- pagination --------------------*/
	.pagination {
		padding-left: 1px;
	}

	.pagination a,
	.pagination span {
		width: 36px;
		height: 36px;
		font-size: 1.4rem;
		line-height: 36px;
		margin-left: -1px;
	}
	/*-------------------- anchor_list --------------------*/

	.anchor_list {
		margin-bottom:20px;
	}

	.btn_anchor {
		height: calc(100% - 4px);
		font-size: 2rem;
		padding: 16px 10px;
		border-width: 2px;
	}
	/*-------------------- gray_border --------------------*/
	.gray_border{
		padding: 40px 30px;
		border-width: 4px;
	}
}


@media only screen and (max-width: 700px) {

	/*-------------------- news --------------------*/

	.news_list>li>a {
		display: block;
	}

	.news_img_block {
		width: 100%;
		max-width: 362px;
		margin: 0 auto 20px auto;
	}

	.news_content_block {
		width: 100%;
	}

	.news_date_cate {
		margin-top: 0;
	}

	/*-------------------- detail --------------------*/
	.detail_btn {
		padding-left: 2px;
	}

	.detail_btn>a {
		margin-right: 0;
		border-radius: 0;
		margin-left: -2px;
	}
}


@media only screen and (max-width: 480px) {

	/*-------------------- sub_mv --------------------*/
	.sub_mv {
		height: 280px;
	}

	.ttl_h1 {
		font-size: 3.2rem;
	}

	/*-------------------- breadcrumbs --------------------*/

	.aioseo-breadcrumbs {
		margin-top: 20px;
	}

	/*-------------------- content --------------------*/
	.content,.members_show {
		padding: 50px 0;
	}

	.ttl_h2 {
		font-size: 2.4rem;
	}

	.ttl_h3 {
		font-size: 2rem;
	}

	.font70 {
		font-size: 5rem;
	}

	.font45 {
		font-size: 2.6rem;
	}

	.font28 {
		font-size: 2.2rem;
	}

	.font24 {
		font-size: 1.8rem;
	}
	.font20 {
		font-size: 1.6rem;
	}

	.annotation01::before,
	.annotation02::before
	{
		width: 14px;
	}

	.content_txt {
		font-size: 1.4rem;
	}

	.btn_common {
		border-radius: 40px;
		padding: 15px 10px;
	}
	/*-------------------- content_banner --------------------*/
	.content_banner span{
		font-size: 1.4rem;
	}

	/*-------------------- news --------------------*/

	.news_content_block {
		font-size: 1.4rem;
	}

	.news_date {
		margin-right: 12px;
	}

	.news_tit {
		font-size: 2rem;
	}

	/*-------------------- detail --------------------*/

	.detail_btn>a {
		width: 130px;
	}
	/*-------------------- anchor_list --------------------*/

	.anchor_list>li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.anchor_list>li:nth-of-type(4n) {
		margin-right: 0;
	}

	.btn_anchor {
		font-size: 1.6rem;
	}
	

/*-------------------- select --------------------*/


	.input_select {
		width: calc(100% - 80px);
		height: 42px;
		font-size: 1.4rem;
		border-radius: 6px;
	}


	.input_select option {
		font-size: 1.4rem;
	}
	/*-------------------- gray_border --------------------*/
	.gray_border{
		padding: 30px 20px;
	}

}