/*
Theme Name: Twenty Seventeen child accent
Template:   twentyseventeen
*/

/* リセット */
:not(.mejs-button)>button:hover,
:not(.mejs-button)>button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: transparent;
}

/* font */
@import url('https: //fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif!important;
	font-feature-settings: "palt";
	font-optical-sizing: auto;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
	color: #222!important;
}

/* common */
.pc-none {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc-none {
		display: block;
	}
}

.sp-none {
	display: block;
}
@media screen and (max-width: 768px) {
	.sp-none {
		display: none;
	}
}

.container {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}
}

.wrap {
	max-width: 1200px;
	padding: 0;
}
@media screen and (max-width: 768px) {
	.wrap {
		padding: 0 20px;
	}
}

article {
	border-top: solid 1px #fff;
}

/* header */
.header {
	z-index: 998;
}
@media screen and (max-width: 768px) {
	.header {
		position: sticky;
		top: 0;
		left: 0;
	}
}

.header-wrap {
	padding: 22px 0 12px;
	background: #004489;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.header-wrap {
		padding: 18px 20px 12px;
		text-align: left;
	}
}

h1.header-title {
	display: inline-block;
	margin: 0;
	position: relative;
	z-index: 1000;
}

/* navigation */
.navigation-top .wrap {
	width: 1200px;
	max-width: 1200px;
	padding: 12px 0 18px;
}
@media screen and (max-width: 768px) {
	.navigation-top .wrap {
		width: 100%;
	}
}

.navigation-top {
	position: static;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	background: #004489;
	border: none;
	z-index: 999;
}
@media screen and (max-width: 768px) {
	.navigation-top {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: transparent;
	}
}

.nav-holder {
	height: auto;
}

.navigation-top.is-fixed {
	position: fixed;
	top: 0;
	/* 実際のオフセットはJSで上書き */
	left: 0;
	right: 0;
	z-index: 1001;
}

@media (max-width: 768px) {
	.navigation-top {
		opacity: 1 !important;
		transform: none !important;
	}

	.nav-holder {
		height: auto !important;
	}
}

@media screen and (max-width: 768px) {
	.menu-toggle {
		width: 66px;
		height: 75px;
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		font-size: 0;
		color: #fff;
	}

	.menu-toggle:focus {
		outline: none;
	}

	.menu-toggle .icon {
		margin: 0;
		top: 0;
		font-size: 30px;
	}
}

.menu-header-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.menu-header-container {
		display: block;
		width: 100%;
		margin-top: 60px;
		position: relative;
		z-index: 999;
	}
}

.menu-header-container .menu {
	font-size: 0;
}
@media screen and (max-width: 768px) {
	.menu-header-container .menu {
		padding: 52px 0 90px;
		background: #004489;
		text-align: center;
		border: none;
	}
}

.menu-header-container .menu li {
	position: relative;
	font-size: 17px;
}
@media screen and (max-width: 768px) {
	.menu-header-container .menu li {
		display: block;
		width: 100%;
		margin-bottom: 26px;
		position: relative;
		border: none;
		z-index: 999;
	}
	.menu-header-container .menu li:last-child {
		margin-bottom: 0;
	}
}

.menu-header-container .menu li::after {
	content: "";
	width: 1px;
	height: 35px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: rgba(255,255,255,.3);
}
.menu-header-container .menu li::after:last-child {
	content: none;
}

.menu-header-container .menu li a {
	padding: 8px 46px;
	font-weight: 400;
	color: #fff;
	transition: .2s;
}
@media screen and (max-width: 768px) {
	.menu-header-container .menu li a {
		padding: 0;
	}
}

.menu-header-container .menu li a:hover {
	color: #47FFFC;
}

.menu-header-container .menu li:last-child {
	left: -1px;
	font-size: 15px;
}
@media screen and (max-width: 768px) {
	.menu-header-container .menu li:last-child {
		left: 0;
	}
}

