html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-family: 'Work Sans', sans-serif, helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic';
-webkit-font-smoothing: antialiased;
text-decoration: none;
color: #333;
}
html{
overflow-x: hidden;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
overflow-x:hidden;
}

ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
a:hover{
    opacity: .7;
    transition: all .4s ease;
}
img{
	width: 100%;
	height: auto;
}
.pc, .tab{
  display: none;
}
.sp{
  display: block;
}
header{
	padding: 6% 0px 4% 6%;
	position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s, -webkit-transform 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, opacity 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
    transition: all 0.3s ease 0s, transform 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, opacity 3s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
}
header#main-nav.scrolled {
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    /*padding: 4% 0px 4% 4%;*/
}
.header_logo{
	width: 190px;
}
.top_mainv{
	background: url(./images/main_v.jpg) no-repeat top center #f5f5f5;
  background-size: cover;
	height: 530px;
	overflow: hidden;
}
.top_mainv h1{
    width: 80%;
    position: relative;
    margin: 0 auto 30px;
    z-index: 99;
    text-align: center;
    font-size: 1.7em;
    color: #fff;
    font-weight: bold;
    line-height: 1.7em;
    letter-spacing: 0.1em;
}
.mainv_contbox p{
    text-align: center;
    color: #fff;
    line-height: 1.4em;
    margin: 18px 0 0 0;
}
.top_mainv_logo{
    width: 50%;
    position: relative;
    margin: 0 auto;
	top: 16%;
    left: 17%;
    z-index: 9;
}
.top_mainv_scrolldown{
	font-size: .75em;
    position: relative;
    bottom: -43%;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 0.2em;
}
canvas{
	position: relative;
    top: -385px;
}

.company_inner{
    background: url(./images/top_company_bg.jpg) no-repeat top left -343px;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 20px;
    margin: 20px;
}
.company_inner h2{
  width: 56px;
  float: right;
}
.company_ttlbox{
  margin: 30px 20px;
}
.company_ttlbox h3{
  width: 120px;
}
.services{
  margin: 50px 20px;
  position: relative;
  z-index: 10;
}
.services_ttlbox:before{
    content: "";
    background: #f1f1f1;
    width: 354px;
    height: 130px;
    position: absolute;
    right: -20px;
    top: 140px;
    z-index: 1;
}
.services h2{
  width: 50px;
  z-index: 2;
  padding-left: 25px;
}
.services_ttlbox{
  display: flex;
    justify-content: space-between;
}
.services_senbox{
  margin: 40px 0 0 0;
}
.services_senbox h3{
  width: 220px;
}
.services_senbox h3:before{
    content: "";
    height: 1px;
    width: 25px;
    background: #000;
    display: block;
    position: relative;
    top: 87px;
}
.services_senbox p.top_exp{
    margin: 43px auto auto;
}
.services .services_img{
  width: 230px;
  z-index: 2;
}

.heart{
  background: #f1f1f1;
}
.heart_ttlbox{
    padding: 40px 20px 20px;
}
.heart_ttlbox h2{
      width: 240px;
    margin: 0 auto;
}
.heart_ttlbox p{
  text-align: center;
}
div.swiper-slide{
  display: block;
}
.heart_txtbox{
  padding: 30px;
}
.heart_txtbox h4{
  text-align: left;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  font-weight: bold;
  border-bottom: 1px solid #dedddd;
  padding-bottom: 17px;
}
.heart_txtbox .top_exp{
  text-align: left;
  font-size: 0.8em;
  line-height: 1.6em;
}
.event h2{
  width: 136px;
    margin: 0 auto;
}
.article_box{
  margin: 0 20px;
}
.article{
      margin: 23px auto auto;
      box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.article_txtbox{
  padding: 26px;
}
.event_ttl{
      font-size: 1em;
    font-weight: bold;
    line-height: 1.5em;
}
.event_exp{
      color: #828282;
    margin: 9px 0 0 0;
    line-height: 1.4em;
    font-size: 0.9em;
}

.ttl_sub {
    position: relative;
    display: table;
    padding: 0 39px;
    margin: 7px auto auto;
    font-size: 0.8em;
}

.ttl_sub:before, .ttl_sub:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 22px;
height: 1px;
background-color: black;
}

.ttl_sub:before {left:0;}
.ttl_sub:after {right: 0;}

