@charset "utf-8";
body {
	color:#000;
	font-family:'Noto Sans JP',"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:16px;
	line-height:1.8;
	letter-spacing: 0.05em;
	text-align: left;
}
img,
svg{
	width: 100%;
	height: auto;
}
.eng{
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.ly-inner{
	position: relative;
  max-width: 1240px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ly-inner__short{
	position: relative;
  max-width: 1000px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}

section{
	position: relative;
	padding: 90px 0;
}

p{
	margin: 30px auto;
}

main#main{
  margin: 0 auto;
  padding: 0;
}

::selection {
  background: #3b88f0;
  color: #fff;
}

::-moz-selection {
    background: #3b88f0;
    color: #fff;
}

table,
table th,
table td{
	font-weight: normal;
}

@media (min-width:744px) {
  .pc__display-none{
    display: none!important;
  }
}
@media (max-width:744px) {
  .sp__display-none{
    display: none!important;
  }
}
/**Layout**/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before{
  content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}

.left{
	float: left;
}

.right{
	float: right;
}

.flex{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.display-none{
	display: none;
}

.marquee {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 1rem;
  font-size: 3rem;
}

a{
  text-decoration: underline;
  color: #0fc0e6;
}

h2{
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  margin: auto auto 30px;
}
h2::after{
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  border-bottom: 2px solid #3b88f0;
}

h2.lv2-heading{
  position: relative;
  text-align: center;
  font-size: 36px;
}
@media (min-width:744px) {
	h2.toplv2-heading {
		top: 47px;
	}
} 
h2.lv2-heading::after{
  width: 0;
  height: 0;
  border: none;
}
section h2:not(:first-child){
  margin-top: 60px;
}

h2.lv2-heading .eng{
  position: absolute;
  text-align: center;
  font-size: 90px;
  line-height: 1.0;
  color:#e5e5e5;
  opacity:0.4;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

h2.border-none::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: none;
}
h3{
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  margin: 15px auto 30px;
}

section h3:not(:first-child){
  margin-top: 30px;
}

.btn-wrap{
  margin: 45px auto auto;
  width: 300px;
  text-align: left;
}

a.btn{
  display: block;
  position: relative;
  border: 2px solid #ef5925;
  color: #ef5925;
  background:#fff;
  height: 70px;
  box-sizing: border-box;
  line-height: 66px;
  padding: 0 30px;
  border-radius: 35px;
  font-weight: 700;
  text-decoration: none;
}
a.btn::after{
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 10px;
}
a.btn-orange{
  border: 2px solid #ef5925;
  color: #ef5925;
}
a.btn-orange::after{
  background-image: url(../img/common/arrow-right-orange.svg);
  background-size: 50px;
  transform: translateY(-50%);
}

a.btn-white{
  border: 2px solid #3b88f0;
  color: #3b88f0;
}
a.btn-white::after{
  background-image: url(../img/common/arrow-right-blue02.svg);
  background-size: 50px;
  transform: translateY(-50%);
}

a.btn-blue{
  border: 2px solid #3b88f0;
  color: #fff;
  background: #3b88f0;
}
a.btn-blue::after{
  background-image: url(../img/common/arrow-right-white.svg);
  background-size: 50px;
  transform: translateY(-50%);
}
.margin__left0{
  margin-left: 0;
}

/** Header **/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 80px;
  z-index: 99;
}
header .header__inner{
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 50px;
}
header .header__logo a{
  display: flex;
  width: 200px;
  height: 80px;
}
header .header__logo a img{
  display: block;
  width: 100%;
}
header #header__nav{
  width: calc(100% - 240px);
  height: 80px;
  justify-content: flex-end;
}
header #header__nav #header__nav-menu{
  padding-right: 30px;
}
header #header__nav #header__nav-menu ul{
}
header #header__nav #header__nav-menu ul li{
}
header #header__nav #header__nav-menu ul li a{
  display: block;
  height: 100%;
  padding: 0 15px;
  color: inherit;
  text-decoration: none;
}

