/*=== Top Common ===================*/
h2 {
	font-size: 28px;
	font-family: 'Noto Serif JP', serif;
	color: #00539D;
	display: flex;
	align-items: flex-start;
	border-left: 1px solid #00539D;
	padding: 0 0 0 27px;
	height: 150px;
	margin: 0 auto 50px;
	max-width: 1195px;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}

/* h2 p {
	width: 100%;
} */

h2 em {
	font-style: normal;
	padding: 0 0 0 30px;
	font-size: 20px;
}

h2 span {
	display: block;
	font-size: 20px;
	width: 100%;
}

.listHere,
.listHereCase  {
	width: 100px;
	margin: 0 auto;
	font-size: 16px;
}

.listHere a,
.listHereCase span {
	display: block;
	width: 100%;
	height: 53px;
	position: relative;
	color: #00539D;
	padding: 40px 0 0 0;
}

.listHere a:before,
.listHereCase span:before {
	content: "";
	display: block;
	width: 2px;
	height: 24px;
	background: #00539D;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.listHere a:hover {
	opacity: .6;
}


.searchBox {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.language {
	display: flex;
	align-items: center;
	padding: 0 20px 0 0;
	color: #fff;
}

.language img {
	width: 18px;
	margin: 0 6px 0 0;
}

.language p {
	margin: 0 6px 0 0;
}

.language p.en_btn {
	margin: 0;
}

.language a {
	color: #9A9A9A;
}

.language a:hover {
	text-decoration: underline;
	color: #badfff;
}

.language .blue,
.scroollChange header .language .blue,
header .changeView .language .blue,
.fixBody header .language .blue {
	display: none;
}

.language .white {
	display: block;
}

.headerBg .language,
.scroollChange header .language,
header .changeView .language,
.fixBody header .language {
	color: #00539D;
}

.headerBg .language a:hover,
.scroollChange header .language a:hover,
header .changeView .language a:hover,
.fixBody header .language a:hover  {
	color: #00539D;
}

.headerBg .language .blue,
.scroollChange header .language .blue,
header .changeView .language .blue,
.fixBody header .language .blue {
	display: block;
}

.headerBg .language .white,
.scroollChange header .language .white,
header .changeView .language .white,
.fixBody header .language .white {
	display: none;
}

.languageSp {
	display: none;
}


/*=== /Top Common ===================*/

/*=== navArea ===================*/
.fixBody {overflow: hidden;}

.navArea {
	width: 100%;
	height: 100vh;
	background: #fff;
	padding: 115px 10px 40px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	display: none;
	overflow-y: auto;
}

.navArea section {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.navArea section > div {
	width: 40%;
}

.navArea section dt {
	font-size: 32px;
	font-family: 'Noto Serif JP', serif;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
}

.navArea section dd {
	font-size: 20px;
	margin: 0 0 40px;
	padding: 0 0 0 30px;
}

.navArea section dd li {
	margin: 0 0 10px;
}

.navArea section dd li a,
.navArea section dt a {
	display: block;
	width: 100%;
	position: relative;
	padding: 0 0 5px;
}

.navArea section dd li a:before,
.navArea section dt a:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #00539D;
	opacity: 0;
	transition: all .6s ease-out;
}

.navArea section dd li a:hover,
.navArea section dt a:hover {
	color: #00539D;
}

.navArea section dd li a:hover:before,
.navArea section dt a:hover:before {
	opacity: 1;
}

.navArea section > div:nth-of-type(1) dt:nth-of-type(1) {
	border-left: 1px solid #CF3636;
}
.navArea section > div:nth-of-type(1) dt:nth-of-type(2) {
	border-left: 1px solid #3184B4;
}
.navArea section > div:nth-of-type(1) dt:nth-of-type(3) {
	border-left: 1px solid #e89e1e;
}
.navArea section > div:nth-of-type(1) dt:nth-of-type(4) {
	border-left: 1px solid #649532;
}

.navArea section > div:nth-of-type(2) dt:nth-of-type(1) {
	border-left: 1px solid #A1902E;
}
.navArea section > div:nth-of-type(2) dt:nth-of-type(2) {
	border-left: 1px solid #979797;
}
.navArea section > div:nth-of-type(2) dt:nth-of-type(3) {
	border-left: 1px solid #00539D;
	margin: 0 0 50px;
}
.navArea section > div:nth-of-type(2) dt:nth-of-type(4) {
	border-left: 1px solid #00539D;
	margin: 0 0 80px;
}

.navArea section > div div {
	width: 520px;
}

.navArea section > div div a {
	display: block;
	width: 100%;
	background: #fff;
	color: #00539D;
	border: 1px solid #00539D;
	text-align: center;
	padding: 20px 0;
}

.navArea section > div div a:hover {
	background: #00539D;
	color: #fff;
}

.navArea > ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 1120px;
	margin: 0 auto;
}

