﻿@charset "utf-8";
/*---------------------------------------------------------------------
common
---------------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #000;
  font-family: 'Noto Sans JP',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 2.5;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
body * {
  box-sizing: border-box;
}
body.open {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
a {
  text-decoration: none;
  color: #747474
}
img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width:769px) {
  a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
}

@media screen and  (max-width: 768px) {
}
@media screen and  (max-width: 768px) {
	.style .lead-box{
		display: none;
	}
}
/*
font
---------------------------------------------------------------------*/
.gadugi {
  /*font-family: 'Gadugi', sans-serif;*/
  /*font-family: Arial, 'Osaka';*/
  font-family: 'Noto Sans JP',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-weight: bold;
  word-break: break-all;
}

/*
display style
---------------------------------------------------------------------*/
.pc { display: inline; }
.sp { display: none; }

@media screen and  (max-width: 768px) {
  .pc { display: none; }
  .sp { display: inline; }
}

/*
  load
---------------------------------------------------------------------*/
.opening-back{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}
.opening-back.is-expand {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.opening-back.is-show {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-timing-function: cubic-bezier(.95,.05,.795,.035);
  transition-timing-function: cubic-bezier(.95,.05,.795,.035);
}

/* タイトル ------------------------ */
.opening-hero{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

.opening-hero .type{
  opacity: 0;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #000;
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-property: opacity, transform;
  transform: translateX(-20px);
}
.opening-hero.is-show .type{
  opacity: 1;
  transition-duration: .4s;
  transform: translateX(0);
}
.opening-hero.is-show.move-out .type{
  opacity: 0;
  animation: opacity .4s;
  animation: translateX 1s;
}

.opening-hero.is-show .type.set1{ transition-delay: 0s; }
.opening-hero.is-show .type.set2{ transition-delay: .15s; }
.opening-hero.is-show .type.set3{ transition-delay: .2s; }
.opening-hero.is-show .type.set4{ transition-delay: .25s; }
.opening-hero.is-show .type.set5{ transition-delay: .15s; }
.opening-hero.is-show .type.set6{ transition-delay: .3s; }
.opening-hero.is-show .type.set7{ transition-delay: .1s; }
.opening-hero.is-show .type.set8{ transition-delay: .15s; }
.opening-hero.is-show .type.set9{ transition-delay: .2s; }
.opening-hero.is-show .type.set10{ transition-delay: .1s; }
.opening-hero.is-show .type.set11{ transition-delay: .1s; }
.opening-hero.is-show .type.set12{ transition-delay: .15s; }
.opening-hero.is-show .type.set13{ transition-delay: .2s; }

@keyframes opacity{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes translateX{
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(40px);
  }
}


/*---------------------------------------------------------------------
header
---------------------------------------------------------------------*/
#header {
  left: 0;
  padding: 11px 0 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#header.active {
  overflow: initial;
}
#header .logo {
  float: left;
  margin-left: 5.209%;
  margin-top: -1px;
  max-width: 324px;
  width: 18.203%;
}
#header .logo.slideup{
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#header .logo a {
  display: block;
  line-height: 0;
}
#header .logo img {
  max-width: 300px;
  min-width: 250px;
  width: 100%;
}
#header .menu {
  float: right;
  margin: 0 5.209% 0 0;
  width: 100px;
  text-align: center;
}
#header .menu a {
  color: #fff;
  display: inline-block;
  font-size: 75%; /*  12px  */
  line-height: .9em;
  position: relative;
  word-break: normal;
  padding: 11px 18.209% 1px 21.5%;
  background: #000;
  transition: all .3s;
}
/*#header.active .menu a{
  color: #000;
}*/
/*#header .menu a:after {
  background-color: #b90000;
  bottom: -2px;
  content: "";
  height: 5px;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: transform .3s;
  transition: transform .3s;
  position: absolute;
  width: 100%;
}*/
#header .menu span {
  display: block;
  margin: 0 auto 10px;
  padding-top: 27px;
  position: relative;
}
#header .menu span:before {
  background: url(/files/images/common/menu_bk_off-210325.png) center top no-repeat;
  background-size: 32px auto;
  content: "";
  height: 27px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -2px;
  width: 32px;
  z-index: 1;
}
#header.active .logo {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#header.active .menu span:before {
  background-image: url(/files/images/common/menu_bk_off-210325.png);
}
#header.active .menu a.active span:before {
  background-image: url(/files/images/common/menu_bk_active_off-210325.png);
}
#header .g-navi {
  float: right;
  text-align: right;
  width: 730px;
}
#header .g-navi ul {
  margin: 0 -2.74%;
}
#header .g-navi ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.1%;
}
#header .g-navi ul li:last-child {
  margin-left: 4.4%;
}
#header .g-navi ul li a {
  /*color: #fff;*/
  color: #000;
  display: inline-block;
  font-size: 113%;/*  18px  */
  position: relative;
}
#header .g-navi ul li a:after {
  background-color: #000;
  bottom: -9px;
  content: "";
  height: 5px;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: transform .3s;
  transition: transform .3s;
  position: absolute;
  width: 100%;
}
/*追加　contact*/
#header .g-navi ul li.mail a::after {
  content: none
}
#header .g-navi ul li a.hover {
  color: #fff;
  font-size: 75%; /*  12px  */
  line-height: 1;
  padding: 10px 24px 0;
  background: #ea5c12;
  transition: all .3s;
}
#header .g-navi ul li a.hover:before {
  content: "";
  height: 37px;
  left: -23px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  width: 1px;
}
/*#header .g-navi ul li a.hover:after {
  background-color: #b90000 !important;
  bottom: -2px;
}*/
#header .g-navi ul li a.hover span {
  display: block;
  margin: 0 auto 10px;
  padding: 27px 0 0;
  position: relative;
}
#header .g-navi ul li a.hover span:before {
  background: url(/files/images/common/icon_mail_bk_off-210325.png) center top no-repeat;
  background-size: 32px auto;
  content: "";
  height: 21px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
#header.active .g-navi ul li a.hover span:before {
  background-image: url(/files/images/common/icon_mail_bk_off-210325.png);
}

/*#header.active .g-navi ul li a,
#header.active .g-navi ul li a.hover {
  color: #000;
}*/
#header.active .g-navi ul li a:after {
  background-color: #000;
}
#header.active .g-navi ul li a.hover:before {
  border-color: #000;
}

/*---------------------------------------------------------------------
header lower
---------------------------------------------------------------------*/
/*.lower #header .g-navi ul li a {
  color: #000;
}*/
.lower #header .g-navi ul li a:after {
  background-color: #000;
}
.lower #header .g-navi ul li a.hover:before {
  border-color: #000;
}
.lower #header .g-navi ul li a.hover span:before {
  background-image: url(/files/images/common/icon_mail_bk_off-210325.png) ;
}
/*.lower #header .menu a {
  color: #000;
}*/
.lower #header .menu span:before {
  background-image: url(/files/images/common/menu_bk_off-210325.png);
}

@media screen and (max-width: 1368px) {
  #header .logo {
    left: 0;
    position: absolute;
    /*top: 10%;*/
    bottom: 2px;
  }
  #header .g-navi {
    width: 83%;
  }
  #header .g-navi ul li a {
    font-size: 107%;
  }
}

