body {
	color: #323232;
	font-family: "YakuHanJP","Poppins","游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	min-height: 100vh;
	overflow-x: hidden;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.1rem;
	background: #fefefe;
}

a {
	color: #044e7d;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

.bold {
	font-weight: bold;
}

h2,h3 {
	line-height: 1.4;
}

.mincho {
	font-family: "YakuHanMP","Noto Serif JP","游明朝 Medium","Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}

@-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 #078ce0;
	border-radius: 50%;
	border-right: 1px solid rgba(7,140,224,0.2);
	border-top: 1px solid rgba(7,140,224,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%;
	background: #fefefe;
}

#l-header .inner {
	max-width: 1200px;
	min-width: 1024px;
	margin: 0 auto;
	position: relative;
	z-index: 300;
}

@media all and (max-width: 896px) {
	#l-header .inner {
		min-width: initial;
	}
}

#l-header.scrolled {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	-webkit-animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1);
	animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1);
	background: rgba(254,254,254,0.9);
}

#logo {
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-right_contact {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.header-right_contact_phone {
	display: none;
}

@media all and (max-width: 896px) {
	.header-right_contact_phone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: fixed;
		bottom: 0;
		z-index: 400;
	}
}

@media all and (max-width: 896px) {
	.header-right_contact {
		display: none;
	}
}

@media all and (max-width: 639px) {
	.header-right_contact {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.header-right_tel a,.header-right_mail a,.header-right_entry a,.header-right_diagnosis a {
	display: block;
	width: 80px;
	height: 200px;
	line-height: 1.4;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0;
	color: #fff;
	padding: 12px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.header-right_tel a span,.header-right_mail a span,.header-right_entry a span,.header-right_diagnosis a span {
	font-size: 2.5rem;
	display: block;
	padding-bottom: 10px;
}

.header-right_tel a:hover,.header-right_mail a:hover,.header-right_entry a:hover,.header-right_diagnosis a:hover {
	-webkit-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
}

@media all and (max-width: 896px) {
	.header-right_tel,.header-right_mail,.header-right_entry,.header-right_diagnosis {
		margin-right: 5px;
	}

	.header-right_tel a,.header-right_mail a,.header-right_entry a,.header-right_diagnosis a {
		width: 85px;
		height: 55px;
		font-size: 11px;
	}

	.header-right_tel a span,.header-right_mail a span,.header-right_entry a span,.header-right_diagnosis a span {
		font-size: 1.5rem;
	}
}

.header-right_tel_phone a,.header-right_mail_phone a,.header-right_entry_phone a,.header-right_diagnosis_phone a {
	display: block;
	width: 80px;
	height: 200px;
	line-height: 1.4;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0;
	color: #fff;
	padding: 12px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header-right_tel_phone a span,.header-right_mail_phone a span,.header-right_entry_phone a span,.header-right_diagnosis_phone a span {
	font-size: 2.5rem;
	display: block;
	padding-bottom: 10px;
}

.header-right_tel_phone a:hover,.header-right_mail_phone a:hover,.header-right_entry_phone a:hover,.header-right_diagnosis_phone a:hover {
	-webkit-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
}

@media all and (max-width: 896px) {
	.header-right_tel_phone,.header-right_mail_phone,.header-right_entry_phone,.header-right_diagnosis_phone {
		margin-right: 5px;
	}

	.header-right_tel_phone a,.header-right_mail_phone a,.header-right_entry_phone a,.header-right_diagnosis_phone a {
		width: 85px;
		height: 55px;
		font-size: 11px;
	}

	.header-right_tel_phone a span,.header-right_mail_phone a span,.header-right_entry_phone a span,.header-right_diagnosis_phone a span {
		font-size: 1.5rem;
	}
}

.header-right_tel a {
	background: #02348b;
}

.header-right_tel a:hover {
	background: #012159;
}

.header-right_tel_phone a {
	background: #02348b;
}

.header-right_tel_phone a:hover {
	background: #012159;
}

.header-right_mail a {
	background: #f6f4eb;
	color: #3a200c;
}

.header-right_mail a:hover {
	color: #02348b;
}

.header-right_mail_phone a {
	background: #f6f4eb;
	color: #3a200c;
}

.header-right_mail_phone a:hover {
	color: #02348b;
}

.header-right_entry a {
	background: #bda100;
}

.header-right_entry a:hover {
	background: #a48b00;
}

.header-right_entry_phone a {
	background: #bda100;
}

.header-right_entry_phone a:hover {
	background: #a48b00;
}

.header-right_diagnosis a {
	background: #bda100;
	color: #3a200c;
}

.header-right_diagnosis a:hover {
	background: #a48b00;
}

.header-right_diagnosis_phone a {
	background: #bda100;
	color: #3a200c;
}

.header-right_diagnosis_phone a:hover {
	background: #a48b00;
}

#header_nav {
	position: relative;
	width: 950px;
}

@media all and (max-width: 1024px) {
	#header_nav {
		width: 780px;
	}
}

#header_nav ul {
	text-align: center;
	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: 8px 0;
}

#header_nav ul li:last-child a {
	border-right: 0;
}

#header_nav ul li a {
	display: block;
	letter-spacing: 0.1rem;
	position: relative;
	line-height: 1.3;
	font-size: 1.3rem;
	color: #777;
	text-align: center;
	border-right: 1px solid #aaa;
}

#header_nav ul li a span {
	display: block;
	font-size: 1.7rem;
	font-weight: 900;
	color: #02348b;
	position: relative;
}

#header_nav ul li a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 4px;
	background: #ffde24;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -10px;
	-webkit-transition: 0.2s width ease-in;
	transition: 0.2s width ease-in;
}

#header_nav ul li a:hover span,#header_nav ul li a.active span {
	color: #f0cc00;
	-webkit-transition: 0.2s color ease-in;
	transition: 0.2s color ease-in;
}

#header_nav ul li a:hover:after,#header_nav ul li a.active:after {
	width: 20%;
}

#header_nav .dropdown {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 310;
	background: #fefefe;
}

#header_nav .dropdown .dropdown-li {
	padding: 5px 10px;
	margin: 0 0 5px;
}

#header_nav .dropdown .dropdown-li a {
	display: block;
	width: 160px;
	font-size: 1.5rem;
	padding: 10px 0;
	border-right: 0;
	color: #555;
	border-radius: 30px;
}

#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: #fefefe;
	background: #078ce0;
}

#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: #f0cc00;
	-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-family: "FontAwesome";
	font-size: 1.2rem;
	text-align: center;
}

#page-top a:hover {
	opacity: 0.6;
}

@media all and (max-width: 639px) {
	#page-top {
		bottom: 60px;
	}
}

@-webkit-keyframes zoom-out {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes zoom-out {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.swiper-slide-active .slide-img,.swiper-slide-duplicate-active .slide-img,.swiper-slide-prev .slide-img {
	-webkit-animation: zoom-out 10s linear 0s 1 normal both;
	animation: zoom-out 10s linear 0s 1 normal both;
}

.slide-img {
	overflow: hidden;
	height: 100vh;
	position: relative;
}

.slide-img::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.4;
}

@media all and (max-width: 896px) {
	.slide-img {
		height: 80vh;
	}
}

@media all and (max-width: 639px) {
	.slide-img {
		height: 55vh;
	}
}

.slide-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

#slideshow {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 130px);
}

@media all and (max-width: 896px) {
	#slideshow {
		height: 80vh;
	}
}

@media all and (max-width: 639px) {
	#slideshow {
		height: 55vh;
	}
}

#catch {
	z-index: 150;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: 0;
	max-width: 90%;
	width: 600px;
	letter-spacing: 0.08em;
	color: #fff;
}

#catch .top {
	color: #fff;
	font-size: 3.5rem;
	-webkit-filter: drop-shadow(2px 2px 8px rgba(69,69,69,0.8));
	filter: drop-shadow(2px 2px 8px rgba(69,69,69,0.8));
	text-align: center;
}

