body {
	color: #323232;
	font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5rem;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	min-height: 100vh;
	overflow-x: hidden;
	font-weight: 400;
	position: relative;
	letter-spacing: 0.1rem;
	background: #eef5fc
}
body.bg-sub {
	background: #1dacf9
}
a {
	color: #1dacf9;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor: pointer
}
img {
	max-width: 100%;
	height: auto
}
.bold {
	font-weight: bold
}
h2, h3 {
	line-height: 1.4;
	font-weight: 400
}
.mincho {
	font-family: "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif
}
#wrapper {
	overflow: hidden
}
@-webkit-keyframes view-zoomin {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.95);
		transform: scale(0.95)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes view-zoomin {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.95);
		transform: scale(0.95)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-webkit-keyframes view-slideup {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 35px);
		transform: translate(0, 35px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@keyframes view-slideup {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 35px);
		transform: translate(0, 35px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
.animation {
	opacity: 0
}
.slideup.on {
	opacity: 1;
	-webkit-animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
	animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}
.zoomin.on {
	opacity: 1;
	-webkit-animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
	animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}
.loader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fdfdfd;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999
}
.loader::after {
	-webkit-animation: loader 0.5s linear infinite;
	animation: loader 0.5s linear infinite;
	border: 1px solid #005bac;
	border-radius: 50%;
	border-right: 1px solid rgba(0, 91, 172, 0.2);
	border-top: 1px solid rgba(0, 91, 172, 0.2);
	content: "";
	height: 70px;
	width: 70px
}
.loader.off {
	display: none
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes hd-scrolled {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@keyframes hd-scrolled {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
#l-header {
	width: 100%;
	position: fixed;
	z-index: 200
}
#l-header .inner {
	max-width: 100%;
	margin: 0 auto;
	min-width: 1024px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
@media all and (max-width: 800px) {
	#l-header .inner {
		min-width: initial
	}
}
#logo {
	margin: 5px 0 5px 5px;
	width: 550px;
	-webkit-filter: drop-shadow(0 0 15px rgba(6, 146, 221, 0.9));
	filter: drop-shadow(0 0 15px rgba(6, 146, 221, 0.9));
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}
#logo:hover {
	opacity: 0.8;
	-webkit-filter: drop-shadow(0 0 15px rgba(0, 91, 172, 0.9));
	filter: drop-shadow(0 0 15px rgba(0, 91, 172, 0.9))
}
/* @media all and (max-width: 1200px) {
	#logo {
		width: 400px
	}
} */
.header-wrap {
	position: absolute;
	z-index: 500;
	left: 0;
	top: 0;
	padding: 20px 20px 30px;
	background: #005bac
}
.header-right {
	background: rgba(29, 172, 249, 0.9);
	padding: 0 10px 0 0
}
.header-right_contact {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 10px
}
@media all and (max-width: 1335px) {
	.header-right {
		display: none
	}
}
.header-right_add {
	display: block;
	padding: 6px 0;
	line-height: 1.4;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	font-weight: 400;
	margin-right: 10px
}
.header-right_tel a, .header-right_mail a, .header-right_entry a {
	display: block;
	padding: 4px 15px;
	border-radius: 40px;
	line-height: 1.4;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	max-width: 350px;
	font-weight: 400
}
.header-right_tel a span, .header-right_mail a span, .header-right_entry a span {
	padding-right: 5px
}
.header-right_tel a:hover, .header-right_mail a:hover, .header-right_entry a:hover {
	-webkit-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in
}
.header-right_tel {
	margin-right: 5px
}
.header-right_tel a {
	background: #005bac;
	color: #fff;
	font-weight: 600
}
.header-right_tel a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f879";
	font-weight: bold;
	margin-right: 5px
}
.header-right_tel a:hover {
	background: #0076df
}
.header-right_mail a {
	background: #b2e3fd;
	color: #004079;
	font-weight: bold
}
.header-right_mail a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 5px
}
.header-right_mail a:hover {
	background: #e4f5fe;
	color: #0571ab
}
.header-right_fax {
	margin-right: 5px;
	display: block;
	padding: 4px 15px;
	border-radius: 40px;
	line-height: 1.4;
	text-align: center;
	color: #0692dd !important;
	max-width: 350px;
	font-weight: 600;
	background: #fff
}
.header-right_fax:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1ac";
	font-weight: bold;
	margin-right: 5px
}
#header_nav {
	position: relative;
	width: 770px
}
#header_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
#header_nav ul li {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: center;
	padding: 5px 0;
	margin: 10px 0
}
#header_nav ul li a {
	display: block;
	position: relative;
	line-height: 1.4;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0, 91, 172, 0.3), 0 0 5px rgba(0, 91, 172, 0.8)
}
#header_nav ul li a span {
	display: block;
	color: #a1dfff;
	font-size: 1.6rem;
	font-family: "Sulphur Point", "Anton", "Josefin Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px
}
#header_nav ul li a:hover, #header_nav ul li a.active {
	color: #e5e5e5
}
#header_nav ul li a:hover span, #header_nav ul li a.active span {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #005bac;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.8)
}
#header_nav .dropdown {
	display: none;
	position: absolute;
	left: 0;
	top: 65px;
	z-index: 310;
	background: #005bac
}
#header_nav .dropdown .dropdown-li {
	padding: 10px 10px;
	margin: 0 0 5px
}
#header_nav .dropdown .dropdown-li a {
	display: block;
	width: 160px;
	text-align: center;
	font-size: 1.5rem;
	padding: 10px 0;
	border-right: 0;
	color: #555;
	border-radius: 30px;
	background: #fff
}
#header_nav .dropdown .dropdown-li a:after {
	display: none
}
#header_nav .dropdown .dropdown-li a:hover {
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	color: #c1272d
}
#header_nav .dropdown .dropdown-li.foot_only {
	display: none
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999
}
#page-top a {
	display: block;
	background: #07a2f6;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	font-size: 1.8rem;
	text-align: center
}
#page-top a:hover {
	opacity: 0.6
}
@media all and (max-width: 639px) {
	#page-top {
		bottom: 20px
	}
}
@-webkit-keyframes zoom-in {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(1.12);
		transform: scale(1.12)
	}
}
@keyframes zoom-in {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(1.12);
		transform: scale(1.12)
	}
}
.swiper-slide {
	overflow: hidden
}
.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
	-webkit-animation: zoom-in 11s linear 0s 1 normal both;
	animation: zoom-in 11s linear 0s 1 normal both
}
.slide-img {
	overflow: hidden;
	width: 100%;
	height: calc(100vh - 113px)
}
.slide-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;"
}
@media all and (max-width: 800px) {
	.slide-img {
		height: 50vh
	}
}
#slide-wrap {
	position: relative
}
#slideshow {
	width: 100%;
	height: calc(100vh - 113px);
	margin: 0 auto 0;
	overflow: hidden
}
@media all and (max-width: 800px) {
	#slideshow {
		height: 50vh;
		width: 100%;
		margin: 0 auto
	}
}
#catch, #catch2 {
	z-index: 150;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}
