/*
Theme Name: suruga-recruit
Theme URI: 
Description: 駿河生産プラットフォームRecruiting Site
Version: 1.0
Author: TechPR

*/

@charset "utf-8";

/* animation
----------------------------------------------------------------*/
@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

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

@-webkit-keyframes slide-in-left{
    0%{transform:translateX(-100%)}to{transform:translateX(0)}
}
@keyframes slide-in-left{
    0%{transform:translateX(-100%)}to{transform:translateX(0)}
}
@-webkit-keyframes slide-fade-in-left{
    0%{opacity:0;transform:translateX(-2rem)}to{opacity:1;transform:translateX(0)}
}
@keyframes slide-fade-in-left{
    0%{opacity:0;transform:translateX(-2rem)}to{opacity:1;transform:translateX(0)}
}
@-webkit-keyframes slide-in-right{
    0%{transform:translateX(100%)}to{transform:translateX(0)}
}
@keyframes slide-in-right{
    0%{transform:translateX(100%)}to{transform:translateX(0)}
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* visualBlur */
@-webkit-keyframes visualBlur {
  from {
    opacity: 1 !important;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }

  to {
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes visualBlur {
  from {
    opacity: 1 !important;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }

  to {
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
}
.visualBlur {
    -webkit-animation-name: visualBlur;
    animation-name: visualBlur;
}

/* textInUp */
@-webkit-keyframes textInUp {
  from {
    opacity: 0;
    transform: translate(0,75px);
    transition: opacity 1s,transform 1s;
    transition-timing-function: cubic-bezier(0,.56,.46,1);
  }

  to {
    opacity: 1;
    transform: 0;
  }
}
@keyframes textInUp {
  from {
    opacity: 0;
    transform: translate(0,75px);
    transition: opacity 1s,transform 1s;
    transition-timing-function: cubic-bezier(0,.56,.46,1);
  }

  to {
    opacity: 1;
    transform: 0;
  }
}


.textInUp {
    -webkit-animation-name: textInUp;
    animation-name: textInUp;
}

/* copytextInUp */
@-webkit-keyframes copytextInUp {
  from {
    opacity: 0;
    transform: translate(0,56px);
    transition: opacity 1s,transform 1s;
    transition-timing-function: cubic-bezier(0,.56,.46,1);
  }

  to {
    opacity: 1;
    transform: 0;
  }
}
@keyframes copytextInUp {
  from {
    opacity: 0;
    transform: translate(0,56px);
    transition: opacity 1s,transform 1s;
    transition-timing-function: cubic-bezier(0,.56,.46,1);
  }

  to {
    opacity: 1;
    transform: 0;
  }
}

@media screen and (max-width: 767px) {

    @-webkit-keyframes copytextInUp {
      from {
        opacity: 0;
        transform: translateY(1vw);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @keyframes copytextInUp {
      from {
        opacity: 0;
        transform: translateY(1vw);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

}


.copytextInUp {
    -webkit-animation-name: copytextInUp;
    animation-name: copytextInUp;
}

/* numbertextInUp */
@-webkit-keyframes numbertextInUp {
  from {
    opacity: 0;
    transform: translate(0,122px);
    transition: opacity 1s,transform 1s;
    transition-timing-function: cubic-bezier(0,.56,.46,1);
  }

  to {
    opacity: 1;
    transform: 0;
  }
}
@keyframes numbertextInUp {
  from {
    opacity: 0;
    transform: translate(0,122px);
    transition: opacity 1s,transform 1s;
    transition-timing-function: cubic-bezier(0,.56,.46,1);
  }

  to {
    opacity: 1;
    transform: 0;
  }
}

@media screen and (max-width: 767px) {

    @-webkit-keyframes numbertextInUp {
      from {
        opacity: 0;
        transform: translateY(1vw);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @keyframes numbertextInUp {
      from {
        opacity: 0;
        transform: translateY(1vw);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

}


.numbertextInUp {
    -webkit-animation-name: numbertextInUp;
    animation-name: numbertextInUp;
}

/* fadeInUp */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1vw);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1vw);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* barWidth */
@-webkit-keyframes barWidth {
  from {
    width: 0;
  }

  to {
    width: 100%;
    opacity: 1;
  }
}
@keyframes barWidth {
  from {
    width: 0;
  }

  to {
    width: 100%;
    opacity: 1;
  }
}
.barWidth {
    -webkit-animation-name: barWidth;
    animation-name: barWidth;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

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

  100% {
    opacity: 1;
  }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}


/* スライド全体 */
.swiper-slide {
  transition: transform 0.6s;
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-144%)
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-144%)
    }
}

/* font
----------------------------------------------------------------*/

.en{
    font-family: 'Sen', sans-serif;
}


/* Preferences（reset）
----------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
/* html5 reset css */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, a, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; } article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;} nav ul {list-style:none;} blockquote, q {quotes:none;} blockquote:before, blockquote:after,q:before, q:after { content:''; content:none; } ins { background-color:#ff9; color:#000; text-decoration:none; } mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del {text-decoration: line-through;} abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; } hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; } input, select {vertical-align:middle;} 
/* //html5 reset css */

html {
    /* font-feature-settings: "palt"; */
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
main{
    overflow-x: hidden;
}
body {
    line-height: 1.89;
    color: #191B1F;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    word-break: break-word;
    font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
}


h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: unset;
}
table{
    border-collapse: collapse;
    width: 100%;
}
ul{
    list-style: none;
}
img{
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
a{
    color: #1f140f;
    text-decoration: none;
    outline: none;
    display: block;
    transition: all .5s;
}
p{
    /* margin-bottom: 1em; */
}
blockquote{
    margin: 0 0 1rem;
    padding: 1rem;
    background: rgba(255,255,255,0.1);
}
blockquote p{margin: 0;}


@media screen and (max-width: 1400px) {

    html {
        min-width: 1200px;
    }
    main{
    }

}

@media screen and (max-width: 767px) {

    html{
      height: -webkit-fill-available;
      min-width: auto;
    }
    body{
        font-size: 14px;
        min-height: 100vh;
        min-height: -webkit-fill-available;
        line-height: 2;
    }

}




/* public css
----------------------------------------------------------------*/
.clear{clear: both;}
.cf:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;overflow: hidden;}
* html .cf{ zoom: 1; } /* ie6 */
*:first-child+html .cf { zoom: 1; } /* ie7 */

.alignleft{float: left; margin-right: 40px;}
.alignright{float: right; margin-left: 40px;}
.aligncenter{text-align: center; display: block; margin-left: auto; margin-right: auto; }
@media screen and (max-width: 600px) {
    .alignleft{
        float: none;
        margin-right: 0;
    }
    .alignright{
        float: none;
        margin-left: 0;
    }
}

.middle{
    vertical-align: middle;
}
.center{text-align: center !important;}
.left{text-align: left !important;}
.right{text-align: right !important;}
.red{color: #d70e19;}
.small{font-size: 12px;}

.fright{float: right;}
.fleft{float: left;}

.white{
    color: #fff !important;
}

.blue{
    color: #2777BA;
}

.sh{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}

/*space*/
.mt0{margin-top: 0;}.mt5{margin-top: 5px;}.mt10{margin-top: 10px;}.mt15{margin-top: 15px;}.mt20{margin-top: 20px;}.mt25{margin-top: 25px;}.mt30{margin-top: 30px;}.mt35{margin-top: 35px;}.mt40{margin-top: 40px;}.mt45{margin-top: 45px;}.mt50{margin-top: 50px;}.mt100{margin-top: 100px;}
.mr0{margin-right: 0;}.mr5{margin-right: 5px;}.mr10{margin-right: 10px;}.mr15{margin-right: 15px;}.mr20{margin-right: 20px;}.mr25{margin-right: 25px;}.mr30{margin-right: 30px;}.mr35{margin-right: 35px;}.mr40{margin-right: 40px;}.mr45{margin-right: 45px;}.mr50{margin-right: 50px;}.mr100{margin-right: 100px;}
.mb0{margin-bottom: 0;}.mb5{margin-bottom: 5px;}.mb10{margin-bottom: 10px;}.mb15{margin-bottom: 15px;}.mb20{margin-bottom: 20px;}.mb25{margin-bottom: 25px;}.mb30{margin-bottom: 30px;}.mb35{margin-bottom: 35px;}.mb40{margin-bottom: 40px;}.mb45{margin-bottom: 45px;}.mb50{margin-bottom: 50px;}.mb100{margin-bottom: 100px;}.ml0{margin-left: 0;}
.ml5{margin-left: 5px;}.ml10{margin-left: 10px;}.ml15{margin-left: 15px;}.ml20{margin-left: 20px;}.ml25{margin-left: 25px;}.ml30{margin-left: 30px;}.ml35{margin-left: 35px;}.ml40{margin-left: 40px;}.ml45{margin-left: 45px;}.ml50{margin-left: 50px;}.ml100{margin-left: 100px;}.pt0{padding-top: 0;}
.pt5{padding-top: 5px;}.pt10{padding-top: 10px;}.pt15{padding-top: 15px;}.pt20{padding-top: 20px;}.pt25{padding-top: 25px;}.pt30{padding-top: 30px;}.pt35{padding-top: 35px;}.pt40{padding-top: 40px;}.pt45{padding-top: 45px;}.pt50{padding-top: 50px;}.pt100{padding-top: 100px;}
.pr0{padding-right: 0;}.pr5{padding-right: 5px;}.pr10{padding-right: 10px;}.pr15{padding-right: 15px;}.pr20{padding-right: 20px;}.pr25{padding-right: 25px;}.pr30{padding-right: 30px;}.pr35{padding-right: 35px;}.pr40{padding-right: 40px;}.pr45{padding-right: 45px;}.pr50{padding-right: 50px;}.pr100{padding-right: 100px;}
.pb0{padding-bottom: 0;}.pb5{padding-bottom: 5px;}.pb10{padding-bottom: 10px;}.pb15{padding-bottom: 15px;}.pb20{padding-bottom: 20px;}.pb25{padding-bottom: 25px;}.pb30{padding-bottom: 30px;}.pb35{padding-bottom: 35px;}.pb40{padding-bottom: 40px;}.pb45{padding-bottom: 45px;}.pb50{padding-bottom: 50px;}.pb100{padding-bottom: 100px;}.pl0{padding-left: 0;}
.pl5{padding-left: 5px;}.pl10{padding-left: 10px;}.pl15{padding-left: 15px;}.pl20{padding-left: 20px;}.pl25{padding-left: 25px;}.pl30{padding-left: 30px;}.pl35{padding-left: 35px;}.pl40{padding-left: 40px;}.pl45{padding-left: 45px;}.pl50{padding-left: 50px;}.pl100{padding-left: 100px;}



/* 共通css
----------------------------------------------------------------*/


/* base rayout */
.pc{
    display: block;
}
.sp{
    display: none;
}

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

}



/* img */
.img-wrap{
    width: 100%;
    height: 0;
    position: relative;
}
.img-wrap img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    font-family: 'object-fit: cover;';
}
.img-wrap iframe{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    font-family: 'object-fit: cover;';
}


.section-inner{
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1400px) {

    

}

@media screen and (max-width: 767px) {

    .section-inner{
        padding: 0 6%;
    }

}





/* header
----------------------------------------------------------------*/

header#recruit-header{
    position: fixed;
    width: 100%;
    z-index: 99;
    /*top: -100px;*/
    transition: all .5s;
    box-shadow: 0px 6px 12px 0px rgb(126 28 201 / 12%);
    top: 0;
    background: #fff;
    min-width: 1200px;
}
/*header#recruit-header.fixed {
    box-shadow: 0px 6px 12px 0px rgb(126 28 201 / 12%);
    top: 0;
    background: #fff;
}*/
.header-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
    /* padding-left: 24px; */
    padding: 10px 0;
}
/*header#recruit-header.fixed .header-inner{
    padding: 12px 0;
}*/
#recruit-header-logo{position: relative;z-index: 9999;}
#recruit-header-logo a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 14px 16px 12px 16px;
    background: #fff;
}
#recruit-header-logo a img{
    display: block;
}
.recruit-header-logo-text {
    line-height: 1;
    color: #0F218B;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    margin-left: 14px;
    letter-spacing: -0.25px;
    font-size: 14px;
}
#recruit-header-logo a:hover{
    opacity: 0.6;
}