.navArea > ul li {
	margin: 0 50px 0 0;
}

.navArea > ul li a {
	padding: 0 35px 0 0;
	position: relative;
	display: block;
	color: #00539D;
}

.navArea > ul li a:after {
	content: "➤";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.navArea > ul li a:hover {
	opacity: .6;
}

/*======================================================*/
.navArea article {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.navArea section dd li article a {
	display: block;
	width: 100%;
	padding: 0;
}

.navArea article a p {
	color: #fff;
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}

.navArea article a p span {
	display: block;
}

.navArea article a img {
	width: 100%;
	transition: all .9s;
}

.navArea article a:hover img {
	transform: scale(1.1, 1.1);
}

.navArea article a p span:nth-of-type(1) {
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 10px;
	font-weight: 200;
}

.navArea article a p span:nth-of-type(2) {
	border: 1px solid #fff;
	font-size: 16px;
	padding: 8px;
	background-image: linear-gradient(-45deg, #fff 10px, transparent 0);
	transition: all .4s ease-out;
	text-align: center;
}



.navArea article a:hover p span:nth-of-type(2) {
	background: rgba(255, 255, 255, .5);
}
/*======================================================*/
/*=== /navArea ===================*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	color: #00539D;
	font-family: 'Noto Serif JP', serif;
	margin: 0 0 20px 0;
	padding: 0 0 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 50px;
}

.scroollChange header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	color: #00539D;
	font-family: 'Noto Serif JP', serif;
	margin: 0 0 20px 0;
	padding: 0 0 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 50px;
}

header.headerBg,
.fixBody header {
	background: rgba(255, 255, 255, .9);
}



header h1 {
	/* display: none; */
	visibility: hidden;
}

header h1 a:hover {
	opacity: .6;
}

header h1 p {
	font-size: 14px;
}

header h1 p:first-child span {
	font-size: 24px;
}

header h1 + div {
	margin-left: auto;
	/* position: relative; */
}

header section {
	display: flex;
	align-items: center;
}

header .searchTxt {
	border: 1px solid #fff;
	padding: 5px;
	background: url(https://www.mishima-kaiun.or.jp/wp-mishima/wp-content/themes/mishima-kaiun/img/common/icon_search_wh.svg) right 10px center no-repeat;
	background-size: 10%;
	color: #fff;
	width: 100%;
}

.scroollChange header .searchTxt,
header .changeView .searchTxt,
.fixBody header .searchTxt {
	border: 1px solid #00539D;
	padding: 5px;
	color: #00539D;
	background: #fff url(https://www.mishima-kaiun.or.jp/wp-mishima/wp-content/themes/mishima-kaiun/img/common/icon_search_bl.svg) right 10px center no-repeat;
	background-size: 10%;
}

header h1 + div + p {
	display: none;
}

header .topNavBtn {
	width: 88px;
	height: 88px;
	background: #fff;
	position: relative;
	margin: 0 0 0 55px;
	cursor: pointer;
	transition: all .4s ease-out;
}

header .topNavBtn span {
	display: block;
	width: 40px;
	height: 3px;
	background: #00539D;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	transition: all .4s ease;
}

header .topNavBtn span:nth-of-type(1) {
	top: 31px;
}
header .topNavBtn span:nth-of-type(2) {
	top: 43px;
}
header .topNavBtn span:nth-of-type(3) {
	top: 55px;
}

.scroollChange header .topNavBtn {
	background: #00539D;
	width: 40px;
	height: 40px;
}

.scroollChange header .topNavBtn span {
	background: #fff;
	width: 20px;
}

.scroollChange header .topNavBtn span:nth-of-type(1) {
	top: 11px;
}
.scroollChange header .topNavBtn span:nth-of-type(2) {
	top: 19px;
}
.scroollChange header .topNavBtn span:nth-of-type(3) {
	top: 27px;
}

header .topNavBtn.onNav {
	background: #00539D;
}

header .topNavBtn.onNav span {
	background: #fff;
}

header .topNavBtn.onNav span:nth-of-type(1) {
	transform: rotate(45deg);
	left: 25px;
	top: 44px;
}
header .topNavBtn.onNav span:nth-of-type(2) {
	/* display: none; */
	transform: translate(100px,0);
	opacity: 0;
}
header .topNavBtn.onNav span:nth-of-type(3) {
	transform: rotate(-45deg);
	left: 25px;
	top: 44px;
}

.scroollChange header .topNavBtn.onNav span:nth-of-type(1) {
	transform: rotate(45deg);
	left: 10px;
	top: 20px;
}

.scroollChange header .topNavBtn.onNav span:nth-of-type(3) {
	transform: rotate(-45deg);
	left: 10px;
	top: 20px;
}


.kvArea {
	position: relative;
	width: 100%;
	/* height: 100vh; */
	margin: 0 0 110px;
}

.kvArea > div {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translate(0, -50%);
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	z-index: 10;
	line-height: 1.2;
}

.kvArea > div p:nth-of-type(1) {
	font-size: 32px;
	letter-spacing: 0.2em;
}
.kvArea > div p:nth-of-type(2) {
	font-size: 48px;
	letter-spacing: 0.2em;
}
.kvArea > div p:nth-of-type(3) {
	font-size: 30px;
	letter-spacing: 0.1em;
}

.kvArea section {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 35px;
	color: #fff;
	width: 50px;
	font-family: 'Noto Serif JP', serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.kvArea section p:first-child {
	font-size: 28px;
	transform: rotate(90deg);
	width: 59%;
	line-height: 1;
}
.kvArea section p:last-child {
	font-size: 18px;
	width: 100%;
	text-align: center;
}

#topSlide {
  /* height: 100%; */
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
	height: 100vh;
}

#topSlide li {
	height: 100vh;
}

#topSlide li img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

/*=== specialBana ===================*/

.specialBana {
	margin: 0 0 100px;
}

.specialBana a {
	display: block;
	max-width: 1196px;
	margin: 0 auto;
	padding: 0 20px;
}

.specialBana img {
	width: 100%;
	display: block;
}

.specialBana a:hover {
	opacity: .6;
}

/*=== /specialBana ===================*/

/*=== topNavi ===================*/

.topNavi {
	display: flex;
	flex-wrap: wrap;
	max-width: 1195px;
	margin: 0 auto;
}

.topNavi section {
	width: calc(100% / 3 - 5.7%);
	aspect-ratio: 1/1;
	/* min-height: 360px; */
	/* max-width: 330px; */
	/* max-height: 330px; */
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	margin: 0 8% 8% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent 30%), radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent 30%);
	background-position: 0 0, 8px 8px;
	background-size: 3px 3px;
	cursor: pointer;
}

