@charset "utf-8";
/* CSS Document */
html{
}
body{
	font-family: "IBM Plex Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #fff;
	color: #000000;
	padding-top: 137px;
  margin-top: 0!important;
}

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;
}
#gt-nvframe{display:none;}
body.gjs-dashed{}
body:not(.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: #000000;
}

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

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

.mg_t_1{margin-top: 100px;}
.mg_t_2{margin-top: 100px;}
.mg_t_3{margin-top: 80px;}
.mg_t_4{margin-top: 50px;}
.mg_t_5{margin-top: 30px;}
.mg_b_1{margin-bottom: 100px;}
.mg_b_2{margin-bottom: 100px;}
.mg_b_3{margin-bottom: 80px;}
.mg_b_4{margin-bottom: 50px;}
.mg_b_5{margin-bottom: 30px;}
.pd_t_1{padding-top: 100px;}
.pd_t_2{padding-top: 100px;}
.pd_t_3{padding-top: 80px;}
.pd_t_4{padding-top: 50px;}
.pd_t_5{padding-top: 30px;}
.pd_b_1{padding-bottom: 100px;}
.pd_b_2{padding-bottom: 100px;}
.pd_b_3{padding-bottom: 80px;}
.pd_b_4{padding-bottom: 50px;}
.pd_b_5{padding-bottom: 30px;}

.en_title1{
	font-family: "Oswald", "IBM Plex Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(28px,3.0vw,34px);
	font-weight: 600;
}
.en_title2{
	font-family: "Oswald", "IBM Plex Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(34px,4.2vw,48px);
	font-weight: 600;
}

.default_title1{
	font-size: clamp(22px,3.0vw,34px);
	font-weight: 700;
}
.default_title2{
	font-size: clamp(20px,2.6vw,28px);
	font-weight: 700;
}
.default_title3{
	font-size: clamp(18px,2.2vw,24px);
	font-weight: 700;
}
.default_txt1{
	font-size: clamp(14px,1.6vw,18px);
}
.default_txt2{
	font-size: clamp(16px,1.8vw,20px);
}
.default_txt3{
	font-size: clamp(12px,1.2vw,14px);
}

.font-oswald{
	font-family: "Oswald", "IBM Plex 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-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 ---------- */

.snsbox a i,.header .top_head i,.menu-wrap i{
	font-size: clamp(18px,2.0vw,22px);
}
.snsbox{
	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;
	gap: 20px;
}

.bg_item1{
	background-image: url("https://ios-factory.com/system_panel/uploads/images/bg_item1.png");
	background-position: center top;
	background-size: 1920px auto;
}

.videobox{
	position: relative;
	aspect-ratio: 1.777 / 1;
	overflow: hidden;
}
.videobox iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 3px);
	height: calc(100% + 3px);
}

.link_wrap{
	gap: 30px 50px;
}
.link_wrap a{
	gap: 10px;
	border-bottom: 2px solid #000;
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	body{
		padding-top: 54px;
	}
	.link_wrap{
		gap: 20px 40px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.link_wrap{
		gap: 20px 30px;
	}
	.link_wrap a{
		gap: 8px;
	}
}

/* ---------- title ---------- */
.pagetitle{
	position: relative;
}
body:not(.gjs-dashed) .pagetitle::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #21374F;
	mix-blend-mode: multiply;
}
.pagetitle .txtbox{
	position: relative;
	z-index: 3;
}

.titleitem2{
	gap: 20px;
}
.titleitem2 p,.titleitem2 h2,.titleitem2 h3{
	line-height: 1;
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.titleitem2{
		flex-direction: column;
		align-items: center;
		gap: 13px;
	}
}