ul.main-nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 12px;
}
ul.main-nav li{
    margin: 0 12px;
}
ul.main-nav li a{
    text-align: center;
    color: #fff;
    transition: all .5s;
    color: #191B1F;
}
header#recruit-header.fixed ul.main-nav li a{
    color: #191B1F;
}
ul.main-nav li a:hover{
    color: #0F218B !important;
    opacity: 0.6;
}
ul.main-nav li a .main-nav-text{
    font-size: 14px;
    display: block;
    line-height: 1;
    font-weight: 500;
}
ul.main-nav li.entry{
    margin-right: 0;
    margin-left: 16px;
}
ul.main-nav li.entry a{
    background: #0F218B;
    width: 140px;
    padding: 14px 0;
}
ul.main-nav li.entry a .main-nav-text{
    color: #FFCC00;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -.75px;
}
ul.main-nav li.entry a:hover{
    background: #000;
    opacity: 1;
}

.main-nav-en{
  display: none;
}
ul.main-nav li a .material-symbols-outlined{
  display: none;
}


@media screen and (max-width: 767px) {

    header#recruit-header{
        top: 0;
        background: #fff;
        min-width: auto;
    }
    .header-inner{
        display: block;
        padding: 15px 3% 15px;
    }
    header#recruit-header.fixed .header-inner{
        padding: 0;
    }
    #recruit-header-logo a{
        padding: 0;
        display: block;
    }
    #recruit-header-logo a img {
        width: 260px;
        display: block;
    }
    .recruit-header-logo-img {
        font-size: unset;
    }
    .recruit-header-logo-text {
        margin-left: 0;
        display: block;
        margin-top: 0px;
        font-size: 13px;
        margin-top: 2px;
    }
    nav#recruit-header-nav{
        display: none; 
    }

    .nav-toggle-box {
        position: absolute;
        bottom: 7px;
        right: 1.5%;
        z-index: 9999;
        padding: 16px;
        background: #fff;
    }
    .nav-toggle-bar {
        display: block;
        height: 3px;
        width: 22px;
        background: #222;
    }
    #nav-toggle-box-btn{
        width: 22px;
        height: 17px;
        position: relative;
    }
    #nav-toggle-box-btn span{
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position: absolute;
    }
    #nav-toggle-box-btn span:nth-of-type(1){
        top: 0;
    }
    #nav-toggle-box-btn.active span:nth-of-type(1){
        -webkit-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg);
    }
    #nav-toggle-box-btn span:nth-of-type(2){
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #nav-toggle-box-btn.active span:nth-of-type(2){
        opacity: 0;
    }
    #nav-toggle-box-btn span:nth-of-type(3){
        bottom: 0;
    }
    #nav-toggle-box-btn.active span:nth-of-type(3){
        -webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
    }

    ul.main-nav {
        display: block;
        padding-right: 0;
        width: 100%;
    }
    ul.main-nav li{
        margin: 0;
        padding: 18px 0;
        border-top: 1px solid #707070;
    }
    ul.main-nav li a{
        color: #191B1F;
        text-align: left;
        position: relative;
    }
    ul.main-nav li.entry{
        margin-left: 0;
        padding-top: 32px;
        padding-bottom: 0;
    }
    ul.main-nav li a .main-nav-text{
        font-size: 13px;
        margin-top: 6px;
    }
    nav#recruit-header-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        overflow-y: scroll;
        height: 100vh;
        -webkit-clip-path: circle(0);
        clip-path: circle(0);
        z-index: -1;
        background-color: #fff;
        transition: .75s ease;
        padding: 65px 6% 72px;
        box-sizing: border-box;
    }
    nav#recruit-header-nav.fade-in{
        z-index: 999;
        -webkit-clip-path: circle(100%);
        clip-path: circle(100%);
    }
    ul.main-nav li.entry a {
        width: 100%;
        padding: 24px 0;
        text-align: center;
    }
    ul.main-nav li.entry a .main-nav-text{
        font-size: 20px;
        margin-top: 0;
    }

    .main-nav-en{
      display: block;
      font-family: 'Sen', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -.75px;
    line-height: 1;
    color: #0F218B;
    }
    ul.main-nav li a .material-symbols-outlined{
      display: block;
      position: absolute;
      top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    }
    ul.main-nav li a .material-symbols-outlined.icon-tab{
      font-size: 18px;
    }

}


