@charset "UTF-8";

/* common */
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: astoria-sans, sans-serif;
  /*font-family: astoria-sans, sans-serif;*/
  font-weight: 300;
  font-style: normal;
}
body {
 　　text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
}
*:before,
*:after{
  font-family: astoria-sans, sans-serif;
}
html {
  width: 100%;
  height: 100%;
  color: #222;
  font-size: 14px;
  background-color: #FFF;
  line-height: 1.8;
}
html {
  opacity: 0;
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
  opacity: 1;
  transition: 0.1s 0.1s;
}
.main_video video {
  opacity: 0;
  visibility: hidden;
}
.main_video.active video{
  visibility: visible;
  opacity: 1;
  transition: opacity 1s 1s;
}
a{
  color: #086ec9;
  position: relative;
  z-index: 10000;
}
li{
  list-style: none;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, th {
  font-family: astoria-sans, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
img {
  vertical-align: bottom;
  width: auto;
  max-width: 100%
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

.clear {
  clear: both;
}
.anc{
  position:relative;
  display:block;
  padding-top:70px;
  margin-top:-70px;
}
.pc{
	display:initial;
}
.sp{
	display:none;
}
button{
	background-color:transparent;
}

@media screen and (max-width: 768px) {
	.anc{
	  position:relative;
	  display:block;
	  padding-top:50px;
	  margin-top:-50px;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}



}

.back_fixed{
    width: 60px;
    height: 60px;
    background-image: url(../images/back_icon.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 60px;
    position: fixed;
    bottom: -50px;
    right: 50px;
    opacity: 0;
    transition: 1s;
    z-index: 1000;
}
.back_fixed.fixed{
  bottom: 50px;
  right: 50px;
  opacity: 1;
  transition: 1s;
}

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

  .back_fixed.fixed {
    right: 20px;
  }
  .back_fixed {
    width: 50px;
    height: 50px;
    right: 20px;
    background-image: url(../images/back_icon.png);
    background-size: cover;
  }
}



body{
  min-width: 1200px;
  position: relative;
  /*cursor: none;*/
}

.ttl{
  padding-top: 130px;
  width: 100%;
  font-size: 65px;
  color: #086ec9;
  line-height: 1;
}
.char{
	transform: translate3d(0,0,0);
}
.ttl:before{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #EFEFEF;
  border-radius: 18px;
  margin: 0 auto 50px;
  transform: scale(0.2);
  transition: 2s;
  opacity: 0;
}
/*
.active .ttl:before{
  background-color: #EFEFEF;
  transform: scale(1);
  transition: 1s cubic-bezier(0.03, 0.73, 0.37, 1.9);
}
*/
.active .ttl:before{
  animation-name: animationttlbe;
  animation-delay: 0.3s;
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes animationttlbe {
  0% {
    transform: scale(0.2);
    opacity: 0;
    background-color:#ff0057;
  }
  50% {
    opacity: 1;
    transform: scale(0.8);
    background-color:#076dc9;
  }
  100% {
    opacity: 1;
    transform: scale(0.8);
    background-color:#EFEFEF;
  }
}



.ttl_small{
  display: block;
  font-size: 16px;
  color: #222;
  padding-top: 15px;
  padding-bottom: 90px;
  opacity: 0;
  position: relative;
  transition: 1.2s cubic-bezier(0.01, 0.62, 0.61, 1.65) 0s;
}
.active .ttl_small{
  opacity: 1;
  transition: 1.2s cubic-bezier(0.01, 0.62, 0.61, 1.65) 0s;
}
.sub_ttl{
  font-size: 35px;
  padding-bottom: 30px;
}
.basic_text{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}





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

  .ttl{
    padding-top: 60px;
    font-size: 50px;
  }
  .ttl:before{
    width: 12px;
    height: 12px;
    margin: 0 auto 15px;
  }

  .ttl_small{
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .sub_ttl{
    font-size: 20px;
    padding-bottom: 20px;
  }
  .basic_text{
    padding: 25px 30px;
    font-size: 14px;
    text-align: left;
  }
  .basic_text br{
    display: none;
  }
}







/* sec_base
--------------------------------------------------*/
.sec_base{
  text-align: center;
  position: relative;
  overflow:hidden;
  min-width: 1200px;
}

.sec_ttl{
  font-size: 50px;
  padding-top: 45px;
  opacity: 1;
  transform: scale(0.90);
  transition: 0.5s linear 0.2s;
}
.sec_ttl span{
}
/*
.sec_ttl.active2{
  transform: scale(1.00);
  opacity: 1;
  transition: 1s cubic-bezier(0.4, 0.06, 0.61, 0.96) 1s;
}
*/
.sec_sub_ttl{
  font-size: 16px;
  padding-top: 0px;
  opacity: 1;
  transition: 1s linear 0.3s;
}
.sec_ttl.active2 + .sec_sub_ttl{
  opacity: 1;
  transition: 1s linear 0.3s;
}

.sec_ttl + .sec_sub_ttl + .image_wrap{
  opacity: 0;
}
.sec_ttl.active2 + .sec_sub_ttl + .image_wrap{
  opacity: 1;
  transition: opacity 1s linear 0.5s;
}


.sec_pict iframe{
  transform: translate3d(0,0,0);
  opacity: 1;
  width: 216px;
  height: 216px;
  border: none;
  margin: -50px auto -50px;
  opacity: 0;
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
  overflow: hidden;
  transition: 2s 0s;
}
.active .sec_pict iframe{
  opacity: 1;
  transition: 2s 0s;
}

.sec_base_text_slide {
  position: absolute;
  top: 133px;
  left: 60%;
  font-size: 400px;
  color: #daecff;
  opacity: 0.20;
  z-index: -1;
}




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

  .sec_base{
    min-width: 0;
  }
  .sec_ttl{
    font-size: 25px;
    padding-top: 40px;
    transform: scale(1);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    transition: 1s 0s;
  }
  .sec_ttl.active2{
    transform: scale(1);
    transition: 1s 0s;
  }
  .sec_sub_ttl{
    font-size: 14px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-top: 0px;
    line-height: 1.7;
  }
  .sec_ttl.active2 + .sec_sub_ttl{
  }
  .sec_ttl + .sec_sub_ttl + .image_wrap{
    opacity: 1;
    transform: scale(1.00);
  }
  .sec_ttl.active2 + .sec_sub_ttl + .image_wrap{
  }
  .sec_pict iframe{
    transform: scale(0.8);
    margin: -35px auto -35px;
  }
  .active .sec_pict iframe{
  }

}



/* cursor
--------------------------------------------------*/
.follower {
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0; 
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 1000;
  transition: transform ease .1s;
  text-align: center;
  transition: opacity 0.5s;
  opacity: 0;
}
.follower b {
  font-size:15px;
  font-weight:normal;
  color:#FFF;
  display:block;
  margin:-100%;
  width:100%;
  line-height:1em;
  font-family: astoria-sans, sans-serif;
}
/*
.follower{
  animation-name: animeswipericon;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.62, 0.26, 0.43, 0.79);
  animation-iteration-count: infinite;
}
@keyframes animeswipericon {
  0% {transform: scale(1);}
  50% {transform: scale(0.90);}
  100% {transform: scale(1);}
}
*/

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

  .follower  {
    display: none !important;
  }
}





/* header
--------------------------------------------------*/
header {
  position: fixed;
  min-width: 1200px;
  width: 100%;
  top:0;
  left: 0;
  padding: 40px 100px 60px;
  z-index: 20000;
  transition: background-color 0.5s;
  background-color: rgba(255,255,255,0);
  transition: 0.5s ease-out;
}
header.remove {
  top:-100px;
  left: 0;
  transition: 0.5s ease-out;
}

header .header_wrap{
  position: relative;
  width: 100%;
}

header .headerlogo{
  position: absolute;
  top:-8px;
  left: 0;
  opacity: 0;
}

header.fixed .headerlogo{
  opacity: 1;
}

header .headerlogo.top_h{
  opacity: 1;
}


header .headerlogo img{
  height: 50px;
}


header nav{
  position: absolute;
  top: 0;
  right: 0;
white-space: nowrap
}
header nav li a{
  text-decoration: unset;
  vertical-align: top;
  font-size: 18px;
  color: #222;
  transition: 0.5s;
  position:relative;
  display:inline-block;
}
header nav li.active a:after{
  content:'.';
  position:absolute;
  display:block;
  bottom:-35px;
  left:50%;
  margin-left:-3px;
  font-size:45px;
  width:30px;
  color:#086ec9;
}

header nav li a:hover{
  opacity: 0.6;
  /*
  color: #086ec9;
  transition: 0.5s;
  */
}
header nav li{
  display: inline-block;
}
header nav li:after{
  content: "・";
  font-size: 20px;
  line-height: 34px;
  display: inline-block;
  margin: 0px 8px 0px;
  vertical-align: top;
}
header nav li:last-child::after{
  display: none;
}

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

  body{
    min-width: 0;
  }
  header {
    position: fixed;
    min-width: 0;
    width: 100%;
    top:0;
    left: 0;
    padding: 0;
    z-index: 20000;
    pointer-events: none;
  }
}



/* menusp
--------------------------------------------------*/


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

  .menusp_cont {
    height: 65vh;
  }
  .menusp_offcm01 {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
  }
  /* menu */
  .menusp_offcm01 .menusp_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 250px;
    height: 100%;
    -webkit-transition: 0.53s transform;
    transition: 0.53s transform;
    -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
    transition-timing-function: cubic-bezier(.38,.52,.23,.99);
    background-color: #000000;
    opacity: 0.9;
  }
  .menusp_offcm01 .menusp_menu ul {
    margin: 0;
    padding: 0;
    padding-top: 40px;
  }
  .menusp_offcm01 .menusp_menu li {
    list-style: none;
  }
  .menusp_offcm01 .menusp_menu li a {
    font-size: 18px;
    font-weight: 300;
    display: block;
    padding: 10px 35px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    z-index: 20000;
    pointer-events: auto;
  }
  .menusp_offcm01 .menusp_menu li a:hover {
    opacity:0.8;
  }
  .menusp_offcm01 .menusp_menu li:nth-child(1) a img {
    width: 150px;
    margin: 10px 0 10px;
  }
  .menusp_offcm01 #menusp_toggle01 {
    position: absolute;
    display: none;
    opacity: 0;
  }
  .menusp_offcm01 #menusp_toggle01:checked ~ .menusp_menu {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  /* menu toggle */
  .menusp_offcm01 #menusp_toggle01 ~ label {
    display: block;
    padding: 0.5em;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
            transition: 0.5s transform;
    -webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
            transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
    text-align: center;
    color: #333333;
    pointer-events: auto;
  }
  .menusp_offcm01 #menusp_toggle01:checked ~ label {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }
  .menusp_offcm01 #menusp_toggle01 ~ label::before {
    content: '';
    width: 35px;
    height: 35px;
    display: block;
    background-image: url(../images/menusp_open.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .menusp_offcm01 #menusp_toggle01:checked ~ label::before {
    background-image: url(../images/menusp_close.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

}







/* breadcrumb
--------------------------------------------------*/
.breadcrumb {
  position: absolute;
  top:50px;
  left: 100px;
  width: 380px;
  display: inline-block;
  z-index: 20000;
}
.breadcrumb a{
  color: #222;
  text-decoration: unset;
}
.breadcrumb a:hover{
  /*
  color: #086ec9;
  text-decoration: unset;
  */
  opacity: 0.6;
}

.breadcrumb li{
  display: inline-block;
}
.breadcrumb li:after{
  content: "・";
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  color: #086ec9;
}
.breadcrumb li:last-child::after{
  display: none;
}
.breadcrumb li:last-child a{
  pointer-events: none;
}



@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}




