@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "Helvetica Neue", HelveticaNeue, 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
	font-size: 62.5%;
	line-height: 1.0;
	-webkit-text-size-adjust: 100%;
	color: #1e1e1e;
	box-sizing: border-box;
	background: #fff;
}
.en {
	font-family: 'Roboto', sans-serif;
}
::selection {
	background: #d7d7d7;
}
::-moz-selection {
	background: #d7d7d7;
}
p {
	max-height: 999999px;
}
li {
	max-height: 999999px;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}
input::placeholder,
textarea::placeholder {
	color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 30px);
	-webkit-transform: translate(0, 30px);
  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.ul {
	letter-spacing: -.4em;
}
.ul li {
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
}
.hr {
  width: 90%;
	border-top: 1px solid #585858;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0 auto;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

/* header */
.header {
  position: relative;
  width: 100%;
  height: auto;
}
.logo {
  width: 150px;
  height: auto;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 20;
}
.scroll {
  position: absolute;
  top: 380px;
  left: 30px;
  z-index: 20;
  display: block;
}
.scroll-txt {
  font-size: 1.3em;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
}
.scroll-line {
  width: 1px;
  height: 60px;
  background: #1e1e1e;
  margin: 20px 0 0 2px;
}
.scroll-sign {
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color:  transparent transparent #1e1e1e transparent;
  transform: rotate(-45deg);
  margin: -15px 0 0 -3px;
}
.header-inner {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  z-index: 10;
}
.navi {
  float: right;
  padding: 0 100px 0 0;
}
.navi li {
  font-size: 1.6em;
  padding: 0 0 0 30px;
}
.navi li a {
  color: #1e1e1e;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.navi li a:hover {
  color: #0c3088;
}
.navi li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #0c3088;
  transform: scale(0, 1);
  transform-origin: left top;
  -webkit-transition: all 0.5s ;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navi li a:hover::after {
  transform: scale(1, 1);
}

/* swiper */
.swiper-box {
  width: 80%;
  height: auto;
  float: right;
}
.swiper-slide {
	text-align: center;
	background-position: center center;
	/* 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;
	position: relative;
}

/* concept */
.concept {
  width: 90%;
  height: 400px;
  margin: 130px auto;
}
.concept-txt-box {
  width: 50%;
  height: 400px;
  float: right;
}
.concept-txt-box-in {
  width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.concept-txt-1 {
  font-size: 3.0em;
  font-weight: bold;
  text-align: left;
  padding: 0;
}
.concept-txt-2 {
  font-size: 1.5em;
  line-height: 1.8;
  padding: 30px 0 0 0;
}
.concept-img {
  width: 45%;
  height: 400px;
  float: left;
  background-image: url(../img/concept.jpg);
  background-size: cover;
  background-position: center;
}

/* recruit */
.recruit {
  width: 90%;
  max-width: 800px;
  height: auto;
  margin: 100px auto 20px auto;
}
.title {
  font-size: 3.0em;
  font-weight: bold;
  text-align: center;
  padding: 0;
}
.title-sub {
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 0 0;
}
.recruit-txt-1 {
  font-size: 1.4em;
  text-align: center;
  line-height: 1.8;
  padding: 40px 0 0 0;
}
.recruit-txt-1 a {
  color: #0c3088;
  font-weight: bold;
}
.recruit-txt-2 {
  font-size: 1.4em;
  text-align: center;
  line-height: 1.8;
  padding: 40px 0 0 0;
}
.table {
  margin: 40px 0 0 0;
  box-sizing: border-box;
}
.table td {
  font-size: 1.4em;
  line-height: 1.8;
  padding: 20px 10px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.td01 {
  font-weight: bold;
}

/* footer */
.footer {
  width: 100%;
  height: auto;
  padding: 80px 0;
}
.navi-footer {
  text-align: center;
}
.navi-footer li {
  font-size: 1.4em;
  padding: 0 15px;
}
.navi-footer li a {
  color: #1e1e1e;
  position: relative;
  text-decoration: none;
}
.navi-footer li a:hover {
  color: #0c3088;
}
.navi-footer li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #0c3088;
  transform: scale(0, 1);
  transform-origin: left top;
  -webkit-transition: all 0.5s ;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navi-footer li a:hover::after {
  transform: scale(1, 1);
}
.copy {
  font-size: 1.2em;
  text-align: center;
  padding: 30px 0 0 0;
}

@media screen and (max-width:900px) {
  /* concept */
  .concept {
    height: auto;
  }
  .concept-txt-box {
    width: 100%;
    height: auto;
    float: none;
  }
  .concept-txt-box-in {
    width: 100%;
  	height: auto;
  	position: static;
  	top: auto;
  	-webkit-transform: translateY(0);
  	-ms-transform: translateY(0);
  	transform: translateY(0);
  	left: auto;
  }
  .concept-txt-1 {
    text-align: center;
  }
  .concept-img {
    width: 100%;
    height: 400px;
    margin: 40px 0 0 0;
  }
}

@media screen and (max-width:640px) {
  .pc {
  	display: none;
  }
  .sp {
  	display: block;
  }
  /* header */
  .logo {
    width: 100px;
    top: 20px;
    left: 20px;
  }
  .scroll {
    top: 250px;
    left: 20px;
    z-index: 20;
    display: none;
  }
  .scroll-txt {
    font-size: 1.2em;
  }
  .scroll-line {
    height: 50px;
    margin: 20px 0 0 2px;
  }
  .header-inner {
    padding: 60px 0;
  }
  /* swiper */
  .swiper-box {
    width: 85%;
  }
  /* concept */
  .concept {
    margin: 100px auto 90px auto;
  }
  .concept-txt-1 {
    font-size: 1.6em;
  }
  .concept-txt-2 {
    font-size: 1.2em;
  }
  .concept-img {
    height: 200px;
  }
  /* recruit */
  .recruit {
    margin: 80px auto 20px auto;
  }
  .title {
    font-size: 1.7em;
  }
  .title-sub {
    font-size: 1.3em;
    padding: 10px 0 0 0;
  }
  .recruit-txt-1 {
    font-size: 1.2em;
    text-align: left;
  }
  .recruit-txt-2 {
    font-size: 1.2em;
    text-align: left;
  }
  .table td {
    font-size: 1.2em;
  }
  .td01 {
    width: 25%;
  }
  /* footer */
  .footer {
    padding: 60px 0;
  }
  .navi-footer li {
    font-size: 1.2em;
    padding: 0 10px;
  }
  .copy {
    font-size: 1.1em;
  }
}
