@charset "UTF-8";

html {
overflow-y:scroll; /*中央配置ズレ回避*/
height: 100%;
scroll-behavior: smooth;
}
table {
	font-size: inherit;
}
pre,code,kbd,samp,tt {
	font-family: monospace;
	line-height: 100%;
}
ul ol,
ol ul {
	font-size: 100% !important;
}
sup {
	vertical-align: top;
}
sub {
	vertical-align: baseline;
	font-size: 77%;
}
img {
	vertical-align: top;
}
.clear{clear: both;}
.img_center{text-align: center;}
.img_right{float: right;}
.img_left{float: left;}

/* テキスト位置 */	
.t-aR{text-align:right !important;}
.t-aC{text-align:center;}
.t-aL{text-align:left !important;}
	
/* マージン設定 */
.mbSS{margin-bottom:0.5em !important;}
.mbS {margin-bottom:1em !important;}
.mbM {margin-bottom:2em !important;}
.mbL{margin-bottom:3em !important;}
.mbLL{margin-bottom:4em !important;}
.mtLL{margin-top:4em !important;}
.mtSS{margin-top:0.5em !important;}
	
/******** Basic XHTML */

body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: left;
	line-height: 1.8;
	color: #323232;
	font-size: 16px;
	}


    @font-face {
    font-family: 'DIN Alternate Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Alternate Bold'), url('DINAlternate-Bold.woff') format('woff');
    }



a{
	color: #0096e0;
	text-decoration: none;
}

.sitemap a{
  color: #323232;
}

.entry p a{
  color: #0096e0;
}


a:hover{
	color: #0096e0;
	opacity: 0.7;
}

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


/* container */


.inner{
  max-width: 1150px;
  margin: 0 auto;
}

@media only screen and (min-width:1px) and (max-width:1265px){
.inner{
  width: 90%;
}
}


.inner_in{
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (min-width:1px) and (max-width:880px){
.inner_in{
  width: 90%;
}
.inner .inner_in{
  width: 100%;
}
}





/* header */

header{
  position: relative;
  padding: 0 2em;
  border-bottom: 1px #e8e8e8 solid;
  height: 105px;
}
#logo{
  position: absolute;
  left: 2em;
  top: 2em;
}

#logo img{
  max-width: 180px;
}


#main_visual{
  position: relative;
  margin-bottom: 8em;
}

#main_visual .splide .splide__slide {
  mix-blend-mode: plus-lighter;
}

#main_visual .splide .splide__slide img {
  width: 100%;
  height: auto;
}

#main_visual p{
  position: absolute;
  width: 100%;
  right: 0;
  top: 2em;
  text-align: right;
  height: 100%;
}
#main_visual p span{
  display: block;
}
#main_visual p img{
  width: 70vw;
}




.column2{
  display: flex;
  justify-content: space-between;
}
.column2 .col{
  width: 47%;
  margin-bottom: 2em;
}

.column3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column3 .col{
  width: 30%;
  margin-bottom: 2em;
}

.column3.fraction{
  justify-content: flex-start;
}
.column3.fraction .col{
  margin-right: 5%;
}
.column3.fraction .col:nth-last-child(3n){
  margin-right: 0;
}



.column2-1{
  display: flex;
  justify-content: space-between;
}
.column2-1 .main{
  width: 65%;
}
.column2-1 .sub{
  width: 30%;
}


.column1-2{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.column1-2 .main{
  width: 65%;
}
.column1-2 .sub{
  width: 30%;
}






.headline{
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4;
}

#news .headline,
#interview .headline,
#access .headline{
  font-size: 1.5em;
}

@media only screen and (min-width:1px) and (max-width:980px){
 
.headline{
  font-size: 1.5em;
}
#news .headline,
#interview .headline,
#access .headline{
  font-size: 1.2em;
}


}



.headline strong {
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transition: 2s;
}
.headline strong.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}


.headline em{
  color: #0096e0;
  display: block;
  font-size: 3em;
  font-family: 'DIN Alternate Bold';
  line-height: 1;
  font-style: normal;
  transition : 1s;
}


@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*text animetions*/
@keyframes showTextFromBottom{
  0%{
    transform: translateY( 100% );
  }
  100%{
    transform: translateY( 0px );
  }
}
.anime-up span{
  display: inline-block;
}
.anime-up.displayed span{
  animation: showText 1s backwards;
}
.anime-up > span{
  overflow: hidden;
}
.anime-up.displayed > span > span{
  animation: showTextFromBottom 0.5s backwards;
}