.news{
      background: #f1f1f1;
    margin: 40px 20px;
    padding: 40px 0px;
}
.news h2{
  width: 110px;
  margin: 0 auto;
}
.news_article{
  margin: 47px 30px 0;
}
.news_date{
  color: #aeaeae;
    font-size: 0.9em;
    margin: 10px auto auto;
}
.news_discription{
  color: #444444;
    margin: 9px auto auto;
    line-height: 1.5em;
}
.news_txtbox{
      border-bottom: 1px solid #cacaca;
    padding-bottom: 24px;
}
.recruit h2{
      width: 120px;
    margin: 0 auto;
}
.recruit p.top_exp{
  text-align: center;
  margin: 22px auto auto;
  line-height: 1.65em;
}
.map{
  margin: 50px 20px;
}
.map > div{
  width: 100% !important;
}
.btn{
    border: 1px solid #2a2726;
    margin: 22px auto auto;
    text-align: center;
    background: url(./images/arrow.png) no-repeat right 13px center;
    -webkit-background-size: 6px;
    background-size: 6px;
}
.btn a{
      font-size: 0.8em;
    font-weight: bold;
    display: block;
    padding: 17px;
}

.about{
    margin: 46px auto auto;
    padding: 0 25px;
}
h2.top_ttl{
	text-align: center;
    font-weight: lighter;
    font-size: 1.8em;
    letter-spacing: 0.2em;
}
p.top_subttl{
	text-align: center;
    margin: 18px auto auto;
    font-size: 1em;
    letter-spacing: 0.1em;
}
p.top_exp{
    margin: 16px auto auto;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    line-height: 1.45em;
    color: #616161;
}
.service{
	background-color: #40b2a4;
	margin: 136px auto auto;
	position: relative;
    padding-top: 85px;
    padding-bottom: 25px;
}
h2.wht_lft{
	color: white;
	text-align: left;
}
p.wht_lft{
	color: white;
	text-align: left;
}
p.wht{
	color: white;
}
.service_img{
    position: absolute;
    top: -20%;
    text-align: center;
}
.service_img img{
	width: 90%;
}
.service_txtbox{
	padding: 0 25px;
}
.btn_more{
    width: 85%;
    border: 2px solid #fff;
    padding: 20px 0;
    text-align: center;
    margin: 25px auto auto;
    background: url(./images/btn_arrow.png) right 8px top 2% no-repeat;
    background-size: 40px;
    background-position: center right 17px;
}
.btn_more a{
	display: block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.15em;
    font-size: 1.1em;
}
.btn_more.green{
    border: 2px solid #40b2a4;
    background: url(./images/btn_arrow_grn.png) right 8px top 2% no-repeat;
    background-size: 40px;
    background-position: center right 17px;
}
.btn_more.green a{
    color: #40b2a4;
}

.recruit{
    margin: 76px auto auto;
    padding: 0 25px;
}
.recruit_img{
    margin: 27px auto auto;
    background: url(./images/recruit_img.jpg) no-repeat center;
    background-size: cover;
    padding: 57px;
}

.top_ttl.lft{
	text-align: left;
}
.top_subttl.lft{
	text-align: left;
}


footer{
 padding: 20px 25px 20px;
    background: #222222;
    margin: 60px auto auto;
}
.footer_logo{
	width: 60%;
}
.fnav{
    margin: 14px auto auto 0;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}
.fnav li{
    width: 50%;
}
.fnav li:nth-child(n+3){
	margin: 16px 0 0 0;
}
.fnav li a{
      color: #cecece;
}
.fnav_guide{
	margin: 33px 0 0 0;
}
.fnav_guide li a{
	font-size: .8em;
    color: #aeaeae;
}
.fnav_guide li:nth-child(n+2){
	margin: 8px 0 0 0;
}
.copy{
	font-size: .7em;
	color: #aeaeae;
	text-align: center;
	margin: 70px 0 0 0;
}