/* ---------- layout ---------- */
.faq_area{}
.faq_area .contents{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.faq_area .contents .titlebox{
	border-bottom: 1px solid #CBB144;
	padding-bottom: 20px;
}
.faq_area .contents .box_wrap{
	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;
	gap: 20px;
}
.faq_area .contents .box_wrap .box{
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	padding: 30px;
}
.faq_area .contents .box_wrap .box .faq_icon{
	font-family: "Oswald", "IBM Plex Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 38px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	width: 40px;
	margin-top: -5px;
}
.faq_area .contents .box_wrap .box .qbox,.faq_area .contents .box_wrap .box .abox > div{
	gap: 0 20px;
}
.faq_area .contents .box_wrap .box .qbox .title,.faq_area .contents .box_wrap .box .abox .txtbox{
	width: calc(100% - 40px - 20px);
}
.faq_area .contents .box_wrap .box .qbox{
	position: relative;
	padding-right: 50px;
	cursor: pointer;
}
.faq_area .contents .box_wrap .box .abox{
	border-top: 1px solid #21374F;
	margin-top: 20px;
	padding-top: 20px;
}
.faq_area .contents .box_wrap .box .abox > div{
	align-items: flex-start;
}
body:not(.gjs-dashed) .faq_area .contents .box_wrap .box .abox{
	display: none;
}
.faq_area .contents .box_wrap .box .qbox .faq_icon{
	color: #1275AD;
}
.faq_area .contents .box_wrap .box .abox .faq_icon{
	color: #21374F;
}
.faq_area .contents .box_wrap .box .qbox .title{
	font-size: clamp(16px,2.2vw,20px);
}
.faq_area .contents .box_wrap .box .qbox .icon{
	background-color: #1275AD;
	width: 30px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.faq_area .contents .box_wrap .box .qbox .icon::before,.faq_area .contents .box_wrap .box .qbox .icon::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: ease 0.3s;
}
.faq_area .contents .box_wrap .box .qbox .icon::after{
	transform: translate(-50%,-50%) rotate(90deg);
}
.faq_area .contents .box_wrap .box .qbox.active .icon::after{
	transform: translate(-50%,-50%) rotate(0deg);
}


/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.faq_area .contents .box_wrap .box .faq_icon{
		font-size: 30px;
		width: 30px;
		margin-top: -3px;
	}
	.faq_area .contents .box_wrap .box .qbox,.faq_area .contents .box_wrap .box .abox > div{
		gap: 0 15px;
	}
	.faq_area .contents .box_wrap .box .qbox .title,.faq_area .contents .box_wrap .box .abox .txtbox{
		width: calc(100% - 30px - 15px);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.faq_area .contents .titlebox{
		padding-bottom: 10px;
	}
	.faq_area .contents .box_wrap .box{
		padding: 15px;
	}
	.faq_area .contents .box_wrap .box .faq_icon{
		font-size: 24px;
		width: 24px;
		margin-top: -2px;
	}
	.faq_area .contents .box_wrap .box .qbox,.faq_area .contents .box_wrap .box .abox > div{
		gap: 0 10px;
	}
	.faq_area .contents .box_wrap .box .qbox .title,.faq_area .contents .box_wrap .box .abox .txtbox{
		width: calc(100% - 24px - 10px);
	}
	.faq_area .contents .box_wrap .box .qbox{
		padding-right: 30px;
	}
	.faq_area .contents .box_wrap .box .abox{
		margin-top: 15px;
		padding-top: 15px;
	}
	.faq_area .contents .box_wrap .box .qbox .icon{
		width: 20px;
	}
}

/* ---------- cms ---------- */
.webgene-pagination{
	width: 100%;
	padding-top: 50px;
}
.webgene-pagination ul{
	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;
	gap: 30px;
}
.webgene-pagination ul 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: row;
	color: #000;
	text-align: center;
	letter-spacing: 0;
	width: 46px;
	aspect-ratio: 1 / 1;
	font-size: 18px;
	background-color: #F3F3F1;
	font-family: "Oswald", "IBM Plex Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.webgene-pagination ul a:hover{
}
.webgene-pagination ul .selected a{
	pointer-events: none;
	background-color: #000000;
	border: none;
	color: #fff;
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.webgene-pagination{
		padding-top: 30px;
	}
	.webgene-pagination ul{
		gap: 20px;
	}
	.webgene-pagination ul a{
		width: 36px;
		font-size: 16px;
	}
}

/* ---------- more ---------- */
.more a,.more > div{
	position: relative;
	padding: 10px;
	overflow: hidden;
}
.more a > div,.more > div > div{
	position: relative;
	z-index: 3;
	min-width: 240px;
}
.more a:hover{opacity: 1;}
.more a > div p.en,.more > div > div p.en{
	font-family: "Oswald", "IBM Plex Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(18px,2.0vw,20px);
	font-weight: 600;
}
.more a > div p.jp,.more > div > div p.jp{
	font-size: clamp(12px,1.4vw,14px);
	font-weight: 600;
}
.more a::before,.more > div::before{
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	background-color: #1275AD;
	transition: ease 0.3s;
}
.more a:hover::before,a:hover .more > div::before{
	transform: translateX(0);
}
.more a::after,.more > div::after{
	content: "";
	position: absolute;
	z-index: 2;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: ease 0.3s;
}
.more a:hover::after,a:hover .more > div::after{
	width: 100%;
	height: 100%;
	opacity: 0;
}
.more a i,.more > div i{
	position: absolute;
	font-size: clamp(14px,1.6vw,16px);
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: ease 0.3s;
	z-index: 4;
}
.more a:hover i,a:hover .more1 > div i{
	transform: translateY(-50%) translateX(3px);
}