#top_contents p{
  margin-bottom: 2em;
}

.more a{
  color: #323232;
  display: inline-block;
  padding: 5px 5em 5px 2em;
  border: 1px #323232 solid;
  border-radius: 20px;
  background: url("../images/i_more.png") no-repeat 90% center;
}

.more a:hover{
  color: #fff;
  background: #323232 url("../images/i_more_o.png") no-repeat 90% center;
}






#about{
  overflow: hidden;
  margin-bottom: 13em;
}

#about .headline em span:nth-child(5){
  margin-right: 30px;
}



.top_info{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.top_info .txt{
  width: 44%;
}

.top_info figure{
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 10%;
}
.top_info figure img{
    width: 100%;
}



#news{
  position: relative;
  margin-bottom: 15em;
  display: flex;
  justify-content: space-between;
}



#news .more{
  position: absolute;
  left: 0;
  bottom: 5%;
}

#news .news_txt{
  width: calc(100% - 250px);
  max-width: 70%;
}


#news .news_txt dl,
.news_txt dl{
  padding: 1.2em 0;
  border-bottom: 1px #e8e8e8 solid;
}
#news .news_txt dt,
.news_txt dt{
  font-size: 14px;
}



#business{
  margin-bottom: 10em;
  overflow: hidden;
}
#business h3{
  color: #0096e0;
  font-size: 1.625em;
  font-weight: bold;
  margin-bottom: 1em;
  padding-top: 1em;
}

.business_info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6em;
}

.business_info .txt{
  width: 44%;
}
.business_info .txt h3{
  border-top: 1px #e8e8e8 solid;
}
.business_info figure{
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 10%;
}
.business_info figure img{
    width: 100%;
}



#why{
  display: flex;
  margin-bottom: 10em;
  padding: 6em 0;
  background: url("../images/bg_why01.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}

.why_on{
  --progress: 0;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% * var(--progress));
  height: calc(100% * var(--progress));
}

.why_on img{
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

#why .headline em{
  margin-bottom: 10px;
}


#why .txt{
  max-width: 546px;
  margin: 0 auto;
  padding: 3em;
  text-align: center;
  box-sizing: border-box;
  background: rgba(255,255,255,0.9);
  position: relative;
  z-index: 20;
}
#why p{
  text-align: left;
}


#interview{
  
}

#interview .more a{
  padding: 5px 3em 5px 2em;
}

.photolist{
  display: flex;
  margin-bottom: 10em;
}
.photolist .col{
  width: 25%;
  text-align: center;
  margin-bottom: 5em;
}

.photolist figure img{
  width: 100%;
}

.photolist .department{
  font-size: 14px;
  margin-bottom: 0!important;
  padding: 1em 0;
}

.photolist .name{
  font-size: 1.625em;
  font-weight: bold;
  margin-bottom: 0!important;
  padding-bottom: 1em;
}




#access{
  margin-bottom: 15em;
}

#access .column2{
  align-items: center;
}

/* Google */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





footer{
  position: relative;
  background: #f4f4f4;
  padding: 6em 0;
}
footer a{
color: #323232;
}
#pagetop{
  position: absolute;
  right: 5%;
  top: -70px;
  background: url("../images/pagetop.png") no-repeat center center;
}
#pagetop:hover{
  background: url("../images/pagetop_on.png") no-repeat center center;
}

#pagetop img {
  width: 139px; /* 適宜サイズ調整 */
  height: auto;
  animation: rotate 12s linear infinite; /* 2秒で1回転、無限ループ */
}


@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

footer .ft_in{
  display: flex;
  justify-content: space-between;
}


.ft_logo{
  margin-bottom: 2.5em;
}

.ft_add p{
  margin-bottom: 1.5em;
}


.ft_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-end;
}
@media only screen and (min-width:1px) and (max-width:1225px){
.ft_nav{
  width: 60%;
  justify-content: flex-start;
}
}
@media only screen and (min-width:1px) and (max-width:1035px){
  .ft_info{
    width: 40%;
  }
.ft_nav{
  width: 60%;
}
}



.ft_nav dl,
.ft_nav div{
  margin-left: 3em;
  margin-bottom: 2.5em;
}