@media screen and (min-width:769px) {
  #header .menu a:hover:after,
  #header .g-navi ul li a:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #header .menu a:hover,
  #header .g-navi ul li a.hover:hover {
    background: #747474
  }
  /*#header .menu a:hover span:before {
    background-image: url(/files/images/common/menu_w_on.png);
  }*/
  /*#header .g-navi ul li a.hover:hover span:before {
    background-image: url(/files/images/common/icon_mail_bk_on.png);
  }*/
  /*#header.active .menu a.active:hover span:before {
    background-image: url(/files/images/common/menu_bk_active_on.png);
  }*/
}

@media screen and (max-width: 768px) {
  #header {
    height: 52px;
    padding: 12px 0 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header .logo {
    display: none;
    margin-top: 0;
    max-width: none;
    position: static;
    width: 209.5px;
  }
  #header.active .logo {
    display: block;
  }
  #header .menu {
    margin: 0 13px 0 0;
    width: 44px;
  }
  #header .menu a {
    display: block;
	background: none;
	padding: 5px 18.209% 1px 21.5%;
  }
  #header .menu span {
    height: 0;
    margin: 0;
    padding-top: 75%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
	width: 35px;
    height: 35px;
  }
  #header .menu span:before {
    /*background: url(/files/images/common/menu_w_sp.png) center top no-repeat;*/
    background: url(/files/images/common/menu_bk_sp.png) center top no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
	top: 0
  }
  #header .menu span:before {
  }
  /*#header .menu a:after {
    content: none;
  }*/
  #header.active .menu a.active span:before {
    background-image: url(/files/images/common/menu_bk_active_sp.png);
  }
  #header .g-navi {
    display: none;
  }

  #header .logo img {
    min-width: 210px;
  }

  .lower #header .menu span:before,
  .lower #header.active .menu span:before {
    background-image: url(/files/images/common/menu_bk_sp.png);
  }
}


/*
  header アニメーション
---------------------------------------------------------------------*/
#header.is-header .logo.slideup {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s, 0.2s;
  transition-delay: 0.2s, 0.2s;
}
/*#header.is-header .menu a{
  color: #000;
}*/
#header.is-header .menu a:after {
  bottom: -2px;
}
#header.is-header .menu span:before {
  background-image: url(/files/images/common/menu_bk_off-210325.png);
}
#header.is-header .menu a.active span:before{
  background-image: url(/files/images/common/menu_bk_active_off-210325.png);
}
#header.is-header .g-navi ul li a.hover span:before {
  background-image: url(/files/images/common/icon_mail_bk_off-210325.png);
}
/*#header.is-header .g-navi ul li a,
#header.is-header .g-navi ul li a.hover {
  color: #000;
}*/
#header.is-header .g-navi ul li a.hover:before {
  border-color: #000;
}
/*#header.is-header .g-navi ul li a:after {
  background-color: #000;
  bottom: -2px;
}*/
#header:after {
  background-color: rgba(255, 255, 255, .8);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: auto;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  z-index: -1;
}

@media screen and (min-width:769px) {
  /*#header.is-header .menu a:hover {
    color: #b90000;
  }*/
  /*#header.is-header .menu a:hover span:before {
    background-image: url(/files/images/common/menu_bk_on.png);
  }*/
  /*#header.is-header .g-navi ul li a.hover:hover {
    color: #b90000;
  }*/
  /*#header.is-header .g-navi ul li a.hover:hover span:before {
    background-image: url(/files/images/common/icon_mail_bk_on.png);
  }*/
  #header:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
  }
  #header.is-header:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media screen and (max-width: 768px) {
  #header:after {
    background-color: transparent;
  }
  #header.is-header:after {
    background-color: #fff;
  }
  #header.is-header .menu span:before {
    background-image: url(/files/images/common/menu_bk_sp.png);
  }
}


/*
  menu-box
---------------------------------------------------------------------*/
.menu-box {
  clear: both;
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 1720px;
  position: absolute;
  right: 0;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  top: 100px;
  width: 90%;
}
.active .menu-box {
  position: fixed;
  opacity: 1;
}
.menu-box ul {
  background-color: #5e606f;
}
.menu-box li {
  float: left;
  width: 20%;
}
.menu-box li a,
.menu-box li > span {
  color: #000;
  display: block;
}
.menu-box li > span {
  position: relative;
  overflow: hidden;
}
/* .menu-box li > span:after {
    background-color: rgba(000, 000, 000, .55);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	/*kyoeiad
    background-image: url(/files/images/common/comingsoon.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 70% auto;
} */
.menu-box li a .bg-menu-img,
.menu-box li > span .bg-menu-img {
  position: relative;
}
.menu-box li a .bg-menu-img:after {
  background-color: rgba(255, 255, 255, .55);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  top: 0;
  width: 100%;
}
.menu-box li.contact a:after {
  content: none;
}
.menu-box li a .txt-menu,
.menu-box li > span .txt-menu {
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  z-index: 1;
}
.menu-box li a .txt-menu .gadugi,
.menu-box li > span .txt-menu .gadugi {
  display: table;
  font-size: calc(50 * ((100vw - 769px) / 1920) + 10px); /*  元50px→現40px  */
  line-height: 1;
  margin-bottom: 7px;
  width: 100%;
}
.menu-box li a .txt-menu .gadugi span,
.menu-box li > spna .txt-menu .gadugi span {
  display: table-cell;
  vertical-align: middle;
}
.menu-box li a .txt-menu .jp,
.menu-box li > span .txt-menu .jp {
  font-size: calc(20 * ((100vw - 769px) / 1920) + 9px); /*  kyoeiad24px  */
}
.menu-box li.contact a {
  color: #000;
}
.menu-box li.contact .over:before {
  bottom: 5px;
  right: 5px
}
.menu-box li.contact .bg-contact {
  position: relative;
}
.menu-box li.contact .bg-contact:after {
  background-color: #fff;
  border: 5px solid #000;
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: border .6s ease-in-out, background .6s ease-in-out;
  transition: border .6s ease-in-out, background .6s ease-in-out;
  top: 0;
  width: 100%;
}

/*web prodact 文字色変更追加*/
/* .menu-box li:nth-of-type(5) > span {
  color: #fff
} */


