@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	color:#000;
	background:#fff;
	font-size:16px;
	font-weight:400;
	line-height: 1.6;
	overflow-x:hidden;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
}
*, *: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;
}
.roboto{
	font-family: 'Roboto', sans-serif;
}
.montserrat{
	font-family: 'Montserrat', sans-serif;
}
body.open, body.modaal-noscroll{
	overflow: hidden;
}

img{
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}

a {
	color:#000;
	text-decoration:none;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	text-decoration:none;
}

.flex_wrap{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
}
.flex_wrap_between{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex_wrap_center{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	justify-content: center;
}
.flex_wrap_middle{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	align-items: center;
}

.sp{display:none !important;}
.note{font-size:87%;}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.invew{
    position: relative;
    transition: all 0.6s ease-in-out 0s;
}
.fade{
    opacity: 0;
    right: -40px;
}
.fade.fire{
    opacity: 1;
    right: 0;
}


/************************
header
************************/
header{
	position: fixed;
	z-index: 110;
	width: 100%;
	height: 85px;
	transition: all 0.3s ease-in-out 0s;
	background:rgba(255,255,255,0.5);
}
.top_header{
	animation: fade 1s ease 1.5s backwards;
}
.inner_header{
	margin: auto;
	width: 95%;
	max-width: 1160px;
	height: 100%;
	align-items: center;
	position: relative;
}
header.fix, .open header{
	background:rgba(255,255,255,1);
}
.inner_header .logo{
}
.h_r{
	align-items: center;
}
.gnav{
	transition: all 0.3s ease-in-out 0s;
	height: 100%;
	font-size: 15px;
}
.gnav > ul{
	height: 100%;
	gap:30px;
}
.gnav > ul > li{
	position: relative;
	height: 100%;
}
.gnav > ul > li > a, .gnav > ul > li span{
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	display: flex;
	height: 100%;
	align-items: center;
}
.gnav_contact{
	margin-left: 40px;
}
.gnav_contact a{
	padding: 0 20px;
	background: url("../images/bg_btn_top.jpg");
	background-size: cover;
	color: #fff;
	height: 100%;
	display: block;
	line-height: 45px;
	border-radius: 100vh;
}
.gnav_contact a i{
	margin-right: 6px;
}
.gnav_contact a i img{
	vertical-align: middle;
}
.gnav a:hover, .gnav span:hover, .gnav_contact a:hover{
	opacity: .6;
}
.gnav > ul > li span{
	padding-right: 20px;
	position: relative;
}
.gnav > ul > li span::after{
	position: absolute;
	display: block;
	content: '';
	width: 8px;
    height: 8px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    right: 0px;
    margin: auto;
    transition: all 0.3s ease-in-out 0s;
}
.gnav .sub_menu{
	transform: scaleY(0);
	transform-origin: top;
	transition: all 0.3s ease-in-out 0s;
	position: fixed;
	background: rgba(255, 255, 255, .5);
	width: 310px;
	padding: 10px 20px;
	top: 85px;
}
header.fix .gnav .sub_menu, .open heade .gnav .sub_menu{
	background: rgba(255, 255, 255, 1);
}
.gnav .sub_menu li{
	margin: 10px 0;
}
.gnav .sub_menu li a{
	padding-left: 16px;
	position: relative;
}
.gnav .sub_menu li a::before{
	position: absolute;
	display: block;
	content: '';
	width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    bottom: 0;
	top: 0;
	margin: auto;
    left: 0px;
}
.gnav > ul > li:hover .sub_menu{
	transform: scaleY(1);
}
.s_nav_wrap a::after{
	position: absolute;
	display: block;
	content: '';
	width: 8px;
    height: 8px;
    border-top: 2px solid #0d8f00;
    border-right: 2px solid #0d8f00;
    transform: rotate(45deg);
    bottom: 0;
	top: 0;
	margin: auto;
    right: 0px;
    transition: all 0.3s ease-in-out 0s;
}



.inner_1100{
	margin: auto;
	width: 95%;
	max-width: 1100px;
}
.inner_1070{
	margin: auto;
	width: 95%;
	max-width: 1070px;
}

.wrapper{
	width: 100%;
	overflow: hidden;
}
/************************
mv
************************/
.mv{
	width: 100%;
	position: relative;
	background: url("../images/bg_mv.jpg");
	background-size: cover;
	padding: 300px 0 530px;
	animation: fade 1s ease 1.5s backwards;
}
.inner_mv{
	margin: auto;
	width: 95%;
	max-width: 1070px;
}

.inner_mv h1{
	line-height: 1.4;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 65px;
	font-weight: 500;
}
.inner_mv h1 span{
	font-size: 75%;
}
/********************************
btn
********************************/
.btn{
	width: 100%;
	max-width: 300px;
}
.btn a{
	display: block;
	color: #fff;
	position: relative;
	text-align: center;
	background: url("../images/bg_btn.jpg");
	background-size: cover;
	font-weight: 700;
	padding: 20px;
	border-radius: 100vh
}
.btn a:hover{
	opacity: .6;
}
/********************************
top
********************************/
.sec_def h2{
	font-size: 36px;
	margin-bottom: 30px;
}
.sec_def h2 span{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin-left: 24px;
}

.sec_about{
	padding: 120px 0 100px;
	position: relative;
	z-index: 1;
}
.sec_about::before{
	content: "";
	position: absolute;
	width: 2027px;
	height: 1119px;
	background: url("../images/map.png") no-repeat;
	background-size: 100% auto;
	top:-400px;
	left: 50%;
	z-index: -1;
	margin-left: -1100px;
}
.lead_top{
	font-size: 24px;
	margin-bottom: 20px;
}
.sec_about .btn{
	margin: 0 0 0 auto;
}

.list_bn_about{
	gap:25px;
	margin-top: 70px;
}
.list_bn_about li{
	width: calc(100% / 3 - 16.666px);
}
.list_bn_about li:last-child{
	width: 100%;
}
.list_bn_about li a:hover{
	opacity: .6;
}

.sec_item{
	background: url("../images/bg_item.png") top center;
	background-size: cover;
	padding-bottom: 192px;
}
.sec_item .flex_wrap_between{
	align-items: flex-end;
	margin-bottom: 54px;
}
.sec_item .flex_wrap_between figure{
	width: calc(100% - 620px);
}
.item_top_cnt{
	width: 580px;
	padding-bottom: 64px;
}

.item_top_cnt .btn_area{
	margin-top: 40px;
}
.item_top_cnt .btn_area .btn{
	max-width: 276px;
}

.slider li a{
	margin: 0 10px;
	display: block;
	padding: 5px;
	border-radius: 6px;
	background: #fff;
}
.slider li h3{
	height:3.2em;
  	display: grid;
  	place-items: center;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
.slider li img{
	width: 100%;
}

.wrap_top_end{
	background: url("../images/bg_event.jpg") center top 170px;
	background-size: cover;
}
.sec_event{
	padding-bottom: 72px;
	position: relative;
}
.sec_event figure{
	position: absolute;
	left: 50%;
	margin-left: -220px;
	width: 1212px;
}
.event_cnt{
	width: 100%;
	max-width: 810px;
	padding: 80px 100px 80px 0;
	position: relative;
	z-index: 1;
	top: -80px;
}
.event_cnt::before{
	content: '';
	position: absolute;
	display: block;
	width: 1270px;
	height: 100%;
	background: #fff;
	border-radius: 35px;
	top: 0;
	right: 0;
	z-index: -1;
}
.event_cnt .btn{
	margin-top: 40px;
}

.inner_960{
	margin: auto;
	width: 95%;
	max-width: 960px;
}
.sec_media{
	padding-top: 95px;
}
.media_cnt{
	width: 35%;
}
.media_cnt .btn{
	margin-top: 40px;
	max-width: 276px;
}
.vd_wrap{
	width: 60%;
	font-size: 14px;
}
.vd{
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 20px;
}
.vd iframe{
	width: 100%;
	height: 100%;
}

.sec_news{
	padding: 100px 0 120px;
}
.list_news_top{
	border-top: 1px solid #e5e7eb;
}
.list_news_top li{
	border-bottom: 1px solid #e5e7eb;
}
.list_news_top li a{
	padding: 20px 0;
}
.list_news_top li .date{
	float: left;
	margin-right: 34px;
}

.ct_area{
	padding: 100px 0;
	background: url("../images/bg_ct.jpg") center;
	background-size: cover;
}

.inner_1000{
	width: 95%;
	max-width: 1000px;
	margin: auto;
}
.ct_area li{
	width: 45%;
	text-align: center;
}
.ct_area li h2{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #fff;
}
.ct_area li .btn{
	max-width: 100%;
}
.ct_area li .btn a{
	background-image: url("../images/bg_ct_btn.jpg");
	position: relative;
}
.ct_area li .btn a span{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 10%;
	display: flex;
	align-items: center;
}
/************************
menu btn
************************/
.menu_btn{
	height: 50px;
	width: 50px;
	text-align: center;
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;
    display: none;
}
.sp_nav_btn{
	width: 50px;
	height: 50px;
	z-index: 1000;
	text-align: center;
	position: relative;
    margin: auto;
	background: #fff;
}
#panel-btn{
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
}
#panel-btn:hover{
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right:0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #0f3f27;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0f3f27;
  transition: .5s;
}
.fix #panel-btn-icon, .fix #panel-btn-icon:before, .fix #panel-btn-icon:after{
	background: #000;
}
#panel-btn:hover #panel-btn-icon, #panel-btn:hover #panel-btn-icon:before, #panel-btn:hover #panel-btn-icon:after{
}
#panel-btn-icon:before{
  margin-top: -12px;
}
#panel-btn-icon:after{
  margin-top: 10px;
}
#panel-btn .close, #panel-btn:hover #panel-btn-icon.close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #000;
}
#panel-btn .close:after{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  background: #000;
}

