@charset "UTF-8";
/* CSS Document */

.sec-mv {
  padding: 0 30px;
}
.sec-mv .inner {
  width: 100%;
  height: 700px;
  background: url(../img/top/bg_main.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.sec-mv .box .en {
  font-size: 146px;
  color: #b9d2ef;
  font-family: "Scheherazade", serif;
  letter-spacing: 4px;
  line-height: 1em;
}
.sec-mv .box .en.hidden{
  opacity: 0;
}
.sec-mv .box .en span {
  font-size: 146px;
  color: #b9d2ef;
  font-family: "Scheherazade", serif;
  line-height: 1em;
}
.sec-mv .box .ttl {
  font-size: 20px;
  color: #9bbfe8;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 3px;
  transform: translateY(-15px);
}
.sec-mv .scroll {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.sec-mv .scroll .en {
  display: block;
  font-size: 14px;
  color: #b9d2ef;
  font-family: "Scheherazade", serif;
  letter-spacing: 1px;
  line-height: 1em;
  transform: rotate(90deg);
}
.sec-mv .scroll .line {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 70px;
  margin-top: 35px;
}
.sec-mv .scroll .line:before {
  content: "";
  background: #b9d2ef;
  height: 150px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-animation: aniLine 3.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: aniLine 3.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@-webkit-keyframes aniLine {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  5% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  95% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }
  100% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }
}
@keyframes aniLine {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  5% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  95% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }
  100% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }
}

.sec-intro {
  padding: 90px 0 120px;
}
.sec-intro p {
  font-size: 14px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 3em;
}

