@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
	overflow-y: scroll;
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	/*	font-family: 'Noto Sans JP', sans-serif;*/
	/*    font-family: 'Kosugi Maru', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	/*    color: #121212;*/
	color: #2E2E2E;
}

a,
a:link,
a:active,
a:visited {
	transition: all 0.5s ease-out;
	outline: none;
	text-decoration: none;
	color: #121212;
}

b {
	font-weight: bold;
}

@media only screen and (max-width: 1100px) {
	html {
		font-size: 50%;
	}
}

/*---------------------------------------------------------common*/

* {
	box-sizing: border-box;
}

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

.spnomi {
	display: none;
}

.spnomi1100 {
	display: none;
}

.spnomi480 {
	display: none;
}

.spnomi760 {
	display: none;
}

.pcnomi480 {
	display: block;
}

.pcnone {
	display: none;
}

.clear {
	clear: both;
}

.maincolor {
	/*    color: #000000;*/
	color: #2E2E2E;
}

@media only screen and (max-width: 1100px) {
	.spnomi1100 {
		display: block;
	}
}

@media only screen and (max-width: 1100px) {
	.spnomi {
		display: block;
	}

	.pcnomi {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#logo img {
		width: 144px !important;
		margin-left: -60px;
	}
}

@media only screen and (max-width: 760px) {
	.spnomi760 {
		display: block;
	}

	.pcnone {
		display: block;
	}

	.spnone {
		display: none;
	}
}



@media only screen and (max-width: 480px) {
	.spnomi480 {
		display: block;
	}

	.pcnomi480 {
		display: none;
	}

	.pcnone {
		display: block;
	}

	.spnone {
		display: none;
	}
}

/*------------------------------------------------Fade Animation*/

.fadein {
	opacity: 0;
	margin-top: 10px;
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-o-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}

.fade-on {
	opacity: 1;
	margin-top: 0;
}

/*---------------------------------------------------------main,logo*/

header {
	height: auto;
	position: relative;
}

#logo {
	/*    width: 230px;*/
	width: 300px;
	display: inline-block;
	padding: 0 0 15px 0;
	vertical-align: bottom;
}

#logo img {
	/*    width: 210px;*/
	width: 50px;
	/*   width: 100%;*/
}

#logo00 {
	width: 180px;
	padding: 0px 10px 0 10px;
	float: left;
}

.wrap_main {
	width: 100%;
	position: absolute;
	bottom: -200px;
	left: 0;
	z-index: 4;
}

.for_main {
	z-index: 2;
	position: absolute;
	bottom: 5rem;
	left: 0;
	width: 100%;
	padding: 20px;
}

.main_li {
	width: 30%;
	display: inline-block;
	color: #1A2C6B;
}

.main_li li {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 5px;
	border: 2px solid #1A2C6B;
	padding: 1.5rem 0;
	background-color: rgba(255, 255, 255, .8);
	letter-spacing: 1px;
	line-height: 1.3;
}

a.btn_main {
	display: inline-block;
	background-color: #f15a24;
	color: #fff;
	padding: 2rem 3rem 1.5rem;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.8rem;
	font-weight: 500;
}

a.btn_main:hover {
	transform: scale(1.05, 1.05);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn_main .far {
	font-size: 15px;
	margin-right: 10px;
}



@media only screen and (max-width: 1100px) {
	#logo {
		width: 380px;
		display: inline-block;
		float: left;
		padding-top: 10px;
		padding-left: 20px;
	}

	.wrap_main {
		z-index: 4;
	}

	.for_main {
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 100%;
		padding: 20px;
	}

	.main_li {
		display: table;
		width: 340px;
		border-spacing: 2px 0;
		border-collapse: separate;
	}

	.main_li li {
		font-size: 12px;
		display: table-cell;
		padding: 5px;
		height: 70px;
		vertical-align: middle;
	}
}

@media only screen and (max-width: 760px) {
	.for_main {
		position: absolute;
		bottom: 80px;
		background-color: transparent;
		padding: 5px;
	}

	.main_li {
		width: 100%;
	}

	.main_li li {
		height: auto;
	}

	a.btn_main {
		position: relative;
		margin: 10px auto 0;
		width: 100%;
		display: block;
		text-align: center;
	}

}

/* -------------------------------------------------------------swiper */

.wrap {
	width: 100%;
	height: auto;
	margin: 42px 0 0;
}