/************************
Service
************************/
.page_ttlbox{
	background-color: #40b2a4;
	padding: 25px;
	margin: 70px auto auto;
}
.page_ttl{
	font-size: 1.7em;
    color: #fff;
    letter-spacing: .2em;
}
.page_ttl_exp{
    color: #fff;
    font-size: .8em;
    letter-spacing: .2em;
    margin: 10px 0 0 0;
}
.service_cont_ttl{
    font-size: 1.2em;
    letter-spacing: .15em;
    line-height: 1.4em;
}
.service_cont_exp{
    margin: 20px;
    line-height: 1.65em;
}
.service_cont_img01{
	margin: 15px 0 0 0;
}
.service_cont_img02{
	width: 80%;
    margin: 20px auto auto;
}
.service_detail{
	padding: 5px 25px;
}
.service_detail_img{
	font-size: 0;
}
.service_detail_txtbox{
    padding: 20px 5px;
}
.service_detail_txtbox h4{
    font-size: 1.2em;
    letter-spacing: .1em;
    text-align: center;
}
.service_detail_txtbox h4:before{
    content: "";
    height: 1px;
    width: 25px;
    background: #000;
    display: block;
    position: relative;
    top: 40px;
    right: 50%;
    left: 47%;
}
.service_detail_txtbox p{
    font-size: .9em;
    margin: 42px 0 0 0;
    line-height: 1.4em;
    text-align: center;
    color: #777777;
}
.page_recruitbox{
	padding: 25px;
	margin: 25px 0 0 0;
}
.btn_recruit{
	background: #f5f5f5;
	padding: 25px;
	position: relative;
}
.btn_recruit a{
	font-size: 1.3em;
    letter-spacing: .1em;
}
.btn_recruit_subttl{
    color: #919191;
    display: block;
    font-size: .6em;
    margin: 10px 0 0 0;
}
.btn_recruit_exp{
	display: block;
    font-size: .7em;
    margin: 20px 0 0 0;
    line-height: 1.5em;
}
.btn_recruit img{
    background: #40b2a4;
    width: 22px;
    padding: 19px 12px;
    position: absolute;
    right: 0;
    top: 19px;
}
.recruit_img.page{
	margin: 0;
}
/************************
Company
************************/
.policy{
      background-color: #f1f1f1;
    padding: 20px 14px;
    margin: 20px auto auto;
}
.top_exp.companypage{
  margin: 20px;
}
.philosophy{
  margin: 30px 20px;
}
.philosophy h3{
    width: 63px;
    margin: 0 auto;
}
.philosophy_element{
      border: 1px solid #979797;
    padding: 30px;
    margin: 26px 0 0 0;
}
.philosophy_subttl{
  text-align: center;
}
.philosophy_ttl{
  text-align: center;
    margin: 20px 0 0 0;
    font-size: 1.3em;
    font-weight: bold;
}
.philosophy_element p.top_exp{
  text-align: center;
}
.company_cont{
	padding: 25px;
}
.company_cont dl dt{
	background: #eee;
    padding: 13px 3.84615%;
    letter-spacing: .1em;
}
.company_cont dl dd{
	padding: 15px 3.84615%;
	line-height: 1.5em;
}
.greetingbox{
	padding: 25px;
    margin: 20px 0 0 0;
}
.page_exp{
	font-size: .9em;
	margin: 19px auto auto;

    letter-spacing: 0.1em;
    line-height: 1.65em;
    color: #616161;
}
.recruit.page{
  margin: 17px auto auto;
}
.map.page {
    margin: 0px 20px 50px 20px;
}
/************************
Recruit
************************/
.recruit_exp{
	padding: 25px;
}
.recruit_category_ttl{
	text-align: center;
	margin: 10px 0 0 0;
    letter-spacing: 0.1em;
}
.recruit_cont{
    padding: 0 25px;
    margin: 30px 0 0 0;
}
.recruit_category{
	text-align: center;
    margin: 40px 0 22px 0;
	color: #24b1b4;
	font-size: .9em;
	display: flex;
	align-items: center;
}
.recruit_category:before, .recruit_category:after {
	content: "";
	flex-grow: 1;
	border-top: 1px dotted #24b1b4;
	display: block;
}
.recruit_category:before {
	margin-right: .4em;
}
.recruit_category:after {
	margin-left: .4em;
}
.accbox {
    padding: 0;
    max-width: 400px;
}
.accbox label {
    display: block;
    margin: .5px 0;
    padding : 13px 12px;
    color: #fff;
    font-weight: lighter;
    background: #555559;
    cursor :pointer;
    transition: all 0.5s;
    position: relative;
    top: 0;
    left: 0;
    font-size: .9em;
}
.accbox label:after {
    content: '+';
    position: absolute;
    right: 16px;
}
.accbox label:hover {
    opacity: .8;
}
.accbox label img{
    width: 16px;
    vertical-align: bottom;
    padding-right: 5px;
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.1s;
}
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 15px;
    background: #f5f5fa;
    opacity: 1;
}
.cssacc:checked + label:after {
    content: '×';
}
.recruit_category_exp{
    margin: 0;
    font-size: .9em;
    letter-spacing: 0.1em;
    line-height: 1.65em;
    color: #616161;
}
.accshow table{
	margin: 18px 0 0 0;
}
.accshow table tr:nth-child(odd){
	background: #fff;
}
.accshow table tr td{
	font-size: .8em;
	letter-spacing: 0.1em;
    line-height: 1.65em;
    color: #616161;
}
.accshow table tr td:nth-child(1){
	padding: 12px 10px 12px 20px;
	min-width: 29px;
}
.accshow table tr td:nth-child(2){
	padding: 20px 20px 20px 10px;
}