/** Header Display **/
header{
  opacity: 0;
  transition: .3s;
}
header.js-display{
  opacity: 1;
}

/** Burger Menu **/
#header__burger-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  color: #000;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
#header__burger-menu a{
}
#header__burger-menu .header__burger-menu__innner{
  padding: 0 50px;
}
#header__burger-menu .header__burger-menu__innner .header__logo{
}
/* Burger Menu open */
#burger-menu__btn{
  position: relative;
  padding: 0;
  outline: none;
  background: none;
  cursor: pointer;
  border: 1px solid #3b88f0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  padding-left: 19px;
  z-index: 99;
}
#burger-menu__btn::before,
#burger-menu__btn::after{
  content : '';
  display: block;
  height: 1px;
  width: 20px;
  background-color: #3b88f0;
  transform: translateY(6px);
  transition: 0.3s ease-in-out;
}
#burger-menu__btn::before{
  transform: translateY(-6px);
  box-shadow: 0 6px #3b88f0;
}
#burger-menu__btn::after{
  position: relative;
  top: -1px;
}

/* Burger Menu close */
.open #burger-menu__btn{
  z-index: 100;
}
.open #burger-menu__btn::before{
  transform: rotate(-45deg);
  box-shadow: none;
}
.open #burger-menu__btn::after{
  transform: rotate(45deg);
  box-shadow: none;
}
/* Burger Menu open*/
.open #header__burger-menu{
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
}

/* Main Menu Inner*/
.main__nav{
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.main__nav nav{
  width: calc(50% - 15px);
}
.main__nav nav > ul{
  margin-bottom: 30px;
}
.main__nav nav > ul > li dt{
  background: url(../img/common/arrow-right-blue.svg) left 57% no-repeat;
  background-size: 16px;
  padding-left: 24px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
.main__nav nav > ul > li dt .eng{
  padding-left: 10px;
  font-size: 10px;
  color: #ccc;
}
.main__nav nav > ul > li dd{
  display: block;
  padding: 10px 24px
}
.main__nav nav ul li dd ul.main__nav__list__child{
  line-height: 1.4;
}
.main__nav nav ul li dd ul.main__nav__list__child li{
  display: inline-block;
  padding-left: 12px;
  position: relative;
  font-size: 12px;
  margin-right: 10px;
}
.main__nav nav ul li dd ul.main__nav__list__child li a{
  color: #000;
  text-decoration: none;
}
.main__nav nav ul li dd ul.main__nav__list__child li::before{
  content: '';
  width: 8px;
  height: 1px;
  display: block;
  border-bottom: 1px solid #000;
  position: absolute;
  left: 0;
  top: 50%;
}

/* Main nav bottom */

.main__nav__bottom{
  margin-top: 30px;
  font-weight: 700;
}
.main__nav__bottom ul.main__nav__recruit-list{
  flex-wrap: wrap;
  width: 100%;
}
.main__nav__bottom ul.main__nav__recruit-list li{
  width: calc( 100%/3 - 16px );
  margin-right: 24px;
}
.main__nav__bottom ul.main__nav__recruit-list li a{
  display: block;
  width: 100%;
}
.main__nav__bottom ul.main__nav__recruit-list li:last-child{
  margin-right: auto;
}
.main__nav__bottom ul.main__nav__recruit-list li a.main__nav__recruit-list__pic{
  background: url(../img/common/header_main_btn.jpg) center 50% no-repeat;
  background-size: cover;
  border: 2px solid #fff;
  color: #fff;
  height: 70px;
  box-sizing: border-box;
  line-height: 66px;
  padding: 0 30px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.main__nav__link{
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 12px;
}
.main__nav__link a{
  color: #8c8c8c;
  text-decoration: underline;
}

/** entry **/
section#entry{
  background: url(../img/common/entry_bg.jpg) center 50% no-repeat;
  background-size: cover;
}
#entry::after{
  content: '';
  position: absolute;
  background: rgba(59,136,240,0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#entry .ly-inner{
  z-index: 2;
}
#entry h2.lv2-heading{
  color: #fff;
}

#entry h2.lv2-heading .eng{
  color:#ffffff;
  opacity:0.13;
}
#entry__btn-block{
  margin: 45px auto auto;
  width: 100%;
  max-width: 1000px;
  flex-wrap: wrap;
  font-weight: 700;
}
#entry__btn-block .entry__btn-requirement{
  width: calc(45% - 30px);
  margin-right: 30px;
}
#entry__btn-block a.entry__btn-requirement__pic{
  display: block;
  background: url(../img/common/footer_main_btn.jpg) center 50% no-repeat;
  background-size: cover;
  border: 2px solid #fff;
  color: #fff;
  height: 160px;
  box-sizing: border-box;
  line-height: 156px;
  padding: 0 30px;
  border-radius: 10px;
  text-decoration: none;
}