@keyframes fadein01 {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadein02 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


.slide-img {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.slide-img img {
	width: 100%;
	height: auto;
}

.slide-txt {
	/*    color: #000;*/
	color: #fff;
	/*    text-shadow: 2px 2px 2px #fff;*/
	position: absolute;
	/*
	top: 72%;
	left: 48%;
	*/
	/*    transform: translateX(-50%); */
	/*    top: 50%;*/
	left: 50%;
	bottom: 1%;
	transform: translateX(-50%);
	/*    transform: translate(-50%,-50%);*/
	line-height: 1.2em;
	font-size: 38px;
	width: 100%;
	text-align: center;
	/*    background-color: rgba(255,255,255,0.7);*/
	/*    background-color: rgba(59, 107, 196, 0.7);*/
	padding: 20px 0;
}

.slide-img2 {
	position: absolute;
	top: 71%;
	left: 30%;
}

.slide-img2 img {
	border-radius: 50%;
	height: 190px;
	width: auto;
}



@media only screen and (max-width: 760px) {}

@media only screen and (max-width: 480px) {
	..slide-img img {
		/*
		width: auto;
		height: 90vh;
		*/
		height: 85vh;
		margin-left: 0;
		overflow: hidden;
		object-fit: cover;
		object-position: 15% 0;
	}
}

/*---------------------------------------------------------fix_right*/

a.top {
	width: 40px;
	height: 40px;
	/*	background-color: #1A2C6B;*/
	background-color: #1A2C6B;
	display: inline-block;
	margin-top: 30px;
	position: relative;
	padding: 5px 14px 0 0;
	right: 4px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.arrow-top {
	display: block;
	width: 12px;
	height: 12px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	vertical-align: middle;
}

.text_totop {
	font-size: 10px;
}

.fix_right {
	position: fixed;
	z-index: 100;
	/*
	top: 0px;
	top: -40px;
	*/
	/*    top: 160px;*/
	bottom: -240px;
	right: 5px;
	writing-mode: vertical-rl;
	/*	font-family: gill-sans-nova, sans-serif;*/
	/*    font-family: 'Kosugi Maru', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 3px;
	text-align: center;
	width: 30px;
	height: 750px;
}

.fix_name {
	margin-bottom: 10px;
	width: 30px;
	font-size: 10px;
	color: #2E2E2E;
}

.fix_right span {
	display: inline-block;
}

.reserv a {
	height: auto;
	padding: 10px 0;
	display: block;
	width: 30px;
	text-align: center;
	padding-right: 7px;
	font-size: 12px;
	border: 2px solid #1A2C6B;
	background-color: #fff;
}

.jp_reserv {
	display: inline-block;
	color: #2E2E2E;
}

.fix_right span.fix_tel {
	display: none;
}

.fix_line a,
.fix_insta a,
.fix_mail a {
	display: block;
	width: 25px;
	height: 30px;
	text-align: center;
}

.fix_line a {
	margin-top: 20px;
}

.fix_insta a {
	width: 20px;
	margin-top: 10px;
}

.fix_mail a {
	width: 19px;
	margin-top: 10px;
}

.far {
	margin-bottom: 5px;
}

.fix_right span.fix_text {
	display: none;
}

.btn_main .far {
	margin-bottom: 5px;
	font-size: 15px;
	margin-right: 5px;
}

@media only screen and (max-width: 480px) {
	.fix_right {
		position: fixed;
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
		z-index: 11;
		writing-mode: horizontal-tb;
		letter-spacing: 2px;
		text-align: center;
		height: 60px;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 3px;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		/*		background: #fbb03b;*/
		background: #1A2C6B;
	}

	.fix_right span.fix_name,
	.fix_right span.en_reserv {
		display: none;
	}

	.reserv {
		width: 70%;
		margin: 0 0.2% 0 1.2%;
		display: block;
		float: left;
	}

	.reserv a {
		width: 100%;
		padding: 20px 0 0 0;
		height: 50px;
		border: none;
		border-radius: 5px;
		background-color: #fff;
		color: #111;
	}

	.fix_right span.fix_tel {
		display: block;
	}

	.fix_line,
	.fix_insta,
	.fix_mail,
	.fix_tel {
		width: 13.5%;
		text-align: center;
		vertical-align: top;
		margin: 0 0.2%;
		display: block;
		float: left;
	}

	a.top {
		width: 13.5%;
		text-align: center;
		vertical-align: top;
		margin: 0 0.2%;
		display: inline-block;
		writing-mode: horizontal-tb;
		transform: rotate(0);
		position: relative;
		bottom: auto;
		right: auto;
		height: 50px;
		box-sizing: border-box;
		background-color: #fff;
		background-color: #1A2C6B;
		border-radius: 5px;
		padding: 0;
		display: block;
		float: left;
	}

	.arrow-top {
		display: block;
		margin: 20px auto 0;
		width: 12px;
		height: 12px;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		vertical-align: middle;
	}

	.fix_line a,
	.fix_insta a,
	.fix_mail a,
	.fix_tel a {
		height: 50px;
		background-color: #1A2C6B;
		width: 100%;
		display: block;
		color: #fff;
		margin-top: 0;
		border-radius: 5px;
		text-align: center;
	}

	.fix_line a img.spnomi,
	.fix_insta a img.spnomi,
	.fix_mail a img.spnomi {
		display: inline;
	}

	.fix_line a img {
		width: 22px;
		padding-top: 14px;
	}

	.fix_insta a img {
		width: 17px;
		padding-top: 15px;
	}

	.fix_mail a img {
		width: 17px;
		padding-top: 17px;
	}

	.fix_tel a i {
		font-size: 20px;
		padding-top: 15px;
	}

	.top a img {
		width: 17px;
		padding-top: 17px;
	}

	.fix_right span.fix_text {
		display: inline-block;
		vertical-align: top;
		margin-left: 10px;
		padding-top: 3px;
	}
}

/*---------------------------------------------------------nav*/

nav {
	display: inline-block;
}

.navigation {
	font-weight: 500;
	letter-spacing: 1px;
	/*border-bottom: 2px solid #1A2C6B;*/
	height: 76px;
	/*    background: #fff;*/
	/*    background: #F9C9DD;*/
	background: #1A2C6B;
	color: #fff;
	/*    margin-top: 20px;*/
	padding-top: 2px;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.navigation.fixed {
	margin-top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.menu_fix {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	width: 100%;
}

.nav-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	text-align: center;
	height: 70px;
}

.nav_li_menu,
.nav_template,
.li_logo {
	display: none;
}

#top_head {
	font-size: 10px;
	color: #664E1A;
	padding: 0px 0 0 0px;
	line-height: 1.5;
	float: left;
	position: absolute;
	left: 10px;
	top: 70px;
}

#top_head br {
	display: none;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 16px;
	/*    border-left: 1px solid #c7b299;*/
}

nav ul li::after {
	position: absolute;
}

nav ul li:first-child::after {
	display: none;
}

nav ul li:last-child {
	/*    border-right: 1px solid #c7b299;*/
}

nav ul li span {
	display: block;
	margin-top: 7px;
	/*	font-size: 12px;*/
	font-size: 10px;
	/*	font-family: 'Ubuntu', sans-serif;*/
	/*    font-family: 'Kosugi Maru', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

nav ul li a,
nav ul li a:visited {
	display: block;
	/*    padding: 11px 10px 0 13px;*/
	padding: 7px 11px;
	line-height: 1.2;
	height: 35px;
	text-decoration: none;
	margin: 10px 0;
	/*    border-left: 1px solid #c7b299;*/
	color: #fff !important;
}

.fixed nav ul li a {
	padding-right: 8px;
	padding-left: 10px;
}

nav ul li a:hover,
nav ul li a:visited:hover {}

.sns {
	width: 20px;
}

.sns-top {
	border-left: none;
}

.sns-top a {
	display: inline-block;
	border-left: none;
}

.sns-top img {
	/*    width: 32px;*/
	width: 50px;
	height: auto;
	display: inline-block;
	/*    padding: 0px 5px 0;*/
	vertical-align: middle;
	margin-top: -12px;
}

.sns img {
	width: 20px;
	height: auto;
}

nav ul li.nav_blog {
	position: relative;
	right: 0;
	top: -40px;
	width: 130px;
	height: 130px;
	border-left: none;
	vertical-align: top;
}

nav ul li.nav_blog>span.blog1 a {
	display: block;
	height: 120px;
	/*	background-color: #1A2C6B;*/
	background-color: #1A2C6B;
	color: #fff;
	font-size: 16px;
	padding: 30px 0 0 0;
	line-height: 1.8;
}

.fixed nav ul li.nav_blog {
	top: -30px;
	height: 80px;
}

.fixed nav ul li.nav_blog a {
	padding-top: 15px;
	height: 100px;
}

nav ul li.nav_blog a span {
	font-size: 16px;
	position: relative;
	padding-top: 3px;
}

.fixed nav ul li.nav_blog a span {
	padding-top: 1px;
}

nav ul li.nav_blog a span::before {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	margin-left: -34px;
	height: 1px;
	width: 68px;
	background-color: #fff;
}

/* -------------------------------------------Mobile navigation */

.nav-mobile {
	display: none;
	position: absolute;
	top: -5px;
	right: 0;
	height: 85px;
	width: 85px;
	z-index: 10;
	border-radius: 0;
	/*	background-color: #1A2C6B;*/
	background-color: #1A2C6B;
}

.fixed .nav-mobile {
	/*    height: 60px;*/
	height: 70px;
	/*    width: 60px;*/
	width: 70px;
	top: 12px;
}

@media only screen and (max-width: 1100px) {
	.navigation.fixed {
		height: 60px;
		padding-top: 0;
		background-color: #fff;
		transition: all 200ms ease-in-out;
	}

	.nav-mobile a:after {
		content: "MENU";
		position: absolute;
		bottom: -16px;
		/*        left: 3px;*/
		/*        left: 10px;*/
		left: 4px;
		/*		font-family: 'Ubuntu', sans-serif;*/
		/*        font-family: 'Kosugi Maru', sans-serif;*/
		font-family: 'Noto Sans JP', sans-serif;

		font-weight: bold;
		font-size: 11px;
		color: #fff;
		letter-spacing: 2px;
	}

	.fixed .nav-mobile a:after {
		bottom: -12px;
		left: 0px;
		font-size: 10px;
	}

	.nav-mobile.open a:after {
		content: "CLOSE";
		/*        left: 5px;*/
		left: -1px;
	}

	.navigation {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		/*        height: 60px;*/
		height: 70px;
		border-bottom: none;
		margin-top: 10px;
	}

	.nav_li_menu {
		display: block;
		/*		font-family: 'Ubuntu', sans-serif;*/
		/*        font-family: 'Kosugi Maru', sans-serif;*/
		font-family: 'Noto Sans JP', sans-serif;
		color: #fff;
		text-align: center;
		font-size: 24px;
		margin-bottom: 8px;
	}

	.nav-mobile {
		display: block;
	}

	nav {
		width: 100%;
		position: absolute;
		display: block;
		margin-top: -12px;
		z-index: 20;
	}

	.nav-list {
		background: #1A2C6B;
		z-index: 10;
		height: 102vh;
		padding-top: 30px;
		margin-top: 5%;
	}


	nav ul {
		display: none;
	}


	nav ul li {
		display: block;
		margin: 0 auto;
		border-right: 0;
		border: none;
		text-align: left;
		max-width: 250px;
		width: 100%;
	}

	nav ul li a,
	nav ul li a:link,
	nav ul li a:active,
	nav ul li a:visited {
		color: #fff;
	}

	nav ul li a {
		padding: 15px 0 0;
		line-height: 20px;
		font-size: 14px;
		color: #fff;
		height: 48px;
		position: relative;
		border-bottom: 1px solid #fff;
	}

	nav ul li>a::after {
		content: "＞";
		position: absolute;
		right: 3px;
		top: 14px;
		font-size: 12px;
	}

	nav ul li ul li a {
		padding-left: 30px;
	}

	nav ul li::after {
		display: none;
	}

	.nav-dropdown {
		position: static;
	}

	nav ul li:last-child {
		border-right: none;
	}

	nav ul li span {
		display: none;
	}

	nav ul li.nav_blog {
		right: auto;
		top: auto;
		width: 250px;
		height: auto;
		position: relative;
		overflow: hidden;
	}

	.fixed nav ul li.nav_blog {
		top: 0;
		height: 90px;
	}

	nav ul li.nav_blog>span.blog1 a {
		background-color: transparent;
	}

	nav ul li.nav_blog>span.blog1 {
		position: relative;
		width: 125px;
		height: 90px;
		vertical-align: top;
		text-align: center;
		float: left;
		display: block;
	}

	.fixed nav ul li.nav_blog a {
		padding-top: 0;
		height: 100px;
	}

	nav ul li.nav_blog>span.spnomi1100 {
		position: absolute;
		padding: 0;
		margin-top: 0;
	}

	nav ul li.nav_blog a>span.spnomi1100 {
		padding: 0;
	}

	nav ul li.nav_blog>span.spnomi1100 a {
		font-size: 32px;
	}

	nav ul li.nav_blog>span.nav_reserv {
		left: 140px;
		top: 10px;
	}

	nav ul li.nav_blog>span.nav_youtube {
		left: 190px;
		top: 10px;
	}

	nav ul li.nav_blog>span.nav_insta {
		left: 140px;
		/*		top: 60px;*/
		top: 32px;
	}

	nav ul li.nav_blog>span.nav_line {
		left: 195px;
		top: 60px;
	}

	nav ul li.nav_blog span {
		display: block;
	}

	nav ul li.nav_blog span.blog1 a {
		border-bottom: none;
		border-right: 1px solid #fff;
		padding-top: 10px;
		margin-top: 5px;
	}

	nav ul li.nav_blog>span.spnomi1100 a {
		border-bottom: none;
		padding-top: 0;
	}

	nav ul li.nav_blog span.blog1 a::after,
	nav ul li.nav_blog>span.spnomi1100 a::after {
		display: none;
	}

	nav ul li.nav_template {
		margin-top: 30px;
		display: flex;
		height: 50px;
		border-bottom: none;
		position: relative;
		justify-content: space-between;
	}

	nav ul li.nav_template>a::after {
		display: none;
	}

	nav ul li.nav_template a {
		border-bottom: none;
		font-size: 30px;
	}

	nav ul li.nav_template a img {
		width: 30px;
	}
}

@media screen and (min-width: 1101px) {
	.nav-list {
		display: block !important;
		height: 70px;
		/*        padding: 4px 7px 7px 7px;*/
		padding: 8px 7px 7px 7px;
	}


}

#nav-toggle {
	position: absolute;
	left: 20px;
	/*    top: 26px;*/
	top: 30px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}