/* footer
----------------------------------------------------------------*/

#footer-top{
    background: #191B1F;
    color: #fff;
    padding: 64px 0;
}
#footer-bottom{
    background: #fff;
}

.footer-inner{
  max-width: 1080px;
  margin: 0 auto;
}
#footer-top .footer-inner{
  display: flex;
  flex-wrap: wrap;
}
.footer-link{
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding-right: 48px;
  display: flex;
  flex-wrap: wrap;
}
.footer-link .footer-link-box:not(:first-of-type){
  margin-left: 64px; 
}
.footer-link-box-caption{
  margin-bottom: 32px;
}
.footer-link-box-caption a{
  color: #fff;
}
.footer-link-box-caption a:hover{
  opacity: 0.6;
}
.footer-link-box-caption-en {
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -.75px;
    line-height: 1;
}
.footer-link-box-caption-jp {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    margin-top: 5px;
}
ul.footer-link-box-list{

}
ul.footer-link-box-list li{
    line-height: 1;
}
ul.footer-link-box-list li:not(:first-of-type){
    margin-top: 10px;
}
ul.footer-link-box-list li a {
    color: #fff;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}
ul.footer-link-box-list li a:hover{
  opacity: 0.6;
}
ul.footer-link-box-list li a .material-symbols-outlined {
    font-size: 14px;
    margin-left: 4px;
    position: relative;
    top: 2px;
}
.footer-info{
  width: 200px;
}
.footer-entry{
  margin-bottom: 26px;
}
.footer-entry a {
    background: #0F218B;
    /* width: 140px; */
    padding: 8px 0;
    text-align: center;
    color: #FFCC00;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -.75px;
}
.footer-entry a:hover {
    background: #000;
    opacity: 1;
}
ul.footer-info-list{

}
ul.footer-info-list li{
  line-height: 1;
}
ul.footer-info-list li:not(:first-of-type){
  margin-top: 14px;
}
ul.footer-info-list li a{
  color: #fff;
  font-family: 'Sen', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -.75px;
    line-height: 1;
    display: inline-block;
}
ul.footer-info-list li a:hover{
  opacity: 0.6;
}
ul.footer-info-list li a .material-symbols-outlined {
    font-size: 14px;
    margin-left: 6px;
    position: relative;
    top: 2px;
}

#footer-bottom {
    background: #fff;
    padding: 24px 0;
}
#footer-bottom .footer-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer-logo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-logo-text {
    line-height: 1;
    color: #0F218B;
    font-family: 'Sen', sans-serif;
    font-weight: 500;
    margin-left: 12px;
    letter-spacing: -0.25px;
    font-size: 14px;
}
.copyright{
    line-height: 1;
    font-family: 'Sen', sans-serif;
    font-weight: 400;
    letter-spacing: -0.25px;
    font-size: 13px;
}

