@charset "utf-8";
/* CSS Document */
html{
	font-size: 62.5%;
/*16px*62.5%=10px*/
}
body{
	font-size: 1.8rem;
	font-family: "ヒラギノ明朝 Pro W6", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.7;
	font-weight: 500;
	letter-spacing: 1.2px;
	background-color: #fff;
	color: #202020;
}
p{
	line-height: 2;
}
/*pc_tab(横)のみ*/
.d_tab {
	display: none !important;
}
/*SP(481～767px)のみ*/
.d_sp {
	display: none !important;
}
/*SSP(～480px)のみ*/
.d_ssp {
	display: none !important;
}
/*SP以外*/
.d_pc_but{
	display: none !important;
}
@media print, screen and (max-width: 999px) {
	.d_pc_tab{
		display: block !important;
	}
	.d_pc {
		display: none !important;
	}
	.d_tab{
		display: block !important;
	}
	.d_sp {
		display: none !important;
	}
	.d_ssp {
		display: none !important;
	}
	.d_pc_but{
		display: block !important;
	}
}
@media print, screen and (max-width: 767px) {
	/*PC,tab*/
	.d_pc_tab{
		display: none !important;
	}
	.d_pc {
		display: none !important;
	}
	.d_tab{
		display: none !important;
	}
	.d_sp {
		display: block!important;
	}
	.d_ssp {
		display: none!important;
	}
	.d_sp_but{
		display: block !important;
	}
	.d_pc_but{
		display: block !important;
	}
}
@media print, screen and (max-width: 480px) {
	.d_pc {
		display: none !important;
	}
	.d_tab{
		display: none !important;
	}
	.d_sp {
		display: none !important;
	}
	.d_ssp {
		display: block!important;
	}
	/*SP以外*/
	.d_sp_but{
		display: none !important;
	}
	/*PC以外*/
	.d_pc_but{
		display: block !important;
	}
}
/* ===== * reset * =====*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
section{
	padding: 5rem 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ol,ul {
	list-style-type: none;
}
img{
	width: 100%;
	height: auto;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
	font-family: "Font Awesome 5 free";
	font-weight: bold;
}
section{
/*	max-width: 1400px;
	margin: 0 auto;*/
	overflow: hidden;
}
/*.main_wrap{
	max-width: 1000px;
	margin: 0 auto;
	padding: 5rem 0;
}*/
.te_left {
	text-align: left !important;
}
.te_right {
	text-align: right !important;
}
.te_center {
	text-align: center !important;
}
.inb{
	display: inline-block;
}
.flex {
	display: flex !important;
	flex-wrap: wrap;
}
.reverse {
	flex-flow: row-reverse;
}
.a_center {
	align-items: center;
}
.j_center {
	justify-content: center;
}
.j_sb{
	justify-content: space-between;
}
small {
	font-size: 90%;
	font-weight: normal;
}
a {
	outline: none;
	text-decoration: none;
	color: #0869aa;
	transition: .4s;
}
a:hover {
	opacity: 0.8;
/*	color: #ff7d00;*/
	filter: alpha(opacity=80);
/* ie lt 8 */
	-ms-filter: alpha(opacity=80);
/* ie 8 */
	-moz-opacity: 0.8;
/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;
/* Safari 1.x */
}
.button {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #37210e;
    line-height: 2rem;
    display: inline-block;
	z-index: 100;
	background-color: #e1cf9b;
	padding: 1.5rem 0 1.5rem 3.5rem;
	min-width: 200px;
	border-radius: 5rem;
	text-align: left;
	border: 2px solid #e1cf9b;
	margin: 1.5rem auto;
}
.button:hover{
	background-color: rgba(225,207,155,.4);
}
.button::after {
	display: block;
	content: "";
	position: absolute;
	top: -26%;
	transform: rotate(-16deg);
    right: 2%;
    width: 70px;
    height: 70px;
	background-image: url("../img/nikukyu.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
span.anchorlink {
	position: relative;
	top: -50px;
	display: block;
}
.b{
	font-weight: bold;
}
.im_txt{
	font-size: 2rem;
	font-weight: 800;
}
.im_line{
	background-image: -webkit-gradient(linear,left top,right top,color-stop(rgba(255,0,0,.3)),#ffe640);
    background-image: linear-gradient(90deg,rgba(255,232,0,.7),#ffcb33);
    background-repeat: no-repeat;
    background-size: 200% 40%;
    background-position: 0 bottom;
    -webkit-animation: marker 5s ease 0s;
    animation: marker 5s ease 0s;
    font-weight: 800;
}
/* ぼかしから出現 */
.blur{
	animation: blurAnime 1.2s forwards;
}
@keyframes blurAnime{
  from {
	  filter: blur(10px);
	  transform: scale(1.02);
	  opacity: 0;
  }
  to {
	  filter: blur(0);
	  transform: scale(1);
	  opacity: 1;
  }
}
.blurTrigger_l{
    opacity: 0;
}
/*color*/
.black{
	color: #000;
}
.red{
	color: #ff0000;
}
.blue {
	color: #34698d;
}
.pink {
	color: #268600 !important;
}
.green{
	color: #268600;
}
.yellow {
	color: #ffff00;
}
.gray{
	color: #888;
}
.white {
	color: #fff !important;
}
.brown {
	color: #411700;
}
.gold {
	color: #927700;
}
.gold_l {
	color: #d7b77d;
}
.orange {
	color: #ff6200;
}
/*size*/
.small{
	font-size: 80%;
}
.big{
	font-size: 130%;
}
.w-300 {
	max-width: 300px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-400 {
	max-width: 400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-500 {
	max-width: 500px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-600 {
	max-width: 600px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-700 {
	max-width: 700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-800 {
	max-width: 800px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-900 {
	max-width: 900px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95%;
}
.w-1000 {
	max-width: 1000px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-1200 {
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
/*--size--*/
.w1 {
	width: 8.3333% !important;
}
.w2 {
	width: 16.6666% !important;
}
.w3 {
	width: 25% !important;
}
.w4 {
	width: 33.3333% !important;
}
.w5 {
	width: 41.6666% !important;
}
.w6 {
	width: 50% !important;
}
.w7 {
	width: 58.3333% !important;
}
.w8 {
	width: 66.6666% !important;
}
.w9 {
	width: 75% !important;
}
.w10 {
	width: 83.333% !important;
}
.w11 {
	width: 91.6666% !important;
}
.w12 {
	width: 100% !important;
}
/* ===== * fadeIn * =====*/
.fade {
	opacity : 0;
	transition: 1s;
}
.fadein{
	animation: fadeIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
	opacity: 1;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 画面内に入った状態 */
.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/* 2つ目の要素に200msのdelayをかける */
.fadein:nth-of-type(2) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
	}
/* 3つ目の要素に400msのdelayをかける */
.fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}
/*--header--*/
nav{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
nav .logo_box{
	width: 18vw;
	max-width: 350px;
	padding: 1.5rem 0 0 1vw;
}
nav .tel_Btn a{
	background-color: #fff;
	box-shadow: 0 0 6px 0 #aaa;
	border-radius: 0 0 0 5rem;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 95%;
	max-width: 350px;
	padding: 0 2rem 0 3rem;
}
nav .tel_Btn a p{
	line-height: 1.4;
	color: #fb8700;
}
nav .tel_Btn span{
	font-size: 3.4rem;
	font-weight: 600;
	color: #0071bc;
	display: block;
	width: 100%;
}
nav .tel_Btn span i{
	font-size: 2.7rem;
}
#js-nav .sp_menu, #js-nav .sp_nav{
	display: none;
}
/*チェックマークがついているリスト*/
ul.list01 li {
	display: flex;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 0.2rem;
	padding-top: 0.5rem;
}
ul.list01 li:before {
	content: "\f00c";
	display: block;
	font-size: 0.9rem;
	position: relative;
	top: 0;
	margin: 0 0.5rem;
}
/*青丸がついているリスト*/
ul.list02 li,

.format ul li {
	display: flex;
	padding-bottom: 0.2rem;
	padding-top: 0.5rem;
}
ul.list02 li:before,
.format ul li:before {
	content: "\f111";
	color: #34698d;
	display: block;
	font-size: 0.9rem;
	position: relative;
	top: 5px;
	margin: 0 0.5rem;
}
/* 数字がついているリスト */
ol.list03,
.format ol {
	margin: 3rem;
}
ol.list03 li,
.format ol li {
	list-style-type: decimal;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
ol.list03 li::marker,
.format ol li {
	font-size: 2.5rem;
	color: #385674;
	font-weight: bold;
}
/* box01 */
.box01 {
	box-shadow: 0px 0px 3px #2d4b69;
	margin: 2rem 0.5rem;
	padding: 2rem ;
	border-radius: 1rem;
	background-color: #fff;
}
.box02 {
	background: rgba(0,0,0,.7);
	margin: 0.5rem 0.5rem;
	padding: 2rem 3rem;;
	border-radius: 0.5rem;
}
/*--== タブ切替 ==--*/
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-top: 1rem;
}
.tab-label {
	color: #fff;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	background: rgba(0,0,0,.7);
/*	border-radius: 3rem;*/
	margin: 0 1rem;
}
.tab-switch:checked + .tab-label.honin {
	background: #355064;
}
.tab-label:hover {
	background: rgba(177,132,67,.7);
}
.tab-switch:checked + .tab-label {
	color: #fff;
	background: rgba(155,28,37,0.8);
	overflow: hidden;
}
.tab-label::after {
	background: #355064;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}
.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}
.tab-content {
	height:0;
	opacity:0;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
	margin-top: .5rem;
	}
.tab-switch:checked ~ .tab-content {
	nsform: translateX(30%);
}
.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
	min-height: 30vh;
	margin-bottom: 1rem;
}
.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}
.tab-switch {
	display: none;
}
/*--==== footer ====--*/
#footer{
	background-color: #0071bc;
	color: #fff;
	padding: 1.5rem 0;
}
#footer p{
	text-align: center;
}
@media screen and (min-width: 1100px) {
	@keyframes slideIn {
	  0% {
		transform: translateY(-180px);
		opacity: 0;
	  }
	  100% {
		transform: translateY(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
}
@media screen and (max-width: 1365px) {
	nav .logo_box{
		width: 24vw;
	}
	nav .tel_Btn span{
		font-size: 3rem;
	}
	nav .tel_Btn a{
		padding: 0 1rem 0 2rem;
		height: 100%;
	}
	nav .tel_Btn span i{
		margin-right: -.5rem;
	}

}
@media print, screen and (max-width: 999px) {
	nav .tel_Btn span{
		font-size: 2rem;
	}
	nav .tel_Btn a{
		padding: 1rem 1rem 1rem 2rem;
		border-radius: 0 0 0 3rem;
	}
}
@media print, screen and (max-width: 767px) {
	#top-head nav{
		/*background-color: rgba(255,255,255,.7);*/
/*		background: rgb(231,245,255);
background: linear-gradient(180deg, rgba(231,245,255,.7) 70%, rgba(231,245,255,0.5) 80%, rgba(231,245,255,0) 100%);*/
	}
	nav .logo_box {
		width: 40vw;
		padding-top: 1rem;
	}
}
@media print, screen and (max-width: 480px) {
	nav .logo_box {
		width: 53vw;
	}
	nav .tel_Btn span {
		font-size: 2.4rem;
	}
	nav .tel_Btn span i{
		font-size: 2rem;
	}
	#js-nav .sp_nav{
		display: block;
	}
	#js-nav .tel_Btn{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	nav .tel_Btn a{
		padding: 1rem 0;
		max-width: none;
		border-radius: 0;
		background-color: #fb8700;
	}
	nav .tel_Btn a p{
		color: #fff;
	}
	nav .tel_Btn span{
		color: #ffff00;
	}
	.sp_nav{
		position: fixed;
		background: #0044a7;
		cursor: pointer;
		width: 50px;
		height: 50px;
		border-radius: 5px;
		margin: 1rem 2.5% 0 0;
		z-index: 9999;
		right: 0;
		top: 0;
	}
	.sp_nav span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background: #fff;
	  }
	.sp_nav span:nth-of-type(1) {
		top:15px; 
		width: 45%;
	}
	.sp_nav span:nth-of-type(2) {
		top:23px;
		width: 35%;
	}
	.sp_nav span:nth-of-type(3) {
		top:31px;
		width: 20%;
	}
	.sp_nav.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-135deg);
		width: 30%;
	}
	.sp_nav.active span:nth-of-type(2) {
		opacity: 0;
	}
	.sp_nav.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(135deg);
		width: 30%;
	}
	nav#js-nav .nav{
		position: fixed;
		z-index: 999;
		top: auto;
		bottom: -140%;
		left: 0;
		width: 100%;
		height: 100vh;
		transition: all 0.6s;
		background: rgb(178,199,228);
		background: linear-gradient(180deg, rgba(178,199,228,1) 45%, rgba(24,92,185,1) 100%);
	}
	nav#js-nav.panelactive {
		background-color: rgba(255,255,255,.9);
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: 999;
		top: 0;
	}
	nav#js-nav.panelactive .nav {
		width: 100%;
		top: auto;
		bottom: 0;
		height: 70vh;
		position: fixed;
		display: flex !important;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		padding: 0 2rem 5rem;
		-webkit-overflow-scrolling: touch;
	}
	#js-nav.panelactive .sp_menu{
		display: block;
		position: absolute;
		width: 100%;
		top: 47%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	#js-nav.panelactive .sp_menu li a{
		display: block;
		background-color: #0869aa;
		color: #fff;
		margin: 1rem auto;
		width: 90%;
		padding: 1rem;
		opacity: 0;
		animation: fadeIn .5s forwards;
	}
	@keyframes fadeIn{
		0%{
			opacity: 0;
		}
		100%{
			opacity: 1;
		}
	}
	span.anchorlink {
		top: -120px;
	}
	#footer{
		padding: 1.5rem 0 9rem;
	}
}
@media print, screen and (max-width: 375px) {
	nav .tel_Btn span {
		font-size: 2rem;
	}
}
@media print, screen and (max-width: 1199px) {
	body{
		font-size: 1.6rem;
	}
	.w6 {
		width: 49% !important;
	}
}