.menu-header-container .menu li:last-child a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 11px;
	border: solid 1px #B2C7DB;
}
@media screen and (max-width: 768px) {
	.menu-header-container .menu li:last-child a {
		justify-content: center;
		width: 180px;
		height: 40px;
		margin: 0 auto;
	}
}

.menu-header-container .menu li:last-child a:hover {
	background: #fff;
	color: #004489;
	border-color: #fff;
}

.menu-header-container .menu li:last-child a::before {
	content: "";
	display: block;
	width: 20px;
	height: 13px;
	position: relative;
	top: 1px;
	background: url(./img/icon_mail_w.svg) no-repeat;
	background-size: 20px 13px;
}
@media screen and (max-width: 768px) {
	.menu-header-container .menu li:last-child a::before {
		top: 0;
	}
}

.menu-header-container .menu li:last-child a:hover::before {
	background: url(./img/icon_mail.svg) no-repeat;
	background-size: 20px 13px;
}

.menu-scroll-down {
	display: none!important;
}

/* hero */
.home-hero-wrap {
	position: relative;
}

.home-hero-image img {
	width: 100%;
}

/* various-visas */
.various-visas {
	margin: 0 0 64px;
	padding: 62px 0 70px;
	background: #F5F5F5;
	border-top: solid 1px #E6E6E6;
}
@media screen and (max-width: 768px) {
	.various-visas {
		margin-bottom: 44px;
		padding: 38px 0;
	}
}

.various-visas h2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 0;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	color: #004489!important;
}
@media screen and (max-width: 768px) {
	.various-visas h2 {
		flex-direction: column;
		gap: 12px;
		font-size: 22px;
	}
}

.various-visas h2::before {
	content: "";
	display: block;
	width: 45px;
	height: 37px;
	background: url(./img/icon_comment.svg) no-repeat;
	background-size: 45px 37px;
}
@media screen and (max-width: 768px) {
	.various-visas h2::before {
		width: 40px;
		height: 31px;
		background-size: 40px 31px;
	}
}

.various-visas-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	margin: 34px 0 0;
}
@media screen and (max-width: 768px) {
	.various-visas-list {
		justify-content: space-between;
		gap: 15px 0;
		margin-top: 24px;
	}
}

.various-visas-list div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 285px;
	height: 55px;
	background: #fff;
	font-size: 18px;
	font-weight: 700;
	color: #004489;
	border: solid 1px #E7E7E7;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.various-visas-list div {
		width: 47.7%;
		height: 42px;
		font-size: 15px;
	}
}

/* footer */
.footer {
	padding: 0 0 25px;
	position: relative;
	background: #004489;
}
@media screen and (max-width: 768px) {
	.footer {
		padding: 0 0 25px;
	}
}

.footer h2 {
	margin: 0;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.footer h2 {
		font-size: 22px;
	}
}

.footer p {
	margin: 0;
}

.footer-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
	.footer-inner {
		flex-direction: column;
		gap: 30px;
		margin-top: 28px;
	}
}

.footer-box {
	width: 580px;
	padding: 25px 0 20px;
	background: #fff;
	text-align: center;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.footer-box {
		width: 100%;
		padding: 24px 20px;
	}
}

.footer-box-head {
	font-size: 20px;
	font-weight: 900;
	color: #004489;
}
@media screen and (max-width: 768px) {
	.footer-box-head {
		font-size: 18px;
	}
}

.footer-tel-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 37px;
	margin: 18px 0 14px;
}
@media screen and (max-width: 768px) {
	.footer-tel-wrap {
		flex-direction: column;
		gap: 18px;
	}
}

.footer-tel-head-wrap {
	position: relative;
}

.footer-tel-head-wrap::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #004489;
}

.footer-tel-head {
	display: inline-block;
	padding: 0 12px;
	background: #fff;
	position: relative;
	font-size: 15px;
	color: #004489;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.footer-tel-head {
		font-size: 14px;
	}
}

.footer-tel-number {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 28px;
	font-weight: 900;
	color: #004489;
}
@media screen and (max-width: 768px) {
	.footer-tel-number {
		font-size: 26px;
	}
}