/* main
--------------------------------------------------*/
main {
}
@media screen and (max-width: 768px) {

}

/* footer
--------------------------------------------------*/
footer {
  background: #000;
  text-align: center;

}
footer nav{
  margin: 0 0 40px;
}
footer small{
  background-color: #222;
  color: #FFF;
  display: block;
  width: 100%;
  padding: 20px 0 20px;
}
footer .footer_logo{
  padding: 55px 0 45px;
}
footer nav li a{
  text-decoration: unset;
  vertical-align: top;
  font-size: 16px;
  color: #FFF;
  transition: 0.5s;
}
footer nav li a:hover{
  opacity: 0.6;
}
footer nav li{
  display: inline-block;
}
footer nav li:after{
  content: "・";
  font-size: 20px;
  color: #FFF;
  line-height: 30px;
  display: inline-block;
  margin: 0px 8px 0px;
  vertical-align: top;
}
footer nav li:last-child::after{
  display: none;
}



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

  footer {
    position:relative;
    z-index: 1002;
  }
  footer .footer_logo{
    padding:60px 0 30px;
  }
  footer .footer_logo img{
    width:150px;
  }
  footer nav li a{
    font-size: 14px;
  }
  footer nav li a:hover{
  }
  footer nav li{
  }
  footer nav li:after{
    content: "";
    font-size: 12px;
    line-height: 12px;
    margin: 0px 3px 0px;
  }
  footer nav li:last-child::after{
    display: none;
  }


}