.pagetop-btn {
    position: fixed;
    bottom: -60px;
    right: 20px;
    z-index: 99;
    transition: all .5s;
}
.pagetop-btn.fixed{
    bottom: 20px;
}
.pagetop-btn a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 48px;
    height: 48px;
    background-color: #000;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}
.pagetop-btn a:hover{
    background: #444;
}
.pagetop-btn-icon{
    display: block;
}
.pagetop-btn-icon .material-symbols-outlined{
    font-size: 28px;
}
.pagetop-btn-text {
    font-family: 'Sen', sans-serif;
    display: block;
    margin-top: -6px;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {

    #footer-top .footer-inner{
      display: block;
      padding: 0 6%;
    }
    .footer-link{
      width: 100%;
      padding-right: 0;
      display: block;
    }
    .footer-link .footer-link-box:not(:first-of-type){
      margin-left: 0;
      padding-top: 24px;
      margin-top: 24px;
      border-top: 1px solid rgba(255,255,255,0.6);
    }
    ul.footer-link-box-list li a{
      font-size: 14px;
    }
    .footer-info{
      width: 100%;
      margin-top: 24px;
      padding-top: 56px;
      border-top: 1px solid rgba(255,255,255,0.6);
    }
    ul.footer-link-box-list li:not(:first-of-type) {
        margin-top: 12px;
    }
    .footer-link-box-caption-jp {
        font-size: 13px;
        margin-top: 6px;
    }
    ul.footer-info-list li:not(:first-of-type) {
        margin-top: 22px;
    }
    ul.footer-info-list li a {
        font-size: 15px;
    }

    #footer-bottom {
        padding: 24px 0 72px;
    }
    #footer-bottom .footer-inner{
      display: block;
    }
    .footer-entry {
        margin-bottom: 32px;
    }
    .footer-logo{
        display: none;
    }
    .copyright{
        font-size: 11px;
        text-align: center;
    }
    .pagetop-btn{
      right: 10px;
    }
    .pagetop-btn.fixed{
        bottom: 10px;
    }

    #footer-top{
        padding: 56px 0;
    }
    .footer-link-box-caption{
      margin-bottom: 24px;
    }

}



/* 共通sectionパーツ
----------------------------------------------------------------*/

.top-section-title{

}
.top-section-title-en{
    font-size: 56px;
    font-family: 'Sen', sans-serif;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
    color: #0F218B;
}
.top-section-title-jp{
    font-size: 16px;
    line-height: 1;
    margin-top: 16px;
    font-weight: 700;
}

.top-section-copy{
    margin-top: 40px;
    font-size: 40px;
    line-height: 1.4166666667;
    font-weight: 700;
}
.top-section-copy div{
    overflow: hidden;
}
.top-section-copy span{
    display: inline-block;
}
.top-section-copy div:nth-of-type(1) > span {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.top-section-copy div:nth-of-type(2) > span {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.top-section-description{
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    margin-top: 32px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


/* sub-btn */
.sub-btn{
    margin-top: 32px;
}
.sub-btn a{
    width: 324px;
    height: 64px;
    background: #0F218B;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px 0 32px;
    box-sizing: border-box;
}
.sub-btn-text{
    font-size: 16px;
    font-weight: 700;
}
.sub-btn a .material-symbols-outlined{

}
.sub-btn a:hover{
    background: #191B1F;
}


.btn-black a{
    background: #191B1F;
}
.btn-black a:hover{
    background: #404040;
}


@media screen and (max-width: 767px) {

    .top-section-title-en {
        font-size: 36px;
    }
    .top-section-title-jp {
        font-size: 14px;
        margin-top: 8px;
    }
    .top-section-copy {
        margin-top: 24px;
        font-size: 24px;
        line-height: 1.4285714286;
    }
    .top-section-description {
        font-size: 14px;
        margin-top: 20px;
    }

    .sub-btn a {
        width: 100%;
        height: 56px;
        padding: 0 20px 0 24px;
    }
    .sub-btn-text{
        font-size: 14px;
    }


}


/* main-btn */
.main-btn{
    padding: 0 6%;
}
.main-btn a{
    background: #0F218B;
    color: #fff;
    width: 540px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.main-btn a:hover{
    background: #191B1F;
}
.main-btn-en{
    width: 172px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    font-size: 18px;
    font-family: 'Sen', sans-serif;
    font-weight: 500;
    letter-spacing: -.5px;
    line-height: 1;
}
.main-btn a .material-symbols-outlined{
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 32px;
}
.main-btn-text{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}



@media screen and (max-width: 767px) {

    .main-btn a {
        width: 100%;
        display: block;
        height: auto;
        padding: 20px 24px 22px;
        box-sizing: border-box;
    }
    .main-btn-en {
        width: 100%;
        position: relative;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        text-align: left;
        font-size: 16px;
        letter-spacing: -.5px;
        line-height: 1;
    }
    .main-btn-text {
        text-align: left;
        font-size: 16px;
        font-weight: 700;
        margin-top: 6px;
        line-height: 1;
    }
    .main-btn a .material-symbols-outlined {
        right: 12px;
        font-size: 28px;
    }


}




/* main-visual
----------------------------------------------------------------*/

/* 動画背景設定 */
/*header設定*/
#header{
  /*position: relative;
    height: 100vh;
    text-align: center;
    color: #fff;
    background: url("../img/movie.jpg") no-repeat;
    background-size: cover;*/
    z-index: -2;
}

/* ローディングアイコン設定 */

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    font-weight: bold;
}

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/

#loading.disappear{
     display: none;   
}


/* youtube設定 */

#youtube-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
  opacity: 0; 
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name:PageAnimeAppear;
  animation-duration:.5s;
  animation-fill-mode:forwards;
}

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

#youtube {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    max-width: none;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask{
    position: absolute;
    top:0;
    width:100%;
    height: 100%;
    z-index: -1;
    background: #1a1a1a;
    opacity: 0.7;
}



.overlay, #yt_player {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
 
.overlay{
    z-index: -1;
    background: rgba(0,0,0,0.25);
}
 
#yt_player{
    z-index: -2;
}
.ytp-gradient-top{
  display: none !important;
}
.ytp-chrome-top.ytp-show-cards-title {
    display: none !important;
}
.ytp-watermark.yt-uix-sessionlink {
    display: none !important;
}