.footer-tel-number a {
	color: #004489;
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	.footer-tel-number a {
		pointer-events: all;
	}
}

.footer-tel-number.icon-tel::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(./img/icon_tel.svg) no-repeat;
	background-size: 30px;
}
@media screen and (max-width: 768px) {
	.footer-tel-number.icon-tel::before {
		width: 28px;
		height: 28px;
		background-size: 28px;
	}
}

.footer-tel-number.icon-phone::before {
	content: "";
	display: block;
	width: 20px;
	height: 32px;
	position: relative;
	left: -3px;
	background: url(./img/icon_phone.svg) no-repeat;
	background-size: 20px 32px;
}
@media screen and (max-width: 768px) {
	.footer-tel-number.icon-phone::before {
		width: 19px;
		height: 30px;
		background-size: 19px 30px;
	}
}

.footer-tel-number a {
	text-decoration: none;
}

.footer-box-text {
	font-size: 15px;
}
@media screen and (max-width: 768px) {
	.footer-box-text {
		font-size: 14px;
	}
}

.footer-contact-button {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
	width: 440px;
	height: 60px;
	margin: 18px auto;
	font-size: 17px;
	font-weight: 500;
	color: #004489;
	border: solid 1px #0057A3;
	box-shadow: 2px 2px 0px #0057A3;
	transition: .2s;
}
@media screen and (max-width: 768px) {
	.footer-contact-button {
		width: 100%;
		font-size: 16px;
	}
}

a.footer-contact-button:hover {
	background: #D4FFFE;
	color: #004489;
}

.footer-contact-button::before {
	content: "";
	display: block;
	width: 30px;
	height: 20px;
	position: relative;
	top: 1px;
	background: url(./img/icon_mail.svg) no-repeat;
	background-size: 30px 20px;
}
@media screen and (max-width: 768px) {
	.footer-contact-button::before {
		width: 28px;
		height: 19px;
		background-size: 28px 19px;
	}
}

.footer-map-wrap {
	margin: 50px 0 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.footer-map-wrap {
		margin-top: 40px;
	}
}

.footer-map-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px;
	font-size: 20px;
	font-weight: 900;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.footer-map-head {
		font-size: 18px;
	}
}

.footer-map-head::before {
	content: "";
	display: block;
	width: 30px;
	height: 36px;
	background: url(./img/icon_map_w.svg) no-repeat;
	background-size: 30px 36px;
}
@media screen and (max-width: 768px) {
	.footer-map-head::before {
		width: 27px;
		height: 32px;
		background-size: 27px 32px;
	}
}

p.footer-map-text {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}
@media screen and (max-width: 768px) {
	p.footer-map-text {
		font-size: 15px;
	}
}

.footer-map-text span {
	margin-right: 1em;
}
@media screen and (max-width: 768px) {
	.footer-map-text span {
		display: block;
		margin: 0;
	}
}

.footer-map-text a {
	color: #fff;
	text-decoration: none;
}

.footer-map {
	width: 100%;
	margin: 20px 0 0;
	padding: 35.8% 0 0;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.footer-map {
		padding-top: 100%;
	}
}

.footer-map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

p.copyright {
	margin: 122px 0 0;
	font-size: 15px;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 768px) {
	p.copyright {
		margin-top: 110px;
		font-size: 13px;
	}
}

.footer-related-wrap {
	margin: 50px 0 0;
}

.footer-related-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
	font-size: 20px;
	font-weight: 900;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.footer-related-head {
		font-size: 18px;
	}
}

.footer-related-head::before {
	content: "";
	display: block;
	width: 34px;
	height: 26px;
	background: url(./img/icon_pc.svg) no-repeat;
	background-size: 34px 26px;
}
@media screen and (max-width: 768px) {
	.footer-related-head::before {
		width: 31px;
		height: 24px;
		background-size: 31px 24px;
	}
}

