@charset "utf-8";
/* CSS Document */
html{
}
body{
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #F6F6F6;
	color: #585858;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

body.gjs-dashed{}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i,a h1,a h2,a h3,a h4,a h5,a h6{
	color: #585858;
}


.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}
.pd_wrap_t{
	padding-top: 150px;
}
.pd_wrap_b{
	padding-bottom: 150px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}

.mg_b_1{margin-bottom: 150px;}
.mg_b_2{margin-bottom: 100px;}
.mg_b_3{margin-bottom: 80px;}
.mg_b_4{margin-bottom: 50px;}
.mg_b_5{margin-bottom: 30px;}

.en_title1{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(25px,5.0vw,50px);
}
.en_title2{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(20px,3.0vw,30px);
}

.default_title1{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(24px,3.0vw,34px);
	font-weight: bold;
}
.default_title2{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(20px,2.5vw,28px);
	font-weight: bold;
}
.default_title3{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(18px,2.2vw,24px);
	font-weight: bold;
}
.default_txt1{
	font-size: clamp(14px,1.6vw,18px);
}
.default_txt2{
	font-size: clamp(13px,1.4vw,16px);
}
.default_txt3{
	font-size: clamp(12px,1.2vw,14px);
}
.default_txt4{
	font-size: clamp(16px,2.0vw,20px);
}
.font-sans-serif{
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-serif{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.font-eb{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.font-light{font-weight: lighter;}
.font-normal{font-weight: normal;}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-bold{font-weight: bold;}
.font-black{font-weight: 900;}

/* ---------- common ---------- */
.sp_br br{display: none;}
.tb_br br{display: none;}

.panel_layout{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: stretch;
	flex-direction: row;
}
.panel_layout .box{
	position: relative;
	width: 50%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
body:not(.gjs-dashed) .panel_layout .box{
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
body.gjs-dashed .panel_layout .box{background-color: #000;}
.panel_layout .box::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0.4;
	background-color: #000000;
}
body.gjs-dashed .panel_layout .box::after{display: none;}
body:not(.gjs-dashed) .panel_layout .box .bg_img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: ease 0.6s;
	z-index: 1;
}
body:not(.gjs-dashed) .panel_layout .box:hover .bg_img{
	transform: translate(-50%,-50%) scale(1.1);
}
.panel_layout .box .txtbox{
	position: relative;
	z-index: 3;
}
.panel_layout .box .txtbox h3,.panel_layout .box .txtbox p{color: #fff;}
.pagetitle{
	position: relative;
	padding: 80px;
	height: 60vh;
	min-height: 400px;
	max-height: 525px;
	align-items: flex-end;
}
body.gjs-dashed .pagetitle{
	height: auto;
	min-height: auto;
	max-height: auto;
}
body.gjs-dashed .pagetitle img{
	width: 60%;
}
.pagetitle::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
	background: #000000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(32, 32, 32, 0.8) 40%, rgba(61, 61, 61, 0.4) 70%, rgba(84, 84, 84, 0.1) 100%);
}
body.gjs-dashed .pagetitle{
	background-color: #000;
}
body.gjs-dashed .pagetitle::after{
	display: none;
}
.pagetitle .txtbox{
	position: relative;
	z-index: 2;
	width: 100%;
}
.pagetitle .txtbox h1,.pagetitle .txtbox p{color: #fff;}
.pagetitle .txtbox .en{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(25px,5.0vw,50px);
	letter-spacing: 0.2rem;
}

.link_wrap{
	padding: 100px 50px 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: stretch;
	flex-direction: row;
	gap: 20px;
}
.link_wrap a{
	position: relative;
	background-color: #fff;
	padding: 10px 40px;
	min-width: 240px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.link_wrap a p{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(14px,1.6vw,18px);
	font-weight: 500;
}
.link_wrap a i{
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	transition: ease 0.4s;
	font-size: clamp(12px,1.2vw,14px);
}
.link_wrap a:hover i{
	transform: translateY(-25%);
}
.title_item1{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
.title_item1 .en{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(25px,5.0vw,50px);
	color: #21335B;
	font-weight: 500;
}
.title_item1 .title{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(14px,1.6vw,18px);
	color: #B9B9B9;
	font-weight: 500;
}

.snsbox{
	gap: 20px;
}
.snsbox a i{
	font-size: clamp(24px,3.0vw,30px);
}

/* ---------- more ---------- */
.more p{
	font-size: clamp(14px,1.6vw,18px);
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.more i{
	font-size: clamp(12px,1.2vw,14px);
}

.more1 a{
	position: relative;
	border: 1px solid #21335B;
	border-radius: 2px;
	padding: 10px 40px;
	min-width: 280px;
	overflow: hidden;
}
.more1 a:hover{opacity: 1;}
.more1 a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	width: 100%;
	height: 100%;
	transition: ease 0.4s;
	opacity: 0;
	background-color: #21335B;
	z-index: 1;
}
.more1 a:hover::after{
	transform: translateX(0);
	opacity: 1;
}
.more1 a p,.more1 a i{
	transition: ease 0.3s;
	position: relative;
	z-index: 2;
}
.more1 a:hover p,.more1 a:hover i{
	color: #fff;
}
.more1 a p{
	color: #21335B;
	font-weight: 700;
}
.more1 a i{
	position: absolute;
	color: #21335B;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	transition: ease 0.3s;
}
.more1 a:hover i{
	transform: translateY(-50%) translateX(3px);
}

.more2 a{
	position: relative;
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 10px 40px;
	min-width: 280px;
	overflow: hidden;
}
.more2 a:hover{opacity: 1;}
.more2 a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	width: 100%;
	height: 100%;
	transition: ease 0.4s;
	opacity: 0;
	background-color: #fff;
	z-index: 1;
}
.more2 a:hover::after{
	transform: translateX(0);
	opacity: 1;
}
.more2 a p,.more2 a i{
	transition: ease 0.3s;
	position: relative;
	z-index: 2;
}
.more2 a:hover p,.more2 a:hover i{
	color: #21335B;
}
.more2 a p{
	color: #fff;
	font-weight: 700;
}
.more2 a i{
	position: absolute;
	color: #fff;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	transition: ease 0.3s;
}
.more2 a:hover i{
	transform: translateY(-50%) translateX(3px);
}


.more3{}
.more3 a{
	position: relative;
	min-width: 160px;
	padding-bottom: 3px;
}
.more3 a::before{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.more3 a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
}
.more3 a:hover::before{
	animation-name: more3-1;
	animation-duration: 0.4s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.more3 a:hover::after{
	animation-name: more3-2;
	animation-duration: 0.4s;
	animation-delay: 0.3s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.more3 a p,.more3 a i{
	color: #fff;
}
.more3 a > div{
	position: relative;
	padding-right: 50px;
	justify-content: flex-start;
}
.more3 a i{
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	transition: ease 0.3s;
}
.more3 a:hover i{
	transform: translateY(-50%) translateX(3px);
}
@keyframes more3-1 {
	0% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes more3-2 {
	0% {
		left: 0;
		width: 0;
	}
	100% {
		left: 0;
		width: 100%;
	}
}

/* ---------- header ---------- */
.header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 25px 40px;
	justify-content: space-between;
	transition: ease 0.4s;
}
.header.schead{
	mix-blend-mode: exclusion;
}
.header .logo{
	width: 30%;
	max-width: 240px;
}
.header .head_nav,.header .head_nav .ul{
	gap: 30px;
}
.header .head_nav a p{
	color: #fff;
	font-size: clamp(14px,1.6vw,18px);
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.header .head_nav .contact_bt a{
	border-radius: 200px;
	border: 1px solid #fff;
	padding: 8px 30px;
}
.header .head_nav .contact_bt a > div{
	gap: 15px;
}
.header .head_nav a i{
	color: #fff;
	font-size: 14px;
	transition: ease 0.3s;
	transform: translateY(2px);
}
.header .head_nav a:hover i{
	transform: translateX(3px) translateY(2px);
}
.menu-bt{display: none;}
.menu-wrap{display: none;}

.header .menu-bt{
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 50%;
}
.header .menu-bt .line{
	width: 26px;
	height: 20px;
	position: relative;
}
.header .menu-bt .line > div{
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	transition: ease 0.4s;
}
.header .menu-bt .line > div:nth-of-type(1){
	top: 0;
	left: 0;
}
.header .menu-bt .line > div:nth-of-type(2){
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.header .menu-bt .line > div:nth-of-type(3){
	bottom: 0;
	left: 0;
}
.header .menu-bt.active .line > div:nth-of-type(1){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.header .menu-bt.active .line > div:nth-of-type(2){
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	opacity: 0;
}
.header .menu-bt.active .line > div:nth-of-type(3){
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%) rotate(-45deg);
}

.menu-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(34,34,34,0.90);
	z-index: 9998;
}
.menu-wrap > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 100px 50px;
}
.menu-wrap a p,.menu-wrap a i{
	color: #fff;
}
.menu-wrap .ul {
	justify-content: center;
	gap: 30px 5%;
	margin-bottom: 50px;
}
.menu-wrap .ul .li{
	min-width: 30%;
}
.menu-wrap .ul .li a{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	padding: 10px;
	background-color: rgba(0,0,0,0.20);
	border-radius: 3px;
}
.menu-wrap .ul .li .en{
	font-size: clamp(18px,2.5vw,28px);
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.menu-wrap .ul .li .jp{
	font-size: clamp(14px,1.8vw,20px);
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
/* ---------- footer ---------- */
body.gjs-dashed .footer_contact{background-color: #000;}
.footer_contact{
	position: relative;
}
.footer_contact::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.4;
	background-color: #000000;
}
.footer_contact .txtbox{
	position: relative;
	z-index: 2;
	color: #fff;
}
.footer_contact .txtbox .title p{
	font-size: clamp(30px,5.0vw,60px);
}
.footer_contact .txtbox .more_txt{
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 150px;
	flex-direction: column;
}
.footer_contact .txtbox .more_txt img{
	margin-top: 8px;
	width: 24px;
	transition: ease 0.3s;
}
.footer_contact .txtbox .more_txt:hover img{
	transform: translateX(3px);
}

.footer{
	background-color: #222222;
	padding: 80px 40px 60px;
}
.footer p,.footer a p,.footer a i{
	color: #fff;
}
.footer .logo{
	max-width: 260px;
}
.footer .topbox .rightbox{
	min-width: 30%;
	justify-content: space-around;
}
.footer .topbox .rightbox .title{
	margin-bottom: 20px;
}
.footer .topbox .rightbox .li:not(:last-of-type){
	margin-bottom: 15px;
}
/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #585858;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #21335B}
.txt-color2{color: #8B8B8B}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #21335B}
.bg-color2{background-color: #8B8B8B}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #21335B}
.border-color2{border-color: #8B8B8B}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #585858;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #21335B}
.hvr-txt-color2:hover{color: #8B8B8B}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #21335B}
.hvr-bg-color2:hover{background-color: #8B8B8B}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #21335B}
.hvr-border-color2:hover{border-color: #8B8B8B}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
	.header{
		padding: 30px 30px;
	}
	.header .head_nav{
		display: none;
	}
	.header .menu-bt{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
/* ---------- footer ---------- */
}
@media screen and (min-width: 1081px){
	.menu-wrap{display: none!important;}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.mg_b_1{margin-bottom: 100px;}
	.mg_b_2{margin-bottom: 80px;}
	.mg_b_3{margin-bottom: 60px;}
	.mg_b_4{margin-bottom: 40px;}
	.mg_b_5{margin-bottom: 30px;}
/* ---------- common ---------- */
	.pagetitle{
		position: relative;
		padding: 80px;
		height: 30vh;
		min-height: 400px;
		max-height: 525px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer_contact .txtbox .more_txt{
		width: 130px;
	}
	
	.footer .topbox{
		justify-content: center;
	}
	.footer .topbox .rightbox{
		display: none;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.pd_wrap_t{
		padding-top: 100px;
	}
	.pd_wrap_b{
		padding-bottom: 100px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
	.tb_br br{display: block;}
	.pc_br br{display: none;}
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.pd_wrap_t{
		padding-top: 80px;
	}
	.pd_wrap_b{
		padding-bottom: 80px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	.mg_b_1{margin-bottom: 80px;}
	.mg_b_2{margin-bottom: 60px;}
	.mg_b_3{margin-bottom: 50px;}
	.mg_b_4{margin-bottom: 30px;}
	.mg_b_5{margin-bottom: 20px;}
/* ---------- common ---------- */
	.sp_br br{display: block;}
	.tb_br br{display: none;}
	.pc_br br{display: none;}
	.pagetitle{
		position: relative;
		padding: 40px 20px;
		height: 40vh;
		min-height: 200px;
		max-height: 350px;
	}
	.panel_layout .box{
		width: 100%;
	}
	body:not(.gjs-dashed) .panel_layout .box{
		aspect-ratio: 1.5 / 1;
	}
/* ---------- more ---------- */
	.more1 a{
		padding: 10px 20px;
		min-width: 200px;
	}
	.more1 a i{
		right: 10px;
	}
	.more2 a{
		padding: 10px 20px;
		min-width: 200px;
	}
	.more2 a i{
		right: 10px;
	}

/* ---------- header ---------- */
	.header{
		padding: 15px 10px;
	}
	.header .logo{
		width: 50%;
	}
	.header .menu-bt{
		width: 48px;
		height: 48px;
	}
	.header .menu-bt .line{
		width: 20px;
		height: 15px;
	}
	.menu-wrap > div{
		padding: 80px 20px 40px;
	}
	.menu-wrap .ul {
		justify-content: center;
		gap: 20px 20px;
		margin-bottom: 50px;
	}
	.menu-wrap .ul .li{
		width: calc(50% - 20px / 2);
		min-width: calc(50% - 20px / 2);
	}
/* ---------- footer ---------- */
	.footer_contact .txtbox .more_txt{
		width: 100px;
	}
	.footer_contact .txtbox .more_txt img{
		width: 18px;
	}
	
	.footer{
		padding: 60px 20px 30px;
	}
	.footer .logo{
		max-width: 200px;
	}
	.footer .bottombox{
		flex-direction: column;
		gap: 15px;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
