/* ------------------------------------------------
サイト共通パーツ
-----------------------------------------------*/
/*------------------ タブ------------------*/
.nav-tabs3 {
  justify-content: space-around;
  width: 100%;
}
.nav-tabs3 li+ li {
  border-left: 1px solid #ccc;
  height: 70%;
}
.nav-tabs3.news-tab .nav-item {
  flex-basis: 20%;
  background: #f8f9fa;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .nav-tabs3 .news-tab .nav-item a {
    padding: 10px 0;
    font-size: 11.5px;
  }
}
.nav-tabs3 .nav-item {
  padding: 0;
}
.nav-tabs3 .nav-item::before {
  display: none;
}
.nav-tabs3 .nav-item a {
  text-align: center;
  color: #212529;
  padding: 6px 0;
}
.nav-tabs3 .nav-link {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding: 0;
}
.nav-tabs3 .nav-item.show .nav-link {
  background: #002C83;
  color: #fff;
  border-color: #002C83;
}
.nav-tabs3 .nav-item .nav-link.active {
  color: #575757;
  font-weight: bold;
  border-bottom: solid 4px #d69738;
  background: #e6e6e6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tab-content {
    margin-top: 20px;
  }
}
/*------------ ボタン -----------*/
.btn01 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn01 .btn-animation {
  display: inline-block;
  width: 240px;
  text-align: center;
  background-color: #021223;
  border: 2px solid #021223;
  font-size: 16px;
  color: #021223;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
.btn01 .btn-animation span {
  position: relative;
  z-index: 1;
}
.btn01 .btn-animation::before,
.btn01 .btn-animation::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn01 .btn-animation::before {
  left: 0;
}
.btn01 .btn-animation::after {
  right: 0;
}
.btn01 .btn-animation:hover:before,
.btn01 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn01 .btn-animation:hover {
  color: #FFF;
  
}


/* ------------------------------------------------
トップページ
-----------------------------------------------*/
/*------------------ トップスライド ------------------*/
.item {
  width: 100vw;
  margin: 0 5px;
  height: 795px;
}
.item img {
  height: 100vh;
  object-fit: cover;
}
#js-slide__nav {
  text-align: center;
}
#js-slide__nav__inner {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item {
    width: 230vw;
  }
}
/*------------------ トップビジュアル ------------------*/
.top {
  position: relative;
  margin-top: 60px;
}
.top_kv{
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_kv{
    height: 280px;
  }
}
.top_kv .top_musk {
  
}
.top_kv video {
  position: relative;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.top_kv .top_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
}
.top_kv .top_copy .top_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 66%;
}
.top_kv .top_copy .main-copy{
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.top_kv .top_copy .sub-copy{
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  /* kv */
  .top_kv{
    min-width: 768px;
  }
  .top_kv .main-copy{
    font-size: 46px;
    margin-bottom: 20px;
  }
  .top_kv .sub-copy{
    font-size: 30px;
  }
  /* video */
  .top_mov{
    min-width: 768px;
  }
}
@media screen and (max-width: 1150px) {
  .top_kv .top_copy img {
    width: 160px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top_kv .top_copy img {
    width: 330px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .top_kv .top_copy .main-copy {
    font-size: 30px;
    line-height: 46px;
  }
  .top_kv .top_copy .sub-copy {
    font-size: 18px;
  }
  .footer-contact {
    margin-top: 22px;
    margin-bottom: 0;
  }
  .top_kv .top_copy .top_center {
    width: 90%;
  }
}
/*------------------ セクション ------------------*/
.top {
  
}
.top_about {
  width: 100%;
  height: auto;
  background: url(../img/index/about-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
	margin-top: -10px;
}
.top_about::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1C4472;
  opacity: .9;
}
.snap {
  padding: 80px 0;
  position: relative;
}
.philosophy-bg {
  width: 100%;
  height: auto;
  background: url(../img/index/philosophy-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
  position: relative;
  height: 400px;
}
.contents {
  padding: 80px 0;
}
.interview {
  padding: 80px 0;
}
.top_cta {
  width: 100%;
  height: auto;
  background: url(../img/index/cta-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  padding: 200px 0;
  position: relative;
}
/*------------------ top_aboutセクション ------------------*/
.top_about img {
  border-radius: 6px;
}
.intro {
  
}
.intro h2 {
  font-size: 30px;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 0 0 6px #000;
}
.intro h2 span {
  font-size: 16px;
  display: block;
  padding-top: 4px;
  color: #fff;
}
.intro h2::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #B33E5C;
}
.intro p {
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  margin-top: 60px;
  text-shadow: 0 0 6px #000;
}
/*------------------ snapセクション ------------------*/
.snap {
  overflow: hidden;
}
.snap::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 30em solid transparent;
  border-left: 60em solid #B33E5C;
  position: absolute;
  z-index: -100;
}
.snap::after {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 30em solid transparent;
  border-right: 60em solid #B33E5C;
  position: absolute;
  z-index: -100;
}
.snap .box {
  position: relative;
  height: 600px;
}
.snap .box::after {
  content: '';
  position: absolute;
  right: auto;
  bottom: 0;
  background-color: #1C4472;
  opacity: .9;
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -20;
}
.snap .box .img1 {
  position: absolute;
  width: 55%;
  left: 0;
}
.snap .box .img2 {
  position: absolute;
  width: 55%;
  right: 0;
  top: 140px;
  z-index: -10;
}
@media screen and (max-width: 768px){
  .snap .box .img1 {
    width: 90%;
  }
  .snap .box .img2 {
    width: 90%;
    top: 220px;
  }
  .snap .box {
    height: 440px;
  }
  .snap .box::after {
    width: 90%;
  }
  .snap::before {
    border-bottom: 15em solid transparent;
    border-left: 30em solid #B33E5C;
  }
  .snap::after {
    border-top: 20em solid transparent;
    border-right: 40em solid #B33E5C;
  }
}
/*------------------ philosophyセクション ------------------*/
.philosophy {
  position: relative;
}
.philosophy .box {
  background-color: #1C4472;
  opacity: .9;
  position: absolute;
  width: 100%;
  top: -300px;
  padding: 30px 15px;
}
.philosophy .box h2 {
  font-size: 30px;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 0 0 6px #000;
}
.philosophy .box h2 span {
  font-size: 16px;
  display: block;
  padding-top: 4px;
  color: #fff;
}
.philosophy .box h2::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #B33E5C;
}
.philosophy .box p {
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  margin-top: 60px;
  text-shadow: 0 0 6px #000;
}
@media screen and (max-width: 768px){
  .philosophy .box {
    width: 92%;
  }
  .philosophy .box {
    padding: 30px 10px;
  }
  .philosophy .box {
    top: -340px;
  }
}
/*------------------ contentsセクション ------------------*/
.contents {
  
}
.contents .box-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.contents .box {
  position: relative;
}
.contents .box h3 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 6px #000;
}
.contents .box h3 span {
  display: block;
  font-size: 16px;
}

/*矢印が右に移動する*/
.view-btn {
  position: absolute;
  left: 60px;
  bottom: 60px;
}
.view-btn2-2 {
  position: absolute;
  right: 60px;
  bottom: 90px;
}
.view-btn-2 {
  position: absolute;
  left: 60px;
  bottom: 90px;
}
.view-btn2 {
  position: absolute;
  right: 60px;
  bottom: 60px;
}
.btnarrow4{
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.btnarrow4:hover {
  color: #ccc;
}
.btnarrow4::before{
  content: '';
  position: absolute;
  bottom:-8px;
  left:15%;
  width: 85%;
  height: 3px;
  background:#fff;
  transition: all .3s;
}
.btnarrow4::after{
  content: '';
  position: absolute;
  bottom:-3px;
  right:0;
  width: 15px;
  height:3px;
  background:#fff;
  transform: rotate(35deg);
  transition: all .3s;
}
.btnarrow4:hover::before{
  left:20%;
  background: #ccc;
}
.btnarrow4:hover::after{
  right:-5%;
  background: #ccc;
}

.trapezoid,
.trapezoid >img{
  display: inline-block;
  transform-origin: 0 100%;
  overflow: hidden;
}
.trapezoid{
  transform: skew(15deg);
  position: relative;
  width: 110%;
}
.trapezoid >img{
  transform: skew(-15deg);/*こちらは歪みなしのようなのでそのまま*/
}

.trapezoid2,
.trapezoid2 >img{
  display: inline-block;
  transform-origin: 100% 0;
  overflow: hidden;
}
.trapezoid2{
  transform: skew(15deg);
  position: relative;
  width: 110%;
  margin-top: -30px;
}
.trapezoid2 >img{
  transform: skew(-15deg);/*こちらは歪みなしのようなのでそのまま*/
}

.trapezoid3,
.trapezoid3 >img{
  display: inline-block;
  transform-origin: 100% 0;
  overflow: hidden;
}
.trapezoid3{
  transform: skew(-15deg);
  position: relative;
  width: 110%;
}
.trapezoid3 >img{
  transform: skew(15deg);/*こちらは歪みなしのようなのでそのまま*/
}

.trapezoid4,
.trapezoid4 >img{
  display: inline-block;
  transform-origin: 0 100%;
  overflow: hidden;
}
.trapezoid4{
  transform: skew(-15deg);
  position: relative;
  width: 110%;
  margin-top: 30px;
}
.trapezoid4 >img{
  transform: skew(15deg);/*こちらは歪みなしのようなのでそのまま*/
}

.contents .box {
  position: relative;
}
.contents .box2 {
  
}
.contents .box2 img {
  margin-bottom: 10px;
  background: #021223;
}
/*------------------ interviewセクション ------------------*/
.interview {
  position: relative;
  overflow: hidden;
}
.interview::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 30em solid transparent;
  border-left: 100em solid #B33E5C;
  position: absolute;
  z-index: -100;
}
.interview::after {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 30em solid transparent;
  border-right: 100em solid #B33E5C;
  position: absolute;
  z-index: -100;
}
.interview .box {
  margin: 0 30px;
  background-color: #1C4472;
  height: 96%;
  margin-top: 30px;
  text-align: center;
  padding-bottom: 20px;
}
.interview .box img {
  margin-top: -30px;
  margin-left: -30px;
}
.interview .box h4 {
  text-align: right;
  margin-right: 15px;
  color: #fff;
  font-size: 12px;
  margin-top: 12px;
}
.interview .box p {
  text-align: right;
  margin-right: 15px;
  color: #fff;
  font-size: 12px;
  margin-top: 12px;
}
.interview .box h3 {
  text-align: right;
  margin-right: 15px;
  color: #fff;
  margin-top: 6px;
  line-height: 1.6;
  font-weight: bold;
}
.intro2 h2 {
  font-size: 30px;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #021223;
  margin-bottom: 30px;
}
.intro2 h2 span {
  font-size: 16px;
  display: block;
  padding-top: 4px;
  color: #021223;
}
.intro2 h2::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #B33E5C;
}
.news-box {
  
}
.news-box a img {
  box-shadow: 0 0 6px #adb5bd;
  margin-bottom: 12px;
}
.news-box a h3 {
  color: #021223;
  text-align: center;
  border-left: solid 5px;
  padding: 6px 0;
  background: #f8f9fa7a;
  margin-bottom: 10px;
}
.news-box p {
  color: #021223;
  font-size: 12px;
}
.news-box a:hover {
  opacity: .7;
}
@media screen and (max-width: 768px){
  .interview .box img {
    margin-top: -10px;
    margin-left: -15px;
  }
  .news-box p {
    font-size: 11px;
  }
  .news-box {
    margin-bottom: 20px;
  }
  .interview::after {
    border-top: 66em solid transparent;
  }
}
/*------------------ top_ctaセクション ------------------*/
.trapezoid-r {
  position: absolute;
  width: 50%;
  height: 200px;
  background: #1c4472e3;
  right: 0;
  top: 0;
}
.trapezoid-r:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-left: 200px solid transparent;
  border-top: 200px solid #1c4472e3;
}
.trapezoid-l {
  position: absolute;
  width: 50%;
  height: 200px;
  background: #1c4472e3;
  left: 0;
  bottom: 0;
}
.trapezoid-l:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 200px solid transparent;
  border-bottom: 200px solid #1c4472e3;
}
.trapezoid-r .box {
  width: 50%;
  margin: 55px auto;
  text-align: right;
}
.trapezoid-r .box h4 {
  color: #fff;
  font-size: 12px;
  margin-bottom: 4px;
  text-shadow: 0 0 6px #000;
}
.trapezoid-r .box h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 16px;
  text-shadow: 0 0 6px #000;
}
.trapezoid-r .box a {
  color: #fff;
  border: solid 2px #fff;
  padding: 4px 24px;
  border-radius: 6px;
}
.trapezoid-l .box {
  width: 50%;
  margin: 55px auto;
  text-align: left;
}
.trapezoid-l .box h4 {
  color: #fff;
  font-size: 12px;
  margin-bottom: 4px;
  text-shadow: 0 0 6px #000;
}
.trapezoid-l .box h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 16px;
  text-shadow: 0 0 6px #000;
}
.trapezoid-l .box a {
  color: #fff;
  border: solid 2px #fff;
  padding: 4px 24px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .top_cta {
    padding: 300px 0;
  }
  .trapezoid-r {
    position: absolute;
    width: 50%;
    height: 300px;
    background: #1c4472e3;
    right: 0;
    top: 0;
  }
  .trapezoid-r:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-left: 300px solid transparent;
    border-top: 300px solid #1c4472e3;
  }
  .trapezoid-l {
    position: absolute;
    width: 50%;
    height: 300px;
    background: #1c4472e3;
    left: 0;
    bottom: 0;
  }
  .trapezoid-l:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-right: 300px solid transparent;
    border-bottom: 300px solid #1c4472e3;
  }
  .trapezoid-r .box {
    width: 60%;
    margin: 90px auto;
    text-align: right;
  }
  .trapezoid-l .box {
    width: 60%;
    margin: 90px auto;
    text-align: left;
  }
}
@media screen and (max-width: 478px) {
  .trapezoid-r:before {
    display: none;
  }
  .trapezoid-r {
    width: 100%;
    background: #1c44728a;
  }
  .trapezoid-l:after {
    display: none;
  }
  .trapezoid-l {
    width: 100%;
    background: #1c4472ab;
  }
}