.footer-related-link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 48px;
	margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
	.footer-related-link {
		flex-direction: column;
		gap: 12px;
		margin-top: 20px;
	}
}

.footer-related-link a {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.footer-related-link a {
		font-size: 15px;
	}
}

.footer-related-link a:hover {
	text-decoration: none;
}

.footer-related-link a::after {
	content: "｜";
	display: block;
	position: absolute;
	top: 50%;
	right: -32px;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.footer-related-link a::after {
		content: none;
	}
}
.footer-related-link a:last-child::after {
	content: none;
}

.copyright span {
	margin-right: .3em;
}

@media screen and (max-width: 768px) {
	.copyright span {
		display: block;
		margin: 0;
	}
}


/* content */
.content-wrap {
	margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
	.content-wrap {
		margin-top: 30px;
	}
}

.content-body {
	padding: 0 0 200px;
}
@media screen and (max-width: 768px) {
	.content-body {
		padding-bottom: 130px;
	}
}

@media screen and (max-width: 768px) {
	.content-area {
		padding: 0 20px;
	}
}

.content-text {
	margin: 0;
	font-size: 19px;
	line-height: 1.8;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.content-text {
		padding: 0 20px;
		font-size: 16px;
		line-height: 1.7;
		text-align: left;
	}
}

/* business */
.business-wrap {
	margin: 80px 0 0;
	padding: 70px 0;
	background: #F5F5F5;
}
@media screen and (max-width: 768px) {
	.business-wrap {
		margin-top: 40px;
		padding: 40px 0 38px;
	}
}

.business-head {
	margin: 0;
	font-size: 27px;
	font-weight: 700;
	color: #004489;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.business-head {
		font-size: 22px;
		text-align: left;
	}
}

.business-item-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
	.business-item-wrap {
		flex-direction: column;
		gap: 30px;
		margin-top: 30px;
	}
}

.business-item {
	width: 580px;
	background: #fff;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.business-item {
		width: 100%;
	}
}

.business-item-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 85px;
	margin: 0;
	padding: 12px 20px;
	background: #4A90D4;
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.business-item-head {
		min-height: auto;
		padding: 16px 20px;
		font-size: 19px;
		line-height: 1.5;
	}
}

.business-item-list {
	margin: 0;
	padding: 22px 35px 32px;
	list-style: none;
}
@media screen and (max-width: 768px) {
	.business-item-list {
		padding: 18px 25px 24px;
	}
}

.business-item-list li {
	padding: 0 0 0 15px;
	position: relative;
	font-size: 18px;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.business-item-list li {
		font-size: 16px;
	}
}

.business-item-list li::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 13px;
	left: 0;
	background: #004489;
	border-radius: 50%;
}
@media screen and (max-width: 768px) {
	.business-item-list li::before {
		top: 11px;
	}
}

/* home-bottom */
.home-bottom-wrap {
	margin: 70px 0 150px;
}
@media screen and (max-width: 768px) {
	.home-bottom-wrap {
		margin: 40px 0 100px;
	}
}

p.home-bottom-text {
	margin: 0;
	font-size: 17px;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	p.home-bottom-text {
		font-size: 15px;
	}
}

.home-bottom-box {
	margin: 70px 0 0;
	padding: 30px 20px;
	text-align: center;
	border: solid 3px #E6E6E6;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.home-bottom-box {
		margin-top: 36px;
		padding: 22px 20px 20px;
	}
}

.home-bottom-box p {
	margin: 0;
	font-size: 17px;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.home-bottom-box p {
		font-size: 15px;
		text-align: left;
	}
}

/* page */
.page-hero-wrap {
	position: relative;
}

.page-hero-title {
	width: 100%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 27px;
	font-weight: 900;
	color: #004489;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.page-hero-title {
		font-size: 21px;
	}
}

.page-hero-wrap {
	min-width: 1200px;
	height: 250px;
	background: url(./img/page_main_image.jpg);
	background-size: cover;
	background-position: center bottom;
}
@media screen and (max-width: 768px) {
	.page-hero-wrap {
		min-width: auto;
		width: 100%;
		height: 140px;
		background: url(./img/page_main_image_sp.jpg);
		background-size: cover;
		background-position: center bottom;
	}
}