#main-bg{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/top/main_visual.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center;
    opacity: 1 !important;
    -ms-filter: blur(6px);
    filter: blur(6px);
    -webkit-animation-duration: 2.8s;
    animation-duration: 2.8s;
}
#main-visual{
    height: 100vh;
    min-height: 700px;
    position: relative;
}
.main-visual-inner{
    max-width: 1080px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
#main-visual-content-wrap {
    padding-left: 112px;
    position: relative;
    margin-top: 56px;
}

.main-visual-decorate {
    color: #FFCC00;
    transform: rotate( 90deg );
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    left: -14%;
    font-family: 'Sen', sans-serif;
    font-weight: 500;
    letter-spacing: 2.8px;
    /* margin-top: -1%; */
    line-height: 1;
    font-size: 14px;
}
.main-visual-decorate .animated{
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}
.main-visual-content{
    color: #fff;
}

.main-visual-copy{
    font-size: 56px;
    font-weight: 900;
    line-height: 1.4166666667;
}
.main-visual-copy .brackets{
    position: relative;
    left: -34px;
}
.main-visual-copy > div {
    overflow: hidden;
}
.main-visual-copy > div > span {
    display: block;
    opacity: 1 !important;
}
.main-visual-copy > div:nth-child(1) > span {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.main-visual-copy > div:nth-child(2) > span {
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s;
}
.main-visual-copy > div:nth-child(3) > span {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.main-visual-text {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    line-height: 2;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
    opacity: 0;
}

.main-visual-scroll {
    position: absolute;
    right: -5%;
    bottom: 7%;
    color: #fff;
    transform: rotate( 90deg );
    position: absolute;
    font-family: 'Sen', sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1.4166666667px;
    line-height: 1;
    font-size: 14px;
}
.main-visual-scroll span{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}
.main-visual-scroll span:after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: #fff;
    margin-left: 32px;
}

@media screen and (max-width: 767px) {

    #main-bg{
        background-position: center left 30%;
        height: 100vh;
        bottom: 0;
    }
    #main-visual{
        min-height: auto;
    }
    #main-visual-content-wrap{
        padding: 0 0 64px;
        margin-top: 0;
    }

    .main-visual-copy{
        font-size: 8.6vw;
        line-height: 1.5;
    }
    .main-visual-copy .brackets{
        left: -18px;
    }
    .main-visual-decorate {
        transform: none;
        position: relative;
        letter-spacing: 0.75px;
        padding: 0;
        left: 0;
        margin-bottom: 20px;
    }
    .main-visual-text {
        font-size: 14px;
        margin-top: 24px;
    }

    .main-visual-inner {
        padding: 0 6%;
        align-items: flex-end;
    }

    .main-visual-scroll {
        right: -23px;
        bottom: unset;
        font-size: 12px;
        top: 96px;
    }
    .main-visual-scroll span:before {
        content: "";
        display: block;
        width: 56px;
        height: 1px;
        background: #fff;
        margin-right: 16px;
    }
    .main-visual-scroll span:after{
        content: none;
    }

}






/* company-feature-article
----------------------------------------------------------------*/

article#company-feature-article{
    background: url(images/bg_cube.png) #F5F5F5;
    background-size: 16rem;
}

#company-feature-head{
    text-align: center;
    padding: 108px 0;
}
.company-feature-title{
    font-size: 20px;
    color: #0F218B;
    display: inline-block;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 1;
    position: relative;
}
.company-feature-title-bar{
    display: block;
    width: 100%;
    height: 2px;
    background: #0F218B;
    margin-top: 8px;
}
.company-feature-title span{
    line-height: 1;
    display: inline-block;
}
.company-feature-title span.feature-number{
    margin-left: 4px;
}
.company-feature-copy{
    margin-top: 40px;
    font-size: 40px;
    line-height: 1.4166666667;
    font-weight: 700;
}
.company-feature-copy div{
    overflow: hidden;
}
.company-feature-copy div span{
    display: inline-block;
}
.company-feature-copy div:nth-of-type(1) > span {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.company-feature-copy div:nth-of-type(2) > span {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.company-feature-copy div:nth-of-type(3) > span {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.company-feature-description {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    margin-top: 32px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 0;
}

#company-feature-foot{
    padding: 108px 0;
}

@media screen and (max-width: 767px) {

    #company-feature-head {
        padding: 72px 0 48px;
    }

    .company-feature-title{
        font-size: 16px;
    }
    .company-feature-copy {
        margin-top: 24px;
        font-size: 24px;
        line-height: 1.4285714286;
    }
    .company-feature-description{
        font-size: 14px;
        margin-top: 20px;
    }

    #company-feature-foot {
        padding: 48px 0 72px;
    }


}


/* feature01 */

section#feature01{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}
.feature01-content{
    width: 50%;
    box-sizing: border-box;
    padding-left: 72px;
}
.feature01-img{
    width: 50%;
    display: block;
    height: 590px;
    background-image: url(images/top/feature01.jpg);
    background-size: cover;
    background-position: center;
}
.feature01-content-box {
    max-width: 520px;
    padding: 108px 0;
}


@media screen and (max-width: 767px) {

    section#feature01{
        display: block;
    }
    .feature01-content{
        width: 100%;
        padding: 0px 6% 0;
    }

    .feature01-content-box{
        padding-top: 0;
        max-width: none;
        padding-bottom: 32px;
    }

    .feature01-img{
        width: 100%;
        height: 60vw;
    }

}


/* feature02 */

section#feature02{
    padding: 108px 0;
}
.feature02-head-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}
.feature02-head-flex .company-feature-copy{
    width: 50%;
    margin-top: 0;
}
.feature02-head-flex .company-feature-description{
    width: 50%;
    margin-top: 0;
    box-sizing: border-box;
    padding-left: 16px;
}

