@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* 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
------------------------------------------------------------*/
.zen-antique {
	font-weight: 500;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.montserrat {
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
.zen-new {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}
.noto {
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
}
.pink {
	color: #EE243A;
}
.blue {
	color: #005DAC;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 2rem 2rem 0;
	position: relative;
}
.pageTitle .pho {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
}
.pageTitle .pho::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(50% - 22rem);
	background: linear-gradient(to right,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	content: "";
}
.pageTitle .pho img {
	width: 100%;
	height: 45rem;
	object-fit: cover;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 1rem 1rem 0;
	}
	.pageTitle .pho::before {
		width: 15rem;
	}
	.pageTitle .pho img {
		height: 30rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	position: absolute;
	right: 2rem;
	bottom: 0;
	width: calc(50% + 8rem);
	height: 5rem;
	padding: 0 3rem;
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	background-color: #fff;
	border-top-left-radius: 1rem;
}
#pagePath::before {
	position: absolute;
	left: -1rem;
	bottom: 0;
	background: url(../img/common/icon01.png) no-repeat;
	background-size: 100% 100%;
	width: 1rem;
	height: 1rem;
	content: "";
}
#pagePath li {
	display: inline;
}
#pagePath li:not(:last-child) {
	margin-right: 3.4rem;
	position: relative;
}
#pagePath li:not(:last-child)::before {
	position: absolute;
	right: -2.3rem;
	top: 0.6rem;
	width: 0.8rem;
	height: 0.8rem;
	background-color: #DDD;
	content: "";
	border-radius: 100%;
}
@media all and (min-width: 897px) {
	#pagePath a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		display: none;
	}
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
	width: 124rem;
	margin: 0 auto;
	padding: 10rem 0;
}
.mainBox > section {
	position: relative;
}
#sideBar .sideList {
	font-size: 1.4rem;
	font-weight: 500;
}
#sideBar .sideList li:not(:last-child) {
	margin-bottom: 1.5rem;
}
#sideBar .sideList a {
	padding-left: 1.8rem;
	position: relative;
	display: inline-block;
}
#sideBar .sideList a::before {
	position: absolute;
	left: 0;
	top: 0.8rem;
	width: 0.8rem;
	height: 0.8rem;
	background-color: #005DAC;
	border-radius: 100%;
	content: "";
}
@media all and (min-width: 897px) {
	#sideBar {
		width: 25rem;
	}
	#conts {
		width: 84rem;
		margin-top: -0.5rem;
	}
	#sideBar .sideList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.mainBox {
		width: auto;
		padding: 5rem 3rem 6.5rem;
	}
	.mainBox.flexB {
		display: block;
	}
	#sideBar {
		margin-bottom: 3rem;
	}
	#sideBar .sideList li:not(:last-child) {
		margin-bottom: 1rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 84rem;
	margin-left: auto;
}
@media all and (max-width: 896px) {
	.content {
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	width: 124rem;
	position: absolute;
	left: 50%;
	bottom: 10rem;
	transform: translateX(-50%);
	color: #FEFEFE;
}
.headLine01 .en {
	margin-bottom: 1rem;
	display: block;
	font-size: 8rem;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
.headLine01 .jp {
	display: block;
	font-weight: 500;
	font-size: 1.8rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine01 {
		width: auto;
		left: 4rem;
		bottom: 3rem;
		transform: none;
	}
	.headLine01 .en {
		font-size: 4rem;
		line-height: 1.1;
	}
	.headLine01 .jp {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 .jp {
	margin-bottom: 1.3rem;
	display: block;
	font-weight: 700;
	font-size: 2.4rem;
	color: #005DAC;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.headLine02 .en {
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	color: #EE243A;
	font-family: "Montserrat", sans-serif;
}
@media all and (min-width: 897px) {
	.comSticky {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}
	.comSticky .headLine02 {
		position: sticky;
		left: 0;
		top: 13rem;
	}
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 5rem;
	}
	.headLine02 .jp {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 7.5rem;
	color: #005DAC;
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.headLine03.sml {
	margin-bottom: 2.5rem;
	font-size: 4rem;
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2rem;
		font-size: 3rem;
	}
	.headLine03.sml {
		margin-bottom: 2rem;
		font-size: 2.5rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 .en {
	margin-bottom: 1rem;
	display: block;
	font-size: 6rem;
	font-weight: 700;
	color: #005DAC;
	font-family: "Montserrat", sans-serif;
}
.headLine04 .jp {
	display: block;
	font-weight: 500;
	color: #EE243A;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 16.5rem;
	}
	.headLine04 .en {
		margin-bottom: 1rem;
		font-size: 3rem;
	}
	.headLine04 .jp {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	color: #005DAC;
	font-size: 2.4rem;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 1.5rem;
		padding-bottom: 1rem;
		font-size: 2rem;
		line-height: 1.3;
	}
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 3rem;
	padding-left: 2.4rem;
	position: relative;
	color: #005DAC;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.headLine06::before {
	position: absolute;
	left: 0;
	top: 1.3rem;
	width: 1.4rem;
	height: 1.4rem;
	background-color: #EE243A;
	content: "";
	border-radius: 100%;
}
@media all and (max-width: 896px) {
	.headLine06 {
		margin-bottom: 2rem;
		padding-left: 2rem;
		font-size: 2.2rem;
	}
	.headLine06::before {
		top: 1.1rem;
		width: 1.2rem;
		height: 1.2rem;
	}
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
	margin-bottom: 2rem;
	font-weight: 700;
	color: #005DAC;
	font-size: 2rem;
}
/*------------------------------------------------------------
	comTab
------------------------------------------------------------*/
.comTab table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDD;
}
.comTab th,
.comTab td {
	padding: 2.8rem 1rem 2.75rem;
	vertical-align: top;
	text-align: left;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #DDD;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.comTab th {
	padding-left: 3rem;
	width: 22.6%;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.comTab tr:not(.trFlex) th,
	.comTab tr:not(.trFlex) td {
		padding: 1rem 0 1.8rem 2rem;
		width: 100%;
		display: block !important;
	}
	.comTab tr:not(.trFlex) th {
		padding: 1.8rem 2rem 0;
		border-bottom: none;
	}
	.comTab .trFlex {
		display: flex;
		border-bottom: 1px solid #DDD;
	}
	.comTab .trFlex th,
	.comTab .trFlex td {
		width: auto;
		padding: 1.7rem 0 1.8rem;
		border: none;
	}
	.comTab .trFlex th {
		flex-shrink: 0;
		padding-left: 2rem;
		padding-right: 3rem;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList li {
	margin-bottom: 3rem;
	display: flex;
	justify-content: space-between;
}
.comList li:last-child {
	margin-bottom: 0 !important;
}
.comList .pho {
	width: 26rem;
}
.comList .pho img {
	width: 100%;
	border-radius: 1rem;
}
.comList .textBox {
	width: calc(100% - 29rem);
}
.comList .ttl {
	margin-bottom: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.comList .place {
	padding-left: 2.8rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	background: url(../img/common/icon06.png) no-repeat left 0.1rem top 0.4rem;
	background-size: 1.6rem auto;
}
.comList .tel {
	margin-top: 1rem;
}
.comList .tel a {
	padding: 0 0 1rem 2.8rem;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.05em;
	background: url(../img/common/icon05.png) no-repeat left top 0.2rem;
	background-size: 2rem auto;
}
@media all and (max-width: 896px) {
	.comList li {
		margin-bottom: 1.5rem;
		display: block;
	}
	.comList .pho {
		width: auto;
		position: relative;
		height: 0;
		padding-bottom: 60.8%;
	}
	.comList .pho img {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		object-fit: cover;
	}
	.comList .textBox {
		margin-top: 2rem;
		width: auto;
	}
	.comList .place {
		background-position: left 0.1rem top 0.5rem;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact a {
	height: 12rem;
	padding-top: 3.2rem;
	display: block;
	color: #FEFEFE;
	background-color: #333;
}
.comContact p {
	width: 114.4rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
}
.comContact .en {
	padding-left: 5.2rem;
	font-size: 4rem;
	background: url(../img/common/icon07.png) no-repeat left center;
	background-size: 3.5rem auto;
}
.comContact .jp {
	margin: -0.1rem 0 0 5rem;
	font-size: 1.4rem;
}
@media all and (min-width: 897px) {
	.comContact a:hover {
		background-color: #005DAC;
	}
}
@media all and (max-width: 896px) {
	.comContact a {
		height: 12.6rem;
		padding: 2.5rem 4rem 0;
	}
	.comContact p {
		width: 31rem;
		margin: 0 auto;
		display: block;
	}
	.comContact .en {
		display: block;
		padding-left: 3rem;
		font-size: 3rem;
		background-size: 2.3rem auto;
	}
	.comContact .jp {
		display: block;
		margin: 0.5rem 0 0;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comArrow {
	position: absolute;
	right: 0;
	top: 50%;
	width: 2.3rem;
	height: 2.5rem;
	overflow: hidden;
	transform: translateY(-56%);
}
.comArrow::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/icon08.png) no-repeat;
	background-size: 100% 100%;
	content: "";
}
@keyframes arrowAnime {
	0% {
		translate: 0 0;
	}
	50% {
		translate: 100% 0;
	}
	50.1% {
		translate: -100% 0;
	}
	100% {
		translate: 0 0;
	}
}
@keyframes arrowAnimeLeft {
	0% {
		translate: 0 0;
	}
	50% {
		translate: -100% 0;
	}
	50.1% {
		translate: 100% 0;
	}
	100% {
		translate: 0 0;
	}
}
@media all and (min-width: 897px) {
	.comHover1:hover .comArrow::before {
		animation: arrowAnime .5s;
	}
	.comHover1:hover .comArrow.left::before {
		animation: arrowAnimeLeft .5s;
	}
}
@media all and (max-width: 896px) {
	.comArrow {
		right: 0.7rem;
		top: auto;
		bottom: 0.2rem;
		width: 1.4rem;
		height: 1.5rem;
		transform: none;
	}
}
/*------------------------------------------------------------
	comArrowBg
------------------------------------------------------------*/
.comArrowBg {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	width: 6rem;
	height: 3rem;
	background-color: #FFF;
	border-radius: 0.5rem;
	transition: .3s;
}
.comArrowBg .comArrow {
	right: 50% !important;
	width: 1.2rem;
	height: 1.3rem;
	transform: translate(50%,-50%) !important;
}
.comArrowBg .comArrow::before {
	background-image: url(../img/common/icon16.png);
}
.comArrowBg .comArrow.left::before {
	background-image: url(../img/common/icon17.png);
}
.comArrowBg.blue {
	background-color: #005DAC;
	border: 1px solid #005DAC;
}
.comArrowBg.blue .comArrow::before {
	background-image: url(../img/common/icon16_on.png);
}
@media all and (min-width: 897px) {
	.comHover1:hover .comArrowBg {
		background-color: #005DAC;
	}
	.comHover1:hover .comArrowBg .comArrow::before {
		background-image: url(../img/common/icon16_on.png);
	}
	.comHover1:hover .comArrowBg .comArrow.left::before {
		background-image: url(../img/common/icon17_on.png);
	}
	.comHover1:hover .comArrowBg.blue {
		background-color: #fff;
	}
	.comHover1:hover .comArrowBg.blue .comArrow::before {
		background-image: url(../img/common/icon16.png);
	}
}
@media all and (max-width: 896px) {
	.comArrowBg .comArrow {
		bottom: auto;
		top: 50%;
	}
}
/*------------------------------------------------------------
	comEnText
------------------------------------------------------------*/
.comEnText {
	display: flex;
}
.comEnText li {
	margin: 0 2rem;
	flex-shrink: 0;
	color: #F5F5F5;
	font-size: 14rem;
	line-height: 1;
	letter-spacing: 0.05em;
}
/*------------------------------------------------------------
	comCaseList
------------------------------------------------------------*/
.comCaseList a {
	display: block;
}
.comCaseList .pho {
	height: 30rem;
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
}
.comCaseList .pho img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
.comCaseList .textBox {
	margin: -2.8rem 6rem 0 0;
	padding: 1.5rem 1rem 0;
	position: relative;
	color: #FEFEFE;
	border-top-right-radius: 1rem;
	background-color: #005DAC;
}
.comCaseList .textBox::before {
	position: absolute;
	right: -0.9rem;
	top: 2.1rem;
	background: url(../img/index/business_icon01.png) no-repeat;
	background-size: 100% 100%;
	width: 0.9rem;
	height: 0.9rem;
	content: "";
}
.comCaseList .textBox::after {
	position: absolute;
	left: 0;
	top: -0.9rem;
	background: url(../img/index/business_icon01.png) no-repeat;
	background-size: 100% 100%;
	width: 0.9rem;
	height: 0.9rem;
	content: "";
}
.comCaseList .textBox .ttl {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
}
.comCaseList .textBox .txt {
	padding-left: 1.8rem;
	display: flex;
	position: relative;
	font-size: 1.2rem;
}
.comCaseList .textBox .txt time {
	flex-shrink: 0;
}
.comCaseList .textBox .txt::before {
	position: absolute;
	left: 0;
	top: 0.6rem;
	width: 0.8rem;
	height: 0.8rem;
	background-color: #FEFEFE;
	content: "";
	border-radius: 100%;
}
.comCaseList .textBox .sort {
	padding-left: 2.8rem;
	font-weight: 500;
	background: url(../img/common/icon14.png) no-repeat left 1rem top 0.6rem;
	background-size: 0.8rem auto;
}
.comCaseList.white .textBox {
	color: #221E1F;
	background-color: #fff;
}
.comCaseList.white .textBox::before,
.comCaseList.white .textBox::after {
	background-image: url(../img/common/icon19.png);
}
.comCaseList.white .textBox .txt::before {
	background-color: #005DAC;
}
.comCaseList.white .textBox .sort {
	background-image: url(../img/common/icon20.png);
}
@media all and (min-width: 897px) {
	.comCaseList a:hover img {
		transform: scale(1.1);
	}
	.comCaseList.white {
		margin-top: -5rem;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.comCaseList.white li {
		margin-top: 5rem;
		width: 40rem;
	}
}
@media all and (max-width: 896px) {
	.comCaseList a {
		display: block;
	}
	.comCaseList .pho {
		height: 0;
		padding-bottom: 68.6%;
	}
	.comCaseList .textBox {
		margin-top: -3rem;
		padding-top: 1rem;
	}
	#index .comCaseList .textBox {
		margin-right: 6rem;
	}
	.comCaseList .textBox .ttl {
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}
	.comCaseList .textBox .txt::before {
		top: 0.6rem;
	}
	.comCaseList.white li:not(:last-child) {
		margin-bottom: 4rem;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
	margin-bottom: 5rem;
	border-top: 1px solid #CCC;
}
.comNewsList li {
	border-bottom: 1px solid #CCC;
}
.comNewsList a {
	padding: 3rem;
	display: flex;
	align-items: center;
}
.comNewsList a:hover {
	opacity: 0.7;
}
.comNewsList time {
	width: 11rem;
	flex-shrink: 0;
	font-family: "Montserrat", sans-serif;
}
.comNewsList .sort {
	flex-shrink: 0;
	width: 12rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.comNewsList .sort span {
	padding: 0.4rem 0 0.5rem;
	display: block;
	text-align: center;
	color: #FEFEFE;
	font-size: 1.4rem;
	background-color: #005DAC;
	border-radius: 0.5rem;
}
.comNewsList .sort span:not(:last-child) {
	margin-bottom: 0.5rem;
}
.comNewsList .txt {
	padding-left: 3rem;
	color: #005DAC;
	text-decoration: underline;
}
@media all and (max-width: 896px) {
	.comNewsList {
		margin-bottom: 3rem;
	}
	.comNewsList a {
		padding: 1.8rem 2rem 1.7rem;
		flex-wrap: wrap;
	}
	.comNewsList time {
		width: 9.3rem;
		margin-top: 0.1rem;
	}
	.comNewsList .sort {
		width: calc(100% - 9.3rem);
		margin-top: -0.5rem;
		display: flex;
		flex-wrap: wrap;
	}
	.comNewsList .sort span {
		width: 8rem;
		padding: 0.1rem 0;
		margin: 0.5rem 0.5rem 0 0 !important;
		font-size: 1.2rem;
	}
	.comNewsList .txt {
		padding: 1rem 0 0;
		width: 100%;
		line-height: 1.875;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin-left: auto;
	width: fit-content;
}
.comLink a {
	display: flex;
	align-items: center;
	color: #005DAC;
	font-family: "Montserrat", sans-serif;
}
.comLink .comArrowBg {
	margin-left: 1rem;
	position: relative;
	right: auto;
	bottom: auto;
}
/*------------------------------------------------------------
	comProductsList
------------------------------------------------------------*/
.comProductsList a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20rem;
	background-color: #fff;
}
.comProductsList a::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0.5rem solid #EE243A;
	box-sizing: border-box;
	content: "";
	border-radius: 20rem;
	z-index: 2;
	pointer-events: none;
}
.comProductsList .blue a::before {
	border-color: #005DAC;
}
.comProductsList .pho {
	position: relative;
	overflow: hidden;
	height: 27rem;
}
.comProductsList .pho::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10rem;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
	content: "";
	z-index: 1;
}
.comProductsList .pho img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
.comProductsList p {
	padding: 2rem 0 6.2rem;
	text-align: center;
	color: #EE243A;
	background: url(../img/common/icon18.png) no-repeat bottom 2.8rem center;
	background-size: 1.2rem auto;
}
.comProductsList .blue p {
	color: #005DAC;
	background-image: url(../img/common/icon16.png);
}
.comProductsList .jp {
	margin-bottom: 1rem;
	display: block;
	font-weight: 700;
}
.comProductsList .en {
	display: block;
	font-size: 1rem;
}
@media all and (min-width: 897px) {
	.comProductsList {
		width: 84.6rem;
		margin: -3rem auto 0;
		position: relative;
	}
	.comProductsList::after {
		content: "";
		width: 25.5rem;
	}
	.comProductsList li {
		margin-top: 3rem;
		width: 25.5rem;
	}
	.comProductsList a:hover img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 896px) {
	.comProductsList .slick-slide > div {
		width: 25.5rem;
		margin: 0 1rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: -0.5rem;
	font-size: 0;
	clear: both;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	margin: 0.5rem 0.5rem 0;
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.8rem;
	border-radius: 1rem;
	background-color: #F5F5F5;
}
.wp-pagenavi span.current {
	color: #FEFEFE;
	background-color: #005DAC;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	background-color: #005DAC;
}
.wp-pagenavi .comArrow {
	right: 50%;
	width: 1.2rem;
	height: 1.4rem;
	transform: translate(50%,-50%);
}
.wp-pagenavi .comArrow.left::before {
	background-image: url(../img/common/icon17_on.png);
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi .page:hover {
		color: #FEFEFE;
		background-color: #005DAC;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin: -0.5rem -2rem 0;
	}
	.wp-pagenavi a,
	.wp-pagenavi .current {
		margin: 0.5rem 0.3rem 0;
		width: 4rem;
		height: 4rem;
		font-size: 1.6rem;
	}
	.wp-pagenavi .comArrow {
		bottom: auto;
		top: 50%;
	}
}
/*------------------------------------------------------------
	pageNavi
------------------------------------------------------------*/
.pageNavi {
	width: 27rem;
	margin: 0 auto;
	position: relative;
}
.pageNavi .prev {
	position: absolute;
	left: 0;
	top: 0;
}
.pageNavi .next {
	position: absolute;
	right: 0;
	top: 0;
}
.pageNavi .comHover1 {
	width: 5rem;
	height: 5rem;
	display: block;
	position: relative;
	border-radius: 1rem;
	background-color: #005DAC;
}
.pageNavi .comArrow {
	right: 50%;
	width: 1.2rem;
	height: 1.4rem;
	transform: translate(50%,-50%);
}
.pageNavi .comArrow.left::before {
	background-image: url(../img/common/icon17_on.png);
}
.pageNavi .mid {
	width: 15rem;
	margin: 0 auto;
}
.pageNavi .mid a {
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	letter-spacing: -0.05em;
	background-color: #F5F5F5;
	border-radius: 1rem;
}
@media all and (min-width: 897px) {
	.pageNavi .mid a:hover {
		color: #FEFEFE;
		background-color: #005DAC;
	}
}
@media all and (max-width: 896px) {
	.pageNavi .comArrow {
		top: 50%;
		bottom: auto;
	}
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox .pho {
	width: 36rem;
	margin-top: 0.5rem;
	order: 1;
}
.comImgBox .pho img {
	width: 100%;
	border-radius: 50rem;
}
.comImgBox .textBox {
	width: 43rem;
}
.comImgBox .textBox p {
	line-height: 2;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.comImgBox {
		display: block;
	}
	.comImgBox .pho {
		width: auto;
		margin: 0 0 2rem;
	}
	.comImgBox .textBox {
		width: auto;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin-bottom: 5rem;
}
.comLinkList li {
	width: 41rem;
}
.comLinkList a {
	height: 6rem;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-weight: 700;
	color: #FEFEFE;
	letter-spacing: -0.05em;
	background-color: #005DAC;
	border-radius: 1rem;
}
.comLinkList a:hover {
	opacity: 0.7;
}
.comLinkList span {
	padding: 1rem 3.6rem 1rem 0;
	background: url(../img/common/icon21.png) no-repeat right center;
	background-size: 2.6rem auto;
}
.comLinkList small {
	margin-left: 0.6rem;
	font-size: 1.4rem;
	font-weight: 500;
}
.comLinkList .color a {
	background-color: #666;
}
.comLinkList .color span {
	padding: 1rem 0 1rem 3rem;
	background: url(../img/common/icon22.png) no-repeat left center;
	background-size: 2.1rem auto;
}
.comLinkList li.wid {
	width: 40rem;
}
@media all and (max-width: 896px) {
	.comLinkList {
		margin-bottom: 2.5rem;
		display: block;
	}
	.comLinkList li {
		width: 33rem !important;
		margin: 0 auto 1rem;
	}
	.comLinkList li:last-child {
		margin-bottom: 0;
	}
	.comLinkList a {
		font-size: 1.5rem;
	}
	.comLinkList small {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	margin-bottom: 3rem;
}
.comTable table {
	width: 100%;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 1.5rem 0;
	width: 12.5%;
	vertical-align: middle;
	text-align: center;
	font-weight: 500;
	box-sizing: border-box;
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
.comTable td:last-child,
.comTable th:last-child {
	border-right: none;
}
.comTable th {
	font-weight: 700;
	background-color: #F5F5F5;
}
.comTable thead th {
	letter-spacing: -0.05em;
	border-top: none;
}
.comTable small {
	font-size: 1.4rem;
}
.comTable sup {
	font-size: 1rem;
}
@media all and (max-width: 896px) {
	.comTable {
		margin-bottom: 2rem;
		padding-bottom: 1rem;
		overflow-y: scroll;
	}
	.comTable table {
		width: 84rem;
	}
}
/*------------------------------------------------------------
	comListUl
------------------------------------------------------------*/
.comListUl {
	margin-top: -5rem;
}
.comListUl li {
	margin-top: 5rem;
	width: 40rem;
}
.comListUl a {
	display: block;
}
.comListUl .pho {
	position: relative;
	height: 30rem;
	overflow: hidden;
	border-radius: 1rem 1rem 1rem 0;
}
.comListUl .pho img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	transition: .3s;
}
.comListUl .pho .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 8rem;
	height: 3rem;
	background-color: #fff;
	border-top-right-radius: 1rem;
}
.comListUl .pho .bg::before {
	position: absolute;
	right: -0.9rem;
	top: 2.1rem;
	background: url(../img/common/icon19.png) no-repeat;
	background-size: 100% 100%;
	width: 0.9rem;
	height: 0.9rem;
	content: "";
}
.comListUl .pho .bg::after {
	position: absolute;
	left: 0;
	top: -0.9rem;
	background: url(../img/common/icon19.png) no-repeat;
	background-size: 100% 100%;
	width: 0.9rem;
	height: 0.9rem;
	content: "";
}
.comListUl .pho .num {
	position: absolute;
	padding: 0.3rem 1rem;
	left: 2rem;
	bottom: 4.9rem;
	font-size: 1.4rem;
	background-color: #fff;
	border-radius: 5rem;
	z-index: 1;
}
.comListUl .textBox {
	margin: -1.5rem 1rem 0;
	position: relative;
}
.comListUl .textBox .headLine07 {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.comListUl .textBox p {
	line-height: 1.8;
}
.comListUl .comArrowBg {
	position: relative;
	right: auto;
	bottom: auto;
	margin: 2rem 0 0 auto;
}
@media all and (min-width: 897px) {
	.comListUl a:hover img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 896px) {
	.comListUl {
		margin-top: 0;
		display: block;
	}
	.comListUl li {
		margin: 0 0 3rem;
		width: auto;
	}
	.comListUl li:last-child {
		margin-bottom: 0;
	}
	.comListUl .pho {
		height: 0;
		padding-bottom: 75%;
	}
	.comListUl .textBox .headLine07 {
		font-size: 2rem;
	}
	.comListUl .comArrowBg {
		margin-top: 0.5rem;
	}
}
/*------------------------------------------------------------
	comDotBox
------------------------------------------------------------*/
.comDotBox {
	padding: 3rem 3rem 2rem;
	background-color: #F5F5F5;
	border-radius: 1rem;
}
@media all and (max-width: 896px) {
	.comDotBox {
		padding: 2rem;
	}
}
/*------------------------------------------------------------
	comDotList
------------------------------------------------------------*/
.comDotList li {
	padding: 0 0 1rem 1.8rem;
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.comDotList li::before {
	position: absolute;
	left: 0;
	top: 0.9rem;
	width: 0.8rem;
	height: 0.8rem;
	background-color: #005DAC;
	content: "";
	border-radius: 100%;
}
@media all and (max-width: 896px) {
	.comDotList li {
		padding-bottom: 0.5rem;
	}
}
/*------------------------------------------------------------
	fixLink
------------------------------------------------------------*/
.fixLink {
	position: fixed;
	right: 0;
	top: 19.7rem;
	padding: 0.3rem 0 0.3rem 0.3rem;
	border-radius: 1rem 0 0 1rem;
	background-color: #FFF;
}
.fixLink a {
	width: 6rem;
	height: 25rem;
	padding-top: 2rem;
	display: block;
	text-align: center;
	color: #FEFEFE;
	background-color: #005DAC;
	border-radius: 0.5rem 0 0 0.5rem;
}
.fixLink a:hover {
	opacity: 0.7;
}
.fixLink .en {
	margin-bottom: 1.5rem;
	display: block;
	line-height: 1.125;
}
.fixLink .jp {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.06;
	display: block;
}
@media all and (max-width: 896px) {
	.fixLink {
		top: auto;
		bottom: 4.7rem;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s ease;
}
.fadeInUp.on {
	opacity: 1;
	transform: none; 
}
.fadeIn > .fade {
	opacity: 0;
	transform: translateY(50px);
	transition-duration: 1s, 1s;
}
.fadeIn.on > .fade {
	transition-property: opacity, transform;
	opacity: 1;
	transform: none; 
}
.delay01 {
	transition-delay: 1s;
}
@media all and (min-width: 897px) {
	.delay02 {
		transition-delay: .5s;
	}
	.delay03 {
		transition-delay: 1s;
	}
	.delay04 {
		transition-delay: 1.5s;
	}
	.delay05 {
		transition-delay: 2s;
	}
	.delay06 {
		transition-delay: 2.5s;
	}
}