.page-hero-image img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* guide */
.guide-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin: 0;
	padding: 0 20px;
	background: #4A90D4;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	border-radius: 6px;
}
@media screen and (max-width: 768px) {
	.guide-head {
		height: 75px;
		font-size: 22px;
	}
}

.guide-person-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin: 50px 0 40px;
}
@media screen and (max-width: 768px) {
	.guide-person-wrap {
		flex-direction: column;
		gap: 30px;
		margin: 30px 0;
	}
}

.guide-person-image {
	width: 250px;
}
@media screen and (max-width: 768px) {
	.guide-person-image {
		width: 180px;
		margin: 0 auto;
	}
}

.guide-person-image img {
	width: 100%;
	vertical-align: middle;
}

.guide-person {
	width: 900px;
}
@media screen and (max-width: 768px) {
	.guide-person {
		width: 100%;
	}
}

.guide-person p {
	margin: 0;
	font-size: 17px;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.guide-person p {
		font-size: 15px;
	}
}

.guide-person-name {
	margin: 35px 0 40px;
}
@media screen and (max-width: 768px) {
	.guide-person-name {
		margin: 28px 0;
	}
}

p.guide-person-head {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	p.guide-person-head {
		font-size: 17px;
	}
}

p.guide-person-name-head {
	margin-bottom: 5px;
	font-size: 27px;
}
@media screen and (max-width: 768px) {
	p.guide-person-name-head {
		font-size: 23px;
	}
}

p.guide-person-sm {
	font-size: 15px;
}
@media screen and (max-width: 768px) {
	p.guide-person-sm {
		font-size: 14px;
	}
}

.guide-head-s {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 2.2;
	color: #004489;
	border-bottom: solid 1px #4A90D4;
}
@media screen and (max-width: 768px) {
	.guide-head-s {
		font-size: 17px;
	}
}

.guide-text {
	margin: 14px 0 30px;
	font-size: 17px;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.guide-text {
		margin: 15px 0 20px;
		font-size: 15px;
	}
}

.guide-text a {
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	.guide-text a {
		pointer-events: all;
	}
}

.guide-map {
	width: 100%;
	margin: 45px 0 0;
	padding: 46% 0 0;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.guide-map {
		padding-top: 100%;
	}
}

.guide-map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* .profile */
.profile-wrap {
	margin: 70px 0 0;
	padding: 70px 0 144px;
	background: #F0F8FF;
}
@media screen and (max-width: 768px) {
	.profile-wrap {
		margin-top: 40px;
		padding: 40px 0 90px;
	}
}

.profile-head {
	margin: 0;
	font-size: 27px;
	font-weight: 700;
	color: #222;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.profile-head {
		font-size: 22px;
	}
}

.profile-text-wrap {
	margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
	.profile-text-wrap {
		margin-top: 32px;
	}
}

.profile-text-wrap p {
	margin: 0 0 30px;
	font-size: 17px;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.profile-text-wrap p {
		margin-bottom: 22px;
		font-size: 15px;
	}
}

.profile-text-wrap p:last-child {
	margin-bottom: 0;
}

.profile-text-wrap p a {
	color: #0049E5;
	text-decoration: underline;
}

.profile-text-wrap p a:hover {
	text-decoration: none;
}

/* books */
.books-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 340px;
	margin: 50px 0 0;
	background: #fff;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.books-wrap {
		height: auto;
		flex-direction: column;
		padding: 0 0 30px;
	}
}

.books-head {
	margin: 0;
	padding: 0 70px 0 92px;
	position: relative;
	font-size: 23px;
	font-weight: 700;
	color: #004489;
}
@media screen and (max-width: 768px) {
	.books-head {
		flex-direction: column;
		height: auto;
		padding: 30px 0 20px;
		font-size: 20px;
	}
}