/********************************
footer
********************************/
footer{
	padding: 60px 0;
}
.inner_ft{
	margin: auto;
	width: 95%;
	max-width: 1160px;
}
.ft_logo{
	margin-bottom: 10px;
}
.list_sns{
	margin: 20px 0 30px;
	gap:10px;
}
.copy{
	font-size: 12px;
}

.ft_m_wrap{
	gap:80px;
}
.ft_m_wrap nav > ul > li{
	font-weight: 700;
	margin-bottom: 16px;
}
.ft_m_wrap nav > ul > li ul{
	margin-top: 16px;
}
.ft_m_wrap nav > ul > li ul li{
	margin-bottom: 8px;
	font-weight: 400;
}
.ft_m_wrap nav > ul > li ul li a{
	padding-left: 16px;
    position: relative;
}
.ft_m_wrap nav > ul > li ul li a::before{
	position: absolute;
	display: block;
	content: '';
	width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    bottom: 0;
	top: 0;
	margin: auto;
    left: 0px;
}

.fl_caution{
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap:10px;
	font-size: 14px;
}

.sp_menu{
	display: none;
}

.btn_totop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 20;
}

/************************
pagination
************************/
.pagination{
	margin:40px 0;
	text-align:center;
	position:relative;
}
.pagination a, .pagination span{
	display:inline-block;
	height:50px;
	width:50px;
	text-align:center;
	line-height:50px;
	margin:0 1px 0 0;
}
.pagination a{
	background:#cacaca;
	color:#fff;
}
.pagination a:hover{
	background:#00a44f;
    color: #fff;
}
.pagination span.current{
	background:#00a44f;
    color: #fff;
}
.pagination a.pg_pre,.pagination a.pg_next{
	position:relative;
	background: none;
	color: #000;
}
.pagination a.pg_pre{
	padding-left: 16px;
	margin-right: 20px;
}
.pagination a.pg_next{
	padding-right: 16px;
	margin-left: 20px;
}
.pagination a.pg_pre::after{
	display:block;
	content:'';
	width:8px;
	height:8px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
    transform: rotate(45deg);
}
.pagination a.pg_next::after{
	display:block;
	content:'';
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
    transform: rotate(45deg);
}
.pagination a:hover{
	text-decoration:none;
}