.more1 a,.more1 > div{
	background-color: #000;
}
.more1 a::after,.more1 > div::after{
	border-color: #fff;
}
.more1 a > div p,.more1 > div > div p,.more1 a i,.more1 > div i{
	color: #fff;
}

.more2 a,.more2 > div{
	background-color: #fff;
}
.more2 a::after,.more2 > div::after{
	border-color: #000;
}
.more2 a > div p,.more2 > div > div p,.more2 a i,.more2 > div i{
	color: #000;
}
.more2 a:hover > div p,a:hover .more2 > div > div p,.more2 a:hover i,a:hover .more2 > div i{
	color: #fff;
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.more a > div,.more > div > div{
		min-width: 200px;
	}
	.more a i,.more > div i{
		right: 15px;
	}
}

/* ---------- header ---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.header a p,.header a i,.header i{color: #fff;}
.header .top_head{
	position: relative;
	background-color: #21374F;
	justify-content: space-between;
	padding: 15px 40px;
}
.header .top_head .logo 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;
}
.header .top_head .logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 30%;
	max-width: 280px;
}
.header .top_head .head_nav{
	gap: 50px;
}
.header .top_head .head_nav .lang_bt{
	position: relative;
	display: block;
}
.header .top_head .head_nav .lang_bt i{
	cursor: pointer;
}
.header .top_head .head_nav .lang_bt .translate_wrap{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	gap: 15px;
	padding: 15px;
	pointer-events: none;
	opacity: 0;
	transition: ease 0.3s;
	z-index: 9;
	background-color: rgba(33,55,79,0.80);
}
.header .top_head .head_nav .lang_bt:hover .translate_wrap{
	opacity: 1;
	pointer-events: all;
}
.header .top_head .head_nav .lang_bt .translate_wrap a p{
	font-weight: 500;
}
.header .top_head .head_nav .icon_links{
	gap: 20px;
}

.header .bottom_head{
	position: relative;
	background-color: #1275AD;
	padding: 15px 0;
	transition: ease 0.3s;
}
.header .bottom_head .ul .li a{
	padding: 0 30px;
	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;
}
.header .bottom_head .ul .li:not(:last-of-type){
	border-right: 1px solid #fff;
}
.header .bottom_head .ul .li a .en{
	font-family: "Oswald", "IBM Plex Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 500;
	font-size: 18px;
}
.header .bottom_head .ul .li a .jp{
	font-size: 14px;
	font-weight: 600;
}
.menu-wrap,.menu-bt{
	display: none;
	cursor: pointer;
}
.menu-bt .line{
	position: relative;
	width: 28px;
	height: 20px;
}
.menu-bt .line > div{
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #fff;
	transition: ease 0.3s;
	caret-color:transparent;
}
.menu-bt .line > div:nth-of-type(1){
	top: 0;
}
.menu-bt .line > div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%);
}
.menu-bt .line > div:nth-of-type(3){
	bottom: 0;
}
.menu-bt.active .line > div:nth-of-type(1){
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(135deg);
}
.menu-bt.active .line > div:nth-of-type(2){
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translateY(-50%) translateX(-50%) rotate(135deg);
}
.menu-bt.active .line > div:nth-of-type(3){
	bottom: 50%;
	left: 50%;
	transform: translateY(50%) translateX(-50%) rotate(-135deg);
}

.menu-wrap{
	position: fixed;
	z-index: 99998;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(33,55,79,0.90);
}
.menu-wrap > div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 80px 50px;
}
.menu-wrap > div a p,.menu-wrap > div a i{
	color: #fff;
}
.menu-wrap > div .menu-wrap_inner{
	gap: 50px;
}
.menu-wrap > div .ul{
	gap: 20px;
}
.menu-wrap > div .ul .li{
	width: calc(25% - 60px / 4);
}
.menu-wrap > div .ul .li a{
	position: relative;
	padding: 8px 15px;
	border: 1px solid #fff;
	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;
}
.menu-wrap > div .ul .li a::after{
	content: "";
	position: absolute;
	z-index: 1;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 1px solid #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.menu-wrap > div .ul .li a .en{
	position: relative;
	z-index: 3;
	font-family: "Oswald", "IBM Plex Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 500;
	font-size: clamp(20px,2.2vw,24px);
}
.menu-wrap > div .ul .li a .jp{
	position: relative;
	z-index: 3;
	font-size: clamp(12px,1.6vw,18px);
	font-weight: 600;
}
.menu-wrap > div .icon_links{
	gap: 20px;
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ----------  ~ 1081px---------- */
@media screen and (min-width: 1081px){
	.menu-wrap,.menu-bt{
		display: none!important;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.header .top_head .snsbox,.header .top_head .head_nav .icon_links{display: none;}
	.header .top_head .logo{
		position: static;
		transform: none;
	}
	.header .top_head .head_nav{
		gap: 40px
	}
	.header .bottom_head{
		display: none;
	}
	.menu-bt{
		display: block;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.header .top_head{
		padding: 15px 30px;
	}
	.menu-wrap > div .ul{
		gap: 20px;
	}
	.menu-wrap > div .ul .li{
		width: calc(100% / 3 - 40px / 3);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.header .top_head{
		padding: 15px 20px;
	}
	.header .top_head .logo{
		width: 55%;
	}
	.header .top_head .head_nav{
		gap: 25px;
	}
	.menu-bt .line{
		width: 26px;
		height: 19px;
	}
	.menu-wrap > div{
		padding: 80px 20px 40px;
	}
	.menu-wrap > div .ul{
		gap: 10px;
	}
	.menu-wrap > div .ul .li{
		width: calc(100% / 2 - 10px / 2);
	}
	.menu-wrap > div .menu-wrap_inner{
		gap: 30px;
	}
}

/* ---------- footer ---------- */
.footer p,.footer i{color: #fff;}

.footer .footer_top .footer_nav{
	align-items: flex-start;
	gap: 80px;
}
.footer .footer_top .footer_nav .ul > p,.footer .footer_top .footer_nav .ul .li:not(:last-of-type){
	margin-bottom: 15px;
}
.footer .footer_top .footer_nav .ul .li p{font-weight: 700;}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.footer .footer_top .footer_inner{
		justify-content: center;
	}
	.footer .footer_top .footer_nav{
		display: none;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}

/* 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: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #21374F}
.txt-color2{color: #1275AD}
.txt-color3{color: #666666}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #21374F}
.bg-color2{background-color: #1275AD}
.bg-color3{background-color: #666666}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #21374F}
.border-color2{border-color: #1275AD}
.border-color3{border-color: #666666}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #21374F}
.hvr-txt-color2:hover{color: #1275AD}
.hvr-txt-color3:hover{color: #666666}
.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: #21374F}
.hvr-bg-color2:hover{background-color: #1275AD}
.hvr-bg-color3:hover{background-color: #666666}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #21374F}
.hvr-border-color2:hover{border-color: #1275AD}
.hvr-border-color3:hover{border-color: #666666}
.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: 100px 60px 0;
	}
	.pd_wrap_all{
		padding: 100px 60px 100px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.mg_t_1{margin-top: 100px;}
	.mg_t_2{margin-top: 80px;}
	.mg_t_3{margin-top: 60px;}
	.mg_t_4{margin-top: 40px;}
	.mg_t_5{margin-top: 30px;}
	.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;}
	.pd_t_1{padding-top: 100px;}
	.pd_t_2{padding-top: 80px;}
	.pd_t_3{padding-top: 60px;}
	.pd_t_4{padding-top: 40px;}
	.pd_t_5{padding-top: 30px;}
	.pd_b_1{padding-bottom: 100px;}
	.pd_b_2{padding-bottom: 80px;}
	.pd_b_3{padding-bottom: 60px;}
	.pd_b_4{padding-bottom: 40px;}
	.pd_b_5{padding-bottom: 30px;}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 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 ---------- */
/* ---------- 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_t_1{margin-top: 80px;}
	.mg_t_2{margin-top: 60px;}
	.mg_t_3{margin-top: 50px;}
	.mg_t_4{margin-top: 30px;}
	.mg_t_5{margin-top: 20px;}
	.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;}
	.pd_t_1{padding-top: 80px;}
	.pd_t_2{padding-top: 60px;}
	.pd_t_3{padding-top: 50px;}
	.pd_t_4{padding-top: 30px;}
	.pd_t_5{padding-top: 20px;}
	.pd_b_1{padding-bottom: 80px;}
	.pd_b_2{padding-bottom: 60px;}
	.pd_b_3{padding-bottom: 50px;}
	.pd_b_4{padding-bottom: 30px;}
	.pd_b_5{padding-bottom: 20px;}
/* ---------- common ---------- */
	.sp_br_hide br{display: none;}
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
