


#hero,
#hero-img{
  width: 100%;
  height: 100vh;
  max-height: 100vh;
}
#hero    { position: relative; }
#hero-img{ position: absolute; top:0; left:0; }

#hero.hero-nobg{ height: 15rem; }


#hero-img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 100%;
}

.hero-works    #hero-img{ background-image: url(../img/hero-production.png); }
.hero-business #hero-img{ background-image: url(../img/hero-business.png); }
.hero-media    #hero-img{ background-image: url(../img/hero-media.png); }


.hero-nobg #hero-headline{
  text-align: center;
  padding-top: 6rem;
}

#hero-title{
  font-weight: bold;
  font-size:4.4vw;
  line-height: 1;
  font-family: 'EuclidFlexMedium';
}
#hero-title span{
  display: block;
  font-weight: normal;
  font-size: 1.4vw;
  margin: 0.8rem 0 1rem;
}
#hero-txt{
  font-weight: normal;
  font-size: 1.4vw;
  line-height: 1.8;
  letter-spacing: 0;
}


@media only screen and (min-width: 1300px) {
  #hero-title{
    font-weight: bold;
    font-size: 2.9rem;
    line-height: 1;
  }
  #hero-title span{
    display: block;
    font-weight: normal;
    font-size: 0.9rem;
    margin: 0.8rem 0 1rem;
    height: 0.9rem;
  }
  #hero-txt{
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}



.section-bg{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  height:calc(100vh - 4rem);
}
.section-bg > .Grid{
  height: 100%;
}



.headline{ width: 100%; padding: 3rem;}

.headline-ttl{
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  font-family: 'EuclidFlexMedium';
  text-align: center;
}
.headline-ttl span{
	font-family: 'Noto Serif JP', serif;
  font-size: 0.85rem;
  display: inline-block;
  margin: 0 0 0 1.75rem;
}

.headline-subttl{
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin:0 0 1.2rem 0;
}
.headline-txt{ font-size: 0.8rem; text-align: center;}