/* section
--------------------------------------------------*/
section {
}
@media screen and (max-width: 768px) {

}


/* top
--------------------------------------------------*/
.top{

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

}


/* top_firstveiw
--------------------------------------------------*/
.main_video {
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  background-color: transparent;
  z-index: -1;
  bottom: 0;
  text-align: center;
}
.main_video video {
    width: 100%;
    position: relative;
    margin: 0 -2000px 0;
    bottom: 0;
}


#firstveiw{
  position: relative;
  height: calc( 100vh + 100px );
  height: calc( 100vh );
  overflow: hidden;
}
/*
#firstveiw:after{
  content: "";
  width: 100%;
  height: 100px;
  background-image: url(../images/first_veiw_after.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
*/
#firstveiw .box{
  position: absolute;
  text-align: center;
  width: 500px;
  height: 500px;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -250px;
}
#firstveiw .box .copy{
  font-size: 60px;
  margin: 0px auto 30px;
}
#firstveiw .box .btn_lang {
  position:relative;
  margin: 70px auto 0;
  font-size: 16px;
  box-sizing: border-box;
  color: #FFF;
  background-color: #086ec9;
  display: inline-block;
  border-radius: 40px;
  overflow:hidden;
  width: 220px;
  padding: 8px 30px 8px 65px;
  transition:0.5s;
}
#firstveiw .box .btn_lang:hover {
  width: 360px;
  padding: 8px 180px 8px 60px;
}

#firstveiw .box .btn_lang:hover {
  /*transform: scale(1.3);*/
}


#firstveiw .box .btn_lang img{
  margin: 0 5px 0 -3px;
  position: absolute;
  top: 50%;
  left: 59px;
  margin-top: -10px;
  animation-name: animationrocate;
  animation-delay: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes animationrocate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#firstveiw .box .btn_lang ul{
  display: block;
  margin-left:15px;
  font-size:0;
  position:absolute;
  top:8px;
  right:-30px;
  transform:scale(0);
  transition:0.5s;
}
#firstveiw .box .btn_lang:hover ul{
  top:8px;
  right:50px;
  transform:scale(1);
}


#firstveiw .box .btn_lang li{
  display: inline-block;
}
#firstveiw .box .btn_lang li a{
  width: 70px;
  padding:0px;
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  text-decoration: unset;
  border:solid 1px #FFF;
  font-size: 14px;
  margin:0;
}
#firstveiw .box .btn_lang ul li:nth-child(1) a{
  border-radius: 40px 0 0 40px;
  padding:0 0 0 10px;
}
#firstveiw .box .btn_lang ul li:nth-child(2) a{
  border-radius: 0 40px 40px 0;
  padding:0 10px 0 0;
  
}
#firstveiw .box .btn_lang li a.active{
  color: #086ec9;
  border:solid 1px transparent;
  background-color: #FFF;
  pointer-events:none;
}
#firstveiw .box .btn_lang li a:hover{
  opacity:0.6;
}

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

  #firstveiw{
    height: 700px;
  }
  #firstveiw .box .copy {
      font-size: 40px;
  }
  #firstveiw .main_logo {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  #firstveiw .box .btn_lang:hover ul{
    right: 25px;
  }
  #firstveiw .box .btn_lang li a{
    width: 50px;
  }
  #firstveiw .box .btn_lang:hover {
      width: 260px;
      padding: 8px 117px 8px 38px;
  }
  #firstveiw .box .btn_lang img {
      left: 32px;
  }
  #firstveiw .box .btn_lang {
      width: 161px;
      padding: 8px 30px 8px 55px;
  }
  #firstveiw .box {
      height: auto;
      top: 160px;
      margin-top: 0px;
  }  
}



/* #mission
--------------------------------------------------*/
#mission{
  padding: 0px 0 80px;
  /*background-color: #FFF;*/
}

#mission .sec_ttl {
    padding-top: 70px;
}

#mission .image_wrap{
  position: relative;
}
#mission .main_image_sub{
  position: absolute;
  top: 0px;
  left: 50%;
  margin-top: 150px;
  margin-left: -770px;
  background: transparent;
  border: solid 15px #f4f9fe;
  box-sizing: border-box;
  border-radius: 50px;
  width: 500px;
  height: 600px;
  z-index: 1;
}
#mission .main_image{
  overflow: hidden;
  border-radius: 50px;
  width: 1000px;
  height: 400px;
  position: relative;
  margin: 80px auto;
  z-index: 2;
}
#mission .main_image img{
  position: relative;
  top:0px;
  left: 0;
}
#mission .topics{
  margin: 40px 0 0;
  position: relative;
}
#mission .topics:after,
#mission .topics:before{
  content: "";
  display: inline-block;
  margin: auto;
  height: 4px;
  width: 50px;
  background-color: #DAE9F8;
}
#mission .topics:before{
  margin-bottom: 60px;
}
#mission .topics:after{
  margin-top: 60px;
}
#mission .topics dt{
  font-family: astoria-sans, sans-serif;
  font-size: 16px;
  color: #086ec9;
}
#mission .topics dd{
  font-size: 30px;
  color: #222;
  padding-bottom: 60px;
}  
#mission .topics li{
  display: inline-block;
}
#mission .topics ul li:after{
  content: '+';
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  color: #086ec9;
  border: solid 1px #086ec9;
  border-radius: 50px;
  vertical-align: top;
  margin: 20px 10px;
}
#mission .topics ul li:nth-child(3):after{
  display: none;
}
#mission .topics li .box{
  display: inline-block;
  margin: 10px;
}
#mission .topics_ttl{
  font-family: astoria-sans, sans-serif;
  font-size: 32px;
  color: #086ec9;
  white-space: nowrap;
}
#mission .topics_text{
  font-size: 12px;
  color: #222;
}




