@charset "UTF-8";
/* CSS Document */
/* =======================================

	common.css

========================================== */
/*pc*/
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
/*sp*/
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
/* text
========================================== */
body {
	color: #454545;
	font-family: 'Noto Sans JP', sans-serif,"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size:18px;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
.number {
font-family: 'Advent Pro', sans-serif;
}

.center {
	text-align: center;
}

@media screen and (max-width:768px) {
	body{
		font-size: 16px;
	}
}

/* Link
========================================== */
a:hover {
	color: #5eb3df;
	text-decoration: none;
}
a:focus {
	outline: none;
}
/* Margin
========================================== */
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
@media screen and (max-width:768px) {
	.mb80 {
		margin-bottom: 30px !important;
	}
	.mb100 {
		margin-bottom: 50px !important;
	}
}
/* title
========================================== */
.ttl_main {
	text-align: left;
	font-size: 24px;
	color: #fff;
	letter-spacing: 3px;
	line-height: 1.5;
}
.ttl_main.black {
	color: #454545;
}
.ttl_main.center {
	text-align: center;
}
.ttl_main .ttl_en {
	display: block;
	font-size: 20px;
	color: #01a1ee;
	letter-spacing: normal;
}
.underline span {
	padding: 0 20px 5px;
	background: linear-gradient(transparent 0, #01a1ee 0);
	background-repeat: no-repeat;
	background-size: 100% 20px;
	background-position: bottom;
}

@media screen and (max-width:599px) {
	.underline span {
		background-size: 100% 15px;
	}
}
/* btn
========================================== */
.btn_more {
	text-align:center;
}
.btn_more.right {
	text-align:right;
}
.btn_more a {
	font-size: 20px;
	background: #3e78ca;
	border: solid 2px #3e78ca;
	color: #fff;
	padding: 20px 40px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50px;
	position: relative;
	transition: all 0.5s;
}
.btn_more a::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	right: 32px;
	top: 3px;
	bottom: 0;
	margin: auto;
	transition: all 0.5s;
}
.btn_more a:hover {
	background: #01a1ee;
	color: #fff;
}
.btn_more a:hover::after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	right: 20px;
}


/* Heading
========================================== */
.ttl_type01 {
	position: relative;
	margin-bottom: 70px;
	padding-bottom: 20px;
	font-size: 40px;
	text-align: center;
}
.ttl_type01::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 7px;
	background-color: #2c68bc;
	border-radius: 7px;
}

.ttl_type02 {
	position: relative;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom:10px;
	font-size: 36px;
	border-bottom:1px solid #498ee0;
}
.ttl_type02 span {
	color: #454545;
}
.ttl_type02::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0.5em;
	color: rgb(0 86 141 / 20%);
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 1;
}

.ttl_type03 {
	padding: 20px 30px;
	margin-bottom:40px;
	font-size: 24px;
	color: #fff;
	background: #2c68bc;
	border-radius:30px;
}

.ttl_type04{
	position: relative;
	margin-bottom:40px;
	padding: 1rem 2rem;
	font-size: 22px;
	border: solid 2px #01a1ee;
}
.ttl_type04::after{
	position: absolute;
	content: "Excellent Point";
	top: -10px;
	left: 15px;
	background: #fff;
	font-size: 0.75rem;
	color: #27acd9;
	padding: 0 10px;
}

.ttl_type05{
	position: relative;
	display: inline-block;
	margin: 0 auto 20px;
	padding: 20px;
	font-size: 24px;
	line-height: normal;
	z-index: 0;
}
.ttl_type05::before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0px;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	z-index: -1;
	background: #bfd4e9;
	box-shadow: 11px 8px 12px 0px #e4e5e6, -7px -9px 18px #ffffff;
	transform: translateY(-50%);
}
.ttl_type06 {
	position: relative;
	margin-bottom: 10px;
	padding: 15px 20px;
	background: #00a2ee;
	font-size:max(20px, min(3vw,22px) );
	font-size:clamp(20px, 3vw,22px) ;
	color:#fff;
}
.ttl_type07 {
	margin-bottom: 10px;
	padding: 15px 20px;
	border-left:10px solid #00a2ee;
	border-bottom:1px solid #00a2ee;
	font-size:max(20px, min(3vw,22px) );
	font-size:clamp(20px, 3vw,22px) ;
}

