@charset "utf-8";
/*================================
bace css
================================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,section,article,aside,hgroup,header,footer,nav,dialog,figure,menu,video,audio,mark,time,canvas,details {    margin: 0;    padding: 0;    border: 0;    font-size: 100%;    background: transparent;    -webkit-box-sizing: border-box;    box-sizing: border-box;}
a {
	color: #282828;
    transition: all 0.5s ease;
    text-decoration: none;
}
html{
	font-size: 100px;
}
a:hover {
	opacity: .7;
}
a img{
    transition: all 0.5s ease;
    text-decoration: none;
}
section,article,aside,hgroup,header,footer,nav,dialog,figure,figcaption {
	display: block;
}
input,select {
    vertical-align: middle;
}
body {
	font-size: 0.16rem;
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	width: 100%;
    min-width: 1025px;
    overflow-x: scroll;
    line-height: 1;
	-webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
img {
	max-width: 100%;
	margin: auto;
	vertical-align: bottom;
}
ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    letter-spacing: normal;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
li::marker {
    margin: 0;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}
/*================================
parts
================================*/
.alc {
    text-align: center !important;
}
.all {
    text-align: left !important;
}
.alr {
    text-align: right !important;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.clr {
    zoom: 1;
}
.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}
.clearboth {
    clear: both !important;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.en{
	font-family: Arial Black,Arial,'Noto Sans JP',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: bolder;
}
.top-mrgn-S{
	margin-top: .2rem;
}
.top-mrgn-M{
	margin-top: .6rem;
}
.top-mrgn-L{
	margin-top: 1rem;
}
.btm-mrgn-S{
	margin-bottom: .2rem;
}
.btm-mrgn-M{
	margin-bottom: .6rem;
}
.btm-mrgn-L{
	margin-bottom: 1rem;
}
.top-padd-S{
	padding-top: .2rem;
}
.top-padd-M{
	padding-top: .6rem;
}
.top-padd-L{
	padding-top: 1rem;
}
.btm-padd-S{
	padding-bottom: .2rem;
}
.btm-padd-M{
	padding-bottom: .6rem;
}
.btm-padd-L{
	padding-bottom: 1rem;
}
/*================================
header
================================*/
.header .glogo{
	width: 207px;
	position: absolute;
	top: .2rem;
	left: .2rem;
  z-index: 99;
}
.header .gmenu{
	position: fixed;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 9996;
}
.header .gmenu a{
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
}
.header .gmenu-list{
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.header .gmenu-list li{
	width: 67.5px;
	height: 67.5px;
}
.header .gmenu-list li a{
	display: block;
	width: 100%;
	height: 100%;
	border-right: 1px solid #fff;
	background: #ee551e;
	position: relative;
}
.header .gmenu-list li a:hover{
	opacity: 1;
}
.header .gmenu-list li a img{
	position: absolute;
	top: 38%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.header .gmenu-list .event a img{
	width: 18px;
}
.header .gmenu-list .search a img{
	width: 22.5px;
}
.header .gmenu-list .docment a img{
	width: 22.5px;
}
.header .gmenu-list .recruit a img{
	width: 22.5px;
}
.header .gmenu-list .course a img{
	width: 22.5px;
  top: 35%;
}
.header .gmenu-list .course .gmenu-name{
  line-height: 1.2;
}
.header .gmenu-name{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-weight: bolder;
	color: #fff;
	position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.header .gmenu-bar{
	width: 67.5px;
	height: 67.5px;
	background: #ee551e;
	cursor: pointer;
	position: relative;
}
.header .gmenu-bar_btn{
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    z-index: 3;
    width: 25px;
    height: 12px;
    background: none;
    border: none;
    appearance: none;
	cursor: pointer;
	transition: all 0.5s ease;
}
.header .gmenu-bar_btn span{
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
	transition: all 0.5s ease;
}
.header .gmenu-bar_btn span:first-child{
    top: 0;
	left: 0;
}
.header .gmenu-bar_btn span:last-child{
    bottom: 0;
	left: 0;
}
html.is-open{
    height: 100%;
    overflow: hidden;
}
.header .gmenu-bar_btn.is-open{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.header .gmenu-bar_btn.is-open span:first-child{
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	top: 0;
}
.header .gmenu-bar_btn.is-open span:last-child{
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	bottom: 9px;
}
.header .gmenu-box{
	width: 100%;
  height: 100%;
	border-top: 1px solid #fff;
  background: #ee551e;
  position: fixed;
  top: 67.5px;
  left: 0;
	padding: .5rem .5rem 1rem;
	overflow-y: scroll;
	opacity: 0;
  visibility: hidden;
	transition: all 0.5s ease;
	z-index: 9995;
}
.header .gmenu-box.is-open{
	opacity: 1;
    visibility: visible;
}
.header .gmenu-box-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header .gmenu-box-list::after{
	content:"";
	display: block;
	width: calc(100% / 4);
}
.header .gmenu-box-link{
	width: calc(100% / 4);
	padding: 0 30px 30px 0;
}
.header .gmenu-line{
	display: inline-block;
	padding-left: 33px;
	position: relative;
}
.header  .gmenu-line::before{
    content: '';
	width: 30px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.header .gmenu-box-links{
	width: calc(100% / 4);
	padding: 0 .3rem .3rem 0;
}
.header .gmenu-box-links-ttl{
	margin-bottom: 20px;
}
.header .gmenu-box-links-item li{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
}
.header .gmenu-arrow{
	display: block;
	padding-right: 30px;
	position: relative;
}
.header .gmenu-arrow::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
/*serach*/
.header .search-location{
    width: 100%;
    height: auto;
}
.header form.site-search{
	position: relative;
}
.header .search-box{
    padding: .4rem .2rem;
    width: 100%;
    border: solid 2px #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
}
.header button.seach-button{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    border: none;
    background: #ee551e url(/common/img/ico_search.png) no-repeat center center / 20px auto;
}
.header .gbnr{
	position: fixed;
	top: 0;
	right: 405px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 9998;
}
.header .gbnr-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header .gbnr-list li a{
	display: block;
	width: 150px;
	height: 67.5px;
	background: #fff;
}
.header .gbnr-list li a img{
	display: block;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.header .gbnr-list li a:hover{
	opacity: 1;
}
.header .gbnr-list li a:hover img{
	opacity: .7;
}
/*================================
modal
================================*/
.md-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ee551e;
	opacity: .8;
	z-index: 9999;
}
.md-contents{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 90%;
	height: auto;
	z-index: 10000;
}
.md-inner{
	position: relative;
}
.md-xmark{
	position: absolute;
	top: -34px;
	right: 0;
	width: 30px;
	height: 23px;
	z-index: 9999;
	cursor: pointer;
}
.md-xmark span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
}
.md-xmark span:nth-of-type(1){
	top: 0;
	transform: translateY(10px) rotate(-45deg);
}
.md-xmark span:nth-of-type(2){
	bottom: 0;
	transform: translateY(-10px) rotate(45deg);
}
/*================================
main
================================*/

/*================================
footer
================================*/
.footer .ft-info{
	background: url(../../common/img/ft_bg.jpg) no-repeat top center / cover;
	padding: .8rem .4rem;
}
.footer .ft-info_inner{
	max-width: 1200px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}
.footer .ft-info_inner a{
	color: #fff;
}
.footer .ft-info_item{
	padding-right: 50px;
}
.footer .ft-info_ttl{
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.footer .ft-info_subttl{
	font-size: 16px;
	line-height: 1.4;
	font-weight: bolder;
}
.footer .ft-info_item02{
	padding-right: 50px;
}
.footer .ft-info_snsttl{
	font-size: 22px;
	line-height: 1.4;
}
.footer .ft-info_item02 .ft-info_snsttl{
	background: url(../../common/img/ft_ico_twi.png) no-repeat center left / 61px auto;
	padding-left: 71px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer .ft-info_item03 .ft-info_snsttl{
	background: url(../../common/img/ft_ico_line.png) no-repeat center left / 52px auto;
	padding-left: 62px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer .ft-menu{
	padding: 80px 2% 40px;
	position: relative;
}
.footer .ft-menu_inner{
	max-width: 1200px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* .footer .ft-menu_item{
	width: 50%;
} */
.footer .ft-menu_item02{
	/* width: 50%; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer .ftlogo{
	margin-bottom: 15px;
}
.footer .ftkake{
	margin-bottom: .1rem;
}
.footer .ftkake a{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
.footer .ftkake a:hover{
	opacity: 1;
	text-decoration: underline;
}
.footer .ftcopy{
	font-size: 13px;
	line-height: 1.4;
}
.footer .ft-menu_item02 ul{
	width: 50%;
	padding-right: 30px;
}
.footer .ft-menu_item02 ul li{
	margin-bottom: 30px;
}
.footer .ft-menu_item02 ul li a{
	font-size: 14px;
	font-weight: bolder;
	line-height: 1.4;
}
.footer .ft-menu_item02 ul li a.external::after{
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../../common/img/ico_link.png) no-repeat top center / 100% auto;
	margin-left: 3px;
}
.footer .pagetop{
	position: absolute;
	right: .1rem;
	bottom: .4rem;
	width: 12px;
}
.footer .pagetop img{
	width: 12px;
}
.ft_last_box{
  background-color: #e6e6e6;
  text-align: center;
  padding: .2rem 0;
}
/* 250617_画像追加 */
.footer .ft-menu_item{
	width: 36%;
}
.footer .ft-menu_item02{
	width: 44%;
}
.footer .ft-menu_item03_img{
	width: 20%;
}

/*================================
color
================================*/
.green{
	color: #1ea0a0;
}
.orange{
	color: #ee551e;
}
.black{
	color: #282828;
}
.bold{
	font-weight: bolder;
}
@media only screen and (max-width: 1024px) {
	html{
		font-size: 50px;
	}
    body{
		font-size: 0.28rem;
        min-width: 100%;
    }
	a:hover{
		opacity: 1;
	}
	.pc{
        display: none!important;
    }
    .sp{
        display: block!important;
    }
	/*================================
	header
	================================*/
	.header .gmenu{
		width: 100%;
	}
	.header .gmenu.is-open{
		width: 100%;
	}
	.header .gmenu-list{
		width: 100%;
		z-index: 9997;
		position: absolute;
		top: 140px;
		left: 0;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s ease;		
	}
	.header .gmenu-list.is-open{
		opacity: 1;
		visibility: visible;
	}	
	.header .gmenu-list li{
		width: calc(100% / 5);
		height: 60px;
	}
	.header .gmenu-list li a{
		border-right: 5px solid #ee551e;
		background: #1ea0a0;
	}
	.header .gmenu-list li:first-child a{
		border-left: 5px solid #ee551e;
	}
	.header .gmenu-list .event a img{
		width: 15px;
	}
	.header .gmenu-list .search a img{
		width: 18px;
	}
	.header .gmenu-list .docment a img{
		width: 18px;
	}
	.header .gmenu-name{
		top: 75%;
		font-size: 10px;
	}
	.header .gmenu-bar_btn{
		width: 18px;
		height: 12px;
	}
	.header .gmenu-bar_btn span{
		height: 3px;
	}
	.header .gmenu-bar_btn.is-open span:first-child{
		top: 0;
	}
	.header .gmenu-bar_btn.is-open span:last-child {
		bottom: 9px;
	}
	.header .gmenu-bar{
		width: 25%;
		height: 50px;
		z-index: 9996;
		transition: all 0.5s ease;	
	}
	.header .gmenu-bar.is-open{
		background: #D44B19;
	}
	.header .gmenu-bar .gmenu-name{
		width: 100%;
		font-size: 12px;
	}
	.header .gmenu-box{
		border-top: 0;
		top: 220px;
		padding: 0 0 240px;
	}
	.header .gmenu-box-wrap{
		width: 100%;
		height: 100%;
		background: #ee551e;
		position: fixed;
		top: 0;
		left: 0;
		overflow-y: scroll;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s ease;
		z-index: 9995;
	}
	.header .gmenu-box-wrap.is-open{
		opacity: 1;
		visibility: visible;
	}
	.header .gmenu-line{
		padding-left: 20px;
	}
	.header .gmenu-line::before{
		width: 15px;
	}
	.header .gmenu-box-link{
		width: 100%;
		padding: 15px 5%;
		border-bottom: 1px solid #fff;
	}
	.header .gmenu-box-links{
		width: 100%;
		padding: 0;
		cursor: pointer;
	}
	.gmenu-box-links-item{
		display: none;
		padding: 15px 5%;
	}
	.header .gmenu-box-links-ttl{
		border-bottom: 1px solid #fff;
		margin-bottom: 0;
		padding: 15px 15% 15px 5%;
		background: linear-gradient(to right, #ee551e, #ee551e 85%, #D44B19 15%, #D44B19);
		position: relative;
	}
	.header .gmenu-box-links-ttl::after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: calc(5% + 5px);
		margin: auto;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-right: 3px solid #fff;
		border-bottom: 3px solid #fff;
		transform: rotate(45deg);
		transition: all 0.5s ease;
	}
	.header .gmenu-box-links-ttl.is-open::after{
		transform: rotate(225deg);
	}
	.header .glogo{
		width: 50%;
		top: 1%;
		z-index: 9999;
	}
	/*.header .glogo.is-open{
		z-index: 9996;
	}*/	
	.header .gbnr{
		width: 100%;
		position: fixed;
		top: 60px;
		right: auto;
		left: auto;
		margin: auto;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s ease;
	}
	.header .gbnr.is-open{
		opacity: 1;
		visibility: visible;
	}	
	.header .gbnr-list{
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 5%;
	}
	.header .gbnr-list li{
		width: 49.5%;
		text-align: center;
	}
	.header .gbnr-list li.left{
		margin-right: auto;
		margin-left: 0;
	}
	.header .gbnr-list li.right{
		margin-right: 0;
		margin-left: auto;
	}
	.header .gbnr-list li a{
		width: 100%;
	}
	.header .gbnr-list li a:hover img{
		opacity: 1;
	}

	/*================================
	modal
	================================*/

	/*================================
	main
	================================*/

	/*================================
	footer
	================================*/
	.footer .ft-info_inner{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer .ft-info_item{
		width: 100%;
		padding: 0 0 20px;
	}
	.footer .ft-info_item02{
		width: 100%;
		padding: 0 0 20px;
	}
	.footer .ft-info_item03{
		width: 100%;
	}
	.footer .ft-info_snsttl{
		font-size: 18px;
	}
	.footer .ft-info_item03 .ft-info_snsttl{
		padding-left: 74px;
	}
	.footer .ft-menu{
		padding: 30px 5% 20px;
	}
	.footer .ft-menu_inner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.footer .ft-menu_item{
		width: 100%;
		text-align: center;
	}
	.footer .ft-info_ttl{
		font-size: 34px;
	}
	.footer .ft-menu_item02{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer .ft-menu_item02 ul:last-child{
		padding-right: 0;
	}
	.footer .ft-menu_item02 ul li{
		margin-bottom: 15px;
	}
	.footer .ft-info_snstxt02 .txt{
		width: calc(100% - 87px);
	}
	.footer .pagetop{
		bottom: 1.4rem;
	}
	/* 250617_画像追加 */
	.footer .ft-menu_item03_img{
		width: min(85%, 440px);
		margin: 0 auto 40px;
	}
}