@media screen and (max-width: 1400px) {
  #mission .topics li {
      display: block;
  }
  #mission .topics ul li:after{
    content: '+';
    display: block;
    margin: 35px auto;
  }
  #mission .topics li .box{
    display: block;
  }
  #mission .topics_ttl{
    font-family: astoria-sans, sans-serif;
    font-size: 40px;
    white-space: nowrap;
    width:100%;
  }
  #mission .topics_text{
    display:block;
    font-size: 16px;
    width:100%;
  }
}






@media screen and (max-width: 768px) {
  #mission {
      padding: 0px 0 80px;
  }
  #mission .sec_ttl {
      padding-top: 40px;
  }
  #mission .sec_pict iframe {
      margin: -15px auto -25px;
      transform: scale(0.7);
  }
  #mission .main_image{
    border-radius: 10px;
    width: 90vw;
    height: auto;
    position: relative;
    margin: 20px auto;
    z-index: 2;
  }
  #mission .main_image img{
    width: 100%;
    height: auto;
    top: 0px;
    left: 0;
  }
  #mission .topics:before {
      margin-bottom: 30px;
  }
  #mission .topics dd {
      font-size: 22px;
      padding-bottom: 60px;
  }
  #mission .topics_ttl {
      font-size: 32px;
      line-height: 1.5;
      display: block;
      width: 100vw;
  }
  #mission .topics li .box {
      display: block;
      margin: 0;
      width: 100%;
  }
  #mission .topics ul li:after {
      display: inline-block;
      width: 35px;
      height: 35px;
      font-size: 20px;
      line-height: 35px;
      margin: 35px 20px 20px;
  }
  #mission .topics_text{
    font-size: 12px;
  }
}






/* #business
--------------------------------------------------*/
#business{
  padding: 0px 0 80px;
  /*background:#f4f9fe;*/
}

#business .image_wrap{
  position: relative;
  width: 100vw;
  overflow: hidden;
}
#business .main_image{
  overflow: hidden;
  border-radius: 50px;
  width: 1000px;
  height: 400px;
  position: relative;
  margin: 80px auto;
  z-index: 2;
}
#business .main_image img{
	/*
  position: relative;
  top: -60px;
  left: 0px;
	*/
}
#business .main_image .hover_count{
  position: absolute;
  top: 150px;
  left: 425px;
  transform: rotate(-10deg) scale(1.5);
  opacity: 0;
}
#business .main_image .hover_count .small{
  font-size: 20px;
  line-height: 1.6;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}
#business .main_image .hover_count .large{
	font-size: 70px;
    line-height: 1.5;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}
#business .main_image .hover_count .large span{
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}
#business.active .main_image .hover_count{
  top: 135px;
  transform: rotate(-10deg) scale(1);
  transition: 2s cubic-bezier(0.09, 1.36, 0.88, 1.29) 0.9s;
  opacity: 1;
}



#business .main_image_sub{
  width: 2200px;
  position: absolute;
  top:0;
  left: 50%;
  margin-top: 0px;
  margin-left: -1100px;
  z-index: 1;
}
#business .main_image_sub ul{
  position: relative;
  width: 100%;
  height: 600px;
  background: url(../images/top_bussiness_bg.png);
}
#business .main_image_sub ul li{
    display: inline-block;
    color: #086ec9;
    font-size: 14px;
    width: calc( 2200px / 21 );
    text-align: center;
    position: relative;
    top:0;
    left: 0;
    opacity: 0;
    transform: scale(1.5);
}
#business .main_image_sub ul li:after{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #086ec9;
  position: absolute;
  top:30px;
  left: 50%;
  margin-left: -6px;
}
#business .main_image_sub ul li:nth-child(1){
    top: 500px;
}
#business .main_image_sub ul li:nth-child(2){
    top: 430px;
}
#business .main_image_sub ul li:nth-child(3){
    top: 445px;
}
#business .main_image_sub ul li:nth-child(4){
    top: 440px;
}
#business .main_image_sub ul li:nth-child(5){
    top: 385px;
}
/**/
#business .main_image_sub ul li:nth-child(6){
    top: 300px;
    opacity: 0;
}
#business .main_image_sub ul li:nth-child(7){
    top: 300px;
    opacity: 0;
}
#business .main_image_sub ul li:nth-child(8){
    top: 300px;
    opacity: 0;
}
#business .main_image_sub ul li:nth-child(9){
    top: 300px;
    opacity: 0;
}
#business .main_image_sub ul li:nth-child(10){
    top: 300px;
    opacity: 0;
}
#business .main_image_sub ul li:nth-child(11){
    top: 300px;
    opacity: 0;
}
#business .main_image_sub ul li:nth-child(12){
    top: 300px;
    opacity: 0;
}
#business .main_image_sub ul li:nth-child(13){
    top: 300px;
    opacity: 0;
}
#business .main_image_sub ul li:nth-child(14){
    top: 300px;
    opacity: 0;
}
#business .main_image_sub ul li:nth-child(15){
    top: 300px;
    opacity: 0;
}
/**/
#business .main_image_sub ul li:nth-child(16){
    top:200px;
}
#business .main_image_sub ul li:nth-child(17){
    top:198px;
}
#business .main_image_sub ul li:nth-child(18){
    top:100px;
}
#business .main_image_sub ul li:nth-child(19){
    top:50px;
}
#business .main_image_sub ul li:nth-child(20){
    top:0px;
}