.feature02-body{
    margin-top: 48px;
}
ul.numbers-list{
    display: flex;
    flex-wrap: wrap;
    margin: -24px -16px 0;
}
ul.numbers-list li{
    width: 50%;
    box-sizing: border-box;
    padding: 0 16px;
    margin-top: 24px;
}
.numbers-list-card{
    background: #fff;
    border-radius: 8px;
    padding: 24px 24px 20px;
}
.numbers-list-card-item {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}
.numbers-list-card-content{
    margin-top: 48px;
}
.numbers-list-card-detail {
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 6px;
}
.numbers-list-card-data {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.numbers-list-card-data div{
    overflow: hidden;
}
.data-number{
    line-height: 1;
    font-size: 90px;
    font-weight: 700;
    letter-spacing: -2px;
    color: #0F218B;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
}
ul.numbers-list li:nth-of-type(1) .data-number {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
ul.numbers-list li:nth-of-type(2) .data-number {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
ul.numbers-list li:nth-of-type(3) .data-number {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
ul.numbers-list li:nth-of-type(4) .data-number {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.data-unit{
    line-height: 1;
    font-size: 40px;
    font-weight: 700;
    color: #0F218B;
    margin-left: 10px;
}
.data-supplement {
    font-size: 22px;
    color: #0F218B;
    font-weight: 700;
}

@media screen and (max-width: 767px) {

    section#feature02{
        padding: 72px 0;
    }
    .feature02-head-flex{
        margin-top: 24px;
        display: block;
    }
    .feature02-head-flex .company-feature-copy{
        width: 100%;
    }
    .feature02-head-flex .company-feature-description{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    ul.numbers-list{
        margin: 0;
    }
    ul.numbers-list li{
        width: 100%;
        padding: 0;
        margin-top: 0;
    }
    ul.numbers-list li:not(:first-of-type){
        margin-top: 12px;
    }
    .feature02-body {
        margin-top: 32px;
    }

    .numbers-list-card-item{
        font-size: 16px;
    }
    .numbers-list-card-content {
        margin-top: 40px;
    }
    .numbers-list-card-detail{
        font-size: 14px;
    }
    .data-number{
        font-size: 64px;
    }
    .data-unit{
        font-size: 32px;
        bottom: 6px;
    }
    .data-supplement {
        font-size: 16px;
    }

}


/* feature03 */

section#feature03{
    padding-top: 72px;
    position: relative;
}
section#feature03:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 820px;
    background: #0F218B;
}

#feature03-content{
    position: relative;
    z-index: 1;
}
.feature03-head{
    text-align: center;
    color: #fff;
    margin-bottom: 32px;
}
.feature03-head .company-feature-title{
    color: #fff;
}
.feature03-head .company-feature-title-bar{
    background: #fff;
}

.feature03-head-businessmodel{
    margin-top: 48px;
}
.businessmodel-copy{
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
}
.businessmodel-copy div{
    overflow: hidden;
}
.businessmodel-copy div span{
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    display: block;
}
.businessmodel-name{
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-top: 8px;
}
.businessmodel-name div{
    overflow: hidden;
}
.businessmodel-name div span{
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.businessmodel-name .name-en{
    font-family: 'Sen', sans-serif;
    color: #FFCC00;
    font-size: 56px;
}
.businessmodel-detail{
    font-size: 22px;
    font-family: 'Sen', sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-top: 24px;
    letter-spacing: .75px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.detail-en{
    color: #FFCC00;
}

ul.businessmodel-list{

}
ul.businessmodel-list li{
    width: 800px;
}
.businessmodel-list-card{
    background: #fff;
    padding: 0px 48px 32px;
    border-radius: 16px;
}
.businessmodel-list-card-caption {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 8px;
    background: #0F218B;
    color: #fff;
    padding: 8px 0;
    border-radius: 8px;
}
.businessmodel-list-card-file{

}
.businessmodel-list-card-file img{
    width: 100%;
}
#businessmodel-slider{
    position: relative;
}
.businessmodel-slider-btn{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.businessmodel-slider-btn-inner{
    max-width: 872px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.swiper-btn-prev{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid #0F218B;
    box-sizing: border-box;
    color: #0F218B;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    transition: all .5s;
}
.swiper-btn-prev:hover{
    background: #0F218B;
    color: #fff;
}
.swiper-btn-prev .material-symbols-outlined{
    font-size: 32px;
}
.swiper-btn-next{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid #0F218B;
    box-sizing: border-box;
    color: #0F218B;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    transition: all .5s;
}
.swiper-btn-next:hover{
    background: #0F218B;
    color: #fff;
}
.swiper-btn-next .material-symbols-outlined{
    font-size: 32px;
}

@media screen and (max-width: 767px) {

    .businessmodel-copy {
        font-size: 16px;
    }
    .feature03-head-businessmodel {
        margin-top: 32px;
    }
    .businessmodel-name {
        font-size: 32px;
    }
    .businessmodel-name .name-en {
        font-size: 40px;
    }
    .businessmodel-detail {
        font-size: 17px;
        margin-top: 20px;
    }

    .feature03-head .company-feature-description{
        text-align: left;
        margin-bottom: 32px;
    }
    ul.businessmodel-list li{
        width: 88%;
    }
    .swiper-btn-prev{
        width: 40px;
        height: 40px;
    }
    .swiper-btn-next{
        width: 40px;
        height: 40px;
    }

    .businessmodel-list-card {
        padding: 32px 32px 24px;
        border-radius: 20px;
    }
    .businessmodel-list-card-caption {
        font-size: 15px;
        margin-top: 24px;
        line-height: 1.4;
    }

    section#feature03:after{
        height: 680px;
    }

}


/* feature04 */

section#feature04{
    margin-top: 108px;
    position: relative;
    height: 590px;
}
.feature04-content{
    height: 100%;
}
section#feature04 .section-inner{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.feature04-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 590px;
    background-image: url(images/top/feature04.jpg);
    background-size: cover;
    background-position: center;
}
.feature04-content-box{
    max-width: 500px;
}
.feature04-content-box .company-feature-copy{
    font-size: 38px;
}

section#feature04 .sub-btn a{
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@media screen and (max-width: 767px) {

    section#feature04{
        margin-top: 88px;
        height: auto;
    }
    .feature04-content-box .company-feature-copy{
        font-size: 25px;
    }
    .feature04-img{
        position: relative;
        width: 100%;
        height: 60vw;
        margin-top: 40px;
    }

}


/* techblog-banner */
section#techblog-banner {
    margin-top: 108px;
}
#techblog-banner-box a:hover{
    opacity: 0.6;
}
#techblog-banner-box img{
    border-radius: 16px;
}

@media screen and (max-width: 767px) {

    section#techblog-banner {
        margin-top: 48px;
    }

}


/* top-page-article
----------------------------------------------------------------*/


/* top-job */

section#top-job{
    background: #fff;
    padding: 108px 0 0;
}

#top-job-main-box{
    display: flex;
    flex-wrap: wrap;
}
.top-job-main-left {
    width: calc(100% - 524px);
    box-sizing: border-box;
    padding-right: 32px;
}
.top-job-main-right{
    width: 524px;
}
.job-list-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
ul.job-list {
    width: 50%;
    box-sizing: border-box;
    padding: 0 4px;
}
ul.job-list li{

}
ul.job-list li:not(:first-of-type){
    margin-top: 8px;
}
ul.job-list li a {
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px 0 20px;
    background: #F5F5F5;
}
ul.job-list li a:hover{
    background: #0F218B;
    color: #fff;
}
.job-list-text{
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}
ul.job-list li a .material-symbols-outlined{
    font-size: 24px;
}