.page_nav{
	background: #f5f5f5;
	padding: 20px;
}
.page_nav a{
	position: relative;
}
.page_nav a::before{
	position: absolute;
	display: block;
	content: '';
	transform: rotate(45deg);
    bottom: 0;
    top: 0;
    margin: auto;
	width: 8px;
	height: 8px;
}
.page_nav a:hover{
	opacity: .6;
}
.page_nav .pre a{
	padding-left: 26px;
}
.page_nav .next a{
	padding-right: 26px;
}
.page_nav .pre a::before{
	left: 0;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
}
.page_nav .next a::before{
	right: 0;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}


.sp_ft{
	display: none;
}

/********************************
sub
********************************/
.sub_header{
	padding: 300px 0 220px;
	background: #57c7ed no-repeat center;
	background-size: cover;
}
.bg_news{
	background-image: url("../news/images/bg_sub.jpg");
}
.bg_about{
	background-image: url("../about/images/bg_sub.jpg");
}
.bg_story{
	background-image: url("../story/images/bg_sub.jpg");
}
.bg_contact{
	background-image: url("../contact/images/bg_sub.jpg");
}
.bg_media{
	background-image: url("../media/images/bg_sub.jpg");
}
.bg_development{
	background-image: url("../development/images/bg_sub.jpg");
}
.bg_select{
	background-image: url("../select/images/bg_sub.jpg");
}
.bg_initiative{
	background-image: url("../initiative/images/bg_sub.jpg");
}
.bg_lineup{
	background-image: url("../lineup/images/bg_sub.jpg");
}
.bg_event{
	background-image: url("../event/images/bg_sub.jpg");
}
.bg_company{
	background-image: url("../company/images/bg_sub.jpg");
}
.sub_header h1{
	margin: auto;
	width: 95%;
	max-width: 1080px;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
}
.sub_header h1 span{
	display: block;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
.pan{
	padding: 16px 0 50px;
}
.pan p{
	margin: auto;
	width: 95%;
	max-width: 1160px;
}
.pan p a{
	color: #b1b1b1;
	position: relative;
	margin-right: 10px;
	padding-right: 30px;
}
.pan p a::after{
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #000;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
}

.inner_1160{
	margin: auto;
	width: 95%;
	max-width: 1160px;
}
.sub_body{
	padding-bottom: 150px;
	overflow: hidden;
	width: 100%;
}
.list_news{
	border-top: 1px solid #e5e7eb;
}
.list_news li{
	border-bottom: 1px solid #e5e7eb;
}
.list_news li a{
	padding: 20px 24px;
}
.list_news li .date {
    float: left;
    margin-right: 34px;
}
.list_news li a i{
	margin-left: 5px;
}

.about_body{
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
.about_body::before{
	content: '';
	position: absolute;
	display: block;
	width: 1665px;
	height: 1500px;
	top: 310px;
	right: 50%;
	margin-right: -634px;
	background: url("../images/map.png") no-repeat top center;
	background-size: 100% auto;
	z-index: -1;
}
.about_p_sec{
	padding-bottom: 100px;
}
.about_p_sec h2{
	text-align: center;
	font-size: 36px;
	margin-bottom: 80px;
}

.about_top_wrap{
	position: relative;
}
.cnt_ab_t{
	width: 48%;
}
.cnt_ab_t h3{
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 50px;
}
.about_top_wrap figure{
	position: absolute;
	width: 972px;
	left: 56.8%;
	top:0;
}
.list_about{
	gap:60px 0;
}
.list_about li{
	width: 48%;
	text-align: center;
}
.list_about li figure{
	margin-bottom: 20px;
}
.list_about li h3{
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 400;
}
.list_about li a:hover{
	opacity: .6;
}

.sec_story_p h2{
	font-size: 36px;
	margin-bottom: 70px;
}
.sec_story_p h2 span{
	font-size: 130%;
	color: #0a77fe;
}
.story_head{
	padding-bottom: 86px;
}
.story_head h2{
	text-align: center;
}

.inner_1080{
	margin: auto;
	width: 95%;
	max-width: 1080px;
}

.sh_top{
	position: relative;
	padding-top: 1px;
	margin-bottom: 14px;
}
.sh_top figure{
	width: 1378px;
	left: 50%;
	margin-left: -381px;
	position: absolute;
}
.cnt_sh_t{
	width: 100%;
	max-width: 600px;
	position: relative;
	padding: 80px 70px 80px 0;
	height: 545px;
	margin-top: 88px;
	z-index: 1;
}
.cnt_sh_t::before{
	background: #fff;
	position: absolute;
	content: '';
	display: block;
	top: 0;
	right: 0;
	height: 100%;
	width: 200%;
	border-radius: 20px;
	z-index: -1;
}
.cnt_sh_t h3{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 40px;
}
.list_sh_t li{
	width: 48.7%;
}

.sec_his{
	position: relative;
	z-index: 1;
	background: #f6f6f6;
	padding: 160px 0 110px;
}
.sec_his::before{
	width: 100%;
	height: 100vw;
	background: url("../story/images/bg_his01.jpg") no-repeat top;
	background-size: 100% auto;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.sec_his::after{
	width: 100%;
	height: 100vw;
	background: url("../story/images/bg_his02.jpg") no-repeat bottom;
	background-size: 100% auto;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.his_top{
	align-items: flex-end;
	margin-bottom: 40px;
}

.his_left{
	width: 53%;
}
.his_left h3{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 40px;
}
.his_left p{
	margin-bottom: 40px;
}
.his_right{
	width: 42%;
}

.list_his{
	margin: 140px auto 82px;
	width: 100%;
	max-width: 880px;
}
.list_his li{
	padding-bottom: 50px;
	position: relative;
}
.list_his li::after{
	content: '';
	position: absolute;
	display: block;
	width: 3px;
	height: 100%;
	background: #5ac7e1;
	top:6px;
	left: 8.5px;
}
.list_his li:last-child{
	padding-bottom: 0;
}
.list_his li:last-child::after{
	display: none;
}
.list_his li:first-child::before{
	content: '';
	position: absolute;
	display: block;
	width: 3px;
	height: 65px;
	background: url("../story/images/line_top.png");
	top:-59px;
	left: 8.5px;
}
.list_his li:last-child::before{
	content: '';
	position: absolute;
	display: block;
	width: 3px;
	height: 80px;
	background: url("../story/images/line_bottom.png");
	top:25px;
	left: 8.5px;
}
.list_his li span.icon{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #5ac7e1;
	margin-right: 28px;
	position: relative;
	top: 6px;
}
.list_his li .cnt_his{
	width: 220px;
}
.list_his li:first-child .cnt_his{
	width: 320px;
}
.list_his li figure{
	margin-left: 48px;
}
.list_his li h3{
	font-size: 18px;
}
.list_his li h3 span{
	font-size: 130%;
}
.sec_his .btn{
	margin: 0 auto;
}

.sec_jyusyo{
	padding: 116px 0;
}
.sec_jyusyo h2{
	text-align: center;
}

.list_story{
	gap:50px 0;
}
.list_story li{
	width: 23%;
	text-align: center;
}
.list_story li a:hover{
	opacity: .5;
}
.list_story li figure{
	margin-bottom: 20px;
}
.modaal-wrapper .modaal-close{
	display: none;
}

.list_l_nav_st li{
	width: 31.8%;
	text-align: center;
}
.list_l_nav_st li a:hover{
	opacity: .6;
}

.wrap_contact a{
	color: #0876fa;
	text-decoration: underline;
}

.tb_contact{
	width: 100%;
	border-collapse: collapse;
	margin: 70px 0 60px;
}
.tb_contact th, .tb_contact td{
	border-bottom: 1px solid #aeaeae;
	padding: 35px 0;
	text-align: left;
	vertical-align: top;
}
.tb_contact th{
	font-size: 18px;
	font-weight: 400;
	width: 40%;
}
.tb_contact th sup{
	color: #0876fa;
}
.tb_contact td{
	position: relative;
}
.tb_contact td input{
	background: #f8f8f8;
	border: 1px solid #b6b6b6;
	padding: 10px 20px;
	width: 100%;
	font-size: 16px;
}
.sel_wrap{
	position: relative;
	max-width: 345px;
    width: 100%;
}
.tb_contact td select{
	background: #f8f8f8;
	border: 1px solid #b6b6b6;
	padding: 10px 60px 10px 20px;
	font-size: 16px;
    width: 100%;
	-webkit-appearance: none;
	appearance: none;
}
.sel_wrap::after{
	border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #000;
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.tb_contact td textarea{
	background: #f8f8f8;
	border: 1px solid #b6b6b6;
	padding: 10px 20px;
	width: 100%;
	height: 198px;
	font-size: 16px;
}
.tb_contact td.error input, .tb_contact td.error textarea{
	background: #eef4fb;
}
.error_text{
	position: absolute;
	color: #0876fa;
}

.contact_policy{
	padding: 40px 20px;
	border: 1px solid #444444;
	height: 346px;
	overflow: auto;
	margin-bottom: 70px;
}
.agree{
	text-align: center;
}
.agree label{
	font-size: 18px;
}
.agree input{
	margin-right: 5px;
}
.submit_wrap{
	text-align: center;
	margin-top: 40px;
}
.submit_wrap input{
	margin: 0 45px;
	width: 90%;
	max-width: 420px;
	padding: 30px;
	border-radius: 100vh;
	border: none;
	color: #fff;
	background: #656161;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}
.submit_wrap input:hover{
	opacity: .6;
}
.submit_wrap input.submit{
	background: #0058c1;
}

.wrap_thanks{
	text-align: center;
}
.wrap_thanks h2{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 60px;
}

.btn_to_top{
	margin: 120px auto 0;
	width: 90%;
	max-width: 375px;
}
.btn_to_top a{
	padding: 30px;
	border: 2px solid #000;
	border-radius: 100vh;
	display: block;
}
.btn_to_top a:hover{
	opacity: .6;
}

.btn_totop{
	position: fixed;
	bottom: 20px;
	right: 20px;
}


.list_media{
	margin-top: 60px;
}
.list_media li{
	padding-bottom: 50px;
	border-bottom: 1px solid #000;
}
.list_media li:not(:last-child){
	margin-bottom: 50px;
}
.list_media li figure{
	width: 33%;
}
.list_media li figure a{
	display: block;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #e2e2e2;
}
.cnt_media{
	width: 63%;
}
.cnt_media h2{
	margin: 10px 0 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #a2a2a2;
	font-size: 24px;
	font-weight: 400;
}

.pagination2{
	margin:40px 0 0;
	text-align:center;
	position:relative;
}
.pagination2 a, .pagination2 span{
	display:inline-block;
	height:35px;
	width:35px;
	text-align:center;
	line-height:35px;
	margin:0 5px;
	border-radius: 50%;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.pagination2 a{
	background: #eaeaea;
}
.pagination2 a:hover{
	background:#504f4f;
	color: #fff;
}
.pagination2 span.current{
	background:#504f4f;
	color: #fff;
}
.pagination2 a.pg_pre,.pagination2 a.pg_next,.pagination2 a.pg_pre:hover,.pagination2 a.pg_next:hover{
	position:relative;
	background: none;
}
.pagination2 a.pg_pre::after{
	display:block;
	content:'';
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin:auto;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
    transform: rotate(45deg);
}
.pagination2 a.pg_next::after{
	display:block;
	content:'';
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left: 0;
	margin:auto;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
    transform: rotate(45deg);
}

.dev_sec{
	padding-bottom: 80px;
}
.dev_sec h2{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.dev_items{
	text-align: center;
	margin-bottom: 50px;
}
.dev_items figure{
	margin-bottom: 40px;
}
.dev_fl{
	align-items: center;
}
.dev_fl figure{
	width: 40%;
}
.dev_fl .dev_cnt{
	width: 56%;
}
.dev_point{
	background: #f5f9fa;
	padding: 60px 0 100px;
	margin-bottom: 80px;
}
.dev_point h2{
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}
.dev_point h2 i{
	display: block;
	margin-bottom: 20px;
}

.list_point{
	margin-top: 40px;
	gap:60px 8%; 
}
.list_point li{
	width: 46%;
}
.list_point li .point_cnt{
	width: calc(100% - 160px);
}
.name_point{
	font-weight: 700;
	margin-top: 30px;
}

.sec_select{
	padding-bottom: 70px;
}
.lead_select{
	font-size: 18px;
	text-align: center;
	margin-bottom: 60px;
}
.select_pic{
	text-align: center;
	margin-bottom: 24px;
}
.list_select{
	margin: 0 auto 90px;
	width: 100%;
	max-width: 740px;
}
.list_select li:first-child{
	margin-bottom: 60px;
}
.list_select li .l_sec_cnt{
	width: calc(100% - 240px);
}
.list_select li .l_sec_cnt h2{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.list_select li .l_sec_cnt h2 span{
	display: block;
	font-size: 16px;
}

.select_rank h2{
	text-align: center;
	color: #d3aa00;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 40px;
}
.select_rank h2 i{
	display: block;
	margin-bottom: 20px;
}
.list_rank li{
	width: 32%;
	text-align: center;
}
.list_rank li p{
	margin-top: 10px;
	font-size: 18px;
}

.init_top{
	margin-bottom: 130px;
}
.init_top_cnt{
	width: calc(100% - 610px);
}

.init_sec{
	padding-bottom: 100px;
}
.init_sec h3{
	font-size: 30px;
	text-align: center;
	color: #0a77fe;
	margin-bottom: 60px;
}

.list_pb li:not(:last-child){
	margin-bottom: 40px;
}
.list_pb li{
	gap:5%;
	align-items: center;
}
.list_pb li h4{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 16px;
}
.list_pb li .pb_cnt{
	width: 61%;
}
.list_pb li:nth-child(even){
	flex-direction: row-reverse;
}
.list_pb li:nth-child(even) .pb_cnt{
	text-align: right;
}
.list_pb li:nth-child(1) .pb_cnt{
	max-width: 600px;
}
.list_pb li:nth-child(2) .pb_cnt{
	max-width: 392px;
}
.list_pb li:nth-child(4) .pb_cnt{
	max-width: 480px;
}

.media_vd{
	max-width: 520px;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0 auto 20px;
}
.media_vd iframe{
	width: 100%;
	height: 100%;
}
.media_wrap{
	text-align: center;
}
.media_wrap .btn{
	margin: 60px auto 0;
	max-width: 370px;
}

.linup_body{
	background: #f1f7f9;
	padding: 80px 0 90px;
}
.sub_body.non_pd{
	padding: 0;
}
.list_item li{
	background: #fff;
	overflow: hidden;
	border-radius: 20px;
}
.list_item li:not(:last-child){
	margin-bottom: 30px;
}
.item_cnt{
	width: calc(100% - 250px);
	padding: 40px;
}
.item_cnt h2{
	font-size: 30px;
	margin-bottom: 10px;
}
.item_cnt .gnav_contact{
	margin: 30px 0 0;
}
.item_cnt .gnav_contact a{
	max-width: 195px;
	margin-left: auto;
}

.message{
	padding: 80px 0;
	background: #f9f8f6;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
}
.inner_870{
	margin: auto;
	max-width: 870px;
	width: 95%;
}
.message h2{
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 40px;
}
.name_ceo{
	text-align: right;
	margin-top: 20px;
}
.sec_comp{
	padding-top: 80px;
}
.sec_comp h2{
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 50px;
}
.tb_comp{
	margin-bottom: 40px;
	width: 100%;
	border-collapse: collapse;
}
.tb_comp tr{
	border-bottom: 1px solid #cccccc;
}
.tb_comp th, .tb_comp td{
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
}
.tb_comp th{
	width: 20%;
}
.sec_comp h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.map_wrap{
	width: 100%;
	height: 325px;
	margin-top: 30px;
}
.map_wrap iframe{
	width: 100%;
	height: 100%;
}
/********************************
sp
********************************/
@media screen and (max-width: 1040px) {
	.gnav_contact{margin-left: 20px}
	.gnav > ul{gap:15px;}
}
@media screen and (max-width: 950px) {
	.gnav{position: fixed;top: 85px; right: -100%;width: 100%; background: #fff;padding:50px; height: calc(100% - 85px); overflow: auto;}
	.menu_btn{display: block;}
	.open .gnav{right: 0;}
	.gnav_contact{margin: 0 1px 0 0;}
	.gnav_contact a{line-height: 50px;width: 50px; border-radius: 0;padding: 0;}
	.gnav_contact a span{display: none;}
	.gnav_contact a i{display: block;margin: 0;text-align: center;}
	.gnav > ul{display: block; height: auto;font-size: 20px;}
	.gnav > ul > li{height: inherit;margin-bottom: 30px;}
	.gnav .sub_menu{position: relative;transform: scaleY(1);top: 0;padding: 0;}
	.sp_menu{display: block;}
	.gnav > ul > li span::after{display: none;}
}
@media screen and (max-width: 768px) {
	header{background: rgba(255,255,255,0);}
}
@media screen and (max-width: 768px) {
	body{ font-size:14px;}
	.sp{ display:block !important;}
	.pc{display:none !important;}
	.mv{padding:50vw 0 0;height: 170vw; background-image: url("../images/bg_mv_sp.jpg");}
	.inner_mv h1{font-size: 40px;}
	.sec_about::before{width: 1020px;top: -214px;margin-left: -470px;}
	.sec_about{padding: 60px 0;}
	.sec_def h2{font-size: 24px; margin-bottom: 16px;}
	.sec_def h2 span{font-size: 12px;}
	.sec_about .btn{margin: 20px 0 0;}
	.list_bn_about li, .list_bn_about li:last-child{width: 48%;}
	.list_bn_about{gap:20px 4%; margin-top: 30px;}
	.sec_item .flex_wrap_between figure{width: 100%; text-align: center; margin-bottom: 30px;}
	.sec_item .flex_wrap_between figure img{width: 80%;}
	.lead_top{font-size: 16px;margin-bottom: 10px;}
	.btn a{padding: 14px;}
	.item_top_cnt .btn_area .btn{width: 49%;}
	.item_top_cnt{width: 100%;}
	.sec_item .flex_wrap_between{margin-bottom: 0;}
	.sec_item{background-image: url("../images/bg_item_sp.png"); background-repeat: no-repeat; background-size: 100% auto; background-position: bottom;}
	.sec_event figure{top: -180px; width: 600px;}
	.event_cnt{top: 0;margin-top: 75px; padding: 40px 0;}
	.event_cnt::before{right: -60px;}
	.wrap_top_end{background: url("../images/bg_event_sp.png") no-repeat top center; }
	.sec_media{padding-top: 40px;}
	.media_cnt{width: 100%; text-align: center; margin-bottom: 30px;}
	.sec_def .media_cnt h2 span{display: block; margin: 0px;}
	.media_cnt .btn{margin: 20px auto 0;}
	.vd_wrap{width: 100%;}
	.sec_news{padding: 50px 0;}
	.list_news_top li .date{float: none;}
	.list_news_top li a{padding: 10px 0;}
	.ct_area{padding: 40px 0;}
	.ct_area .flex_wrap_between{gap:30px;}
	.ct_area li{width: 100%;}
	.ct_area li h2{font-size: 15px;margin-bottom: 15px;}
	.ft_info{width: 100%;text-align: center;}
	.list_sns{justify-content: center;}
	.ft_menu{display: none;}
	.sp_ft{display: flex; text-align: left;}
	.fl_caution{font-size: 10px; margin-bottom: 20px;}
	.sub_body{padding-bottom: 60px;}
	.sub_header{padding: 150px 0 110px;}
	.list_news li a{padding: 10px 0;}
	.list_news li .date{float: none; margin: 0 0 10px;}
	.btn_totop{width: 40px;}
	.about_p_sec{padding-bottom: 50px;}
	.about_p_sec h2{font-size: 24px; margin-bottom: 40px;}
	.cnt_ab_t{width: 100%;}
	.about_top_wrap figure{position: relative; margin-top: 20px; left: 2.5%; top: inherit; width: 500px;}
	.about_body::before{width: 1020px;top: 0px;margin-right: -500px;}
	.list_about li{width: 100%;}
	.list_about li h3{font-size: 18px; margin-bottom: 15px;}
	.sec_story_p h2{font-size: 24px; margin-bottom: 40px;}
	.cnt_ab_t h3{font-size: 18px;margin-bottom: 25px;}
	.cnt_sh_t{padding: 30px 30px 30px 0;height: auto;}
	.cnt_sh_t h3{font-size: 18px; margin-bottom: 25px;}
	.sh_top figure{width: 95%;margin-left: -40%;}
	.sec_his{padding: 80px 0;}
	.his_left h3{font-size: 18px; margin-bottom: 20px;}
	.his_left{width: 100%; margin-bottom: 20px;}
	.his_right{width: 80%; margin: 0 0 0 auto;}
	.list_his li:first-child .cnt_his{width: 200px; margin-bottom: 20px;}
	.list_his li h3{font-size: 15px;}
	.list_his li figure{width: calc(100% - 48px);}
	.sec_jyusyo{padding: 60px 0;}
	.list_story li{width: 48.5%;}
	.list_l_nav_st li{width: 100%;}
	.list_l_nav_st{gap:20px;}
	.tb_contact{margin: 30px 0;}
	.tb_contact th, .tb_contact td{width: 100%; display: block; padding: 15px 0 30px;}
	.tb_contact th{border: none; padding-bottom: 0;}
	.contact_policy{padding: 20px;height: 160px; margin-bottom: 30px;}
	.agree label{font-size: 14px;}
	.submit_wrap input{margin: 10px 0 0;}
	.wrap_thanks h2{font-size: 18px; margin-bottom: 30px;}
	.btn_to_top{margin-top: 60px;}
	.tb_mcheck{min-width: 800px;}
	.list_media li figure{width: 100%; margin-bottom: 20px;}
	.cnt_media{width: 100%;}
	.cnt_media h2{font-size: 18px;}
	.pagination2 a, .pagination2 span{font-size: 12px; width: 30px; height: 30px;line-height: 30px; margin: 0 2px;}
	.dev_items{text-align: left;}
	.dev_items figure{text-align: center; margin-bottom: 20px;}
	.dev_fl figure{width: 100%; margin-bottom: 20px;}
	.dev_fl .dev_cnt{width: 100%;}
	.dev_fl{margin-bottom: 50px;}
	.dev_fl_2{margin-bottom: 0;}
	.dev_fl_2 figure{order: 1;}
	.dev_fl_2 .dev_cnt{order: 2;}
	.ta_r{text-align: left;}
	.list_point li{width: 100%;}
	.list_point{gap:40px;}
	.list_point li figure{width: 100%; text-align: center;margin-bottom: 20px;}
	.list_point li .point_cnt{width: 100%;}
	.name_point{margin-top: 15px;}
	.lead_select{font-size: 15px;}
	.list_select li figure{width: 100px;}
	.list_select li .l_sec_cnt{width: calc(100% - 120px);}
	.list_select li .l_sec_cnt h2{font-size: 15px;}
	.list_select li .l_sec_cnt h2 span{font-size: 13px;}
	.list_rank li{width: 100%;}
	.list_rank{gap:30px;}
	.init_top_cnt{width: 100%;}
	.init_top{margin-bottom: 60px; flex-direction: column-reverse;}
	.init_top figure{margin-bottom: 20px; text-align: center;}
	.init_sec h3{font-size: 20px;margin-bottom: 30px;}
	.list_pb li .pb_cnt{width: 100%; margin-top: 10px;}
	.list_pb li:nth-child(even){flex-direction: column;}
	.list_pb li:nth-child(even) .pb_cnt{text-align: left;}
	.item_cnt{width: 100%; padding: 20px;}
	.list_item li figure{width: 100%; background: #f3f3f3; text-align: center;}
	.item_cnt .gnav_contact a{padding: 0 20px;line-height: 45px;border-radius: 100vh;width: 195px;}
	.item_cnt .gnav_contact a span{display: inline;}
	.item_cnt .gnav_contact a i{display: inline;margin-right: 6px;}
	.message{padding: 40px 0;}
	.message h2{font-size: 24px;margin-bottom: 20px;}
	.sec_comp{padding-top: 40px;}
	.sec_comp h2{font-size: 20px;margin-bottom: 20px;}
	.sec_comp h3{font-size: 16px;}
	.list_his li:first-child h3 span{margin: 0;}
}