@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 104rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2.8rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 6.1rem;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.2rem;
	line-height: 1.33;
	text-align: center;
}
.headLine01 .sml {
	margin-top: 2.2rem;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 5rem;
		font-size: 3rem;
		letter-spacing: 0.15rem;
	}
	.headLine01 .sml {
		margin-top: 1.7rem;
		font-size: 1.8rem;
		letter-spacing: 0.09rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 2.2rem;
	color: #003B94;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.15rem;
	line-height: 1.3;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 2.5rem;
		letter-spacing: 0.125rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	margin: 0 auto;
	padding: 1rem 3.2rem 1rem 1rem;
	width: 24rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	border-radius: 0.5rem;
	border: 1px solid #4285F4;
	background: #4285F4 url(../img/common/icon01.png) no-repeat right 2rem center/0.8rem;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #4285F4;
		background-color: #fff;
		background-image: url(../img/common/icon03.png);
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		padding-right: 1.7rem;
		width: 26.3rem;
		height: 5.5rem;
		font-size: 1.5rem;
		background-position: right 2.5rem center;
	}
}
/*------------------------------------------------------------
	comBtnList
------------------------------------------------------------*/
.comBtnList {
	gap: 0 1.7rem;
}
.comBtnList li {
	width: 12.8rem;
}
.comBtnList li:last-child {
	width: 15.9rem;
}
.comBtnList a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtnList {
		display: block;
	}
	.comBtnList li {
		margin: 0 auto;
		width: 12.8rem;
	}
	.comBtnList li:last-child {
		margin-top: 1rem;
		width: 15.9rem;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
	border-top: 1px solid #D9D9D9;
}
.comNewsList li {
	border-bottom: 1px solid #D9D9D9;
}
.comNewsList a {
	padding: 2.7rem 0;
	display: flex;
	align-items: flex-start;
}
.comNewsList a:hover {
	opacity: 0.7;
}
.comNewsList .tagBox {
	margin-right: 1rem;
	min-width: 16.5rem;
	display: flex;
	align-items: flex-start;
}
.comNewsList .date {
	width: 8rem;
	margin-right: 0.8rem;
	flex-shrink: 0;
	line-height: 1.3;
	color: #737373;
}
.comNewsList .tag {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.comNewsList .tag span {
	padding: 0.1rem 0.9rem 0.2rem;
	display: block;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	background: #4285F4;
	border-radius: 3rem;
}
.comNewsList .txt {
	flex: 1;
}
.comNewsList .ttl {
	margin-bottom: 1rem;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	.comNewsList a {
		padding: 2.7rem 0 3rem;
		display: block;
	}
	.comNewsList .tagBox {
		margin: 0 0 1.8rem;
		min-width: inherit;
	}
	.comNewsList .date {
		margin: 0.2rem 0 0;
		width: 7.5rem;
	}
	.comNewsList .txt {
		letter-spacing: 0.042rem;
		font-size: 1.4rem;
		line-height: 1.43;
	}
	.comNewsList .ttl {
		margin-bottom: 1.4rem;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 1.7rem 4.5rem;
	letter-spacing: 0.08rem;
	font-weight: 500;
	line-height: 1.56;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
.comTable th {
	position: relative;
	z-index: 1;
	width: 30%;
	padding: 0.2rem 0;
	text-align: center;
}
.comTable th:after {
	position: absolute;
	left: 0;
	top: 0.4rem;
	width: 100%;
	height: calc(100% - 0.8rem);
	background: #F7F7F7;
	content: "";
	z-index: -1;
}
.comTable td a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comTable th,
	.comTable td {
		float: left;
		width: 100% !important;
		padding: 1rem 2rem 2rem;
		letter-spacing: 0.075rem;
		line-height: 1.67;
		text-align: center;
	}
	.comTable th {
		padding: 1.8rem 0.5rem 1.6rem;
		border-bottom: none;
	}
	.comTable td {
		border-top: none;
	}
}
.clipImg {
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: all 0.75s cubic-bezier(1, 0, 0, 1);
}
.clipImg.visible {
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.fadeInLeft {
	opacity: 0;
	transform: translateX(-2rem);
	transition: all 0.5s;
}
.fadeInLeft.visible {
	opacity: 1;
	transform: translateX(0);
}
.animation .fadeIn {
	opacity: 0;
	transition: all 0.5s;
}
.animation.visible .fadeIn {
	opacity: 1;
}
.animation .fadeInUp {
	opacity: 0;
	transition: all 0.5s;
	transform: translateY(5rem);
}
.animation.visible .fadeInUp {
	opacity: 1;
	transform: translateY(0);
}
.delay01 {
	transition-delay: 0.1s !important;
}
.delay02 {
	transition-delay: 0.2s !important;
}
.delay03 {
	transition-delay: 0.3s !important;
}
.delay04 {
	transition-delay: 0.4s !important;
}
.delay05 {
	transition-delay: 0.5s !important;
}
.delay06 {
	transition-delay: 0.6s !important;
}
.delay07 {
	transition-delay: 0.7s !important;
}