/*グロナビtitle　追加-----*/
/*person*/
.menu-box ul li a .txt-menu .title_person {
	padding-left: 45px !important;
}
.menu-box ul li a .txt-menu .title_person::before {
	width: 40px;
    height: 30px;
	left: 30px;
	top: 40%
}
/*story*/
.menu-box ul li a .txt-menu .title_story::before {
	width: 55px;
    height: 25px;
	left: 50px;
}
/*style*/
.menu-box ul li a .txt-menu .title_style {
	padding-left: 40px !important
}
.menu-box ul li a .txt-menu .title_style::before {
	width: 50px;
    height: 40px;
    left: 45px;
    top: 35%;
}
/*project*/
.menu-box ul li a .txt-menu .title_project {
	padding-left: 45px !important
}
.menu-box ul li a .txt-menu .title_project::before {
	width: 35px;
    height: 55px;
    left: 15px;
}
/*contact*/
.menu-box ul li a .txt-menu .title_contact {
	padding-left: 40px !important
}
.menu-box ul li a .txt-menu .title_contact::before {
	width: 40px;
    height: 25px;
    left: 10px;
}
/*media（newsアイコン）*/
.menu-box ul li a .txt-menu .title_news {
	padding-left: 50px !important;
	display: table !important
}
.menu-box ul li a .txt-menu .title_news::before {
    left: 40px;
}
/*office（projectアイコン）*/
.menu-box ul li a .txt-menu .title_office::before {
	left: 35px
}
/*recruit（storyアイコン）*/
.menu-box ul li a .txt-menu .title_recruit::before {
	left: 20px
}
@media screen and (max-width: 2000px) {
	/*person*/
	.menu-box ul li a .txt-menu .title_person {
		padding-left: 35px !important;
	}
	.menu-box ul li a .txt-menu .title_person::before {
		width: 35px;
		height: 30px;
		left: 50px;
		top: 35%
	}
	/*story*/
	.menu-box ul li a .txt-menu .title_story {
		padding-left: 35px !important;
	}
	.menu-box ul li a .txt-menu .title_story::before {
		width: 45px;
		height: 20px;
	}
	/*style*/
	.menu-box ul li a .txt-menu .title_style {
		padding-left: 15px !important
	}
	.menu-box ul li a .txt-menu .title_style::before {
		width: 25px;
		height: 25px;
		left: 55px;
	}
	/*project*/
	.menu-box ul li a .txt-menu .title_project {
		padding-left: 20px !important
	}
	.menu-box ul li a .txt-menu .title_project::before {
		left: 35px;
	}
	/*contact*/
	.menu-box ul li a .txt-menu .title_contact {
		padding-left: 20px !important
	}
	.menu-box ul li a .txt-menu .title_contact::before {
		left: 25px;
		top: 25%;
	}
	/*media（newsアイコン）*/
	.menu-box ul li a .txt-menu .title_news::before {
		width: 41px;
    	height: 20px;
		top: 30%;
		left: 70px
	}
	/*office（projectアイコン）*/
	.menu-box ul li a .txt-menu .title_office::before {
		left: 58px;
		top: -30%;
	}
	/*recruit（storyアイコン）*/
	.menu-box ul li a .txt-menu .title_recruit::before {
		left: 40px;
  	 	top: 30%;
	}
}
@media screen and (max-width: 1368px) {
	/*person*/
	.menu-box ul li a .txt-menu .title_person {
		padding-left: 25px !important;
	}
	.menu-box ul li a .txt-menu .title_person::before {
		width: 20px;
		height: 15px;
		left: 45px;
		top: 30%
	}
	/*story*/
	.menu-box ul li a .txt-menu .title_story {
		padding-left: 0 !important;
	}
	.menu-box ul li a .txt-menu .title_story::before {
		width: 25px;
    	height: 10px;
		left: 30px;
		top: 40%;
	}
	/*style*/
	.menu-box ul li a .txt-menu .title_style {
		padding-left: 0 !important
	}
	.menu-box ul li a .txt-menu .title_style::before {
        width: 30%;
        height: 30%;
		left: 40px;
	}
	/*project*/
	.menu-box ul li a .txt-menu .title_project::before {
		width: 15px;
		height: 25px;
	}
	/*contact*/
	.menu-box ul li a .txt-menu .title_contact {
		padding-left: 0 !important
	}
	.menu-box ul li a .txt-menu .title_contact::before {
		width: 20px;
		height: 10px;
	}
	/*media（newsアイコン）*/
	.menu-box ul li a .txt-menu .title_news {
		padding-left: 15px !important;
	}
	.menu-box ul li a .txt-menu .title_news::before {
		width: 20px;
		height: 10px;
		left: 40px;
	}
	/*office（projectアイコン）*/
	.menu-box ul li a .txt-menu .title_office {
		padding-left: 0 !important;
	}
	.menu-box ul li a .txt-menu .title_office::before {
		left: 40px;
		top: 0
	}
	/*recruit（storyアイコン）*/
	.menu-box ul li a .txt-menu .title_recruit::before {
		left: 25px;
  	 	top: 30%;
	}
}
@media screen and (max-width: 768px) {
	.menu-box ul li a .txt-menu {
    	width: auto;
	}
	/*person*/
	.menu-box ul li a .txt-menu .title_person {
		padding-left: 10px !important
	}
	.menu-box ul li a .txt-menu .title_person::before {
		left: -25px;
		top: 0
	}
	/*story*/
	.menu-box ul li a .txt-menu .title_story {
		padding-left: 10px !important;
	}
	.menu-box ul li a .txt-menu .title_story::before {
		width: 23px;
    	height: 10px;
		top: 15%;
		left: -15px
	}
	/*style*/
	.menu-box ul li a .txt-menu .title_style {
		padding-left: 10px !important
	}
	.menu-box ul li a .txt-menu .title_style::before {
		left: -10px;
		top: 10%;
        width: 20px;
        height: 20px;
	}
	/*project*/
	.menu-box ul li a .txt-menu .title_project {
		padding-left: 10px !important;
	}
	.menu-box ul li a .txt-menu .title_project::before {
		left: -17px;
		top: 10%;
	}
	/*contact*/
	.menu-box ul li a .txt-menu .title_contact {
		padding-left: 10px !important;
	}
	.menu-box ul li a .txt-menu .title_contact::before {
		left: -25px;
	}
	/*media（newsアイコン）*/
	.menu-box ul li a .txt-menu .title_news {
		padding-left: 10px !important;
	}
	.menu-box ul li a .txt-menu .title_news::before {
		left: -25px;
	}
	/*office（projectアイコン）*/
	.menu-box ul li a .txt-menu .title_office::before {
		left: -17px;
    	top: -20%;
	}
	/*recruit（storyアイコン）*/
	.menu-box ul li a .txt-menu .title_recruit::before {
		left: -30px;
	}
}
@media screen and (max-width: 575px) {
	/*person*/
	.menu-box ul li a .txt-menu .title_person::before {
		top: 15%
	}
	/*office（projectアイコン）*/
	.menu-box ul li a .txt-menu .title_office::before {
		left: 20px;
    	top: -40%;
	}
}
@media screen and (max-width: 480px) {
	.menu-box ul li a .txt-menu {
    	width: 100%;
	}
	/*person*/
	.menu-box ul li a .txt-menu .title_person::before {
		left: 20px;
	}
	/*story*/
	.menu-box ul li a .txt-menu .title_story::before {
		left: 30px;
	}
	/*style*/
	.menu-box ul li a .txt-menu .title_style::before {
		left: 40px;
	}
	/*project*/
	.menu-box ul li a .txt-menu .title_project::before {
		left: 30px;
	}
	/*contact*/
	.menu-box ul li a .txt-menu .title_contact::before {
		left: 10px;
	}
	/*media（newsアイコン）*/
	.menu-box ul li a .txt-menu .title_news::before {
		width: 15px;
  	  	height: 5px;
		left: 20px;
	}
	/*office（projectアイコン）*/
	.menu-box ul li a .txt-menu .title_office::before {
		left: 20px;
	}
	/*recruit（storyアイコン）*/
	.menu-box ul li a .txt-menu .title_recruit {
		padding-left: 20px !important;
	}
	.menu-box ul li a .txt-menu .title_recruit::before {
		left: 10px;
	}
    /*works（styleアイコン）*/
	.menu-box ul li a .txt-menu .title_works::before {
	    left: 20px;
        top: -5%;
        width: 15px;
        height: 15px;
	}
}