#business .active2 + .sec_sub_ttl + .image_wrap .main_image_sub ul li:nth-child(1){
    transform: scale(1);
    opacity: 1;
    transition: 0.5s 1.0s;
}
#business .active2 + .sec_sub_ttl + .image_wrap .main_image_sub ul li:nth-child(2){
    transform: scale(1);
    opacity: 1;
    transition: 0.5s 1.1s;
}
#business .active2 + .sec_sub_ttl + .image_wrap .main_image_sub ul li:nth-child(3){
    transform: scale(1);
    opacity: 1;
    transition: 0.5s 1.2s;
}
#business .active2 + .sec_sub_ttl + .image_wrap .main_image_sub ul li:nth-child(4){
    transform: scale(1);
    opacity: 1;
    transition: 0.5s 1.3s;
}
#business .active2 + .sec_sub_ttl + .image_wrap .main_image_sub ul li:nth-child(5){
    transform: scale(1);
    opacity: 1;
    transition: 0.5s 1.4s;
}
#business .active2 + .sec_sub_ttl + .image_wrap .main_image_sub ul li:nth-child(16){
    transform: scale(1);
    opacity: 1;
    transition: 0.5s 1.5s;
}
#business .active2 + .sec_sub_ttl + .image_wrap .main_image_sub ul li:nth-child(17){
    transform: scale(1);
    opacity: 1;
    transition: 0.5s 1.6s;
}
#business .active2 + .sec_sub_ttl + .image_wrap .main_image_sub ul li:nth-child(18){
    transform: scale(1);
    opacity: 1;
    transition: 0.5s 1.7s;
}
#business .active2 + .sec_sub_ttl + .image_wrap .main_image_sub ul li:nth-child(19){
    transform: scale(1);
    opacity: 1;
    transition: 0.5s 1.8s;
}
#business .active2 + .sec_sub_ttl + .image_wrap .main_image_sub ul li:nth-child(20){
    transform: scale(1);
    opacity: 1;
    transition: 0.5s 1.9s;
}



#business .topics{
  margin: 0 0 0;
  position: relative;
}
#business .topics:after,
#business .topics:before{
  content: "";
  display: inline-block;
  margin: auto;
  height: 4px;
  width: 50px;
  background-color: #DAE9F8;
}
#business .topics:before{
  margin-bottom: 60px;
}
#business .topics:after{
  margin-top: 60px;
}



#business .topics li{
  display: inline-block;
}
#business .topics li .box{
  margin: 5px;
  padding: 85px 0;
  width: 212px;
  border:solid 1px #086ec9;
  border-radius: 240px;
}
#business .topics_ttl{
  font-size: 24px;
  color: #086ec9;
  line-height: 40px;
}
#business .topics_text{
  font-size: 12px;
  color: #222;
  line-height: 30px;
}




@media screen and (max-width: 1400px) {
  #business .topics ul{
    width:800px;
    margin:auto;
  }
}




@media screen and (max-width: 768px) {
  #business .topics ul{
    width:100%;
  }
  #business {
      padding: 50px 0 80px;
      /* background: #f4f9fe; */
  }
  #business .main_image{
    border-radius: 10px;
    width: 90vw;
    height: auto;
    position: relative;
    margin: 20px auto;
    z-index: 2;
  }
  #business .main_image img{
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
  #business .main_image_sub,
  #business .hover_count{
    display: none;
  }
  #business .topics li .box {
      margin: 5px;
      padding: 12px 0;
      width: 280px;
      border: solid 1px #086ec9;
      border-radius: 10px;
  }
  #business .topics_text {
      font-size: 12px;
      margin-top: -3px;
  }
  #business .topics:before {
      margin-bottom: 10px;
  }
  #business .topics:after {
      margin-top: 40px;
  }
}











/* #profile
--------------------------------------------------*/
#profile{
  padding: 0px 0 200px;
  /*background-color: #FFF;*/
}
#profile .image_wrap{
  position: relative;
  margin: 100px auto;
}
#profile .image_wrap .swiper-wrapper{
    margin-left: calc( ( 100vw - 1500px ) / 2 );
}
#profile .image_wrap .swiper-slide{
    border-radius: 50px;
    overflow: hidden;
}

#profile .hover_icon{
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -680px;
  transition: transform 1s;
  transform: scale(1);
}

#profile .hover_icon img{
  animation-name: animeswipericon;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.62, 0.26, 0.43, 0.79);
  animation-iteration-count: infinite;
}
@keyframes animeswipericon {
  0% {transform: scale(1);}
  50% {transform: scale(0.90);}
  100% {transform: scale(1);}
}


#profile .topics dt{
  font-size: 16px;
  color: #086ec9;
}
#profile .topics dd{
  font-size: 30px;
  color: #222;
  padding-bottom: 60px;
} 
#profile .topics{
  width: 1050px;
  margin: 40px auto 0;
  position: relative;
}

#profile .topics ul{
  font-size: 12px;
  color: #222;
  position: relative;
  width: 100%;
}
#profile .topics ul .li1{
  width: 640px;
  text-align: left;
}
#profile .topics ul .li2{
  width: 350px;
  position: absolute;
  top:0;
  right: 0;
  opacity: 1;
  transition: opacity 1s;
}
#profile .topics ul .li2.fixed{
    width: 350px;
    position: fixed;
    top: 100px;
    right: 50%;
    margin-right: -525px;
  opacity: 1;
  transition: opacity 1s;
}
#profile .topics ul .li2.fixed.fixed2{
  width: 350px;
  position: absolute;
  top:auto;
  bottom:0;
  right: 0;
  margin-right: 0px;
  opacity: 1;
  transition: opacity 1s;
}