.books-head::after {
	content: "";
	width: 1px;
	height: 200px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #4A90D4;
}
@media screen and (max-width: 768px) {
	.books-head::after {
		width: 220px;
		height: 1px;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%) translateY(0);
	}
}

.books-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 70px;
	padding: 0 0 0 70px;
}
@media screen and (max-width: 768px) {
	.books-list {
		justify-content: center;
		gap: 25px;
		padding: 0;
		margin: 25px 0 0;
	}
}

@media screen and (max-width: 768px) {
	.books-list div {
		width: 127px;
	}
}

/* content */
.content-section {
	margin: 0 0 68px;
}
@media screen and (max-width: 768px) {
	.content-section {
		margin-bottom: 48px;
	}
}
.content-section:last-child {
	margin-bottom: 0;
}

.content-section h2 {
	margin: 0 0 22px;
	padding: 6px 0 6px 20px;
	position: relative;
	font-size: 27px;
	font-weight: 700;
	color: #222;
}
@media screen and (max-width: 768px) {
	.content-section h2 {
		margin-bottom: 16px;
		padding: 4px 0 4px 18px;
		font-size: 22px;
	}
}

.content-section h2::before {
	content: "";
	width: 8px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background: #004489;
	border-radius: 2px;
}
@media screen and (max-width: 768px) {
	.content-section h2::before {
		width: 7px;
		height: 40px;
	}
}

.content-section p {
	margin: 0 0 28px;
	font-size: 17px;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.content-section p {
		font-size: 15px;
		line-height: 1.8;
	}
}

.content-section p:last-of-type {
	margin-bottom: 0;
}

.content-section a {
	color: #0049E5;
	text-decoration: underline;
}
.content-section a:hover {
	text-decoration: none;
}

.content-section .box {
	display: inline-block;
	margin: 25px 0 0;
	padding: 28px 26px;
	border: solid 3px #E6E6E6;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.content-section .box {
		padding: 18px 22px;
	}
}

.content-section .box p {
	margin: 0;
}

.content-section .table-head {
	margin: 0;
	padding: 13px 20px;
	position: relative;
	bottom: -1px;
	background: #4A90D4;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.content-section .table-head {
		min-width: 798px;
		padding: 9px 10px;
		font-size: 17px;
		text-align: left;
	}
}

.content-section .table-wrap {
	margin: 70px 0 0;
}
@media screen and (max-width: 768px) {
	.content-section .table-wrap {
		width: calc(100% + 40px);
		padding: 0 20px;
		margin: 50px 0 0 -20px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.content-section .table-wrap table {
	margin: 0;
}

@media screen and (max-width: 768px) {
	.content-section .table-wrap table {
		min-width: 798px;
	}
}

.content-section table th {
	padding: 17px 10px;
	background: #F5F5F5;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	border: solid 1px #B6B6B6;
}
@media screen and (max-width: 768px) {
	.content-section table th {
		padding: 10px;
		font-size: 15px;
		text-align: left;
	}
}

.content-section table td {
	padding: 13px;
	font-size: 15px;
	line-height: 1.6;
	border: solid 1px #B6B6B6;
}
@media screen and (max-width: 768px) {
	.content-section table td {
		padding: 12px 10px;
	}
}

table.price-table td:first-child {
	width: 800px;
}
@media screen and (max-width: 768px) {
	table.price-table td:first-child {
		width: 530px;
	}
}

table.price-table td:last-child {
	min-width: 300px;
	text-align: right;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	table.price-table td:last-child {
		min-width: 200px;
	}
}

table.price-table.col3 td:first-child {
	width: 310px;
}
@media screen and (max-width: 768px) {
	table.price-table.col3 td:first-child {
		width: 240px;
	}
}

table.number-table th {
	width: 60px;
	background: #4A90D4;
	font-size: 20px;
	color: #fff;
	border-color: #4A90D4;
	border-bottom-color: #fff;
}
@media screen and (max-width: 768px) {
	table.number-table th {
		width: 40px;
		font-size: 17px;
		text-align: center;
	}
}

table.number-table td {
	font-size: 17px;
}
@media screen and (max-width: 768px) {
	table.number-table td {
		font-size: 15px;
	}
}

table.number-table td:nth-child(2) {
	width: 310px;
	background: #F5F5F5;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	table.number-table td:nth-child(2) {
		width: 140px;
	}
}

.content-section ul {
	margin: 0 0 30px;
	list-style: none;
}
@media screen and (max-width: 768px) {
	.content-section ul {
		margin-bottom: 18px;
	}
}

.content-section ul li {
	margin: 0 0 6px;
	padding: 0 0 0 18px;
	position: relative;
	font-size: 17px;
	line-height: 1.7;
}
.content-section ul li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.content-section ul li {
		font-size: 15px;
	}
}