@media all and (max-width: 800px) {
	#catch, #catch2 {
		width: 80%;
		top: 55%
	}
}
.slide-solo {
	position: relative
}
.slide-full img {
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover
}
@media all and (max-width: 800px) {
	.slide-full img {
		height: 70vh
	}
}
@media all and (max-width: 639px) {
	.slide-full img {
		height: 55vh
	}
}
#flash {
	background: url(../bxslider/images/0.jpg) no-repeat center center;
	background-size: cover;
	position: relative
}
@media all and (max-width: 639px) {
	#flash {
		height: 40vh
	}
}
.slide0 {
	background-image: url(../bxslider/images/0.jpg);
	background-position: center center
}
.slide1 {
	background-image: url(../bxslider/images/1.jpg);
	background-position: center center
}
.slide2 {
	background-image: url(../bxslider/images/2.jpg);
	background-position: center center
}
.slide3 {
	background-image: url(../bxslider/images/3.jpg);
	background-position: center center
}
.slide0, .slide1, .slide2, .slide3 {
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-attachment: scroll;
	padding: 0px 0
}
.bg_contact {
	position: relative
}
.bg_contact .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0
}
@media all and (max-width: 639px) {
	.bg_contact .inner {
		width: 95%;
		background: rgba(255, 255, 255, 0.7)
	}
}
.contact_lead {
	font-size: 1.3em;
	color: #5c4332;
	text-align: center
}
@media all and (max-width: 639px) {
	.contact_lead {
		font-size: 1em
	}
}
.contact_wrap {
	max-width: 1200px;
	border-top: 3px solid #fff;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.contact_wrap .contact_left, .contact_wrap .contact_right {
	width: 49%;
	padding: 20px
}
.contact_wrap .contact_right {
	text-align: right
}
.contact_wrap .contact_left {
	margin-right: 2%;
	border-right: 3px solid #fff
}
@media all and (max-width: 639px) {
	.contact_wrap {
		margin-top: 30px;
		width: 94%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.contact_wrap .contact_left, .contact_wrap .contact_right {
		width: 100%;
		padding: 10px;
		font-size: 0.9em;
		letter-spacing: 0;
		font-weight: normal
	}
	.contact_wrap .contact_right {
		text-align: left
	}
	.contact_wrap .contact_left {
		margin-right: auto;
		border-right: 0;
		border-bottom: 3px solid #fff
	}
}
.contact_bnr {
	margin: 15px 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.contact_bnr>li {
	margin-bottom: 10px
}
.contact_bnr>li:not(:last-child) {
	margin-right: 15px
}
@media all and (max-width: 639px) {
	.contact_bnr>li:not(:last-child) {
		margin-right: auto
	}
}
.contact_bnr>li .bnr_tel {
	background: #005bac;
	white-space: nowrap;
	color: #fff
}
.contact_bnr>li .bnr_tel:before {
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	font-weight: bold
}
.contact_bnr>li .bnr_tel:hover {
	background: #fff;
	color: #004079
}
.contact_bnr>li .bnr_mobile {
	background: #005bac;
	border: 1px solid #004079
}
.contact_bnr>li .bnr_mobile:before {
	font-family: "Font Awesome 5 Free";
	content: "\f3cd";
	font-weight: bold
}
.contact_bnr>li .bnr_mobile:hover {
	background: #c1272d
}
.contact_bnr>li .bnr_fax {
	background: #f0ebda;
	border: 1px solid #aaa;
	color: #333
}
.contact_bnr>li .bnr_fax:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1ac";
	font-weight: bold
}
.contact_bnr>li .bnr_mail {
	background: #1dacf9;
	color: #ddd
}
.contact_bnr>li .bnr_mail:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold
}
.contact_bnr>li .bnr_mail:hover {
	background: #fff;
	color: #07a2f6
}
.contact_bnr>li a, .contact_bnr>li span {
	display: block;
	padding: 5px 15px;
	margin: 0 auto;
	color: #ffffff;
	border-radius: 50px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	width: 330px
}
.contact_bnr>li a:before, .contact_bnr>li span:before {
	margin-right: 5px
}
@media all and (max-width: 639px) {
	.contact_bnr>li a, .contact_bnr>li span {
		width: 300px;
		font-size: 1.5rem
	}
}
#l-footer {
	font-size: 1.4rem;
	background: #222;
	position: relative;
	color: #fefefe
}
#l-footer .inner {
	max-width: 1200px;
	margin: 0 auto
}
#l-footer .footer-box {
	margin: 0 auto;
	padding: 40px 20px
}
#l-footer .footer-box .contact-wp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
#l-footer .footer-box .contact-wp .contact-left {
	width: 30%;
	border-right: 1px solid #ccc
}
#l-footer .footer-box .contact-wp .contact-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 20px
}
@media all and (max-width: 639px) {
	#l-footer .footer-box .contact-wp {
		font-size: 1.3rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	#l-footer .footer-box .contact-wp .contact-left {
		width: 100%;
		margin: 0 auto;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		border-right: 0
	}
	#l-footer .footer-box .contact-wp .contact-right {
		width: 100%;
		margin: auto;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		text-align: center
	}
}
@media all and (max-width: 639px) {
	#l-footer {
		font-size: 1.2rem
	}
}
.mini {
	font-size: 90%
}
.footer_navi {
	padding: 10px 0;
	margin: 20px auto 0
}
.footer_navi ul {
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.footer_navi li {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: center;
	margin: 0 0.5% 4px;
	border-left: 1px dashed #f0ebda
}
.footer_navi li:last-child {
	border-right: 1px dashed #f0ebda
}
.footer_navi li a {
	color: #fefefe;
	font-size: 1.5rem;
	position: relative;
	font-weight: normal
}
.footer_navi li a span {
	display: none
}
.footer_navi li a:hover {
	color: #46a8ff
}
.footer_navi li .dropdown {
	display: none
}
.footer_navi li.fnone {
	display: none
}
.column2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.column2 .child1 {
	width: 35%
}
.column2 .child2 {
	width: 62%
}
@media all and (max-width: 800px) {
	.column2 .child1, .column2 .child2 {
		width: 100%;
		border: 0
	}
}
.flogo {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	min-height: 0
}
.address {
	text-align: center
}
.copyright {
	padding: 15px 0;
	background: #1dacf9;
	color: #fff;
	font-size: 1.2rem
}
@media all and (max-width: 639px) {
	.copyright {
		font-size: 12px
	}
}
.top-intro {
	position: relative;
	margin-top: 25px
}
.top-intro:before {
	left: 0;
	top: 0;
	background: url(../img/bg_intro.png) no-repeat center/cover;
	background-attachment: fixed;
	opacity: 0.9;
	position: absolute;
	content: "";
	width: 100%;
	height: 70%;
	z-index: -1
}
@media screen and (max-width: 1100px) {
	.top-intro:before {
		height: 58%;
		background-attachment: scroll;
		background: url(../img/bg_intro.png) no-repeat center/cover
	}
}
@media all and (max-width: 639px) {
	.top-intro:before {
		height: 38%;
		background-attachment: scroll;
		background: url(../img/bg_intro.png) no-repeat center/cover
	}
}
.top-intro_title {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	position: absolute;
	text-align: left;
	font-size: 6rem;
	line-height: 1.3;
	left: 2%;
	top: 50px;
	font-weight: normal;
	white-space: nowrap;
	z-index: 3
}
@media all and (max-width: 639px) {
	.top-intro_title {
		-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
		font-size: 3rem;
		top: 20px;
		left: 0
	}
	.top-intro_title:before {
		left: 0;
		top: 50%;
		width: 100px;
		height: 70px;
		margin: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
.top-box {
	width: 850px;
	max-width: 75%;
	background: #eef5fc;
	padding: 35px;
	position: relative;
	z-index: 5;
	margin: 180px auto 20px;
	position: relative;
	text-align: center;
	font-weight: 400
}
@media all and (max-width: 800px) {
	.top-box {
		max-width: 70%;
		padding: 15px;
		font-size: 1.1rem;
		margin: 100px auto 20px
	}
}
@media all and (max-width: 639px) {
	.top-box {
		max-width: 95%;
		margin: 50px auto 20px
	}
}
.feature-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1500px;
	margin: 0 auto
}
.feature-wrap .feature-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 70px
}
@media all and (max-width: 800px) {
	.feature-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.feature-wrap .feature-right {
		width: 100%;
		margin: 10px 0
	}
}
.feature-dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.feature-dl dt, .feature-dl dd {
	position: relative
}
.feature-dl dt:not(:last-of-type), .feature-dl dd:not(:last-of-type) {
	margin-bottom: 30px
}
@media all and (max-width: 639px) {
	.feature-dl dt:not(:last-of-type), .feature-dl dd:not(:last-of-type) {
		margin-bottom: 20
	}
}
.feature-dl dt {
	width: 45%
}
.feature-dl dt img {
	width: 100%;
	border-radius: 10px 0 10px 0
}
@media all and (max-width: 639px) {
	.feature-dl dt {
		width: 90%;
		margin-bottom: 10px
	}
}
.feature-dl dd {
	width: calc(100% - 47%);
	font-weight: bold
}
@media all and (max-width: 639px) {
	.feature-dl dd {
		width: 90%;
		margin-left: auto
	}
}
.feature-dl .feature-title {
	margin: 70px 0 30px -30px;
	position: relative;
	border-bottom: 3px solid #c1272d;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 10px 0 10px 70px
}
.feature-dl .feature-title span {
	position: absolute;
	width: 80px;
	height: 80px;
	left: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #232323;
	color: #fefefe;
	border-radius: 100%;
	text-align: center;
	line-height: 1.3;
	font-size: 1.7rem;
	font-family: "Sulphur Point", "Anton", "Josefin Sans", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 10px;
	letter-spacing: 0
}
.feature-dl .feature-title span em {
	display: block;
	font-size: 4rem;
	font-style: initial;
	font-weight: 700;
	margin-top: -7px;
	color: #f7d914
}
@media all and (max-width: 639px) {
	.feature-dl .feature-title {
		margin: 20px 0 20px 0;
		padding-left: 50px;
		line-height: 1.3;
		font-size: 1.5rem
	}
	.feature-dl .feature-title span {
		width: 65px;
		height: 65px;
		font-size: 1.15rem
	}
	.feature-dl .feature-title span em {
		font-size: 2.5rem
	}
}
.top-btn_col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 90%;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.top-btn_col2 .col-child {
	width: 49%;
	padding: 50px 0;
	position: relative;
	background: #004079;
	overflow: hidden
}
.top-btn_col2 .col-child:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../img/col2-01.jpg) no-repeat center/cover;
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in
}
.top-btn_col2 .col-child a {
	display: block;
	text-align: center;
	position: relative;
	z-index: 10
}
.top-btn_col2 .col-child:hover:before {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.9
}
.top-btn_col2 .col-child:last-child:before {
	background: url(../img/col2-02.jpg) no-repeat center top/cover
}
@media all and (max-width: 800px) {
	.top-btn_col2 {
		width: 85%
	}
	.top-btn_col2 .col-child {
		width: 100%;
		margin: 0 auto 20px
	}
}
.top-list_col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto
}
.top-list_col2 li {
	width: 48%;
	text-align: center
}
.top-list_col2 li a {
	display: block
}
.top-list_col2 li a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.top-list_col2 li a:hover .top-list_big span.more {
	padding-right: 25px
}
.top-list_col2 li img {
	width: 85%;
	display: block;
	margin: 0 auto 20px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	border: 8px solid #fefefe
}
@media all and (max-width: 800px) {
	.top-list_col2 li {
		width: 85%;
		margin-bottom: 30px
	}
}
@media all and (max-width: 639px) {
	.top-list_col2 li {
		width: 95%
	}
}
.top-list_col3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto
}
.top-list_col3 li {
	width: 31.5%;
	text-align: center
}
.top-list_col3 li a {
	display: block
}
.top-list_col3 li a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.top-list_col3 li a:hover .top-list_big span.more {
	padding-right: 25px
}
.top-list_col3 li img {
	width: 85%;
	display: block;
	margin: 0 auto 20px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	border: 8px solid #fefefe
}
@media all and (max-width: 800px) {
	.top-list_col3 li {
		width: 85%;
		margin-bottom: 30px
	}
}
@media all and (max-width: 639px) {
	.top-list_col3 li {
		width: 95%
	}
}
.top-list_col4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	margin: 0 auto
}
.top-list_col4 li {
	width: 23%;
	text-align: center;
	z-index: 2
}
.top-list_col4 li a {
	display: block
}
.top-list_col4 li a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.top-list_col4 li a:hover .top-list_big span.more {
	padding-right: 25px
}
.top-list_col4 li img {
	-webkit-box-shadow: 0 0 10px -5px rgba(29, 172, 249, 0.4);
	box-shadow: 0 0 10px -5px rgba(29, 172, 249, 0.4);
	width: 85%;
	display: block;
	margin: 0 auto 20px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	border: 8px solid #fefefe
}
@media all and (max-width: 800px) {
	.top-list_col4 li {
		width: 85%;
		margin-bottom: 30px
	}
}
@media all and (max-width: 639px) {
	.top-list_col4 li {
		width: 95%
	}
}
.top-list_title {
	position: relative;
	z-index: 5;
	width: 90%
}
.top-list_title .top-list_big {
	margin: -50px auto 10px 0;
	text-align: left;
	color: #fefefe;
	font-size: 1.8rem;
	font-weight: 600;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}