.bg-menu {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  content: "";
  display: block;
  height: 5200px;
  margin: -2400px -2400px 0 0;
  position: fixed;
  right: 40px;
  top: 40px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: scale(.02);
  transform: scale(.02);
  width: 5200px;
  z-index: 2;
}
.bg-menu.active {
  background-color: #fff;

  transform: scale(1);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

@media screen and (min-width:769px) {
  /*.menu-box li a:hover .bg-menu-img:after {
    opacity: 0;
  }*/
  .menu-box li.contact a:hover {
    color: #fff;
  }
  .menu-box li.contact a:hover .bg-contact:after {
    background-color: #000;
    border-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .menu-box {
    left: 0;
    max-width: none;
    top: 52px;
    width: auto;
  }
  .menu-box li {
    width: 33.333%;
  }
  .menu-box li:nth-child(1),
  .menu-box li:nth-child(2),
  .menu-box li:nth-child(3),
  .menu-box li:nth-child(4) {
    width: 50%;
  }
  .menu-box li:nth-child(4) a .txt-menu,
  .menu-box li:nth-child(4) > span .txt-menu {
    padding: 22px 0 0;
  }
  .menu-box li a .txt-menu .gadugi,
  .menu-box li > span .txt-menu .gadugi {
    font-size: 120%; /*  19px  */
  }
  .menu-box li:nth-child(1) a .txt-menu .gadugi,
  .menu-box li:nth-child(2) a .txt-menu .gadugi,
  .menu-box li:nth-child(3) a .txt-menu .gadugi,
  .menu-box li:nth-child(4) a .txt-menu .gadugi,
  .menu-box li:nth-child(4) > span .txt-menu .gadugi {
    font-size: 110%; /*  18px  */
  }
  .menu-box li a .txt-menu .gadugi span,
  .menu-box li > span .txt-menu .gadugi span {
    height: auto;
  }
  .menu-box li a .txt-menu .jp,
  .menu-box li > span .txt-menu .jp {
    font-size: 56.3%; /*  9px  */
    line-height: 1;
  }
  /* .menu-box li:nth-child(5) a .txt-menu .jp,
  .menu-box li:nth-child(5) > span .txt-menu .jp {
    display: none;
  } */
  .menu-box li.contact .over:before {
    bottom: 2px;
    right: 2px;
  }
  .menu-box li.contact .bg-contact:after {
    border-width: 2px;
  }

  .bg-menu {
    height: 1400px;
    margin: -700px -700px 0 0;
    width: 1400px;
  }
}

@media screen and (max-width: 575px) {
	.menu-box li a .txt-menu .gadugi,
	.menu-box li > span .txt-menu .gadugi {
		font-size: 80%; /*  12px  */
	}
}


/*
  over
---------------------------------------------------------------------*/
.over {
  position: relative;
  overflow: hidden;

	/*戻ったときもふわっとさせる*/
	-webkit-transition: all .3s;
    transition: all .3s;
}
/*矢印*/
.over:after {
  content: "";
  /*left: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: transform .3s;
  transition: transform .3s;*/
  position: absolute;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  top: 50%;
  right: 11px;
  width: 10px;
  height: 10px;
  z-index: 2
}
.over img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}
/*黒い背景枠*/
.over:before {
  background: rgba(0,0,0,.8);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 30px;
  z-index: 2;
  top: 0;

	/*戻ったときもふわっとさせる*/
	-webkit-transition: all .3s;
    transition: all .3s;
}

/*グロナビover 黒い背景枠*//*next-content over 黒い背景枠*/
.menu-box ul li a.over:before,
.next-continer a.over:before {
  background: none
}
.menu-box ul li a.over:hover:before,
.next-continer a.over:hover:before {
  opacity: 0;
}
/*グロナビover 矢印*/
.menu-box ul li a.over:after {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
/*next-content over 矢印*/
.next-continer a.over:after {
  border: none;
	transform: none
}
/*region-box over hover矢印（media,office,recruit）*/
.region-box a.over:hover:after {
  border: none;
}
/*medium-head over 矢印（media,office,project）*/
.medium-head a.over:after {
  top: 45%
}


@media screen and (min-width:769px) {
  /*.over:hover {
    color: #b90000;
  }*/
  /*.over:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }*/
  .over:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 6s;
    transition-duration: 6s;
  }
  .over:hover:before {
    width: 100%;
	background: rgba(0,0,0,.5);
	-webkit-transition: all .3s;
    transition: all .3s;
  }

	/*next-content over 矢印*/
	.next-continer a.over:hover:after {
	  opacity: 1
	}

}

@media screen and (max-width: 768px) {
	/*over 黒い背景枠*//*over 矢印*/
	.over:before,
	.over:after{
	  content: none
	}
}


/*---------------------------------------------------------------------
continer
---------------------------------------------------------------------*/
#continer {
  position: relative;
}

/*
  wrap
-----------------------------------------------*/
.wrap {
/*  box-shadow: 14px 14px 18px rgba(0, 0, 0, .3);*/
  margin-right: 5.2091%;
  position: relative;
}
.wrap .section {
  position: relative;
}

@media screen and (max-width: 768px) {
  .wrap {
    box-shadow: none;
    margin-right: 0;
  }
}