.title {
  font-size: 24px;
  border-bottom: dashed 1px #021223;
  margin-bottom: 16px;
}
.strength p {
  margin-bottom: 12px;
}
.button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
	color: #000;
	font-family: azo-sans-web, sans-serif;
	text-align: center;
	max-width: 280px;
	margin: auto;
	padding: 8px;
	position: relative;
	border: solid 1px #000;
	border-radius: 100px;
}
.button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 100px;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak.button--round-s::before {
	border-radius: 2px;
}
.button--ujarak.button--inverted::before {
	background: #7986CB;
}
.button--ujarak,
.button--ujarak::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
	color: #fff;
	border-color: #000;
}
.button--ujarak.button--inverted:hover {
	color: #000;
	border-color: #fff;
}
.button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
a.button--ujarak{
	color: #000;
	display: block;
}
a.button--ujarak:hover {
	color: #fff!important;
}

/*-----------------------------------------------
ACTIONページ
-----------------------------------------------*/
.action-top {
  position: relative;
}
.action-top img {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  z-index: -1;
}
.action-maintitle {
  display: flex;
  justify-content: flex-start;
}
.action-maintitle li {
}
.action-maintitle li h4 {
  font-size: 220px;
  font-weight: bold;
  color: #B33E5C;
  margin-top: -68px;
}
.action-maintitle li h3 {
  font-size: 90px;
  font-weight: bold;
  line-height: 1;
  color: #B33E5C;
  margin-left: 20px;
  text-shadow: 2px 2px 4px #fff;
}
.action-maintitle li p {
  line-height: 1.6
}
.action-box {
  
}
.action-img {
  position: relative;
  margin-bottom: 10px;
}
.action-img img {
  
}
.action-img h5 {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 90px;
  font-weight: bold;
  color: #B33E5C;
}
.action-box h3 {
  text-align: center;
  color: #B33E5C;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 8px;
}
.action-box p {
  line-height: 1.4;
}