#top-job-sub{
    margin-top: 72px;
}
.top-job-sub-head{
    margin-bottom: 32px;
}
.top-job-sub-head .company-feature-copy{
    font-size: 30px;
    margin-top: 20px;
}
.top-job-graybg {
    padding-bottom: 108px;
    position: relative;
}
.top-job-graybg:before {
    content: "";
    display: block;
    width: 100%;
    height: 500px;
    background: url(images/bg_cube.png) #F5F5F5;
    background-size: 16rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
section#top-job .main-btn{
    margin-top: 72px;
}

.top-job-sub-head-box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.interview-slider-btn-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.top-job-sub-head-box .swiper-btn-prev{
    width: 56px;
    height: 56px;
}
.top-job-sub-head-box .swiper-btn-next{
    width: 56px;
    height: 56px;
    margin-left: 16px;
}
#interview-slider.swiper {
    overflow: visible;
}
ul.interview-list{

}
ul.interview-list li{
    width: 300px;
}
ul.interview-list li a{
    
}
.interview-list-thumb{
    position: relative;
}
.interview-list-thumb-img{
    overflow: hidden;
    background: #404040;
}
.interview-list-thumb-img img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
ul.interview-list li a:hover .interview-list-thumb-img img {
    transform: scale(1.1);
}
.interview-list-jobcat{
    background: #0F218B;
    color: #fff;
    font-weight: 500;
    padding: 8px 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 1;
}
.interview-list-content{
    background: #fff;
    padding: 21px 16px 24px;
}
/*.interview-list-career{
    line-height: 1.4;
    font-weight: 500;
    font-size: 12px;
    margin-top: 10px;
}*/
.interview-list-person{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.interview-list-person-name{
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    margin-right: 6px;
}
.interview-list-person-career{
    line-height: 1;
    font-size: 12px;
}

.din .interview-list-person-name{
    font-size: 16px;
}
.din .interview-list-person-career{
    font-size: 11px;
}
.fam .interview-list-person-name{
    font-size: 15px;
}
.fam .interview-list-person-career{
    font-size: 10px;
}

@media screen and (max-width: 767px) {

    section#top-job{
        padding: 72px 0 0;
    }
    #top-job-main-box{
        display: block;
    }
    .top-job-main-left{
        width: 100%;
        padding-right: 0;
    }
    .top-job-main-right {
        width: 100%;
        margin-top: 32px;
    }
    ul.job-list li a {
        height: 60px;
        padding: 0 8px 0 16px;
    }
    .job-list-text {
        font-size: 14px;
        line-height: 1.25;
    }
    ul.job-list li a .material-symbols-outlined {
        font-size: 24px;
    }
    ul.job-list li:not(:first-of-type) {
        margin-top: 8px;
    }

    .top-job-sub-head .section-inner{
        padding: 0;
    }
    .top-job-sub-head .company-feature-copy{
        margin-top: 16px;
        font-size: 20px;
    }
    .interview-slider-btn {
        margin-top: 16px;
    }
    .top-job-sub-head-box .swiper-btn-prev {
        width: 40px;
        height: 40px;
    }
    .top-job-sub-head-box .swiper-btn-next {
        width: 40px;
        height: 40px;
    }
    .top-job-sub-head {
        margin-bottom: 24px;
    }
    ul.interview-list li{
        width: 275px;
    }
    .interview-list-thumb-img img{
        height: 240px;
    }
    .interview-list-jobcat {
        font-size: 13px;
    }
    .interview-list-person-name{
        font-size: 16px;
        margin-right: 0;
    }

    section#top-job .main-btn{
        padding: 0 6%;
        margin-top: 40px;
    }

    .top-job-graybg{
        padding-bottom: 72px;
    }
    .top-job-graybg:before{
      height: 320px;
    }

    .interview-list-content {
        padding: 18px 16px 20px;
    }

    #top-job-sub{
      margin-top: 48px;
    }

    .fam .interview-list-person-career{
      font-size: 12px;
    }

}


/* top-culture */

section#top-culture{
    background: #fff;
    position: relative;
}
section#top-culture:before{
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: url(images/bg_cube.png) #F5F5F5;
    background-size: 16rem;
    position: absolute;
    top: 0;
    left: 0;
}
#top-culture-box{
    background-image: url(images/top/top_culture.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.top-culture-box-overlay{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.56);
    width: 100%;
    height: 100%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.top-culture-box-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 380px;
    position: relative;
    z-index: 1;
    padding: 0 96px;
}
.top-culture-box-left{
    width: 324px;
}
.top-culture-box-right{
    width: calc(100% - 324px);
    box-sizing: border-box;
    padding-left: 96px;
}
.top-culture-box-inner .top-section-title-en{
    color: #fff;
    font-weight: 700;
}
.top-culture-box-inner .top-section-title-en div{
    overflow: hidden;
}
.top-culture-box-inner .top-section-title-en div > span{
    display: block;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.top-culture-box-description{
    color: #fff;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.top-culture-box-inner .sub-btn a{
    margin-top: 24px;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@media screen and (max-width: 767px) {

    section#top-culture .section-inner{
        padding: 0;
    }
    .top-culture-box-inner{
        padding: 72px 6%;
        height: auto;
        display: block;
    }
    .top-culture-box-left{
        width: 100%;
    }
    .top-culture-box-right{
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }
    section#top-culture .sub-btn{
        margin-top: 0;
    }
    .top-culture-box-description{
        font-size: 14px;
    }

}


/* top-recruit */

section#top-recruit{

}
#top-recruit-main{
    padding-top: 108px;
    background: #fff;
    text-align: center;
}