.content-section ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 10px;
	left: 0;
	background: #004489;
	border-radius: 50%;
}
@media screen and (max-width: 768px) {
	.content-section ul li::before {
		top: 8px;
	}
}

/* contact */
.contact-wrap {
	margin: 40px 0 0;
	padding: 40px 0 135px;
	background: #F5F5F5;
}
@media screen and (max-width: 768px) {
	.contact-wrap {
		margin-top: 30px;
		padding: 30px 0 85px;
	}
}

.contact-tel-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 52px;
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 35px;
	background: #fff;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.contact-tel-wrap {
		flex-direction: column;
		gap: 12px;
		width: 100%;
		padding: 26px 55px 22px;
	}
}

.contact-tel-head {
	margin: 0;
	position: relative;
	font-size: 15px;
	text-align: center;
	color: #004489;
}
@media screen and (max-width: 768px) {
	.contact-tel-head {
		font-size: 14px;
	}
}

.contact-tel-head::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #004489;
}

.contact-tel-head div {
	display: inline-block;
	padding: 0 12px;
	position: relative;
	background: #fff;
	z-index: 1;
}

.contact-tel-number {
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 28px;
	font-weight: 900;
	color: #004489;
}
@media screen and (max-width: 768px) {
	.contact-tel-number {
		justify-content: center;
		font-size: 26px;
	}
}

.contact-tel-number a {
	color: #004489;
	text-decoration: none;
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	.contact-tel-number a {
		pointer-events: all;
	}
}

.contact-tel-number::before {
	content: "";
	margin: 0 10px 0 0;
}

.contact-tel-number.tel::before {
	width: 30px;
	height: 30px;
	background: url(./img/icon_tel.svg) no-repeat;
	background-size: 30px;
}
@media screen and (max-width: 768px) {
	.contact-tel-number.tel::before {
		width: 28px;
		height: 28px;
		background-size: 28px;
	}
}
.contact-tel-number.phone::before {
	width: 20px;
	height: 32px;
	margin-right: 7px;
	position: relative;
	left: -3px;
	background: url(./img/icon_phone.svg) no-repeat;
	background-size: 20px 32px;
}
@media screen and (max-width: 768px) {
	.contact-tel-number.phone::before {
		width: 19px;
		height: 30px;
		background-size: 19px 30px;
	}
}
.contact-tel-number.fax::before {
	width: 30px;
	height: 26px;
	background: url(./img/icon_fax.svg) no-repeat;
	background-size: 30px 26px;
}
@media screen and (max-width: 768px) {
	.contact-tel-number.fax::before {
		width: 28px;
		height: 25px;
		background-size: 28px 25px;
	}
}

.contact-form-wrap {
	width: 900px;
	margin: 50px auto 0;
	padding: 40px 135px 55px;
	background: #fff;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.contact-form-wrap {
		width: 100%;
		margin-top: 40px;
		padding: 40px 25px 45px;
	}
}

p.required-text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	width: 115px;
	height: 30px;
	margin: 0 auto 20px;
	padding: 0 0 0 14px;
	font-size: 14px;
	color: #FF3333;
	border: solid 1px #FF3333;
}