.contact_form{
	margin: 34px auto auto;
}
.contactform_ttl{
    text-align: center;
    line-height: 1.5em;
    margin: 70px auto auto;
}
.contact_form ul{
	margin: 30px auto auto;
}
.contact_form ul li{
  margin: 27px 0 0 0;
  position: relative;
}
.contact_form ul li:first-child{
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}/**form reset**/

input,label,textarea {
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
input, textarea {
  width: 100%;
  padding: .5em .5em .5em 160px;
  border-bottom: solid 1px #e8e8e8;
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}
label {
  position: absolute;
  top: .7em;
  left: .5em;
  color: #aaa;
  line-height: 1;
}
input:focus, textarea:focus{
  padding-left: .5em;
  border-bottom: 1px solid #40b2a4;
   -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
input:focus + label, textarea:focus + label{
  top: -1.5em;
}
.required{
  font-size: .9em;
}
.btn_send{
  text-align: center;
  margin: 38px 0 0 0;
}
.selectbox{
    text-align: center;
    border-bottom: 2px solid #40b2a4;
    padding-bottom: 18px;
    width: 165px;
    margin: 0 auto;
    position: relative;
}
.selectbox select{
    color: #40b2a4;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    z-index: 99;
}
.selectbox::before {
    content: "▼";
    color: #40b2a4;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 1;
}


.contact_form button{
  font-size: 18px;
  padding: 10px;
  width: 80%;
  background-color: #40b2a4;
  color: #fff;
  letter-spacing: .5em;
  border: 4px solid #40b2a4;
  box-sizing: border-box;
}
.contact_form button:hover{
  border: 4px solid #40b2a4;
  background-color: transparent;
  color: #40b2a4;
}
.contact_form button:hover{
  cursor: pointer;
}

/************************
Contact
************************/
.contact_cont{
	padding: 25px;
}
.contact_cont .contactform_ttl{
	margin: 20px auto auto;
}
/************************
News
************************/
.news_page{
	padding: 25px;
}



#loading{
	position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
#loader-bg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0px;
	background: transparent;
	z-index: 999999999;
}
#bodymovin{
	background-color:#fff;
	width:100%;
	height:100%;
	display:block;
	overflow: hidden;
	transform: translate3d(0,-20px,0);
	text-align: center;
	opacity: 1;
}
#screenbox{
	position: relative;
}

#screen_up{
	background: #fff;
	width: 100vw;
	height: 410px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999;
}
#screen_down{
	background: #fff;
	width: 100vw;
	height: calc(100vh - 410px);
	position: absolute;
	top: 410px;
	right: 0;
	z-index: 9999999;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
.thanks{
    margin: 135px auto auto;
    padding: 0 25px;
}
.thanks_ttl{
	text-align: center;
    font-weight: lighter;
    font-size: 1.3em;
    letter-spacing: 0.2em;
    margin: 0px 0 70px 0;
}
.thanks_case{
	text-align: center;
    margin: 60px auto auto;
    font-size: 1.1em;
}
.thanks_subttl{
    margin: 50px auto auto;
    font-size: 1.2em;
    color: #40b2a4;
    border-bottom: 1px dotted #40b2a4;
    padding-bottom: 15px;
    line-height: 1.2em;
}



.mainv_contbox{
  position: absolute;
  z-index: 99;
  top: 20%;
  width: 100%;
}
.text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 410px;
  z-index: 10;
}
.text svg{
    width: 100%;
    height: 100%;
    x: 43%;
    y: 20%;
}
.text svg.sp{
  display: block;
}
.text svg.widescreen{
  display: none;
}
svg #alpha {
  fill: #666666;
}
svg #title {
  letter-spacing: -2px;
  font-size: 6em;
  font-weight: 800;
}
svg #subtitle {
  letter-spacing: 8px;
  font-size: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
}
svg #base {
    fill: white;
    /*width: 100vw;*/
    mask: url(#mask);
    opacity: .9;
}

/*section.intro {
  background: url(./images/space.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 100%;
}*/