#catch .top .big {
	font-size: 5.2rem;
}

#catch .btm {
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.6;
	margin-top: 30px;
}

#catch.on {
	opacity: 1;
	-webkit-transition: 3s;
	transition: 3s;
}

@media all and (max-width: 896px) {
	#catch .top {
		font-size: 3.5rem;
	}

	#catch .top .big {
		font-size: 5.2rem;
	}

	#catch .btm {
		font-size: 2.8rem;
	}
}

@media all and (max-width: 639px) {
	#catch {
		width: 95%;
		margin-top: 50px;
	}

	#catch .top {
		font-size: 1.8rem;
	}

	#catch .top .big {
		font-size: 2.3rem;
	}

	#catch .btm {
		margin-top: 10px;
		font-size: 1.6rem;
	}
}

#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;
	background: url(../img/bg_footer.jpg) no-repeat right bottom/cover;
}

.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.5);
	}
}

.contact_lead {
	font-size: 1.3em;
	color: #3a200c;
	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: 5px;
}

@media all and (max-width: 639px) {
	.contact_bnr>li:not(:last-child) {
		margin-right: auto;
	}
}

.contact_bnr>li .bnr_tel {
	background: #fefefe;
	border: 1px solid #078ce0;
	white-space: nowrap;
	color: #078ce0;
}

.contact_bnr>li .bnr_tel:before {
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	font-weight: bold;
}

.contact_bnr>li .bnr_tel:hover {
	background: #078ce0;
	color: #fff;
}

.contact_bnr>li .bnr_mobile {
	background: #078ce0;
	border: 1px solid #056daf;
}

.contact_bnr>li .bnr_mobile:before {
	font-family: "Font Awesome 5 Free";
	content: "\f3cd";
	font-weight: bold;
}

.contact_bnr>li .bnr_mobile:hover {
	background: #ff5c03;
}

.contact_bnr>li .bnr_fax {
	background: #f6f4eb;
	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: #fff;
	border: 1px solid #e6c300;
	color: #e6c300;
}

.contact_bnr>li .bnr_mail:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
}

.contact_bnr>li .bnr_mail:hover {
	background: #fad500;
	color: #fff;
}

.contact_bnr>li a,.contact_bnr>li span {
	display: block;
	padding: 10px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	width: 320px;
	letter-spacing: 0.1rem;
}

.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 {
		max-width: 90%;
		font-size: 1.5rem;
	}
}

#l-footer {
	font-size: 1.4rem;
	background: #07182c;
	position: relative;
}

#l-footer .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

.footer_navi {
	padding: 10px 0;
	border-top: 0.9px solid rgba(255,255,255,0.5);
	margin: 0 auto;
}

.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;
	margin-bottom: 4px;
	margin: 0 0.5% 4px;
}

.footer_navi li a {
	color: #fff;
	font-size: 1.5rem;
	position: relative;
	padding-left: 20px;
	font-weight: bold;
}

.footer_navi li a span {
	display: none;
}

.footer_navi li a:before {
	content: "";
	background-color: #f0cc00;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 0.45em;
	left: 0;
}

.footer_navi li a:hover {
	color: #f0cc00;
}

.footer_navi li .dropdown {
	display: block;
	margin-top: 5px;
}

.footer_navi li .dropdown .dropdown-li a {
	color: #eee;
}

.footer_navi li .dropdown .dropdown-li a:before {
	background: #ccc;
}

.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.tp {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.column2.st {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.column2 .child {
	width: 48%;
}

.column2 .child.child-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.column2 .child1 {
	width: 35%;
}

.column2 .child2 {
	width: 62%;
}

@media all and (max-width: 896px) {
	.column2 .child,.column2 .child1,.column2 .child2 {
		width: 100%;
		border: 0;
	}

	.column2 .child.b-m20,.column2 .child1.b-m20,.column2 .child2.b-m20 {
		margin-bottom: 30px;
	}
}

.flogo {
	width: 500px;
	text-align: center;
	margin: 0 auto 30px;
	min-height: 0;
}

@media all and (max-width: 639px) {
	.flogo {
		margin: 0 auto 10px;
	}
}

.address {
	text-align: center;
	font-weight: normal;
	color: #ddd;
	font-size: 12px;
}

.copyright {
	padding: 12px 0;
	background: #07182c;
	color: #fefefe;
	font-size: 1.2rem;
	font-weight: normal;
}

@media all and (max-width: 896px) {
	.copyright {
		padding-bottom: 70px;
	}
}

@media all and (max-width: 639px) {
	.copyright {
		font-size: 1rem;
	}
}

.top-box {
	width: 900px;
	max-width: 75%;
	background: #fefefe;
	padding: 35px;
	margin: 0px 2% 0 auto;
	border: 5px solid #f2f2f2;
}

@media all and (max-width: 896px) {
	.top-box {
		max-width: 100%;
		width: 90%;
		padding: 15px;
		margin: 0px auto;
	}
}

@media all and (max-width: 639px) {
	.top-box {
		max-width: 95%;
		margin: 30px auto 0;
	}
}

.top-lead {
	font-size: 3.3rem;
	line-height: 1.4;
	color: #f0cc00;
	margin-bottom: 20px;
}

@media all and (max-width: 639px) {
	.top-lead {
		font-size: 1.8rem;
	}
}

.top-recruit .top-box-wrap {
	position: relative;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
	padding-bottom: 40px;
	margin-bottom: 30px;
	z-index: 1;
}

@media all and (max-width: 896px) {
	.top-recruit .top-box-wrap {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
		padding-bottom: 30px;
	}
}

@media all and (max-width: 639px) {
	.top-recruit .top-box-wrap {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
		padding-bottom: 30px;
		margin-bottom: 10px;
	}
}

.top-recruit .top-box-wrap:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0%;
	width: 100%;
	height: 70%;
	z-index: -1;
	background: url(../img/greet-img.jpg) no-repeat center/cover;
}

.top-recruit_title {
	font-size: 4.5rem;
	font-weight: normal;
	position: absolute;
	left: 0px;
	top: 18%;
	color: #f0cc00;
	z-index: -1;
	line-height: 1.1;
	mix-blend-mode: hard-light;
}

.top-recruit_title span {
	font-size: 13rem;
	display: block;
	font-weight: 700;
	font-family: "Poppins",sans-serif;
	color: rgba(190,191,192,0.6);
	mix-blend-mode: hard-light;
}

@media all and (max-width: 896px) {
	.top-recruit_title {
		top: 5%;
	}

	.top-recruit_title span {
		font-size: 9rem;
	}
}

@media all and (max-width: 639px) {
	.top-recruit_title {
		top: 3%;
	}

	.top-recruit_title span {
		font-size: 6rem;
	}
}

.news-box {
	margin: 0 auto 0;
	border: 3px solid #e6e1c8;
	padding: 15px;
	position: relative;
	z-index: 10;
	max-width: 1200px;
	background: #fefefe;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media all and (max-width: 896px) {
	.news-box {
		margin-top: -40px;
	}
}

@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: -10px auto 25px;
		width: 90%;
		padding: 10px;
	}
}

.news-title {
	text-align: center;
	font-weight: bold;
	background: #078ce0;
	padding: 10px 20px;
	color: #fff;
}

.news-title span {
	font-size: 4rem;
	display: block;
	font-weight: bold;
	color: #f6f4eb;
	margin-bottom: -20px;
}

@media all and (max-width: 639px) {
	.news-title {
		padding: 5px 10px;
		width: 100%;
	}

	.news-title span {
		font-size: 3rem;
	}
}

.news-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px;
}

@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% 10px;
	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: 180px;
}

.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: #078ce0;
	padding: 8px 5px;
	color: #fff;
	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.5rem;
	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.7rem;
	font-weight: bold;
}