.fixed #nav-toggle {
	top: 12px;
	/*    left: 13px;*/
	left: 19px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 45px;
	background: #fff;
	position: absolute;
	display: block;
	content: "";
	transition: all 200ms ease-in-out;
}

.fixed #nav-toggle span,
.fixed #nav-toggle span:before,
.fixed #nav-toggle span:after {
	height: 2px;
	width: 35px;
	background: #fff;
	position: absolute;
}

#nav-toggle span:before {
	top: -10px;
}

.fixed #nav-toggle span:before {
	top: -8px;
}

#nav-toggle span:after {
	bottom: -10px;
}

.fixed #nav-toggle span:after {
	bottom: -8px;
}

#nav-toggle.active span {
	background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
	top: 0;
}

#nav-toggle.active span:before {
	transform: rotate(45deg);
}

#nav-toggle.active span:after {
	transform: rotate(-45deg);
}

/* -------------------------------------------------------------/nav */

/*----------------------------------------------------Constitution*/

.pdt {
	padding-top: 15rem;
}

.pdt02 {
	padding-top: 7rem;
}

.cont_100 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cont_small_0_10 {
	width: 100%;
	padding: 0 10px;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.cont_small_70_10 {
	width: 100%;
	padding: 70px 10px;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.tal_c {
	text-align: center;
}

/* -------------------------------------------------------------head,text */

.head01 {
	font-size: 3.4rem;
	display: block;
	padding: 0 0 10px 0;
	position: relative;
	text-align: center;
	/*	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;*/
	font-weight: 800;
	letter-spacing: .2rem;
	line-height: 1.5;
	color: #1A2C6B;
}


.head01 span {
	display: block;
	font-size: 5rem;
	margin-bottom: 10px;
	/*	font-family: vatican, sans-serif;*/
	/*    font-family: 'Kosugi Maru', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-style: normal;
}

.head02 {
	font-size: 14px;
	letter-spacing: 2px;
	padding: 20px 0 40px;
	position: relative;
	font-weight: 600;
	text-indent: 10px;
	text-align: center;
	/*	font-family: 'Ubuntu', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
}


.head03 {
	font-size: 2.8rem;
	text-align: center;
	/*	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;*/
	/*    font-family: 'Kosugi Maru', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	margin: 30px 0;
}

.head03 a {
	display: block;
	margin-top: 20px;
	/*	font-family: 'Ubuntu', sans-serif;*/
	/*    font-family: 'Kosugi Maru', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.0rem;
}

.res {
	margin: 5rem 0 20px;
}

.mgtext {
	margin-bottom: 30px;
}

.mgthead {
	margin-top: 8rem;
}

.text01 {
	line-height: 1.8;
	text-align: center;
}

@media only screen and (max-width: 760px) {
	.pdt {
		padding-top: 7rem;
	}

	.sns-top {
		text-align: center;
	}

	.fixed nav ul li.nav_blog {
		display: none;
	}

	.sns-top img {
		width: 55px;
	}

	.sns-top a {
		border-bottom: unset;
	}
}

@media only screen and (max-width: 480px) {
	.text01 {
		text-align: left;
	}

	.text01 h4 {
		text-align: center;
		margin-bottom: 20px;
	}
}

/* -------------------------------------------------------------contents */

.for_line {
	width: 100%;
	height: 70px;
	box-sizing: content-box;
	display: none;
}

.lineanime {
	/*    width: 1px;*/
	width: 2px;
	height: 70px;
	margin: 0 auto;
	background-color: #1A2C6B;
	animation: line 3s linear 0s infinite;
}

.pd_for_line {
	padding: 40px 0;
}

@keyframes line {
	0% {
		height: 0;
	}

	50% {
		height: 70px;
	}

	100% {
		height: 0px;
	}
}

.box {
	width: 90%;
	margin: 0 auto;
	padding: 7rem 5% 10rem;
}

.box01 {
	position: absolute;
	left: 0;
	top: 0;
	border-left: 2px solid #1A2C6B;
	border-top: 2px solid #1A2C6B;
}

.box02 {
	position: absolute;
	right: 0;
	top: 0;
	border-right: 2px solid #1A2C6B;
	border-top: 2px solid #1A2C6B;
}

.box03 {
	position: absolute;
	right: 0;
	bottom: 0;
	border-right: 2px solid #1A2C6B;
	border-bottom: 2px solid #1A2C6B;
}

.box04 {
	position: absolute;
	left: 0;
	bottom: 0;
	border-left: 2px solid #1A2C6B;
	border-bottom: 2px solid #1A2C6B;
}

.boxeffect {
	opacity: 0;
	height: 500px;
	width: 500px;
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-o-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}

.boxeffect-on {
	opacity: 1;
	height: 100px;
	width: 100px;
	display: none;
}

.one_photo {
	margin: 5rem auto 0;
	width: 100%;
	text-align: center;
}

.one_photo img {
	width: 33%;
	display: inline-block;
}

a.btn01 {
	width: 80%;
	display: block;
	margin: 5rem auto 0;
	padding: 15px 0;
	color: #fff;
	background-color: #1A2C6B;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
}

a.btn01.color02 {
	background-color: #f15a24;
	margin: 3rem auto 0;
}

a.btn01:hover {
	transform: scale(1.05, 1.05);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.youtube {
	text-align: center;
	margin-bottom: 30px;
}

.youtube a {
	display: inline-block;
	width: 40%;
	margin: 0 1.5%;
}

.outer_reasens {
	margin: 5rem auto 0;
	width: 100%;
	text-align: center;
}

.box_reasens {
	width: 30%;
	border: 2px solid #1A2C6B;
	text-align: center;
	padding: 30px 10px 0 10px;
	height: 200px;
	display: inline-block;
	line-height: 1.8;
	font-size: 13px;
	vertical-align: top;
	margin: 0 1% 20px;
}

.box_reasens i {
	font-size: 28px;
	color: #c7b299;
}

.box_reasens h3 {
	font-size: 2rem;
	font-weight: 600;
	margin: 1rem 0 1rem;
	/*	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;*/
	/*    font-family: 'Kosugi Maru', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
}

.flow {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	line-height: 1.5;
}

.flow dt {
	width: 200px;
	position: relative;
	padding: 20px 0 20px 0;
	border-top: 1px solid #1A2C6B;
	border-left: 1px solid #1A2C6B;
	border-bottom: 1px solid #1A2C6B;
	font-weight: 600;
	color: #1A2C6B;
	text-align: center;
	align-items: center;
	margin-bottom: 70px;
}

.flow dt span {
	position: absolute;
	left: -1px;
	top: -40px;
	height: 40px;
	color: #fff;
	background-color: #1A2C6B;
	width: 200px;
	font-weight: 600;
	padding: 10px 0 0 0;
	letter-spacing: 1.5px;
	text-align: center;
}

.flow dd {
	width: calc(100% - 200px);
	padding: 20px;
	border-top: 1px solid #1A2C6B;
	border-right: 1px solid #1A2C6B;
	border-bottom: 1px solid #1A2C6B;
	position: relative;
	margin-bottom: 70px;
}

.flow dd::after {
	content: "";
	width: 1px;
	height: 30px;
	position: absolute;
	left: calc(50% - 100px);
	bottom: -50px;
	background-color: #1A2C6B;
}

.flow dd:last-child::after {
	display: none;
}

.flow dd:last-child,
.flow dt:last-child,
.flow dt.mgb20 {
	margin-bottom: 20px;
}

@media only screen and (max-width: 999px) {
	.box {
		width: 96%;

	}

	.nosppadding {
		padding-top: 0;
	}

	#news.pdt {
		padding-top: 0px;
	}

	.box {
		width: 90%;
		margin: 0 auto;
		padding: 0rem 5% 10rem;
	}

	.box_reasens {
		width: 47%;
	}
}

@media only screen and (max-width: 760px) {
	.box_reasens {
		width: 100%;
		margin: 0 0 20px;
		height: auto;
		padding: 20px 10px;
	}

	.flow dt span {
		width: calc(100% + 2px);
	}

	.flow dt {
		width: 100%;
		border-bottom: none;
		border-right: 1px solid #1A2C6B;
		padding: 20px 0 0 0;
		margin-bottom: 0;
	}

	.flow dt.mgb20 {
		margin-bottom: 0;
	}

	.flow dd {
		width: 100%;
		border-left: 1px solid #1A2C6B;
		border-top: none;
		margin-bottom: 100px;
	}

	.flow dd::after {
		left: 50%;
		height: 20px;
		bottom: -40px;
	}

	.youtube a {
		width: 100%;
		margin: 0 auto 10px;
	}

	.one_photo img {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {

	.boxeffect-on {
		opacity: 1;
		height: 50px;
		width: 50px;
	}
}

/* -------------------------------------------------------------lessons */

.head_lesson {
	font-size: 2.4rem;
	letter-spacing: .18rem;
	padding: 20px 0 20px;
	position: relative;
	font-weight: 500;
	text-indent: 10px;
	text-align: center;
	/*	background-color: #1A2C6B;*/
	/*    background-color: #1A2C6B;*/
	background-color: #1A2C6B;
	/*	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;*/
	/*    font-family: 'Kosugi Maru', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	clear: both;
}

/*.head_lesson::before {
content: '●';
position: absolute;
font-size: 20px;
top: 50%;
left: 2%;
margin-top: -10px;
color: #fff;
width: 15%;
height: 3px;
}

.head_lesson::after {
content: '●';
position: absolute;
font-size: 20px;
top: 50%;
right: 2%;
margin-top: -10px;
color: #fff;
width: 15%;
height: 3px;
}*/

.box_lesson {
	overflow: hidden;
	width: 100%;
	margin: 0 auto 4rem;
	color: #fff;
}

.bg_orange01 {
	background-color: #f15a24;
}

.bg_orange02 {
	background-color: #f7931e;
}

.bg_orange03 {
	background-color: #1A2C6B;
}

.box_left {
	width: calc(45% - 0px);
	float: left;
	overflow: hidden;
	position: relative;
	padding: 20px;
}

.box_right {
	width: calc(55% - 0px);
	float: right;
	overflow: hidden;
	position: relative;
	align-items: center;
}

.box_left_float_right {
	width: calc(45% - 0px);
	float: right;
	overflow: hidden;
	position: relative;
	padding: 20px;
}

.box_right_float_left {
	width: calc(55% - 0px);
	float: left;
	overflow: hidden;
	position: relative;
	align-items: center;
}

.box_lesson h5 {
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 5px;
	font-weight: 500;
}

.level {
	text-align: center;
}

.level li {
	display: inline-block;
	font-size: 12px;
}

.condi_box {
	margin-top: 15px;
	text-align: center;
}

.condi_box span {
	border: 1px solid #fff;
	padding: 3px 15px;
	margin: 0;
	display: inline-block;
	font-size: 13px;
}

.menu {
	text-align: center;
	margin: 25px 0;
	padding: 20px;
	position: relative;
}

.menu h5 {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 20px;
	margin-bottom: 10px;
}

.menu::before {
	position: absolute;
	width: 90%;
	height: 1px;
	content: "";
	background: #fff;
	top: 26px;
	left: 5%;
}

.menu li {
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	list-style: circle;
	list-style-position: outside;
	margin-left: 50px;
}

.menu P {
	line-height: 1.8;
}

.ph_lesson img {
	width: 50%;
	float: left;
	align-items: center;
}

.ph_lesson_omo img {
	width: 100%;
}

a.btn_lesson {
	width: 100%;
	display: block;
	margin: 2rem auto 0;
	padding: 10px 0;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
}

a.mgb10rem,
.mgb10rem {
	margin-bottom: 13rem;
}

a.mgb5rem {
	margin-bottom: 5rem;
}

@media only screen and (max-width: 999px) {

	.box_left,
	.box_left_float_right {
		width: 100%;
		float: none;
		padding: 20px;
	}

	.box_right,
	.box_right_float_left {
		width: 100%;
		float: none;
	}
}

/* -------------------------------------------------------------info */

.box_info {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.li_info li {
	width: 100%;
	border-bottom: 1px dotted #E6E6E6;
	position: relative;
	padding: 20px 20px 15px 10px;
	box-sizing: border-box;
	text-align: left;
}

.li_info li:last-child {
	border: none;
}

.li_info li:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 12px;
	margin-top: -8px;
	width: 40px;
	height: 3px;
	border-bottom: 1px solid #1A2C6B;
	border-right: 2px solid #1A2C6B;
	transform: skew(60deg);
	display: inline-block;
}

.date {
	font-size: 15px;
	margin-right: 10px;
	letter-spacing: 1.5px;
}


.info_title {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	display: block;
	margin-top: 15px;

}

.box_insta {
	width: 100%;
}

@media only screen and (max-width: 999px) {
	.date {
		left: 20px;
		top: 20px;
	}

	.info_title {
		padding: 10px 0 5px 0;
		margin-top: 0;
	}

}

@media only screen and (max-width: 760px) {
	.date {
		display: block;
		margin-bottom: 10px;
	}

}

/* -------------------------------------------------------------footer */

footer {
	/*    background: #F9C9DD;*/
	background: #E7E5E3;
	color: #1A2C6B;
	overflow: hidden;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 1.5;
}

.foot_sns {
	margin: 30px auto 50px;
	position: relative;
	display: flex;
	/*	justify-content: space-between;*/
	justify-content: space-evenly;
	width: 80%;
	padding: 0 10px;
}

.box_sns a {
	color: #fff;
}

.box_sns {
	width: 18%;
	height: 150px;
	/*	background-color: #e25429;*/
	background-color: #1A2C6B;
	border: 1px solid #fff;
	display: inline-block;
	padding-top: 10px;
	text-align: center;
	display: none;
}

.box_sns a h3,
.box_sns h3,
.box_sns {
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
}

.box_sns img {
	width: 40%;
	height: auto;
	display: block;
	margin: 20px auto 0;
}

.box_sns i {
	font-size: 30px;
	margin-top: 20px;
}

a.tocontact {
	font-size: 12px;
	padding: 15px 0;
	width: 80%;
	border: 1px solid #61959E;
	border-radius: 20px 0 20px 0;
	margin: 20px auto 0;
	display: block;
	color: #3B5D66;
}

.snstel p {
	font-size: 11px;
	padding-top: 5px;
}

.snscontact p {
	font-size: 11px;
	padding-top: 5px;
}

.sns_bottom {
	margin-top: -470px;
	padding-top: 150px;
	height: 230px;
	margin-bottom: 150px;
}

footer a {
	color: #fff;
}

.foot_left {
	padding-top: 30px;
}

.foot_left img {
	max-width: 220px;
	width: 50%;
	margin-bottom: 10px;
	display: block;
	margin: 0 auto;
}

.foot_right {
	font-size: 14px;
	text-align: center;
	padding-top: 40px;
}

.foot_nav a {
	font-size: 12px;
	/*    color: #000;*/
	color: #2E2E2E;
	position: relative;
	padding-left: 12px;
	letter-spacing: 1px;
}

.foot_nav a:hover {
	color: yellow;
}

.foot_nav li {
	display: inline-block;
	margin: 0 5px 5px;
	line-height: 1.8;
}

.copy {
	text-align: right;
	color: #1A2C6B;
	font-size: 16px;
}


/* Custom */
.sp-none {
	display: inline-block !important;
}

.sp-show {
	display: none !important;
}

.banner-img {
	margin-bottom: 30px;
}

.flex-wrap {
	display: flex;
}

.profile-img {
	flex-basis: 30%;
}

.profile-img img {
	width: 100%;
	border-radius: 25px;
}

.profile-txt {
	flex-basis: 70%;
	line-height: 1.8;
	font-size: 15px;
	text-align: left;
	margin-left: 2%;
}

.txt-title {
	background: #1A2C6B;
	border-radius: 35px;
	padding: 5px 40px;
	color: #fff;
	width: fit-content;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 15px;
}

.txt-title2 {
	width: 35%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
}

.txt-desc {
	text-align: center;
	margin-bottom: 30px;
	font-size: 15px;
}

.profile-wrap {
	/*    display: block;*/
	display: flex;
	margin-left: 10%;
}

.profile-wrap:first-child {
	/*    margin-top: 15%;*/
	margin-top: 0;
}

.profile-wrap .txt-title {
	display: inline-block;
	margin-right: 60px;
	flex-basis: 43%;
	height: fit-content;
}

.profile-wrap .txt-desc {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	flex-basis: 57%;
}

.flex-70 {
	flex-basis: 70%;
	margin-right: 2%;
}

.flex-30 {
	flex-basis: 30%;
}

.flex-30 img {
	width: 100%;
	border-radius: 25px;
}

.my-table {
	width: 100%;

}

.my-table tr td {
	padding: 15px;
	border: 1px solid #efefef;
	text-align: left;
}

.my-table tr td:first-child {
	background: #efefef;
	font-weight: 700;
	width: 20%;
	border-bottom: 1px solid #fff;
}

.my-table tr td:first-child:last-child {
	border-bottom: 1px solid #efefef;
}

.my-table2 tr td:first-child {
	width: 40%;
}

.count-flow {
	line-height: 1.8em;
	text-align: left;
	margin-top: 40px;
}

.faq-wrap {
	line-height: 1.8em;
	text-align: left;
	margin-top: 40px;
}

.qna-wrap {
	margin-bottom: 30px;
	border: 1px solid #dbdbdb;
}

.row-ques {
	display: flex;
	background: #efefef;
	padding: 10px;
	width: 100%;
	gap: 15px;
}

.row-ans {
	display: flex;
	padding: 10px;
	width: 100%;
	gap: 15px;
}

.ques-left {
	color: #1A2C6B;
	font-size: 20px;
	flex-basis: 3%;
}

.ans-left {
	color: #6d6b6b;
	font-size: 20px;
	vertical-align: top;
	flex-basis: 3%;
}

.ques-right {
	flex-basis: 97%;
}

.ans-right {
	flex-basis: 97%;
}

.ques-left,
.ques-right,
.ans-left,
.ans-right {
	display: inline-block;
}

span.wpcf7-list-item-label {
	position: relative;
	top: 18px;
	font-size: 12px;
}

#ple-loader-wraps2 {
	background: #1A2C6B !important;
}

.my-flex {
	display: flex;
	column-gap: 20px;
}

.poodle-wrap {
	/*    flex-basis: 30%;*/
	flex-basis: 50%;
}

.poodle {
	height: 300px;
	/*    width: auto;*/
	width: 100%;
	object-fit: cover;
	/*    border-radius: 25px;*/
	margin-bottom: 20px;
}

.txt-col-wrap {
	/*    flex-basis: 70%;*/
	flex-basis: 50%;
	color: #2E2E2E;
}

.count-flow .fa {
	color: #1A2C6B;
}

.banner-img img {
	/*    border-radius: 25px;*/
}

.tel-top {
	font-size: 20px;
}

.mgt-10 {
	margin-top: 10px;
}

/* Table Price */
table.tbl-price {
	border-collapse: collapse;
	margin: 20px auto 40px;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

table.tbl-price tr {
	background-color: #fff;
	border: 1px solid #1A2C6B;
	padding: .35em;
}

table.tbl-price th,
table.tbl-price td {
	padding: 1em 10px 1em 1em;
	border-right: 1px solid #1A2C6B;
}

table.tbl-price th {
	/*  font-size: .85em;*/
}

table.tbl-price thead tr {
	background-color: #1A2C6B;
}

table.tbl-price thead tr td,
table.tbl-price thead tr th {
	border-right: 1px solid #fff;
	color: #fff;
}

table.tbl-price th.add-width,
table.tbl-price td.add-width {
	width: 25%;
}

table.tbl-price thead tr th:last-child {
	border-right: 1px solid #1A2C6B;
}

.txt {
	text-align: left;
	/*   font-size: .85em;*/
}

.price {
	text-align: right;
}

.bg-tbl-green {
	background: #1A2C6B;
	color: #fff !important;
}

.border-right-white {
	border-right: 1px solid #fff !important;
}

.border-bottom-white {
	border-bottom: 1px solid #fff !important;
}

.border-top-white {
	border-top: 1px solid #fff !important;
}

.valign-middle {
	vertical-align: middle;
}

.slide-logo {
	display: block;
	position: absolute;
	right: 15px;
	bottom: 20px;
	z-index: 2;
	width: 15%;
}

.slide-logo img {
	width: 100%;
	height: auto;
}

.btn-contact {
	text-align: center;
	background: #E7E5E3;
	padding: 10px 30px;
	color: #041B6D !important;
	margin: 0 auto;
	display: block;
	width: 600px;
	font-size: 30px;
	margin-bottom: 15px;
}

/* .btn-contact i {
	transform: scaleX(-1);
} */

.contact-wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.contact-wrap i {
	flex-basis: 4%;
	text-align: left;
}

.contact-wrap .contact-txt1 {
	flex-basis: 34%;
	text-align: center;
}

.contact-wrap .contact-txt2 {
	flex-basis: 38%;
	text-align: right;
}



#n00 .box {
	padding-bottom: 10px;
}

.intro-wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: space-between;
}

.intro-item {
	flex-basis: 100%;
	max-width: calc(100%/ 3 - 20px);
	margin-bottom: 30px;
}

.intro-desc {
	text-align: center;
	color: #1A2C6B;
	font-weight: 700;
	padding-top: 10px;
	font-size: 18px;
}

.news-wrap {
	display: flex;
	flex-wrap: wrap;
	/*    height: 270px;*/
	overflow-y: scroll;
	justify-content: center;
	min-height: 130px;
	max-height: 270px;
	height: auto;
}

.news-item {
	flex-basis: 100%;
	max-width: 80%;
	padding: 10px 0;
	border-bottom: dotted 1px #999;
	position: relative;
	padding-left: 30px;
}

.news-item:first-child {
	border-top: dotted 1px #999;
}

.news-item::before {
	position: absolute;
	content: "●";
	top: 10px;
	left: 0;
	color: #1A2C6B;
}

.my-wrap {
	display: flex;
	flex-wrap: wrap;
	background: #E7E5E3;
	margin-top: 40px;
}

.wrap-item {
	flex-basis: 100%;
	max-width: 50%;
	margin: 50px auto;
	border-right: 2px solid #fff;

	display: flex;
	align-items: center;
	flex-direction: column;
}

.txt-profile {
	font-size: 22px;
	font-weight: 700;
	color: #1A2C6B;
	margin-bottom: 20px;
}

.txt-profile-sub {
	/*    color: #000;*/
	color: #2E2E2E;
	font-size: 16px;
	font-weight: 700;
}

.txt-center {
	text-align: center;
}

ul.wrap-ul {}

ul.wrap-ul li {
	text-align: left;
	line-height: 1.6em;
	list-style: disc !important;
	color: #2E2E2E;
}

.txt-underline {
	text-decoration: underline;
	text-decoration-color: #fff504;
	text-decoration-thickness: 3px;
}

.txt-head-emp {
	font-weight: 700;
	font-size: 18px;
}

.doc-wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: space-between;
}

.doc-item {
	flex-basis: 100%;
	max-width: calc(100%/ 3 - 20px);
	margin-bottom: 30px;
	border: 2px solid #E7E5E3;
}

.doc-title {
	background: #E7E5E3;
	text-align: center;
	color: #1A2C6B;
	font-weight: 700;
	font-size: 18px;
	padding: 15px 0;
}

.doc-body {
	background: #fff;
	padding: 10px;
}

.txt-style {
	line-height: 2.0em;
}

.txt-style2 {
	line-height: 2.0em;
}

/*=============================================
TABLE PRICE START
==============================================*/

.table-price table.my-price {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 99%;
	table-layout: fixed;
}

.table-price table.my-price tr {
	background-color: #fff;
	border-bottom: 2px solid #fff;
}

.table-price table.my-price tr:nth-child(even) {
	background-color: #f9f9f9;
	border-bottom: 1px solid rgb(221, 221, 221);
}

.table-price table.my-price tr:nth-child(odd) {
	border-bottom: 1px solid rgb(221, 221, 221);
}

.table-price table.my-price tr:last-child {
	border-bottom: none;
}

.no-border-bottom {
	border-bottom: none;
}


.table-price table.my-price th,
.table-price table.my-price td {
	/*    padding: .35em 1em;*/
	/*    padding: .45em 1em;*/
	padding: 10px 1em;

}

.bg-white {
	background-color: #fff;
}

.bg-table-grey {
	background-color: #f9f9f9;
}

.table-price table.my-price thead th {
	font-size: 16px;
	padding: 1em;
	text-align: center !important;
}

.table-price table.my-price thead tr {
	background-color: #d5eef6;
	/*    color: #000;*/
	color: #2E2E2E;
	font-weight: 700;
}

.table-price table.my-price tbody th {
	text-align: center !important;
	font-size: 16px;
}

.table-price table.my-price tbody tr td {
	text-align: center !important;
}

.my-price .txt {
	text-align: center;
	font-size: 16px;
}

.my-price .price {
	text-align: right;
	/*    color: #000;*/
	color: #2E2E2E;
	/*    font-weight: 700;*/
}

@media screen and (max-width: 600px) {
	/*
	.table-price table {
	border: 0;
	width: 100%
}

	.table-price table th {
	background-color: #d5eef6;
	display: block;
	border-right: none;
}

	.table-price table thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

	.table-price table tr {
	display: block;
	margin-bottom: .625em;
	border: 1px solid #d5eef6;
}

	.table-price table td {
	border-bottom: 1px dotted #bbb;
	display: block;
	font-size: .8em;
	text-align: right;
	position: relative;
	padding: 1.5em 1em 1.5em 4em;
	border-right: none;
}

	.table-price table td::before {
	content: attr(data-label);
	font-weight: bold;
	position: absolute;
	left: 10px;
	color: #2E2E2E;
}

	.table-price table td:last-child {
	border-bottom: 0;
}

	.table-price table tbody th {
	color: #2E2E2E;
	font-weight: 700;
	padding: 1em;
}

	.table-price table tr:nth-child(even) {
	background-color: #fff;
}
	*/
}

/*=============================================
END TABLE PRICE
==============================================*/

/*=============================================
TABLE TIME START
==============================================*/

.table-time table.my-time {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 85%;
	table-layout: fixed;
}

.table-time table.my-time tr {
	background-color: #fff;
	padding: .35em;
	border: 1px solid #000 !important;
}

.table-time table.my-time th {
	padding: 20px 10px;
	text-align: center;
	border-right: 1px solid #000 !important;
}

.table-time table.my-time th:first-child {
	width: 140px;
}

.table-time table.my-time td {
	padding: 20px 10px;
	border-right: 1px solid #000 !important;
	text-align: center;
	color: #1A2C6B !important;
	vertical-align: middle;
	border-bottom: 1px solid #000;
}

.table-time table.my-time th {
	font-size: 16px;
	font-weight: 700;
	color: #1A2C6B !important;
	border-bottom: 1px solid #000;
}

.table-time table.my-time thead tr {
	background-color: #E7E5E3 !important;
	color: #1A2C6B !important;
}

.my-time>:where(thead, tfoot)>*>th {
	background-color: #E7E5E3 !important;
}

.table-time table.my-time td:first-child {
	background-color: #E7E5E3 !important;
	font-weight: 700;
}

.table-time table.my-time tbody th {
	border-right: 1px solid #000 !important;
	width: 140px;
}

@media screen and (max-width: 600px) {
	.table-time {
		overflow-x: scroll;
	}

	.table-time table.my-time {
		min-width: 643px;
	}
}

/*=============================================
END TABLE TIME
==============================================*/

/*=============================================
TABLE INFO START
==============================================*/
.table-info table.my-info {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 60%;
	table-layout: fixed;
	border: 1px solid #E7E5E3;
}

.table-info table.my-info tr td:first-child {
	padding: 20px 20px;
	text-align: center;
	background-color: #E7E5E3;
	width: 30%;
	border-bottom: 1px solid #fff;
}

.table-info table.my-info tr:last-child td:first-child {
	border-bottom: 1px solid #E7E5E3;
}

.table-info table.my-info tr td:last-child {
	padding: 20px 20px;
	text-align: center;
	background-color: #fff;
	width: auto;
}

.table-info table.my-info tr td a {
	border-bottom: 1px solid #000;
	padding: 0 5px 4px;
}

.table-info table.my-info tr td a:hover {
	color: blue;
	border-bottom: 1px solid blue;
}

@media screen and (max-width: 1024px) {
	.table-info table.my-info tr td:first-child {
		width: 30%;
	}
}

@media screen and (max-width: 834px) {
	.table-info table.my-info tr td:first-child {
		width: 35%;
	}
}

@media screen and (max-width: 768px) {

	.table-info table.my-info {
		width: 65%;
	}

	.table-info table.my-info tr td:first-child {
		width: 35%;
	}
}

@media screen and (max-width: 767px) {
	.table-info table.my-info {
		width: 100%;
	}

	.table-info table.my-info tr td:first-child {
		display: block;
		width: 88%;
	}

	.table-info table.my-info tr td:last-child {
		display: block;
		width: 88%;
	}
}

/*=============================================
END TABLE INFO
==============================================*/

@media screen and (min-width: 1101px) {
	#logo {
		/*        width: 350px!important;*/
		padding-left: 15px;
		width: 255px !important;
	}

	.logo-item2 {
		flex-basis: 85% !important;
	}
}

@media screen and (max-width: 1024px) {

	table.tbl-price th.add-width,
	table.tbl-price td.add-width {
		width: 30%;
	}

	.nav-list {
		margin-top: 7.7%;
	}
}

@media screen and (max-width: 768px) {

	table.tbl-price th.add-width,
	table.tbl-price td.add-width {
		width: 27%;
	}

	.nav-list {
		margin-top: 10.3%;
	}
}

@media screen and (max-width: 767px) {
	.slide-logo {
		display: block;
		position: absolute;
		right: 15px;
		bottom: 20px;
		z-index: 2;
		width: 40%;
	}

	.slide-logo img {
		width: 100%;
		height: auto;
	}

	.slide-img img {
		/*
		width: auto;
		height: 90vh;
		*/
		/*        height: 85vh;*/
		/*        height: 50vh;*/
		/*        height: 32vh;*/
		/*        height: 42vh!important;*/
		/*        height: 45vh!important;*/
		height: 35vh !important;
		margin-left: 0;
		overflow: hidden;
		/*        object-fit: cover;*/
		object-fit: contain;
		/*        object-position: 15% 0;*/
		object-position: center;
	}

	.slide-img.sp-center img {
		object-position: center;
	}

	nav ul li a,
	nav ul li a:visited {
		border-left: unset;
		text-align: center;
	}

	table.tbl-price {
		border: 0;
		width: 100%
	}

	table.tbl-price th {
		background-color: #1A2C6B;
		display: block;
		border-right: none;
		color: #fff;
		text-align: right;
	}

	table.tbl-price th.service-type {
		text-align: right;
	}

	table.tbl-price th.service-type2 {
		text-align: left;
		padding-left: 0.6em;
	}

	table.tbl-price th::before {
		content: attr(data-label);
		font-weight: bold;
		position: absolute;
		left: 33px;
	}

	table.tbl-price thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table.tbl-price tr {
		display: block;
		margin-bottom: .625em;
	}

	table.tbl-price td {
		border-bottom: 1px solid #bbb;
		display: block;
		/*    font-size: .8em;*/
		text-align: right;
		position: relative;
		padding: .625em .625em .625em 4em;
		border-right: none;
	}

	table.tbl-price td::before {
		content: attr(data-label);
		font-weight: bold;
		position: absolute;
		left: 10px;
	}



	table.tbl-price td:last-child {
		border-bottom: 0;
	}

	table.tbl-price td.target-person {}

	table.tbl-price th.add-width,
	table.tbl-price td.add-width {
		width: 100%;
	}

	.bg-green-sp {
		background: #1A2C6B;
		color: #fff;
	}

	.border-bottom-white-sp {
		border-bottom: 1px solid #fff !important;
	}

	.bg-tbl-green-sp {
		background: rgba(63, 192, 105, 0.7);
		color: #1A2C6B !important;
	}

}

/* Table Info */
table.tbl-info {
	border-collapse: collapse;
	margin: 20px auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

table.tbl-info tr {
	background-color: #fff;
	border: 1px solid #1A2C6B;
	padding: .35em;
}

table.tbl-info th,
table.tbl-info td {
	padding: 1em 10px 1em 1em;
	border-right: 1px solid #1A2C6B;
	/*    font-size: .85em;*/
}

table.tbl-info td:first-child {
	/*    background: #1A2C6B;*/
	font-weight: bold;
	/*    border-bottom: 1px solid #fff;*/
	border-bottom: 1px solid #1A2C6B;
	/*    color: #000;*/
	color: #2E2E2E;
}

table.tbl-info tr:last-child td {
	border-bottom: 1px solid #1A2C6B;
}

.add-space {
	margin-right: 5px;
}

.txt-bold {
	font-weight: bold;
}

@media screen and (max-width: 767px) {

	table.tbl-info th,
	table.tbl-info td {
		display: block;
		border-bottom: 1px solid #1A2C6B;
		/*        font-size: .8em;*/
	}



}

@media only screen and (max-width: 999px) {
	footer {
		text-align: center;
		margin-bottom: 50px;
	}

	.outer_sns {
		display: none;
	}

	.foot_sns {
		display: none;
	}

	.foot_right {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.copy {
		text-align: center;
		padding: 0 10px;
		font-size: 14px;
		margin-top: 30px;
	}

	.common_contact {
		padding: 0 0 0 0;
	}
}

/* --------------------------------------------------contactform*/

.contact_box {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	font-size: 11px;
	text-align: left;
	padding: 0 10% 5%;
	;
}

label {
	margin-bottom: 5px;
	margin-top: 20px;
	display: block;
}

placeholder {
	color: #ccc;
}

input,
textarea,
select {
	display: block;
	margin: 10px 0 0;
	padding: 20px 20px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #1A2C6B;
	outline: none;
	font-size: 16px;
	line-height: 1;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	border-radius: 25px;
}

select {
	padding-right: 46px;
	background-image: url(images/ico_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 46px auto;
	background-size: 46px auto;
	position: relative;
}

.contact_box input[type="date"] {
	width: 100%;
	display: inline-block;
}

.f_date {
	float: left;
	display: block;
	width: 45%;
	margin: 0 3% 0 0;
	height: 120px;
}

.f_time {
	float: left;
	display: block;
	width: 47%;
	margin: 0 0 0 3%;
	height: 120px;
}

.f_date input,
.f_time input {
	height: 46px;
}

.f_float {
	clear: both;
	float: none;
	display: block;
}

.n_p {
	display: inline-block;
	margin-left: 5px;
	vertical-align: text-bottom;
}

.required {
	background-color: #1A2C6B;
	color: #fff;
	padding: 2px 8px 4px;
	margin-right: 10px;
	line-height: 13px;
	font-size: 9px;
	letter-spacing: 1px;
}

.norequired {
	/*	background-color: #E0AD70;*/
	background: #aaa;
	color: #fff;
	padding: 2px 8px 4px;
	margin-right: 10px;
	line-height: 13px;
	font-size: 9px;
	letter-spacing: 1px;
}

textarea {
	width: 100%;
}

.contact_box input[type="submit"] {
	color: #fff;
	background-color: #1A2C6B;
	display: block;
	padding: 20px 0;
	width: 100%;
	margin: 5rem auto 0;
	font-size: 14px;
	letter-spacing: 2px;
	transition: 1s;
	font-weight: bold;
	clear: both;
	border-radius: 0;
}

.contact_box input[type="submit"]:hover {
	opacity: .7;
}

.contact_box input[type="submit"]:active {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	/*沈むように*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.thanks_outer {
	font-size: 13px;
	color: #222;
	text-align: center;
	line-height: 2.0;
	margin: 0 0 50px;
}

/* エラーメッセージの上部を消去 */

div.screen-reader-response {
	display: none;
}

/* 送信NG時の枠の色  */

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 1px solid #F78181;
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 5px;
	width: 400px;
}

input[type="checkbox"] {
	width: 30px;
	height: 30px;
	appearance: checkbox;
	display: inline-block;
	margin-right: 10px;
	float: left;
}

.checkbox p {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	margin-top: 15px;
	line-height: 1.5;
	float: left;
}

.checkbox {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

.check {
	text-align: center;
}

.check li {
	display: inline-block;
	margin: 30px;
}

.check li a {
	font-size: 14px;
	text-decoration: underline;
	color: dodgerblue;
	display: inline-block;
}

/* Custom */
.txt-sm {
	/*    font-size: 10px;*/
	font-size: 12px;
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
	padding-top: 8px;
}

.txt-lg {
	font-size: 18px;
	font-weight: 700;
}

.txt-sm-ft {
	/*    font-size: 10px;*/
	font-size: 12px;
	display: block;
	font-weight: 700;
	text-align: center;
	/*    color: #000;*/
	color: #2E2E2E;
}

.txt-lg-ft {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	/*    color: #000;*/
	/*    color: #2E2E2E;*/
	display: block;
	margin-top: 15px;
	color: #1A2C6B;
}

.txt-ft-info {
	text-align: center;
	/*    color: #000;*/
	color: #2E2E2E;
	font-size: 13px;
	margin-top: 10px;
}

.ft-info {
	color: #1A2C6B;
	font-size: 20px;
}

.ft-info a {
	color: #1A2C6B;
}

.ft-info span {
	margin-bottom: 10px;
	display: block;
}

.ft-info i {
	/* transform: scaleX(-1); */
	margin-right: 15px;
}

.txt-ft-info a {
	/*    color: #000;*/
	color: #2E2E2E;
	text-decoration: none;
}

.tbl-ft-info {
	font-size: 20px;
	width: 24%;
	margin-left: auto;
	margin-right: auto;
}

.tbl-ft-info tr td:first-child {
	text-align: left;
}

.tbl-ft-info tr td:nth-child(2) {
	text-align: center;
	padding-left: 8px;
}

.tbl-ft-info tr td:last-child {
	text-align: right;
}

/* .tbl-ft-info i {
	transform: scaleX(-1);
} */

.tbl-ft-info a {
	color: #1A2C6B;
	text-decoration: none;
}

.mgt-80 {
	margin-top: 80px;
}

.mgt-60 {
	margin-top: 60px;
}

.mgt-40 {
	margin-top: 40px;
}

.mgt-20 {
	margin-top: 20px;
}

.mgt-5 {
	margin-top: 5px;
}

.logo-wrap-flex {
	display: flex;
	flex-wrap: nowrap;
	padding-top: 10px;
}

.logo-item1 {
	flex-basis: 40%;
	align-self: center;
}

.logo-item2 {
	flex-basis: 60%;
	text-align: left;
}

.txt-left {
	text-align: left;
}


/* Table */
.kaisha {
	margin-top: 5px;
	vertical-align: middle;
	text-align: center;
	color: dimgray;
}

.kaisha th {
	border: 1px solid #ccc;
	padding: 10px;
	font-weight: bold;
	background-color: #1A2C6B;
	color: #fff;
	vertical-align: middle;
}

.kaisha td:first-child {
	background-color: #1A2C6B;
}

.kaisha td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	background-color: #fff;
}

.company-table_header {
	word-break: keep-all;
	background-color: #47C914;
	color: #fff;
}

.company-table_body {
	background-color: #fff;
}

.contents {
	line-height: 1.8;
	width: 70%;
	margin: auto;
}

.contents2 {
	line-height: 1.8;
	width: 100%;
}

.table-title {
	display: inline-block;
}

ul.my-ul {
	display: inline-block;
	/*    margin-left: 30px;*/
	margin-left: 18px;
}

ul.my-ul li {
	list-style: disc;
	text-align: left;
	line-height: 2.0em;
	color: #2E2E2E;
}

.my-table-row {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 30px;
	justify-content: space-between;
	margin-bottom: 20px;
}

.table-item {
	flex-basis: 33.3%;
}

.sp-only {
	display: none;
}

.tal-l {
	text-align: left;
}

.hdr-menu-pc {
	display: block;
}

.hdr-menu-sp {
	display: none;
}

.sns-sp-hdr {
	display: none;
}

.sns-sp-hdr {
	display: none;
	position: absolute;
	right: 92px;
	top: 25px;
	transition: 0.5s ease;
	z-index: -1;
}

.sns-sp-hdr a img {
	width: 100%;
}

.sns-sp-hdr a {
	width: 30px;
	display: inline-block;
	margin: 0 0 0 5px;
}

.navigation.fixed .sns-sp-hdr {
	right: 70px;
}

.mgt-30 {
	margin-top: 30px;
}

.show-380 {
	display: none;
}

.txt-indent {
	text-indent: 20px;
}

.txt-emp {
	font-weight: 700;
	font-size: 18px;
}

#news.pdt {
	padding-top: 30px;
}

@media only screen and (min-width: 1920px) {
	.slide-img img {
		height: 100vh;
		margin-left: 0;
		overflow: hidden;
		/*        object-fit: contain;*/
		object-fit: cover;
		object-position: center;
	}
}

@media only screen and (min-width: 1025px) {
	#logo img {
		/*        width: 70px;*/
		/*        width: 76px;*/
		width: 73px;
		position: relative;
		/*        top: -12px;*/
		top: -16px;
	}

	.nav-list {
		/*        height: 100px;*/
		height: 105px;
	}

	.slide-img img {
		height: 100vh;
		width: 100%;
		object-fit: contain;
		object-position: center;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
	.sns-sp-hdr {
		/*
		display: block;
		top:30px;
		*/
	}

	.sns-top.pc-only {
		/*        display: none;*/
	}

	.logo-wrap-flex {
		padding-top: 0;
	}

	.navigation {
		margin-top: 0;
	}

	.navigation.fixed {
		height: 70px;
	}

	#logo img {
		width: 64px;
		top: -9px;
	}

	.nav-list {
		margin-top: 7.3%;
		height: 102vh !important;
	}

	.slide-img img {
		height: 70vh;
	}

	.slide-txt {
		bottom: 10%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1150px) {
	.wrap-item:last-child ul.wrap-ul {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 1078px) {
	.table-price {
		overflow-x: scroll;
	}

	.table-price table {
		min-width: 1200px;
	}
}

@media only screen and (max-width: 1024px) {

	/* Custom */
	.profile-wrap {
		margin-left: 8%;
	}

	.profile-wrap .txt-title {
		margin-right: 30px;
	}

	.box_sns {
		display: inline-block;
	}

	.slide-txt {
		font-size: 38px;
	}

	.slide-img2 img {
		height: 148px;
		width: auto;
	}

	.logo-wrap-flex {
		padding-top: 0;
	}

	#logo img {
		width: 50%;
	}

	.sns-sp-hdr {
		/*
		display: block;
		top:30px;
		*/
	}

	.sns-top.pc-only {
		/*        display: none;*/
	}

	.navigation {
		margin-top: 0;
	}

	.navigation.fixed {
		height: 70px;
	}

	.wrap-item:last-child ul.wrap-ul {
		padding: 0 60px;
	}

	.tbl-ft-info {
		width: 28%;
	}
}

@media only screen and (max-width: 999px) {
	.contact_box {
		padding: 0 0 5%;
	}

	.contact_box input[type="submit"],
	input.form_submit02 {
		padding: 20px 0;
		width: 80%;
	}
}

@media only screen and (max-width: 834px) {

	/* Custom   */
	.profile-wrap {
		display: block;
		margin-left: 0;
	}

	.profile-wrap:first-child {
		margin-top: 0;
	}

	.profile-wrap .txt-title {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.profile-wrap .txt-desc {
		display: block;
		text-align: center;
		vertical-align: middle;
	}

	.slide-txt {
		font-size: 30px;
	}

	.slide-img2 img {
		height: 120px;
		width: auto;
	}

	.wrap-item {
		padding: 0 30px;
	}

	.poodle {
		width: 100%;
		object-fit: cover;
	}

	.doc-wrap {
		column-gap: 10px;
	}

	.doc-item {
		max-width: calc(100%/ 3 - 10px);
	}

	.doc-title {
		padding: 15px 1px;
	}

	#logo img {
		width: 60%;
	}

	.slide-img img {
		height: 53vh;
		object-fit: contain;
	}

	.slide-txt {
		bottom: 6%;
	}

	.wrap-item:last-child ul.wrap-ul {
		padding: 0 20px;
	}

	.table-price {
		overflow-x: scroll;
	}

	.table-price table {
		min-width: 900px;
	}

	.tbl-ft-info {
		width: 35%;
	}

	.nav-list {
		margin-top: 9.5%;
	}
}

@media only screen and (max-width:768px) {

	/* Custom   */
	.text01 {
		text-align: left;
	}

	.txt-title2 {
		width: 45%;
	}

	.slide-txt {
		font-size: 28px;
	}

	.slide-img2 img {
		height: 110px;
		width: auto;
	}

	#logo img {
		width: 70%;
	}

	.doc-title {
		font-size: 16px;
		padding: 15px 2px;
	}

	.table-time table {
		width: 90%;
	}

	.table-price {
		overflow-x: scroll;
	}

	.table-price table {
		min-width: 900px;
	}

	.scroll-hint-icon {
		width: 150px !important;
	}

	.tbl-ft-info {
		width: 38%;
	}
}

.pc-only {
	display: inline-block;
}

.sp-only {
	display: none;
}


/*=== Custom ===*/
.my-gap {
	padding-top: 35px !important;
}

.no-gap {
	padding-top: 0 !important;
}

.lh {
	line-height: 1.8;
}

.mgt-20 {
	margin-top: 20px;
}


@media only screen and (max-width:767px) {

	.my-text {
		padding-top: 20px !important;
	}

	.my-gap {
		padding-top: 10px !important;
	}

	.my-text {
		padding-top: 0 !important;
		margin-top: -10px;
	}

	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}

	.sns-sp-hdr {
		/*
		display: block;
		top: 30px;
		*/
	}

	.hdr-menu-sp {
		display: block;
	}

	.hdr-menu-pc {
		display: none !important;
	}

	.sp-only {
		display: block;
	}

	/* Custom   */
	.flex-wrap {
		flex-wrap: wrap;
	}

	.profile-wrap:first-child {
		margin-top: 15%;
	}

	.profile-img {
		flex-basis: 100%;
		margin-bottom: 20px;
	}

	.profile-txt {
		flex-basis: 100%;
		margin-left: 0;
	}

	.txt-title2 {
		width: 60%;
	}

	.flex-70 {
		margin-right: 0;
		flex-basis: 100%;
	}

	.flex-30 {
		flex-basis: 100%;
	}

	.sp-none {
		display: none !important;
	}

	.my-table2 tr td:first-child {
		width: 60%;
	}

	.my-table2 {
		margin-bottom: 20px;
	}

	span.wpcf7-list-item-label {
		font-size: 11px;
	}

	#logo {
		padding-top: 5px;
	}

	.nav-mobile a:after {
		/*        left: 9px;*/
		left: 3px;
	}

	.fixed .nav-mobile a:after {
		/*        left: 5px;*/
		left: 1px;
	}

	.nav-mobile.open a:after {
		/*        left: 2px;*/
		left: -1px;
	}

	.sp-show {
		display: inline-block !important;
	}

	/*  nav ul li:nth-child(5) a {
	height: 65px;
}*/

	/* nav ul li:nth-child(5) > a::after {
	top: 24px;
}*/

	.poodle {
		width: 100%;
		height: auto;
	}

	.slide-txt {
		font-size: 14px;
		bottom: 17%;
		left: 74%;
		text-align: left;
		text-shadow: 2px 2px 2px #000;
	}

	.slide-img2 img {
		height: 54px;
		width: auto;
	}

	.my-flex {
		flex-wrap: wrap;
	}

	.poodle-wrap {
		flex-basis: 100%;
	}

	.txt-col-wrap {
		flex-basis: 100%;
	}

	.contents {
		width: 100%;
	}

	.my-table-row {
		flex-wrap: wrap;
	}

	.table-item {
		flex-basis: 100%;
		margin-bottom: 20px;
	}

	.logo-wrap-flex {
		padding-left: 70px;
	}

	.logo-item1 {
		flex-basis: 10%;
	}

	.txt-lg {
		font-size: 15px;
	}

	#logo img {
		/*        width: 128px!important;*/
		/*        width: 50px!important;*/
		/*        width: 54px!important;*/
		width: 60px !important;
	}

	.sns-top>a::after {
		content: "";
	}

	#logo {
		padding-left: 5px;
	}

	.intro-item {
		max-width: 100%;
	}

	.my-wrap {
		margin-top: 0;
	}

	.wrap-item {
		max-width: 100%;
		border-right: none;
		display: block;
	}

	.wrap-item:last-child {
		margin-top: 0;
	}

	.doc-item {
		max-width: 100%;
	}

	.wrap-item ul.my-ul {
		display: block;

	}

	ul.my-ul {
		margin-left: 15px;
		display: block;
	}

	.doc-body .my-ul {
		margin-left: 20px;
	}

	.table-time table {
		width: 100%;
	}

	.table-time table th:first-child {
		width: 90px;
	}

	.table-time table tbody th {
		width: 90px;
	}

	.copy {
		margin-top: 20px;
	}

	.btn-contact {
		width: 310px;
		font-size: 18px;
	}

	.txt-lg-ft {
		font-size: 25px;
		text-align: left;
		padding-left: 20px;

	}

	.txt-lg-ft {
		text-align: le;
	}

	.txt-lg-ft span {
		font-size: 20px;


	}

	.ft-info {
		font-size: 16px;
	}

	.btn-contact {
		padding: 10px 25px;
	}

	.contact-wrap .contact-txt1 {
		flex-basis: 37%;
	}

	.contact-wrap .contact-txt2 {
		flex-basis: 50%;
	}

	.contact-wrap i {
		margin-right: 10px;
	}

	.txt-profile-sp {
		color: #2E2E2E;
		font-weight: 400;
	}

	.txt-center-sp {
		text-align: center;
	}

	ul.wrap-ul {
		padding-left: 25px;
	}

	.txt-underline {
		text-decoration: underline;
		text-decoration-color: #fff504;
		text-decoration-thickness: 3px;
	}

	.table-price table.my-price {
		min-width: 700px;
	}

	.table-price table.my-price tbody tr td {
		white-space: nowrap;
	}

	.news-item {
		max-width: 100%;
		line-height: 1.3em;
		padding-left: 25px;
		padding-right: 10px;
	}


	/* !important is needed sometimes */
	::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 12px !important;
	}

	/* Track */
	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
		-webkit-border-radius: 10px !important;
		border-radius: 10px !important;
	}

	/* Handle */
	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px !important;
		border-radius: 10px !important;
		background: #7b7b7b !important;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;

	}

	::-webkit-scrollbar-thumb:window-inactive {
		background: #a8a8a8 !important;
	}

	/* For Firefox */
	/* You may need to customize these styles further for Firefox */
	@-moz-document url-prefix() {
		/* Adjust the styles to your preference */
		scrollbar-width: thin;
		scrollbar-color: #333333 #a8a8a8;
	}

	.news-wrap {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-color: #333333 #a8a8a8;
	}

	.tbl-ft-info {
		width: 64%;
		font-size: 16px;
	}

}