@media screen and (max-width:1190px){
	.ttl_type02{
		margin-top: 40px;
		margin-bottom:40px;
		font-size: 18px;
	}
	.ttl_type02 span.en{
		font-size: 45px;
	}
	.ttl_type02 span.en::before{
		left:-40px;
		top:-30px;
		width: 75px;
		height: 75px;
		background-size:cover;
	}
}



@media screen and (max-width:768px){
	.ttl_type01 {
		font-size: 24px;
	}
	.ttl_type02{
		margin-bottom:40px;
		font-size:22px;
	}
	.ttl_type02::before {
		font-size: 16px;
		top: 0em;
		left: 0;
	}
	.ttl_type02 span.en{
		font-size:30px;
	}
	.ttl_type03{
		margin-bottom:30px;
		font-size: 20px;
	}
	.ttl_type04{
		font-size: 22px;
	}
}
@media screen and (max-width:599px){
	.ttl_type01 {
		font-size: 22px;
	}
	.ttl_type02{
		margin-top: 40px;
		margin-bottom:40px;
		font-size: 20px;
	}
	.ttl_type04{
		font-size: 20px;
	}

}


/* List
========================================== */
.list_type01{margin-bottom:10px;}

.list_type01 li{
	position: relative;
	margin-bottom:10px;
	padding-left:18px;
	line-height: 1.6;
}
.list_type01 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left:0;
	width: 10px;
	height: 10px;
	background-color: #2c68bc;
	}

.list_type01 li ul{
	margin-top: 10px;}


/* 横並び */
.list_type02{
	display: flex;
	flex-wrap: wrap;
	}

.list_type02 li{
	position: relative;
	margin-right:20px;
	margin-bottom:10px;
	padding-left:18px;
}

.list_type02 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left:0;
	width: 10px;
	height: 10px;
	background-color: #f9ca0c;
	}

.list_type03{margin-bottom:10px;}

.list_type03 li{
	position: relative;
	margin-bottom:10px;
	padding-left:18px;
}
.list_type03 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left:0;
	width: 10px;
	height: 10px;
	background-color: #3bc1f0;
	}

.list_type04 {
	padding-left: 1em;
}
.list_type04 li{
	position: relative;
	margin-bottom:15px;
	padding-left:18px;
}
.list_type04 li::after {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: -0.5em;
	width: 20px;
	height: 10px;
	border-left: 4px solid #5dc36d;
	border-bottom: 4px solid #5dc36d;
	transform: rotate(-45deg);
	}

/* ol */
ol.ol_decimal {
	margin-bottom: 1.5em;
}
ol.ol_decimal {
	counter-reset: li;
	list-style: none;
	padding-left: 0;
}
ol.ol_decimal > li {
	position: relative;
	margin-bottom: 1em;
	padding-left: 2.5em;
}
ol.ol_decimal > li:before {
	content: counter(li) "";
	counter-increment: li;
	position: absolute;
	left: 0;
	width: 1.8em;
	height: 1.8em;
	background: #3bc1f0;
	border-radius: 50px;
	color: #fff;
	line-height: 1.8;
	text-align: center;
}

.notice_list{
	margin-bottom:20px;}

.notice_list li{
	position:relative;
	padding-left:2em;
	color:#666;
	line-height:1.3;
	font-size:87%;}

.notice_list li span{
	position:absolute;
	top:0;
	left:0;}


/* Dl
========================================== */
.dl_type01 .dl_box{
	display: flex;
	margin-bottom: 10px;}

.dl_type01 dt,
.dl_type01 dd{
	display: flex;
	align-items: center;
	padding: 10px 15px;
}