.ft_nav dt,
.ft_nav div p{
  font-weight: bold;
  margin-bottom: 1em;
}
.ft_nav dd,
.ft_nav div li{
  font-size: 14px;
}
.ft_nav dd ul ul{
  margin-bottom: 1em;
}



#copy{
  color: #0096e0;
  font-size: 12px;
  font-family: 'DIN Alternate Bold';
}


.snsBtn{
  padding-top: 10px;
  font-size: 2em;
}




.page_title{
  position: relative;
}

#page_title h1,
.page_title h2{
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4;
  padding: 3em 0;
}

#page_title h1 span,
.page_title h2 span{
  color: #0096e0;
  display: block;
  font-size: 2.9em;
  font-family: 'DIN Alternate Bold';
  line-height: 1;
  font-style: normal;
  margin-bottom: 10px;
}

.page_title h2{
  max-width: 40%;
  font-size: 2vw!important;
}
.page_title h2 span{
  font-size: 6vw!important;
}

.recruit_title{
  width: 100vw;
  margin-top: 70px;
  margin-bottom: 10em;
  padding-bottom: 4em;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 60%, #fff 60%, #fff 100%);
}


.page_title figure{
  width: 55%;
  position: absolute;
  right: 0;
  top: 40px;
}
.page_title figure img{
  width: 100%;
  max-height: 560px;
  object-fit:cover;
 }






#contents{
  padding-bottom: 7em;
}


#contents h2{
  margin-bottom: 2em;
  color: #0096e0;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.4;
}
#contents h2.sec_title{
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 3em;
  padding-top: 2em;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #323232;
}
#contents h2.sec_title span{
  color: #0096e0;
  display: block;
  font-size: 2.8em;
  font-family: 'DIN Alternate Bold';
  line-height: 1;
  font-style: normal;
}
#contents h2 em{
  display: block;
  font-style: normal;
  font-size: 0.8em;
}

#contents h2.cate_title{
  margin-bottom: 0.5em;
  color: #0096e0;
  display: block;
  font-size: 2.8em;
  line-height: 1.3;
  font-style: normal;
}
#contents .entry h2{
  font-size: 1.2em;
  margin-bottom: 1em;
}


#contents h3{
  font-size: 1.375em;
  font-weight: bold;
  margin-bottom: 1em;
}

#contents h4{
  font-size: 1.2em;
  margin-bottom: 5px;
  color: #0096e0;
}


#contents p{
  margin-bottom: 2em;
}
#contents p.entry-info{
  margin-bottom: 1em;
}

#contents figure{
  margin-bottom: 2em;
}

.entry{
  margin-bottom: 3em;
  border-bottom: 1px #ccc solid;
}

#contents .grid dl{
  display: flex;
  padding: 2em 0;
  border-bottom: 1px #e8e8e8 solid;
}
#contents .grid dl:first-child{
  border-top: 1px #e8e8e8 solid;
}
#contents .grid dt{
  width: 15%;
  color: #0096e0;
  margin-right: 2em;
}
#contents .grid dd{
  width: calc(85% - 2em);
}
#contents .grid dd p:last-child{
  margin-bottom: 0;
}

#contents ul{
  margin-bottom: 2em;
}
#contents .grid dd ul{
  margin-bottom: 0;
}
#contents li{
  padding-left:1em;
  text-indent:-1em;
}
#contents li:before{
  content: "-";
  margin-right: 10px;
}



#contents table{
  width: 100%;
  border-top: 1px #e8e8e8 solid;
}

#contents th{
  width: 25%;
  padding: 1em 0;
  border-bottom: 1px #e8e8e8 solid; 
}
#contents th span{
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  margin-left: 10px;
  padding: 3px 5px;
  display: inline-block;
  color: #fff;
  background: rgba(165,0,2,1.00)
}

#contents td{
  padding: 1em 0;
  border-bottom: 1px #e8e8e8 solid;
}
#contents td p.error-text{
  margin-bottom: 0;
}

#contents td input,
#contents td textarea{
  width: calc(100% - 2em);
  margin: 5px 0;
  padding: 10px 5px;
  border: 1px #ccc solid;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;

}

#contents td .acms-admin-inline-btn input{
  width: inherit;
}


#contents td input::placeholder,
#contents td textarea::placeholder {
  font-size: 14px;
  color: #ccc;
  
}