@media all and (max-width: 896px) {
	.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: 85%;
		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.3rem;
	}
}

.top-list-wrap {
	width: calc(100% - 50px);
	margin: 0 auto;
	position: relative;
}

.top-list-wrap:before {
	position: absolute;
	content: "";
	left: 0%;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 40px;
	background: url(../img/bg_feature.jpg) no-repeat center/cover;
	opacity: 0.5;
}

@media all and (max-width: 639px) {
	.top-list-wrap {
		width: 95%;
	}
}

.top-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1500px;
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-list li {
	width: 32%;
	-webkit-transition: -webkit-transform 0.3s ease-in;
	transition: -webkit-transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
	position: relative;
	margin: 0 1.5% 2% 0;
}

.top-list li:nth-child(3n) {
	margin-right: 0;
}

.top-list li .top-list_img {
	width: 93%;
	padding: 10px;
}

.top-list li .top-list_img img {
	width: 100%;
	border: 3px solid #3a200c;
}

@media all and (max-width: 639px) {
	.top-list li {
		width: 95%;
		margin: 0 auto 20px;
	}
}

.top-list .top-list_ttl {
	width: 80%;
	background: #078ce0;
	border-radius: 15px 0 0 0;
	text-align: center;
	padding: 10px 0;
	position: relative;
	font-size: 1.8rem;
	margin: -30px 0 0 auto;
	font-weight: bold;
	font-size: 2rem;
	color: #fff;
	letter-spacing: 0.1rem;
	-webkit-box-shadow: 0 0 8px rgba(58,32,12,0.2);
	box-shadow: 0 0 8px rgba(58,32,12,0.2);
}

.top-list .top-list_ttl span {
	position: absolute;
	font-size: 4rem;
	color: rgba(240,204,0,0.9);
	left: 50%;
	top: -45px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

@media all and (max-width: 639px) {
	.top-list .top-list_ttl {
		font-size: 1.4rem;
		padding: 6px 0;
		width: 90%;
	}

	.top-list .top-list_ttl span {
		font-size: 3rem;
		top: -50px;
	}
}

.top-list .top-list_txt {
	padding: 15px;
	border-radius: 0 0 15px 0;
	width: 80%;
	margin-left: auto;
	background: #fefefe;
}

@media all and (max-width: 639px) {
	.top-list .top-list_txt {
		font-size: 1.1rem;
		width: 90%;
		letter-spacing: 1.5;
	}
}

.top-list .notes {
	display: block;
	margin-top: 5px;
	font-size: 1.2rem;
	color: #8f4f1d;
}

.border-top {
	position: relative;
}

.border-top:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 8px;
	background: -webkit-gradient(linear, left top, right top, from(#078ce0), to(#f8e489));
	background: linear-gradient(to right, #078ce0 0%, #f8e489 100%);
	left: 0;
	top: -8px;
	z-index: 3;
}

ul.rec-feature li .note2.round {
	border-radius: 10px 5px 10px 5px;
	color: #fff;
	letter-spacing: 0.1em;
	background-image: linear-gradient(135deg, #004b84, #0068b7, #0593ff);
	padding: 10px 20px;
	text-align: center;
}

.recruit-head {
	background: url(../img/bg-recruit02.jpg) no-repeat center bottom/cover;
}

.data-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.data-list .data-child {
	width: 49%;
	margin-bottom: 20px;
	padding: 15px;
}

.data-list .data-child .data-img {
	border: 4px double #02348b;
}

.data-list .data-child:nth-child(even) {
	margin-left: 2%;
}

@media all and (max-width: 639px) {
	.data-list .data-child:nth-child(even) {
		margin-left: auto;
	}
}

@media all and (max-width: 639px) {
	.data-list .data-child {
		width: 95%;
		margin: 0 auto 25px;
	}
}

.recruit-dl>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recruit-dl>div:not(:last-of-type) {
	margin-bottom: 8px;
}

.recruit-dl>div dt {
	width: 20%;
	padding: 15px;
	background: rgba(7,140,224,0.7);
	color: #fff;
}

.recruit-dl>div dd {
	width: 80%;
	padding: 15px;
	background: rgba(190,191,192,0.2);
}

@media all and (max-width: 639px) {
	.recruit-dl>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.recruit-dl>div dt,.recruit-dl>div dd {
		width: 100%;
	}
}

.list-tag li {
	display: inline-block;
	padding: 3px 10px;
	background: #f0cc00;
	border-radius: 25px;
	margin-right: 5px;
	font-size: 0.9em;
	margin-bottom: 5px;
}

.business-box {
	font-size: 1.7rem;
}

@media all and (max-width: 639px) {
	.business-box {
		font-size: 1.2rem;
	}
}

.single {
	max-width: 1500px;
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
}

.single02 {
	margin: 0 auto;
	padding: 80px 0;
}

.single03 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
}

.single03.type1 {
	width: 95%;
}

.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: 1200px;
	margin-left: auto;
	margin-right: auto;
}

@media all and (max-width: 639px) {
	.mbox {
		padding: 20px 15px;
	}
}

.mbox.transparent {
	background: transparent;
}

.mbox2 {
	border: 3px solid #e6e1c8;
	background: #fefefe;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
}

@media all and (max-width: 639px) {
	.mbox2 {
		padding: 15px;
	}
}

.small-box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

.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: 896px) {
	#main {
		float: none;
		width: 100%;
	}
}

#side {
	float: right;
	position: -webkit-sticky;
	position: sticky;
	right: 0;
	top: 0;
	width: 21%;
	padding-right: 10px;
}

@media all and (max-width: 896px) {
	#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: 896px) {
	#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: 896px) {
	#col2-wrap #col2-side {
		width: 95%;
		margin: 0 auto 20px;
		padding-top: 30px;
	}
}

.mtitle {
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.8rem;
}

.mtitle span {
	display: block;
	font-size: 4.5rem;
	font-weight: 700;
	font-family: "Poppins",sans-serif;
	position: relative;
	margin-bottom: -5px;
	color: #02348b;
}

.mtitle.white {
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.mtitle.white span {
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.mtitle.white span:after {
	background-color: #eee;
}

.mtitle.black {
	color: #333;
}

.mtitle.black span {
	color: #555;
}

.mtitle.black span:after {
	background-color: #555;
}

.mtitle.mtitle_left {
	text-align: left;
}

.mtitle.mtitle_left span:after {
	left: 0;
	-webkit-transform: none;
	transform: none;
}

@media all and (max-width: 639px) {
	.mtitle {
		font-size: 1.3rem;
		text-align: center;
	}

	.mtitle span {
		font-size: 4rem;
		letter-spacing: 1.1;
		letter-spacing: 0;
		margin-bottom: -5px;
	}
}

.mtitle2 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	padding: 5px 5px 5px 15px;
	line-height: 1.3;
	border-bottom: 4px solid #bebfc0;
}

.mtitle2 span {
	font-size: 4rem;
	letter-spacing: 0.1rem;
	margin-right: 15px;
	font-family: "Poppins",sans-serif;
	color: #02348b;
}

@media all and (max-width: 639px) {
	.mtitle2 {
		font-size: 1.1rem;
	}

	.mtitle2 span {
		font-size: 2.5rem;
	}
}

.mtitle3 {
	font-size: 2.2rem;
	color: #3a200c;
	margin-bottom: 20px;
}

.mtitle3 span {
	border-bottom: 5px double #3a200c;
}

@media all and (max-width: 639px) {
	.mtitle3 {
		font-size: 2rem;
	}
}

.mtitle-bll {
	font-size: 1.7rem;
	font-weight: bold;
	border-bottom: 2px solid #eeeeee;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.5;
}

.mtitle-bll:before {
	font-family: "FontAwesome";
	content: "\f105";
	margin-right: 5px;
	color: #078ce0;
}

.mtitle-bll:after {
	position: absolute;
	content: "";
	display: block;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background: #078ce0;
}

@media all and (max-width: 639px) {
	.mtitle-bll {
		font-size: 1.6rem;
	}
}

.mtitle4 {
	font-weight: normal;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.1rem;
	font-weight: bold;
}

.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: #078ce0;
}