/*
  bg-img
---------------------------------------------------------------------*/
.bg-img {
  height: 0;
  margin: 0 auto;
  padding-bottom: 100vh;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.bg-img img {
  max-width: none;
  min-height: 100%;
  min-height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  min-width: 100%;
  min-width: 100vw;
}

@media screen and (max-width: 768px) {
  .bg-img {
    height: auto;
    padding-bottom: 0;
  }
  .bg-img img {
    min-height: inherit !important;
    min-width: initial;
    position: static;
  }
}

/*
  mt-box
-----------------------------------------------*/
.mt-box {
  left: 50%;
  position: absolute;
  top: 25%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  text-align: center;
  width: 100%;
}
.mt-box .heading {
  margin-bottom: 0;
}
.mt-box02 .mt-lead {
  display: none;
}
.text-inner {
    text-align: left;
	margin: 0 auto;
    max-width: 1040px;
    padding: 0 20px;
    width: 100%;
}

/*title　下層大見出し*/
/*person*//*story*//*style*//*project*/
.lower .mt-box .title_person,
.lower .mt-box .title_story,
.lower .mt-box .title_style,
.lower .mt-box .title_project {
	display: inline-block
}
/*style*/
.lower .mt-box .title_style::before {
	top: 35%
}
/*office（projectアイコン）*/
.lower .mt-box .title_office::before {
	top: 25%;
}
/*contact*/
.lower .mt-box .title_contact::before {
	width: 65px;
    height: 40px;
	top: 40%
}
@media screen and (max-width: 2000px) {
	/*style*/
	.lower .mt-box .title_style::before {
		top: 25%
	}
	/*office（projectアイコン）*/
	.lower .mt-box .title_office::before {
		top: 10%;
	}
	/*contact*/
	.lower .mt-box .title_contact::before {
		top: 25%
	}
}
@media screen and (max-width: 1024px) {
	/*style*/
	.lower .mt-box .title_style::before {
		width: 45px;
    	height: 35px;
		top: 10%
	}
	/*project*/
	.lower .mt-box .title_project::before {
		top: -50%
	}
	/*contact*/
	.lower .mt-box .title_contact::before {
		width: 50px;
  	 	height: 30px;
		top: 20%
	}
}
@media screen and (max-width: 768px) {
  .mt-box {
    top: 35%;
    -webkit-transform: translate(-50%, -8%);
    transform: translate(-50%, -35%);
  }
  .mt-box .heading {
    font-size: 313%;
  }
  .mt-box02 {
    top: 50%;
    -webkit-transform: translate(-50%, -8%);
    transform: translate(-50%, -50%);
  }
  .mt-box02 .mt-lead {
    display: block;
    font-size: 94%; /*  15px  */
    margin-top: 3%;
  }

  /*title　下層大見出し*/
  /*person*/
  .lower .mt-box .title_person::before {
	top: 20%
  }
  /*story*/
	.lower .mt-box .title_story::before {
		top: 30%
	}
  /*style*/
  .lower .mt-box .title_style::before {
	top: 20%
  }
  /*project*/
  .lower .mt-box .title_project::before {
	top: 0
  }
  /*media（newsアイコン）*/
  .lower .mt-box .title_news::before {
	top: 35%
  }
  /*office（projectアイコン）*/
  .lower .mt-box .title_office::before {
	width: 35px;
    height: 50px;
	left: -15px;
  }

}
@media screen and (max-width: 644px) {
  /*title　下層大見出し*/
  /*project*/
  .lower .mt-box .title_project {
	display: block;
	padding-left: 40px !important
  }
  .lower .mt-box .title_project::before {
    left: 25px;
  }

  /*office（projectアイコン）*/
  .lower .mt-box .title_office {
	display: inline-block;
  }
  .lower .mt-box .title_office::before {
	left: -5px;
  }
}


/*
  見出し
-----------------------------------------------*/
.heading {
  color: #000;
  font-size: calc(102 * ((100vw - 1368px) / 1920) + 60px); /*  元110px　→　現71.9px  */
  letter-spacing: -.02px;
  line-height: 1;
  margin-bottom: 20px;
}

.h2-heading {
  font-size: calc(50 * ((100vw - 769px) / 1920) + 25px); /*  50px  */
  letter-spacing: .1px;
  line-height: 1.2;
}
h2.mb {margin-bottom: 1em!important;}
.mt {
    margin-top: 2em;
}
.detail-title {
  font-size: 226%; /*  36px  */
  letter-spacing: .1px;
  line-height: 1.25;
  margin-bottom: 3%;
}
h4 {
  font-size: calc(1 * ((100vw - 769px) / 1920) + 18px); /*  50px  */
    letter-spacing: .1px;
    line-height: 1.2;
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 325%;
    text-align: center;
  }
  .h2-heading {
    font-size: 157%; /*  25px  */
  }
  .detail-title {
    border-left: 9px solid #000;
    font-size: 157%; /*  25px  */
    line-height: 1.75;
    margin-bottom: 3%;
    padding-left: 20px;
  }
}

/*title　追加-----*/
/*news*/
.title_news {
	position: relative;
	padding-left: 145px !important;
	display: inline-block !important;
}
.title_news::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 24px;
	background: url(/files/images/common/icon-title/icon-news-title.svg) no-repeat;
	background-size: contain;
	left: 65px;
	top: 43%
}
/*person*/
.title_person {
	position: relative;
	padding-left: 60px !important;
}
.title_person::before {
	content: "";
	position: absolute;
	width: 48px;
	height: 40px;
	background: url(/files/images/common/icon-title/icon-person-title.svg) no-repeat;
	background-size: contain;
	left: 0;
	top: 30%
}
/*story*/
.title_story {
	position: relative;
	padding-left: 75px !important;
}
.title_story::before {
	content: "";
	position: absolute;
	width: 63px;
	height: 30px;
	background: url(/files/images/common/icon-title/icon-story-title.svg) no-repeat;
	background-size: contain;
	left: 0;
	top: 40%
}
/*style*/
.title_style {
	position: relative;
	padding-left: 75px !important;
}
.title_style::before {
	content: "";
	position: absolute;
	width: 65px;
	height: 50px;
	background: url(/files/images/common/icon-title/icon-style-title.svg) no-repeat;
	background-size: contain;
	left: 0;
	top: 40%
}
/*project*/
.title_project {
	position: relative;
	padding-left: 75px !important;
}
.title_project::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 70px;
	background: url(/files/images/common/icon-title/icon-project-title.svg) no-repeat;
	background-size: contain;
	left: 0;
	top: 10%
}
/*office（projectアイコン）*/
.title_office {
	display: inline-block;
	padding-left: 0 !important;
}
.title_office::before {
	left: -70px;
	top: -10%
}
/*media（newsアイコン）*/
.title_media {
	padding-left: 50px !important;
}
.title_media::before {
	left: -25px;
}
/*contact*/
.title_contact {
	position: relative;
	padding-left: 75px !important;
	display: inline-block
}
.title_contact::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 30px;
	background: url(/files/images/common/icon-title/icon-contact-title.svg) no-repeat;
	background-size: contain;
	left: 0;
	top: 40%
}
@media screen and (max-width: 2000px) {
	/*style*/
	.title_style::before {
		top: 30%;
	}
}
@media screen and (max-width: 1368px) {
	/*news*/
	.title_news {
		padding-left: 65px !important;
	}
	.title_news::before {
		width: 40px;
		height: 20px;
		left: 15px;
	}
	/*person*/
	.title_person {
		padding-left: 50px !important
	}
	.title_person::before {
		width: 35px;
		height: 30px;
		top: 20%;
	}
	/*story*/
	.title_story {
		padding-left: 65px !important;
	}
	.title_story::before {
		width: 50px;
		height: 25px;
		top: 25%;
	}
	/*style*/
	.title_style {
		padding-left: 65px !important;
	}
	.title_style::before {
		width: 50px;
		height: 40px;
		top: 10px;
	}
	/*project*/
	.title_project {
		padding-left: 30px !important;
	}
	.title_project::before {
		width: 40px;
		height: 60px;
		/*top: -30%;*/
		left: -27px;
	}
}
@media screen and (max-width: 1024px) {
	/*style*/
	.title_style::before {
		top: 0;
	}
	/*media（newsアイコン）*/
	.title_media {
		padding-left: 40px !important;
	}
	.title_media::before {
		left: -15px;
		top: 28%;
	}
}
@media screen and (max-width: 768px) {
	/*news*/
	.title_news {
		padding-left: 50px !important;
	}
	.title_news::before {
		top: 20%;
		left: 0;
	}
	/*person*/
	.title_person {
		display: inline-block;
	}
	.title_person::before {
    	top: 70%;
	}
	/*story*/
	.title_story {
		display: inline-block;
	}
	.title_story::before {
    	top: 75%;
	}
	/*style*/
	.title_style {
		display: inline-block;
	}
	.title_style::before {
    	top: 65%;
	}
	/*project*/
	.title_project {
		display: inline-block;
	}
	.title_project::before {
    	top: 41%;
	}
	/*office（projectアイコン）*/
	.title_office::before {
		left: -5px;
		top: -60%;
		width: 20px;
    	height: 30px;
	}
	/*media（newsアイコン）*/
	.title_media {
		padding-left: 30px !important;
	}
	.title_media::before {
		left: 0;
		top: 20%;
		width: 30px;
		height: 10px;
	}
}