.sec-news {
  padding: 120px 0 200px;
  overflow-x: hidden;
  position: relative;
}
.sec-news:before {
  content: "";
  width: 100%;
  height: 332px;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-news .inner {
  transform: translateX(180px);
  margin-bottom: -40px;
}
.sec-news .ttl-sec {
  margin-bottom: 35px;
}
.sec-news .slider {
  margin-bottom: 40px;
}
.sec-news .slider .box {
  margin-right: 40px;
  position: relative;
}
.sec-news .slider .box .new{
	font-size: 17px;
	color: #fff;
	font-family: "Scheherazade", serif;
	background: #bb9223;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 67px;
	padding: 4px 0 0;
	text-align: center;
}
.sec-news .slider .box .img {
  margin-bottom: 15px;
}
.sec-news .slider .box .date {
  font-size: 19px;
  font-family: "Scheherazade", serif;
  line-height: 1em;
  transform: translateY(3px);
}
.sec-news .slider .box .cat a {
  font-size: 16px;
  color: #bb9223;
  font-family: "Scheherazade", serif;
  display: inline-block;
  border: 1px solid #bb9223;
  padding: 3px 15px 0;
  line-height: 1em;
  margin-right: 5px;
}
.sec-news .slider .box .cat a:last-child {
  margin-right: 0;
}
.sec-news .slider .box .ttl {
  margin-top: 10px;
}
.sec-news .slider .box .ttl a {
  font-size: 16px;
}
.sec-news .btn-slider > div {
  width: 41px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.sec-news .btn-slider > div:last-child{
  transform: scale(-1,1);
}

.sec-service {
  padding: 0 0 100px;
  background: #fff;
}
.sec-service .list .box {
  margin-bottom: 60px;
}
.sec-service .list .box .img {
  width: 50%;
  height: 380px;
}
.sec-service .list .box.box01 .img {
  background: url(../img/top/ph_service01.jpg) no-repeat center center;
  background-size: cover;
}
.sec-service .list .box.box02 .img {
  background: url(../img/top/ph_service02.jpg) no-repeat center center;
  background-size: cover;
}
.sec-service .list .box .block {
  width: 50%;
  padding: 0 15px 0 60px;
}
.sec-service .list .box .block .en {
  font-size: 16px;
  color: #1b1b1b;
  font-family: "Scheherazade", serif;
  position: relative;
  padding-left: 70px;
  margin-bottom: 15px;
}
.sec-service .list .box .block .en:before {
  content: "";
  background: #bbbbbb;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
}
.sec-service .list .box .block .ttl {
  font-size: 24px;
  color: #1b1b1b;
  letter-spacing: 1px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 15px;
}
.sec-service .list .box .block .txt {
  font-size: 14px;
  color: #666666;
  line-height: 1.8em;
}
.sec-service .list .box .block .btn-more {
  margin-top: 40px;
}

.img-about-fix {
  width: 800px;
  height: 420px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/top/bg_about.jpg) no-repeat center center;
  background-size: cover;
  z-index: -9999;
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.6s;
}
.img-about-fix.active{
  opacity: 1;
  transform: scale(1);
}
.img-about-fix .logo {
  margin-bottom: 15px;
}
.img-about-fix p {
  font-size: 10px;
  color: #fff;
  font-family: "Scheherazade", serif;
}

.sec-about {
  overflow-x: hidden;
  padding: 100px 0 200px;
}
.sec-about .list {
  max-width: 1300px;
  height: 1846px;
  margin: 530px auto 80px;
  position: relative;
}
.sec-about .list .img {
  position: absolute;
}
.sec-about .list .img.img01 {
  width: 360px;
  left: 0;
  top: 5%;
  z-index: 2;
}
.sec-about .list .img.img02 {
  width: 300px;
  left: 17%;
  top: 9%;
}
.sec-about .list .img.img03 {
  width: 468px;
  right: 0;
  top: 0;
}
.sec-about .list .img.img04 {
  width: 367px;
  right: 18%;
  top: 15.5%;
}
.sec-about .list .img.img05 {
  width: 406px;
  right: 23%;
  top: 36%;
  z-index: 2;
}
.sec-about .list .img.img06 {
  width: 362px;
  left: 21%;
  top: 44%;
}
.sec-about .list .img.img07 {
  width: 274px;
  right: 26%;
  bottom: 36%;
}
.sec-about .list .img.img08 {
  width: 456px;
  left: 10%;
  bottom: 16%;
  z-index: 2;
}
.sec-about .list .img.img09 {
  width: 415px;
  right: 10%;
  bottom: 11%;
}
.sec-about .list .img.img10 {
  width: 357px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
}
.sec-about .stl {
  font-size: 24px;
  color: #1b1b1b;
  letter-spacing: 1px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 17px;
}
.sec-about .txt {
  font-size: 14px;
  color: #666666;
  line-height: 2.2em;
  margin-bottom: 40px;
}

.sec-member {
  padding: 0 0 160px;
  overflow-x: hidden;
}
.sec-member .base {
  max-width: 990px;
}
.sec-member .list .box {
  width: 48%;
  margin: 0 0 40px;
  position: relative;
  overflow: hidden;
}
.sec-member .list .box a{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.sec-member .list .box img{
  transform: scale(1);
  transition: all 0.4s;
}
.sec-member .list .box:hover img{
  transform: scale(1.05);
}
.sec-member .list .box .label{
  background: #fff;
  position: absolute;
  right: 0;
  top: 180px;
  height: 31px;
  width: 180px;
  padding-left: 25px;
  transform-origin: top right;
  transform: rotate(90deg);
}
.sec-member .list .box .label span{
  font-size: 14px;
  color: #666666;
  font-family: "Scheherazade", serif;
  position: relative;
  padding-left: 30px;
  line-height: 1em;
}
.sec-member .list .box .label span:before{
  content: "";
  width: 20px;
  height: 1px;
  background: #666666;
  position: absolute;
  left: 0;
  top: 5px;
}
.sec-member .list .box .block{
  position: absolute;
  left: 40px;
  bottom: 50px;
}
.sec-member .list .box .block .name{
  font-size: 26px;
  color: #1b1b1b;
  letter-spacing: 3px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin-bottom: 5px;
}
.sec-member .list .box .block .kata{
  font-size: 12px;
  color: #666666;
  line-height: 1.8em;
  min-height: 67px;
}

.sec-recruit{
  padding: 0 0 170px;
}
.sec-recruit .bnr{
  display: block;
  max-width: 945px;
  margin: 0 auto;
  padding: 40px 0;
  background: url(../img/top/bg_recruit.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.sec-recruit .bnr:after{
  content: "";
  background: url(../img/common/ic_arrow.png) no-repeat left top;
  background-size: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.sec-recruit .bnr p{
  font-size: 20px;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.sec-recruit .bnr .ttl-sec{
  color: #fff;
  margin-bottom: 0;
}
.sec-recruit .bnr .ttl-sec span{
  font-size: 90px;
  letter-spacing: 3px;
  color: #fff;
  transform: translateY(10px);
}

@media only screen and (min-width: 768px) {
  .sec-service .list .box:nth-child(2n) .img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .sec-service .list .box:nth-child(2n) .block {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 767px) {
  
  .sec-mv {
    padding: 0;
  }
  .sec-mv .inner {
    height: 600px;
    background: url(../img/top/bg_main_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .sec-mv .box .en {
    font-size: 60px;
    letter-spacing: 3px;
  }
  .sec-mv .box .en span {
    font-size: 60px;
  }
  .sec-mv .box .ttl {
    font-size: 12px;
    letter-spacing: 2px;
    transform: translateY(0);
  }
  .sec-mv .scroll {
    right: 15px;
  }
  .sec-mv .scroll .en {
    font-size: 11px;
  }
  .sec-mv .scroll .line {
    height: 56px;
    margin-top: 30px;
  }
  .sec-mv .scroll .line:before {
    height: 100px;
  }
  
  .sec-intro {
    padding: 70px 0;
  }
  .sec-intro p {
    font-size: 12px;
    line-height: 2.7em;
  }
  
  .sec-news {
    padding: 100px 0;
  }
  .sec-news:before {
    height: 240px;
  }
  .sec-news .inner {
    transform: translateX(0);
    margin-bottom: -30px;
    padding: 0 22px;
  }
  .sec-news .ttl-sec {
    margin-bottom: 30px;
  }
  .sec-news .slider {
    margin-bottom: 30px;
  }
  .sec-news .slider .box {
    margin-right: 0;
    padding: 0 7px;
  }
  .sec-news .slider .box .new{
    font-size: 12px;
    left: 7px;
    width: 55px;
  }
  .sec-news .slider .box .img {
    margin-bottom: 5px;
  }
  .sec-news .slider .box .date {
    font-size: 10px;
    transform: translateY(6px);
  }
  .sec-news .slider .box .cat a {
    font-size: 10px;
    padding: 2px 10px 0;
  }
  .sec-news .slider .box .ttl{
    line-height: 1.3em;
    margin-top: 5px;
  }
  .sec-news .slider .box .ttl a {
    font-size: 10px;
  }
  .sec-news .btn-slider > div {
    width: 30px;
  }
  .sec-news .btn-more {
    padding: 5px 0 1px;
  }
  
  .sec-service {
    padding: 0 0 50px;
  }
  .sec-service .list{
    max-width: 414px;
    margin: 0 auto;
  }
  .sec-service .list .box {
    margin-bottom: 40px;
  }
  .sec-service .list .box .img {
    width: 100%;
    height: 220px;
    margin-bottom: 25px;
  }
  .sec-service .list .box .block {
    width: 100%;
    padding: 0;
  }
  .sec-service .list .box .block .en {
    font-size: 10px;
    padding-left: 45px;
    margin-bottom: 10px;
  }
  .sec-service .list .box .block .en:before {
    width: 32px;
    top: 6px;
  }
  .sec-service .list .box .block .ttl {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .sec-service .list .box .block .txt {
    font-size: 12px;
  }
  .sec-service .list .box .block .btn-more {
    margin-top: 25px;
  }
  
  .img-about-fix {
    width: 100%;
    height: 196px;
  }
  .img-about-fix .logo {
    margin-bottom: 0;
  }
  .img-about-fix .logo img {
    width: 57px;
  }
  .img-about-fix p {
    transform: scale(0.5);
  }
  
  .sec-about {
    padding: 50px 0 100px;
  }
  .sec-about .list {
    max-width: 414px;
    height: 982px;
    margin: 280px auto 50px;
  }
  .sec-about .list .img.img01 {
    width: 56%;
    top: 25%;
  }
  .sec-about .list .img.img02 {
    width: 27%;
    left: 52%;
    top: 27%;
  }
  .sec-about .list .img.img03 {
    width: 51%;
  }
  .sec-about .list .img.img04 {
    width: 40%;
    right: 26%;
    top: 11%;
  }
  .sec-about .list .img.img05 {
    width: 45%;
    right: 11%;
    top: 43%;
  }
  .sec-about .list .img.img06 {
    width: 40%;
    left: 10%;
    top: 50%;
  }
  .sec-about .list .img.img07 {
    width: 30%;
    right: 16%;
    bottom: 34%;
  }
  .sec-about .list .img.img08 {
    width: 63%;
    left: auto;
    right: 0;
    bottom: 15%;
  }
  .sec-about .list .img.img09 {
    width: 62%;
    right: 11%;
    bottom: 7%;
  }
  .sec-about .list .img.img10 {
    width: 49%;
    right: auto;
    margin: 0;
  }
  .sec-about .stl {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .sec-about .txt {
    font-size: 11px;
    line-height: 2em;
    margin-bottom: 25px;
  }
  
  .sec-member {
    padding: 0 0 120px;
  }
  .sec-member .list{
    max-width: 414px;
    margin: 0 auto;
  }
  .sec-member .list .box {
    width: 100%;
    margin: 0 0 23px;
  }
  .sec-member .list .box:last-child {
    margin-bottom: 0;
  }
  .sec-member .list .box .label{
    top: 132px;
    height: 22px;
    width: 132px;
    padding-left: 15px;
  }
  .sec-member .list .box .label span{
    font-size: 11px;
    padding-left: 23px;
  }
  .sec-member .list .box .label span:before{
    width: 15px;
    top: 2px;
  }
  .sec-member .list .box .block{
    left: 25px;
    bottom: 15px;
  }
  .sec-member .list .box .block .name{
    font-size: 20px;
    letter-spacing: 2px;
  }
  
  .sec-recruit{
    padding: 0 0 100px;
  }
  .sec-recruit .bnr{
    padding: 30px 0;
    background: url(../img/top/bg_recruit_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .sec-recruit .bnr:after{
    width: 20px;
    height: 20px;
    right: 12px;
    top: auto;
    bottom: 12px;
    transform: translateY(0);
  }
  .sec-recruit .bnr p{
    font-size: 12px;
  }
  .sec-recruit .bnr .ttl-sec span{
    font-size: 56px;
    transform: translateY(5px);
  }
}