#profile .topics .map_name{
  font-size: 25px;
  text-align: right;
}
#profile .topics .map_nav{
  margin-top: -35px;
  text-align: left;
}
#profile .topics .map_select_btn{
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
  color: #AAA;
  cursor: pointer;
}
#profile .topics .map_select_btn.active{
  color: #222;
}

#profile .topics th{
  width: 160px;
  padding:  30px 0;
  text-align: left;
  font-size: 14px;
}
#profile .topics td{
  width: 430px;
  padding:  30px 0;
  text-align: left;
  font-size: 14px;
}
#profile .topics tr{
  display: block;
  border-top: solid #DDD 1px;
}
#profile .topics table{
  border-bottom: solid #DDD 1px;
}
#profile .topics iframe{
}
#profile .topics .space{
  display: inline-block;
  width: 80px;
}
#profile .sec_pict{
  margin-left:-3px;
}

@media screen and (max-width: 768px) {
  #profile {
      padding: 50px 0 70px;
  }
  #profile .topics dd {
      font-size: 22px;
      color: #0b6ec9;
      padding-bottom: 30px;
  }

  #profile .topics {
      width: 100%;
      margin: 40px auto 0;
      position: relative;
  }

  #profile .topics ul .li1 {
      width: 100%;
      text-align: center;
  }
  #profile .topics ul .li2 {
      width: 100%;
      display: block;
      position: relative;
      margin: 0 auto;
      padding-bottom: 30px;
  }
  #profile .topics table,
  #profile .topics tbody,
  #profile .topics tr{
    display:block;
  }
  #profile .topics table{
    max-width:80%;
    margin:0 auto;
    margin-bottom: 40px;
  }
  #profile .topics tr {
    border-top: dotted #AAA 1px;
  }
  #profile .topics th{
    width: 100%;
    display:block;
    padding: 25px 0 16px;
    text-align: center;
    font-size: 16px;
  }
  #profile .topics th:before{
    content:'< ';
  }
  #profile .topics th:after{
    content:' >';
  }




  #profile .topics td{
    width: 100%;
    display:block;
    padding:  0px 10px 25px;
    text-align: center;
    font-size: 14px;
  }
  #profile .topics .space{
    display: block;
    width: 0;
  }
  #profile .topics iframe {
    width: 80vw !important;
    height: 120vw !important;
  }
  #profile .topics .map_name {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
  #profile .topics .map_nav {
      margin-left: 8vw;
  }
  #profile .image_wrap .swiper-wrapper {
      margin-left: 0;
  }
  #profile .image_wrap .swiper-slide {
      border-radius: 10px;
  }

  #profile .image_wrap{
    border-radius: 10px;
    width: 90vw;
    height: auto;
    position: relative;
    margin: 20px auto;
    z-index: 2;
  }
	#profile .swiper-container{
		overflow:visible;
	}
}







/* #recruit
--------------------------------------------------*/
#recruit{
  padding: 0px 0 200px;
  /*background:#f4f9fe;*/
}
#recruit .btn_box{
  position: relative;
  margin-top: 40px;
}
#recruit .deco_box{
  width: 100%;
  position: relative;
}
#recruit .deco_box li.left{
  display: inline-block;
  position: absolute;
  top:0;
  left: 50%;
  margin-left: -600px;
  transition: 1s cubic-bezier(0.41, 0.96, 0.71, 1.08) 0s
}
#recruit .deco_box li.right{
  display: inline-block;
  position: absolute;
  top:0;
  right: 50%;
  margin-right: -600px;
  transition: 1s cubic-bezier(0.41, 0.96, 0.71, 1.08) 0s
}

#recruit.active .deco_box li.right{
  margin-right: -400px;
}
#recruit.active .deco_box li.left{
  margin-left: -400px;
}


@media screen and (max-width: 768px) {
  #recruit {
      padding: 50px 0 100px;
  }
  #recruit .sec_pict iframe {
      margin: -10px auto -40px;
  }

}













/* #contact
--------------------------------------------------*/
#contact{
  padding-bottom: 100px;
}
#contact .form_wrapper{
  width: 800px;
  margin: auto;
}
#contact .form_wrapper dl{
  width: 100%;
  padding:20px 0;
  text-align: left;
　white-space: nowrap;
}
#contact .form_wrapper dt{
  display: inline-block;
  width: 245px;
  text-align: left;
  vertical-align: top;
　white-space: normal;
}
#contact .form_wrapper dd{
  display: inline-block;
  width: 550px;
  text-align: left;
  vertical-align: top;
　white-space: normal;
}
#contact .form_wrapper.check_wrapper{
  padding: 35px 0;
  margin-bottom: 35px;
  border-top: dotted 1px;
  border-bottom: dotted 1px;
}
.form_sendbtn{
  /*font-size: 0;*/
}
.form_sendbtn li{
  display: inline-block;
  margin: 10px;
}

#contact .bottom{
  padding:20px; 
}


.necessary:after{
  content: "必須";
  color: red;
  font-size: 10px;
  display: inline-block;
  margin:4px 0 0 5px;
  vertical-align: top;
}
input[type="text"]{
  width: 400px;
  line-height: 1;
  border-radius: 5px;
  border: solid 1px #222;
  display: block;
  min-height: 45px;
  padding: 10px 15px;
}
select {
  width: 400px;
}
select {
    display: block;
    font-size: 13px;
    color: #222;
    line-height: 1.3;
    padding: .9em 1.8em .9em 1.5em;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #222;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    position: relative;
}
select::-ms-expand {
	display: none;
}
select:hover {
	border-color: #888;
}
select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}
select option {
	font-weight:normal;
}
.select_wrap{
    position: relative;
    display: inline-block;
    /* width:400px; */
}
.select_wrap:after {
	content: '';
    display: block ;
    width: 6px;
    height: 6px;
    border-bottom: solid 1px #222;
    border-right: solid 1px #222;
    transform: rotate(45deg);
    position: absolute;
    top: 1em;
    right: 1.2em;
}
textarea{
  padding: 10px 15px;
  width: 500px;
  height: 170px;
}