ol.list,ul.list{
    list-style-position: outside;
    margin-left: 2em;
}
ol.list {list-style-type: decimal;}ul.list {list-style-type: disc;}
/*
  lead-box
-----------------------------------------------*/
.lead-box {
  background-color: #fff;
  margin-top: -50vh;
  padding: 112px 0 73px 5.2091%;
  position: relative;
  text-align: center;
  border-radius: 0 10px 0 0
}
.lead-box .lead-heading {
  font-size: calc(50 * ((100vw - 769px) / 1920) + 25px); /*  50px  */
  line-height: 1.5;
}
.lead-box .lead-txt {
  font-size: 100%; /*  16px  */
  letter-spacing: .01px;
  line-height: 2.81;
  margin-top: 50px;
}
.lead-box .lead-txt + .lead-txt {
  margin-top: 45px;
}
.lead-box .lead-txt2 {
  font-size: 150%; /*  24px  */
  letter-spacing: .01px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .lead-box {
    background-color: transparent;
    margin: -18% 0 12%;
    padding: 0;
  }
  .lead-box .lead-heading {
    font-size: 94%; /*  15px  */
    margin-bottom: 0;
  }
  .lead-box .lead-txt {
    display: none;
  }
  .lead-box02 {
    background-color: #fff;
    margin: 0;
    padding: 8.5% 0 0;
  }
  .lead-box02 .lead-heading {
    font-size: 157%; /*  25px  */
    letter-spacing: .1px;
    line-height: 1.96;
  }
  .lead-box .lead-txt2 {
    font-size: 88%; /*  14px  */
    line-height: 1.6;
  }
}


/*
  lead
-----------------------------------------------*/
.lead {
  font-size: calc(12 * ((100vw - 1368px) / 1920) + 20px); /*  24px  */
  letter-spacing: .1px;
  line-height: 1;
  margin-bottom: 75px;
}

.lead01 {
  font-size: 150%; /*  24px  */
  letter-spacing: .1px;
  line-height: 2.5;
  margin-top: 15px;
}