/*-----------------------------------------------
会社概要
-----------------------------------------------*/
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 60px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 5px 10px;          /* 余白指定 */
}
.com-about th {
  background-color: #575757;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 25%;
}
.com-about td {
  background-color: #dee2e6;
  padding-left: 36px;
}
.com-about tr {
  border-bottom:  solid #fff; /* 線指定 */
}
@media only screen and (max-width:767px) {
  .com-about tr {
    display: grid;
  }
  .com-about th {
    width: 100%;
  }
  .com-about td {
    padding-left: auto;
  }
}

.entry-link {
  text-align: center;
}
.entry-link a {
  
}
.entry-link a img {
  height: 100px;
  width: auto;
}

/*-----------------------------------------------
下層ページ
-----------------------------------------------*/
/*------------------ 下層全体 ------------------*/
.content-area {
  
}
.site-main {
}
.lower-area {
  padding: 40px 0;
}
/*------------------ 投稿ページ（次、前の記事） ------------------*/
.prev_next {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.prev_next .prev {
  
}
.prev_next .next {
  
}


/*-----------------------------------------------
下層コンテンツ
-----------------------------------------------*/
.lower {
  margin-top: 60px;
  margin-bottom: 60px;
}

/*-----------------------------------------------
VISION
-----------------------------------------------*/
.vision-1st {
  
}
.philosophy-logo {
  text-align: center;
}
.philosophy-logo img {
  width: 280px;
}
.philosophy-1 {
  text-align: center;
  margin: 30px 0;
}
.philosophy-1 h3 {
  font-size: 36px;
  font-weight: bold;
  font-family: 'shinryu';
  color: #000;
}
.philosophy-lead {
  margin: 30px 0;
  text-align: center;
}
.philosophy-lead h4 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(90deg, #fff, #e9ecef, #fff);
  padding: 12px 0;
}
.philosophy-lead h4 span {
  display: block;
  font-size: 14px;
  color: #B33E5C;
}
.philosophy-main {
  margin-bottom: 50px;
}
.philosophy-main h3 {
  text-align: center;
  font-size: 30px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 20px;
  text-shadow: 3px 3px 6px #777777;
}
.philosophy-main p {
  text-align: center;
  letter-spacing: -1px;
}
.philosophy-value {
  text-align: center;
  margin-bottom: 50px;
}
.philosophy-value h3 {
  text-align: center;
  font-size: 30px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 20px;
  text-shadow: 3px 3px 6px #777777;
}
.philosophy-value h3 span {
  color: #B33E5C;
}
.philosophy-value p {
  font-size: 20px;
  font-weight: bold;
}
.value-box {
  margin-bottom: 20px;
}
.value-box h3 {
  font-size: 20px;
  padding-bottom: 4px;
  margin-bottom: 12px;
  border-bottom: dashed 2px #021223;
}
.value-box h3 span {
  color: #B33E5C;
}
.value-box p {
  
}
.value-box p span {
  font-family: 'shinryu';
  font-size: 28px;
}

/*-----------------------------------------------
BUSINESS
-----------------------------------------------*/
.biz-box {
  
}
.biz-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #000, #fff);
  padding: 10px 0;
  padding-left: 12px;
  color: #fff;
  border-left: solid 6px #B33E5C;
}
.biz-box h3 span {
  display: block;
  font-size: 14px;
}
.biz-box h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 30px;
}
.biz-list {
  display: flex;
  flex-wrap: wrap;
}
.biz-list li {
  margin: 6px 0;
  margin-right: 12px;
  border: solid 1px #575757;
  padding: 0 8px;
  border-radius: 6px;
  box-shadow: 2px 2px 0 #575757;
}