.formBtn{
  margin: 5em 0 0;
  display: flex;
  justify-content: center;
}
.formBtn input{
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  padding: 1em 2em;
  color: #fff;
  background: #0096e0;
  border-radius: 10px;
  border: none;
  margin: 0 10px;
}

#contents section{
  margin-bottom: 8em;
}



.column{
  display: flex;
  justify-content: space-between;
}

.column .title{
  width: 25%;
}

.column .detail{
  max-width: 800px;
  width: 70%;
}



.sign{
  text-align: right;
}
.sign img{
  max-width: 200px;
}




#contents dl.interview{
}
#contents dl.interview dt{
  color: #0096e0;
  font-weight: bold;
  font-size: 1.625rem;
  margin-bottom: 0.5em;
}
#contents dl.interview dd{
  margin-bottom: 4em;
}


#contents .interview_list{
  padding: 3em 0;
}
#contents .interview_list dt{
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
  text-align: center;
}
#contents .interview_list dd ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#contents .interview_list li{
  width: 23%;
  margin: 0 2% 0 0;
  font-size: 0.875em;
  padding-left: 0;
}
#contents .interview_list li:before{
  content: "";
  margin: 0;
}

#contents .interview_list li a{
  color: #323232;
  display: block;
  padding: 5px 2em;
  border: 1px #0a0a0a solid;
  border-radius: 30px;
  background: url("../images/i_more.png") no-repeat 90% center;
  background-size: 7px;
}

#contents .interview_list li.current a,
#contents .interview_list li a:hover{
  color: #25a5e3;
  border: 1px #25a5e3 solid;
  background: url("../images/i_more_b.png") no-repeat 90% center;
  background-size: 7px;
}


#contents .schedule{
  padding: 2em 6% 3.5em;
  margin-bottom: 45px;
  border: 1px #0096e0 solid;
  border-radius: 20px;
}
#contents .schedule dt{
  font-size: 1.375em;
  color: #0096e0;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.5;
}
#contents .schedule dt span{
  font-size: 2em;
  font-family: 'DIN Alternate Bold';
  margin-right: 1em;
}





.overflowingL,
.overflowingR{
  padding: 0 0 10em;
  display: flex;
  justify-content: space-between;
}
.overflowingL{
  flex-direction: row-reverse;
}

.overflowingL .txt,
.overflowingR .txt{
  width: 44%;
}
#contents .overflowingL h2,
#contents .overflowingR h2{
  font-size: 2.125em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #323232;
}
#contents .overflowingL h2 span,
#contents .overflowingR h2 span{
  color: #0096e0;
  display: block;
  font-size: 2.8em;
  font-family: 'DIN Alternate Bold';
  line-height: 1;
  font-style: normal;
  margin-bottom: 15px;
}
#contents .overflowingL h3,
#contents .overflowingR h3{
  color: #0096e0;
}

.overflowingL figure{
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 10%;
}
.overflowingR figure{
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 10%;
}
.overflowingL figure img,
.overflowingR figure img{
    width: 100%;
}

#contents .overflowingL dl,
#contents .overflowingR dl{
  border-bottom: 1px #e8e8e8 solid;
}
#contents .overflowingL dt,
#contents .overflowingR dt{
  margin-bottom: 1em;
  padding-top: 1.5em;
  color: #0096e0;
  border-top: 1px #e8e8e8 solid;
}
#contents .overflowingL dd,
#contents .overflowingR dd{
  padding-bottom: 1.5em;
}

#contents .overflowingL ul,
#contents .overflowingR ul{
  margin-bottom: 0;
}
#contents .overflowingL li:before,
#contents .overflowingR li:before{
  content: "";
  margin-right: 0;
}




.session{
  margin-bottom: 8em;
  padding: 5em 0;
  color: #fff;
  text-align: center;
  background-clip: padding-box;
  background: url("../images/bg_session.png") no-repeat center center;
  background-size: cover;
  border-radius: 30px;
}

#contents .session h3{
  font-size: 2.125em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}


.btn a{
  display: inline-block;
  padding: 5px 5em 5px 2em;
  border: 1px #fff solid;
  border-radius: 20px;
  color: #fff;
  background: url("../images/i_more_o.png") no-repeat 90% center;
}

.btn a:hover{
  border: 1px #323232 solid;
  color: #fff;
  background: #323232 url("../images/i_more_o.png") no-repeat 90% center;
}