@media screen and (max-width: 1368px) {
  .lead {
    font-size: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .lead {
    font-size: 75%;
    margin-bottom: 15px;
  }
  .lead01 {
    font-size: 100%; /*  16px  */
    margin-top: 1%;
  }
}

/*
  article
-----------------------------------------------*/
.article .latest {
  color: #000;
  background-color: #fff;
  display: block;
}
/*追加　角丸*/
.article .latest:last-of-type {
  border-radius: 0 0 10px 0
}

.article .latest .article-photo {
  overflow: hidden;
  width: 66.594%;
}
/*hover時z-index追加*/
.article .latest:hover .article-photo {
  position: relative;
  z-index: 2
}

.article .latest .article-photo .pc {
  display: block;
  position: relative;
}
.article .latest:nth-child(odd) .article-photo {
  float: left;
}
.article .latest:nth-child(even) .article-photo {
  float: right;
}
.article .latest .article-photo img {
  width: 100%;
}
.article .latest .article-txt {
  display: table;
  width: 32.8%;
}
.article .latest:nth-child(odd) .article-txt {
  float: right;
}
.article .latest:nth-child(even) .article-txt {
  float: left;
}
.article .latest .article-txt .article-block {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.article .latest .article-txt .article-title {
  font-size: calc(32 * ((100vw - 769px) / 1920) + 22px); /*  32px  */
  letter-spacing: .1px;
  line-height: 1.5;
  margin-bottom: 9%;
}
.article .latest .article-txt .article-paragraph {
  font-size: calc(24 * ((100vw - 769px) / 1920) + 13px); /*  24px  */
  letter-spacing: .1px;
  line-height: 1.5;
}

@media screen and (min-width:769px) {
  .article .latest:hover {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .article .latest .article-photo,
  .article .latest .article-txt {
    width: 100%;
  }
  /*追加　角丸*/
  .article .latest:last-of-type {
    border-radius: 0
  }

  .article .latest .article-photo .pc {
    display: none;
  }
  .article .latest:nth-child(odd) .article-photo,
  .article .latest:nth-child(even) .article-photo,
  .article .latest:nth-child(odd) .article-txt,
  .article .latest:nth-child(even) .article-txt {
    float: none;
  }
  .article .latest .article-txt .article-block {
    padding: 9% 0;
  }
  .article .latest .article-txt .article-title {
    font-size: 157%; /*  25px  */
    margin-bottom: 4%;
  }
  .article .latest .article-txt .article-paragraph {
    font-size: 100%; /*  16px  */
    line-height: 1.75;
  }
}

/*
  article-slider
-----------------------------------------------*/
.article-slider .article-list {
  color: #000;
  float: left;
  overflow: hidden;
  width: 33.333%;
}
.article-slider .article-list .article-photo img {
  width: 100%;
}
.article-slider .article-list .article-photo img.sp {
  display: none;
}
.article-slider .article-list .list-txt {
  background-color: rgba(255, 255, 255, .8);
  bottom: 27px;
  left: 0;
  margin: 0 auto;
  padding: 28px 0 19px;
  position: absolute;
  right: 0;
  width: 78.3%;
}
.article-slider .article-list .list-title {
  font-size: calc(24 * ((100vw - 769px) / 1920) + 15px); /*  24px  */
  text-align: center;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 100px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.slick-prev {
  background: url(/files/images/common/arrow_l.png) left center no-repeat;
  background-size: 45px auto;
}
.slick-next {
  background: url(/files/images/common/arrow_r.png) left center no-repeat;
  background-size: 45px auto;
}

.slick-prev {
  left: 20px;
}
.slick-next {
  right: 20px;
}

@media screen and (min-width:769px) {
  .article-slider .article-list:hover {
    color: #b90000;
  }
}

@media screen and (max-width: 768px) {
  .article-slider .article-list {
    width: 100%;
  }
  .article-slider .article-list .article-photo img.pc {
    display: none;
  }
  .article-slider .article-list .article-photo img.sp {
    display: block;
  }
  .article-slider .article-list .list-txt {
    padding: 2.5% 0 2%;
  }
  .article-slider .article-list .list-title {
    font-size: 94%; /*  15px  */
    line-height: 1.6;
  }

  /* Arrows */
  .slick-prev,
  .slick-next {
    background-size: 36px auto;
    height: 36px;
    width: 36px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next {
    right: 8px;
  }
}


/*
  bg
-----------------------------------------------*/
.bg {
  background: url(/files/images/common/bg-wrap-pop.png) left top repeat;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  /*kyoeiad*/
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .bg {
    background-image: url(/files/images/common/bg-wrap-pop-sp.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    height: auto;
    position: absolute;
    width: auto;
  }
}

/*
  btn
-----------------------------------------------*/
.btn01 {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 37.39px;
  letter-spacing: .1px;
  line-height: 1;
  padding: 8.3% 15% 5.95%;
  position: relative;
  text-align: right;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  width: 24.663%;
}
.btn01:after {
  background: url(/files/images/common/btn01.png) center center no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  padding: 16.6% 0 0;
  position: absolute;
  right: 0;
  width: 16.6%;
}

.btn02 {
  /*border: 2px solid #000;*/
  color: #fff;
  display: block;
  font-size: calc(9 * ((100vw - 1368px) / 1920) + 26px);
  letter-spacing: .1px;
  line-height: 1;
  padding: 8.3% 15%;
  position: relative;
  text-align: right;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  width: 82.414%;
  background: #000
}
/*矢印*/
.btn02:after {
  /*background: url(/files/images/common/btn01.png) center center no-repeat;
  background-size: cover;*/
  content: "";
  position: absolute;
  right: 15px;
  top: 45%;
  /*width: 16.6%;
  padding: 16.6% 0 0;*/
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  z-index: 1
}
/*ボタンhover　追加*/
.btn02::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: #747474;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.btn02:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn02 span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: bold
}

.btn-list {
  margin: 0 auto;
  max-width: 992px;
  width: 100%;
}
.btn-list li {
  float: left;
  width: 42.037%;
}
.btn-list li + li {
  float: right;
}
.btn-list li .btn02 {
  width: 100%;
}

@media screen and (max-width: 1368px) {
  .btn01 {
    font-size: 178%;
    padding: 35px 18% 25px;
  }
  .btn02 {
    font-size: 178%;
    padding: 8.3% 18%;
  }
}

@media screen and (min-width:769px) {
  .btn01 {
    opacity: .5;
    -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .btn01:hover{
    border-color: #b90000;
    color: #b90000;
    opacity: 1;
  }
  .btn02 {
    -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  /*.btn02:hover{
    background: none;
  }*/
  /*.btn02:hover:after {
    background-image: url(/files/images/common/btn01_on.png);
  }*/
}

@media screen and (max-width: 768px) {
  .btn01,
  .btn02 {
    padding: 21px 45px;
    width: auto;
  }
  .btn02 {
    border-color: #858585;
    color: #858585;
	width: 100%;
	padding: 3.3% 7% 3.3% 18%;
  }
  .btn01:after {
    background-size: 35px auto;
    height: 35px;
    width: 35px;
  }
  .btn01:after {
    padding: 0;
  }

  .btn-list {
    max-width: none;
    padding: 0 25px;
    width: auto;
  }
  .btn-list li,
  .btn-list li + li {
    float: none;
    width: auto;
  }
  .btn-list li + li {
    margin-top: 12%;
  }
  .btn-list li .btn02 {
    border-color: #000;
    color: #000;
    font-size: 100%; /*  16px  */
  }
}

@media screen and (max-width: 644px) {
  .btn02 {
	padding: 6.3% 15% 7.3% 18%;
  }
}


/*
  next-content
-----------------------------------------------*/
.next-content {
  background-color: #fff;
  padding: 6.5% 0 0;
  border-radius: 0 0 10px 0
}
.next-content .next-heading {
  font-size: calc(60 * ((100vw - 768px) / 1920) + 25px); /*  60px  */
  line-height: 1.63;
  text-align: center;
}
.next-content .next-heading img,
.next-content .next-heading span {
  vertical-align: middle;
}
.next-content .next-heading img {
  margin-right: .9%;
  max-width: 3.473%;
  width: 100%;
}
.next-content .next-item {
  color: #000;
  float: left;
  width: 25%;
}

/*★追加*/
.next-content .next-item::after {
      background-color: rgba(255, 255, 255, .55);
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    width: 100%;
}

.next-content .next-item:last-of-type {
  border-radius: 0 0 10px 0
}
.next-content .next-item img {
  margin-bottom: -1px;
}
.next-content .item-hover {
  display: none
}
.next-content .next-txt {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3
}
.next-content .next-txt .title {
  font-size: calc(50 * ((100vw - 768px) / 1920) + 25px); /*  50px  */
  margin-bottom: 1.5%;
}
.next-content .next-txt .txt {
  font-size: calc(24 * ((100vw - 768px) / 1920) + 16px); /*  24px  */
}

/*next-content title　追加-----*/
/*person*//*story*//*style*//*office（projectアイコン）*/
.next-content .title_person,
.next-content .title_story,
.next-content .title_style,
.next-content .title_office {
	display: inline-block;
}
/*person*/
.next-content .title_person::before {
	top: 40%;
}
/*story*/
.next-content .title_story::before {
	top: 45%;
}
/*style*/
.next-content .title_style::before {
	top: 40%;
}
/*office（projectアイコン）*/
.next-content .title_office::before {
    top: 26%;
}
@media screen and (max-width: 2000px) {
	/*style*/
	.next-content .title_style::before {
		top: 35%;
	}
	/*office（projectアイコン）*/
	.next-content .title_office::before {
		top: 15%;
	}
}
@media screen and (max-width: 1368px) {
	/*person*/
	.next-content .title_person::before {
		width: 30px;
    	height: 25px;
	}
	/*story*/
	.next-content .title_story::before {
		width: 45px;
    	height: 20px;
		top: 40%;
	}
	/*style*/
	.next-content .title_style {
		padding-left: 45px !important;
	}
	.next-content .title_style::before {
		width: 40px;
		height: 32px;
		top: 30%;
	}
	/*office（projectアイコン）*/
	.next-content .title_office {
		padding-left: 45px !important;
	}
	.next-content .title_office::before {
		width: 30px;
    	height: 45px;
	}
	/*contact*/
	.next-content .title_contact::before {
		width: 35px;
    	height: 25px;
		left: 20px;
	}
}
@media screen and (max-width: 900px) {
	/*contact*/
	.next-content .title_contact {
		padding-left: 50px !important;
	}
	.next-content .title_contact::before {
		left: 10px
	}
}
@media screen and (max-width: 768px) {
	/*person*//*story*//*style*//*office（projectアイコン）*/
	.next-content .title_person::before,
	.next-content .title_story::before,
	.next-content .title_style::before,
	.next-content .title_office::before {
		top: 0
	}
	/*contact*/
	.next-content .title_contact::before {
		top: 15%
	}
}
@media screen and (max-width: 480px) {
	/*person*/
	.next-content .title_person {
		padding-left: 50px !important;
	}
	.next-content .title_person::before {
		width: 25px;
    	height: 20px;
    	left: 15px;
	}
	/*story*/
	.next-content .title_story {
		padding-left: 50px !important;
	}
	.next-content .title_story::before {
		width: 40px;
		height: 15px;
		left: 10px;
		top: 5px
	}
	/*style*/
	.next-content .title_style::before {
		width: 35px;
   		height: 28px;
	}
	/*office（projectアイコン）*/
	.next-content .title_office {
		padding-left: 35px !important;
	}
	.next-content .title_office::before {
		width: 25px;
    	height: 40px;
	}
	/*contact*/
	.next-content .title_contact {
		padding-left: 30px !important;
	}
	.next-content .title_contact::before {
		width: 30px;
		height: 20px;
		left: -5px;
	}
}


/*@media screen and (min-width:769px) {
  .next-content .next-item:hover {
    color: #b90000;
  }
  .next-content .next-item:hover .item-hover {
    opacity: 0;
  }
}*/

@media screen and (max-width: 768px) {
  .next-content .next-heading {
    font-size: 157%; /*  25px  */
    line-height: 1.96;
    margin-bottom: 3.5%;
  }
  .next-content .next-heading img {
    margin-right: 2.5%;
    max-width: 6.135%;
  }
  .next-content .next-item {
    width: 50%;
  }
  .next-content .next-item:nth-child(odd) {
    float: left;
  }
  .next-content .next-item:nth-child(even) {
    float: right;
  }
  .next-content .next-item:last-of-type {
   border-radius: 0
  }
  /*.next-content .next-txt {
    z-index: 1;
  }*/
  .next-content .next-txt .title {
    font-size: 150%; /*  24px  */
    line-height: 1;
    margin-bottom: 5%;
  }
  .next-content .next-txt .txt {
    font-size: 88%; /*  14px  */
  }
}

/*
  anchor-txt
-----------------------------------------------*/
.anchor-txt {
  color: #b90000;
}
@media screen and (min-width:769px) {
  .anchor-txt:hover {
    text-decoration: underline;
  }
}

/*---------------------------------------------------------------------
footer
---------------------------------------------------------------------*/
#footer {
  background: #fff;
  margin-top: 50px;
  position: relative;
}
.footer-inner {
  padding: 40px 5.255% 0;
  text-align: center;
}
.footer-title {
  font-size: 312.5%; /*  50px  */
  letter-spacing: -.02px;
  margin-bottom: 15px;
  text-align: center;
}
#footer .btn01 {
  font-size: calc(9 * ((100vw - 1368px) / 1920) + 21px); /*  24px  */
  margin: 0 auto 6%;
  padding: 2.5% 3.2% 2.45%;
  opacity: 1;
  text-align: center;
}

#footer .fotter-nav {
  /*float: right;
  width: calc(100% - 21.727%);*/
}
#footer .fotter-nav > ul,
#footer .fotter-nav .relation {
  display: inline-block;
  vertical-align: middle;
}
#footer .fotter-nav > ul {
  text-align: center;
  /*width: 77%;*/
  width: 100%;
}
#footer .fotter-nav > ul li {
  display: inline-block;
  margin-right: 4.9%;
  vertical-align: middle;
}
#footer .fotter-nav > ul li:last-child {

  margin-right: 0%;
}
#footer .fotter-nav > ul li a {
  color: #000;
  display: inline-block;
  font-size: 113%; /*  18px  */
  position: relative;
}
#footer .fotter-nav > ul li a:after {
  background-color: #000;
  bottom: -9px;
  content: "";
  height: 5px;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: transform .3s;
  transition: transform .3s;
  position: absolute;
  width: 100%;
}
#footer .fotter-nav .relation {
  border-left: 1px solid rgba(255, 255, 255, .5);
  padding-bottom: 40px;
  text-align: center;
  width: calc(100% - 77.85%);
	display: none;
}
#footer .fotter-nav .relation .relation-title {
  font-size: calc(30 * ((100vw - 769px) / 1920) + 20px); /*  30px  */
  margin-bottom: 15px;
}
#footer .fotter-nav .relation .relation-link {
  line-height: 1.5;
  margin: 0 auto;
  text-align: left;
  width: 182px;
}
#footer .fotter-nav .relation .relation-link li + li {
  margin-top: 20px;
}
#footer .fotter-nav .relation .relation-link a {
  color: #fff;
  display: block;
  font-size: 113%; /*  18px  */
  letter-spacing: .1px;
  text-align: left;
  position: relative;
}
#footer .fotter-nav .relation .relation-link a:after {
  background-color: #b90000;
  bottom: -9px;
  content: "";
  height: 5px;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: transform .3s;
  transition: transform .3s;
  position: absolute;
  width: 100%;
}
#footer .logo {
  /*display: table;*/
  float: left;
  width: 21.727%;
  display: none;
}
#footer .logo a {
  display: table-cell;
  height: 170px;
  vertical-align: middle;
  width: 100%;
}