/*-----------------------------------------------
働き方を知る
-----------------------------------------------*/
.day-content {
  display: flex;
  flex-wrap: wrap;
}
.day-content li {
  width: 50%;
}
.day-content img {
  
}
.day-box {
  background: #1c275a;
  height: 100%;
  position: relative;
}
.day-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  width: 85%;
}
.day-flow {
  
}
.day-flow .flow {
  padding-left: 120px;
  position: relative;
}
.day-flow .flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.day-flow .flow > li {
  position: relative;
}
.day-flow .flow > li:not(:last-child) {
  margin-bottom: 30px;
}
.day-flow .flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: #1c275a;
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, #1c275a 0%,rgb(0 203 239) 100%);
  background: linear-gradient(to right, #1c275a 0%,rgb(0 203 239) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
  margin-left: 12px;
}
.day-flow .flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.day-flow .flow > li dl {
  padding-left: 70px;
  position: relative;
}
.day-flow .flow > li dl::before,
.day-flow .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.day-flow .flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #1c275a;
  border-radius: 50%;
  left: -4px;
}
.day-flow .flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.day-flow .flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #1c275a;
}
@media only screen and (max-width:767px) {
  .day-flow .flow > li dl dt {
    font-size: 18px;
  }
}

.college {
  
}
.college h3 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}
.college p {
  
}