/* .topNavi section {
	width: calc(100% / 3 - 7%);
	min-height: 360px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	margin: 0 10% 5% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent 30%), radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent 30%);
	background-position: 0 0, 8px 8px;
	background-size: 3px 3px;
	cursor: pointer;
} */

.topNavi section:before {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 40px;
	background: #fff;
	left: 50%;
	top: 9%;
	transform: translate(-50%, 0);
}

.topNavi section:nth-of-type(1) {
	background-color: #CF3636;
	border: 1px solid #CF3636;
}

.topNavi section:nth-of-type(2) {
	background-color: #3184B4;
	border: 1px solid #3184B4;
}
.topNavi section:nth-of-type(3) {
	background-color: #e89e1e;
	border: 1px solid #e89e1e;
	margin: 0 0 8% 0;
}
.topNavi section:nth-of-type(4) {
	background-color: #649532;
	border: 1px solid #649532;
}
.topNavi section:nth-of-type(5) {
	background-color: #A1902E;
	border: 1px solid #A1902E;
}
.topNavi section:nth-of-type(6) {
	background-color: #979797;
	border: 1px solid #979797;
	margin: 0 0 8% 0;
}

.topNavi section dt {
	font-size: 28px;
	text-align: center;

}

.topNavi section dt span {
	font-size: 20px;
	display: block;
	margin: 10px 0 0;
}