.slider_css {
  height: 410px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.slider_css ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_css ul li {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 40s;
}
.slider_css ul li:nth-child(1) {
  background-image: url("./images/space.jpg");
  animation-name: slider-zoomin;
  animation-delay: 2s;
}
.slider_css ul li:nth-child(2) {
  background-image: url("./images/children.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 7s;
}
.slider_css ul li:nth-child(3) {
  background-image: url("./images/girls.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 12s;
}
.slider_css ul li:nth-child(4) {
  background-image: url("./images/children2.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 18s;
}
/*.slider_css ul li:nth-child(5) {
  background-image: url("./images/");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 29s;
}*/
.slider_css ul li img {
  width: 130%;
}
/*@media only screen and (max-width: 768px) {
  .slider_css {
    height: 100%;
  }
  .slider_css ul li {
    background-size: contain;
    background-repeat: no-repeat;
  }
}*/


    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


/***************** Corresponding tablet *****************/
@media screen and (min-width:600px) and ( max-width:959px) {
  header {
    padding: 4% 0px 4% 4%;
  }
  button.drawer-hamburger {
    padding-top: 32px;
    padding-right: 5rem;
  }
  .top_mainv {
    height: 600px;
  }
  .top_mainv h1 {
    width: 40%;
  }
  .top_mainv_logo {
    width: 39%;
    top: 6%;
  }
  .about {
    margin: 66px auto auto;
  }
  p.top_exp {
    width: 580px;
    text-align: center;
  }
  .service {
    padding-top: 228px;
    margin: 165px auto auto;
  }
  .service_txtbox {
    padding: 0px 37px;
  }
  .service_txtbox p.top_exp {
    text-align: left;
    margin: 26px auto auto 0;
    width: 100%;
  }
  .service_txtbox p.top_exp {
    text-align: left;
    margin: 26px auto auto 0;
    width: 100%;
  }
  .btn_more {
    width: 36%;
  }
  .company_inner p.top_exp {
    text-align: left;
    margin: 26px auto auto 0;
    width: 100%;
  }
  .recruit_img {
    margin: 23px auto auto;
    padding: 109px;
    width: 350px;
  }
  .news {
    padding: 0 37px;
  }
  .footer_logo {
    width: 33%;
  }
  .fnav {
    margin: 42px auto auto 0;
  }
  .page_ttl {
    font-size: 2.3em;
  }
  .page_ttl_exp {
    font-size: 1em;
  }
  .service_cont_ttl{
    margin: 0 0 20px 0;
  }
  .service_cont_exp {
    margin: 11px auto auto;
    width: 46%;
    float: left;
  }
  .service_cont_img01 {
    width: 50%;
    float: right;
  }
  .service_cont_img02 {
    width: 40%;
    margin: 60px auto auto 6%;
    float: left;
  }
  .service_cont_img02 + p.service_cont_exp{
    margin: 57px auto auto 28px;
  }
  .service_detail {
    width: 43%;
  }
  .service_detail_outer {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
  }
  .btn_recruit {
    background: #f5f5f5;
    padding: 40px 40px;
    position: relative;
    max-width: 406px;
    margin: 0 auto;
  }
  .page_recruitbox .recruit_img {
    margin: 23px auto auto;
    padding: 100px;
    width: 286px;
    margin: 0 auto;
  }
  .news_page{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
  }
  .newsbox_outer{
    width: 49%;
  }
  .newsbox{
    min-height: 90px;
  }
  .accbox {
    max-width: 100%;
  }
  .cssacc:checked + label + .accshow {
    height: auto;
    padding: 35px;
  }
  .accshow table {
    width: 100%;
  }
  .thanks {
    width: 80%;
  }
  .thanks_subttl + p.top_exp {
    text-align: left;
    width: 100%;
  }
  .slider_css {
    height: 600px;
  }
  .text {
    height: 600px;
  }
  .text svg.sp{
    display: none;
  }
  .text svg.widescreen{
    display: block;
  }
  .text svg {
    width: 100%;
    height: 100%;
    x: 43%;
  }
}
/***************** Corresponding tablet landscape *****************/
@media (min-width: 737px) and (max-width: 1024px) and (orientation:landscape) {
  header {
    padding: 3% 0px 4% 4%;
  }
  button.drawer-hamburger {
    padding-top: 37px;
    padding-right: 5.5rem;
  }
  .top_mainv {
    height: 520px;
  }
  .top_mainv h1 {
    width: 30%;
    top: 34%;
  }
  .top_mainv_logo {
    width: 30%;
    top: 0%;
    left: 13%;
  }
  #screen_up{
    background: #fff;
    width: 100vw;
    height: 520px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
  }
  #screen_down{
    background: #fff;
    width: 100vw;
    height: calc(100vh - 520px);
    position: absolute;
    top: 520px;
    right: 0;
    z-index: 9999999;
  }
  .about {
    margin: 66px auto auto;
  }
  p.top_exp {
    width: 580px;
    text-align: center;
  }
  .service {
    padding-top: 332px;
    margin: 185px auto auto;
  }
  .service_txtbox {
    padding: 0px 37px;
  }
  .service_txtbox p.top_exp {
    text-align: left;
    margin: 26px auto auto 0;
    width: 100%;
  }
  .service_txtbox p.top_exp {
    text-align: left;
    margin: 26px auto auto 0;
    width: 100%;
  }
  .btn_more {
    width: 36%;
  }
  .company_inner p.top_exp {
    text-align: left;
    margin: 26px auto auto 0;
    width: 100%;
  }
  .recruit_img {
    margin: 23px auto auto;
    padding: 109px;
    width: 350px;
  }
  .news {
    padding: 0 37px;
  }
  .footer_logo {
    width: 25%;
  }
  .fnav {
    margin: 42px auto auto 0;
  }
  .page_ttl {
    font-size: 2.3em;
  }
  .page_ttl_exp {
    font-size: 1em;
  }
  .service_cont_ttl {
    margin: 20px auto 50px auto;
    text-align: center;
    width: 600px;
  }
  .service_cont_exp {
    margin: 11px auto auto;
    width: 46%;
    float: left;
  }
  .service_cont_img01 {
    width: 50%;
    float: right;
  }
  .service_cont_img02 {
    width: 40%;
    margin: 200px auto auto 6%;
    float: left;
  }
  .service_cont_img02 + p.service_cont_exp{
    margin: 57px auto auto 28px;
  }
  .service_detail {
    width: 43%;
  }
  .service_detail_txtbox {
    padding: 32px;
    background-color: #40b2a4;
    min-height: 113px;
  }
  .service_detail_outer {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
  }
  .company_cont {
    padding: 25px;
    width: 70%;
    margin: 47px auto auto;
  }
  .greetingbox {
    padding: 25px;
    width: 70%;
    margin: 20px auto auto;
  }
  .vision_img {
    margin: 30px auto auto;
    width: 70%;
  }
  .visionbox .page_exp {
    width: 70%;
  }
  .btn_recruit {
    background: #f5f5f5;
    padding: 40px 40px;
    position: relative;
    max-width: 406px;
    margin: 0 auto;
  }
  .page_recruitbox .recruit_img {
    margin: 23px auto auto;
    padding: 100px;
    width: 286px;
    margin: 0 auto;
  }
  .news_page{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
  }
  .newsbox_outer{
    width: 49%;
  }
  .newsbox{
    min-height: 90px;
  }
  .accbox {
    max-width: 100%;
  }
  .cssacc:checked + label + .accshow {
    height: auto;
    padding: 35px;
  }
  .accshow table {
    width: 100%;
  }
  .recruit_cont {
    padding: 0 25px;
    margin: 50px auto auto;
    width: 70%;
  }
  .contact_cont {
    padding: 25px;
    width: 70%;
    margin: 0 auto;
  }
  .thanks {
    width: 80%;
  }
  .thanks_subttl + p.top_exp {
    text-align: left;
    width: 100%;
  }
  .text {
    height: 100%;
  }
  .text svg.sp{
    display: none;
  }
  .text svg.widescreen{
    display: block;
  }
  .text svg {
    width: 100%;
    height: 100%;
    x: 43%;
  }
  .mainv_contbox {
    position: absolute;
    z-index: 99;
    top: 37%;
  }
}
  @media screen and (min-width:960px){
    .pc{display: block;}
    .sp{display: none;}
    header {
      padding: 2.5% 0px 2% 3%;
    }
    button.drawer-hamburger {
      padding-top: 27px;
      padding-right: 5rem;
    }
    .top_mainv {
      height: 100vh;
    }
    .top_mainv h1 {
      width: 480px;
      position: relative;
      top: 37%;
      right: 13%;
    }
    .mainv_contbox p {
      text-align: left;
      margin: 0 auto 10px;
      width: 480px;
      position: relative;
      right: 13%;
      font-size: 0.9em;
    }
    .top_mainv_recruit_banner{
      max-width: 520px;
      display: block;
      position: relative;
      top: -97px;
      margin: 0 auto;
    }
    .company{
      margin: -97px 0 0 0;
      position: relative;
    }
    div.company_inner {
        padding: 30px 30px 45px 55px;
        width: unset;
        margin: 30px;
    }
    .company_inner {
      background: url(./images/top_company_bg.jpg) no-repeat top center;
      background-size: cover;
    }
    .company_inner h2 {
      width: 76px;
    }
    .company_ttlbox{
      position: absolute;
      top: 0px;
      left: 40px;
      background: #fff;
      padding: 30px;
      width: 260px;
    }
    .top_mainv_logo {
      width: 26%;
      top: 6%;
      left: 13%;
    }
    #screen_up{
      background: #fff;
      width: 100vw;
      height: 50vh;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9999999;
    }
    #screen_down{
      background: #fff;
      width: 100vw;
      height: 50vh;
      position: absolute;
      top: 50vh;
      right: 0;
      z-index: 9999999;
    }
    .about {
      margin: 66px auto auto;
    }
    p.top_exp {
      width: unset;
      text-align: left;
    }
    .services_ttlbox {
        display: flex;
        justify-content: space-between;
        position: relative;
        width: 500px;
    }
    .services_ttlbox:before {
        content: "";
        background: #f1f1f1;
        width: 526px;
         height: 156px;
        position: absolute;
        right: -30px;
        top: 179px;
        z-index: 1;
    }
    .services h2 {
      width: 60px;
    }
    .services .services_img {
        width: 350px;
    }
    .services_senbox {
        position: absolute;
        top: 0px;
        right: 10px;
        padding: 30px;
        width: 280px;
        margin: 0;
    }
    .services {
      margin: 100px 20px 120px;
    }
    .heart {
      margin-bottom: 50px;
      padding-bottom: 50px;
    }
    .swiper-slide.swiper-slide-active{
      background: #f1f1f1;
    }
    .heart_ttlbox .top_exp{
      text-align: center;
    }
    .heart_img{
      width: 90%;
      max-width: 866px;
    }
    div.swiper-button-next, div.swiper-container-rtl div.swiper-button-prev {
      right: 30px !important;
      top: 28px;
    }
    div.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
      right: 76px !important;
      top: 28px;
    }
    .article_box {
      margin: 20px 20px;
      display: flex;
    }
    .article{
       margin: 17px;
        max-width: 300px;
    }
    .news {
      margin: 70px 30px;
      padding: 45px 37px;
    }
    .news_box{
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
    }
    .news_article {
        margin: 37px 30px 0;
        width: 300px;
    }
    .news_txtbox{
      border: none;
    }
    .news_article:nth-child(n + 2){
      border-left: 1px solid #cacaca;
      padding-left: 50px;
    }
    .news h2 {
        width: 100px;
    }
    .recruit .btn {
        margin: 60px auto auto;
        max-width: 350px;
    }
    .page_ttlbox {
        margin: 90px auto auto;
    }
    .page_ttlbox {
      background-color: unset;
    }
    .page_ttl_exp {
      color: unset;
      text-align: center;
    }

    .page_ttl.page_company {
        font-size: 2.3em;
        width: 120px;
        margin: 0 auto;
    }
    .top_exp.companypage {
        margin: 1px;
        text-align: center;
    }
    .policy {
      margin: 30px;
    }
    .page_ttl_exp_pc{
      color: #40b2a4;
      text-align: center;
      margin: 10px 0 0 0;
     font-size: .9em;
    }
    .policy_img{
      max-width: 700px;
      margin: 0 auto;
    }
    .philosophy {
        margin: 50px 20px;
    }
    .philosophy_element {
        margin: 14px;
        width: 271px;
    }
    .philosophy_box{
      display: flex;
      justify-content: space-between;
      margin: 30px 0px;
    }
    .page_ttl.page_contact{
      width: 160px;
      margin: 0 auto;
    }






    .heart_ttlbox h2 {
        width: 260px;
    }
    .heart_txtbox {
        padding: 30px;
        position: absolute;
        top: 50px;
        width: 350px;
        background: rgba(255,255,255, .88);
        right: 30px;
    }
    .service_img {
      max-width: 970px;
    }
    .service_txtbox {
      padding: 0px 48px;
    }
    .service_txtbox p.top_exp {
      text-align: left;
      margin: 26px auto auto 0;
      width: 100%;
    }
    .service_txtbox p.top_exp {
      text-align: left;
      margin: 26px auto auto 0;
      width: 100%;
    }
    .btn_more {
      width: 36%;
      margin: 59px auto auto;
    }


    .recruit_img {
      margin: 23px auto auto;
      padding: 109px;
      width: 350px;
    }
    .recruit.page {
        margin: 117px auto 120px auto;
    }
    .map.page {
        margin: 0px 30px 50px 30px;
    }
    .footer_logo {
      width: 200px;
    }
    .footer_inner{
      max-width: 960px;
      margin: 0 auto;
    }
    .fnav {
      margin: 42px auto auto 0;
      width: 52%;
    }
    .fnav li {
      width: auto;
    }
    .fnav li a{
      font-size: .9em;
    }
    .fnav li:nth-child(n+3) {
       margin: 0;
    }
    .fnav li:nth-child(n+2) {
       margin: 0 0 0 22px;
    }
    .fnav_guide li a {
      font-size: .7em;
    }
    .page_ttl {
      font-size: 2.3em;
    }
    .page_ttl_exp {
      font-size: 1em;
    }
    .service_cont_ttl {
      margin: 20px auto 50px auto;
      text-align: center;
      width: 600px;
    }
    .service_cont_exp {
        margin: 11px auto auto;
        width: 46%;
        text-align: center;
        float: unset;
        line-height: 1.4em;
    }
    .service_cont_img01 {
      width: 50%;
      float: right;
    }
    .service_cont_img02 {
      width: 40%;
      margin: 460px auto auto;
      float: none;
    }
    .service_cont_img02 + p.service_cont_exp{
      margin: 57px auto auto;
      float: none;
      text-align: center;
    }
    .service_detail {
      width: 296px;
      padding: 5px 12px;
    }
    .service_detail_txtbox {
      padding: 30px;
      min-height: 113px;
    }
    .service_detail_outer {
      clear: both;
      display: flex;
      flex-wrap: wrap;
      justify-content: left;
      max-width: 960px;
      margin: 45px auto auto;
    }
    .company_cont {
        padding: 25px;
        width: 630px;
        margin: 47px auto 50px auto;
    }
    .company_cont dl dt {
      padding: 17px 3.84615%;
    }
    .company_cont dl dd {
      padding: 15px 3.84615% 27px 3.84615%;
      line-height: 1.5em;
    }
    .greetingbox {
      padding: 25px;
      width: 70%;
      margin: 50px auto auto;
      max-width: 640px;
    }
    p.top_subttl{
      margin: 18px auto 40px auto;
    }
    .visionbox {
      margin: 80px 0 0 0;
    }
    .vision_img {
      margin: 30px auto auto;
      width: 70%;
    }
    .visionbox .page_exp {
      width: 70%;
    }
    .recruit_exp {
      text-align: center;
      padding: 25px;
      width: 553px;
    }
    .recruit_category_ttl {
      margin: 40px 0 0 0;
    }
    .recruit_category {
      margin: 68px 0px 33px 0;
    }
    .page_recruitbox {
      margin: 115px 0 0 0;
    }
    .contact_form button {
      width: 30%;
    }
    .contact_form ul {
      margin: 80px auto auto;
      max-width: 490px;
    }
    .contact_form ul li {
      margin: 60px 0 0 0;
    }
    .btn_recruit {
      background: #f5f5f5;
      padding: 40px 40px;
      position: relative;
      max-width: 406px;
      margin: 0 auto;
    }
    .page_recruitbox .recruit_img {
      margin: 23px auto auto;
      padding: 100px;
      width: 286px;
      margin: 0 auto;
    }
    .news_page{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: left;
      max-width: 960px;
      margin: 0 auto;
    }
    .newsbox_outer{
      width: 48%;
    }
    .newsbox{
      min-height: 90px;
      width: auto;
    }
    .news .newsbox {
      margin: 30px auto auto 0;
    }
    .service_cont {
      max-width: 960px;
      margin: 0 auto;
    }
    .accbox {
      max-width: 100%;
    }
    .cssacc:checked + label + .accshow {
      height: auto;
      padding: 35px;
    }
    .accshow table {
      width: 100%;
    }
    .recruit_cont {
      padding: 0 25px;
      margin: 50px auto auto;
      width: 70%;
    }
    .contact_cont {
      padding: 25px;
      width: 70%;
      margin: 0 auto;
    }
    .thanks {
      width: 80%;
    }
    .thanks_subttl + p.top_exp {
      text-align: left;
      width: 100%;
    }
    .thanks_subttl {
      margin: 70px auto auto;
    }
    div#bodymovin {
      width: 40%;
      margin: 0 auto;
    }
    .slider_css {
      height: 100vh;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
    }
    .slider_css ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .slider_css ul li {
      background-size: cover;
      width: 100%;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 0;
      animation-iteration-count: infinite;
      animation-duration: 40s;
    }
    .slider_css ul li:nth-child(1) {
      background-image: url("./images/space.jpg");
      animation-name: slider-zoomin;
      animation-delay: 2s;
    }
    .slider_css ul li:nth-child(2) {
      background-image: url("./images/children.jpg");
      animation-name: slider-zoomin;
      opacity: 0;
      animation-delay: 7s;
    }
    .slider_css ul li:nth-child(3) {
      background-image: url("./images/girls.jpg");
      animation-name: slider-zoomin;
      opacity: 0;
      animation-delay: 12s;
    }
    .slider_css ul li:nth-child(4) {
      background-image: url("./images/children2.jpg");
      animation-name: slider-zoomin;
      opacity: 0;
      animation-delay: 18s;
    }
    /*.slider_css ul li:nth-child(5) {
      background-image: url("./images/");
      animation-name: slider-zoomin;
      opacity: 0;
      animation-delay: 29s;
    }*/
    .slider_css ul li img {
      width: 130%;
    }
    .text {
      height: 100%;
    }
    .text svg.sp{
      display: none;
    }
    .text svg.widescreen{
      display: block;
    }
    .text svg {
      width: 100%;
      height: 100%;
      x: 43%;
    }
    .mainv_contbox {
      position: absolute;
      z-index: 99;
      top: 37%;
    }
  }




@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