.stepbar {
	display: flex;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.stepbar__item {
	box-sizing: border-box;
	position: relative;
	width: calc((100% - 30px) / 4);
	height: 80px;
	margin: 0 5px;
	padding: 1px;
	background: #b33e5c;
}

/* 重なり順を設定 */
.stepbar__item:nth-child(1) {
	z-index: 4
}

.stepbar__item:nth-child(2) {
	z-index: 3
}

.stepbar__item:nth-child(3) {
	z-index: 2
}

.stepbar__item:nth-child(4) {
	z-index: 1
}

.stepbar__item:first-child {
	margin-left: 0;
}

.stepbar__item:last-child {
	margin-right: 0;
}

.stepbar__item:not(:first-child)::before {
	position: absolute;
	content: "";
	top: 0;
	left: 1px;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-right: 0;
	border-bottom: 40px solid transparent;
	border-left: 20px solid #b33e5c;
}

.stepbar__item:not(:first-child)::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-right: 0;
	border-bottom: 40px solid transparent;
	border-left: 20px solid #ffffff;
}

.stepbar__item-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.stepbar__item-inner--current {
	background: transparent;
	color: #ffffff;
}

.stepbar__item:not(:last-child) .stepbar__item-inner::before {
	position: absolute;
	content: "";
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-right: 0;
	border-bottom: 40px solid transparent;
	border-left: 20px solid #b33e5c;
}