.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: #f0cc00;
}

@media all and (max-width: 639px) {
	.mtitle4 {
		font-size: 1.6rem;
	}
}

@media all and (max-width: 320px) {
	.mtitle4 span:before {
		left: -3px;
	}

	.mtitle4 span:after {
		right: -3px;
	}
}

.mtitle_sub {
	padding-left: 0.5em;
	font-weight: 600;
	position: relative;
	border-left: 6px solid #078ce0;
	margin: 8px 0;
	font-size: 1.1em;
	letter-spacing: 0.2rem;
}

.mtitle_sub:before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: "";
	width: 6px;
	height: 50%;
	background-color: #ddd;
}

.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: #02348b;
	font-size: 2.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: 4rem;
	opacity: 0.5;
	left: 0;
	top: -60px;
	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;
}

@media all and (max-width: 639px) {
	.mtext1 {
		font-size: 1.8rem;
	}
}

.mtext2 {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	line-height: 1.4;
}

@media all and (max-width: 639px) {
	.mtext2 {
		font-size: 2.1rem;
	}
}

.mtitle_category {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: normal;
}

.mtitle_category:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0ca";
	font-weight: bold;
	margin-right: 5px;
	color: #055e96;
}

.btn01 a {
	background: #f0cc00;
	text-align: center;
	width: 300px;
	margin: 0 auto;
	color: #3a200c;
	display: block;
	padding: 8px 5px;
	font-weight: bold;
	border: 2px solid #3a200c;
	border-radius: 35px;
}

.btn01 a:hover {
	background: #078ce0;
	border-color: #02348b;
	color: #fff;
}

@media all and (max-width: 639px) {
	.btn01 a {
		width: 95%;
	}
}

.btn02 {
	width: 300px;
	margin: 20px auto 20px;
}

.btn02 a {
	display: block;
	position: relative;
	padding: 15px 0;
	background-color: rgba(255,92,3,0.7);
	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;
	}
}