.top-list_title .top-list_big span {
	display: inline-block;
	font-size: 4rem;
	color: #fefefe;
	font-family: "Sulphur Point", "Anton", "Josefin Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0 15px;
	background: #004079;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	margin-right: 10px;
	border-radius: 10px 0 10px 0
}
.top-list_title .top-list_big span.more {
	border-radius: 0;
	font-size: 2.5rem;
	position: relative;
	border-bottom: 2px solid #f0ebda;
	background: none;
	color: #fefefe;
	padding: 5px 20px 0px 8px
}
.top-list_title .top-list_big span.more:after {
	position: absolute;
	content: "";
	width: 3px;
	height: 8px;
	background: #f0ebda;
	right: 1px;
	bottom: -2px;
	-webkit-transform: skew(45deg);
	transform: skew(45deg)
}
@media all and (max-width: 639px) {
	.top-list_title .top-list_big span.more {
		text-shadow: 0 1px 0 #88c2fc, 1px 0 0 #88c2fc, 0 -1px 0 #88c2fc, -1px 0 0 #88c2fc, -1px -1px 0 #88c2fc, 1px -1px 0 #88c2fc, -1px 2px 0 #88c2fc, 1px 1px 0 #88c2fc
	}
}
.top-list_title .top-list_txt {
	color: #222;
	text-align: left;
	background: #e1d7b6;
	border-radius: 5px;
	padding: 10px
}
@media all and (max-width: 639px) {
	.top-list_title {
		width: 100%
	}
	.top-list_title .top-list_big {
		font-size: 1.8rem
	}
	.top-list_title .top-list_big span {
		font-size: 3rem
	}
}
.top-list_title2 {
	position: relative;
	z-index: 5;
	width: 90%
}
.top-list_title2 .top-list_big {
	margin: -50px auto 10px 0;
	text-align: left;
	color: #fefefe;
	font-size: 1.8rem;
	font-weight: 600;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}
.top-list_title2 .top-list_big span {
	display: inline-block;
	font-size: 2.8rem;
	color: #fefefe;
	font-family: "Sulphur Point", "Anton", "Josefin Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0 15px;
	background: #004079;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	margin-right: 10px;
	border-radius: 10px 0 10px 0
}
.top-list_title2 .top-list_big span.more {
	border-radius: 0;
	font-size: 2rem;
	position: relative;
	border-bottom: 2px solid #f0ebda;
	background: none;
	color: #1dacf9;
	padding: 5px 20px 0px 8px;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff
}
.top-list_title2 .top-list_big span.more:after {
	position: absolute;
	content: "";
	width: 3px;
	height: 8px;
	background: #f0ebda;
	right: 1px;
	bottom: -2px;
	-webkit-transform: skew(45deg);
	transform: skew(45deg)
}
.top-list_title2 .top-list_txt {
	color: #222;
	text-align: left;
	background: #e1d7b6;
	border-radius: 5px;
	padding: 10px
}
@media all and (max-width: 639px) {
	.top-list_title2 {
		width: 100%
	}
	.top-list_title2 .top-list_big {
		font-size: 1.8rem
	}
	.top-list_title2 .top-list_big span {
		font-size: 3rem
	}
}
.news-box {
	margin: -150px auto 0;
	padding: 25px 15px 15px;
	position: relative;
	max-width: 1200px;
	background: #fefefe;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.news-box:after {
	position: absolute;
	content: "";
	left: 0;
	top: -9px;
	width: 100%;
	height: 10px;
	background: url(../img/wave.png) repeat-x left bottom
}
@media all and (max-width: 800px) {
	.news-box {
		margin-top: -70px
	}
}
@media all and (max-width: 639px) {
	.news-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border: 2px solid #eee;
		margin: -80px auto 0;
		width: 100%;
		padding: 5px
	}
}
.news-title {
	text-align: center;
	font-weight: 500;
	border-right: 0.9px solid rgba(58, 32, 12, 0.5);
	padding: 10px 20px 0;
	color: #333;
	font-size: 1.6rem
}
.news-title span {
	font-weight: 700;
	font-size: 4rem;
	display: block;
	font-family: "Sulphur Point", "Anton", "Josefin Sans", sans-serif;
	font-weight: normal;
	color: #1dacf9;
	margin-bottom: -20px
}
@media all and (max-width: 639px) {
	.news-title {
		padding: 5px 10px;
		border-right: 0;
		line-height: 2;
		font-size: 1.5rem
	}
	.news-title span {
		font-size: 3rem
	}
}
.news-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 20px
}
@media all and (max-width: 639px) {
	.news-right {
		width: 100%;
		margin: 10px 0 0
	}
}
.top-blog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px
}
.top-blog li {
	width: 32%;
	margin: 0 1.5% 20px 0;
	position: relative
}
.top-blog li>a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2
}
.top-blog li>a:hover~.top-blog_img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.top-blog li:nth-child(3n) {
	margin-right: 0
}
.top-blog .top-blog_img {
	margin-bottom: 10px;
	overflow: hidden;
	height: 150px
}
.top-blog .top-blog_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	-webkit-transition: -webkit-transform 0.2s ease-in;
	transition: -webkit-transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
	transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in
}
.top-blog .top-blog_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.top-blog .top-blog_time {
	background: rgba(29, 172, 249, 0.2);
	padding: 8px 5px;
	color: #1dacf9;
	width: 25%;
	text-align: center;
	line-height: 1.2
}
.top-blog .top-blog_time span {
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.1rem
}
.top-blog .top-blog_time span.day {
	font-size: 2.4rem;
	font-weight: bold
}
.top-blog .top-blog_detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 10px
}
.top-blog .top-blog_ttl {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 5px 0 10px;
	color: #0692dd;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}
.top-blog .top-blog_txt {
	font-size: 12.5px;
	line-height: 1.5
}
@media all and (max-width: 800px) {
	.top-blog li {
		width: 49%;
		margin-right: 2%
	}
	.top-blog li:nth-child(3n) {
		margin-right: 2%
	}
	.top-blog li:nth-child(2n) {
		margin-right: 0
	}
}
@media all and (max-width: 639px) {
	.top-blog li {
		width: 90%;
		margin: 0 auto 20px
	}
	.top-blog li:nth-child(2n), .top-blog li:nth-child(3n) {
		margin-right: auto
	}
	.top-blog .top-blog_time span {
		font-size: 1.1rem
	}
	.top-blog .top-blog_time span.day {
		font-size: 1.8rem
	}
	.top-blog .top-blog_ttl {
		font-size: 1.2rem
	}
}
.greet-txt {
	letter-spacing: 0;
	line-height: 2;
	padding: 15px;
	font-weight: normal
}
.single {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative
}
.single.falf {
	max-width: 600px
}
.single.tp0 {
	padding: 0px 0 90px
}
.single.tb0 {
	padding: 0px
}
.single.tb40 {
	padding: 40px 0
}
@media all and (max-width: 1200px) {
	.single {
		width: 94%
	}
}
.single02 {
	margin: 0 auto;
	padding: 80px 0
}
.single03 {
	max-width: 1500px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative
}
.single03.p40 {
	padding: 40px 0
}
.margin-top {
	margin-top: -80px
}
@media all and (max-width: 639px) {
	.margin-top {
		margin-top: -30px
	}
}
.lsingle, .rsingle {
	width: 48.44%
}
.lsingle {
	float: left
}
.rsingle {
	float: right
}
.mbox {
	background: #fefefe;
	padding: 40px 30px;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	margin-right: auto
}
.mbox.transparent {
	background: none
}
@media all and (max-width: 639px) {
	.mbox {
		padding: 20px 15px
	}
}
.mbox2 {
	border: 3px solid #a1dfff;
	background: #fefefe;
	margin-right: auto;
	margin-left: auto;
	padding: 30px
}
@media all and (max-width: 639px) {
	.mbox2 {
		padding: 15px
	}
}
.container-box {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto
}
.bg-grid {
	background: rgba(255, 255, 255, 0.9);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2))), -webkit-gradient(linear, left bottom, left top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2)));
	background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
	background-size: 20px 20px;
	background-repeat: repeat
}
.bg-map {
	background: url(../img/map.png) no-repeat right bottom
}
@media all and (max-width: 639px) {
	.bg-map {
		background-size: auto 200px;
		background-position: right top
	}
}
#main {
	float: left;
	width: 76%
}
@media all and (max-width: 800px) {
	#main {
		float: none;
		width: 100%
	}
}
#main table {
	width: 100%
}
#main table th, #main table td {
	padding: 15px;
	vertical-align: middle;
	border: 1px solid #888
}
#main table th {
	background: #e8e8e8;
	text-align: center
}
@media all and (max-width: 639px) {
	#main table th, #main table td {
		padding: 10px
	}
}
#side {
	float: right;
	position: -webkit-sticky;
	position: sticky;
	right: 0;
	top: 0;
	width: 21%;
	padding-right: 10px
}
@media all and (max-width: 800px) {
	#side {
		float: none;
		width: 100%;
		position: static;
		margin-top: 40px
	}
}
#col2-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto
}
#col2-wrap #col2-main {
	width: 78%
}
@media all and (max-width: 800px) {
	#col2-wrap #col2-main {
		width: 100%;
		margin: 0 auto;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}
