@charset "UTF-8"; /*
Theme Name:
Theme URI:
Author:
Author URI:
Description:
*/
/* reset -------------------------------------------------------------- */
html {
	font-size: 62.5%;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

:focus {
	outline: 0
}

@font-face {
	font-family: 'LINESeedJP-bold';
	src:url('fonts/LINESeedJP_OTF_Bd.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LINESeedJP';
	src:url('fonts/LINESeedJP_OTF_Rg.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NotoSansJP';
	src:url('fonts/NotoSansJP-Regular.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-size: 16px;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'LINESeedJP';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
}
h1, h2, h3, h4, h5{
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
	font-weight: unset;
}

:focus {
	outline: 0
}

.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	transition: all 0.3s ease;
	z-index: 999;
	box-shadow: 0 1px 13px #bdbdbd;
	height: 75px;
}
.header a{}
.header a.logo{
	margin-left: 20px;
	width: 50%;
}
.header a.logo img{
	width: 250px;
	transition: 0.3s ease;
}
.header p{
	color: #005DAB;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
}
.header a.line-btn{
	background: #00CC4A;
	height: 100%;
	width: 75px;
	padding: 10px;
	transition: 0.3s ease;
}
.header a.line-btn:hover{
	padding: 7px;
}
.menu-right{
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	height: 100%;
}
.menu-right .btn-tel{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-size: 12px;
	color: #005DAB;
	padding: 0 22px;
}
.menu-right .btn-tel span{
	font-size: 27px;
	font-family: din;
	display: flex;
	align-items: center;
	line-height: 0;
	margin-top: 6px;
}
.menu-right .btn-tel span img{
	max-width: 18px;
	margin-right: 5px;
}
.menu-right .btn-contact{display: flex;align-items: center;background: #FF0210;color: #ffffff;font-weight: bold;padding: 0 22px;}
.inner{
	max-width: 990px;
	margin: auto;
}
.mv{
	padding-top: 70px;
}
.mv img{
	width: 100%;
}
.content{
	padding-bottom: 100px;
	border-bottom: 1px solid;
}
.ct1{
	text-align: center;
	padding-top: 70px;
}
.ct1 img.ct1-img1{
	width: 400px;
	padding-bottom: 20px;
}
.ct1 img.ct1-img2{
	padding-bottom: 20px;
}
.ct1 .ct1-p1{
	font-size: 21px;
	padding-bottom: 35px;
}
.ct1 .ct1-p2{
	text-align: left;
	line-height: 1.5;
}
.ct2{
	padding-top: 70px;
}
.ct2-title{padding-bottom: 30px;}
.ct2-title h2{
	color: #005DAB;
	font-size: 30px;
	padding-bottom: 10px;
	width: 20%;
	margin: auto;
	border-bottom: 3px solid #005DAB;
	text-align: center;
}
.ct2-content{}
.ct2-content .ct2-p1{
	font-size: 21px;
	border-bottom: 2px solid #008A32;
	padding-bottom: 10px;
	display: inline-block;
}
.ct2-content .ct2-p2{
	line-height: 1.5;
	padding-top: 10px;
}
.ct2-content .ct2-box{
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ct2-content .ct2-box img{
	width: 32%;
	padding-bottom: 20px;
}

.ct2b{
	padding-top: 70px;
}
.ct2b .ct2b-box{padding-bottom: 50px;}
.ct2b .ct2b-box h3{
	background: #DC000C;
	color: #ffffff;
	padding: 20px 58px 20px 20px;
	text-align: center;
	font-size: 21px;
	border-radius: 10px;
}
.ct2b .ct2b-box h3 span{
	float: left;
	font-size: 30px;
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
	line-height: 0.8;
}
.ct2b .ct2b-box .ct2b-div{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.ct2b .ct2b-box .ct2b-div p{
	font-size: 20px;
}
.ct2b .ct2b-box .ct2b-div img{
	width: 150px;
}
.t-price {
	width: 100%;
	border: 1px solid #999;
	background-color: #fff
}

.t-price th,.t-price td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: middle;
	padding: 8px 0
}

.t-price thead th {
	background-color: #e0e0e0;
	color: #333;
	text-align: center
}

.t-price tbody th {
	background-color: #e0e0e0;
	color: #333;
	text-align: center
}

.t-price tbody td {
	text-align: center;
	padding: 7px;
	font-size: 20px;
}

.t-price tfoot td {
	text-align: center;
	padding: 7px
}

.t-price th[rowspan*="2"]+td {
	text-align: left;
	padding: 0 10px;
	background-image: url(images/price-1.jpg);
	width: 300px;
	height: 145px;
	background-repeat: no-repeat;
	background-position: right bottom
}

.t-price th[rowspan*="2"] p {
	writing-mode: vertical-rl;
	white-space: nowrap;
	text-orientation: upright;
	letter-spacing: 8px;
	padding: 13px 0
}

.t-price.t-price-option th[rowspan*="2"]+td,.t-price.t-price-option td:first-child {
	background-image: none;
	height: 50px
}
.ct2b-note{
	text-align: right;
	font-size: 13px;
	padding-top: 10px;
}
.ct3{
	padding-top: 70px;
	padding-bottom: 50px;
}
.ct3 .ct3-title{
	padding-bottom: 30px;
}
.ct3 .ct3-title h2{
	color: #ffffff;
	font-size: 30px;
	padding-bottom: 10px;
	width: 15%;
	margin: auto;
	border-bottom: 3px solid #ffffff;
	text-align: center;
}
.ct3 .ct3-content{
	background: #ffffff;
	border-radius: 10px;
	padding: 30px;
}
.ct3box-title{
	text-align: center;
	border-top: 1px solid #005dab;
	padding-top: 50px;
}
.ct3box-title:first-child{
	border: unset;
}
.ct3box-title h2{
	background: #005DAB;
	color: #ffffff;
	display: inline-block;
	padding: 8px 25px;
	font-size: 25px;
	font-family: NotoSansJP;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.ct3box-title h3{
	color: #005dab;
	font-size: 25px;
	padding-bottom: 15px;
}
.ct3box-title img{
	max-width: 500px;
	margin-bottom: 50px;
}
.ct3 .ct3-btn{}
.ct3 .ct3-btn a{
}

.ct3 .ct3-content h4{
	font-size: 25px;
	text-align: center;
	padding-bottom: 70px;
	color: #005dab;
}
.ct3 .ct3-content h5{}
.ct3 .ct3-content p{
	font-size: 25px;
	line-height: 1.5;
	padding-bottom: 70px;
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
}
.ct3 .ct3-content p span{
	font-size: 25px;
	line-height: 1.5;
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
}
.ct3a{
	background: #e5e7f2;
	padding: 50px 3vw;
}
.ct3a .ct3-btn {
	max-width: 500px;
}
.ct4{
	padding-top: 70px;
	padding-bottom: 70px;
}
.ct4-title{padding-bottom: 30px;}
.ct4-title h2{
	color: #005DAB;
	font-size: 30px;
	padding-bottom: 10px;
	width: 22%;
	margin: auto;
	border-bottom: 3px solid #005DAB;
	text-align: center;
}
.ct4-box1{
	border: 1px solid #005dab;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	margin-bottom: 25px;
}
.ct4-box1 .ct4-box1a{
	width: 10%;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 100px;
}
.ct4-box1 .ct4-box1a img{
	max-width: 60px;
	height: auto;
}
.ct4-box1 .ct4-box1b{
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #daddee;
	padding: 0 50px;
	color: #005dab;
}
.ct4-box1 .ct4-box1b .ct4-box1b-1{
	font-size: 20px;
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.ct4-box1 .ct4-box1b .ct4-box1b-2{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
}
.ct4-box1 .ct4-box1b .ct4-box1b-2 i{
}
.ct4-box2{
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.5s ease, opacity 0.3s ease;
}
.ct4-box2.open {
	max-height: 5000px;
	opacity: 1;
}
.ct4-box1b-2 i {
	display: inline-block;
	transition: transform 0.35s ease;
}
.ct4-box1.closed .ct4-box1b-2 i {
	animation: bounce 0.7s ease-in-out infinite;
}
.ct4-box1.open .ct4-box1b-2 i {
	animation: none;
	transform: rotate(180deg);
}
@keyframes bounce {
	0% { transform: translateY(0); }
	50% { transform: translateY(-4px); }
	100% { transform: translateY(0); }
}
.ct4-box1:hover {
	cursor: pointer;
}

.ct4-box2 p{
	line-height: 1.5;
	padding-bottom: 25px;
}
.ct4-box2 .ct4-box2-p1{
}
.ct4-box2 .ct4-box2-card{
	display: flex;
	align-items: center;
	background: #e5e7f2;
	max-width: 600px;
	margin: auto;
	padding: 20px 0;
	margin-bottom: 5px;
}
.ct4-box2 .ct4-box2-card p{
	padding-bottom: 0;
}
.ct4-box2 .ct4-box2-card p:first-child{
	color: #005dab;
	width: 65%;
	line-height: 1.5;
	text-align: center;
}
.ct4-box2 .ct4-box2-card p:last-child{
	font-size: 25px;
	color: #005dab;
	width: 35%;
}
.ct4-box2 .ct4-box2-card:nth-child(3){
	margin-bottom: 25px;
}
.ct4-box2 table{
	width: 100%;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	margin-bottom: 35px;
}
.ct4-box2 table tr{}
.ct4-box2 table tr th{
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background: #e5e7f2;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
.ct4-box2 table tr td{
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	text-align: center;
	vertical-align: middle;
	padding: 20px 0;
}


.ct5{
	padding-top: 70px;
}
.ct5 .ct5-title{
	text-align: center;
	padding-bottom: 50px;
}
.ct5 .ct5-title h3{
	color: #003875;
	padding-bottom: 15px;
}
.ct5 .ct5-title img{}
.ct5 .ct5-q{
	background-color: #ECF2F8;
	color: #003875;
	padding: 15px;
	border-radius: 10px;
	position: relative;
	font-size: 20px;
	margin-bottom: 25px;
	margin-top: 20px;
}
.ct5 .ct5-q.open::after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 8%;
	transform: translateX(-50%);
	border-width: 15px 10px 0;
	border-style: solid;
	border-color: #ECF2F8 transparent transparent transparent;
}
.ct5 .ct5-q span{
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
	font-size: 26px;
	padding-right: 15px;
}
.ct5 .ct5-a{
	background: #005DAB;
	color: #ffffff;
	padding: 15px 15px 15px 40px;
	line-height: 1.5;
	border-radius: 10px;
	font-size: 20px;
}
.ct5 .ct5-a span{
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
	font-size: 26px;
	display: block;
	margin-left: -25px;
}
.ct5-a {
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease;
}
.ct5-category{
	text-align: center;
}
.ct5-category h3{
	font-size: 25px;
	color: #005DAB;
	padding: 20px 20px 5px 20px;
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 3px solid #005DAB;
}

.footer{
	text-align: center;
	padding-bottom: 80px;
}
.footer .footer-logo{
	width: 400px;
	padding-top: 70px;
	padding-bottom: 70px;
}
.footer p{
	color: #005DAB;
	font-weight: bold;
	line-height: 1.5;
}
.bg-blue{
	background: #005DAB !important;
}
.cl-black{
	color: #000000 !important;
}
.cl-blue{
	color: #005dab !important;
}
.cl-red{
	color: #ff0000 !important;
}
.fs-13{
	font-size: 13px;
}
.fs-22{
	font-size: 22px;
}
@media screen and (min-width:737px){
	.header.scrolled{
		height: 60px;
	}
	.header.scrolled .logo img {
		width: 150px;
	}
	.header.scrolled .line-btn{
		width: 60px;
	}
	.is-sp{
		display: none;
	}
}
/*mobile*/
@media screen and (max-width:737px){
	body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
		font-size: 3.9vw;
	}
	.fs-13{
		font-size: 2.5vw;
	}
	.fs-22 {
		font-size: 5vw;
	}
	.inner{
		width: 100%;
		padding-left: 13px;
		padding-right: 13px;
	}
	.is-pc{
		display: none;
	}
	.header{
		height: 50px;
	}
	.header a.logo img {
		width: 100%;
	}
	.header a.line-btn {
		width: 50px;
	}
	.header p{
		font-size: 2vw;
		padding-right: 10px;
	}
	.mv {
		padding-top: 50px;
	}
	.ct1 img.ct1-img1 {
		width: 63%;
		padding-bottom: 3vw;
	}
	.ct1 .ct1-p1 {
		font-size: 5.5vw;
		padding-bottom: 5vw;
		line-height: 1.5;
	}
	.ct2 {
		padding-top: 12vw;
	}
	.ct2-title {
		padding-bottom: 5vw;
	}
	.ct2-title h2 {
		font-size: 5vw;
		padding-bottom: 1vw;
		width: 40%;
	}
	.ct2-content .ct2-p1 {
		font-size: 3.9vw;
		padding-bottom: 3vw;
	}
	.ct2-content .ct2-p2 {
		padding-top: 2vw;
		font-size: 2.1vw;
	}
	.ct2-content .ct2-box {
		padding-top: 12vw;
	}
	.ct2-content .ct2-box img {
		width: 48%;
		padding-bottom: 4vw;
	}
	.ct2b {
		padding-top: 12vw;
	}
	.ct2b .ct2b-box h3 {
		padding: 4vw 13vw 4vw 4vw;
		font-size: 3.9vw;
		border-radius: 8px;
	}
	.ct2b .ct2b-box h3 span {
		font-size: 5vw;
	}
	.ct2b .ct2b-box .ct2b-div p {
		font-size: 3.5vw;
	}
	.ct2b .ct2b-box .ct2b-div img {
		width: 27%;
	}
	.t-price thead th{
		font-size: 3vw;
	}
	.t-price tbody td {
		font-size: 3.9vw;
	}
	.ct3 {
		padding-top: 12vw;
		padding-left: 13px;
		padding-right: 13px;
	}
	.ct3-title {
		padding-bottom: 5vw;
	}
	.ct3 .ct3-title h2 {
		font-size: 5vw;
		padding-bottom: 1vw;
		width: 40%;
	}
	.ct3 .ct3-content {
		padding: 3vw;
	}
	.ct3box-title {
		padding-top: 30px;
	}
	.ct3box-title img {
		max-width: 100%;
		margin-bottom: 25px;
	}
	.ct3 .ct3-content h4 {
		font-size: 4vw;
		padding-bottom: 30px;
		line-height: 1.5;
	}
	.ct3 .ct3-content p {
		font-size: 3.8vw;
		padding-bottom: 30px;
	}
	.ct3 .ct3-content p span {
		font-size: 3.8vw;
	}
	.ct4 {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.ct4 .ct4-title h2 {
		font-size: 5vw;
		padding-bottom: 1vw;
		width: 40%;
	}
	.ct4-box1 .ct4-box1a img {
		max-width: 56%;
		height: auto;
	}
	.ct4-box1 .ct4-box1a {
		width: 21%;
		height: 85px;
	}
	.ct4-box1 .ct4-box1b {
		width: 79%;
		padding: 0 15px;
	}
	.ct4-box1 .ct4-box1b .ct4-box1b-1 {
		font-size: 4.5vw;
		line-height: 1.5;
	}
	.ct4-box1 .ct4-box1b .ct4-box1b-2 {
		font-size: 3vw;
	}
	.ct4-box2 table.ct4-table2 tr th{
		width: 20%;
	}

	.ct5 {
		padding-top: 12vw;
	}
	.ct5 .ct5-title {
		padding-bottom: 8vw;
	}
	.ct5 .ct5-q {
		padding: 2vw 4vw 2vw 14vw;
		font-size: 5vw;
		line-height: 1.5;
		margin-bottom: 4vw;
		margin-top: 4vw;
	}
	.ct5 .ct5-q span {
		font-size: 6vw;
		margin-left: -10vw;
		padding-right: 2vw;
	}
	.ct5 .ct5-a {
		padding: 3vw 3vw 3vw 7vw;
		font-size: 5vw;
	}
	.ct5 .ct5-a span {
		font-size: 6vw;
		margin-left: -3vw;
	}
	.footer .footer-logo {
		width: 63%;
		padding-bottom: 12vw;
	}


	.footer-fixed{
		position: fixed;
		bottom: 0;
		width: 100%;
	}

	.footer-fixed-box{
		width: 95%;
		margin: auto;
		background: #ffffff;
		border: 2px solid #ffffff;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		transition: bottom 0.3s;
	}
	.footer-fixed-link{
		display: flex;
		align-items: flex-end;
		justify-content: center;
		flex-wrap: nowrap;
	}
	a.footer-fixed-link-l{
		width: 50%;
		height: 50px;
		background: #ffffff;
		display: flex;
		align-items: center;
		color: #3C3C3C;
		border-top-left-radius: 14px;
		font-size: 24px;
		justify-content: center;
	}
	a.footer-fixed-link-r{
		width: 50%;
		height: 50px;
		background: #005DAB;
		display: flex;
		align-items: center;
		color: #ffffff;
		border-top-right-radius: 14px;
		font-size: 15px;
		line-height: 1.2;
		justify-content: center;
	}
	.footer-fixed-link a img{
	}
	.footer-fixed p{
		text-align: center;
		background: #262727;
		color: #ffffff;
		font-size: 9px;
		padding: 3px 0 3px 10px;
	}
	.ct5-category h3 {
		font-size: 5.5vw;
	}
	.footer {
		padding-bottom: 30vw;
	}
	.footer p {
		text-align: left;
		padding-left: 13px;
		padding-right: 13px;
	}
	footer iframe{
		height: 50vw;
	}
}