.btn03 a {
	background: #078ce0;
	text-align: center;
	color: #fff;
	display: block;
	padding: 5px 20px;
	-webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
	width: 250px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn03 a span {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn03 a span::before {
	background-color: #fefefe;
	width: 1.6rem;
	margin-right: 1.9rem;
	content: '';
	display: block;
	height: 1px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media all and (max-width: 639px) {
	.btn03 a span {
		font-size: 1.3rem;
	}

	.btn03 a span::before {
		margin-right: 10px;
	}
}

.btn03 a:hover {
	background: #f0cc00;
}

.btn03 a:hover span::before {
	width: 2.5rem;
	background-color: #02348b;
}

.btn_led,a.btn_led,button.btn_led {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

.btn_led-wrap {
	margin: 30px auto;
}

a.btn_led-c {
	width: 100%;
	font-size: 3rem;
	position: relative;
	padding: 0.25rem 2rem 1.5rem 3.5rem;
	color: #fff;
	background: #e94919;
	-webkit-box-shadow: 0 5px 0 #d44114;
	box-shadow: 0 5px 0 #d44114;
}

a.btn_led-c span {
	font-size: 2rem;
	position: absolute;
	top: -1.25rem;
	left: calc(50% - 150px);
	display: block;
	width: 300px;
	padding: 0.2rem 0;
	color: #d44114;
	border: 2px solid #d44114;
	border-radius: 100vh;
	background: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

a.btn_led-c span:before,a.btn_led-c span:after {
	position: absolute;
	left: calc(50% - 10px);
	content: "";
}

a.btn_led-c span:before {
	bottom: -10px;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #d44114 transparent transparent transparent;
}

a.btn_led-c span:after {
	bottom: -7px;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

a.btn_led-c i {
	margin-right: 1rem;
}

a.btn_led-c:hover {
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	color: #fff;
	background: #eb5b30;
	-webkit-box-shadow: 0 2px 0 #d44114;
	box-shadow: 0 2px 0 #d44114;
}

.led_title01 {
	font-size: 4rem;
	color: #02348b;
	font-weight: bolder;
	text-align: center;
	margin-top: 100px;
}

.led_title02 {
	margin: 20px auto;
	display: table;
	position: relative;
	padding: 1.5rem 2rem;
	color: #fff;
	border-radius: 10px;
	background: #02348b;
	font-size: 2.5rem;
}

.led_title02:after {
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #02348b transparent transparent transparent;
}

.led_list01 {
	padding: 0 20px;
}

.led_list01 li {
	list-style: none;
	font-size: 3.4rem;
}

.led_list01 li::before {
	font-size: 3.4rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	padding: 0 5px;
	color: #d44114;
}

.List-Item {
	border-top: 1px solid #ddd;
	width: 800px;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 540px) {
	.List-Item {
		border-top: 0;
	}
}

.List-Item:nth-of-type(1) {
	border-top: 0;
}

.List-Item-Content {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 1100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 540px) {
	.List-Item-Content {
		padding-top: 15px;
		padding-bottom: 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.List-Item-Content.one {
	padding-top: 0;
}

.List-Item-Content-Number {
	position: relative;
	margin-right: 40px;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #d44114;
	color: #fff;
	font-size: 36px;
}

@media screen and (max-width: 540px) {
	.List-Item-Content-Number {
		margin-right: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}
}

.List-Item-Content-Number-Line {
	position: absolute;
	top: -36%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 4px;
	height: 66px;
	background: #d44114;
}

@media screen and (max-width: 540px) {
	.List-Item-Content-Number-Line {
		top: -80%;
		width: 2px;
		height: 72px;
	}
}

.List-Item-Content-Title {
	margin-right: 48px;
	-ms-flex-preferred-size: 298px;
	flex-basis: 298px;
	color: #d44114;
	font-size: 24px;
}

@media screen and (max-width: 540px) {
	.List-Item-Content-Title {
		margin-right: 0;
		max-width: 230px;
		font-size: 18px;
	}
}

.List-Item-Content-Description {
	line-height: 1.5;
	font-size: 16px;
}

@media screen and (max-width: 540px) {
	.List-Item-Content-Description {
		margin-left: 60px;
		max-width: 260px;
		font-weight: normal;
		font-size: 13px;
	}
}

.news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news dt {
	width: 6em;
	padding: 3px 5px;
	background: #f0cc00;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.news dd {
	padding: 5px;
	background: #fff;
	width: calc(100% - 7em);
	margin-left: 10px;
}

.news dt:not(:last-child),.news dd:not(:last-child) {
	margin-bottom: 5px;
}

.news-bl {
	overflow: hidden;
}

.news-bl dt {
	float: left;
	width: 8em;
	padding: 3px 5px;
	line-height: 1.3;
	color: #3a200c;
	text-align: center;
}

.news-bl dt:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	margin-right: 5px;
}

.news-bl dd {
	padding: 0 0 10px 9.2em;
	line-height: 1.6;
	border-bottom: 1px dotted #dddddd;
	margin: 0 0 10px;
}

.news-bl dd a {
	color: #033f64;
}

.news-bl dd:last-child {
	margin: 0;
	border-bottom: none;
}

.bg-greet {
	margin: 0 auto 0;
	border-top: 3px solid rgba(58,32,12,0.4);
	border-bottom: 3px solid rgba(58,32,12,0.4);
	position: relative;
	z-index: 1;
	background: url(../img/slide1.jpg) no-repeat 50% 40%/cover fixed;
}

.bg-greet:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(58,32,12,0.2);
}

.bg-greet .inner {
	margin: 0 auto;
	padding: 120px 20px 60px;
	max-width: 1200px;
}

.bg-greet .inner>.mtitle {
	text-align: left;
	color: #fff;
	font-size: 2.8rem;
}

.bg-greet .inner>.mtitle span {
	display: block;
	font-size: 10rem;
	padding-right: 30px;
	color: #fff;
}

.bg-greet .inner>.mtitle span:first-letter {
	color: #fff;
}

@media all and (max-width: 639px) {
	.bg-greet .inner>.mtitle {
		padding-left: 15px;
		font-size: 1.5rem;
	}

	.bg-greet .inner>.mtitle span {
		font-size: 4rem;
		padding-right: 10px;
		display: block;
	}
}

@media all and (max-width: 896px) {
	.bg-greet {
		background-attachment: scroll;
	}

	.bg-greet .inner {
		width: 99%;
		padding: 150px 0 10px;
	}
}

.bg-01 {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(240,204,0,0.5)), color-stop(50%, rgba(240,204,0,0.4)), color-stop(50.1%, #eacd9a), to(#eacd9a));
	background-image: linear-gradient(to right, rgba(240,204,0,0.5) 0%, rgba(240,204,0,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(7,140,224,0.4)), color-stop(55%, rgba(7,140,224,0.4)), color-stop(55.1%, #eacd9a), to(#eacd9a));
		background-image: linear-gradient(to bottom, rgba(7,140,224,0.4) 0%, rgba(7,140,224,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(#d1e0e8), to(#e7e8e8));
	background-image: linear-gradient(to right, #d1e0e8 0%, #e7e8e8 100%);
	overflow: hidden;
}

.bg-pattern {
	background: url(../img/back01.gif);
	background-size: 400px;
}

.bg-entry {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9e4ca), to(#fff6ce));
	background-image: linear-gradient(to bottom, #f9e4ca 0%, #fff6ce 100%);
}

.bg-base {
	background: rgba(2,52,139,0.2);
}

.bg-blue {
	background: #02348b;
}

.bg-gray {
	background: #f1f0ed;
}

.bg-beige {
	background: rgba(246,244,235,0.8);
}

.bg-beige2 {
	background: rgba(246,244,235,0.5);
}

.tbl {
	width: 100%;
}

.tbl th,.tbl td {
	padding: 15px;
	vertical-align: middle;
	border: 1px solid #044e7d;
}

.tbl th {
	background: #078ce0;
	color: #fefefe;
	text-align: left;
	width: 35%;
}

.tbl th span {
	font-size: 1.4rem;
}

.tbl .cell01 {
	width: 50%;
}

.tbl .cell02 {
	width: 20%;
}

@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 {
	margin: 0 auto;
	width: 100%;
}

@media all and (max-width: 1024px) {
	.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: #02348b;
}

.tbl_new tr:nth-child(odd) th,.tbl_new tr:nth-child(odd) td {
	background: #f1f0ed;
}

.tbl-border {
	width: 100%;
}

.tbl-border th,.tbl-border td {
	padding: 15px;
	border-bottom: 1px solid #aaa;
	vertical-align: middle;
}

.tbl-border th {
	width: 25%;
	border-right: 2px solid #078ce0;
}

@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: left;
	width: 25%;
	position: relative;
	background: #f0cc00;
	color: #fff;
	font-weight: bold;
}

.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: #f0cc00;
	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 li {
	padding-bottom: 5px;
	padding-left: 1rem;
	margin-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

/* .list_common li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
} */

.list_check li {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.list_check li span {
	font-weight: normal;
	font-size: 0.9em;
	display: block;
	padding: 10px;
	background: rgba(246,244,235,0.2);
	margin-top: 10px;
}

.list_check li:not(:last-child) {
	margin-bottom: 15px;
}

.list_check li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: bold;
	margin-right: 10px;
	color: #ff5c03;
}

@media all and (max-width: 639px) {
	.list_check li {
		width: 98%;
		margin: 0 auto 10px;
		font-size: 1.3rem;
	}
}

.ol-list {
	counter-reset: number;
	list-style: none;
	padding: 0;
}

.ol-list li {
	line-height: 2;
	margin-bottom: 10px;
	font-weight: bold;
}

.ol-list li:last-child {
	margin-bottom: 0px;
}

.ol-list li span {
	font-weight: normal;
	display: block;
	padding: 10px;
	line-height: 1.6;
}

.ol-list li:before {
	counter-increment: number;
	content: counter(number);
	background: rgba(7,140,224,0.3);
	display: inline-block;
	width: 2em;
	height: 2em;
	text-align: center;
	font-family: "Poppins",sans-serif;
	font-size: 2rem;
	color: #02348b;
	margin-right: 10px;
}

@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;
	gap: 2%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.blog-wrap * {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog-wrap>li {
	width: 31%;
	border: 1px solid #f6f4eb;
	position: relative;
}

.blog-wrap>li:nth-child(even) .blog-date {
	background: #02348b;
}

.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: 48%;
	}
}

.blog-img {
	width: 100%;
	height: 180px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #f6f4eb;
}

.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: #078ce0;
	position: absolute;
	width: 65px;
	height: 65px;
	background: #078ce0;
	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;
	display: inline-block;
}

.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: #055e96;
	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: #056daf;
	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: #044e7d;
	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: #f1f0ed;
}

.category_nav li:last-child a {
	border-bottom: none;
}

.cut {
	overflow: hidden;
	zoom: 1;
}

.w300 {
	width: 300px;
}

.spbr {
	display: none;
}

.color1 {
	color: #078ce0;
}

.color2 {
	color: #02348b;
}

.color3 {
	color: #044e7d;
}

.num a {
	color: #3a200c;
	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: #f0cc00;
}

.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;
}

.breadcrumb li {
	display: inline;
	color: #555;
}

.breadcrumb li a {
	color: #02348b;
}

.breadcrumb li+li:before {
	margin: 0 10px;
	content: ">";
}

.breadcrumb li .home {
	font-family: "FontAwesome";
}

.form {
	margin: 0 auto;
	width: 90%;
}

.form dl dt {
	float: left;
	width: 280px;
	padding-top: 20px;
	font-weight: bold;
}

.form dl dt span {
	color: #fff;
	background: #078ce0;
	padding: 0 5px 0;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	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: #078ce0;
	border: 1px solid #078ce0;
	border-radius: 25px;
	color: #fff;
}

.form button:hover {
	background: #fff;
	color: #078ce0;
}

.form button:before {
	font-family: "FontAwesome";
	font-weight: normal;
	content: "\f0e0";
	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: #078ce0;
}

.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: 3px;
	top: 5px;
	background-color: #078ce0;
	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 #078ce0;
	border-bottom: 3px solid #078ce0;
	-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;
	}
}

.memo {
	border: 2px solid rgba(246,244,235,0.5);
	background: url(../img/bg01.jpg);
	padding: 15px;
}

.thanks {
	padding: 40px;
	border: 3px solid #078ce0;
	-webkit-box-shadow: 0 0 0 8px rgba(7,140,224,0.2);
	box-shadow: 0 0 0 8px rgba(7,140,224,0.2);
	max-width: 700px;
	margin: 0 auto;
	background: #fefefe;
}

@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: #f1f0ed;
	margin-top: 40px;
}

.mtitle_small {
	position: relative;
	font-size: 2rem;
	color: #02348b;
	margin-bottom: 30px;
}

.mtitle_small:before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #078ce0;
	position: absolute;
	left: 0;
	bottom: -15px;
}

.mtitle_small2 {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}

.mtitle_small2:before {
	content: "";
	background-color: #078ce0;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 0.6em;
	left: 0;
}

.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(246,244,235,0.2);
	display: block;
	text-align: center;
	padding: 0px;
	height: 220px;
}

.gallery li a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.gallery li p {
	font-size: 13px;
	margin: 3px 0 10px;
}

@media all and (max-width: 896px) {
	.gallery li {
		width: 48%;
		margin: 0 1% 20px;
	}

	.gallery li:nth-child(2n) {
		margin-right: 0;
	}

	.gallery li:nth-child(3n) {
		margin: 0 1% 20px;
	}

	.gallery li a {
		height: 120px;
	}
}

.top-works-gallery li a {
	background: rgba(246,244,235,0.2);
	display: block;
	text-align: center;
	padding: 0px;
	height: 220px;
}

.top-works-gallery li a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

@media all and (max-width: 639px) {
	.top-works-gallery li a {
		height: 140px;
	}
}

.list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list2.type1 li {
	background: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	padding: 15px;
}

.list2 li {
	width: 48%;
	margin: 0 1% 15px;
}

@media all and (max-width: 639px) {
	.list2 li {
		width: 100%;
		margin: 0 auto 15px;
	}
}

.list3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list3.type1 li {
	background: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	padding: 15px;
}

.list3 li {
	width: 31%;
	margin: 20px 1% 15px;
}

@media all and (max-width: 639px) {
	.list3 li {
		width: 100%;
		margin: 0 auto 15px;
	}
}

.list4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list4.type1 li {
	background: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	padding: 15px;
}

.list4 li {
	width: 23%;
	margin: 20px 1% 15px;
}

@media all and (max-width: 896px) {
	.list4 li {
		width: 48%;
		margin: 0 auto 30px;
	}
}

.prv dt {
	color: #078ce0;
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}

.flex {
	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: 1400px;
	margin: 0 auto;
}

.flex li {
	width: 32%;
	padding: 15px;
	position: relative;
}

.flex li .border {
	position: absolute;
	background: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.flex li .border:nth-of-type(1) {
	top: 0;
	left: 0;
	border-left: 1px solid #f0cc00;
	border-top: 1px solid #f0cc00;
	width: 50px;
	height: 30px;
}

.flex li .border:nth-of-type(2) {
	bottom: 0;
	right: 0;
	border-right: 1px solid #f0cc00;
	border-bottom: 1px solid #f0cc00;
	width: 50px;
	height: 30px;
}

.flex li:hover .border {
	width: 102%;
	height: 105%;
}

.flex li:hover .linkbtn-more {
	background: #078ce0;
	color: #fff;
	-webkit-transition: all 0.55s ease;
	transition: all 0.55s ease;
}

.flex li a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-transition: all 0.55s ease;
	transition: all 0.55s ease;
}

.flex li:hover .snip1445 img,.flex li:hover .snip1445 .hover img {
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: 0.4;
	opacity: 0.4;
}

.flex li:hover .snip1445 figcaption:before,.flex li:hover .snip1445 .hover figcaption:before,.flex li:hover .snip1445 figcaption:after,.flex li:hover .snip1445 .hover figcaption:after,.flex li:hover .snip1445 figcaption div:before,.flex li:hover .snip1445 .hover figcaption div:before,.flex li:hover .snip1445 figcaption div:after,.flex li:hover .snip1445 .hover figcaption div:after {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.flex li:hover .snip1445 figcaption:before,.flex li:hover .snip1445 .hover figcaption:before,.flex li:hover .snip1445 figcaption:after,.flex li:hover .snip1445 .hover figcaption:after {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.snip1445 {
	position: relative;
	overflow: hidden;
	min-width: 230px;
	max-width: 100%;
	height: 200px;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #fff;
	background-color: #111;
}

.snip1445 * {
	-webkit-transition: all 0.55s ease;
	transition: all 0.55s ease;
}

.snip1445 *:before,.snip1445 *:after {
	-webkit-transition: all 0.55s ease;
	transition: all 0.55s ease;
}

.snip1445 img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: top;
}

.snip1445 figcaption {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 10px 10px 10px;
}

.snip1445 figcaption:before,.snip1445 figcaption:after {
	height: 1px;
	width: 100%;
	position: absolute;
	content: "";
	background-color: #ffffff;
}

.snip1445 figcaption:before {
	top: 0;
	left: 0;
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

.snip1445 figcaption:after {
	bottom: 0;
	right: 0;
	-webkit-transform: translateX(-250%);
	transform: translateX(-250%);
}

.snip1445 figcaption>div:before,.snip1445 figcaption>div:after {
	width: 1px;
	height: 300px;
	position: absolute;
	content: "";
	background-color: #ffffff;
}

.snip1445 figcaption>div:before {
	top: 0;
	left: 0;
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
}

.snip1445 figcaption>div:after {
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(-250%);
	transform: translateY(-250%);
}

.snip1445 h2,.snip1445 h4 {
	margin: 0;
	width: 150px;
	background: rgba(255,255,255,0.8);
	text-align: center;
	color: #078ce0;
}

.snip1445 h2 {
	font-size: 1.8rem;
	letter-spacing: 1px;
}

.snip1445 .click {
	display: block;
	font-weight: bold;
	width: 150px;
	margin-left: auto;
	background-color: #f0cc00;
	padding: 3px 10px;
	color: #111;
	text-shadow: #fff 0px 0px 0px;
}

.snip1445 img {
	opacity: 0.9;
}

.linkbtn-ttl {
	font-size: 1.8rem;
	color: #078ce0;
	margin-bottom: 10px;
	float: left;
}

@media all and (max-width: 639px) {
	.linkbtn-ttl {
		font-size: 1.6rem;
	}
}

.linkbtn-more {
	float: right;
	color: #078ce0;
	padding: 3px;
	border: 1px solid #078ce0;
}

@media all and (max-width: 639px) {
	.linkbtn-more {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 768px) {
	.flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.flex li {
		width: 80%;
		margin-bottom: 30px;
	}

	.snip1445 {
		min-width: 230px;
		max-width: 100%;
		height: 200px;
	}

	.snip1445 img {
		opacity: 0.6;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.flex li {
		width: 95%;
	}
}

.linkbtn-txt {
	color: #111;
	line-height: 1.5;
	margin-top: 10px;
}

#works:before {
	content: "";
	height: 80px;
	margin-top: -80px;
	display: block;
	visibility: hidden;
}

.note {
	padding: 15px;
	margin-top: 10px;
	border: 3px solid #f6f4eb;
}

.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: #078ce0;
	font-size: 3rem;
	color: #fff;
	width: 50px;
	text-align: center;
	margin-right: 20px;
}

.flow-dl dt span {
	font-size: 1.5rem;
	display: block;
	margin-bottom: -10px;
}

.flow-dl dd {
	width: calc(100% - 80px);
}

.flow-dl dt:not(:last-child),.flow-dl dd:not(:last-child) {
	margin-bottom: 20px;
}

.txt1 {
	padding-left: 10px;
}

.fee-box {
	margin: 10px 0 20px;
	font-weight: bold;
	background: lemonchiffon;
	padding: 5px;
}

.fee-box span {
	display: block;
	font-weight: normal;
}

.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: #055e96;
}

@media all and (max-width: 639px) {
	.blog-month ul li {
		width: 44%;
	}
}

#a01,#a02,#a03,#a04,#a05,#a06,#a07,#entry {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

.price {
	font-weight: bold;
	color: #f0cc00;
	font-size: 1.1em;
	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: #02348b;
	font-size: 1.05em;
}

.faq-dl dt:before {
	content: "Q";
	color: #078ce0;
	font-size: 2rem;
	background: rgba(7,140,224,0.2);
}

.faq-dl dd {
	background: #f6f4eb;
}

.faq-dl dd:before {
	content: "A";
	color: #ff5c03;
	font-size: 2rem;
	background: rgba(240,204,0,0.5);
}

.faq-dl dd:not(:last-of-type) {
	margin-bottom: 20px;
}

.path-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.path-list li {
	width: 24%;
	margin: 0 1.33% 0 0;
	position: relative;
}

.path-list li:nth-child(4n) {
	margin-right: 0;
}

.path-list li .path-title {
	margin-bottom: 10px;
}

.path-list li .path-img {
	width: 120px;
	margin: 10px auto;
}

.path-list li .path-img img {
	border-radius: 100%;
	background: rgba(254,254,254,0.7);
}

.path-list li .path-txt {
	padding: 20px;
	letter-spacing: 0;
}

.path-list li.path1 {
	background: #fff7b4;
}

.path-list li.path2 {
	background: rgba(103,150,21,0.3);
}

.path-list li.path3 {
	background: #c9f5f5;
}

.path-list li.path4 {
	background: rgba(7,140,224,0.3);
}

@media all and (max-width: 896px) {
	.path-list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}

	.path-list li:nth-child(2n) {
		margin-right: 0;
	}
}

@media all and (max-width: 639px) {
	.path-list li {
		width: 100%;
		margin: 0 auto 20px;
	}

	.path-list li:nth-child(2n) {
		margin-right: auto;
	}
}

.video {
	width: 80%;
}

.top_linkarea {
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

.LeftAnime {
	-webkit-animation: LeftAnime 0.5s forwards;
	animation: LeftAnime 0.5s forwards;
}

@-webkit-keyframes LeftAnime {
	from {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes LeftAnime {
	from {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.RightAnime {
	-webkit-animation: RightAnime 0.5s forwards;
	animation: RightAnime 0.5s forwards;
}

@-webkit-keyframes RightAnime {
	from {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@keyframes RightAnime {
	from {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

.timing__box {
	margin: 80px 0;
}

@media all and (max-width: 639px) {
	.timing__box {
		margin-top: 40px;
	}
}

.timing__box__img {
	margin-bottom: 80px;
}

@media all and (max-width: 639px) {
	.timing__box__img {
		margin-bottom: 40px;
	}
}

.timing__box__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media all and (max-width: 896px) {
	.timing__box__head {
		display: block;
	}
}

.timing__box__head__left {
	max-width: 420px;
	width: 37%;
}

@media all and (max-width: 896px) {
	.timing__box__head__left {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

.timing__box__head__left__top {
	margin-top: 30px;
}

.timing__box__head__left__table1 {
	width: 100%;
	color: #656565;
	letter-spacing: 2px;
}

.timing__box__head__left__table1 tr {
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
}

.timing__box__head__left__table1 th {
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	text-align: center;
	vertical-align: middle;
	padding: 25px 3%;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: normal;
	min-width: 130px;
}

@media all and (max-width: 639px) {
	.timing__box__head__left__table1 th {
		font-size: 1.1rem;
	}
}

.timing__box__head__left__table1 td {
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	text-align: right;
	vertical-align: middle;
	padding: 25px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.timing__box__head__right {
	max-width: 700px;
	width: 60%;
}

@media all and (max-width: 896px) {
	.timing__box__head__right {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
}

.timing__box__head__right__table2 {
	width: 100%;
	letter-spacing: 2px;
}

.timing__box__head__right__table2 tr {
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
}

.timing__box__head__right__table2 th {
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	text-align: center;
	vertical-align: middle;
	padding: 25px 3%;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: normal;
}

@media all and (max-width: 639px) {
	.timing__box__head__right__table2 th {
		font-size: 1.1rem;
	}
}

.timing__box__head__right__table2 td {
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	text-align: center;
	vertical-align: middle;
	padding: 39px 3%;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 2px;
}

@media all and (max-width: 639px) {
	.timing__box__head__right__table2 td {
		font-size: 1.6rem;
	}
}

.itemttl th {
	background-color: #EBEBEB;
	font-weight: 600;
	font-size: 1.8rem;
	font-weight: 600;
	color: #000000;
	letter-spacing: 2px;
}

.itemttl2 th {
	background-color: #02348b;
	font-weight: 600;
	line-height: 1.5;
	color: #FFFFFF;
}

.th-wid {
	width: 18% !important;
}

.case-textbox {
	width: 355px !important;
}

.works__block {
	margin: 60px 80px;
}

.works__block__link {
	position: relative;
	color: #333;
	padding: 10px 30px;
	display: inline-block;
	text-decoration: none;
	outline: none;
}

.works__block__link::before,.works__block__link::after {
	content: '';
	position: absolute;
	border: solid #333;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.works__block__link::before {
	top: 0;
	left: 0;
	border-width: 2px 0 0 2px;
}

.works__block__link::after {
	bottom: 0;
	right: 0;
	border-width: 0 2px 2px 0;
}

.works__block__link:hover::before,.works__block__link:hover::after {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-color: #666;
}

.cts {
	width: 70%;
	margin: 0 auto;
	display: block;
	position: relative;
}

.cts .cts-txtbx {
	background: rgba(255,255,255,0.6);
	-webkit-box-shadow: 4px 4xp 4px 10px #eee;
	box-shadow: 4px 4xp 4px 10px #eee;
	padding: 15px;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 300px;
}

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

	.cts .mtitle_small {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}

	.cts .mtitle_small:before {
		bottom: -5px;
	}

	.cts .tbl-border th,.tbl-border td {
		padding: 7px;
	}
}

.tbl-border2 {
	width: 100%;
}

.tbl-border2 th,.tbl-border2 td {
	padding: 10px;
	border-bottom: 1px solid #aaa;
	vertical-align: middle;
}

.tbl-border2 th {
	background: #eee;
}

@media all and (max-width: 639px) {
	.tbl-border2 th {
		width: 30%;
	}
}

.top-news-wrap .pages {
	display: none;
}

.sentence p {
	margin-bottom: 10px;
}

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

.bg-stripe {
	background-image: repeating-linear-gradient(90deg, transparent, transparent 25%, rgba(51,51,51,0.1) 25%, rgba(51,51,51,0.1) calc(25% + 1px));
}

.bussiness-box-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}

.bussiness-box-btn.type1 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.bussiness-box-btn .bussiness-box-img {
	width: 60%;
	height: 400px;
	overflow: hidden;
	background: #07182c;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.bussiness-box-btn .bussiness-box-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .2s ease-in all;
	transition: .2s ease-in all;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.bussiness-box-btn .bussiness-box-txt {
	display: block;
	position: relative;
	z-index: 2;
	width: 350px;
	margin-left: -50px;
	padding: 20px;
}

.bussiness-box-btn .bussiness-box-title {
	text-align: center;
	color: #fff;
}

.bussiness-box-btn .bussiness-box-title .eng {
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 4.2rem;
	border-bottom: 2px solid #fff;
	line-height: 1.2;
	letter-spacing: .15em;
}

.bussiness-box-btn .bussiness-box-title .ja {
	display: block;
	font-size: 2.2rem;
	font-weight: 500;
	margin-top: 10px;
}

.bussiness-box-btn .btn-more {
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: #f0cc00;
	padding: 8px 0;
	text-align: center;
	margin-top: 10px;
}

.bussiness-box-btn:hover .bussiness-box-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media all and (max-width: 896px) {
	.bussiness-box-btn .bussiness-box-img {
		width: 90%;
		height: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.bussiness-box-btn .bussiness-box-txt {
		margin: -60px auto 0;
	}

	.bussiness-box-btn.type_contents .bussiness-box-txt {
		width: 80%;
		margin: -60px auto 0;
	}
}

@media all and (max-width: 639px) {
	.bussiness-box-btn .bussiness-box-img {
		height: 200px;
	}

	.bussiness-box-btn .bussiness-box-title .eng {
		font-size: 2.2rem;
	}

	.bussiness-box-btn .bussiness-box-title .ja {
		font-size: 1.6rem;
	}

	.bussiness-box-btn.type_contents .bussiness-box-txt {
		width: 90%;
	}

	.bussiness-box-btn.type_contents .bussiness-box-img {
		height: 300px;
	}
}

.bussiness-box-btn.type_contents {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 80px;
}

.bussiness-box-btn.type_contents .bussiness-box-img {
	width: 60%;
	max-height: 100%;
	height: auto;
}

.bussiness-box-btn.type_contents .bussiness-box-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.bussiness-box-btn.type_contents .bussiness-box-txt {
	position: static;
	background: #fff;
	width: 40%;
	padding: 30px;
	margin-left: 0;
}

.bussiness-box-btn.type_contents .bussiness-box-title {
	color: #323232;
}

.bussiness-box-btn.type_contents .bussiness-box-title .eng {
	border-bottom: 2px solid #323232;
}

.bussiness-box-btn.type_contents:hover .bussiness-box-img img {
	-webkit-transform: none;
	transform: none;
}

@media all and (max-width: 896px) {
	.bussiness-box-btn.type_contents {
		margin-top: 60px;
	}

	.bussiness-box-btn.type_contents .bussiness-box-img {
		width: 90%;
		height: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.bussiness-box-btn.type_contents .bussiness-box-txt {
		width: 80%;
		margin: -60px auto 0;
	}
}

@media all and (max-width: 639px) {
	.bussiness-box-btn.type_contents {
		margin-top: 40px;
	}

	.bussiness-box-btn.type_contents .bussiness-box-img {
		height: 200px;
	}

	.bussiness-box-btn.type_contents .bussiness-box-title .eng {
		font-size: 2.2rem;
	}

	.bussiness-box-btn.type_contents .bussiness-box-title .ja {
		font-size: 1.6rem;
	}

	.bussiness-box-btn.type_contents .bussiness-box-txt {
		width: 90%;
	}

	.bussiness-box-btn.type_contents .bussiness-box-img {
		height: 300px;
	}
}

.title-bg {
	position: relative;
}

.title-bg span {
	position: absolute;
	top: -75px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	font-family: "Poppins",sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 12rem;
	color: #e8f2f7;
}

.title-bg.white span {
	color: rgba(255,255,255,0.7);
}

@media all and (max-width: 639px) {
	.title-bg span {
		top: -25px;
		font-size: 4.5rem;
	}
}

.top-bnr-list {
	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;
	gap: 2%;
	margin: 30px auto 0;
}

.top-bnr-list li {
	width: 31%;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

@media all and (max-width: 896px) {
	.top-bnr-list li {
		width: 48%;
	}
}

@media all and (max-width: 639px) {
	.top-bnr-list li {
		width: 48%;
	}
}

.top-bnr-list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.top-bnr-list li a::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.4;
	z-index: 3;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.top-bnr-list li .top-bnr-img {
	position: relative;
	width: 100%;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
	box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
	overflow: hidden;
}

.top-bnr-list li .top-bnr-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	-o-object-position: center bottom;
	object-position: center bottom;
	-webkit-transition: all 2.2s ease-in;
	transition: all 2.2s ease-in;
}

.top-bnr-list li .top-bnr-title {
	font-weight: 500;
	padding: 15px;
	line-height: 1.4;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.top-bnr-list li .top-bnr-title .eng {
	font-family: "Poppins",sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	color: #fff;
	display: block;
}

.top-bnr-list li .top-bnr-title .ja {
	font-size: 2rem;
	display: block;
	color: #fff;
}

.top-bnr-list li .btn-arrow {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: center;
	line-height: 60px;
	background: rgba(254,254,254,0.7);
	border: 1px solid #078ce0;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index: 5;
}

.top-bnr-list li .btn-arrow i {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: 1px solid #078ce0;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 5px;
}

.top-bnr-list li .btn-arrow i::before {
	position: absolute;
	width: 10px;
	height: 8px;
	content: "";
	right: 3px;
	bottom: -1px;
	border-right: 2px solid #078ce0;
	-webkit-transform: skew(45deg);
	transform: skew(45deg);
}

@media all and (max-width: 639px) {
	.top-bnr-list li .btn-arrow {
		width: 30px;
		height: 30px;
	}

	.top-bnr-list li .btn-arrow i {
		width: 18px;
	}

	.top-bnr-list li .btn-arrow i::before {
		width: 3px;
	}
}

.top-bnr-list li:hover::before {
	opacity: 0;
}

.top-bnr-list li:hover .top-bnr-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.top-bnr-list li:hover .btn-arrow {
	background: rgba(7,140,224,0.7);
}

.top-bnr-list li:hover i {
	border-bottom: 1px solid #fff;
}

.top-bnr-list li:hover i::before {
	border-right: 2px solid #fff;
}

.tcenter_pc {
	text-align: center;
}

@media all and (max-width: 639px) {
	.tcenter_pc {
		text-align: left;
	}
}

.midashi {
	background: #02348b;
	text-align: center;
	width: 250px;
	max-width: 90%;
	margin-bottom: 10px;
	color: #fff;
	display: block;
	padding: 6px 5px;
	-webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
	clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.policy-list>li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.u-timeline1 {
	list-style: none;
	counter-reset: timeline 0;
	padding-left: 0;
}

.u-timeline1 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	counter-increment: timeline 1;
}

.u-timeline1 li .timeline__inner {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0 0 3rem 2rem;
	border-left: solid 2px #f0cc00;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.u-timeline1 li::before {
	content: attr(data-prefix);
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-size: 1.7em;
	line-height: 1;
	font-weight: bold;
	width: 3em;
	text-align: right;
	padding-right: 0.5em;
}

.u-timeline1 li::after {
	content: "";
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	border-radius: 50%;
	background-color: #f0cc00;
	width: calc(1.7em * 0.5);
	height: calc(1.7em * 0.5);
	margin-top: calc(1.7em * 0.5);
	-webkit-transform: translateX(calc(50% + (2px * 0.5))) translateY(-50%);
	transform: translateX(calc(50% + (2px * 0.5))) translateY(-50%);
}

.u-timeline1 li:first-of-type .timeline__inner {
	padding-top: 3rem;
}

.u-timeline1 li:first-of-type::before {
	padding-top: 3rem;
}

.u-timeline1 li:first-of-type::after {
	margin-top: calc(3rem + calc(1.7em * 0.5));
}

@media all and (max-width: 639px) {
	.u-timeline1 li {
		position: relative;
	}

	.u-timeline1 li::before {
		position: absolute;
		top: 0;
		left: 0;
		text-align: left;
		width: 100%;
		padding-left: calc(1.7em * 0.5 + 0.5rem);
	}

	.u-timeline1 li .timeline__inner {
		padding-top: 2.2em;
	}

	.u-timeline1 li:first-of-type .timeline__inner {
		padding-top: calc(3rem + 1.7em + 0.5em);
	}
}

.midashi2 {
	position: relative;
	padding: 1rem 0.5rem;
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 700;
	border-top: solid 3px #bebfc0;
	border-bottom: solid 3px #bebfc0;
}

.midashi2::after {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	content: "";
	border: solid 15px transparent;
	border-top-color: #bebfc0;
}

.list_disc li {
	padding-bottom: 10px;
	border-bottom: 1px dotted #bebfc0;
}

.list_disc li::before {
	content: "●";
	display: inline-block;
	font-size: 1.5rem;
	color: #02348b;
	margin-right: 10px;
}

.box1 {
	padding: 30px 20px;
	border: 1px solid #02348b;
	-webkit-filter: drop-shadow(6px 6px 0px rgba(37,53,43,0.2));
	background-color: #fff;
}

.accordion {
	margin-top: 50px;
}

.accordion dt {
	position: relative;
	padding: 1em;
	background: #488ecc;
	color: #fff;
	cursor: pointer;
	font-size: 1.6rem;
}

.accordion dt::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f067";
	font-weight: 900;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.4rem;
}

.accordion dd {
	display: none;
	padding: 20px;
	background: #fff;
}

.bg-bussiness {
	position: relative;
}

.bg-bussiness::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
	background-image: url(../img/business_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-bussiness::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1a3667;
	opacity: 0.9;
	z-index: -2;
}

/*# sourceMappingURL=basis.css.map */