#col2-wrap #col2-side {
	width: 20%;
	padding: 60px 0 0
}
@media all and (max-width: 800px) {
	#col2-wrap #col2-side {
		width: 95%;
		margin: 0 auto 20px;
		padding-top: 30px
	}
}
.mtitle {
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 48px;
	font-size: 2.2rem;
	position: relative;
	text-align: center;
	font-family: "Sulphur Point", "Anton", "Josefin Sans", sans-serif
}
.mtitle span {
	font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	font-size: 3rem;
	text-transform: uppercase;
	margin-bottom: -10px;
	color: #005bac;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.2rem
}
.mtitle:after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -10px;
	height: 3px;
	width: 90px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: -webkit-gradient(linear, left top, right top, from(#005bac), color-stop(#36b5fa), to(#a1dfff));
	background-image: linear-gradient(to right, #005bac, #36b5fa, #a1dfff)
}
.mtitle.subc span {
	color: #1dacf9
}
.mtitle.subc:after {
	background-image: -webkit-gradient(linear, left top, right top, from(#0692dd), to(#a1dfff));
	background-image: linear-gradient(to right, #0692dd, #a1dfff)
}
.mtitle.white {
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}
.mtitle.white span {
	color: #fff
}
.mtitle.center {
	text-align: center
}
.mtitle.center:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.mtitle.mtitle_left {
	text-align: left
}
.mtitle.mtitle_left:after {
	left: 0;
	-webkit-transform: inherit;
	transform: inherit
}
@media all and (max-width: 639px) {
	.mtitle {
		font-size: 1.8rem;
		text-align: center
	}
	.mtitle span {
		font-size: 2.1rem;
		line-height: 1.1;
		margin-bottom: 0px;
		letter-spacing: 0.1rem
	}
}
.mtitle2 {
	font-size: 2rem;
	margin-bottom: 20px;
	padding: 5px;
	color: #1dacf9;
	font-weight: 700;
	border-bottom: 4px solid;
	-o-border-image: linear-gradient(to right, #005bac 0%, #4fbefa 50%, #a1dfff 80%, #1dacf9 100%);
	border-image: -webkit-gradient(linear, left top, right top, from(#005bac), color-stop(50%, #4fbefa), color-stop(80%, #a1dfff), to(#1dacf9));
	border-image: linear-gradient(to right, #005bac 0%, #4fbefa 50%, #a1dfff 80%, #1dacf9 100%);
	border-image-slice: 1;
	line-height: 1.3;
	text-transform: uppercase;
	font-family: "Sulphur Point", "Anton", "Josefin Sans", sans-serif;
	letter-spacing: 0.15rem
}
.mtitle2 span {
	letter-spacing: 0.1rem;
	font-size: 3rem;
	margin-right: 15px;
	color: #0581c4;
	font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500
}
@media all and (max-width: 639px) {
	.mtitle2 {
		font-size: 1.3rem
	}
	.mtitle2 span {
		font-size: 2rem;
		display: block
	}
}
.mtitle3 {
	font-size: 2.2rem;
	font-weight: bold;
	color: #005bac;
	display: block;
	margin-bottom: 20px
}
.mtitle3 span {
	border-bottom: 5px double #68c7fb;
	letter-spacing: 0.1rem;
	padding-bottom: 5px
}
@media all and (max-width: 800px) {
	.mtitle3 {
		font-size: 1.5rem;
		border-top: 5px double #68c7fb;
		border-bottom: 5px double #68c7fb;
		padding: 4px
	}
	.mtitle3 span {
		border-bottom: 0
	}
}
.mtitle-bll {
	font-size: 1.8rem;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	border-bottom: 3px solid #cccbca;
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
	color: #333
}
.mtitle-bll en {
	font-weight: 700;
	font-size: 1.5rem;
	font-family: "Sulphur Point", "Anton", "Josefin Sans", sans-serif;
	margin-left: 10px;
	color: #1dacf9
}
.mtitle-bll .free {
	background: #c1272d;
	color: #fff;
	padding: 4px;
	border-radius: 5px;
	margin-right: 5px;
	font-size: 0.8em
}
.mtitle-bll:after {
	position: absolute;
	content: "";
	display: block;
	bottom: -3px;
	width: 100px;
	height: 3px;
	left: 0;
	background: #005bac
}
.mtitle-bll.subcl:after {
	background: #1dacf9
}
@media all and (max-width: 639px) {
	.mtitle-bll {
		font-size: 1.4rem
	}
}
.mtitle4 {
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 0.1rem
}
.mtitle4 span {
	position: relative;
	display: inline-block;
	min-width: 10%
}
.mtitle4 span:before, .mtitle4 span:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 2rem;
	background-color: #005bac
}
.mtitle4 span:before {
	left: -11px;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg)
}
.mtitle4 span:after {
	right: -11px;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg)
}
.mtitle4.white span:before, .mtitle4.white span:after {
	background-color: #f7d914
}
@media all and (max-width: 639px) {
	.mtitle4 {
		font-size: 2rem
	}
}
@media all and (max-width: 320px) {
	.mtitle4 span:before {
		left: -3px
	}
	.mtitle4 span:after {
		right: -3px
	}
}
.mtitle5 {
	margin: -74px -30px 40px;
	text-align: center;
	position: relative
}
.mtitle5:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 100%;
	height: 3px;
	z-index: 1;
	background: #1dacf9;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.mtitle5 span {
	display: inline-block;
	padding: 8px 15px;
	background: #1dacf9;
	font-size: 3rem;
	letter-spacing: 4px;
	color: #fff;
	position: relative;
	z-index: 2
}
@media all and (max-width: 639px) {
	.mtitle5 {
		margin: -42px -15px 30px
	}
	.mtitle5 span {
		font-size: 1.7rem;
		line-height: 1.4
	}
}
.mtitle6 {
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 8px 5px 8px 15px;
	color: #fff;
	background: #555;
	text-align: center
}
.mtitle6:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f30a';
	display: block;
	right: -1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff
}
@media all and (max-width: 639px) {
	.mtitle6 {
		font-size: 1.5rem
	}
}
.mtitle_sub {
	padding-left: 0.5em;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
	border-left: 6px solid #36b5fa;
	margin: 8px 0 15px;
	font-size: 1.7rem
}
.mtitle_sub:before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: "";
	width: 6px;
	height: 50%;
	background-color: #b2e3fd
}
@media all and (max-width: 639px) {
	.mtitle_sub {
		font-size: 1.4rem
	}
}
.mtitle_box {
	background: url(../img/bg-pattern02.jpg);
	background-size: 300px;
	color: #fff;
	font-size: 1.8rem;
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold
}
.mtitle_box span {
	font-weight: normal;
	font-size: 14px;
	padding-left: 10px
}
.mtitle_box:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f30a";
	font-weight: bold;
	display: block;
	right: -1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff
}
@media all and (max-width: 639px) {
	.mtitle_box {
		font-size: 1.5rem
	}
}
.mtitle_box2 {
	background-image: -webkit-gradient(linear, left top, right top, from(#1dacf9), color-stop(#005bac), to(#1dacf9));
	background-image: linear-gradient(to right, #1dacf9, #005bac, #1dacf9);
	font-size: 2rem;
	color: #fff;
	position: relative;
	font-weight: bold;
	letter-spacing: 0.1rem;
	padding: 15px 10px 15px 20px;
	margin-bottom: 25px
}
.mtitle_box2 span {
	position: absolute;
	font-size: 5rem;
	opacity: 0.5;
	left: 0;
	top: -75px;
	color: #555;
	letter-spacing: 0.2rem
}
.mtitle_box2 .small-cap {
	font-weight: normal;
	font-size: 14px
}
@media all and (max-width: 639px) {
	.mtitle_box2 {
		font-size: 15px;
		line-height: 1.5;
		padding: 10px 10px 10px 15px;
		padding-right: 40px
	}
	.mtitle_box2 span {
		font-size: 3rem;
		top: -40px;
		opacity: 0.3
	}
}
.mtext1 {
	font-size: 2.2rem;
	font-weight: bold
}
.mtext1 span {
	font-size: 1.7rem;
	letter-spacing: 1.5px
}
@media all and (max-width: 639px) {
	.mtext1 {
		font-size: 1.5rem;
		line-height: 1.4
	}
	.mtext1 span {
		font-size: 1.35rem
	}
}
.mtext2 {
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	line-height: 1.4
}
@media all and (max-width: 639px) {
	.mtext2 {
		font-size: 2rem
	}
}
.mtitle_category {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: normal
}
.mtitle_category:before {
	font-family: "FontAwesome";
	font-weight: normal;
	content: "\f0ca";
	margin-right: 5px;
	color: #005bac
}
.btn01 a {
	background: #1dacf9;
	text-align: center;
	width: 300px;
	margin: 20px auto;
	color: #fefefe;
	display: block;
	padding: 8px 5px;
	font-weight: bold;
	border: 2px solid #005bac;
	border-radius: 35px
}
.btn01 a:hover {
	background: #005bac
}
@media all and (max-width: 639px) {
	.btn01 a {
		width: 95%
	}
}
.btn01.type1 a {
	margin: 20px 0
}
.btn01.sbc a {
	background: #1dacf9;
	border: 2px solid #1dacf9;
	margin: 0 auto
}
.btn01.sbc a:hover {
	background: rgba(29, 172, 249, 0.1);
	color: #0581c4
}
.btn02 {
	width: 350px;
	margin: 20px auto 20px
}
.btn02 a {
	display: block;
	position: relative;
	padding: 15px 0;
	background-color: #1dacf9;
	line-height: 24px;
	letter-spacing: 0.1rem;
	font-size: 1.6rem;
	text-align: center;
	color: #ffffff
}
.btn02 a i {
	display: block;
	position: absolute;
	top: 50%;
	right: -10px;
	width: 50px;
	height: 1px;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.btn02 a:hover i {
	width: 34px
}
@media all and (max-width: 639px) {
	.btn02 {
		width: 280px
	}
}
.page-title {
	position: relative;
	z-index: 1;
	background: url(../img/top_bg2.jpg) no-repeat 50% 50%/cover;
	max-width: calc(100% - 60px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px
}
@media all and (max-width: 800px) {
	.page-title {
		max-width: calc(100% - 20px)
	}
}
.page-title:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}
.page-title .inner {
	margin: 0 auto;
	height: 380px;
	max-width: 1200px;
	padding-top: 100px
}
.page-title .page-lead {
	width: 500px;
	margin: 0 auto;
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
	background: #eef5fc;
	padding: 20px 0;
	border-radius: 10px 10px 0 0
}
@media all and (max-width: 800px) {
	.page-title {
		background-attachment: scroll
	}
	.page-title .inner {
		width: 99%;
		height: auto;
		padding: 40px 0;
		margin-bottom: 30px
	}
	.page-title .page-lead {
		width: 90%;
		-webkit-transform: translateY(90px);
		transform: translateY(90px);
		padding: 0
	}
}
@media all and (max-width: 639px) {
	.page-title .page-lead {
		padding: 5px 0 0
	}
	.page-title .page-lead .mtitle {
		font-size: 1.4rem
	}
	.page-title .page-lead .mtitle span {
		font-size: 2.5rem
	}
}
.bg-01 {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(29, 172, 249, 0.5)), color-stop(50%, rgba(29, 172, 249, 0.4)), color-stop(50.1%, #eacd9a), to(#eacd9a));
	background-image: linear-gradient(to right, rgba(29, 172, 249, 0.5) 0%, rgba(29, 172, 249, 0.4) 50%, #eacd9a 50.1%, #eacd9a 100%)
}
@media all and (max-width: 639px) {
	.bg-01 {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 91, 172, 0.4)), color-stop(55%, rgba(0, 91, 172, 0.4)), color-stop(55.1%, #eacd9a), to(#eacd9a));
		background-image: linear-gradient(to bottom, rgba(0, 91, 172, 0.4) 0%, rgba(0, 91, 172, 0.4) 55%, #eacd9a 55.1%, #eacd9a 100%)
	}
}
.bg-02 {
	background: url(../img/grid2.png)
}
.bg-gradient {
	background-image: -webkit-gradient(linear, left top, right top, from(#eae3cb), to(#fcfcfc));
	background-image: linear-gradient(to right, #eae3cb 0%, #fcfcfc 100%)
}
.bg-contents {
	position: relative
}
.bg-contents:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 280px;
	z-index: -1;
	background-color: #d4f0ff;
	background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #eef5fc), color-stop(50%, transparent), to(transparent));
	background-image: linear-gradient(-90deg, #eef5fc 50%, transparent 50%, transparent);
	background-size: 10px 10px;
	opacity: 0.9
}
@media all and (max-width: 800px) {
	.bg-contents:before {
		height: 102%;
		opacity: 1;
		bottom: 0%
	}
}
.bg-maru1 {
	background: rgba(29, 172, 249, 0.05);
	max-width: calc(100% - 60px);
	margin-left: auto;
	margin-right: auto;
	margin: 50px auto
}
@media all and (max-width: 800px) {
	.bg-maru1 {
		max-width: calc(100% - 20px)
	}
}
.bg-maru2 {
	background: rgba(29, 172, 249, 0.2);
	max-width: calc(100% - 60px);
	margin-left: auto;
	margin-right: auto;
	margin: 50px auto
}
@media all and (max-width: 800px) {
	.bg-maru2 {
		max-width: calc(100% - 20px)
	}
}
.bg-base {
	position: relative;
	margin: 50px auto
}
.bg-base:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	width: calc(100% - 40px);
	height: 100%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #1dacf9;
	border-radius: 20px
}
.bg-blue {
	background: #0c3b4b
}
.bg-gray {
	position: relative;
	margin-bottom: 50px
}
.bg-gray:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	width: calc(100% - 60px);
	height: 100%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: rgba(204, 203, 202, 0.5)
}
@media all and (max-width: 639px) {
	.bg-gray:before {
		width: 97%
	}
}
.bg-beige {
	background: rgba(240, 235, 218, 0.8)
}
.bg-beige2 {
	background: rgba(240, 235, 218, 0.5)
}
.tbl {
	width: 100%
}
.tbl th, .tbl td {
	padding: 15px;
	vertical-align: middle;
	border: 1px solid #5c4332
}
.tbl th {
	background: rgba(0, 91, 172, 0.3);
	text-align: left
}
.tbl th span {
	font-size: 1.4rem
}
.tbl th.th-1 {
	width: 25%
}
.tbl th.cell02 {
	width: 20%
}
.tbl th.cell03 {
	width: 22.5%
}
@media all and (max-width: 639px) {
	.tbl {
		font-size: 1.1rem
	}
	.tbl th, .tbl td {
		padding: 10px
	}
}
.tbl .cell01 {
	width: 45%
}
.tbl .cell02 {
	width: 25%
}
.tbl_new {
	width: 100%
}
@media all and (max-width: 1200px) {
	.tbl_new {
		width: 95%
	}
}
@media all and (max-width: 639px) {
	.tbl_new th {
		width: 36%
	}
}
.tbl_new tr th, .tbl_new tr td {
	vertical-align: middle;
	padding: 15px 10px
}
.tbl_new tr th {
	font-weight: 700;
	width: 27%;
	color: #0c3b4b
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
	background: #cccbca
}
table.tbl-2l {
	margin: 16px 0;
	width: 100%
}
table.tbl-2l th {
	padding: 15px 10px;
	font-weight: bold;
	line-height: 1.5;
	border: #ddd 0px solid;
	color: #555;
	background: none !important
}
table.tbl-2l tr:nth-child(odd) {
	background: #eee !important
}
table.tbl-2l td {
	padding: 15px 10px;
	border: #eee 0px solid !important;
	background: none;
	text-align: center
}
@media all and (max-width: 639px) {
	table.tbl-2l td {
		text-align: left
	}
}
.tbl-border {
	width: 100%
}
.tbl-border tr:nth-child(odd) th, .tbl-border tr:nth-child(odd) td {
	background: rgba(29, 172, 249, 0.1)
}
.tbl-border th, .tbl-border td {
	padding: 15px;
	vertical-align: middle
}
.tbl-border th {
	width: 28%;
	color: #0c3b4b;
	border-right: 2px solid #1dacf9
}
@media all and (max-width: 639px) {
	.tbl-border th {
		width: 30%
	}
}
.company {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px
}
.company th, .company td {
	padding: 15px 10px;
	vertical-align: middle
}
.company th {
	text-align: center;
	width: 18%;
	position: relative;
	background: rgba(161, 223, 255, 0.8);
	color: #333;
	font-weight: bold
}
@media all and (max-width: 639px) {
	.company th {
		width: 30%
	}
}
.company th::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #f9f9f9;
	border-width: 10px;
	border-left-color: rgba(161, 223, 255, 0.8);
	margin-top: -10px
}
.company td {
	background: #f9f9f9;
	padding-left: 20px
}
.tbl0 {
	width: 100%
}
.tbl0 th, .tbl0 td {
	padding: 3px 5px;
	border: 0;
	border-bottom: 1px dashed #ddd
}
.tbl0 th {
	padding-left: 0;
	background: none;
	text-align: left;
	width: 35%;
	color: #111
}
.tbl0 th:after, .tbl0 th:before {
	display: none
}
@media all and (max-width: 639px) {
	.tbl0 th {
		width: 60%
	}
}
.ggmap {
	position: relative;
	padding-bottom: 46.25%;
	height: 0;
	height: 400px;
	overflow: hidden
}
@media all and (max-width: 639px) {
	.ggmap {
		height: 250px
	}
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.list_common.check li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: bold;
	margin-right: 10px;
	color: #1dacf9
}
.list_common li {
	padding-bottom: 5px;
	padding-left: 1rem;
	margin-bottom: 8px;
	border-bottom: 1px dotted #cccccc
}
.list_common li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}
.list_common li .check_num {
	width: 30px;
	height: 30px;
	background: #005bac;
	color: #fff;
	border-radius: 100px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px
}
.list_check {
	padding: 10px;
	background: #f7f7f7
}
.list_check li {
	padding-bottom: 5px;
	line-height: 1.8
}
.list_check li:not(:last-child) {
	margin-bottom: 10px;
	border-bottom: 1px dashed #fefefe
}
.list_check li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: bold;
	margin-right: 10px;
	color: #555
}
@media all and (max-width: 639px) {
	.list_check li {
		width: 98%;
		margin: 0 auto 10px;
		font-size: 1.3rem
	}
}
.list_check2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.list_check2 li {
	width: 48%;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 4%
}
.list_check2 li:nth-child(2n) {
	margin-right: 0
}
@media all and (max-width: 639px) {
	.list_check2 li:nth-child(2n) {
		margin-right: auto
	}
}
.list_check2 li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: bold;
	margin-right: 10px;
	color: #c1272d
}
@media all and (max-width: 639px) {
	.list_check2 li {
		width: 100%;
		margin: 0 auto 5px
	}
}
.ol-list {
	counter-reset: number;
	list-style: none;
	background: rgba(29, 172, 249, 0.5);
	padding: 20px
}
.ol-list>li {
	line-height: 2;
	border-bottom: 1px dashed #eee;
	margin-bottom: 10px;
	padding: 5px 0 8px;
	padding-left: 50px;
	font-weight: bold;
	position: relative;
	line-height: 1.6;
	font-weight: bold;
	font-size: 1.8rem
}
.ol-list>li .small {
	font-weight: normal;
	display: block;
	padding: 10px;
	line-height: 1.6;
	font-size: initial
}
.ol-list>li:before {
	counter-increment: number;
	content: counter(number);
	background: #222;
	position: absolute;
	width: 2em;
	height: 2em;
	text-align: center;
	font-family: "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	font-size: 2rem;
	line-height: 2em;
	color: #fefefe;
	left: 0;
	top: 0px;
	border-radius: 100%
}
@media all and (max-width: 639px) {
	.ol-list>li {
		font-size: 1.3rem
	}
	.ol-list>li span {
		font-size: 0.9em
	}
	.ol-list>li:before {
		font-size: 1.8rem
	}
}
.blog-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto
}
.blog-wrap * {
	-webkit-transition: 0.3s;
	transition: 0.3s
}
.blog-wrap>li {
	width: 19%;
	margin: 0 0.5% 1.5%;
	border: 1px solid #f0ebda;
	position: relative
}
.blog-wrap>li:nth-child(even) .blog-date {
	background: #0c3b4b
}
@media all and (max-width: 1200px) {
	.blog-wrap>li {
		width: 32%
	}
}
.blog-wrap>li>a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.blog-wrap>li>a:hover~.blog-img img {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
@media all and (max-width: 639px) {
	.blog-wrap>li {
		width: 80%;
		margin: 0 auto 2%
	}
}
.blog-img {
	width: 100%;
	height: 180px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #f0ebda
}
.blog-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-family: "object-fit: cover;"
}
.blog-img:hover img {
	opacity: 1 !important;
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.blog-date {
	color: #005bac;
	position: absolute;
	width: 65px;
	height: 65px;
	background: #005bac;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.3;
	text-align: center;
	left: 0px;
	top: 0px;
	font-size: 0.9em;
	margin-bottom: 5px;
	display: block
}
.blog-date .year {
	margin-top: 10px;
	display: block;
	font-size: 1.5rem
}
.blog-date .month {
	font-size: 1.2rem
}
.blog-date .day {
	font-size: 1.8rem
}
.blog-date .day:before {
	content: "/";
	padding: 0 2px 0 0
}
@media all and (max-width: 639px) {
	.blog-date .year {
		font-size: 1.2rem
	}
	.blog-date .month {
		font-size: 1.1rem
	}
	.blog-date .day {
		font-size: 1.5rem
	}
}
.blog-date2 {
	color: #003360;
	font-size: 0.9em;
	margin-bottom: 5px;
	margin-right: 5px
}
.blog-date2:before {
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	margin-right: 5px
}
.blog-detail {
	padding: 15px
}
.blog-title {
	font-weight: bold;
	color: #004079;
	font-size: 1.1em;
	line-height: 1.4;
	border-left: 4px solid #555;
	padding: 4px 4px 4px 10px;
	margin-bottom: 5px
}
.blog-txt {
	font-size: 14px;
	line-height: 1.5;
	color: #555
}
@media all and (max-width: 639px) {
	.blog-txt {
		font-size: 12px
	}
}
.pages {
	text-align: center;
	margin-top: 30px
}
.pages .page_next, .pages .page_prev {
	display: inline;
	margin: 0 20px
}
.pages .page_next a, .pages .page_prev a {
	color: #002546;
	padding: 3px 5px;
	background: #fff
}
.category_nav {
	border: 1px solid #dddddd
}
.category_nav li a {
	display: block;
	padding: 15px;
	border-bottom: 1px dotted #dddddd;
	background-color: #ffffff
}
.category_nav li a:before {
	font-family: "FontAwesome";
	content: "\f0a9";
	margin-right: 5px
}
.category_nav li a:hover {
	background: #cccbca
}
.category_nav li:last-child a {
	border-bottom: none
}
.cut {
	overflow: hidden;
	zoom: 1
}
.w300 {
	width: 300px
}
@media all and (max-width: 800px) {
	.w300 {
		width: 100%
	}
}
.spbr {
	display: none
}
.br_tablet {
	display: none
}
@media all and (max-width: 800px) {
	.br_tablet {
		display: block
	}
}
.round-box {
	border-radius: 20px;
	overflow: hidden
}
.color1 {
	color: #005bac
}
.color2 {
	color: #c1272d
}
.color3 {
	color: #5c4332
}
.color4 {
	color: #1dacf9
}
.num a {
	color: #5c4332;
	font-weight: bold;
	font-size: 2.3rem;
	text-align: center
}
.num a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	font-weight: bold;
	margin-right: 5px
}
.num a:hover {
	color: #1dacf9
}
.telbox {
	max-width: 700px;
	margin: 0 auto 20px;
	padding: 20px;
	background: #eee
}
.telbox .inner {
	background: #fff;
	padding: 10px
}
.breadcrumb {
	max-width: 1200px;
	margin: 20px auto 20px;
	font-size: 1.2rem;
	font-weight: 400
}
.breadcrumb li {
	display: inline;
	color: #333
}
.breadcrumb li a {
	color: #1dacf9
}
.breadcrumb li+li:before {
	margin: 0 10px;
	content: ">"
}
.form {
	margin: 0 auto;
	width: 90%
}
.form dl dt {
	float: left;
	width: 280px;
	padding-top: 20px;
	font-weight: bold
}
.form dl dt span {
	font-weight: normal;
	color: #fff;
	background: #005bac;
	padding: 2px 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 5px;
	position: relative;
	top: -2px
}
.form dl dt b {
	color: #fff;
	font-weight: normal;
	background: #555;
	padding: 2px 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 5px;
	position: relative;
	top: -2px
}
.form dl dd {
	padding-left: 280px;
	padding-bottom: 20px;
	padding-top: 23px;
	line-height: 1.5;
	border-bottom: 1px dotted #cccccc
}
.form dl dd:last-child {
	border-bottom: none
}
.form .textarea, .form textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none
}
.form .textarea {
	height: 30px
}
.form .textarea02 {
	width: 48.5%;
	margin-right: 3%
}
.form .textarea02:last-child {
	margin-right: 0
}
.form .textarea03 {
	width: 20%;
	margin-right: 1%
}
.form button {
	cursor: pointer;
	display: block;
	color: #111;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #005bac;
	border: 1px solid #005bac;
	border-radius: 25px;
	color: #fff
}
.form button:hover {
	background: #fff;
	color: #005bac
}
.form button:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px
}
.form .select-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 192px;
	min-width: 12em;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #333
}
.form .select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	width: 200%;
	width: -webkit-calc(100% + 5em);
	margin: 0;
	padding: 11px 35px 11px 11px;
	padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
	background: transparent;
	border: 0;
	outline: none;
	line-height: 1.5
}
.form .entypo-down-open-mini:before {
	font-family: "FontAwesome";
	content: "\f0ab";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 12px;
	right: 0.75rem;
	margin-top: -8px;
	margin-top: -0.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	color: #005bac
}
.form label.radio_text {
	cursor: pointer;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
	padding-left: 20px;
	display: inline-block
}
.form label.radio_text:before {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 50%;
	left: 0px;
	top: 2px;
	content: "";
	z-index: 3
}
.form label.radio_text:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	left: 2px;
	top: 4px;
	background-color: #005bac;
	z-index: 1
}
.form label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	left: -23px;
	top: 0px;
	margin: 0px;
	-webkit-box-shadow: 20px -1px #fff;
	box-shadow: 20px -1px #fff
}
.form label.radio_text input[type="radio"]:checked {
	-webkit-box-shadow: none;
	box-shadow: none
}
.form label.radio_text input[type="radio"]:focus {
	opacity: 0.2;
	-webkit-box-shadow: 20px -1px #eeebda;
	box-shadow: 20px -1px #eeebda
}
.form label.checkbox_text {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin: 0 20px 5px 0;
	overflow: hidden;
	display: inline-block
}
.form label.checkbox_text:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0px;
	top: 0;
	border: 1px solid #ccc;
	z-index: 3;
	padding: 1px
}
.form label.checkbox_text:after {
	content: "";
	position: absolute;
	top: 40%;
	left: 5px;
	display: block;
	margin-top: -9px;
	width: 8px;
	height: 12px;
	border-right: 3px solid #005bac;
	border-bottom: 3px solid #005bac;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1
}
.form label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	left: -40px;
	width: 20px;
	height: 20px;
	display: block;
	-webkit-box-shadow: 41px 0px #fff;
	box-shadow: 41px 0px #fff;
	z-index: 2;
	margin: 0px;
	padding: 0px
}
.form label.checkbox_text input[type="checkbox"]:checked {
	-webkit-box-shadow: none;
	box-shadow: none
}
.form label.checkbox_text input[type="checkbox"]:checked:focus {
	-webkit-box-shadow: 40px 0px #666;
	box-shadow: 40px 0px #666;
	opacity: 0.1
}
.form label.checkbox_text input[type="checkbox"]:focus {
	-webkit-box-shadow: 41px 0px #eee;
	box-shadow: 41px 0px #eee
}
.fm-txt {
	font-size: 1.4rem;
	background: rgba(255, 255, 255, 0.5);
	padding: 5px
}
.select-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.select-content .select-txt {
	padding: 0 5px
}
@media all and (max-width: 639px) {
	.select-content {
		display: block
	}
}
.form-txt {
	font-size: 90%;
	margin-bottom: 5px
}
.memo {
	border: 2px solid rgba(240, 235, 218, 0.5);
	background: url(../img/bg01.jpg);
	padding: 15px
}
.thanks {
	padding: 40px;
	max-width: 700px;
	margin: 0 auto;
	background: #f0ebda
}
@media all and (max-width: 639px) {
	.thanks {
		max-width: 90%;
		padding: 30px 20px
	}
}
.shadow {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}
.policy {
	padding: 20px;
	background: #cccbca;
	margin-top: 40px
}
.mtitle_small {
	position: relative;
	font-size: 1.7rem;
	color: #005bac;
	margin-bottom: 20px
}
.mtitle_small:before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #005bac;
	position: absolute;
	left: 0;
	bottom: -15px
}
.mtitle_small2 {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	color: #005bac
}
.mtitle_small2:not(:first-of-type) {
	margin-top: 20px
}
.mtitle_small2:before {
	content: "";
	background-color: #b0c263;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 0.6em;
	left: 0
}
.gallery_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px
}
.gallery_ul li {
	margin: 0 2% 2.5% 0;
	width: 32%
}
.gallery_ul li:nth-child(3n) {
	margin: 0 0 2.5% 0
}
.gallery_ul li .photobox-wrap {
	width: 100%;
	height: 350px;
	text-align: center;
	overflow: hidden;
	background: rgba(29, 172, 249, 0.1);
	margin-bottom: 8px
}
.gallery_ul li .photobox-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain;";
	-o-object-position: 50% 50%;
	object-position: 50% 50%
}
@media all and (max-width: 639px) {
	.gallery_ul li .photobox-wrap {
		height: 280px
	}
}
.price-txt .price-basic {
	-webkit-text-decoration: line-through #135e77;
	text-decoration: line-through #135e77;
	color: #0c3b4b;
	padding-right: 10px
}
.price-txt .price-current {
	color: #aa0000;
	font-size: 1.1em;
	padding-left: 10px
}
.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.gallery li {
	width: calc((100% - 20px) / 3);
	margin: 0 10px 20px 0
}
.gallery li:nth-child(3n) {
	margin-right: 0
}
.gallery li a {
	background: rgba(202, 229, 249, 0.6);
	display: block;
	text-align: center;
	padding: 0px;
	height: 270px
}
.gallery li a img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain;"
}
.gallery li p {
	line-height: 1.4;
	margin-top: 5px
}
@media all and (max-width: 800px) {
	.gallery li {
		width: 48%;
		margin: 0 4% 20px 0
	}
	.gallery li:nth-child(2n) {
		margin-right: 0
	}
	.gallery li:nth-child(3n) {
		margin: 0 4% 20px 0
	}
	.gallery li a {
		height: 120px
	}
	.gallery li p {
		font-size: 1.1rem
	}
}
.list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.list2 li {
	width: 49%;
	margin: 0 2% 2% 0
}
.list2 li:nth-child(2n) {
	margin-right: 0
}
@media all and (max-width: 639px) {
	.list2 li:nth-child(2n) {
		margin-right: auto
	}
}
@media all and (max-width: 639px) {
	.list2 li {
		width: 100%;
		margin: 0 auto 20px
	}
}
.list2.bm0 li {
	width: 49%;
	margin: 0 2% 0 0
}
.list2.bm0 li:nth-child(2n) {
	margin-right: 0
}
@media all and (max-width: 639px) {
	.list2.bm0 li:nth-child(2n) {
		margin-right: auto
	}
}
@media all and (max-width: 639px) {
	.list2.bm0 li {
		width: 100%;
		margin: 0 auto 5px
	}
	.list2.bm0 li:last-child {
		margin: 0 auto
	}
}
.prv dt {
	color: #005bac;
	border-bottom: 1px solid #ccc;
	margin: 10px 0
}
.list3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.list3 li {
	width: 31%;
	margin: 0 3% 15px 0
}
.list3 li:nth-child(3n) {
	margin-right: 0
}
.list3.profile-list li {
	height: 200px;
	overflow: hidden
}
.list3.profile-list li img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain;"
}
.list4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 40px auto 20px
}
.list4 li {
	margin-right: 20px
}
.list4 li:last-child {
	margin-right: 0
}
@media all and (max-width: 800px) {
	.list4 {
		max-width: 600px
	}
	.list4 li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
		text-align: center
	}
	.list4 li img {
		width: 100%
	}
	.list4 li:nth-child(2n) {
		margin-right: 0
	}
}
@media all and (max-width: 639px) {
	.list4 li {
		width: 70%;
		margin: 0 auto 20px
	}
	.list4 li:nth-child(2n) {
		margin-right: auto
	}
}
.advantage-box {
	max-width: 800px;
	padding: 20px;
	background: #fefefe;
	font-weight: bold;
	margin: 30px auto 0;
	text-align: center
}
.note {
	padding: 15px;
	margin-top: 10px;
	background: rgba(247, 217, 20, 0.2)
}
.note.wk {
	background: #fff;
	border: 2px solid #b2e3fd
}
.flow-dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 10px 0
}
.flow-dl dt {
	background: #005bac;
	font-size: 3rem;
	color: #fff;
	width: 80px;
	text-align: center;
	margin-right: 20px;
	height: 80px;
	padding-top: 8px;
	border-radius: 100%
}
.flow-dl dt span {
	font-size: 1.8rem;
	display: block;
	margin-bottom: -16px
}
.flow-dl dd {
	width: calc(100% - 110px);
	margin-top: 10px
}
.flow-dl dd:not(:last-child) {
	padding-bottom: 15px;
	border-bottom: 0.9px solid #1dacf9
}
.flow-dl dt:not(:last-of-type), .flow-dl dd:not(:last-of-type) {
	margin-bottom: 30px
}
.txt1 {
	padding-left: 10px
}
.blog-month {
	margin-bottom: 10px
}
.blog-month ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.blog-month ul li {
	border: 1px solid #ccc;
	width: 45%;
	padding: 3px 0;
	margin-bottom: 5px;
	font-size: 0.9em;
	letter-spacing: 0;
	text-align: center;
	background: #fefefe;
	margin-bottom: 5px
}
.blog-month ul li:nth-child(even) {
	margin-left: 1%
}
.blog-month ul li a {
	color: #5c4332
}
@media all and (max-width: 639px) {
	.blog-month ul li {
		width: 44%
	}
}
#a01, #a02, #a03, #a04, #a05, #a06, #entry {
	display: block;
	padding-top: 100px;
	margin-top: -100px
}
.price {
	font-weight: bold;
	color: #0c3b4b;
	font-size: 2rem;
	padding-right: 5px
}
.list-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.list-center li {
	max-width: 250px
}
.list-center li:not(:last-child) {
	margin: 0 5px 5px
}
@media all and (max-width: 639px) {
	.list-center li {
		width: 220px
	}
	.list-center li:not(:last-child) {
		margin: 0 0 5px
	}
}
.faq-dl .faq-inner {
	padding: 10px;
	margin-bottom: 20px
}
.faq-dl .faq-inner:not(:last-of-type) {
	margin-bottom: 35px;
	padding-bottom: 20px;
	background: url(../img/bg-border.png) repeat-x left bottom
}
.faq-dl dt, .faq-dl dd {
	position: relative;
	padding: 10px 10px 10px 55px
}
.faq-dl dt:before, .faq-dl dd:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	left: 0;
	top: 0
}
.faq-dl dt {
	color: #0c3b4b;
	font-size: 1.05em
}
.faq-dl dt:before {
	content: "Q";
	color: #005bac;
	font-size: 2rem;
	background: rgba(0, 91, 172, 0.2)
}
.faq-dl dd {
	background: #f0ebda
}
.faq-dl dd:before {
	content: "A";
	color: #c1272d;
	font-size: 2rem;
	background: rgba(247, 217, 20, 0.5)
}
.faq-dl dd:not(:last-of-type) {
	margin-bottom: 20px
}
.fukidashi {
	margin: 0.5em auto 1em;
	padding: 5px;
	text-align: center;
	max-width: 50%;
	border-radius: 10px;
	font-size: 2.2rem;
	background: #fefefe;
	border-radius: 5px;
	position: relative
}
.fukidashi a {
	color: #a71017
}
.fukidashi a:hover {
	color: #c1272d
}
.fukidashi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fefefe;
	z-index: 2
}
.info-txt {
	width: 95%;
	margin: 10px auto 0;
	background: rgba(29, 172, 249, 0.3);
	padding: 10px;
	border-radius: 10px
}
.bus-detail {
	display: inline-block
}
.bus-detail span {
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	background: #c1272d;
	padding: 5px 10px;
	color: #fefefe
}
@media all and (max-width: 639px) {
	.bus-detail span {
		font-size: 1.3rem
	}
}
.bus-wrap {
	background: #333;
	padding: 15px;
	margin-bottom: 25px
}
.bus-title {
	font-weight: bold;
	color: #fefefe;
	font-size: 2.5rem
}
@media all and (max-width: 639px) {
	.bus-title {
		font-size: 1.5rem
	}
}
.bus-list li {
	display: inline-block;
	padding: 5px;
	margin-right: 5px;
	background: lemonchiffon;
	border: 1px solid #f7d914;
	margin-bottom: 8px
}
.bus-list li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f207";
	font-weight: bold;
	margin-right: 5px
}
.shinhakata-top {
	max-width: calc(100% - 60px);
	margin-left: auto;
	margin-right: auto;
	height: 700px;
	background: url(../img/shinhakata-01.jpg) no-repeat center/cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media all and (max-width: 800px) {
	.shinhakata-top {
		max-width: calc(100% - 20px)
	}
}
@media all and (max-width: 639px) {
	.shinhakata-top {
		height: 300px
	}
}
.shinhakata-02 {
	background: url(../img/shinhakata-02.jpg) no-repeat center/cover;
	padding: 80px 0 40px
}
.shinhakata-txt1 {
	font-size: 1.1em;
	line-height: 2.2;
	max-width: 600px;
	margin: 0 auto 30px;
	color: #c1272d
}
.shinhakata-txt2 {
	max-width: 500px;
	margin: 0px 20px 0 auto;
	background: #fefefe;
	padding: 35px;
	-webkit-box-shadow: 0 0 8px rgba(92, 67, 50, 0.2);
	box-shadow: 0 0 8px rgba(92, 67, 50, 0.2)
}
@media all and (max-width: 639px) {
	.shinhakata-txt2 {
		max-width: 80%;
		margin: 0 auto
	}
}
.cp_tab {
	width: calc(100% - 60px);
	margin: 50px auto
}
.cp_tab * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.cp_tab ::-moz-selection {
	background-color: #1dacf9
}
.cp_tab ::selection {
	background-color: #1dacf9
}
.cp_tab input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none
}
.cp_tab>label {
	width: 49.8%;
	display: block;
	float: right;
	background: #eee;
	border-radius: 6px 6px 0 0;
	padding: 12px 20px;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s
}
.cp_tab>label h3 {
	margin: 0 auto;
	font-size: 2.2rem;
	font-weight: bold;
	color: #aaa;
	display: table;
	border-bottom: 5px double #999;
	letter-spacing: 0.1rem;
	padding-bottom: 5px
}
@media all and (max-width: 800px) {
	.cp_tab>label h3 {
		font-size: 1.5rem
	}
}
.cp_tab>label.mr5 {
	float: left
}
.cp_tab>label:hover {
	border-radius: 6px 6px 0 0;
	background: #e6f2fd
}
.cp_tab>label:hover h3 {
	color: #999;
	border-bottom: 5px double #888
}
.cp_tab>input:checked+label {
	border-radius: 6px 6px 0 0;
	background: #e6f2fd
}
.cp_tab>input:checked+label h3 {
	color: #005bac;
	border-bottom: 5px double #68c7fb
}
.cp_tab .cp_tabpanels {
	clear: both;
	-webkit-perspective: 600px;
	perspective: 600px
}
.cp_tab .cp_tabpanels .cp_tabpanel {
	line-height: 1.4em;
	position: absolute;
	z-index: 0;
	width: 100%;
	padding: 10px 30px 40px;
	-webkit-transition: opacity 0.3s, -webkit-transform 1s;
	transition: opacity 0.3s, -webkit-transform 1s;
	transition: opacity 0.3s, transform 1s;
	transition: opacity 0.3s, transform 1s, -webkit-transform 1s;
	-webkit-transform: rotateX(-20deg);
	transform: rotateX(-20deg);
	-webkit-transform-origin: top center;
	transform-origin: top center;
	opacity: 0;
	border: 1px solid #e6f2fd;
	background: #e6f2fd
}
.cp_tab #tab4_1:checked~.cp_tabpanels .cp_tabpanel:nth-of-type(1), .cp_tab #tab4_2:checked~.cp_tabpanels .cp_tabpanel:nth-of-type(2), .cp_tab #tab4_3:checked~.cp_tabpanels .cp_tabpanel:nth-of-type(3), .cp_tab #tab4_4:checked~.cp_tabpanels .cp_tabpanel:nth-of-type(4) {
	z-index: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
	position: relative
}
@media screen and (max-width: 480px) {
	.cp_tab {
		width: 100%
	}
	.cp_tab>label {
		display: none
	}
	.cp_tab .cp_tabpanels .cp_tabpanel {
		position: relative;
		margin-bottom: 1em;
		padding: 0.5em;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		border: none
	}
	.cp_tab .cp_tabpanels .cp_tabpanel h2 {
		border-bottom: 1px solid #aaa;
		padding-bottom: 0.5em
	}
}
.tcenter_pc {
	text-align: center
}
@media all and (max-width: 639px) {
	.tcenter_pc {
		text-align: left
	}
}
.news-bl2 {
	overflow: hidden;
	margin: 15px auto
}
.news-bl2 dt {
	float: left;
	width: 8em;
	padding: 5px;
	border-radius: 5px;
	line-height: 1.3;
	background: #005bac;
	color: #fff;
	text-align: center
}
.news-bl2 dd {
	padding: 0 0 10px 9em;
	line-height: 1.6;
	border-bottom: 1px dotted #DDDDDD;
	margin: 0 0 10px
}
.news-bl2 dd:last-child {
	margin: 0;
	border-bottom: none
}
@media all and (max-width: 639px) {
	.news-bl2 dt {
		float: none
	}
	.news-bl2 dd {
		padding: 10px 0 0 15px
	}
}
.scrbr {
	width: 100%;
	padding: 0px 0px;
	max-height: 400px;
	overflow-y: scroll;
	overflow-x: hidden
}
.scrbr::-webkit-scrollbar {
	width: 5px
}
.scrbr::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}
.scrbr::-webkit-scrollbar-thumb {
	background-color: rgba(50, 50, 50, 0.5);
	border-radius: 10px;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3)
}
@media screen and (max-width: 768px) {
	.scrbr {
		width: 100%;
		padding: 2px 0px;
		max-height: 250px;
		overflow-y: scroll;
		overflow-x: hidden
	}
}
en {
	font-family: "Sulphur Point", "Anton", "Josefin Sans", sans-serif
}
.photo {
	width: 100%;
	margin: 10px auto 20px
}
.photo ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.photo li {
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 1%
}
@media screen and (min-width: 769px) {
	.photo li:nth-child(4n) {
		margin-right: 0
	}
}
.photo li a {
	background: rgba(240, 235, 218, 0.5);
	display: block;
	text-align: center;
	vertical-align: middle
}
.photo li a img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 200px;
	width: 100%
}
.photo li a:hover {
	background: rgba(240, 235, 218, 0.7);
	color: #888
}
.photo li a:hover img {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.photo li p {
	text-align: center;
	color: #0692dd !important;
	font-weight: normal;
	font-size: 14px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}
.photo li p.cp1 {
	font-weight: bold !important;
	font-size: 1.6rem !important;
	line-height: 1.7 !important
}
.photo li p.cp2 {
	color: #333 !important;
	font-size: 1.15rem !important;
	line-height: 1.2 !important
}
.photo.p_none li p {
	display: none
}
@media all and (max-width: 800px) {
	.photo {
		margin: 5px auto 10px
	}
	.photo li {
		width: 24.25%;
		margin-right: 1%;
		margin-bottom: 1%
	}
	.photo li:nth-child(4n) {
		margin-right: 0
	}
	.photo li a img {
		height: 70px
	}
	.photo.sp_falf li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%
	}
	.photo.sp_falf li:nth-child(2n) {
		margin-right: 0
	}
	.photo.sp_falf li a img {
		height: 140px
	}
}
.mttl_bg {
	color: #222;
	background: #005bac;
	text-align: center;
	font-weight: 600;
	padding: 5px
}
.listFlow li {
	margin-bottom: 9px;
	padding-bottom: 9px;
	background: transparent url("../img/bg_listflow.png") 42px 100% no-repeat
}
.listFlow .lastItem {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none
}
.listFlow dl {
	display: table;
	width: 100%
}
.listFlow dl dt {
	display: table-cell;
	padding: 10px 0;
	border: 1px solid #1dacf9;
	width: 100px;
	background: #1dacf9;
	font-size: 13px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2
}
.listFlow dl dt .num {
	display: block;
	font-size: 21px;
	font-size: 3.32rem
}
.listFlow dl dd {
	display: table-cell;
	padding: 15px 20px;
	border-top: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	vertical-align: middle;
	background-color: #fff
}
.listFlow dl dd h4 {
	font-size: 2rem;
	color: #0692dd;
	border-bottom: 1px solid #1dacf9;
	margin-bottom: 5px
}
@media screen and (max-width: 768px) {
	.listFlow li {
		background: transparent url("../img/bg_listflow.png") 25px 100% no-repeat !important
	}
	.listFlow dt {
		width: 60px !important;
		font-size: 1.2rem
	}
	.listFlow dt .num {
		font-size: 2.5rem !important
	}
	.listFlow h4 {
		font-size: 1.8rem !important
	}
	.listFlow img {
		width: 100% !important
	}
}
.bg-map {
	background: url(../img/map.png) no-repeat center center/contain;
	padding: 40px 0
}
.bg-map .map-inner {
	width: 450px;
	margin-right: auto;
	padding: 15px
}
@media all and (max-width: 639px) {
	.bg-map {
		background: url(../img/map.png) no-repeat center center/contain;
		background-color: rgba(255, 255, 255, 0.5)
	}
	.bg-map .map-inner {
		width: 100%
	}
}
.bg-area {
	background: url(../img/bg_image2.jpg) no-repeat center/cover;
	padding: 50px 0 100px
}
@media all and (max-width: 639px) {
	.bg-area {
		padding: 20px 0 40px
	}
}
.mtitle-area {
	font-size: 2.6rem;
	font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	color: #0692dd
}
.mtitle-area span {
	background: #1dacf9;
	color: #fff;
	padding: 4px 10px;
	margin-right: 15px;
	font-size: 5rem;
	letter-spacing: .1rem;
	font-weight: normal;
	position: relative;
	font-family: "Sulphur Point", "Anton", "Josefin Sans", sans-serif;
	text-transform: uppercase
}
@media all and (max-width: 639px) {
	.mtitle-area {
		font-size: 2rem
	}
	.mtitle-area span {
		font-size: 3rem
	}
}
.mn50 {
	margin-top: -50px
}
@media all and (max-width: 639px) {
	.mn50 {
		margin-top: -20px
	}
}
#rec_slideshow {
	width: 100%;
	height: 90vh;
	overflow: hidden;
	position: relative
}
@media all and (max-width: 800px) {
	#rec_slideshow {
		height: 70vh
	}
}
.flashimg {
	width: 960px;
	max-width: 960px;
	height: 260px;
	position: absolute;
	padding: 5px 0;
	text-align: center;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 99
}
@media all and (max-width: 639px) {
	.flashimg {
		max-width: 500px;
		width: 90%;
		height: 120px;
		position: absolute;
		padding: 5px 0;
		text-align: center;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto
	}
}
.bg-wall {
	overflow: hidden;
	background: #1dacf9
}
.newsbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 auto
}
.news-ttl {
	font-family: "Sulphur Point", "Anton", "Josefin Sans", sans-serif;
	width: 200px;
	padding-top: 0;
	vertical-align: middle;
	text-align: left;
	color: #FFF;
	font-size: 30px;
	border-right: 1px solid #EEE;
	line-height: 1.2
}
.news-ttl span {
	font-size: 1.2rem !important;
	display: block
}
.news-bx {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: calc(100% - 60px);
	padding: 0 30px
}
.news {
	max-height: 250px;
	overflow: auto;
	margin: 0 auto
}
.news dt {
	float: left;
	width: 8em;
	padding-top: 10px;
	line-height: 1.6;
	font-weight: normal;
	font-size: 13px
}
.news dd span {
	font-size: 11px;
	padding: 1px 15px;
	margin-right: 10px
}
.news dd {
	padding-left: 8em;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 1.6
}
.news a:link, .news a:visited {
	color: #FFF;
	text-decoration: none
}
@media all and (max-width: 639px) {
	.news-bl {
		width: 100%
	}
	.news-bl dt {
		width: 100%;
		float: none
	}
	.news-bl dd {
		padding: 0;
		width: 100%;
		margin: 0
	}
	.newsbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.news-ttl {
		width: 100% !important;
		border-right: 0px solid #870313;
		border-bottom: 1px solid #fff;
		padding: 5px 0;
		text-align: center
	}
	.news-ttl span {
		font-size: 1.2rem !important
	}
	.news-bx {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: calc(100% - 0px);
		padding: 0 0px
	}
	.scrbr {
		width: 100%;
		padding: 15px 0px;
		max-height: 100px;
		overflow-y: scroll;
		overflow-x: hidden
	}
	.scrollbar {
		height: 200px
	}
	.news {
		font-size: 12px
	}
	.news dt {
		float: none;
		width: 8em;
		padding-top: 10px;
		line-height: 1.3;
		font-weight: normal
	}
	.news dd span {
		font-size: 11px;
		padding: 1px 20px;
		margin-right: 10px
	}
	.news dd span.gr {
		color: #fff;
		background: #15AD27
	}
	.news dd {
		padding-left: 0;
		padding-bottom: 10px;
		padding-top: 5px;
		line-height: 1.8
	}
}
.img-hv {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.img-hv:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-filter: drop-shadow(8px 2px 10px rgba(5, 129, 196, 0.3));
	-moz-filter: drop-shadow(8px 2px 10px rgba(5, 129, 196, 0.3));
	-ms-filter: drop-shadow(8px 2px 10px rgba(5, 129, 196, 0.3));
	filter: drop-shadow(8px 2px 10px rgba(5, 129, 196, 0.3))
}
.w600 {
	width: 600px
}
@media all and (max-width: 639px) {
	.w600 {
		width: 90%
	}
}
.snip figure.snip1432 {
	border-radius: 20px;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
	min-width: 230px;
	width: 100%;
	background: #000
}
.snip figure.snip1432 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease
}
.snip figure.snip1432 img {
	opacity: 0.7;
	width: 100%
}
.snip figure.snip1432 figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-shadow: 1px 1px 0 #000, 0 0 5px rgba(0, 91, 172, 0.8), 0 0 15px rgba(0, 91, 172, 0.6)
}
.snip figure.snip1432 figcaption>div.one {
	height: 40%;
	overflow: hidden;
	width: 100%;
	position: relative
}
.snip figure.snip1432 figcaption>div.two {
	height: 60%;
	overflow: hidden;
	width: 100%;
	position: relative
}
.snip figure.snip1432 figcaption>div.two h3, .snip figure.snip1432 figcaption>div.two p {
	font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	font-family: font01
}
.snip figure.snip1432 figcaption>div.two h3 {
	bottom: 0;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: 5px
}
.snip figure.snip1432 figcaption>div.two h3 span {
	display: block;
	font-family: "Sulphur Point", "Anton", "Josefin Sans", sans-serif;
	font-size: 1.5rem
}
.snip figure.snip1432 figcaption>div.two p {
	text-shadow: none;
	display: none;
	top: 100px;
	letter-spacing: 2px
}
.snip figure.snip1432:hover {
	background: #333
}
.snip figure.snip1432:hover figcaption>div.one {
	height: 25%;
	overflow: hidden;
	width: 100%;
	position: relative
}
.snip figure.snip1432:hover figcaption>div.two {
	height: 75%;
	overflow: hidden;
	width: 100%;
	position: relative
}
.snip figure.snip1432:hover figcaption>div.two p {
	display: block
}
.snip figure.snip1432:hover img {
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
.snip figure.snip1432 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute
}
@media all and (max-width: 639px) {
	.snip figure.snip1432 figcaption>div.one {
		height: 25%
	}
	.snip figure.snip1432 figcaption>div.two h3 {
		font-size: 2.2rem
	}
	.snip figure.snip1432 figcaption>div.two h3 span {
		font-size: 1.4rem
	}
	.snip figure.snip1432 figcaption>div.two p {
		top: 65px
	}
	.snip {
		margin-bottom: 0
	}
	.snip figure.snip1432 {
		margin-bottom: 0px;
		min-width: 100%
	}
	.half, .triple {
		display: block;
		margin-bottom: 40px
	}
	.half .child, .triple .child {
		width: 100%
	}
}
.bnr3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.bnr3.bnr3_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.bnr3 li {
	width: 32.66%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 1% 10px 0
}
.bnr3 li:nth-child(3n) {
	margin-right: 0
}
@media all and (max-width: 1200px) {
	.bnr3 li {
		width: 100%
	}
}
.corporate li {
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 90%;
	background: rgba(161, 223, 255, 0.5);
	color: #333;
	padding: 0 5px;
	border-radius: 5px
}
.corporate li a {
	text-decoration: underline
}
.w100 {
	width: 100px
}
@media all and (max-width: 1200px) {
	.w100 {
		width: 200px
	}
}
.w250 {
	width: 250px
}
@media all and (max-width: 1200px) {
	.w250 {
		width: 98%
	}
}
.form-contents dl dt:not(.pattern-exclusion) span.required::before{
	background: #971e23!important;
	border: solid 2px #971e23!important;
  }
.form-contents .submit-btn{
	background: #005bac!important;
	border: solid 2px #005bac!important;
  }
  .form-contents :not(.pattern-exclusion) button:hover {
	color: #005bac!important;
	background: #fff!important;
	border: solid 2px #005bac!important;
  }
  .form-contents .submit-btn:hover::before {
		background-color: #005bac!important;
  }
  
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
	padding:0 5px 0;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	position: relative;
	top: -2px;
  }
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
	content: '任意';
	color: #fff!important;
	background: #999!important;
  }
  
  
/*# sourceMappingURL=basis.css.map */