@media only screen and (max-width: 480px) {
	.checkbox p {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 380px) {
	.show-380 {
		display: inline-block;
	}
}

@media only screen and (max-width: 320px) {
	#logo img {
		width: 124px !important;
	}

	.txt-lg {
		font-size: 12px;
	}
}

@media screen and (min-width: 680px) {
	.br-pc {
		display: inline;
	}

	.br-sp {
		display: none;
	}
}

@media screen and (max-width: 680px) {
	.br-pc {
		display: none;
	}

	.br-sp {
		display: inline;
	}
}

.kaisha.contents2 {
	height: calc(100% - 34px);
}

.kaisha.contents2 tr:nth-child(3) {
	height: 100%;
}

ul.company-list {
	list-style: disc;
	padding-left: 12px;
}

.f-20 {
	font-size: 20px;
}

.table-caption {
	margin: 0 auto;
	width: 85%;
}

.txt-header-sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.table-caption {
		width: 100%;
	}

	.slide-txt {
		display: none;
	}

	.txt-header-sp {
		display: inline-block;
		font-size: 13px;
		text-align: left;
		margin-top: 16px;
		margin-left: -10px;
		line-height: 1.2em;
	}

	.txt-header-sp span {

		display: inline-block;
		margin-top: 7px;
	}



	.navigation.fixed {
		color: #000;
	}

	.nav-list {
		margin-top: 3.5%;
	}

}