.arrow{
  content:"";
  display: block;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  width: 0.8em;
  height: 0.8em;
}
.arrow-right{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-down{
  -webkit-transform: rotate(135deg) ;
  transform: rotate(135deg) ;
}
.arrow-top{
  -webkit-transform: rotate(-45deg) ;
  transform: rotate(-45deg) ;
}

.arrow-more {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 0.35rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skewX(45deg);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
	margin-left: .5em;
    margin-bottom: .2em;
}




.ac-arrow{
  cursor: pointer;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  position: relative;
}
.ac-arrow.active:before {
  transform: rotate(-45deg) translateX(0) translateY(0);
}
.ac-arrow.active:after {
  transform: rotate(45deg) translateX(0) translateY(0);
}
.ac-arrow:before,
.ac-arrow:after { position: absolute; top: 50%;
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    content: "";
    display: block;
    height: 1px;
    transition: all 300ms ease 0s;
    width: 60%;
}
.ac-arrow:before { left: 0px;
  transform: rotate(45deg);
}
.ac-arrow:after { right: 0px;
  transform: rotate(-45deg);
}


.icon-btn {
    width: 15.9rem;
    height: 3.975rem;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    transition: color .3s ease, background-color .3s ease;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.2rem;
    border-radius: 0.3rem;
}
.icon-btn .arrow-more{
    content: "";
    display: inline-block;
    width: 2rem;
    height: 0.35rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skewX(45deg);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
}
.icon-btn .link-txt {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}
.icon-btn svg{
  stroke:#fff;
  fill:none;
  width: 2.35rem;
  height: 2.1rem;
  transition: stroke .3s ease;
}
.icon-btn:hover{ color: #049CBD; background-color: #fff; }
.icon-btn:hover .arrow-more{
  border-color: #049CBD;
}
.icon-btn:hover svg{ stroke:#049CBD; }

.icon-link{
  color: #fff;
  transition: color .3s ease;
  font-size: 0.7rem;
}
.icon-link .arrow{
  border-color: #fff;
  transition: border-color .3s ease;
}
.icon-link .link-txt{
  margin: 0 0.4rem;
}
.icon-link svg{
  stroke:#fff;
  fill:none;
  width: 1.4rem;
  height: 1.4rem;
  transition: stroke .3s ease;
}
.icon-link:hover{ color: #049CBD;}
.icon-link:hover .arrow-down{
  border-color: #049CBD;
}
.icon-link:hover svg{ stroke:#049CBD; }


.map{ height: 30rem; background-color: #ccc; }
#map { width:100%; height:100%; background: gray;}




.info-homeContact a{
  display: flex;
  align-items: center;
  color: #049CBD;
  width: 100%;
  flex-wrap: wrap;
}
.email{ font-size: 1.8rem; margin: 0 1rem 0 0 ;}
.icon-email{ width: 3.05rem; height: 3.05rem; margin: 0 1rem 0 0 ;}
.icon-social-comingsoon{ width: 4.3rem; height: 2.7rem; }

.comingsoon{position: relative;}
.comingsoon p {
  position: absolute;
  top: 1.95rem;
  left: 0.75rem;
  font-size: 0.45rem;
  color: #fff;
}



@media only screen and (max-width:768px) {
  .email{ width: 100%; }
}


.ci-txt{margin: 0 0 1.5rem 0;}
.ci-txt h3{
  font-size: 1.2rem;
  color: #049CBD;
  margin: 0 0 1.2rem 0
}

.ci-txt p,
.ci-txt h4{
  font-size: 0.8rem;
  margin: 0 0 0.5rem 0
}

.privacy-txt {
  font-size: 0.7rem;
  margin: 0 0 1.5rem 0;
}
.privacy-txt h3{
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0 0 1.5rem 0;
}
.privacy-txt ul{
  margin: 0 0 0 1rem;
}

.headline-recruit{
  text-align: center;
  margin: 0 0 3rem 0;
}
.headline-recruit h3{
  font-size: 1.2rem;
  font-weight: normal;
  margin: -1rem  0 2rem 0;
}
.headline-recruit p{
  font-size: 0.8rem;
}

.accordion {}

.ac-head{ font-size: 0.9rem; border-bottom: 1px solid #fff; position: relative;}
.ac-head:after{
  content: "";
  width: 1px;
  height: 2rem;
  background-color: #fff;
  /* display: block; */
  position: absolute;
  left:8.75rem;
  top:1.35rem;
  display: none;

}
.accordion .ac-head:first-child{ border-top: 1px solid #fff;}
.ac-content {display: none; color: #222;}
.ac-click,
.ac-close{ cursor: pointer; }

.ac-close{
  font-size: 1.1rem;
  text-align: center;
  padding: 2rem 0;
  border-bottom: 1px solid #fff;
}

.ac-close p{
  position: relative;
  display: inline;
  color: #fff;
}

.ac-close span::before,
.ac-close span::after {
  ddisplay: block;
    content: "";
    position: absolute;
    top: 0.95rem;
    right: -1.5rem;
    width: 1rem;
    height: 1px;
    margin: 0;
    background: #fff;
}
.ac-close span::before { transform: rotate(-45deg); }
.ac-close span::after { transform: rotate(45deg); }

.ac-row{background: #FFF;}
.ac-row:nth-child(odd){
  background: #F7F7F7;
}
.ac-cell{ padding: 1.5rem 1.5rem 1.5rem 2.25rem; }
.ac-cell-l{ flex:none; width:9rem; }
.ac-content .ac-cell-l   { font-size: 0.85rem; }
.ac-content .ac-cell-r   { font-size: 0.7rem; }

.ac-content .ac-cell-r p { margin:0 0 0.5rem 0; }
.ac-content .ac-cell-r p:last-child { margin:0; }



.ac-head .ac-cell-l{
	display: none;
}


.ac-arrow{
  position: absolute;
  right:1.5rem;
}

.recruit-action{ 
  padding:0 1.5rem;
  margin: 2.5rem 0 9rem 0;
}

.btn{
  display: inline-block;
  width: 100%;
  padding: 1.5rem;
  border: 1px solid #000;
  text-align: center;
}
.btn > .arrow{
  display: inline-block;
  margin-left:1.5rem;
}
.recruit-action-btn {
    display: block;
    font-size: 1.05rem;
    border: 1px solid #fff;
    border-radius: 0.3rem;
    color: #fff;
    width: 25rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0;
    margin: 0 auto;
    transition: color .3s ease, background-color .3s ease;
}
.recruit-action-btn > .arrow{
  border-color:#fff;
  width: 1.05rem;
  height: 1.05rem;
  transition: border-color .3s ease;
}

.recruit-action-btn:hover{
  color: #fff;
  background-color:#049CBD; 
}
.recruit-action-btn:hover > .arrow{
  border-color:#fff;
}






.headline-creative{
    border-bottom: 1px solid #000;
    padding: 2rem 0 3rem 0;
}

.headline-creative .headline-txt h3{
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  margin: 0 0 1.25rem 0;
}
.headline-creative .headline-txt h3 span{
  font-size: 0.7rem;
  letter-spacing: 0;
  display: inline-block;
  margin:0 0 0 1.5rem;
}
.headline-creative .headline-txt p{
  font-size: 0.8rem;
}


.headline-works .headline-txt{
  padding: 2.25rem 0 0;
}
.headline-works .headline-txt h3{
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.works-container{padding: 0 5rem 5rem;}
.works-container div{
  margin-bottom:3rem;
}



.section-biz{
  display: flex;
  height: calc(100vh - 4rem);
  min-height: 650px;
}

.section-biz-reverse{
  flex-direction:row-reverse;
}
.biz-col{
  width: 50vw;
  height: 100%;
  min-height: 650px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


@media only screen and (max-width:768px) {
  .section-biz,
  .section-biz-reverse{
    flex-direction:column;
    height: auto;
  }
  
  .biz-col{
    width: 100%;
    height: 100%;
    min-height: 650px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

}


.biz-col-img{
  background-size: cover;
  background-position: 50% 50%;
}
.biz-img-001{ background-image: url(../img/biz-001.png); }
.biz-img-002{ background-image: url(../img/biz-002.png); }
.biz-img-003{ background-image: url(../img/biz-003.png); }
.biz-img-004{ background-image: url(../img/biz-004.png); }
.ad-sns-001{ background-image: url(../img/ad-sns-001.png); }



.biz-col-txt{}

.biz-col-inner {
    width: 100%;
    max-width: 550px;
    padding: 0 2rem;
}
.under-construction{
  width: 100%;
  height:100%;
  min-height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}




.headline-biz{
  font-size: 1.8rem;
  font-family: 'EuclidFlexMedium';
  word-break: break-all;
}
.headline-biz span{
  font-size: 0.8rem;
  display: block;
  margin: 1rem 0 2rem 0;
}
.headline-biz-txt{
  font-size: 0.8rem;
  margin: 0 0 1.5rem 0;
}

.img-biz-inner{
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}







.caption-txt{
  font-size:0.7rem;
  width: 100%;
  text-align: center;
}

.caption-txt span{
  display:block;
  font-size:0.6rem;
  margin: 0.5rem 0 0 0;
}


/*!
  * ImageHover.css - http://www.imagehover.io
  * Version 1.0
  * Author: Ciarán Walsh

  * Made available under a MIT License:
  * http://www.opensource.org/licenses/mit-license.php
 */
[class^='imghvr-'], [class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0);
}

[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
    vertical-align: top;
    width: 100%;
    max-width: 100%;
}

[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    background-color: #135796;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}

[class^='imghvr-'] figcaption h1, [class^='imghvr-'] figcaption h2, [class^='imghvr-'] figcaption h3, [class^='imghvr-'] figcaption h4, [class^='imghvr-'] figcaption h5, [class^='imghvr-'] figcaption h6, [class*=' imghvr-'] figcaption h1, [class*=' imghvr-'] figcaption h2, [class*=' imghvr-'] figcaption h3, [class*=' imghvr-'] figcaption h4, [class*=' imghvr-'] figcaption h5, [class*=' imghvr-'] figcaption h6 {
    color: #ffffff;
}

[class^='imghvr-'] a, [class*=' imghvr-'] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before,
[class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after,
[class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before,
[class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
    box-sizing: border-box;
    transition: all .35s ease;
}

/* imghvr-fade-*
   ----------------------------- */
[class^='imghvr-fade'] figcaption, [class*=' imghvr-fade'] figcaption {
    opacity: 0;
}

[class^='imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover > img {
    opacity: 0;
}

[class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover figcaption {
    opacity: 1;
}

[class^='imghvr-fade']:hover > img, [class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover figcaption {
    transform: translate(0, 0);
}

/* imghvr-fade
   ----------------------------- */

/*# sourceMappingURL=imagehover.css.map */

[class^='imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover > img {
     opacity: 1; 
}
[class^='imghvr-'] figcaption, 
[class*=' imghvr-'] figcaption {
    background-color:rgba(0,138,173,0.8);
    padding: 1.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}

  [class^='imghvr-'] figcaption, 
  [class*=' imghvr-'] figcaption {
    background-color: #000;
    padding: 0;
    position: relative;
    color: #fff;
    opacity: 1;
  }

.caption-txt{text-align: left; padding-right: 1em;}
.works-more{font-size: 1.2rem; text-align: center; margin: 0 0 3rem 0;}
/*# sourceMappingURL=imagehover.css.map */


.comingsoon-media{
background: #333;
    color: #fff;
    text-align: center;
    padding: 0.3rem 0;
    opacity: 0.4;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin: 1.25rem 0 0 0;
    width: 30rem;
}



.white{
  color: #fff;
}

.align-r{ text-align: right; }
.align-l{ text-align: left;  }
.align-c{ text-align: center;}

.float-r{ float: right; }
.float-l{ float: left; }

.sp-none{ display: block; }
.pc-none{ display: none; }




@media only screen and (max-width: 640px) {
  
  .headline-subttl-en{
    letter-spacing: 0.15rem;
    text-align: left;
  }
  .icon-btn {
    width: 100%;
    height: 7rem;
    padding: 1rem 3rem;
    font-size: 1.4rem;
    margin: 0 auto 3rem;
    letter-spacing: 0.1rem;
  }
  .icon-btn .link-txt {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
  
  .icon-email {
    width: 4rem;
    height: 4rem;
  }

  .SP-icon-access{
    width: 5.4rem;
    height: auto;
    margin: 0 1rem 0 0;
    display: block
  }

 
}








@media only screen and (max-width: 640px) {
.sp-none{ display: none; }
.pc-none{ display: block; }

#hero-img,#hero   { height: 134.375vw;}
#hero.hero-nobg   { height: 15rem; }
#hero.hero-media  { height: calc(100vh - 4rem); max-height: calc(100vh - 4rem); }
#hero.hero-business{ height: 135.9375vw; }

#hero-img {
  background-size: cover;
  background-repeat: no-repeat;
}



#hero-headline { padding: 0 2rem; }
.hero-nobg #hero-headline {
    text-align: left;
    padding:0 1.5rem;
}
#hero-title {
    font-weight: normal;
    font-size: 2.75rem;
    line-height: 1;
    margin:6rem 0 0 0 ;
    letter-spacing: 0.15rem;
}
.hero-nobg #hero-title {
    font-weight: normal;
    font-size: 2.75rem;
    line-height: 1;
    margin:6rem 0 0 0 ;
    letter-spacing: 0;
}
#hero-title span {
    display: block;
    font-weight: normal;
    font-size: 1rem;
    margin: 0.8rem 0 1rem 0;
    text-align: left;
    letter-spacing: 0;
}
.hero-nobg #hero-title span {
    display: block;
    font-weight: normal;
    font-size: 1.1rem;
    margin: 1.5rem 0;
    text-align: left;
    letter-spacing: 0;
}

#hero-txt{
  font-weight: normal;
  font-size: 0.8rem;;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify;
}



.headline-ttl {
  text-align: center;
}
.headline-ttl span {
  margin: 0 0 0 1rem;
  letter-spacing: 0.1rem;
}
.headline-txt {
    margin: 0 0 3rem 0;
    letter-spacing: 0;
    font-size: 0.95rem;
    line-height: 2;
}

.icon-btn svg {
    width: 4rem;
    height: auto;
}
.icon-link {
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
}
.icon-link .link-txt {
    margin: 0 1rem;
}
.icon-link svg {
    width: 3rem;
    height: auto;
}




.headline-ttl { width: 100%;}

.footer-inner {
    height: auto;
    padding: 1.5rem;
}

.footer-right p{
  margin:0 0.5rem;
}
.footer-privacy {
    font-size: 0.65rem;
    margin: 0;
}
.footer-copyright{
    font-size: 0.65rem;
}
#footer-nav{
  margin-bottom: 1.5rem;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    margin: 0;
    background: #049CBD;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
}
.pagetop span {
    position: absolute;
    left: 1.125rem;
    top: 1.375rem;
    border-color: #fff;
    width: 1.25rem;
    height: 1.25rem;
    border-width: 0.18rem;
}

.section-about{
  padding: 0 0 6rem 0;
}

.ci-txt h3 {
    font-size: 1.5rem;
    color: #049CBD;
    margin: 0 0 1.2rem 0;
    font-weight: normal;
    letter-spacing: 0.1rem;
}
.ci-txt p, .ci-txt h4 {
    font-size: 0.8rem;
    margin: 0 0 0.5rem 0;
}





.hero-business,
.hero-business #hero-img{
  height: 135.9375vw;
}

.page-nav-biz .page-nav-bg,
.page-nav-wrapper-biz {
    position: absolute;
    top: -48.4375vw;
    left: 0;
    height: 48.4375vw;
    width: 100%;
}
.page-nav-biz .page-nav-bg{
    background-image:url(../img/SP-dm-navi-bg.png); 
    background-size:cover;
}

.page-nav-biz li a {
    width: 100%;
    height: 24vw;
    padding: 2vw 0;
    font-size: 0.6rem;
    transition: all .35s ease;
}
.page-nav-biz li a:before,
.page-nav-biz li a:after { display: none; }
.page-nav-icon {
    width: 4.25rem;
}

.headline-biz .headline-txt {
    width: 100%;
    margin: 0;
    padding: 0 0 5rem 0;
}
.headline-biz .headline-icon {
    width: 17.5rem;
    opacity: 0.3;
    margin-bottom: 3rem;
}
.headline-biz .headline-txt h3 {
    font-size: 1.85rem;
    font-weight: normal;
}
.headline-biz .headline-txt h3 span {
    font-size: 1rem;
}
.headline-biz .headline-txt p {
    font-size: 1rem;
    margin: 0 0 0.75rem 0;
}
.headline-biz .headline-txt p:last-child{
  margin: 0;
}

.headline-biz .headline-txt p.etc{
  font-size: 0.85rem;
}


.headline-creative .headline-icon {
    width: 6rem;
    height: auto;
    margin: 0;
    fill: #049CBD;
}

.headline-creative .headline-txt   { margin: 0; }
.headline-creative .headline-txt h3{ margin: 0;
  font-size: 2.2rem;
  font-weight: normal;
}
.headline-creative .headline-txt h3 span { margin: 0 0 0 1rem; }
.headline-creative .headline-txt p {
    font-size: 1rem;
    line-height: 1.8;
    margin: 1.5rem 0 2.25rem;
}

.headline-works .headline-txt {
    margin: 0;
}
.headline-works .headline-txt h3 {
    font-size: 1.5rem;
    font-weight: normal;
}
.works-container{
  padding: 0 0 6rem 0
}
.works-container div{
  margin-bottom:2rem;
}
.caption-txt {
    font-size: 0.9rem;
    width: 100%;
    text-align: left;
    padding: 1rem 1.5rem;
    font-weight: bold;
}
.caption-txt span {
    display: block;
    font-size: 0.7rem;
    margin: 0.5rem 0 0 0;
    font-weight: normal;
}


.headline-recruit {
    text-align: left;
    margin: -3rem 0 3rem 0;
    padding: 0 1.5rem;
}
.headline-recruit p {
    font-size: 1rem;
}
.section-recruit .inner{
      padding: 0;
}
.ac-head{ position: relative;}
.ac-head:after {
    position: absolute;
    left: 7rem;
    top: 1rem;
}
.ac-head .arrow{
  position: absolute;
  top:1.25rem;
  right: 1.5rem;
}


.ac-cell{ padding: 1rem 1.5rem; font-size: 1rem;}
.ac-head .ac-cell-r{ width: auto;  }
.ac-head .ac-cell-l{ width: auto;}
.ac-content .ac-cell-r{
  font-size: 0.85rem;
  width: 100%;
  padding:0 1.5rem 1.5rem;

}
.ac-content .ac-cell-l{
  font-size: 1rem; 
  width: 100%;
  padding: 1.5rem;
}

.ac-close {
    font-size: 1.25rem;
    letter-spacing: 0.15rem;
    text-align: center;
    padding: 2.75rem 0;
    border-bottom: 1px solid #333;
}
.ac-arrow{
  position: absolute;
  right:1.5rem;
}

.recruit-action{ 
  padding:0 1.5rem;
  margin: 2.5rem 0 9rem 0;
}

.recruit-action-btn{
  font-size:1.2rem;
  width: 100%;
}



#hero.hero-media,
#hero.hero-media #hero-img {
    height: calc(100vh - 6.65rem);
    max-height: calc(100vh - 6.65rem);
}
.comingsoon-media{
    text-align: center;
    padding: 0.3rem 0;
    opacity: 0.5;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    margin: 1.25rem 0 0 0;
    width: 100%;
}

}


.loadIn,
.scrollFadeIn,
.scrollFadeInUp{opacity: 0;}

.relative{position: relative;}

.disnone{display: none}

.mt-1{ margin-top:1rem; }
.mt-2{ margin-top:2rem; }
.mt-3{ margin-top:3rem; }
.mt-4{ margin-top:4rem; }
.mt-5{ margin-top:5rem; }

.mb-1{ margin-bottom: 1rem; }
.mb-2{ margin-bottom: 2rem; }
.mb-3{ margin-bottom: 3rem; }
.mb-4{ margin-bottom: 4rem; }
.mb-5{ margin-bottom: 5rem; }



@media only screen and (max-width: 640px) {
  .sp-w-100{ width: 100%; }
}

.section-page-contact-inner{
  display: flex;
  width: 100vw;
  max-width: 68rem;
  padding: 2rem 3rem 1rem;
  align-items: center;
}


#footer .headline-ttl-page-contact{
  color: #fff;
  font-size: 2rem;
  width: auto;
  line-height: 1;
}
#footer .section-page-contact a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 1rem;
  color: #049CBD;
}

#footer .section-page-contact a .email{
  font-size: 1rem;
  width: auto;
}

#footer .section-page-contact a .icon-email{
  width: 2rem;
  width: auto;
}
#footer .section-page-contact a .email-add{
  width: auto;
}
@media only screen and (max-width: 640px){
  #footer .section-page-contact a .icon-email { width: 2rem; height: auto;}
  #footer .section-page-contact-inner { padding: 2rem 2rem 1rem; justify-content: center;}
}

#hero-title span.Noto{
  font-family: 'Noto Sans JP';
  display: inline;
  font-size: 2.5rem;
}


.headline-biz span.Noto {
  font-family: 'Noto Sans JP';
  display: inline;
  font-size: 2rem;
}