.dl_type01 dt{
	margin-right: 10px;
	width: 290px;
	background-color: #78b479;
	border-collapse: separate;
	border-spacing: 2px 0;
	color: #fff;
	text-align: right;
	font-weight: normal;
}

.dl_type01 dd{
	width: 1000px;
	background-color: #fff;
	border-bottom: 1px solid #ededed;
}

.dl_type01 dt div{
	width: 100%;}


@media screen and (max-width:798px){
	.dl_type01 dt{
		width: 30%;
	}
	.dl_type01 dd{
		width:calc(100% - 10px - 30%);
	}

}


@media screen and (max-width:599px){
	.dl_type01 .dl_box{
		display: block;
		margin-bottom: 0;}

	.dl_type01 dt,
	.dl_type01 dd{
		display: block;
		width: 100%;
		margin: 0;
		text-align: left;
		padding: 10px;
	}

}


/* Table
========================================== */
.table_border{
	width:100%;
	margin-bottom:10px;
}

.table_border th,
.table_border td{
	text-align:left;
	vertical-align:middle;
	padding:10px;
	border:1px solid #b6b6b6;
}

.table_border th{
	background-color:#f5fcf8;
	font-weight:normal;
}

.table_type01 {
	border-collapse: collapse;
	margin: 0 auto 10px;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

.table_type01 tr {
	border-bottom: 4px solid #fff;
}
.table_type01 th,
.table_type01 td {
	padding: 20px;
	border-right: 4px solid #fff;
}
.table_type01 th {
	background: #9a9a9a;
	color: #fff;
}
.table_type01 td{
	background: #f6f6f6;
}

.table_type02 {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 10px;
}

.table_type02 tr {
	background-color: #fff;
	padding: .35em;
	border-bottom: 1px dotted #f9ca0c;
}
.table_type02 tr:first-child{
	border-top: 2px solid #01a1ee;
}
.table_type02 tr:last-child{
	border-bottom: 2px solid #01a1ee;
}
.table_type02 th,
.table_type02 td {
	padding: 20px;
}

@media screen and (max-width: 768px) {
	.table_border,
	.table_border tbody,
	.table_border tr,
	.table_border th,
	.table_border td{
		display:block;
		width:100%;
	}
	.table_border th,
	.table_border td{
		border-bottom:none;
	}
	.table_border{
		border-bottom:1px solid #b6b6b6;
	}

	.table_type01{
		border: 0;
		width:100%
	}
	.table_type01 th{
		display: block;
		border-right: none;
	}
	.table_type01 thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.table_type01 tr {
		display: block;
	}
	.table_type01 td {
		border-bottom: 1px solid #bbb;
		display: block;
		text-align: left;
		position: relative;
		padding: 15px;
		border-right: none;
	}
	.table_type01 td::before {
		content: attr(data-label);
		font-weight: bold;
		position: absolute;
		left: 10px;
		color: #167F92;
	}
	.table_type01 td:last-child {
		border-bottom: 0;
	}
	.table_type01 tbody th {
		padding: 15px;
		color: #fff;
	}

	.table_type02 {
		border: 0;
		width:100%
	}
	.table_type02 th{
		display: block;
		border-right: none;
		padding: 10px;
	}
	.table_type02 thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.table_type02 tr {
		display: block;
	}

	.table_type02 td {
		padding: 10px;
		border-bottom: 1px solid #bbb;
		display: block;
		position: relative;
		border-right: none;
	}

	.table_type02 td::before {
		content: attr(data-label);
		font-weight: bold;
		position: absolute;
		left: 10px;
	}

	.table_type02 td:last-child {
		border-bottom: 0;
	}
}

/* column
========================================== */
.col-2{
	border: solid 1px #01a1ee;
	margin: 10px 0;
	padding: 20px;
}
.col-3{
	padding: 20px;
	margin: 2em 0;
	color: #2c2c2f;
	background: #f0fcff;
	border-top: solid 1px #1cafd5;
	border-bottom: solid 1px #1cafd5;
}
.col-3 div{
	margin-bottom: 10px;
}
.col-4 {
	position: relative;
	left: 7px;
	margin-bottom: 10px;
	padding: 1rem 2rem calc(1rem + 10px);
	background: #dcf1f7;
}
.col-4:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid #39302b;
}

