/*
Theme Name: Essen_Theme
Author: Ryo
Description: 静的HTMLサイトを元にしたWordPressテーマ
Version: 4.2
*/

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



/* ====================
	.container
==================== */

.container {
	width: 100%;
	height: auto;
	min-height: 100vh;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width:961px) {
	.container {
		max-width: 1920px;
	}
}



/* ====================
	header
==================== */

header {
	width: 100%;
	margin: 0;
	top: 0;
	z-index: 99999;
}
header .logo {
	width: fit-content;
	height: 100%;
	font-size: 0;
	text-align: center;
	margin: 0;
	display: block;
	float: left;
	transition: opacity .3s;
}
header .logo:hover {
	opacity: .7;
}
header .logo img {
	width: auto;
	height: 100%;
	padding: 0;
	display: block;
}
header .menu ul li {
	font-size: 0;
	line-height: 0;
	padding: 0;
	display: block;
}
header .menu ul li a {
	color: #FFFFFF;
	font-weight: 500;
	margin: 0;
	display: block;
	transition: opacity .3s,color .3s,border-color .3s;
}
header .menu ul li a:hover {
	opacity: 0.7;
}
@media screen and (min-width:601px) {
	header {
		height: 80px;
		padding: 10px;
		position: absolute;
		overflow: hidden;
	}
	header input,header label {
		display: none;
	}
	header .logo {
		padding: 15px;
	}
	header .logo:hover {
		opacity: .7;
	}
	header .logo img {
		width: auto;
		padding: 0;
		display: block;
	}
	header .menu {
		width: fit-content;
		height: 100%;
		display: block;
		float: right;
	}
	header .menu ul {
		width: fit-content;
		height: 100%;
		display: block;
		float: right;
		overflow: hidden;
	}
	header .menu ul li {
		width: fit-content;
		height: 100%;
		display: block;
		float: left;
		margin: 0 15px;
	}
	header .menu ul li a {
		font-size: 15px;
		line-height: 50px;
		padding: 0 5px;
	}
	header .menu ul li.active a {
		border-bottom: 2px solid #FFFFFF;
	}
	header .logo img.black {
		display: none !important;
	}
}
@media screen and (max-width:600px) {
	header {
		position: fixed;
		width: 100%;
		height: 50px;
	}
	header .menu {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		margin: 0;
		padding: 55px 0 0;
		clear: both;
		background: #FFFFFF;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
		transform: scale(1, 0);
		transform-origin: top;
	}
	header .menu-btn:checked ~ .menu {
		transform: scale(1, 1);
		transform-origin: top;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	header .menu ul {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #CCCCCC;
	}
	header .menu ul li {
		width: 100%;
		height: 60px;
		border-top: 1px solid #CCCCCC;
		padding: 0;
		margin: 0;
		opacity: 0;
		transition: 0.5s;
	}
	header .menu ul li a {
		width: 100%;
		height: 100%;
		color: #2C364E;
		font-size: 15px;
		text-decoration: none;
		text-transform: capitalize;
		line-height: 59px;
		letter-spacing: 0.05em;
		margin: 0;
		padding: 0 20px;
		display: block;
		transition: 0.5s;
	}
	header .menu-btn:checked ~ .menu a,
	header .menu-btn:checked ~ .menu li {
		opacity: 1;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
	}
	header .menu-btn {
		display: none;
	}
	header .menu-icon {
		display: inline-block;
		position: relative;
		cursor: pointer;
		padding: 26px 14px;
		float: right;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		z-index: 99999;
	}
	header .menu-icon .navicon {
		background-color: #2C364E;
		display: block;
		height: 3px;
		width: 26px;
		position: relative;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	header .menu-icon .navicon:before,
	header .menu-icon .navicon:after {
		content: "";
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		background-color: #2C364E;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	header .menu-icon .navicon:before {
		top: 9px;
	}
	header .menu-icon .navicon:after {
		bottom: 9px;
	}
	header .menu-btn:checked ~ .menu-icon .navicon:before {
		transform: rotate(-45deg);
	}
	header .menu-btn:checked ~ .menu-icon .navicon:after {
		transform: rotate(45deg);
	}
	header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
		top: 0;
	}
	header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
		bottom: 0;
	}
	header .menu-btn:checked ~ .menu-icon .navicon {
		background: rgba(0, 0, 0, 0);
		transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	header .logo {
		width: fit-content;
		height: 55px;
		margin: 0;
		padding: 18px 20px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99999;
	}
	header .logo img {
		width: auto;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	header .logo img.white {
		display: none !important;
	}
}



/* ====================
	.kv
==================== */

.kv {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.kv img {
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
}
.kv .inner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.kv .inner h1 {
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
}
@media screen and (min-width:1501px) {
	.kv img {
		width: 1920px;
		left: calc(50% - 960px);
	}
	.kv .inner {
		max-width: 1040px;
	}
}
@media screen and (min-width:961px) and ( max-width:1500px) {
	.kv img {
		width: 1500px;
		left: calc(50% - 750px);
	}
	.kv .inner {
		max-width: 1040px;
	}
}
@media screen and (min-width:521px) and ( max-width:960px) {
	.kv img {
		width: 100%;
		left: 0;
	}
}
@media screen and (min-width:521px) {
	.kv {
		height: 250px;
	}
	.kv .inner h1 {
		font-size: 35px;
		line-height: 270px;
	}
}
@media screen and (max-width:520px) {
	.kv {
		height: 200px;
	}
	.kv img {
		width: 100%;
	}
	.kv .inner h1 {
		font-size: 25px;
		line-height: 220px;
	}
}



/* ====================
	.contents
==================== */

.contents {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
@media screen and (min-width:961px) {
	.contents {
		max-width: 1040px;
		padding: 60px 20px;
	}
}
@media screen and (min-width:521px) and ( max-width:960px) {
	.contents {
		padding: 50px 20px;
	}
}
@media screen and (max-width:520px) {
	.contents {
		padding: 30px 20px;
	}
}



/* ====================
	h2
==================== */

.contents h2 {
	width: 100%;
	height: auto;
	color: #157DC1;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.05em;
  border-bottom: 2px solid rgba(21,125,193,1.00);
  border-image: linear-gradient(to right, rgba(21,125,193,1.00) 0%, rgba(21,125,193,0) 100%);
  border-image-slice: 1;
}
@media screen and (min-width:521px) {
	.contents h2 {
		font-size: 25px;
		margin: 0 0 40px;
		padding: 0 0 15px;
	}
}
@media screen and (max-width:520px) {
	.contents h2 {
		font-size: 20px;
		margin: 0 0 20px;
		padding: 0 0 10px;
	}
}


/* ====================
	table
==================== */

.noframe {
	width: 100%;
	height: auto;
	border-spacing:0;
	border: none;
}
@media screen and (min-width:521px) {
}
@media screen and (max-width:520px) {
	table th,table td {
		width: 100%;
		display: block;
	}
	table th {
		color: #666666;
		font-size: 12px;
	}
	table td {
		padding: 5px 0 20px;
	}
}



/* ====================
	.page-tab
==================== */

.page-tab {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
}
.page-tab li  {
	width: fit-content;
	height: 30px;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
}
.page-tab li a {
	width: fit-content;
	height: auto;
	color: #666666;
	font-size: 14px;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
	background-color: #EEEEEE;
	border-radius: 3px;
	margin: 0;
	padding: 0 15px;
  display: block;
}
.page-tab li a:hover {
	color: #157DC1;
	background-color: #B9D7EB;
}
.page-tab li.active a {
  color: #FFFFFF;
	font-size: 14px;
  position: relative;
  z-index: 0;
}
.page-tab li.active a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,#08B3D0,#1077C3);
	border-radius: 3px;
	position: absolute;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
@media screen and (min-width:961px) {
	.page-tab {
		margin: 0 0 50px;
	}
}
@media screen and (min-width:521px) and ( max-width:960px) {
	.page-tab {
		margin: 0 0 45px;
	}
}
@media screen and (max-width:520px) {
	.page-tab {
		margin: 0 0 25px;
	}
}



/* ====================
	.btn
==================== */

.btn {
	width: fit-content;
  min-width: 200px;
  height: 50px;
	font-size: 15px;
  text-decoration: none;
  text-align: center;
	letter-spacing: 0.1em;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
  display: block;
  position: relative;
	transition: color .3s,background-color .3s,border-color .3s;
}
.btn .material-symbols-outlined {
	font-size: 20px;
	position: absolute;
	top: 15px;
}
.btn .material-symbols-outlined.right {
	right: 10px;
}
.btn .material-symbols-outlined.left {
	left: 10px;
}
.btn-general {
  color: #FFFFFF;
  line-height: 48px;
  z-index: 0;
}
.btn-general::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,#08B3D0,#1077C3);
	border-radius: 3px;
	position: absolute;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
.btn-general::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,#1077C3,#08B3D0);
	border-radius: 3px;
  position: absolute;
  left: 0;
  z-index: -2;
}
.btn-general:hover {
  color: #FFFFFF;
}
.btn-general:hover::before {
  opacity:0;
}
.btn-white {
  color: #6A909D;
  line-height: 48px;
	background-color: #FFFFFF;
	border: 1px solid #6A909D;
  display: block;
  position: relative;
  z-index: 0;
}
.btn-white:hover {
  color: #157DC1;
	background-color: #F2F8FE;
	border-color: #157DC1;
}



/* ====================
	.text-box
==================== */

.text-box h3 {
	width: 100%;
	height: auto;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.text-box p {
	width: 100%;
	height: auto;
	font-size: 15px;
	margin: 0 0 10px;
}
.text-box p:last-child {
	margin: 0;
}
@media screen and (min-width:521px) {
	.text-box h3 {
		font-size: 20px;
	}
}
@media screen and (max-width:520px) {
	.text-box h3 {
		font-size: 18px;
	}
}



/* ====================
	.img-box
==================== */

.img-box {
	width: 100%;
	height: auto;
}
.img-box img {
	display: block;
}
@media screen and (min-width:961px) {
	.img-box {
		overflow: hidden;
	}
	.right {
		float: right;
	}
	.left {
		float: left;
	}
}
@media screen and (max-width:960px) {
	.img-box img {
		max-width: 100%;
		margin: 0 auto;
	}
	.img-box .text-box {
		width: 100%;
	}
}



/* ====================
	.contact
==================== */

.contact {
	width: 100%;
	height: auto;
	background-image: url("assets/img/contact-bk.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
}
.contact .inner {
	height: auto;
	margin: 0 auto;
}
.contact .inner h2 {
	width: 100%;
	height: auto;
	color: #157DC1;
	font-family: 'Marcellus', serif;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
}
.contact .inner .read {
	width: 100%;
	height: auto;
	color: #157DC1;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
}
@media screen and (min-width:961px) {
	.contact .inner {
		width: 900px;
		padding: 80px 0;
	}
	.contact .inner h2 {
		font-size: 60px;
	}
	.contact .inner .read {
		font-size: 20px;
		font-weight: 400;
		margin: 30px 0 40px;
	}
}
@media screen and (min-width:521px) and ( max-width:960px) {
	.contact .inner {
		width: 100%;
		padding: 50px 20px;
	}
	.contact .inner h2 {
		font-size: 45px;
	}
	.contact .inner .read {
		font-size: 18px;
		font-weight: 400;
		margin: 25px 0 30px;
	}
}
@media screen and (max-width:520px) {
	.contact .inner {
		width: 100%;
		padding: 50px 20px;
	}
	.contact .inner h2 {
		font-size: 35px;
	}
	.contact .inner .read {
		font-size: 15px;
		font-weight: 500;
		margin: 20px 0 25px;
	}
}



/* ====================
	.news-link
==================== */

.news-link {
	width: 100%;
	height: auto;
	padding: 0;
}
.news-link a {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}
.news-link a .wrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
.news-link a .wrap p,.date-box p {
	padding: 0;
	display: block;
}
.news-link a .wrap .date,.date-box .date {
	color: #6A909D;
	margin: 0;
	float: left;
	transition: color .3s;
}
.news-link a:hover .wrap .date {
	color: #499CD2;
}
.news-link a .wrap .icon,.date-box .icon {
	color: #FFFFFF;
	text-align: center;
	background-color: #157DC1;
	margin: 0;
	float: left;
	transition: background-color .3s;
}
.news-link a:hover .wrap .icon {
	background-color: #2EA1EC;
}
.news-link a .wrap .title {
	height: auto;
	color: #333333;
	transition: color .3s;
}
.news-link a:hover .wrap .title {
	color: #157DC1;
}
.date-box {
	width: 100%;
	overflow: hidden;
}
.date-box .date {
	float: right;
}
.date-box .icon {
	float: left;
}
.news-img {
	width: fit-content;
	max-width: 100%;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width:961px) {
	.news-link {
		margin: 30px 0;
	}
	.news-link a .date,.date-box .date {
		width: 90px;
		height: 22px;
		font-size: 15px;
		line-height: 22px;
	}
	.news-link a .icon,.date-box .icon {
		width: 100px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
	}
	.news-link a .title {
		width: calc(100% - 205px);
		font-size: 15px;
		margin: -3px 0 0;
		float: right;
	}
	.date-box {
		margin: 0 0 40px;
	}
}
@media screen and (min-width:521px) and ( max-width:960px) {
	.news-link {
		margin: 20px 0;
	}
	.news-link a .date,.date-box .date {
		width: 80px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
		margin: 0;
	}
	.news-link a .icon,.date-box .icon {
		width: 80px;
		height: 20px;
		font-size: 11px;
		line-height: 20px;
		margin: 0;
	}
	.news-link a .title {
		width: calc(100% - 175px);
		font-size: 14px;
		margin: -2px 0 0;
		float: right;
	}
	.date-box {
		margin: 0 0 40px;
	}
}
@media screen and (max-width:520px) {
	.news-link {
		margin: 20px 0;
	}
	.news-link a .date,.date-box .date {
		width: 70px;
		height: 18px;
		font-size: 12px;
		line-height: 18px;
		margin: 0;
	}
	.news-link a .icon,.date-box .icon {
		width: 80px;
		height: 18px;
		font-size: 10px;
		line-height: 18px;
		margin: 0;
	}
	.news-link a .title {
		width: 100%;
		font-size: 14px;
		line-height: 1.5;
		margin: 25px 0 0;
		overflow: hidden;
	}
	.date-box {
		margin: 0 0 20px;
	}
}



/* ====================
	.form
==================== */

.form {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.form table {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.form table th,.form table td {
	font-size: 15px;
	padding: 5px 0;
}
.form .input-text {
	font-size: 15px;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	margin: 0;
	padding: 5px;
}
.form input.input-text {
	height: 40px;
	line-height: 38px;
}
.form textarea.input-text {
	height: 200px;
}
.form input[type="checkbox"] {
	display: none;
}
.form input[type="checkbox"] + span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 auto;
	cursor: pointer;
}
.form input[type="checkbox"] + span::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	width: 20px;
	height: 20px;
	display: block;
}
.form input[type="checkbox"]:checked + span::after {
	content: "";
	width: 15px;
	height: 8px;
	border-left: 3px solid #157DC1;
	border-bottom: 3px solid #157DC1;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 8px;
	left: 3px;
	transform: translateY(-50%) rotate(-45deg);
	display: block;
}
.form .agree-check {
	width: fit-content;
	font-size: 13px;
	margin: 30px auto 40px;
	display: block;
}
@media screen and (max-width:520px) {
	.form table th {
		color: #666666;
		font-size: 13px;
		padding: 15px 0 0;
	}
	.form input.input-text {
		width: 100%;
	}
}


/* ====================
	footer
==================== */

footer {
	width: 100%;
	height: auto;
	background-image: url("assets/img/footer-bk.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
}
footer .inner {
	height: auto;
	margin: 0 auto;
}
footer .inner .logo {
	width: fit-content;
	height: 20px;
	font-size: 0;
	text-align: center;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	display: block;
	transition: opacity .3s;
}
footer .inner .logo:hover {
	opacity: .7;
}
footer .inner .logo img {
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
}
footer .inner .footer-link {
	width: fit-content;
	height: auto;
	text-align: center;
	margin: 50px auto;
	padding: 0;
}
footer .inner .footer-link li {
	width: fit-content;
	height: auto;
	font-size: 0;
	line-height: 0;
	margin: 0 20px;
	padding: 0;
	display: inline-block;
}
footer .inner .footer-link li a {
	width: fit-content;
	height: 20px;
	color: #2C364E;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
	display: block;
	transition: color .3s;
}
footer .inner .footer-link li a:hover {
	color: #157DC1;
}
footer .inner .policy {
	width: fit-content;
	height: 15px;
	color: #2C364E;
	font-size: 12px;
	line-height: 15px;
	margin: 0 auto;
	padding: 0;
	display: block;
	transition: color .3s;
}
footer .inner .policy:hover {
	color: #157DC1;
}
footer .copyright {
	width: 100%;
	height: 30px;
	color: #EEEEEE;
	font-size: 11px;
	text-align: center;
	line-height: 30px;
	background-color: #52839E;
	margin: 0;
	padding: 0;
}
@media screen and (min-width:961px) {
	footer .inner {
		width: 900px;
		padding: 80px 0;
	}
	footer .inner .footer-link {
		margin: 50px auto;
	}
	footer .inner .footer-link li {
		margin: 0 20px;
	}
	footer .inner .footer-link li a {
		padding: 0 10px;
	}
}
@media screen and (min-width:521px) and ( max-width:960px) {
	footer .inner {
		width: 100%;
		padding: 50px 0;
	}
	footer .inner .footer-link {
		margin: 50px auto;
	}
	footer .inner .footer-link li {
		margin: 0 20px;
	}
	footer .inner .footer-link li a {
		padding: 0 10px;
	}
}
@media screen and (max-width:520px) {
	footer .inner {
		width: 100%;
		padding: 50px 0;
	}
	footer .inner .footer-link {
		margin: 30px auto;
	}
	footer .inner .footer-link li {
		margin: 0;
	}
	footer .inner .footer-link li a {
		padding: 0 10px;
	}
}




@media screen and (min-width:961px) {
}
@media screen and (min-width:521px) and ( max-width:960px) {
}
@media screen and (max-width:520px) {
}


.privacypolicy li{
	margin: 1em 0;
	padding-left: 10px;
	display: list-item;
	list-style-type: decimal;
}

.privacypolicy ol{
	margin: 1em 0;
	padding-left: 40px;
	display: list-item;
	list-style-type: none;
}