.form_textarea p,
.form_file p,
.form_text p{
  padding-left: 245px;
  text-align: left;
  font-size: 12px;
}
.form_file dd + p,
.form_text dd + p{
  padding-top: 8px;
}
.btn_normal{
  padding: 30px 55px;
  border: solid 1px #086ec9;
  border-radius: 10px;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
}
.btn_normal:hover{
  opacity: 0.6;
}

.btn_normal a{
  text-decoration: unset;
  padding: 30px 55px;
  margin: -30px -55px;
  display: inline-block;
  vertical-align:middle;
}
.btn_normal a img{
  margin:-5px -10px 0 15px;
  vertical-align:middle;
}
.btn_normal2{
  border:none;
  line-height: 1;
  border-radius: 60px;
  background-color: #086ec9;
  display: inline-block;
  overflow: hidden;
  box-sizing:border-box;
  transition: 0.5s ease-out;
}
.btn_normal2.active3{
  width: 215px;
  transition: 0.5s ease-out;
}

.btn_normal2:hover{
  opacity: 0.6;
}
.btn_normal2 a{
  color:transparent;
  text-decoration:unset;
  font-family: astoria-sans, sans-serif;
  font-size: 18px;
  min-width:215px;
  display:inline-block;
  padding: 20px;
  transition: 0.5s ease-out;
}
.btn_normal2.active3 a{
  color:#FFF;
  transition: 0.5s ease-out;
}
.btn_normal2 a img{
  margin:-3px -10px 0 10px;
  vertical-align:middle;
}
.top .btn_box{
  margin-top:80px;
}



.error_wrapper{
  background: #fdf5df;
  padding: 30px;
  margin-bottom: 30px;
}
.error_wrapper .red{
  color: red;
  padding-top: 10px;
}


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

  #contact{
  }
  #contact .form_wrapper{
    width: 100%;
    padding:0 30px;
    margin: auto;
  }
  #contact .form_wrapper.check_wrapper{
    padding: 20px 0px;
    margin-left: 30px;
    margin-right: 30px;
    width: calc( 100% - 60px );
  }

  #contact .form_wrapper dl{
    width: 100%;
    padding:20px 0;
  }
  #contact .form_wrapper dt{
    display: block;
    width: 100%;
  }
  #contact .form_wrapper dd{
    display: block;
    width: 100%;
  }
  #contact .form_wrapper .form_radio dd{
    padding:20px 0 0;
  }

  #contact .form_wrapper.check_wrapper dt{
    margin-bottom: 5px;
  }
  #contact .form_wrapper.check_wrapper dt:before{
    content: '[ ';
  }
  #contact .form_wrapper.check_wrapper dt:after{
    content: ' ]';
  }



  .form_sendbtn{
  }
  .form_sendbtn li{
    display: inline-block;
    margin: 10px;
  }
  #contact .bottom{
    padding:20px; 
  }

  .necessary:after{
    content: "need";
    color: red;
    font-size: 10px;
    display: inline-block;
    margin:4px 0 0 5px;
    vertical-align: top;
  }

  .select_wrap,
  input[type="text"]{
    width: 100%;
  }
  select {
    width: 100%;
  }
  textarea{
    width: 100%;
    height: 150px;
  }

  .form_textarea p,
  .form_file p,
  .form_text p{
    padding-left: 0px;
  }
  .form_file dd + p,
  .form_text dd + p{
    padding-top: 8px;
  }


  .top .btn_box {
      margin-top: 40px;
  }

  .btn_normal {
      min-width: 280px;
  }
  .btn_normal2 {
      /* height: 44px; */
      /* padding: 0; */
      font-size: 16px;
  }
  .btn_normal2 a{
    padding: 13px;
  }

}












/* entry_staff
--------------------------------------------------*/
.form_file {
}

.form_file input[type='file'] {
  display: none;
}

.form_file label {
  display: block;
  position: relative;
  width: 400px;
  max-width: 400px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 .8em;
  background: #FFF;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 0;
  cursor: pointer;
  border-radius:4px;
}
.form_file label::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 45%;
  right: 16px;
  margin-top: -5px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
}
.form_file label::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}

.form_file label.changed::before {
  content: '';
}
.filename {
  display: block;
  position: relative;
  width: 90%;
  max-width: 360px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  margin: -38px 0 0;
  padding-left: 20px;
  background-color: #FFF;
  border: solid #000;
  border-width: 1px 0 1px 1px;
  box-sizing: border-box;
  border-radius: 0;
  pointer-events: none;
  border-radius:4px 0 0 4px;
}
.filename::after {
  position: absolute;
  content: '';
  top: 10px;
  left: 16px;
  width: 14px;
  height: 18px;
  background-image: url(../image/file_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .form_file label {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 .8em;
    background: #FFF;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 0;
    cursor: pointer;
    border-radius: 4px;
  }
}









/* #policy
--------------------------------------------------*/
#policy{
  padding-bottom: 100px;
}
#policy .table_wrap{
  width: 800px;
  margin: auto;
}
#policy .table_wrap td,
#policy .table_wrap th,
#policy .table_wrap tr,
#policy .table_wrap tbody,
#policy .table_wrap table{
  width: 100%;
  display: block;
  text-align: left;
}




#policy .table_wrap table{
  border-top: dotted 1px #222;
}
#policy .table_wrap tr{
  padding: 30px 0;
  border-bottom: dotted 1px #222;
}
#policy .table_wrap th{
  font-size: 24px;
  margin-bottom: 15px;
}
#policy .table_wrap td{
}
#policy .table_wrap + .basic_text{
  margin-top: 50px;
}#policy .table_wrap ul{
  padding-top: 5px;
}
#policy .table_wrap li{
  padding-left: 20px;
  position: relative;
}
#policy .table_wrap li:before{
  content: "・";
  position: absolute;
  top:0;
  left: 7px;
}



@media screen and (max-width: 768px) {
  #policy .table_wrap{
    width: 100%;
    padding: 0 30px;
    font-size: 14px;
    text-align: left;
  }
  #policy .table_wrap th {
      font-size: 20px;
      margin-bottom: 15px;
  }
}