.stepbar__item:not(:last-child) .stepbar__item-inner::after {
	position: absolute;
	content: "";
	top: 0;
	left: calc(100% - 1px);
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-right: 0;
	border-bottom: 40px solid transparent;
	border-left: 20px solid #ffffff;
}

.stepbar__item:not(:last-child) .stepbar__item-inner--current::after {
	display: none;
}

/*-----------------------------------------------
SDGsへの取り組み
-----------------------------------------------*/
.sdgs-area {
  margin: 30px auto;
  text-align: center;
}
.sdgs-area img {
  height: 100px;
}
.sdgs-area .logo-img {
  height: 120px !important;
}
.sdgs-area .logo-img2 {
  margin-top: 10px;
}
.sdgs-title {
  
}
.sdgs-title h3 {
  font-size: 30px;
  font-weight: bold;
  color: #1c275a;
  text-align: center;
  margin-bottom: 30px;
}
.sdgs-title h4 {
  text-align: center;
  line-height: 2;
  font-size: 20px;
}
.sdgs-box {
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
  height: 100%;
}
.sdgs-box h3 {
  color: #575757;
  padding: 4px 8px;
  border-bottom: dashed 1px #0098d8;
  margin-bottom: 6px;
  text-align: left;
  font-weight: bold;
}
.sdgs-box img {
  padding: 10px;
  width: 70%;
  margin-bottom: 10px;
}
.sdgs-box h4 {
  text-align: left;
  color: #0098d8;
  font-weight: bold;
  margin-bottom: 2px;
}
.sdgs-box p {
  text-align: left;
}