#entry__btn-block .entry__btn-entry{
  width: 55%;
}
#entry__btn-block .entry__btn-entry a.btn{
}
#entry__btn-block .entry__btn-entry a.btn-white{
  margin-bottom: 20px;
}
#entry__btn-block .entry__btn-entry a.btn-blue{
  border: 2px solid #fff;
}

/** footer **/
footer#footer{
  padding-top: 90px;
  background: #f0f0f0;
}
footer#footer .footer__nav{
  margin-bottom: 45px;
}
footer#footer .footer__bottom-area{
}
footer#footer .footer__bottom-area .footer__bottom-area__info{
  padding: 15px 0;
  border-bottom: 2px solid #bbb;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer#footer .footer__bottom-area .footer__bottom-area__logo{
  width: 200px;
  text-align: center;
}
footer#footer .footer__bottom-area .footer__bottom-area__logo-pic{
  margin: auto auto 5px;
}
footer#footer .footer__bottom-area .footer__bottom-area__logo-txt{
  margin: auto;
  font-size: 12px;
}
footer#footer .footer__bottom-area .footer__bottom-area__link{
  text-align: right;
}
footer#footer .footer__bottom-area .footer__bottom-area__link-sns{
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer#footer .footer__bottom-area .footer__bottom-area__link-sns li{
  width: 30px;
  margin: auto 5px;
}
footer#footer .footer__bottom-area .footer__bottom-area__link-corporate{
  width: 200px;
  margin: 5px auto auto;
}
footer#footer .footer__bottom-area .footer__bottom-area__link-corporate a{
  width: 240px;
  display: block;
  font-size: 14px;
  width: 100%;
  line-height: 36px;
  text-align: left;
  color: #3b88f0;
  text-decoration: none;
  border: 2px solid #3b88f0;
  background: url(../img/common/arrow-right-blue.svg) #fff;
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 20px;
  transition: background-position 0.4s cubic-bezier(0.25, 1, 0.5, 1); 
}

footer#footer .footer__bottom-area__copy{
  width: 100%;
  justify-content: space-between;
}
footer#footer .footer__bottom-area__privacy{
  font-size: 12px;
}
footer#footer .footer__bottom-area__privacy a{
  display: inline-block;
  margin-right: 5px;
  color: #8c8c8c;
}
footer#footer .footer__bottom-area__copyright-txt{
  text-align: right;
  color: #8c8c8c;
  font-size: 12px;
  margin-right: 0;
}

/** flating **/
#floating-entry{
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 120px;
  height: 120px;
  text-align: center;
  background: #ef5925;
  border: 2px solid #fff;
  border-radius: 61px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
  z-index: 98;
  transition: .3s;
}
#floating-entry.js-display-none{
  opacity: 0;
}
#floating-entry a{
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#floating-entry a .floating-entry__inner{
  font-size: 14px;
  font-weight: 700;
}