/* #recruit
--------------------------------------------------*/
#recruit_list{
  padding-bottom: 100px;
}
#recruit_list .list_wrap{
  width: 1450px;
  margin: auto;
  margin-bottom: 40px;
}
#recruit_list .list_wrap li{
  display: inline-block;
  width: 340px;
  margin-right: 20px;
  margin-bottom: 30px;
  text-align: left;
  vertical-align: top;
}
#recruit_list .list_wrap li:nth-child(4n){
  margin-right: 0px;
}
#recruit_list .job{
  display: block;
  width: 100%;
  background-color: #086ec9;
  min-height: 350px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  color: #FFF;
  text-decoration: unset;
}
#recruit_list .job:hover{
  opacity: 0.8;
}

#recruit_list .job.outsourcing{
  background-color: #07b5ef;
}
#recruit_list .job .career{
  background-color: #FFF;
  padding: 8px 30px;
  border-radius: 40px;
  font-size: 14px;
  line-height: 1;
  color: #086ec9;
  display: inline-block;
  margin: 10px 0 20px; 
}
#recruit_list .job.outsourcing .career{
  color: #07b5ef;
}
#recruit_list .job .name{
  font-size: 22px;
}
#recruit_list .job .place{
  font-size: 13px;
}
#recruit_list .job .link{
  position: absolute;
  bottom: 20px;
  right: 10px;
}

@media screen and (max-width: 1600px) {
  #recruit_list .list_wrap{
    max-width: 1100px;
    width: calc( 100% - 200px );
  }
  #recruit_list .list_wrap li{
    width: 31.0%;
    margin-right: 2%;
    margin-bottom: 3%;
    text-align: left;
  }
  #recruit_list .list_wrap li:nth-child(4n){
    margin-right: 2%;
  }
  #recruit_list .list_wrap li:nth-child(3n){
    margin-right: 0;
  }
}






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

  #recruit_list .list_wrap {
      width: 90%;
      margin: 0 auto;
  }
  #recruit_list .list_wrap li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 3%;
      text-align: left;
  }
  #recruit_list .job {
      min-height: 200px;
      padding: 20px;
  }
  #recruit_list .job .career {
      padding: 5px 30px;
      font-size: 14px;
      margin: 0px 0 10px;
  }
  #recruit_list .job .name {
      font-size: 18px;
  }

}




/* #recruit_details
--------------------------------------------------*/
#recruit_details{
  padding-bottom: 100px;
}
#recruit_details h3{
  width: 800px;
  margin: auto;
  font-size: 20px;
  padding-bottom: 30px;
}
#recruit_details h3:before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  border: solid 5px #076dc9;
  margin-top: 6px;
  margin-right: 10px;
  vertical-align: top;
  box-sizing: border-box;
  display: none;
}
#recruit_details .box_wrap{
  width: 800px;
  margin: auto;
  margin-bottom: 60px;
}
#recruit_details .box_wrap tr,
#recruit_details .box_wrap tbody,
#recruit_details .box_wrap table{
  width: 100%;
  display: block;
  text-align: left;
}
#recruit_details .box_wrap table{
  border-top: dotted 1px #222;
}
#recruit_details .box_wrap tr{
  padding: 30px 0;
  border-bottom: dotted 1px #222;
}

#recruit_details .box_wrap th{
  display: inline-block;
  width: 200px;
}



#recruit_details .box_wrap td{
  display: inline-block;
  width: 580px;
}


@media screen and (max-width: 768px) {
  
  #recruit_details{
  }
  #recruit_details h3{
    width: 100%;
    margin: auto;
    font-size: 20px;
    padding-bottom: 20px;
  }
  #recruit_details h3:before{
  }
  #recruit_details .box_wrap{
    width: 100%;
    padding:0 25px;
  }
  #recruit_details .box_wrap tr,
  #recruit_details .box_wrap tbody,
  #recruit_details .box_wrap table{
    width: 100%;
    display: block;
    text-align: left;
  }
  #recruit_details .box_wrap table{
  }
  #recruit_details .box_wrap tr{
  }
  #recruit_details .box_wrap th{
    display: block;
    width: 100%;
    margin-bottom:5px;
  }
  #recruit_details .box_wrap th:before{
    content:'[ ';
  }
  #recruit_details .box_wrap th:after{
    content:' ]';
  }
  #recruit_details .box_wrap td{
    display: block;
    width: 100%;
  }

}






/*******    split    *************/
.text_anime01 .char{
  opacity: 0;
  position: relative;
  top:0;
}
.active .text_anime01 .char{
  animation-name: animation;
  animation-delay: calc(var(--char-index) * 0.05s + 0.3s);
  animation-duration: 1.1s;
  animation-timing-function: cubic-bezier(0.01, 0.62, 0.61, 1.65);
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: inline-block;
}
@keyframes animation {
  0% {
    opacity: 0;
    color:#ff0057;
    top: 30px;
  }
  100% {
    opacity: 1;
    color:#076dc9;
    top: 0px;
  }
}

.text_anime02 .char{
  opacity: 1;
}
.active .text_anime02 .char{
  animation-name: animationb;
  animation-delay: calc(var(--char-index) * 0.05s + 0.1s);
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.01, 0.62, 0.61, 1.65);
  animation-iteration-count: infinite;
  display: inline-block;
}
@keyframes animationb {
  0% {
    opacity: 0;
    color:#ff0057;
  }
  100% {
    opacity: 1;
    color:#076dc9;
  }
}


.text_anime03 .char{
  opacity: 0;
  position: relative;
  top:0;
}
.active .text_anime03 .char{
    opacity: 0;
    color:#ff0057;
    top: 30px;
  animation-name: animationc;
  animation-delay: calc(var(--char-index) * 0.05s + 0.8s);
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.01, 0.62, 0.61, 1.65);
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: inline-block;
}
@keyframes animationc {
  0% {
    opacity: 0;
    color:#ff0057;
    top: 30px;
  }
  50% {
    opacity: 1;
    color:#076dc9;
    top: 0px;
  }
  100% {
    opacity: 1;
    color:#222;
    top: 0px;
  }

}