@media only screen and (min-width: 480px) and (max-width: 600px) {
	.nav-list {
		margin-top: 2.6%;
	}
}

.nav-btn-contact__cont {
	display: none;
}

#footermenu .btn-contact {
	display: none;
}

.nav-btn-contact__cont {
	display: none;
}

.btn-contact__cont {
	display: none;
}

.sp-only {
	display: none;
}

.pc-only {
	display: block;
}

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

	.pc-only {
		display: none;
	}

	.btn-contact__cont {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}

	.btn-contact__cont .btn-contact {
		width: calc(50% - 5px);
		padding: 10px;
		margin: 0 0 15px;
	}

	.btn-contact__cont .btn-contact .contact-wrap {
		flex-wrap: wrap;
	}

	.btn-contact__cont .btn-contact .contact-wrap i {
		margin: 0 5px 0 0;
		flex: unset;
	}

	.btn-contact__cont .btn-contact .contact-wrap .contact-txt1 {
		width: calc(100% - 30px);
		flex: unset;
	}

	.btn-contact__cont .btn-contact .contact-wrap .contact-txt2 {
		width: 100%;
		flex: unset;
		text-align: center;
		margin: 10px 0 0;
	}

	nav {
		overflow: auto;
		max-height: 102vh;
		min-height: 100px;
	}

	.nav-list {
		padding: 30px 0 1px;
		max-height: unset;
		height: auto;
	}

	.nav-btn-contact__cont {
		display: block;
		width: 100%;
		max-width: unset;
		padding: 0;
		background: #1a2c6b;
		max-height: 0;
		overflow: hidden;
	}

	.nav-btn-contact__cont .btn-contact {
		padding: 10px;
		width: 100%;
		max-width: 250px;
		margin: 20px auto;
	}

	.nav-btn-contact__cont .btn-contact .contact-wrap {
		flex-wrap: wrap;
	}

	.nav-btn-contact__cont .btn-contact .contact-wrap i {
		flex: unset;
	}

	.nav-btn-contact__cont .btn-contact .contact-wrap .contact-txt1 {
		flex: unset;
	}

	.nav-btn-contact__cont .btn-contact .contact-wrap .contact-txt2 {
		flex: unset;
		margin: 10px 0 0;
	}

	.nav-btn-contact__cont.open {
		max-height: 50vh;
	}

	/* 		.table-price table.my-price tr td:first-child,
	.table-price table.my-price tr th:first-child {
	position: absolute;
	top: auto;
	left: 0;
	width: 160px;
	height: 140px;
	padding: 10px 0 0;
}
	.table-price table.my-price tr th:first-child {
	height: auto;
	min-height: 50px;
}

	.table-price table.my-price tr:last-child td:first-child {
	height: 38px;
}

	.table-price {
	position: unset !important;
}

	.table-price table.my-price {
	min-width: 500px !important;
}

	.table-price table.my-price {
	width: auto;
	margin-left: 120px !important;
} */
	#footermenu {
		display: flex;
		justify-content: space-between;
		padding: 5px;
	}

	#footermenu #page-top {
		float: unset;
		top: unset;
		left: unset;
		right: unset;
		bottom: unset;
		margin: 0;
	}

	#footermenu .btn-contact {
		display: block;
		width: calc((86.5% / 2) - 5px);
		margin: 0;
		background: unset;
		border: 1px solid #FFFFFF;
		border-radius: 5px;
		padding: 0;
		overflow: hidden;
	}

	#footermenu .btn-contact * {
		color: #FFFFFF;
		flex: unset;
	}

	#footermenu .btn-contact i {
		padding: 15px 10px;
		height: 100%;
		display: block;
		background: #FFFFFF;
		color: #1a2c6b;
	}

	#footermenu .btn-contact .contact-wrap {
		height: 100%;
		align-items: center;
		display: flex;
		width: 100%;
		justify-content: flex-start;
	}
}

.pc-only {
	display: inline-block;
}

#logo {
	width: auto !important;
}

.news-wrap {
	overflow-y: unset;
}

@media screen and (max-width: 767px) {
	#n00.sp-only {
		display: none;
	}

	#news.pdt {
		padding-top: unset;
	}

	.news-wrap {
		max-height: unset;
	}

	.pc-only {
		display: none;
	}

	.foot_left a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.wp-image-906 {
	height: auto;
	width: 30%;
	margin: 2em 0;
}

body {
	overflow-x: hidden;
}