/*-----------------------------------------------
求める人物像
-----------------------------------------------*/
.statue-main {
  width: 100%;
  height: auto;
  background: url(../img/index/statue-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  padding-top: 80px;
  position: relative;
}
.statue-title-l {
  
}
.statue-title-l img {
  width: 75%;
}
.statue-title-r {
  text-align: right;
}
.statue-title-r img {
  width: 75%;
}
.statue-mainbox {
  margin: 30px auto;
  background: linear-gradient(90deg, #fff0, #1c275ac9, #fff0);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
}
.statue-mainbox h3 {
  line-height: 2;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.statue-mainbox h3 span {
  color: #B33E5C;
}
.statue-mainbox p {
  color: #fff;
  font-size: 28px;
}
.statue-mainbox p i {
  
}
.statue-mainbox h4 {
  line-height: 2;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.statue-mainbox h4 span {
  color: #B33E5C;
}
.statue-area {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #B33E5C, #fff);
  padding-top: 50px;
  padding-bottom: 80px;
  margin-top: 30px;
}
.statue-area::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 200px solid transparent;
  border-left: 50vw solid #ffffff;
  position: absolute;
}
.statue-area::after {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 200px solid transparent;
  border-right: 50vw solid #ffffff;
  position: absolute;
}
.statue-lead {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.statue-lead img {
  width: 60%;
  position: relative;
  z-index: 1;
}
.statue-lead h3 {
  font-size: 35px;
  font-family: 'shinryu';
  color: #000;
  line-height: 1.6;
  margin-bottom: 20px;
  text-shadow: 3px 3px 6px #777777;
}
.statue-box {
  text-align: center;
  background: rgba(255, 255, 255, .5);
  border-radius: 8px;
  padding: 20px 30px;
  box-shadow: 4px 4px #1c275a;
}
.statue-box h3 {
  position: relative;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.statue-box h3 span {
  display: block;
  color: #B33E5C;
  font-size: 14px;
}
.statue-box p {
  font-weight: bold;
}


/*------------------ interviewセクション ------------------*/
.interview2 {
  position: relative;
  overflow: hidden;
}
.interview2 .box {
  background-color: #b33e5c;
  height: 96%;
  margin-top: 30px;
  text-align: center;
}
.interview2 .box img {
  margin-top: -30px;
  margin-left: -30px;
}
.interview2 .box h4 {
  text-align: right;
  margin-right: 15px;
  color: #fff;
  font-size: 12px;
  margin-top: 12px;
}
.interview2 .box p {
  text-align: right;
  margin-right: 15px;
  color: #fff;
  font-size: 12px;
  margin-top: 12px;
}
.interview2 .box h3 {
  text-align: right;
  margin-right: 15px;
  color: #fff;
  margin-top: 6px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
}
/*------------------ インタビューモーダル ------------------*/
.modal-content .imagearea {
  display: flex;
  margin-bottom: 30px;
}
.modal-content .imagearea li {
  margin: 0 10px;
}
.modal-content .imagearea li img {
  
}
.modal-content .faqarea {
  
}
.modal-content .faqarea .faqarea1 {
  margin-bottom: 6px;
}
.modal-content .faqarea .faqarea1 h3 {
  background: #B33E5C;
  font-size: 18px;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.modal-content .faqarea .faqarea1 h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-right: 10px solid #b33e5c;
}
.modal-content .faqarea .faqarea2 {
  position: relative;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #e9ecef;
  margin-left: 20px;
  padding: 12px 20px;
  border-radius: 4px;
}
.modal-content .faqarea .faqarea2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #e9ecef;
  z-index: 2;
}
.modal-content .faqarea .faqarea2 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #B33E5C;
  margin-bottom: 8px;
  line-height: 1.4;
}
.modal-content .faqarea .faqarea2 h5 {
  font-size: 16px;
  line-height: 1.6;
}

/*-----------------------------------------------
会社概要
-----------------------------------------------*/
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 60px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 5px 10px;          /* 余白指定 */
}
.com-about th {
  background-color: #575757;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 25%;
}
.com-about td {
  background-color: #dee2e6;
  padding: 6px 0;
  padding-left: 36px;
}
.com-about tr {
  border-bottom:  solid #fff; /* 線指定 */
}
@media only screen and (max-width:767px) {
  .com-about tr {
    display: grid;
  }
  .com-about th {
    width: 100%;
  }
  .com-about td {
    padding-left: auto;
  }
}
/*-----------------------------------------------
お問い合わせフォーム
-----------------------------------------------*/
.cform tr {
  
}
.cform th {
	font-size: 14px;
	width: 20%; /*変なところで改行される場合はここの数字を変更します。*/
	border: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
  background: #e9ecef;
}
.cform td {
	font-size: 14px;
	line-height: 30px;
	border: solid 1px #d6d6d6;
	padding: 6px 16px;
  background: #f8f9fa;
}
.cform {
	width: 80%;
	margin: auto;
}
.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}
.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
.required-srt2 {
	font-size: 8pt;
	padding: 5px;
	background: #adb5bd;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
.form-title {
  background: unset !important;
  border: unset !important;
}
.form-day {
  width: 12% !important;
  text-align: center;
}
.form-time {
  width: 25% !important;
  text-align: center;
}
.form-box {
  margin-top: 26px;
}
.form-box p {
  
}
.form-select {
  
}
@media only screen and (max-width:767px) {
  .cform {
    width: 100%;
  }
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}
.submit-btn input {
	background: #000;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 2px #000 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}
.submit-btn input:hover {
	background: #fff;
	color: #000;
  font-weight: bold;
}
.form-terms {
	text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.form-terms h3 {
	font-size: 16px;
  margin-bottom: 12px;
}
.form-terms h3 a {
	
}
.form-terms h3 a:hover {
	
}

/*------------------ ステップ（お問い合わせ）------------------*/
.stepBar {
  display: flex;
  max-width: 80%;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #e0e0e0;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #e0e0e0;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #e0e0e0;
}
.stepBar .visited span {
  background: #000;
  font-weight: bold;
  font-size: 14px;
}

/*-----------------------------------------------
バーチャルショールーム（VR）
-----------------------------------------------*/
.vr {
  
}
.vr canvas {
  width: 100%;
}

.map {
  
}
.access-title {
  text-align: center;
  padding: 12px 0;
  margin-bottom: 0px;
  position: relative;
  font-size: 20px;
  background: #021223;
  color: #fff;
  border-radius: 8px;
}
.access-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 10px;
  background-color: #fff;
  margin-top: -5px;
}
.access-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 10px;
  background-color: #fff;
  margin-top: -5px;
}
.acc-img {
  width: 100%;
  height: 260px;
  vertical-align: middle;
  line-height: 1;
  object-fit: cover;
  border-radius: 6px;
}

.res-box {
  margin-bottom: 30px;
}
.res-box h3 {
  margin: 20px 0;
  font-size: 22px;
  font-weight: bold;
  border-bottom: dashed 2px #021223;
}
.res-box p {
  margin-bottom: 10px;
}
.res-box ol {
  
}
.res-box ol li {
  list-style: circle;
  margin-left: 25px;
}