#top-recruit-main .top-section-description{
    font-size: 18px;
    margin-top: 40px;
}
.top-recruit-copy-main {
    margin-top: 48px;
    font-size: 40px;
    line-height: 1.4166666667;
    font-weight: 700;
    overflow: hidden;
}
.top-recruit-copy-main span{
  display: inline-block;
}
.top-recruit-copy-body {
    font-weight: 500;
    line-height: 2;
    margin-top: 24px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    font-size: 18px;
}
ul.top-recruit-link{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: calc(64px - 48px);
    position: relative;
    top: 48px;
    z-index: 2;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
ul.top-recruit-link li{
    width: calc(100% / 3);
}
ul.top-recruit-link li a{
    border: 1px solid #0F218B;
    height: 96px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px 0 32px;
    box-sizing: border-box;
    background: #fff;
}
ul.top-recruit-link li a:hover{
    background: #0F218B;
    color: #fff;
}
ul.top-recruit-link li:not(:first-of-type) a{
    border-left: none;
}

.top-recruit-link-text{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
ul.top-recruit-link li a .material-symbols-outlined{
    font-size: 32px;
}
ul.top-recruit-link li a .material-symbols-outlined.icon-tab{
    font-size: 24px;
}


#top-recruit-entry{
    padding: 210px 0 154px;
    position: relative;
}
.top-recruit-entry-overlay{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.56);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.top-recruit-entry-box{
    text-align: center;
    color: #fff;
    position: relative;
}
.top-recruit-entry-box-copy{
    font-size: 60px;
    font-family: 'Sen', sans-serif;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    letter-spacing: -2px;
}
.top-recruit-entry-box-copy div{
    overflow: hidden;
}
.top-recruit-entry-box-copy div span{
    display: block;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.top-recruit-entry-box-text {
    font-size: 34px;
    line-height: 1.6;
    font-weight: 700;
}
.top-recruit-entry-box-text div{
    overflow: hidden;
}
.top-recruit-entry-box-text div span{
    display: block;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.conversion-btn{
    margin-top: 48px;
}
.conversion-btn a{
    background: #0F218B;
    color: #fff;
    width: 540px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #FFCC00;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -.75px;
}
.conversion-btn a:hover{
    background: #191B1F;
}

@media screen and (max-width: 767px) {

    #top-recruit-main{
        padding-top: 72px;
    }
    #top-recruit-main .top-section-description {
        font-size: 15px;
        margin-top: 32px;
        text-align: left;
    }
    .top-recruit-copy-main{
        font-size: 24px;
        line-height: 1.4285714286;
        margin-top: 40px;
    }
    .top-recruit-copy-body{
      font-size: 15px;
      text-align: left;
    }
    ul.top-recruit-link {
        top: 36px;
        margin-top: 0;
        display: block;
    }
    ul.top-recruit-link li{
        width: 100%;
    }
    ul.top-recruit-link li a{
        height: 72px;
        padding: 0 16px 0 24px;
    }
    ul.top-recruit-link li:not(:first-of-type) a {
        border-top: none;
        border-left: 1px solid #0F218B;
    }
    .top-recruit-link-text{
        font-size: 15px;
    }
    ul.top-recruit-link li a .material-symbols-outlined {
        font-size: 24px;
    }

    #top-recruit-entry{
        padding: 108px 0 72px;
    }
    .top-recruit-entry-box{
        padding: 0 6%;
    }
    .top-recruit-entry-box-text {
        font-size: 22px;
    }
    .conversion-btn {
        margin-top: 32px;
    }
    .conversion-btn a{
        width: 100%;
        height: 72px;
        font-size: 24px;
    }
    ul.top-recruit-link li a .material-symbols-outlined.icon-tab {
        font-size: 20px;
    }


}



/* news-list */

section#top-news {
    background: #fff;
    padding-top: 108px;
    padding-bottom: 32px;
}
.top-news-head .company-feature-copy {
    font-size: 30px;
    margin-top: 20px;
}
.top-news-head {
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.top-news-body{
  
}
.news-list-date{
  font-family: 'Sen', sans-serif;
    font-weight: 400;
    letter-spacing: -.5px;
    font-size: 16px;
    line-height: 1;
}
.news-list-cat{
  background: #020202;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  line-height: 1;
}
.news-list-title{
  font-weight: 500;
  font-size: 17px;
}
.news-list-title a{
  text-decoration: underline;
  color: #0F218B;
  display: inline-block;
}
.news-list-title a:hover{
  text-decoration: none;
  opacity: 0.6;
}

.top-news-head .sub-btn.pc{
  margin-top: 0;
}
.top-news-head .sub-btn.pc a {
    height: 40px;
    width: auto;
    padding: 0 4px 0 16px;
}
.top-news-head .sub-btn.pc a .sub-btn-text{
    font-size: 14px;
}
.top-news-head .sub-btn.pc a .material-symbols-outlined{
    font-size: 20px;
    margin-left: 8px;
}


/* top-news-list */
ul.top-news-list {
    display: flex;
    flex-wrap: wrap;
    margin: -32px -16px;
}
ul.top-news-list li {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 32px 16px 0;
}
ul.top-news-list li .news-list-thumbnail{
    border: 1px solid #707070;
    box-sizing: border-box;
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 8px;
}
ul.top-news-list li .news-list-thumbnail img{
    width: 100%;
    height: 208px;
    object-fit: cover;
    transition: transform .5s ease;
}
ul.top-news-list li .news-list-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
ul.top-news-list li .news-list-title{
    width: 100%;
    padding-left: 0;
    font-size: 17px;
    line-height: 1.6;
}
ul.top-news-list li a .news-list-title{
    color: #0F218B;
    text-decoration: underline;
}
ul.top-news-list li a:hover .news-list-title{
    text-decoration: none;
}
ul.top-news-list li a .news-list-thumbnail{
    border: 1px solid #0F218B;
}
ul.top-news-list li a:hover .news-list-thumbnail img{
    transform: scale(1.1);
}
ul.top-news-list li a:hover{
    opacity: 0.6;
}

@media screen and (max-width: 767px) {

section#top-news{
  padding-top: 56px;
}
.top-news-head{
  margin-bottom: 24px;
}
.top-news-head .company-feature-copy {
    font-size: 22px;
    margin-top: 16px;
}
.news-list-date{
  font-size: 15px;
}
.news-list-cat{
  font-size: 12px;
}
.news-list-title {
    width: 100%;
    padding-left: 0;
    margin-top: 6px;
}


ul.top-news-list{
    display: block;
    margin: 0 auto;
}
ul.top-news-list li{
  width: 100%;
  padding: 0;
}
ul.top-news-list li:not(:first-of-type){
  margin-top: 32px;
}
ul.top-news-list li .news-list-thumbnail{
  margin-bottom: 10px;
}
ul.top-news-list li .news-list-info{
  margin-bottom: 4px;
}
ul.top-news-list li .news-list-title{
  font-size: 15px;
  margin-top: 4px;
}
ul.top-news-list li .news-list-thumbnail img{
    height: 55vw;
}

}



/* IE
----------------------------------------------------------------*/
/*@media all and (-ms-high-contrast: none) {
    body {font-family: "繝｡繧､繝ｪ繧ｪ",Meiryo,Verdana,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic";}
}