#footer .copyright {
  font-size: 113%; /*  18px  */
  margin-top: 40px;
  text-align: center;
  opacity: .7;
}

#footer .btn02 {
    width: 24.663%;
    margin: 0 auto 6%;
    padding: 2.5% 3.2% 2.45%;
    font-size: calc(9 * ((100vw - 1368px) / 1920) + 21px);
    text-align: center;
    opacity: 1;
}
/*#footer .btn02:hover {
    border-color: #b90000;
    color: #b90000;
}*/
.other .btn02 {
    width: 45%;
    margin: 0 auto 6%;
    padding: 2.5% 3.2% 2.45%;
    font-size: calc(9 * ((100vw - 1368px) / 1920) + 21px);
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    opacity: 1;
	-webkit-font-smoothing: antialiased;
}
/*.other .btn02:hover {
    border-color: #b90000;
	color: #b90000;}*/
@media screen and (max-width: 1368px) {
  #footer .fotter-nav {
    width: 100%;
  }
  #footer .fotter-nav > ul {
    /*width: 64%;*/
    width: 100%;
  }
  #footer .fotter-nav .relation {
    width: 35%;
  }
  #footer .logo {
    display: none;
  }
}

@media screen and (min-width:769px) {
  #footer .fotter-nav > ul li a:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #footer .fotter-nav .relation .relation-link a:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: 35px;
  }
  .footer-inner {
    padding: 17px 25px 10px;
  }
  .footer-title {
    font-size: 40px;
  }
  #footer .btn01 {
    font-size: 23px;
    margin-bottom: 28px;
    padding: 20px 45px 21px;
  }
  #footer .fotter-content {
    display: -webkit-box;
    display: -moz-box;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;

  }
  #footer .fotter-nav {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;

    float: none;
    width: auto;
  }
  /* #footer .fotter-nav > ul {
    display: none;
  } */
  #footer .fotter-nav .relation {
    border-left: none;
    display: none;
    margin: 0 auto;
    padding-bottom: 0;
    width: auto;

  }
  #footer .fotter-nav .relation .relation-title {
    font-size: 125%; /*  20px  */
    letter-spacing: .1px;
    margin-bottom: 0;
  }
  #footer .fotter-nav .relation .relation-title span {
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
  }
  #footer .fotter-nav .relation .relation-link {
    line-height: 2.91;
  }
  #footer .fotter-nav .relation .relation-link li + li {
    margin-top: 0;
  }
  #footer .fotter-nav .relation .relation-link a {
    font-size: 75%; /*  12px  */
    text-align: center;
  }
  #footer .logo {
    display: block;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;

    float: none;
    margin: 0 auto 28px;
    width: 50%;
  }
  #footer .logo a {
    height: auto;
  }
  #footer .copyright {
    font-size: 57%;
    margin-top: 35px;
  }
  #footer .btn02 {
      width: 50%;
  }
}
@media screen and (max-width: 575px) {
    #footer .logo {
      width: 100%;
    }
    #footer .btn02 {
        width: 100%;
        padding: 6.5% 3.2% 6.45%;
    }
    .other .btn02 {
        width: 100%;
        padding: 6.5% 3.2% 6.45%;
    }
    /*.mt-box .heading {
      font-size: 170%;
    }*/
}
/*---------------------------------------------------------------------
pagetop
---------------------------------------------------------------------*/
.pagetop {
  top: 0;
  position: absolute;
  right: 5.2091%;
  width: 4%;
}

@media screen and (min-width: 769px) {
  .pagetop:hover {
    opacity: .7;
  }
	.sppctext{text-align: center;padding-left: 8%;}
	  .sp_br{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pagetop {
    right: 25px;
    width: 12%;
  }
	.pc_br{
    display: none;
  }
  .pagetop img {
    width: 100%;
  }
	.sppctext{text-align: center;padding: 0px;}
}

/*---------------------------------------------------------------------
汎用クラス
---------------------------------------------------------------------*/
/*余白*/
.mb_0 {
	margin-bottom: 0 !important
}
.mt_10 {
	margin-top: 10px !important
}
.pb_3_7 {
	padding-bottom: 3.7% !important
}

/*width*/
@media screen and (max-width: 767px) {
	.sp_w_100 {
		width: 100% !important
	}
}
@media screen and (min-width: 768px) {
	.pc_w_46_997 {
		width: 46.997% !important
	}
}

/*text*/
.text_center {
	text-align: center !important
}

/*float*/
.float_left {
	float: left !important;
}