.required-text::before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	position: relative;
	top: 1px;
	background: url(./img/required_mark.svg) no-repeat;
	background-size: 11px;
}

.contact-form-wrap .wpcf7 p {
	margin: 0 0 32px;
}
@media screen and (max-width: 768px) {
	.contact-form-wrap .wpcf7 p {
		margin-bottom: 20px;
	}
}

.contact-form-wrap .wpcf7 p:last-of-type {
	margin-bottom: 0;
}

.form-head {
	font-size: 17px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.form-head {
		font-size: 15px;
	}
}

.form-head.required::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 0 0 6px;
	background: url(./img/required_mark.svg) no-repeat;
	background-size: 11px;
}

.wpcf7-form-control-wrap {
	display: block;
	margin: 8px 0 0;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	padding: 13.5px;
	border: solid 2px #989898;
	border-radius: 6px;
}
@media screen and (max-width: 768px) {
	.wpcf7-form-control-wrap input,
	.wpcf7-form-control-wrap textarea {
		padding: 8px;
	}
}

.wpcf7-form-control-wrap textarea {
	height: 260px;
	min-height: 260px;
	resize: vertical;
}
@media screen and (max-width: 768px) {
	.wpcf7-form-control-wrap textarea {
		height: 250px;
		min-height: 250px;
	}
}

.contact-form-wrap input[type="button"],
.contact-form-wrap input[type="submit"] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 60px;
	margin: 40px auto 0;
	background: #004489;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	border: solid 1px #0057A3;
	border-radius: 0;
}
@media screen and (max-width: 768px) {
	.contact-form-wrap input[type="button"],
	.contact-form-wrap input[type="submit"] {
		width: 170px;
		height: 50px;
		margin-top: 30px;
		font-size: 17px;
	}
}

/* topic */
.blog:not(.has-sidebar) #primary article,
.archive:not(.page-one-column):not(.has-sidebar) #primary article,
.search:not(.has-sidebar) #primary article,
.error404:not(.has-sidebar) #primary .page-content,
.error404.has-sidebar #primary .page-content,
body.page-two-column:not(.archive) #primary .entry-content,
body.page-two-column #comments {
	width: 1100px;
	float: none;
	margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		width: 100%;
	}
}

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	width: 1100px;
	max-width: 1100px;
}
@media screen and (max-width: 768px) {
	.single-post:not(.has-sidebar) #primary,
	.page.page-one-column:not(.twentyseventeen-front-page) #primary,
	.archive.page-one-column:not(.has-sidebar) .page-header,
	.archive.page-one-column:not(.has-sidebar) #primary {
		width: 100%;
	}
}

.topic-list-wrap {
	padding: 0 0 180px;
}
@media screen and (max-width: 768px) {
	.topic-list-wrap {
		padding-bottom: 50px;
	}
}

.topic-list-wrap article {
	margin: 0 0 80px;
}

.page-header {
	width: 100%!important;
	float: none!important;
}

.page-title {
	margin: 50px 0 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.page-title {
		margin-top: 35px;
	}
}

.navigation.pagination {
	float: none;
	margin: 0 auto;
}

/* --------- ページトップボタン ----------- */
#gPagetop {
	transition: 0.2s;
	cursor: pointer;
	visibility: hidden;
}

#post-53 + .footer #gPagetop {
	display: none;
}

#gPagetop .pagetopBtn {
	position: fixed;
	position: relative;
	right: 30px;
	display: block;
	width: 69px;
	height: 69px;
	border-radius: 100%;
	z-index: 100;
}
@media screen and (max-width: 768px) {
	#gPagetop .pagetopBtn{
		right: 10px;
		width: 50px;
		height: 50px;
	}
}

#gPagetop .pagetopBtn::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	display: block;
	width: 69px;
	height: 69px;
	border-radius: 100%;
	background-image: url(./img/pagetop_icon.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.2s ease;
	z-index: 100;
}
@media screen and (max-width: 768px) {
	#gPagetop .pagetopBtn::after {
		width: 50px;
		height: 50px;
	}
}