@media (max-width:1139px) {
  .ly-inner{
    padding: 0 30px;
  }
  .ly-inner__short{
    padding: 0 30px;
  }
  header .header__logo a{
    width: 160px;
  }
  header #header__nav{
    width: calc(100% - 180px);
  }
  header .header__inner,
  #header__burger-menu .header__burger-menu__innner{
    padding-left: 30px;
    padding-right: 30px;
  }
  header #header__nav #header__nav-menu ul li a{
    padding-left: 10px;
    padding-right: 10px;
  }
  header #header__nav #header__nav-menu{
    padding-right: 20px;
  }
  header .ly-inner.main__nav,
  header .ly-inner.main__nav__bottom{
    padding-left: 0;
    padding-right: 0;
    
  }
  header .ly-inner.main__nav__bottom{
    margin-top: 15px;
  }
  .main__nav__bottom ul.main__nav__recruit-list li{
    width: calc( 100%/3 - 6px );
    margin-right: 9px;
    font-size: 14px;
  }
  .main__nav__bottom ul.main__nav__recruit-list li a.main__nav__recruit-list__pic {
    height: 50px;
    line-height: 46px;
    padding: 0 15px;
  }
  .main__nav__bottom ul.main__nav__recruit-list li a.btn {
    height: 50px;
    line-height: 46px;
    padding: 0 15px;
    border-radius: 26px;
  }
  .main__nav__bottom ul.main__nav__recruit-list li a.btn::after {
    background-size: 30px;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 6px;
  }
  #floating-entry{
    right: 30px;
    bottom: 30px;
  }
}


@media (max-width:959px) {
  h2{
    font-size: 22px;
  }
  header .header__logo a{
    width: 200px;
  }
  header #header__nav {
    width: calc(100% - 210px);
  }
  header #header__nav #header__nav-menu{
    display: none;
  }
}

@media (min-width:744px) {
  .main__nav nav > ul > li dt{
    pointer-events: none;
  }
  .main__nav nav > ul > li dd{
    display: block !important;
  }
}
@media (max-width:743px) {
  section{
    padding: 60px 0;
  }
  h2{
    font-size: 20px;
    margin: auto auto 30px;
  }
  h2::after{
    content: '';
    display: block;
    width: 60px;
  }
  h3{
    font-size: 18px;
  }
  
  h2.lv2-heading{
    font-size: 30px;
  }
  
  section h2:not(:first-child){
    margin-top: 45px;
  }
  
  h2.lv2-heading .eng{
    font-size: 70px;
  }
  .btn-wrap{
    margin-top: 30px;
  }

  a.btn {
    height: 50px;
    line-height: 46px;
    padding: 0 15px;
    border-radius: 26px;
  }
  a.btn::after {
    background-size: 30px;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 6px;
  }
  #floating-entry{
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 90px;
    height: 90px;
    border-radius: 46px;
    font-size: 12px;
  }

  /* Burger Menu open */
  #burger-menu__btn{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding-left: 17px;
  }
  #burger-menu__btn::before,
  #burger-menu__btn::after{
    content : '';
    display: block;
    height: 1px;
    width: 14px;
    transform: translateY(5px);
  }
  #burger-menu__btn::before{
    transform: translateY(-5px);
    box-shadow: 0 5px #3b88f0;
  }

  footer#footer{
    padding-top: 30px;
  }

  footer#footer .footer__nav{
    display: block;
  }
  .main__nav nav{
    width: 100%;
  }
  .main__nav nav > ul > li dt {
    position: relative;
    background: url(../img/common/arrow-right-blue.svg) left 57% no-repeat;
    background-size: 14px;
    padding-left: 20px;
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
  }
  .main__nav nav.main__nav__right > ul > li:last-child dl {
    border-bottom: 1px solid #ddd;
  }
  .main__nav nav > ul > li dd{
    display: none;
  }
  .main__nav nav.main__nav__left > ul{
    margin-bottom: auto;
  }
  .main__nav__right > ul > li dt:first-child {
    margin-top: auto;
  }
  .main__nav nav > ul > li dd{
    padding: 0 20px 10px;
    margin-top: -5px;
  }
  .main__nav nav ul li dd ul.main__nav__list__child li{
    display: block;
  }
  .main__nav nav ul li dd ul.main__nav__list__child li a{
    display: block;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .main__nav nav > ul > li dt::after,
  .main__nav nav > ul > li dt::before{
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    background-color: #3b88f0;
    transition: .3s;
    top: 50%;
    margin-top: -10px;
    right: 15px;
  }
  .main__nav nav > ul > li dt::before{
    transform: rotate(90deg);
  }
  .main__nav nav > ul > li dt.close::after{
    width: 0;
    height: 0;
  }
  footer#footer .footer__nav{
    margin-bottom: 30px;
  }
  footer#footer .footer__bottom-area .footer__bottom-area__info{
    display: block;
    border-bottom: 1px solid #bbb;
  }
  footer#footer .footer__bottom-area .footer__bottom-area__logo{
    margin: auto auto 15px;
  }
  footer#footer .footer__bottom-area .footer__bottom-area__link{
    margin: auto;
    text-align: center;
  }
  footer#footer .footer__bottom-area .footer__bottom-area__link-sns{
    justify-content: center;
    margin: auto auto 15px;
  }
  footer#footer .footer__bottom-area__copy{
    padding-top: 15px;
    display: block;
  }
  footer#footer .footer__bottom-area__privacy{
    text-align: center;
    margin: auto auto 10px;
  }
  footer#footer .footer__bottom-area__copyright-txt{
    text-align: center;
    margin: auto;
  }
}