.topNavi section dd {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	/* display: none; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.topNavi section:nth-of-type(1) dd {
	border: 1px solid #CF3636;
}
.topNavi section:nth-of-type(2) dd {
	border: 1px solid #3184B4;
}
.topNavi section:nth-of-type(3) dd {
	border: 1px solid #e89e1e;
}
.topNavi section:nth-of-type(4) dd {
	border: 1px solid #649532;
}
.topNavi section:nth-of-type(5) dd {
	border: 1px solid #A1902E;
}
.topNavi section:nth-of-type(6) dd {
	border: 1px solid #979797;
}

.topNavi section dd ul {
	text-align: center;
	padding: 10px;
}

.topNavi section dd ul li {
	margin: 0 0 10px;
	font-family: 'Noto Sans JP', sans-serif;
}

.topNavi section dd ul li a {
	color: #000;
	font-size: 18px;
}

.topNavi section dd ul li a:hover {
	color: #00539D;
}

.topNavi section dd ul li:last-child {
	margin: 0;
}

/*======================================================*/
.topNavi article {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.topNavi article a {
	display: block;
	width: 100%;
}

.topNavi article a p {
	color: #fff;
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}

.topNavi article a p span {
	display: block;
}

.topNavi article a img {
	width: 100%;
	transition: all .9s;
}

.topNavi article a:hover img {
	transform: scale(1.1, 1.1);
}

.topNavi article a p span:nth-of-type(1) {
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 10px;
	font-weight: 200;
}

.topNavi article a p span:nth-of-type(2) {
	border: 1px solid #fff;
	font-size: 14px;
	padding: 8px;
	background-image: linear-gradient(-45deg, #fff 10px, transparent 0);
	transition: all .4s ease-out;
	text-align: center;
}



.topNavi article a:hover p span:nth-of-type(2) {
	background: rgba(255, 255, 255, .5);
}
/*======================================================*/

.news {
	background: #EEF2F5;
	padding: 0 0 100px;
}

.news ul {
	max-width: 900px;
	margin: 0 auto 100px;
}

.news li {
	margin: 0 0 30px;
}

.news li a {
	color: #000;
	display: block;
	width: 100%;
	position: relative;
	padding: 0 15px 0 0;
	/* border-bottom: 1px solid transparent; */
}

.news li a:after {
	content: "➤";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 12px;
}

.news li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #00539D;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: all .5s;
	opacity: 0;
}

.news li a:hover {
	color: #00539D;
	/* border-bottom: 1px solid #00539D; */
}

.news li a:hover:before {
	transform: scale(1, 1);
	opacity: 1;
}

.news li a span:first-child {
	padding: 0 60px 0 0;
	width: 150px;
	display: inline-block;
}

/* .banaBox {
	margin: 0 0 80px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
} */
.banaBox {
	margin: 0 0 80px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	margin: 80px 0;
}

/* .banaBox div {
	overflow: hidden;
	width: 50%;
	position: relative;
} */
.banaBox div {
	overflow: hidden;
	width: 40%;
	position: relative;
}

.banaBox div a {
	display: block;
	width: 100%;
}

.banaBox div a p {
	color: #fff;
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}

.banaBox div a p span {
	display: block;
}

.banaBox div a img {
	width: 100%;
	transition: all .9s;
}

.banaBox div a:hover img {
	transform: scale(1.1, 1.1);
}

.banaBox div a p span:nth-of-type(1) {
	font-size: 46px;
	line-height: 1.5;
	margin: 0 0 25px;
	font-weight: 200;
}

.banaBox div a p span:nth-of-type(2) {
	border: 1px solid #fff;
	font-size: 20px;
	padding: 20px;
	background-image: linear-gradient(-45deg, #fff 10px, transparent 0);
	transition: all .4s ease-out;
	text-align: center;
}



.banaBox div a:hover p span:nth-of-type(2) {
	background: rgba(255, 255, 255, .5);
}

.interview {
	padding: 0 0 120px;
	background: #EEF2F5;
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 25%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -25%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.interviewSlide {
	width: 100%;
	/* max-width: 300px; */
	margin: 0 auto;
}

.interview .slick-slide {
	width: 200px !important;
}

.interview ul {
	opacity: 0;
  transition: opacity .3s linear;
	margin: 0 0 70px;

}

.interview ul.slick-initialized{
  opacity: 1;
}

.interview li {
	text-align: center;
	font-size: 14px;
}

.interview li img {
	width: 100%;
	margin: 0 0 10px;
}

.interview li a > p {
	margin: 0 0 15px;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
}

.interview li a:hover {
	opacity: .4;
}

.interview li a > p span {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

.interview li p span {
	color: #00539D;
	display: block;
}

.interview li dt p {
	font-size: 20px;
}

.interview li dd {
	font-size: 14px;
}

.interview .slick-slide {
	margin: 0 20px;
}

/* .interview .bxslidPrev {
	width: 90px;
	height: 90px;
	background: rgba(255, 255, 255);
	border-radius: 100%;
	left: 40px;
	z-index: 10;
	opacity: .9;
}

.interview .bxslidPrev:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 30px 15px 0;
	border-color: transparent #00539D transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.interview .bxslidPrev:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 15px 0;
	border-color: transparent #ffffff transparent transparent;
	left: 56%;
	position: absolute;
	top: 34%;
}

.interview .bxslidNext {
	width: 90px;
	height: 90px;
	background: rgba(255, 255, 255);
	border-radius: 100%;
	right: 40px;
	z-index: 10;
	opacity: .9;
}

.interview .bxslidNext:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 30px;
	border-color: transparent transparent transparent #00539D;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.interview .bxslidNext:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 10px;
	border-color: transparent transparent transparent #ffffff;
	left: 33%;
	position: absolute;
	top: 34%;
} */

.interview .slick-prev {
	width: 90px;
	height: 90px;
	background: rgba(255, 255, 255);
	border-radius: 100%;
	right: 40px;
	z-index: 10;
	opacity: .9;
	left: inherit;
}

.interview .slick-prev:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 30px;
	border-color: transparent transparent transparent #00539D;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}
.interview .slick-prev:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 10px;
	border-color: transparent transparent transparent #ffffff;
	left: 33%;
	position: absolute;
	top: 34%;
	content: '';

}

 .interview .slick-next {
	width: 90px;
	height: 90px;
	background: rgba(255, 255, 255);
	border-radius: 100%;
	left: 40px;
	z-index: 10;
	opacity: .9;
	right: inherit;
}

.interview .slick-next:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 30px 15px 0;
	border-color: transparent #00539D transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.interview .slick-next:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 15px 0;
	border-color: transparent #ffffff transparent transparent;
	left: 56%;
	position: absolute;
	top: 34%;
}

.relatedBooks {
	width: 100%;
	/* background: #EEF2F5; */
	padding: 0 0 120px;
}

.relatedBooks .slick-slide {
	margin: 0 20px;
	width: 150px !important;
}

.relatedBooks li {
	font-size: 14px;
	text-align: left;
}

.relatedBooks li a {
	display: block;
}

.relatedBooks li a:hover {
	opacity: .4;
}

.relatedBooks li img {
	width: 100%;
	margin: 0 0 20px;
}

.relatedBooks li section:nth-of-type(1) {
	min-height: 130px;
	margin: 0 0 30px;
}

.relatedBooks li .author {
	font-size: 20px;
}

.relatedBooks li .author span {
	font-size: 16px;
	padding: 0 0 0 16px;
}

.relatedBooks li .author + p {
	font-family: 'Noto Serif JP', serif;
}

.relatedBooks li .bookTitle {
	direction: initial;
}

.relatedBooks [dir='rtl'] .slick-prev {
	width: 90px;
	height: 90px;
	background: rgba(255, 255, 255);
	border-radius: 100%;
	left: 40px;
	z-index: 10;
	opacity: .9;
	right: inherit;
}

.relatedBooks [dir='rtl'] .slick-prev:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 30px 15px 0;
	border-color: transparent #00539D transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.relatedBooks [dir='rtl'] .slick-prev:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 15px 0;
	border-color: transparent #ffffff transparent transparent;
	left: 56%;
	position: absolute;
	top: 34%;
}

 .relatedBooks [dir='rtl'] .slick-next {
	width: 90px;
	height: 90px;
	background: rgba(255, 255, 255);
	border-radius: 100%;
	right: 40px;
	z-index: 10;
	opacity: .9;
}

.relatedBooks [dir='rtl'] .slick-next:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 30px;
	border-color: transparent transparent transparent #00539D;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.relatedBooks [dir='rtl'] .slick-next:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 10px;
	border-color: transparent transparent transparent #ffffff;
	left: 33%;
	position: absolute;
	top: 34%;
}

.contact {
	width: 100%;
	padding: 110px 0;
	background: #EEF2F5;
}

.contact div {
	width: 520px;
	margin: 0 auto;
}

.contact div a {
	display: block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	color: #00539D;
	font-family: 'Noto Serif JP', serif;
	background: #fff;
	border: 1px solid #00539D;
}

.contact div a:hover {
	background: #00539D;
	color: #fff;
	border: 1px solid #fff;
}

@media screen and (max-width: 1440px) {
	.banaBox div a p span:nth-of-type(1) {
    font-size: 3vw;
    line-height: 1.5;
    margin: 0 0 25px;
}

.banaBox div a p span:nth-of-type(2) {
	border: 1px solid #fff;
	font-size: 1.5vw;
	padding: 10px;
	background-image: linear-gradient(-45deg, #fff 10px, transparent 0);
}

}

@media screen and (max-width: 1156px) {

	.topNavi section:nth-of-type(5) dd ul li {
		margin: 0 0 2% 0;
	}

	.topNavi section:nth-of-type(5) dd ul li a {
		font-size: 14px;
	}

}

@media screen and (max-width: 920px) {
	header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    color: #00539D;
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 20px 0;
    padding: 0 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 10px;
}

}

@media screen and (max-width: 900px) {
	.topNavi section dt {
    font-size: 3vw;
    text-align: center;
}

.topNavi section dt span {
	font-size: 2.3vw;
	display: block;
	margin: 10px 0 0;
}


	.topNavi section:nth-of-type(5) dd ul li {
    margin: 0 0 0% 0;
    line-height: 1.2;
}

}

/*=== bnrJosei ===================*/
.bnrJosei {
	max-width: 960px;
	margin: 0 auto 8%;
}
.bnrJosei img {
	max-width: 100%;
	height: auto;
}
.bnrJosei div {
	margin-bottom: 20px;
}
.bnrJosei div a:hover {
	opacity: .6;
}
.bnrJosei p {
	text-align: center;
	font-weight: bold;
}
.bnrJosei p br {
	display: none;
}