/* img text
========================================== */
.imageAndText{
	display: flex;
	position: relative;
	margin: 30px auto;
	width: 100%;
	justify-content: space-between;
}
.imageAndText .pic{
	width: 40%;
}
.imageAndText .pic img{
	width: 100%;
}
.imageAndText .pic p{
	padding: 20px 0 0;
	background: #39302b;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.imageAndText .pic p span{
	margin-bottom: 10px;
	padding-right: 1rem;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #faca0f;
}
.imageAndText .text{
	width: 55%;
}

.imageAndText.pic_l .text{
	left: 45%;
}
.imageAndText.pic_r .text{
	right: 45%;
	z-index: 1;
}

@media screen and (max-width: 1200px) {
	/* .imageAndText{
		padding-bottom: 25%;
	} */
}
@media screen and (max-width: 768px) {
	.imageAndText{
		display: flex;
		flex-direction: column;
		margin: 10px auto 20px;
		padding-bottom: 0;
	}
	.imageAndText .pic{
		position: unset;
		width: 100%;
		margin: 0;
		padding: 20px;
		text-align: center;
		order: 1;
	}
	.imageAndText img{
		max-width: 100%;
		height: auto;
	}
	.imageAndText .text{
		position: unset;
		width: 100%;
		margin: 0 auto;
		order: 2;
	}
}

.imageFloat{
	width:100%;
	margin-bottom: 10px;}

.imageFloat p.fleft{
	float:left;
	margin:0 20px 20px 0;
	text-align:left;}

.imageFloat p.fright{
	float:right;
	margin:0 0 20px 20px;
	text-align:left;}

.imageFloat:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;}

@media screen and (max-width: 1200px) {
	.imageFloat p.fleft,
	.imageFloat p.fright{
		width: 40%;
	}
	.imageFloat p.fleft img,
	.imageFloat p.fright img{
		width: 100%;
		height: auto;
	}
}


@media screen and (max-width: 599px) {
	.imageFloat p.fleft,
	.imageFloat p.fright{
		float:none;
		margin:0 0 10px 0;
		width: 100%;
		text-align:center;}

	.imageFloat p.fleft img,
	.imageFloat p.fright img{
		max-width: 100%;
		width: auto;
		height: auto;
	}
}


/* nav
========================================== */
/*wordpress nav*/
.wp_nav{
	margin: 30px 0 20px;
	text-align: center;}

.wp_nav .wp-pagenavi{
	padding:10px 0;}

/* clear */
.wp_nav::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

/* Pager
========================================== */
.pager{
	position:relative;
	padding-bottom: 60px;}

.pager li{
	width:200px;}

.pager li a{
	color: #454545;
	text-decoration:none;}

.pager li a:hover{
	text-decoration:underline;}

.pager::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.pager li.prev,
.pager li.list,
.pager li.next{
	position:absolute;}

.pager li.prev{
	top:0;
	left:0;}
.pager li.list{
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	width:300px;
	text-align:center;}
.pager li.next{
	right:0;
	text-align:right;}


@media screen and (max-width:768px){
	.pager{
		padding-bottom:0;
		font-size: 100%;}

	.pager li.prev,
	.pager li.list,
	.pager li.next{
		margin-bottom:10px;
		width:100%;
		position:static;
		text-align:center;}

}

/* editor img
========================================== */
img.alignright{
	display: block!important;
	margin: 0 0 0 auto!important;
}

img.alignleft{
	display: block!important;
	margin: 0 auto 0 0!important;
}

img.aligncenter{
	display: block!important;
	margin: 0 auto!important;
}


/* anchor
========================================== */
.anchor {
	margin-top: -120px;
	padding-top: 120px;
}

@media screen and (max-width:768px){
	.anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
}