@media (max-width:599px) {
  body {
    font-size:14px;
    line-height:1.6;
  }
  section{
    padding: 45px 0;
  }
  p{
    margin: 15px auto;
  }
  .ly-inner,
  .ly-inner__short{
    padding: 0 15px;
  }
  header .header__inner,
  #header__burger-menu .header__burger-menu__innner{
    padding-left: 15px;
    padding-right: 15px;
  }
  h2.lv2-heading{
    font-size: 22px;
  }
  h2.lv2-heading .eng {
    font-size: 40px;
  }
  h3{
    font-size: 16px;
  }
  .main__nav__bottom ul.main__nav__recruit-list{
    display: block;
  }
  .main__nav__bottom ul.main__nav__recruit-list li{
    width: 100%;
    margin: auto auto 5px;
  }
  .main__nav__bottom ul.main__nav__recruit-list li a.main__nav__recruit-list__pic {
    height: 110px;
    line-height: 106px;
    padding: 0 15px;
    margin-bottom: 10px;
  }
 }
/* hover */
@media(hover:hover) {	
	a.btn.btn-orange:hover:after,
	.btn-white:hover:after,
	.btn-blue:hover:after{
  animation: move .7s linear infinite;
	}
@keyframes move{
	 0%{transform:translate(0, -50%)}
	 50%{transform:translate(-10px, -50%)}
	 100%{transform:translate(0, -50%)}
	}
	#business .business__list li:hover {
		box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.35);
	}
	#jobs .jobs__inner__list li a:hover {
		background-position: right 8px top 50%;
	}
	/**.shine span.shine-mask{
	position: relative;
    display: block;
    line-height: 0;
    overflow: hidden;
}
.shine span.shine-mask::before {
	position: absolute;
	content:"";
	width: 50%;
	height: 100%;
	top: 0;
	left: -75%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}
.shine span.shine-mask:hover::before {
	animation: shine 0.7s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}**/
	.culture__list-item__pic:hover img,
  #business .business__list a:hover .business__list__pic img {
		opacity: .7;
	}
	a.entry__btn-requirement__pic:hover {
		opacity: .9;
	}
	footer#footer .footer__bottom-area__privacy a:hover  {
	  opacity: .7;
	}
	footer#footer .footer__bottom-area__link-corporate a:hover {
		background-position: right 10px top 50%;
	}
	#floating-entry:hover {
		opacity: .8;
	}
	.zoom img{
	transform: scale(1);
	transition: .3s ease-in-out;
  }
  .zoom a:hover img{
    transform: scale(1.3);
  }
  #floating-entry.js-display-none:hover{
    opacity: 0;
  }
  .mask{
      display: block;
      line-height: 0;
      overflow: hidden;
  }
}
