@charset "UTF-8";
/* =========================================================
import
========================================================= */
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

img {
  vertical-align: bottom; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul, ul li, ol {
  list-style: none; }

ol ol {
  list-style: decimal inside; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

textarea {
  resize: vertical; }

::selection {
    background: #b50007;
    color: #fff;
}

::-moz-selection {
    background: #b50007;
    color: #fff;
}
html {
  font-size: 62.5%;
  /*10px*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }


body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
  width: 100%;
  overflow-x: hidden;
}
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

p {
  margin: 10px 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.8; }
  @media (max-width: 767px) {
    p {
      margin: 5px 0;
      line-height: 1.8; } }

a {
  text-decoration: none;
  transition: all .2s;
  /*-webkit-font-smoothing: antialiased*/
}

a:link {
  color: #000; }

a:visited {
  color: #000; }

a:hover {
  color: #b50007; }
  @media (max-width: 767px) {
    a:hover {
      color: #000; } }

a:active {
  color: #000; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }



.bold {
  font-weight: bold; }
.ta-c {
  text-align: center; }

.ta-r {
  text-align: right; }

.ta-l {
  text-align: left; }

.pr {
  position: relative; }

.bc{color: #b50007;}
.wht{color: #fff;}
.ff_en{font-family: 'Montserrat', sans-serif;}


/*----------Loader----------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 2000;
}
#loader{
  display: none;
  left: 0;
  right: 0;
  margin-top: -70px;
  position: absolute;
  top: 50%;	
  text-align: center;
}
#loader img{
  max-width: 112px;
  text-align: center;
  margin: auto;
}

/*============HEADER============*/
header{
  z-index: 500;
}
header #logo {
  position: fixed;
  display: block;
  overflow: hidden;
  top: 2vw;
  left: 2vw;
  z-index: 1000;
  opacity: 0;
}
.is-loaded header #logo {
  animation-name:fade-in;
  animation-duration:0.5s;
  animation-delay:4.0s;
  animation-timing-function:ease;
  animation-fill-mode: forwards;
}
header #logo img{
  max-width: 112px;
}
header #logo span{
  display: inline-block;
  vertical-align: middle;
}
header #logo .sitename{
  padding-left: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 1000px) {
  nav.gnav ul li.gnav__menu{
    display: none;
  }
  nav.gnav{
    top: 8px!important;
  }
}
@media (max-width: 767px) {
  header #logo img{
    width: 90px;
  }
  header #logo .sitename{
    font-size: 1.3rem;
  }
}
@media (max-width: 360px) {
  header #logo img{
    width: 80px;
  }
  header #logo .sitename{
    padding-left: 5px;
    font-size: 1.4rem;
  }
}
/*----GlobalNavi-----*/
nav.gnav {
  position: fixed;
  top: 5px;
  right: 0;
  width: auto;
  height: 128px;
  z-index: 1000;
  opacity: 0;
}
nav.gnav ul{
  margin-right: 50px;
}
nav.gnav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 10px 10px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  position: relative;
  list-style: none;
}
nav.gnav ul li.nav__soon{
  opacity: 0.3;
}
nav.gnav ul li a {
    display: block;
    position: relative;
}
.gnav{
  display: none;
}


/*----Link Underline-----*/
a.line__r{
  position: relative;
  display: inline-block;
  transition: .3s;
}
a.line__r::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #b50007;
  transition: .3s;
}
a.line__r:hover::after {
  width: 100%;
}

a.line__w{
  position: relative;
  display: inline-block;
  transition: .3s;
}
a.line__w:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
a.line__w:hover::after {
  width: 100%;
}

/*----Button-----*/
a.button {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #b50007;
  padding: 5px 20px;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  border: #b50007 solid 2px;
}
a.button:hover {
  color: #b50007;
  background-color: #fff;
  background-position: -100% 100%;
}

a.button__w {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #b50007;
  background-color: #fff;
  padding: 5px 20px;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, #b50007 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
a.button__w:hover {
  color: #fff;
  background-color: #b50007;
  background-position: -100% 100%;
}



/*----H-menu-----*/
.menu-trigger{
  position: fixed;
  top: 22px;
  right: 15px;
  height: 30px;
  z-index: 1400;
  cursor: pointer;
  width: 25px;
  display: none;
  opacity: 0;
  pointer-events:none;
}

.menu-trigger span {
  width: 25px;
  height: 4px;
  right: 0;
  display: block;
  background: #b50007;
  position: absolute;
}
.menu-trigger span:nth-child(1) {
  top: 0;
  -webkit-transition: .15s ease-in;
  transition: .15s ease-in;
}
.menu-trigger span:nth-child(2) {
  top: 9px;
}
.menu-trigger span:nth-child(3) {
  top: 18px;
  -webkit-transition: .15s ease-in;
  transition: .15s ease-in;
}

.open .menu-trigger span:nth-child(1) {
  top: 10px;
  background: #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open .menu-trigger span:nth-child(2) {
  width: 0;
}

.open .menu-trigger span:nth-child(3) {
  top: 10px;
  background: #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.is-loaded nav.gnav,.is-loaded .menu-trigger{
  animation-name:fade-in-nav;
  animation-duration:2s;
  animation-delay:4s;
  animation-timing-function:ease-out;
  animation-fill-mode: forwards;
  display: block;
  pointer-events:auto;
}

@keyframes fade-in-nav {
  0%{opacity:0;}
  100% {opacity: 1;}
}

/*----Overlay-menu-----*/
.onav{
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  z-index: 1300;
  background: rgba(184,0,7,.9);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 20px;
  overflow-y: auto;
}
.onav.is-open{
  left: 0;
   overflow: scroll;
   -webkit-overflow-scrolling: touch;
}

.onav .ttl__cm{
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.4;
  opacity: 0;
  text-align: left;
  margin-bottom: 30px;
}

.overlay__container{
  width: 100%;
  max-width: 1020px;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}
.overlay__list{
  float: left;
  width:calc(88%/3);
  margin: 0 6% 30px 0;
  padding: 0;
  overflow: hidden;
}
.overlay__list:nth-child(3n){
  margin-right: 0;
}
.overlay__list li,.overlay__list li a{
  color: white;
  text-align: left;
  position: relative;
}
.overlay__list li {
  padding-left: 20px;
}
.overlay__list li:before{
  content:"ー";
  position: absolute;
  top:0;
  left: 0;
}
.overlay__list li.txt__cs{
  font-size: 2.0rem;
  text-align: center;
  padding: 0;
}
.overlay__list li.txt__cs:before{
  content:none;
}
.overlay__list li.img-link{
  overflow: hidden;
  text-align: center;
  padding-left: 0;
  margin-bottom: 15px;
  width: 100%;
  height: 100px;
}
.overlay__list li.img-link:before{
  content:none;
}
.overlay__list li.img-link a{
  width: 100%;
  color: #b50007;
  padding: 35px 10px;
  display: block;
  text-align: center;
  line-height: 1.2;
}
.overlay__list li.img-link a .txt__w{
  color:white;
}
.overlay__list  li.img__cs{
  position: relative;
}
.overlay__list  li.img__cs:before{
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,.5);
  z-index: 10;
}
.overlay__list  li.img__cs a{
  pointer-events: none;
}
.overlay__list li.img-link a .txt{
}
.overlay__list li.img-link a .ff_en{
  font-size: 1.6rem;
  font-weight: 700;
}
.overlay__list li.img-link a .bgimg{
  position: absolute;
  top:0;
  left: 0;
  z-index: -1;
}
.overlay__list li.img-link a .bgimg img{
  display: block;
  width: 100%;
  height: auto;
  transition: all 1s;
  vertical-align: middle;
}
.overlay__list li.img-link a:hover .bgimg img{
    transform: scale(1.1);
}
.overlay__list__btm{
  display: table;
  margin: 0 auto;
}
.overlay__list__btm li{
  display: table-cell;
  width: 330px;
  padding: 15px;
}
.overlay__list__btm li .ff_en{
  font-size: 1.6rem;
  }
.overlay__list__btm li a{
  line-height: 1.2;
  padding: 15px 20px;
}
.open .overlay__list,.open .overlay__list__btm li,.open .onav .ttl__cm{
  opacity: 0;
  animation-name:slide-in-onav;
  animation-duration:0.5s;
  animation-timing-function:ease;
  animation-fill-mode: forwards;  
  backface-visibility: hidden; 
}
@keyframes slide-in-onav {
  0%{transform: translate(30px,0);opacity: 0;}
  100% {transform: translate(0,0);opacity: 1;}
}
.open .overlay__list:nth-child(1){animation-delay:0.5s;}
.open .overlay__list:nth-child(2){animation-delay:0.65s;}
.open .overlay__list:nth-child(3){animation-delay:0.8s;}
.open .overlay__list:nth-child(4){animation-delay:0.95s;}
.open .overlay__list:nth-child(5){animation-delay:1.1s;}
.open .overlay__list:nth-child(6){animation-delay:1.25s;}
.open .overlay__list__btm li:nth-child(1){animation-delay:1.4s;}
.open .overlay__list__btm li:nth-child(2){animation-delay:1.55s;}
.open .onav .ttl__cm{animation-delay:0.5s;}

@media (max-width: 1160px) {
  .overlay__container{
    width: 100%;
  }
  .overlay__list li.img-link{
    height: auto;
  }
  .overlay__list li.img-link a{
    padding: 22px 10px;
  }
}

@media (max-width: 850px) {
  .overlay__list{
    width:calc(94%/3);
    margin: 0 3% 30px 0;
    padding: 0;
    overflow: hidden;
  }
  .overlay__list li.img-link a{
    padding: 15px 10px;
  }
  .overlay__list li.img-link a:hover .bgimg img{
    transform:none;
  }
  .overlay__list__btm li{
    width: 300px;
  }
}

@media (max-width: 650px) {
  .onav{
    padding: 30px 30px;
  }
  .overlay__container{
    margin-top: 10px;
  }
  .overlay__list{
    width:calc(95%/2);
    margin: 0 5% 20px 0;
    padding: 0;
    overflow: hidden;
  }
  .overlay__list:nth-child(3n){
    margin-right: 5%;
  }
  .overlay__list:nth-child(2n){
    margin-right: 0;
  }
  .overlay__list li.img-link a{
    padding: 20px 10px;
  }
  .overlay__list__btm li{
    width: 220px;
  }
  .overlay__list__btm{
    margin-bottom: 100px;
  }

}
@media (max-width: 500px) {
  .onav{
    padding: 20px 30px;
  }
  .overlay__list{
    float: none;
    width:100%;
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
  }
  .overlay__list:nth-child(3n){
    margin-right: 0%;
  }
  .overlay__list:nth-child(2n){
    margin-right: 0;
  }
  .overlay__list li.img-link{
    margin-bottom: 10px;
  }
  .overlay__list li.img-link a{
    padding: 20px 10px;
  }
  .overlay__list__btm li{
    display: block;
    width: 300px;
    padding: 6px 0;
  }
  .overlay__list li.img-link a .bgimg img{
    margin-top: -5%;
  }
}
@media (max-width: 360px) { .overlay__list li.img-link a .bgimg img{margin-top: -4%;}
}
@media (max-width: 320px) { .overlay__list li.img-link a .bgimg img{margin-top: 0;}
}
/*============TOP============*/
.contents-top{
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #19a6f6;
}
.opening{
  position: absolute;
  bottom:-150%;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 100vw;
  background: #18abf8;
  z-index: 0;
}
.opening img{
  width: 100%;
  height: auto;
}
.is-loaded .opening{
  animation-name:slide-in;
  animation-duration:4.0s;
  animation-timing-function: cubic-bezier(0.895, 0.03, 0.15, 0.86);
  animation-delay:0s;
  animation-fill-mode: forwards;
}

@keyframes slide-in {
  0%{filter:contrast(150%);}
  50% {bottom:-120%;filter: contrast(100%);}
  100% {bottom:0;filter: contrast(100%);}
}
@media (max-width: 800px) {
  .is-loaded .opening{
    animation-name:slide-in-800;
  }
  .opening img,.kanban img{
    width: 130%!important;
  }
}
@keyframes slide-in-800 {
  0% {bottom:-80%;filter: contrast(150%);}
  50% {bottom:-50%;filter: contrast(100%);}
  100% {bottom:0;filter: contrast(100%);}
}
@media (max-width: 500px) {
  .is-loaded .opening{
    animation-name:slide-in-500;
  }
  .opening img,.kanban img{
    width: 150%!important;
  }

}
@keyframes slide-in-500 {
  0% {bottom:-50%;filter: contrast(150%);}
  50% {bottom:-30%;filter: contrast(100%);}
  100% {bottom:0;filter: contrast(100%);}
}



/*---　COPY　---*/
.copy-hc{
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 33vw;
}
.copy-hc .ie{
  display: none;
}
.copy-hc svg{
  display: block;
  filter: drop-shadow(0 0 5px #fff);  
}
@keyframes stroke {
  0% {
      stroke-dashoffset: 2000;
      fill: rgba(230, 0, 18, 0);
      opacity: 1;
  }
  50% {
      stroke-dashoffset: 0;
      fill: rgba(230, 0, 18, 1);
      opacity: 1;
  }
  100% {
      stroke-dashoffset: 0;
      fill: rgba(230, 0, 18, 1);
      opacity: 1;
  }
}
.is-loaded .st0{
  fill: none;
  stroke: #e60012;
  stroke-width: 1px;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: stroke 6s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay:4.3s;
  opacity: 0;
}

.ttl__mv{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align:center;
  font-size:2.1vw;
  color:white;
  text-shadow: 0 0 6px #0b64af, 0 0 10px #0b64af;
}
.ttl__mv span{
  margin-right: -5px;
  opacity: 0;
}
.ttl__mv .mr1em{
  margin-right: 0.5em;
}
.is-loaded .ttl__mv span{
  animation-name:fade-in;
  animation-duration:0.3s;
  animation-timing-function:ease;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  0%{opacity:0;}
  100% {opacity: 1;}
}

.is-loaded .ttl__mv span:nth-child(1){animation-delay:4.6s;}
.is-loaded .ttl__mv span:nth-child(2){animation-delay:5.0s;}
.is-loaded .ttl__mv span:nth-child(3){animation-delay:4.7s;}
.is-loaded .ttl__mv span:nth-child(4){animation-delay:4.9s;}
.is-loaded .ttl__mv span:nth-child(5){animation-delay:4.7s;}
.is-loaded .ttl__mv span:nth-child(6){animation-delay:5.1s;}
.is-loaded .ttl__mv span:nth-child(7){animation-delay:4.8s;}
.is-loaded .ttl__mv span:nth-child(8){animation-delay:5.1s;}
.is-loaded .ttl__mv span:nth-child(9){animation-delay:4.6s;}
.is-loaded .ttl__mv span:nth-child(10){animation-delay:4.8s;}
.is-loaded .ttl__mv span:nth-child(11){animation-delay:5.0s;}
.is-loaded .ttl__mv span:nth-child(12){animation-delay:5.1s;}
.is-loaded .ttl__mv span:nth-child(13){animation-delay:4.6s;}
.is-loaded .ttl__mv span:nth-child(14){animation-delay:4.9s;}
.is-loaded .ttl__mv span:nth-child(15){animation-delay:4.7s;}
.is-loaded .ttl__mv span:nth-child(16){animation-delay:4.8s;}

@media (max-width: 1000px) {
  .copy-hc{
   width: 50vw;
 }
  .ttl__mv{
    font-size: 2.6vw;
  }
}
@media (max-width: 767px){
  .copy-hc{
   width: 70vw;
 }
  .ttl__mv{
    font-size: 3.0vw;
  }
  .ttl__mv span{
    margin-right:0;
  }
}
@media (max-width: 480px){
  .ttl__mv{
    font-size: 3.6vw;
  }
}
/*--- KANBAN ---*/
.kanban{
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100vw;
  opacity: 0;
  overflow: hidden;
}
.kanban img{
  width: 100%;
  height: auto;
}
.kanban01,.kanban02,.kanban03,.kanban04{z-index: 10;}

.is-loaded .kanban01{
  animation-name:kanban-in;
  animation-duration:10.0s;
  animation-delay:5.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.is-loaded .kanban02{
  animation-name:kanban-in;
  animation-duration:10.0s;
  animation-delay:5.7s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.is-loaded .kanban03{
  animation-name:kanban-in;
  animation-duration:10.0s;
  animation-delay:5.9s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.is-loaded .kanban04{
  animation-name:kanban-in;
  animation-duration:10.0s;
  animation-delay:6.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}


@keyframes kanban-in {
  0%{opacity:1;filter: brightness(5000%);}
  0.1% {opacity:1;filter: brightness(100%);}
  
  1.1% {opacity:1;filter: brightness(100%);}
  1.2% {opacity:1;filter: brightness(5000%);}
  
  2.3% {opacity:1;filter: brightness(5000%);}
  2.4% {opacity:1;filter: brightness(100%);}
  
  100% {opacity:1;filter: brightness(100%);}
}
/*--- COPYRIGHT ---*/
.copyright{
  position: absolute;
  right: 10px;
  bottom:10px;
  font-size: 1.3rem;
  font-weight: 400;
  opacity: 0;
  z-index: 160;
}
.is-loaded .copyright{
  animation-name:fade-in;
  animation-duration:0.5s;
  animation-delay:4.0s;
  animation-timing-function:ease;
  animation-fill-mode: forwards;
}
/*---　PAGE FadeOut　---*/
 body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff; 
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
}
body.fadeout::after {
  opacity: 1;
}
body.fadeout article{
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

/* =========================================================
CONTENTS
========================================================= */
.contents{
  padding-top:100px;
}
.contents header{
  background: rgba(255,255,255,.95);
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 500;
  top:0;
}
.contents header #logo{
  opacity: 1;
  top: 20px;
  left: 20px;
}
.contents header #logo img{
  max-width: 60px;
}
.contents header #logo .sitename{
  font-size: 1.3rem;
  line-height: 1.6;
}
.contents nav.gnav{
  opacity: 1;
  display: block;
  pointer-events: auto;
  top:0;
}
.contents nav.gnav ul li{
  padding: 0 10px;
}
.contents nav.gnav ul li.gnav__menu a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  text-align: center;
  border-bottom: solid 4px transparent;
}
.contents nav.gnav ul li.gnav__menu a.current{
  border-bottom: solid 4px #b50007;
}


.contents .menu-trigger{
  opacity: 1;
  display: block;
  pointer-events: auto;
  top: 39px;
}

@media (max-width: 1000px) {
  .contents{
    padding-top:80px;
  }
  .contents header{
    height: 80px;
  }
  .contents header #logo{
    top: 10px;
    left: 10px;
  }
  .contents .menu-trigger{
    top:27px;
  }
  .contents nav.gnav{
    top: 22px!important;
  }
}
@media (max-width: 767px) {
 .contents header #logo .sitename{
    font-size: 1.2rem;  
  }
}
@media (max-width: 480px) {
  .contents nav.gnav ul li{
    padding: 0;
  }
}

.container{
  width:100%;
  max-width: 1100px;
  margin: 0 auto;
}
.container p{
  line-height: 1.8;
  margin: 2em 0;
  font-size: 1.6rem;
}
.container img{
  width: 100%;
  height: auto;
}
@media (max-width: 1160px) {
  .container{
    padding: 0 30px;
  }
}
/* =========================================================
MainVisual
========================================================= */
.mv{
  height: 460px;
  width: 100%;
  z-index: 100;
  text-align: center;
  display: table;
}
.mv_about_msg{
  background: url(./../img/about/mv_message.jpg) no-repeat bottom;
  background-size: cover;
}
.mv_business{
  background: url(./../img/business/mv_business.jpg) no-repeat center;
  background-size: cover;
}
.mv_career{
  background: url(./../img/career/mv_career.jpg) no-repeat center;
  background-size: cover;
}
.mv_recruit{
  background: url(./../img/recruit/mv_recruit.jpg) no-repeat top;
  background-size: cover;
}




.mv_faq{
  background: #f8f8f8;
}
.mv .container{
  display:table-cell;
  vertical-align:middle;
}
.mv h1{
  line-height: 1.2;
  opacity: 0;
}
.is-loaded-page .mv h1{
  animation-name:slide-in-obj;
  animation-duration:0.5s;
  animation-delay: 0.4s;
  animation-timing-function:ease;
  animation-fill-mode: forwards;  
  backface-visibility: hidden; 
}
.mv h1 span{
  font-size: 6rem;
  color: #b50007;
  background: -webkit-linear-gradient(0deg, #b50007 0%,#d43d14 70%, #f0731f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mv h1.wht span{
  color: #fff;
  background: none;
  -webkit-background-clip:inherit;
  -webkit-text-fill-color: inherit;
}
.mv .ttl__jp{
  font-size: 2.4rem;
  margin: 5px 0 30px;
  line-height: 1.4;
  opacity: 0;
}
.is-loaded-page .mv .ttl__jp{
  animation-name:slide-in-obj;
  animation-duration:0.5s;
  animation-delay: 0.6s;
  animation-timing-function:ease;
  animation-fill-mode: forwards;  
  backface-visibility: hidden; 
}

@keyframes slide-in-obj {
  0%{transform: translate(30px,0);opacity: 0;}
  100% {transform: translate(0,0);opacity: 1;}
}

.mv h2{
  color: #fff;
}
.mv h2 .bg__h2{
  padding: 15px 30px 11px;
  width: 100%;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, #b50007 50%);
  background-position: 0% 100%;
  opacity: 0;
}
.is-loaded-page .mv h2 .bg__h2{
  animation-name:slide-in-bgh2;
  animation-duration:0.5s;
  animation-delay: 0.9s;
  animation-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;  
  backface-visibility: hidden; 
  
}
.mv h2 .bg__h2 span{
  opacity: 0;
}
.is-loaded-page .mv h2 .bg__h2 span{
  animation-name:fade-in;
  animation-duration:0.8s;
  animation-delay: 0.9s;
  animation-timing-function:ease;
  animation-fill-mode: forwards;  
  backface-visibility: hidden; 
}

@keyframes slide-in-bgh2 {
  0%{background-position: 0% 100%;opacity: 0;}
  100% {background-position: -100% 100%;opacity: 1;}
}

.mv h2 .h2__en{
  font-size: 2.0rem
}
.mv h2 .h2__jp{
  font-size: 1.4rem;
  margin-left: 1em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .mv{
    height: 70vh;
  }
  .mv h1 span{
    font-size: 6vw;
  }
  .mv .ttl__jp{
    font-size: 1.8rem;
  }
  .mv h2 .bg__h2{
    padding-top: 11px;
  }
  .mv h2 .h2__en{
    font-size: 1.6rem;
  }
  .mv h2 .h2__jp{
    font-size: 1.2rem;
  }
  
  .mv_about_msg{
    background: url(./../img/about/mv_message_sp.jpg) no-repeat bottom;
    background-size: cover;
  }
  .mv_business{
    background: url(./../img/business/mv_business_sp.jpg) no-repeat bottom;
    background-size: cover;
  }
  .mv_career{
    background: url(./../img/career/mv_career_sp.jpg) no-repeat top;
    background-size: cover;
  }
  .mv_recruit{
    background: url(./../img/recruit/mv_recruit_sp.jpg) no-repeat bottom;
    background-size: cover;
  }
  /*add-1904*/  
  .mv_ourpeople{
    background: url(./../img/ourpeople/mv_ourpeople_sp.jpg) no-repeat top;
    background-size: cover;
  }

}
@media (max-width: 480px) {
  .mv h1 span{
    font-size: 8.8vw;
  }
  .mv .container{
    vertical-align: top;
    padding-top: 20vh;
  }
  .mv h2 .h2__en{
    font-size: 4.0vw;
  }
  .mv h2 .h2__jp{
    font-size: 1.8vw;
  }
  .mv h2 .bg__h2{
    padding: 11px 15px 11px;
  }
  .mv_about_msg .ttl__jp br{
    display: none;
  }
}

/* =========================================================
sticky
========================================================= */
.sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
@media (max-width: 1000px) {
  .sticky{
    top: 80px;
  }
}
.block1{
  z-index: 101;
}
.bg__w{
  background: #fff;
}
.bg__g{
  background: #f5f5f5;
}
.block {
  width: 100%;
}
section{ padding: 100px 0;}
.pb0{ padding-bottom: 0;}
.pb__add{ padding-bottom: 100px;}
@media (max-width: 767px) {
  section{ padding: 60px 0;}
  .pb__add{ padding-bottom: 60px;}
}
@media (max-width: 767px) {
  .block {
    position: relative;
  }
}

/* =========================================================
BREADCRAMB
========================================================= */
.topicpath {
  text-align: left;
  width: 100%;
  padding: 20px 0 0;
  margin: 0 auto; }
  @media (max-width: 1160px) {
    .topicpath {
      padding: 20px 30px 0;
    }
 }

.topicpath .container {
  padding: 10px 0;
  margin: 0 auto;
}
.topicpath ol {
  padding-left: 0;
  line-height: 1.2; }

.topicpath ol li {
  display: inline;
  list-style-type: none;
  font-size: 1.2rem;
  color: #999;
}
.topicpath ol li a{
  color: #000;
}
.topicpath ol li a:hover{
  color: #b50007;
}
.topicpath ol li:after {
  content: " > "; }

.topicpath ol li:last-child:after {
  content: ""; }

.topicpath ol li:first-child {
  margin-left: 0; }

/* =========================================================
CATEGORY LINKS
========================================================= */
.cat__link{
  /*background: #f0efe8;*/
  background:linear-gradient(to right,#b50007 0%,#d43d14 70%, #f0731f 100%);
  text-align: center;
  padding: 40px 0;
}
.cat__link h2{
  font-size: 2.6rem;
  margin: 0;
  color: #fff;
}
.cat__link .ttl__jp{
  margin: 0;
  line-height: 1.4;
  color: #fff;
}

.list__cat__link{
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 680px;
}
.list__cat__link li{
  float: left;
  width: 340px;
  height: 100px;
  padding: 15px;
}
.list__cat__link li .ff_en{
  font-size: 1.6rem;
  }
.list__cat__link li a{
  line-height: 1.2;
  padding: 15px 20px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.list__cat__link li a span{
  margin: 0 auto;
}
.list__cat__link1{
  width: 340px;
}

.list__cat__link2{
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 960px;
}
.list__cat__link2 li{
  float: left;
  width: 320px;
  height: 100px;
  padding: 15px;
}
.list__cat__link2 li .ff_en{
  font-size: 1.6rem;
  }
.list__cat__link2 li a{
  line-height: 1.2;
  padding: 15px 20px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.list__cat__link2 li a span{
  margin: 0 auto;
}

a.button__w__cat {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #b50007;
  background-color: #fff;
  padding: 5px 20px;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, #b50007 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  position: relative;
}
a.button__w__cat:hover {
  color: #fff;
  background-color: #b50007;
  background-position: -100% 100%;
}
a.button__w__cat:after{
  /*position: absolute;
  top:calc(50%-8px);
  right: 10px;
  content: "";
  background-color: #b50007;
  -webkit-mask-image: url(./../img/common/arrow.svg);
  mask-image: url(./../img/common/arrow.svg);
  width: 10px;
  height: 16px;*/
}
a.button__w__cat{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
}
a.button__w__cat:before,
a.button__w__cat:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 2px solid #b50007;
    border-right: 2px solid #b50007;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


a.button__w__cat:hover:before,
a.button__w__cat:hover:after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width: 960px) {
   .list__cat__link2 {
     width: 100%;
     margin-top: 20px;
   }
  .list__cat__link2 li{
    width: 33.3%;
   }
}
@media (max-width: 767px) {
   .list__cat__link,.list__cat__link2 {
     width: 100%;
     margin-top: 20px;
   }
  .list__cat__link li,.list__cat__link2 li{
    float: none;
    width: 100%;
    padding: 10px 0;
   }
}

/* =========================================================
ENTRY BLOCK
========================================================= */
.entry__block{
  /*background: linear-gradient(to right,#b50007 0%,#d43d14 70%, #f0731f 100%);*/
  background:url(./../img/about/bg_foot_meassage.png) no-repeat bottom;
  background-size: cover;
  padding: 100px 0 150px;
}
.entry__link{
  text-align: center;
  background: rgba(255,255,255,0.9) ;
  padding: 80px 30px 0;
  height: 250px;
  max-width: 700px;
  margin: auto;
}
.entry__link h2{
  width: 380px;
  height: auto;
  text-align: center;
  margin: auto;
}
.entry__link h3{
  font-size: 2.0rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.entry__link .btn-entry {
  width: 400px;
  margin: auto;
  padding-top: 50px;
}
.entry__link .btn-entry a.button {
  font-size: 2.4rem;
  padding: 15px 20px;
  /*border: #fff solid 2px;*/
}
.entry__link .btn-entry a.button:hover {
  /*border: #b50007 solid 2px;*/
}
@media (max-width: 550px) {
  .entry__block{
    padding: 60px 0 110px;
  }
  .entry__link .btn-entry{
    width: 100%;
  }
  .entry__link h2{
    width: 70vw;
  }
}

/* =========================================================
FOOTER
========================================================= */
footer{
  color: #fff;
  background: #000;
  padding: 20px 0;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
}
#PageTopBtn {
  position: fixed;
  bottom: -10px;
  right: 10px;
  z-index: 200;
  transition: all 0.3s ease;
}

#PageTopBtn a {
  display: block;
  text-align: center;
  width: 56px;
  height: 56px;
  /*background: #515151;*/
  background: #fff;
  border: #b50007 solid 2px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease-out; }
#PageTopBtn a:hover{
 background: #b50007;
}
#PageTopBtn a:hover .arrow {
    border-top: 2px solid #fff;
  border-right: 2px solid #fff;

}
#PageTopBtn a .arrow {
  position: absolute;
  top: 21px;
  right: 19px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #b50007;
  border-right: 2px solid #b50007;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media screen and (min-width: 767px) {
  #PageTopBtn a.hover {
    opacity: 0.7; } }
#PageTopBtn a:active {
  opacity: 0.5; }


/* =========================================================
ABOUT--MESSAGE
========================================================= */
.bg_01_foot{
  background: url(./../img/about/bg_foot_meassage.jpg) no-repeat bottom;
  background-size: cover;
  height: 370px;
  margin-top: -35px;
}

.about__msg .wrapper{
  position: relative;
  padding-left: 300px;
}
.about__msg  .wrapper .ttl__left{
  position: absolute;
  top: 10px;
  left: 0; 
  font-size: 2.8rem;
  color: #b50007;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about__msg  .wrapper .ttl__left:after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 1px solid #b50007;
  margin-left: 30px;
}
.catch {
  display: block;
  color: #b50007;
  font-size: 3.6rem;
  margin-bottom: 25px;
  line-height: 1.6;
}
.bg_msg_wrap{
  position: relative;
}
.bg_msg_wrap:before{
  content: "";
  position: absolute;
  top: 40px;
  background: #f5f5f5;
  width: 100%;
  height: calc(100% - 40px);
  z-index: 0;  
}
.container p.txt__psp{
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  line-height: 2.6;
}
.container p.txt__psp2{
  font-size: 2.2rem;
  font-weight: bold; 
  margin: 1.5em 0 0;
  line-height: 1.4;
}
.container p.txt__psp3{
  font-size: 5.0rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}
.container p.txt__psp3 span{
  position: relative;  
}
.container p.txt__psp3 span:after{
  content:"";
  position: absolute;
  left: 0;
  bottom:0;
  width: 100%;
  height: 4px;
  background: #b50007;
}
@media (max-width: 767px) {
  .about__msg .wrapper{
    padding-left: 0;
  }
  .about__msg  .wrapper .ttl__left{
    position: static;
    font-size: 2.4rem;
  }
  .catch {
    font-size: 3.0rem;
  }
  .bg_msg_wrap:before{
    top: 25px;
    height: calc(100% - 25px); 
  }
  .container p{
    margin: 1em 0; 
  }
  .container p.txt__psp{
    font-size: 1.6rem;
  }
  .container p.txt__psp2{
    font-size: 2.0rem;
  }
  .container p.txt__psp3{
    font-size: 4.0rem;
  }
  .bg_01_foot{
    height: 200px;
  }
}
@media (max-width: 480px) {
  .container p.txt__psp br{
    display: none;
  }
}
/* =========================================================
ABOUT--ADVANTAGE
========================================================= */
.about__avtg{
  position: relative;
  padding-right: 320px;
}
.about__avtg .img__avtg1{
  position: absolute;
  top: 10px;
  right: 10px; 
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about__avtg .img__avtg1 img{
  max-width: 274px;
}
@media (max-width: 960px) {
  .about__avtg{
    padding-right: 45%;
  }
  .img__avtg1{
    width: 40%;
  }
  .catch br{
    display: none;
  }

}

@media (max-width: 767px) {
  .about__avtg{
    padding-right: 0;
  }
  .about__avtg .img__avtg1{
    position: static;
    margin-bottom: 20px;
    width: 100%;
  }
  .about__avtg .img__avtg1 img{
    margin: auto;
  }
}


.img__avtg2 {
  background: #fff;
  width: 100%;
  padding: 50px 20px;
  text-align: center;
}
.img__avtg2 img{
  max-width: 661px;
}

.list__avtg{
  overflow: hidden;
  margin:0 auto;
  padding: 40px 0;
}
.list__avtg li{
  float: left;
  width:calc(96%/3);
  padding: 4px;
  margin: 0 2% 0 0; 
  background: linear-gradient(to right,#b50007 0%,#d43d14 70%, #f0731f 100%);
}

.list__avtg li .list__inner{
  padding: 30px 20px;
}
.list__avtg li:nth-child(1) .list__inner{  background: #fff8e4;}
.list__avtg li:nth-child(2) .list__inner{  background: #e9fbfe;}
.list__avtg li:nth-child(3) .list__inner{  background: #e8ffe7;}
.list__avtg li h3{
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.2;
}
.list__avtg .ttl_en{
  color:#b50007;
  text-align: center;
  font-size: 1.6rem;
  margin: 5px 0;
}
.list__avtg .txt{
  margin: 0;
}
.list__avtg li:nth-child(3){
  margin-right: 0;
}
@media (max-width: 767px) {
  .list__avtg{
    margin-bottom: 0;
  }
  .list__avtg li{
    width:calc(98%/2);
    margin: 0 2% 20px 0; 
  }
  .list__avtg li:nth-child(2){
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  .list__avtg li{
    float: none;
    width:100%;
    margin: 0 0 20px 0;
  }
}

/* =========================================================
ABOUT-DATA
========================================================= */
.tableArea {
  width: 100%;
  margin: 20px auto;
  font-size: 1.6rem;
}
  .tableArea table {
    width: 100%;
    table-layout: fixed; }
    .tableArea table tr th {
      border-top: #d9d9d9 solid 1px;
      border-bottom: #d9d9d9 solid 1px;
      font-weight: bold;
      padding: 24px 0;
      word-break: break-all;
      line-height: 1.4;
      text-align: center;
      width: 22%;
      background: #f5f5f5;
      vertical-align: middle;
    
}
    .tableArea table tr td {
      border-top: #d9d9d9 solid 1px;
      border-bottom: #d9d9d9 solid 1px;
      padding: 24px;
      text-align: left;
      word-break: break-all;
      width: 78%;
      line-height: 1.4; }
      .tableArea table tr td p {
        margin-top: 0;
        line-height: 1.4; }

.tableArea table tr td ul li{
  list-style:square;
  margin-left: 1em;
}

  @media (max-width: 767px) {
    .tableArea {
      width: 100%;
      margin-top: 10px; }
      .tableArea table tr th, .tableArea table tr td {
        width: 100%;
        display: block;
        border-bottom: none;
        border-top: none; 
    }
    .tableArea table tr th {
        border: #d9d9d9 solid 1px;
        background-color: #f5f5f5; 
        padding: 15px 20px;

    } 
    .tableArea table tr td{
      border-left: #d9d9d9 solid 1px;
      border-right: #d9d9d9 solid 1px;
      padding: 20px 20px;
    }


}


/* =========================================================
BUSINESS-BUSINESS FIELD
========================================================= */
.business__bf1{
  position: relative;
  padding-right: 500px;
}
.business__bf1 .img{
  position: absolute;
  top: 10px;
  right: 0; 
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.business__bf1 .img img{
  max-width: 500px;
}
.business__bf2{
  position: relative;
  padding-left: 400px;
}
.business__bf2 .img{
  position: absolute;
  top: 10px;
  left: 50px; 
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.business__bf2 .img img{
  max-width: 260px;
}
.business__bf3{
  position: relative;
  padding-right: 500px;
}
.business__bf3 .img{
  position: absolute;
  top: 10px;
  right: 0px; 
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.business__bf3 .img img{
  max-width: 450px;
}
@media (max-width: 960px) {
  .business__bf1,.business__bf3{
    padding-right: 45%;
  }
  .business__bf2{
    padding-left: 45%;
  }
  .img{
    width: 40%;
  }
}


@media (max-width: 767px) {
  .business__bf1,.business__bf3{
    padding-right: 0;
  }
  .business__bf2{
    padding-left: 0;
  }
  .business__bf1 .img,.business__bf2 .img,.business__bf3 .img{
    position: static;
    margin-bottom: 20px;
  }
  .business__bf1 .img img,.business__bf2 .img img,.business__bf3 .img img{
    margin: auto;
  }
}

.spirit .catch2{
  font-size: 2.2rem;
  color: #b50007;
}
.catch2 span{
  font-size: 1.4rem;
  padding-left: 1em;
}
.list__bf1{
  margin: 10px 0;
  font-size: 1.6rem;
}

.spirit{
  padding: 4px;
  margin: 0 50px 0 0; 
  background: linear-gradient(to right,#b50007 0%,#d43d14 70%, #f0731f 100%);
}

.spirit .spirit__inner{
  padding: 20px 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .spirit{
    margin: 0; 
  }
}

/* =========================================================
BUSINESS-AREA
========================================================= */
.business__area1{
  position: relative;
  padding-right: 400px;
}
.business__area1 .img{
  position: absolute;
  top: 10px;
  right: 0; 
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.business__area1 .img img{
  max-width: 336px;
}
.business__area2{
  position: relative;
  padding-left: 480px;
}
.business__area2 .img{
  position: absolute;
  top: 10px;
  left: 10px; 
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.business__area2 .img img{
  max-width: 414px;
}
.area__btmimg{
  position: relative;
  margin-top: 150px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
.area__btmimg:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  background: #f5f5f5;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.area__btmimg img{
  max-width: 885px;
  margin: auto;
  text-align: center;
}

@media (max-width: 960px) {
  .business__area1{
    padding-right: 45%;
  }
  .business__area2{
    padding-left: 45%;
  }
  .img{
    width: 40%;
  }
}

@media (max-width: 767px) {
  .business__area1{
    padding-right: 0;
  }
  .business__area2{
    padding-left: 0;
  }
  .business__area1 .img,.business__area2 .img{
    position: static;
    margin-bottom: 20px;
  }
  .business__area1 .img img,.business__area2 .img img{
    margin: auto;
  }
  .area__btmimg{
    margin-top: 80px;
  }
  .img{
    width: 100%;
  }
}

.catch2{
  font-size: 1.8rem;
}
.list__bf1{
  margin: 10px 0;
}

/* =========================================================
CAREER
========================================================= */
.tableArea__ca01 {
  width: 100%;
  margin: 20px auto;
  font-size: 1.6rem;
}
.tableArea__ca01 table {
  width: 100%;
  table-layout: fixed;
}
.tableArea__ca01 table tr th {
  font-weight: bold;
  padding: 24px 0;
  word-break: break-all;
  line-height: 1.4;
  text-align: center;
  width: 25%;
  color: #fff;
  vertical-align: middle;
  position: relative;
}
.tableArea__ca01 table tr:nth-child(1) th{background: #b50007;}
.tableArea__ca01 table tr:nth-child(2) th{background: #c0262c;}
.tableArea__ca01 table tr:nth-child(3) th{background: #d53d14;}
.tableArea__ca01 table tr:nth-child(4) th{background: #e65f1b;}
.tableArea__ca01 table tr:nth-child(5) th{background: #f5792b;}

.tableArea__ca01 table tr th:before{
  content: "";
  background: url(./../img/common/triangle.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 12px;
  position: absolute;
  top:-6px;
  left:0;
  right: 0;
  margin: auto;
}
.tableArea__ca01 table tr:nth-child(1) th:before{
  content: none;
}
.tableArea__ca01 table tr td {
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 24px;
  text-align: left;
  word-break: break-all;
  width: 75%;
  line-height: 1.4;
}
.tableArea__ca01 table tr td p {
  margin-top: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .tableArea__ca01 {
    width: 100%;
    margin-top: 10px;
  }
  .tableArea__ca01 table tr th, .tableArea__ca01 table tr td {
    width: 100%;
    display: block;
    padding: 20px;
  }
  .tableArea__ca01 table tr td {
    border-left: #ccc solid 1px;
    border-bottom: none;
    border-top: none;
    padding-bottom: 24px;
  }
  .tableArea__ca01 table tr:last-child td{
    border-bottom: #ccc solid 1px;
  }
  .tableArea__ca01 table tr th:before{
    width: 24px;
    height: 18px;
    top:-9px;
  }
}

.tableArea__ca02 {
  width: 100%;
  margin: 20px auto;
  font-size: 1.6rem;
}
.tableArea__ca02 table {
  width: 100%;
  table-layout: fixed;
}
.tableArea__ca02 table tr th {
  font-weight: bold;
  padding: 18px;
  word-break: break-all;
  line-height: 1.4;
  text-align: center;
  width: 12.5%;
  color: #fff;
  vertical-align: middle;
  position: relative;
  transition: all .3s;
}
.tableArea__ca02 table tr th span{
  font-size: 1.2rem;
}
.tableArea__ca02 table tr:nth-child(1) th{
  background: #555555;
  border-left: solid 1px #fff;
  padding: 12px;
}
.tableArea__ca02 table tr th:nth-child(1){
  width: 25%;
  border-left: none;
}

.tableArea__ca02 table tr:nth-child(2) th{background: #b50007;padding: 0;border: solid 2px #b50007}
.tableArea__ca02 table tr:nth-child(3) th{background: #c0262c;padding: 0;border: solid 2px #c0262c}
.tableArea__ca02 table tr:nth-child(4) th{background: #d53d14;padding: 0;border: solid 2px #d53d14}
.tableArea__ca02 table tr:nth-child(5) th{background: #e65f1b;padding: 0;border: solid 2px #e65f1b}
.tableArea__ca02 table tr:nth-child(6) th{background: #f5792b;padding: 0;border: solid 2px #f5792b}

.tableArea__ca02 table tr td {
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 18px;
  text-align: center;
  word-break: break-all;
  width: 12.5%;
  line-height: 1.4;
  vertical-align: middle;
}
.tableArea__ca02 table tr td p {
  margin-top: 0;
  line-height: 1.4;
}
.tableArea__ca02 table tr th a{
  color: #fff;
  display: block;
  padding: 18px;
  position: relative;
}
.tableArea__ca02 table tr th a:after{
  position: absolute;
  font-family: ionicons;
  content: "\f481";
  color: #fff;
  right: 6px;
  bottom:6px;
  font-size: 1.6rem;
  font-weight: normal;
}

.tableArea__ca02 table tr:nth-child(2) th a:hover{color: #b50007;}
.tableArea__ca02 table tr:nth-child(3) th a:hover{color: #c0262c;}
.tableArea__ca02 table tr:nth-child(4) th a:hover{color: #d53d14;}
.tableArea__ca02 table tr:nth-child(5) th a:hover{color: #e65f1b;}
.tableArea__ca02 table tr:nth-child(6) th a:hover{color: #f5792b;}

.tableArea__ca02 table tr:nth-child(2) th a:hover:after{color: #b50007;}
.tableArea__ca02 table tr:nth-child(3) th a:hover:after{color: #c0262c;}
.tableArea__ca02 table tr:nth-child(4) th a:hover:after{color: #d53d14;}
.tableArea__ca02 table tr:nth-child(5) th a:hover:after{color: #e65f1b;}
.tableArea__ca02 table tr:nth-child(6) th a:hover:after{color: #f5792b;}


.tableArea__ca02 table tr:nth-child(2) th:hover{background: #fff;}
.tableArea__ca02 table tr:nth-child(3) th:hover{background: #fff;}
.tableArea__ca02 table tr:nth-child(4) th:hover{background: #fff;}
.tableArea__ca02 table tr:nth-child(5) th:hover{background: #fff;}
.tableArea__ca02 table tr:nth-child(6) th:hover{background: #fff;}
.tableArea__ca02 table tr td .sp{ display: none;}

@media (max-width: 767px) {
  .tableArea__ca02 {
    width: 100%;
    margin-top: 10px;
  }
  .tableArea__ca02 table tr:nth-child(1){
    display: none;
  }
  .tableArea__ca02 table tr th, .tableArea__ca02 table tr td {
    width: 100%!important;
    display: block;
    padding: 20px;
  }
  .tableArea__ca02 table tr td {
    border-left: #ccc solid 1px;
    border-bottom: none;
    border-top: none;
    padding:14px 10px;
  }
  .tableArea__ca02 table tr td:first-child{
    padding-top: 20px;
  }
  .tableArea__ca02 table tr td:last-child{
    padding-bottom: 20px;
  }
  .tableArea__ca02 table tr:last-child{
    border-bottom: #ccc solid 1px;
  }
  .tableArea__ca02 table tr td .sp{ display: inline;font-weight: bold;}
}


.modal-content{
  display: none;
}
.modal__wrapper{
  padding: 30px;
  display: table;
}
.modal__img, .modal__txt{
  display: table-cell;
  vertical-align: middle
}
.modal__img{
  width: 250px;
}
.modal__img img{
  width: 100%;
  max-width: 250px;
}
.modal__txt{
  padding-left: 40px;
  width: calc(100% - 250px);
}
.modal__txt h3{
  font-size: 1.8rem;
  margin-bottom: 1em;
}



@media (max-width: 767px) {
  .modal__wrapper{
    padding: 0;    
  }
  .modal__txt{
    padding-left: 20px;
  }
  .modal__img, .modal__txt{
  display: block;
    width: 100%
  }
  .modal__img{
    text-align: center;
  }
  .modal__txt{
    padding-left: 0;
    padding-top: 20px;
  }
  .modal__txt h3{
    text-align: center;
  }

}

/* =========================================================
CAREER-TRAINING
========================================================= */

.tableArea__ca03 {
  width: 100%;
  margin: 20px auto;
  font-size: 1.6rem;
}
.tableArea__ca03 table {
  width: 100%;
  table-layout: fixed;
}
.tableArea__ca03 table tr th {
  font-weight: bold;
  padding: 24px 0;
  word-break: break-all;
  line-height: 1.4;
  text-align: center;
  width: 25%;
  vertical-align: middle;
  position: relative;
  background: #f5f5f5;
  border: #ccc solid 1px;
}

.tableArea__ca03 table tr th:before{
  content: "";
  background: url(./../img/common/triangle2.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 12px;
  position: absolute;
  top:-6px;
  left:0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.tableArea__ca03 table tr:nth-child(1) th:before{
  content: none;
}
.tableArea__ca03 table tr td {
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 24px;
  text-align: left;
  word-break: break-all;
  width: 75%;
  line-height: 1.4;
}
.tableArea__ca03 table tr td p {
  margin-top: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .tableArea__ca03 {
    width: 100%;
    margin-top: 10px;
  }
  .tableArea__ca03 table tr th, .tableArea__ca03 table tr td {
    width: 100%;
    display: block;
    padding: 20px;
  }
  .tableArea__ca03 table tr:nth-child(3) th{ border-bottom: none; }
  .tableArea__ca03 table tr:nth-child(4) th{ border-top: none; }
  .tableArea__ca03 table tr td {
    border-left: #ccc solid 1px;
    border-bottom: none;
    border-top: none;
    padding-bottom: 24px;
  }
  .tableArea__ca03 table tr:last-child td{
    border-bottom: #ccc solid 1px;
  }
  .tableArea__ca03 table tr th:before{
    width: 24px;
    height: 18px;
    top:-9px;
  }
}
.tableArea__ca03 dl dt{
  font-weight: bold;
  margin-top: 1em;
  line-height: 1.8;
}
.tableArea__ca03 dl dd{
  line-height: 1.4;
}
.tableArea__ca03 dl dt:first-child{
  margin-top: 0;
}

.ability{
  /*background: #f5f3ea;
  */
  background: linear-gradient(to right,#b50007 0%,#d43d14 70%, #f0731f 100%);
  /*border: solid 2px #ccc;*/
  margin-top:2em;
  padding: 3px;
}
.ability dl{
  background: #fff;
  padding: 16px;
}
.mb0{margin-bottom: 0!important;}
.mt-1em{margin-top: 1em;}
.td__arrow{
  text-align: center;
  margin: 5px 0;
}
.td__arrow img{
  max-width: 30px;
}

.list3__img{
  margin: 60px auto 0;
  width: 100%;
  overflow: hidden;
}
.list3__img li{
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
}
.list3__img li img{
  max-width: 298px;
}
.list3__img li:last-child{
  margin-right: 0;
}
@media (max-width: 480px) {
  .list3__img{
    margin-top: 20px;
  }
  .list3__img li{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}


/* =========================================================
RECRUIT-REQUIREMENTS
========================================================= */
.recruit__flow{
  margin:0 auto 40px;
  width: 100%;
  text-align: center;
}
.recruit__flow li{
  position: relative;
  margin-bottom: 40px;
  padding: 2px;
  background: linear-gradient(to right,#b50007 0%,#d43d14 70%, #f0731f 100%);
}

.recruit__flow li .list__inner{
  padding: 20px;
  background-color: #fff;
}

.recruit__flow li:after{
  font-family: ionicons;
  content: "\f123";
  color: #b3b3b3;
  position: absolute;
  font-size: 2.3rem;
  font-weight: normal;
  bottom: -45px;
  margin: auto;
}
.recruit__flow li h3{
  color: #b50007;
  font-size: 2.0rem;
}
.recruit__flow li p{
 margin: 0;
}

.rec__entry__box{
  background: #fff;
  margin-top: 40px;
  padding: 10px 30px 30px;
  text-align: center;
}
.rec__entry__box ul{
  /*display: table;*/
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  vertical-align: middle;
}
.rec__entry__box ul li{

  width: 50%;
  padding: 10px;
}
.rec__entry__box ul li img{
  max-width: 310px;
  text-align: center;
  margin: auto;
}
.rec__entry__box ul li a{
  display: block;
  border: solid 3px #eeeeee;
  padding: 20px;
}
.rec__entry__box ul li a:hover{
  opacity: 0.8;
    border: solid 3px #b50007;

  text-decoration: underline;
}
@media (max-width: 600px) {
.rec__entry__box{
    padding: 10px 20px 20px;
}
.rec__entry__box ul li{
  display: block;
  width: 100%;
  padding:0 0 10px;
}
}
/* =========================================================
RECRUIT-MESSAGE
========================================================= */
.recmsg__box{
  display: flex;
}
.recmsg__box.first{
  margin-top: 70px;
}
.recmsg__box.reverse{
  flex-direction: row-reverse;
}
.recmsg__img{
  width: 43%
}
.recmsg__txt{
  width: 57%
}

.recmsg__img{
  position: relative;
  background: linear-gradient(to right,#b50007 0%,#d43d14 70%, #f0731f 100%);
  padding: 36px 28px 5px;
  align-self: flex-start;
}
.recmsg__img h3{
  position: absolute;
  top:-58px;
  left: 0;
  font-size: 5.3rem;
}
.recmsg__img p{
  color: #fff;
  text-align: right;
  margin: 10px 0;
  font-size: 1.4rem;
}
.recmsg__img p span{
  font-size: 2.4rem;
  padding-left: .5em;
}
.recmsg__txt.pl {
  padding-left: 40px;
}
.recmsg__txt.pr {
  padding-right: 40px;
}

.recmsg__txt p{
  margin: 0 0 1em;
}

@media (max-width: 980px) {
  .recmsg__img {
     padding: 30px 24px 5px;
  }
  .recmsg__img h3{
    top:-40px;
    font-size: 4.0rem;
  }
}

@media (max-width: 767px) {
  .recmsg__box{
    display: block;
  }
  .recmsg__img{
    width: 100%;
    padding: 6vw 5vw 5px;
  }
  .recmsg__img h3{
    top:-8vw;
    font-size: 8vw;
  }

  .recmsg__txt{
    width: 100%;
    margin-top: 20px;
  }
  .recmsg__txt.pl {
    padding-left: 0;
  }
  .recmsg__txt.pr {
    padding-right: 0;
  }
}


/* =========================================================
FAQ
========================================================= */
.list-toggle-con {
  height: 0;
  overflow: hidden;
}
.list-toggle li {
  margin-bottom: 50px; 
  position: relative;
  padding: 2px;
  background: linear-gradient(to right,#b50007 0%,#d43d14 70%, #f0731f 100%);
}
.list-toggle li .list__inner{
  /*background-color: #fff;*/
}
.list-toggle li .list__inner a{
  background:#fff;
}
.list-toggle li .list-toggle-a.state-active{
  background:none;
}
.list-toggle li .list-toggle-a {
  position: relative;
  display: block;
  vertical-align: middle; 
  width:100%;
  height:100%;
}
.list-toggle li .list-toggle-a p{
  margin:0;
}
.list-toggle li .list-toggle-a .txt-q {
  display: inline-block;
  vertical-align: middle; 
  width:calc(100% - 56px);
  font-size:1.8rem;
}
.list-toggle li .list-toggle-a::before {
  content: "Q";
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  width: 38px;
  font-weight: bold;
  color: #fff;
  background-color: #b50007;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  padding: 20px 0;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .list-toggle li {
    margin-bottom: 30px; 
  }
  .list-toggle li .list-toggle-a::before {
    padding: 24px 0; 
  } 
  .list-toggle li .list-toggle-a .txt-q {
    font-size:1.6rem;
    line-height:1.4;
  }

}
.list-toggle li .list-toggle-a.hover:before {
  background-color: #fff;
  color: #b50007;
}
.list-toggle li .list-toggle-a.state-active {
  color: #fff;
}
.list-toggle li .list-toggle-a.state-active:before {
  background-color: none; 
}
.list-toggle-con{
  background:#fff;
}
.list-toggle li .list-toggle-con-inner {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  width:100%;
}

.list-toggle li .list-toggle-con-inner::before {
  content: "A";
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  width: 38px;
  font-weight: bold;
  color: #fff;
  background: #000;
  text-align: center;
  vertical-align: top;
  line-height: 1;
  padding: 10px 0;
  margin: 20px 10px 0 0;
}
.list-toggle li .list-toggle-con-inner p{
  margin:20px 0;
}
.list-toggle li .list-toggle-con-inner .txt-a {
  display: inline-block;
  width:calc(100% - 56px);
}
.list-toggle li .list-toggle-con-inner .txt-a dl {
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding: 10px 0;
}
.list-toggle li .list-toggle-con-inner .txt-a .browser dt {
  margin: 5px 0;
  font-weight: 700; 
}
.list-toggle li .list-toggle-con-inner .txt-a .browser dl {
  margin: 5px 0; 
}


/* =================================================================================
ADD 1904
================================================================================= */

/* =========================================================
MAINVISUAL
========================================================= */

.mv_ourpeople{
  background: url(./../img/ourpeople/mv_ourpeople.jpg) no-repeat center;
  background-size: cover;
}
.mv_interview01{
  background: url(./../img/ourpeople/mv_interview1.jpg) no-repeat top;
  background-size: cover;
}
.mv_interview02{
  background: url(./../img/ourpeople/mv_interview2.jpg) no-repeat top;
  background-size: cover;
}
.mv_interview03{
  background: url(./../img/ourpeople/mv_interview3.jpg) no-repeat top;
  background-size: cover;
}
.mv_interview04{
  background: url(./../img/ourpeople/mv_interview4.jpg) no-repeat top;
  background-size: cover;
}
.mv_woman{
  background: url(./../img/ourpeople/mv_woman.jpg) no-repeat top;
  background-size: cover;
}
.mv_zadankai{
  background: url(./../img/ourpeople/mv_zadankai.jpg) no-repeat top;
  background-size: cover;
}
.mv_oneday{
  background: url(./../img/ourpeople/mv_oneday.jpg) no-repeat top;
  background-size: cover;
}
.mv_glance{
  background: url(./../img/ourpeople/mv_glance.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .mv_ourpeople{
    background: url(./../img/ourpeople/mv_ourpeople_sp.jpg) no-repeat bottom;
    background-size: cover;
  }
  .mv_interview01{
    background: url(./../img/ourpeople/mv_interview1_sp.jpg) no-repeat bottom;
    background-size: cover;
  }
  .mv_interview02{
    background: url(./../img/ourpeople/mv_interview2_sp.jpg) no-repeat bottom;
    background-size: cover;
  }
  .mv_interview03{
    background: url(./../img/ourpeople/mv_interview3_sp.jpg) no-repeat bottom;
    background-size: cover;
  }
  .mv_interview04{
    background: url(./../img/ourpeople/mv_interview4_sp.jpg) no-repeat bottom;
    background-size: cover;
  }
  .mv_woman{
    background: url(./../img/ourpeople/mv_woman_sp.jpg) no-repeat bottom;
    background-size: cover;
  }
  .mv_zadankai{
    background: url(./../img/ourpeople/mv_zadankai_sp.jpg) no-repeat bottom;
    background-size: cover;
  }
  .mv_oneday{
    background: url(./../img/ourpeople/mv_oneday_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .mv_glance{
    background: url(./../img/ourpeople/mv_glance_sp.jpg) no-repeat bottom;
    background-size: cover;
  }
}
@media (max-width: 550px) {
  .mv_interview01{
    background: url(./../img/ourpeople/mv_interview1_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .mv_interview02{
    background: url(./../img/ourpeople/mv_interview2_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .mv_interview03{
    background: url(./../img/ourpeople/mv_interview3_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .mv_interview04{
    background: url(./../img/ourpeople/mv_interview4_sp.jpg) no-repeat center;
    background-size: cover;
  }
}

/* =========================================================
OPENING
========================================================= */
.op__wh,.op__wh2,.op__wh3{
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 0;
  position: absolute;
}
.op__wh{z-index: 101;}
.op2{
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute;
  z-index: 103;
  background: url(./../img/top/op2.png)no-repeat center;
  background-size: cover;
}
.op3{
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute;
  z-index: 102;
  background: url(./../img/top/op3.jpg)no-repeat center;
  background-size: cover;
}

.op4{
  position: absolute;
  margin: auto;
  width: 100vw;
  height: 100vh;
  z-index: 104;
  display: table;
}
.op4_inner{
  display: table-cell;
  vertical-align: middle;
}
.op4_1{
  text-align: center;
  opacity: 0;
}
.op4_2{
  margin-top: 30px;
  text-align: center;
  opacity: 0;
}
.op__wh2{z-index: 105;}
.op5{
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute;
  z-index: 107;
  background: url(./../img/top/op5.png)no-repeat center;
  background-size: cover;
}
.op6{
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute;
  z-index: 106;
  background: url(./../img/top/op6.jpg)no-repeat center;
  background-size: cover;
}
.op7{
  position: absolute;
  margin: auto;
  width: 100vw;
  height: 100vh;
  z-index: 108;
  display: table;
}
.op7_inner{
  display: table-cell;
  vertical-align: middle;
}
.op7_1{
  text-align: center;
  opacity: 0;
}
.op7_2,.op7_3,.op7_4{
  margin-top: 30px;
  text-align: center;
  opacity: 0;
}
.op__wh3{z-index: 109;}

.op8{
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute;
  z-index: 111;
  background: url(./../img/top/op8.png)no-repeat center;
  background-size: cover;
}
.op9{
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute;
  z-index: 110;
  background: url(./../img/top/op9.jpg)no-repeat center;
  background-size: cover;
}

.op10{
  position: absolute;
  margin: auto;
  width: 100vw;
  height: 100vh;
  z-index: 112;
  display: table;
}
.op10_inner{
  display: table-cell;
  vertical-align: middle;
}
.op10_1{
  text-align: center;
  opacity: 0;
}
.op10_2{
  margin-top: 30px;
  text-align: center;
  opacity: 0;
}
.op4_1 img,.op4_2 img,.op7_1 img,.op7_2 img,.op7_3 img,.op7_4 img,.op10_1 img,.op10_2 img{
  width: 98%;
  max-width: 664px;   
}

#skip{
  color: #000;
  position: absolute;
  bottom: 45px;
  right: calc(50% - 2em);
  z-index: 150;
  border: none;
  font-size: 1.8rem;
  background: none;
  display: none;
  cursor: pointer;
}
#skip:hover{
  opacity: .5;
}
.play-story #skip{
  display: block;
}
@media (max-width: 767px){
  .op2,.op3,.op6,.op9 {
    background-size: 280%;
  }
  .op5 {
    background: url(./../img/top/op5.png)no-repeat 35% 50%;
    background-size: 280%;
  }
  .op8{
    background: url(./../img/top/op8_sp.png)no-repeat center;
    background-size: 280%;
  }
  .op4_2,.op7_2,.op7_3,.op7_4,.op10_2{
    margin-top: 10px;
  }
  #skip{
    font-size: 1.6rem;
    right: 10px;
    bottom: 80px;
  }
}
@media (max-width: 550px){
  #skip{
    right: 0px;
  }
}
/* =========================================================
OUR PEOPLE
========================================================= */
section.ourpeople{
  padding: 80px 0;
}
.catch_c {
  color: #b50007;
  font-size: 2.8rem;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.6;
}
.catch_l {
  color: #b50007;
  font-size: 2.8rem;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.6;
}
p.sub_catch_c{
  color: #b50007;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin: 10px 0 30px;
}
p.sub_catch_l{
  color: #b50007;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
  margin: 10px 0 30px;
}
.list__ourp01{
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.list__ourp01 li{
  width:calc((100% - 60px) / 4);
  float: left;
  margin-right: 20px;
  position: relative;
  margin-bottom: 20px;
}
.list__ourp01 li:last-child{
  margin-right: 0;
}
.list__ourp .bg__img{
  overflow: hidden;
}
.list__ourp .txts{
  position: absolute;
  bottom: 0;
  left: 0;
  width:100%; 
  background: linear-gradient(to right,#b50007 0%,#d43d14 70%, #f0731f 100%);
  padding-bottom: 10px;
}
.list__ourp .name{
  margin: 5px 0;
  text-align: right;
  padding-right: 10px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
.list__ourp .name span{
  font-size: 1.3rem;
  font-weight: normal;
}
.list__ourp .num{
  position: absolute;
  top: -7px;
  left: 10px;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 0;
}
.list__ourp .icon__clock{
  padding-left: 52px;  
}
.list__ourp .icon__clock::before{
  content: "";
  position: absolute;
  top:-23px;
  left: 0;
  width: 46px;
  height: 46px;
  background: url(./../img/ourpeople/top_clock.png) no-repeat;
  background-size: cover;
}
.arrow_link{
  position: absolute;
  left: 20px;
  bottom:-8px;
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
  display: block;
}
.arrow_link::before,
.arrow_link::after{
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow_link::before{
  left: 0;
  bottom:10px;
  width: 35px;
  height: 1px;
  background: #fff;
  transition: .2s ease-out;
}
.arrow_link::after{
  left: 22px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  transform: rotate(40deg);
  transition: .2s ease-out;
}
.list__ourp a .bg__img img{
  transition-duration: 0.3s;
}
.catch_c__foot{
  margin-bottom: 30px;
}
.list__ourp01__foot{
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  max-width: 720px;
}
.list__ourp01__foot li{
  width:calc((100% - 40px) / 3);
  float: left;
  margin-right: 20px;
  position: relative;
  margin-bottom: 20px;
}
.list__ourp01__foot li:last-child{
  margin-right: 0;
}



@media (min-width: 768px) {
  .list__ourp a:hover .bg__img img{
    transform: scale(1.07);
  }
  .list__ourp a:hover{
    color: #000;
  }
}

.list__ourp02{
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.list__ourp02 li{
  float: left;
  width:calc((100% - 20px) / 2);
  margin-right: 20px;
  position: relative;
  margin-bottom: 20px;
}
.list__ourp02 li:last-child{
  margin-right: 0;
}

.bg__g__bottom{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 170px;
  background: #f5f5f5
}
.bg__g__bottom2{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 65%;
  background: #f5f5f5
}
.bg__g__top{
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 170px);
  background: #f5f5f5
}

.index_zadankai .wrapper{
  position: relative;
  padding-left: 300px;
  margin-bottom: 20px;
}
.index_zadankai  .wrapper .ttl__left{
  position: absolute;
  top: 0;
  left: 0; 
  font-size: 2.8rem;
  color: #b50007;
}

@media (min-width: 981px) {
  a:hover .arrow_link::before{
    width: 50px;
  }
  a:hover .arrow_link::after{
    left: 37px;
  }
}


@media (max-width: 980px) {
  .list__ourp .txts{
    padding-bottom: 5px;
  }
  .list__ourp .num{
    font-size: 4rem;
    left: 6px;
    top: -5px;
  }
  .list__ourp .name{
    font-size: 1.6rem;
  }
  .list__ourp .name span{
    font-size: 1.1rem;
  }
  .arrow_link::before{
    width: 25px;
  }
  .arrow_link::after{
    left: 12px;
  }
  .list__ourp .icon__clock::before{
   width: 36px;
    height: 36px;
    top: -18px;
  }
  .list__ourp .icon__clock {
    padding-left: 42px;
  }
  .bg__g__bottom{
    height: 153px;
  }
  .bg__g__top {
    height: calc(100% - 153px);
  }
  .bg__g__bottom2{
    height: 60%;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  a:hover .arrow_link::before{
    width: 35px;
  }
  a:hover .arrow_link::after{
    left: 22px;
  }
}
@media (max-width: 767px) {
  section.ourpeople{
    padding: 40px 0;
  }
  .catch_c,.catch_l {
    font-size: 2.2rem;
    text-align: center;
  }
  .sub_catch_c,p.sub_catch_l{
    font-size: 1.4rem;
    text-align: center;
  }
  .index_zadankai .wrapper{
    padding-left: 0;
  }
  .index_zadankai  .wrapper .ttl__left{
    position: static;
    font-size: 2.4rem;
  }
  
  .list__ourp .num{
    font-size: 9vw;
    top:-10px;
  }
  .list__ourp .name{
    font-size: 1.8rem;
  }
  .list__ourp01 li,.list__ourp01__foot li{
    width: calc(50% - 10px);
  }
  .list__ourp01 li:nth-child(2n),.list__ourp01__foot li:nth-child(2n){
    margin-right: 0;
  }
  .list__ourp02 li{
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .list__ourp02 li:first-child{
    margin-bottom: 80px;
  }
  .bg__g__top{
    height: 75%;
  }
  .bg__g__bottom2{
    height: 40%;
  }

}
@media (max-width: 480px) {
  .list__ourp .num{
    font-size: 3.8rem;
  }
    .list__ourp .name{
    font-size: 1.6rem;
  }

  .arrow_link{
    left: 10px;
  }
  .index_zadankai .list__ourp .bg__img{
    padding-bottom: 40px;
  }

}
@media (max-width: 374px) {
  .list__ourp .num {
    top: -7px;
    font-size: 3.2rem;
  }
  .list__ourp01 .num,.list__ourp01__foot .num{
    top:-13px;
  }
  .list__ourp01 .arrow_link::before,.list__ourp01__foot .arrow_link::before{
    width: 15px;
  }
  .list__ourp01 .arrow_link::after,.list__ourp01__foot .arrow_link::after{
    left: 7px;
    bottom: 7px;
    width: 6px;
    height: 6px;
  }
  .list__ourp01 .name,.list__ourp01__foot .name {
      font-size: 1.4rem;
  }
}
/* =========================================================
INTERVIEW
========================================================= */
.interview__block01{
  position: relative;
}
.interview__img01{
  width: calc(100% - 140px);
  margin-bottom: 50px;
  z-index: 0;
}
.interview__img01 img{
  width: 100%;
  height: auto;
}
.interview__block01 .txts{
  position: absolute;
  right: 0;
  bottom:-50px;
  width: 490px;
}
.interview__block01 .nameArea{
  background: #fff;
  width: 100%;
  padding: 30px;
}
.interview__block01 .nameArea p,.interview__block01 .nameArea li{
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0;
}
.interview__block01 .nameArea h2{
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 12px 0 17px;
}
.interview__block01 .nameArea h2 span{
  padding-left: 1em;
  font-size: 1.2rem;
}
.interview__block01 .catchArea{
  width: 100%;
  background: linear-gradient(to right,#b50007 0%,#d43d14 70%, #f0731f 100%);
  padding: 30px;
}
.interview__block01 .catchArea h2{
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.6;
}

.catch__interview {
    display: block;
    color: #b50007;
    font-size: 2.8rem;
    margin-bottom: 25px;
    line-height: 1.6;
}

.figureL {
  display: table;
  width: 100%;  
  max-width: 411px;
}
.figureR {
  position: absolute;
  top: 0;
  right: 10px; 
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

    margin: 0 0 20px 40px;
    max-width: 411px;
}
.figureL {
    float: left;
    margin: 0 40px 20px 0;
}
.figureR img, .figureL img {
    max-width: inherit;
}
.textL p{
  margin-bottom: 0;
  padding-right: 451px;
}
.interview__block02{
  padding-top: 0;
}
.interview__block02 .figureR,.interview__block04 .figureR{
  margin-top: 126px;
}
.privateArea{
  position: relative;
  display: table;
}
.private__l,.private__r{
  display: table-cell;
  vertical-align: middle;
}
.private__l{
  background: linear-gradient(to right,#b50007 0%,#d43d14 70%, #f0731f 100%);
  padding: 30px;
  width: 240px;
}
.private__l h2{
  color: #fff;
  font-size: 2.4rem;
  margin: auto;
  line-height: 1.4;
}
.private__l h2 span{
  font-size: 1.8rem;
}
.private__r{
  padding: 30px;
  background: #fff;
}
.private__r p{
  margin: 0 0 30px;
}
.private__catch{
  position: absolute;
  bottom: -50px;
  left: 30px;
  font-size: 4.6rem;
  font-weight: 700;
}
.private__icon01{
  width: 100px;
  position: absolute;
  bottom: -30px;
  right: 20px;
}
.private__icon02{
  width: 75px;
  position: absolute;
  bottom: -42px;
  right: 20px;
}
.private__icon03{
  width: 80px;
  position: absolute;
  bottom: -42px;
  right: 20px;
}
.private__icon04{
  width: 158px;
  position: absolute;
  bottom: -36px;
  right: 20px;
}
.interview__endimg{
  margin: 60px 0;
}
@media (max-width: 1100px) {
  .interview__block01 .txts{
    position: absolute;
    right: 0;
    bottom:-70px;
    width: 450px;
  }
}
@media (max-width: 960px) {
  .figureR ,.figureL {
    width: 40vw;
  }
  .textL p{
    padding-right: 45vw;
  }
}
@media (max-width: 900px) {
  .figureR ,.figureL {
    width: 100%;
    max-width: 100%;
    margin: 0 0 40px;
  }
  .figureR{
    position: static;
    left: 0;
    right: 0;
    display: block;
  }
  .textL p{
    padding-right:0;
  }
  .interview__block02 .figureR, .interview__block04 .figureR{
    margin-top: 20px;
  }
  
  
  .interview__img01{
    width: 100%;
    margin-bottom: 0;
  }
  .interview__block01 .txts{
    position: static;
    width: 100%;
    display: table;
  }
  .interview__block01 .nameArea{
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .interview__block01 .nameArea h2 span{
    display: block;
    padding-left: 0;
  }
  .interview__block01 .catchArea{
    display: table-cell;
    vertical-align: middle;
    width: 60%;
  }
  .interview__block01 .catchArea h2{
    font-size: 3vw;
  }
}


@media (max-width: 767px) {
  .catch__interview {
    font-size: 3.0rem;
  }
 .private__l, .private__r{
   display: block;
   width: 100%;
   padding: 20px;
  }
  .private__catch {
    top: 70px;
    right: 10px;
    left: inherit;
    font-size: 3.6rem;
 }
  .private__icon01{
    width: 80px; 
  }
  .private__icon02{
    width: 60px; 
  }
  .private__icon03{
    width: 65px; 
  }
  .private__icon04{
    width: 120px; 
  }
  .private__r p{
    margin-top: 20px;
  }
  .mv_glance .container{
    vertical-align: top;
    padding-top: 13vw;
  }
  .interview__block01 .catchArea h2{
    font-size: 2.9vw;
  }
  .mv_oneday .container{
    vertical-align: top;
    padding-top: 10vw;
  }
}

@media (max-width: 600px) {
  .interview__block01 .nameArea{
    display: block;
    width: 100%;
    padding: 20px;
  }
  .interview__block01 .nameArea .position br{
    display: none;
  }
  .interview__block01 .catchArea{
    display: block;
    width: 100%;
    padding: 20px;
  }
  .interview__block01 .nameArea h2{
    font-size: 2rem;
  }
  .interview__block01 .nameArea h2 span{
    font-size: 1.2rem;
  }

  .interview__block01 .catchArea h2{
    font-size: 4vw;
  }
  .mv_glance .container{
    vertical-align: top;
    padding-top: 24vw;
  }

}
@media (max-width: 550px) {
  .catch__interview{
    font-size: 2.4rem;
  }
  .catch__interview br{
    display: none;
  }
  .private__catch {
    top: 76px;
    font-size: 3.0rem;
  }
  .mv_interview .container,.mv_woman .container,.mv_zadankai .container{
    vertical-align: top;
    padding-top: 10vw;
  }
}
@media (max-width: 480px) {
  .mv_interview .container,.mv_woman .container,.mv_zadankai .container,.mv_oneday .container{
    vertical-align: top;
    padding-top: 6vh;
  }
  .mv_glance .container{
    padding-top: 20vh;
  }
  .interview__block01 .catchArea h2 {
    font-size: 4.2vw;
  }
  .private__l h2{
    font-size: 2rem;
  }
  .private__l h2 span{
    font-size: 1.6rem;
  }
  .catch__interview {
    font-size: 2.0rem;
}
  .private__catch{
    top:66px;
  }
}
@media (max-width: 380px) {
  .mv_interview .container{
    padding-top: 10vh;
  }
}

/* =========================================================
WOMAN AT NAKAU
========================================================= */
.catch__woman{
  font-size: 3.6rem;
  text-align: center;
  color: #b50007;
  margin-bottom: 40px;
}

.woman__profile{
  width: 100%;
  background: linear-gradient(to right,#b50007 0%,#d43d14 70%, #f0731f 100%);
}
.woman__profile .wrapper{
  padding: 30px 0;
}
.woman__profile ul{
  overflow: hidden;
}
.woman__profile .container > ul > li{
  padding: 40px 0 30px;
  float: left;
  width: 50%;
  display: table;
}
.woman__profile ul li .woman__prof__img{
  display: table-cell;
  vertical-align: middle;
  width: 33%;
  max-width: 156px;
}
.woman__profile ul li .txts{
  display: table-cell;
  vertical-align: bottom;
  color: #fff;
  padding: 20px;
}
.woman__profile ul li .txts p,.woman__profile ul li .txts li{
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0;
}
.woman__profile ul li .txts h2{
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 12px 0 17px;
}
.woman__profile ul li .txts h2 span{
  font-size: 1.2rem;
}
p.woman__prof__catch{
  font-size:  4.6rem;
  text-align: center;
  margin-bottom: -40px;
  font-weight: 700;
}

.w_figureL1,.w_figureR1,.w_figureL2,.w_figureR2{
  display: table;
  width: 100%;  
}
.w_figureR1,.w_figureL2 {
  max-width: 412px;
}
.w_figureL1,.w_figureR2 {
  max-width: 356px;
}
.w_figureL1,.w_figureL2 {
    float: left;
    margin:5px 40px 20px 0;
}
.w_figureR1,.w_figureR2 {
    float: right;
    margin: 5px 0 20px 40px;
}
.w_figureR1 img,.w_figureR2 img,.w_figureL1 img,.w_figureL2 img{
    max-width: inherit;
}
.woman_block{
  padding: 80px 0;
}
.name_w1{
  font-weight: bold;
  color: #ff7d82;
  padding-right: 1em;
}
.name_w2{
  font-weight: bold;
  color: #ff9751;
  padding-right: 1em;
}
.woman__endimg{
  padding: 60px 0 0;
}

@media (max-width: 960px) {
  .woman__profile ul li .txts h2 span{
    display: block;
  }
  .woman__profile ul li .woman__prof__img{
    vertical-align: top;
  }
}
@media (max-width: 800px) {
  .woman__profile ul li .txts{
    vertical-align: top;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .woman__profile ul li .txts h2{
    font-size: 2rem;
  }
  .woman__profile ul li .txts h2 span{
    font-size: 1.2rem;
  }
  .catch__woman {
    font-size: 3.0rem;
  }
  p.woman__prof__catch {
    font-size: 4.6rem;
 }
  .woman_block{
    padding: 40px 0;
  }
  .w_figureR1,.w_figureR2,.w_figureL1,.w_figureL2 {
    float: none;
    margin: 20px auto;
  }
}
@media (max-width: 550px) {
  .catch__woman{
    font-size: 2.4rem;
  }
  .catch__woman br{
    display: none;
  }
  p.woman__prof__catch {
    font-size: 3.6rem;
    margin-bottom: -30px;
  }
  .woman__profile .container > ul > li{
    float: none;
    width: 100%;
  }
  .woman__profile ul li .txts h2 span{
    display: inline-block;
  }
  .woman__profile .container > ul > li:last-child{
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .catch__woman {
    font-size: 2.0rem;
  }
}

/* =========================================================
CROSS TALK
========================================================= */
.catch__crosstalk{
  font-size: 3.6rem;
  text-align: center;
  color: #b50007;
  margin-bottom: 40px;
  padding: 0 20px;
}
.crosstalk__profile{
  width: 100%;
  background: linear-gradient(to right,#b50007 0%,#d43d14 70%, #f0731f 100%);
}
.crosstalk__profile .wrapper{
  padding: 30px 0;
}
.crosstalk__profile ul{
  overflow: hidden;
  padding: 40px 0 30px;
}
.crosstalk__profile .container > ul > li{
  padding: 0;
  float: left;
  width: 26%;
  display: table;
}
.crosstalk__profile .container > ul > li .ct__prof__img{
  width: 100%;
  /*max-width: 239px;*/
}
.crosstalk__profile .container > ul > li:nth-child(even){
  width: 11%;
  padding:90px 6px 0;
  text-align: center;
}
.crosstalk__profile .container > ul > li:nth-child(even) img{
  width: 70%;
  height: auto;
}
p.ct__prof__catch{
  font-size:  4.6rem;
  text-align: center;
  margin-bottom: -40px;
  font-weight: 700;
}
p.ct__prof__catch01{
  margin-bottom: 20px;
}
.crosstalk__profile ul li .txts{
  color: #fff;
  padding-top: 20px;
}
.crosstalk__profile ul li .txts .history{
  padding: 0;
}
.crosstalk__profile ul li .txts p, .crosstalk__profile ul li .txts .history li {
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 0;
}
.crosstalk__profile ul li .txts h2{
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 7px 0 11px;
}
.crosstalk__profile ul li .txts h2 span{
  font-size: 1.2rem;
}
.ct_figureL1,.ct_figureR1,.ct_figureL2,.ct_figureR2{
  display: table;
  width: 100%;  
}
.ct_figureR1,.ct_figureL1 {
  max-width: 412px;
}
.ct_figureL2,.ct_figureR2 {
  max-width: 356px;
}
.ct_figureL1,.ct_figureL2 {
    float: left;
    margin: 12px 40px 20px 0;
}
.ct_figureR1,.ct_figureR2 {
    float: right;
    margin: 12px 0 20px 40px;
}
.ct_figureR1 img,.ct_figureR2 img,.ct_figureL1 img,.ct_figureL2 img{
    max-width: inherit;
}

.catch__ct__blc{
    display: block;
    color: #b50007;
    font-size: 2.8rem;
    margin-bottom: 25px;
    line-height: 1.6;
}
.name_ct1{
  font-weight: bold;
  color: #2b79d1;
  padding-right: 1em;
}
.name_ct2{
  font-weight: bold;
  color: #57a920;
  padding-right: 1em;
}
.name_ct2_2{
  font-weight: bold;
  color: #57a920;
}
.name_ct3{
  font-weight: bold;
  color: #ff7e83;
  padding-right: 1em;
}
.crosstalk__block01{
  padding: 0 0 80px;
}
.crosstalk__block{
  padding: 0;
}

@media (max-width: 960px) {
  .crosstalk__profile .container > ul > li:nth-child(even){
    padding-top:8vw;
  }
  .crosstalk__profile ul li .txts h2 span{
    display: block;
  }
}
@media (max-width: 767px) {
  .crosstalk__profile ul li .txts h2{
    font-size: 2rem;
  }
  .crosstalk__profile ul li .txts h2 span{
    font-size: 1.2rem;
  }
  .catch__crosstalk {
    font-size: 3.0rem;
  }
  p.ct__prof__catch {
    font-size: 4.6rem;
 }
  .ct_figureR1,.ct_figureR2,.ct_figureL1,.ct_figureL2 {
    float: none;
    margin: 20px auto;
  }
  .catch__ct__blc {
    font-size: 3.0rem;
  }

}
@media (max-width: 550px) {
  .catch__crosstalk{
    font-size: 2.4rem;
  }
  .catch__crosstalk br{
    display: none;
  }
  p.ct__prof__catch {
    font-size: 3.6rem;
    margin-bottom: -30px;
  }
  p.ct__prof__catch01{
    margin-bottom: 0;
  }
  .catch__ct__blc{
    font-size: 2.4rem;
  }
  .catch__ct__blc br{
    display: none;
  }
  .crosstalk__profile .container > ul > li{
    float: none;
    width: 100%;
    display: table;
  }
  .crosstalk__profile .container > ul > li .ct__prof__img{
    display: table-cell;
    vertical-align: top;
    width: 40%;
  }
  .crosstalk__profile ul li .txts{
    display: table-cell;
    vertical-align: top;
    width: 60%;
    padding: 0 0 0 20px;
  }
  .crosstalk__profile .container > ul > li:nth-child(even){
    width: 100%;
    padding: 10px 0;
    
  }
  .crosstalk__profile .container > ul > li:nth-child(even) img {
    width: 100%;
    height: auto;
    max-width: 40px;
  }

}
@media (max-width: 480px) {
  .catch__crosstalk {
    font-size: 2.0rem;
  }
  .catch__ct__blc {
    font-size: 2.0rem;
  }
}
/* =========================================================
ONE DAY
========================================================= */

.oneday__profile{
  width: 100%;
  background: linear-gradient(to right,#b50007 0%,#d43d14 70%, #f0731f 100%);
}
.oneday__profile .container{
  position: relative;
}
.oneday__profile .wrapper{
  overflow: hidden;
}

p.oneday__prof__catch{
  position: absolute;
  left: 0;
  bottom: -40px;
  font-size:  4.6rem;
  font-weight: 700;
  margin: 0;
}

.oneday__profile .sideL{
  padding: 30px 0 40px;
  float: left;
  width: 50%;
}
.oneday__profile .sideR{
  padding: 30px 0 40px;
  float: left;
  width: 50%;
}
.oneday__catch{
  font-size: 3.6rem;
  color: #fff;
  line-height: 1.4;
}
.oneday__profile .oneday__prof__img{
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}
.oneday__profile .oneday__prof__img img{
  width: 100%;
  height: auto;
}
.oneday__profile .txts{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 20px;
}
.oneday__profile .txts p,.oneday__profile .txts li{
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0;
}
.oneday__profile .txts h2{
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 12px 0 17px;
}
.oneday__profile .txts h2 span{
  font-size: 1.2rem;
}

.list__timeline{
  padding: 100px 0 0;
}
.list__timeline li{
  display: table;
  margin-bottom: 80px;
  position: relative;
  width: 100%;
}
.list__timeline li::before{
  position: absolute;
  top: -80px;
  left: 10%;
  content: "";
  width: 8px;
  height: 80px;
  background: #dbdbdb;
  z-index: 1;
}
.list__timeline li:first-child{
  z-index: 100;
  position: relative;
}

.list__timeline li:first-child::before{
  content: none;
}
.list__timeline li>div{
  display: table-cell;
  vertical-align: top;
}
.list__timeline li .ttl{
  width: 20%;
  height: 180px;
  text-align: center;
  background: linear-gradient(to right,#b50007 0%,#d43d14 70%, #f0731f 100%);
}
.list__timeline li .ttl .wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.list__timeline li .ttl h2{
  color: #fff;
  font-size: 2.2rem;
}

.list__timeline li .txts{
  width: 60%;
  padding: 0 30px;
}
.list__timeline li .txts p{
  margin: 0;
}
.list__timeline li .txts .time{
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.list__timeline li .txts .time span{
  padding-right: 10px;
}
.list__timeline li .txts .time span img{
  width: 38px;
  height: auto;
}
.list__timeline li .img{
  width: 20%;
}


@media (max-width: 1160px) {
  p.oneday__prof__catch{
    left: 30px;
  }
}
@media (max-width: 960px) {
  .oneday__profile ul li .txts h2 span{
    display: block;
  }
  .oneday__profile ul li .woman__prof__img{
    vertical-align: top;
  }
  .oneday__catch{
    font-size: 3.4rem;
  }
}
@media (max-width: 800px) {
  .oneday__profile ul li .txts{
    vertical-align: top;
    padding: 0 20px;
  }
  .oneday__catch{
    font-size: 3.0rem;
  }
  .oneday__profile .txts h2 span{
    display: block;
  }
}
@media (max-width: 767px) {
  .oneday__profile ul li .txts h2{
    font-size: 2rem;
  }
  .oneday__profile ul li .txts h2 span{
    font-size: 1.2rem;
  }
  p.oneday__prof__catch {
    font-size: 4.0rem;
 }
  .oneday__catch{
    font-size: 2.6rem;
  }
  .list__timeline li{
    border-bottom: #b50007 solid 1px;
    border-right: #b50007 solid 1px;
    border-left: #b50007 solid 1px;
    margin-bottom: 50px;
  }
  .list__timeline li .ttl{
    display: table-caption;
    width: 100%;
    height: 50px;
  }
  .list__timeline li .ttl h2{
    font-size: 2.0rem;
  }
  .list__timeline li .ttl h2 br{
    display: none;
  }
  .list__timeline li .txts{
    width: 70%;
    padding: 20px;
  }
  .list__timeline li .img{
    width: 30%;
    padding: 10px 15px 10px 10px;;
  }
  .list__timeline li::before{
    left: 50%;
    top: -50px;
  }
  
}
@media (max-width: 550px) {
  .oneday__catch br{
    display: none;
  }
  p.oneday__prof__catch {
    font-size: 3.0rem;
    bottom: -28px;
  }
  .oneday__profile .sideR{
    padding-top: 0;
  }
  .oneday__profile .container .sideL,.oneday__profile .container .sideR{
    float: none;
    width: 100%;
  }
  .oneday__profile .txts h2 span{
    display: inline-block;
  }
  .oneday__profile .sideL{
    padding-bottom: 0;
  }
  .oneday__catch{
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .list__timeline li .txts{
    width: 100%;
    display: block;
    padding: 20px 20px 10px;
  }
  .list__timeline li .img{
    width: 100%;
    display: block;
    max-width: 198px;
    margin: 0 auto 20px;
  }
}
/* =========================================================
ABOUT NAKAU
========================================================= */
.ttl__glance{
  font-size: 3.6rem;
  text-align: center;
  color: #b50007;
  margin-bottom: 20px;
}
p.ttltext__glance{
  text-align: center;
  color: #b50007;
  margin: 0;
}

.list__glance{
  overflow: hidden;
  margin: 60px 0 0;
}
.list__glance li{
  float: left;
  background: url(./../img/glance/bg_glance.png) repeat;
  margin-bottom: 20px;
  transition: all .3s;
}
.list__glance li a{
  display: block;
  width: 100%;
  padding: 20px;
}
.list__glance li:hover{
  opacity: 0.5;
}
.list__glance li a:hover{
  color: #000;
}
.list__glance li:nth-child(1){
  width: calc((100% - 20px)/2);
  margin-right: 20px;
}
.list__glance li:nth-child(2){
  width: calc((100% - 20px)/2);
}
.list__glance li:nth-child(3),.list__glance li:nth-child(4){
  width: calc((100% - 40px)/3);
  margin-right: 20px;
}
.list__glance li:nth-child(5){
  width: calc((100% - 40px)/3);
  margin: 0 0 20px;
}
.list__glance li:nth-child(3) a,.list__glance li:nth-child(4) a{
  padding: 20px 10px 0;
}
.list__glance li:nth-child(5) a{
  padding:20px 10px 0;
}
.list__glance li:nth-child(6){
  width: calc((100% - 20px)/2);
  margin-right: 20px;
}
.list__glance li:nth-child(7){
  width: calc((100% - 20px)/2);
}
.list__glance li div img{
  width: 100%;
  height: auto;
}
.list__glance h2,.modal__glace__txt h2{
  font-size: 3.6rem;
  color: #b50007;
  line-height: 1.2;
}
.list__glance h2 .ff_en,.modal__glace__txt h2 .ff_en{
  font-size: 5rem;
}
.list__glance h2 .fs_s,.modal__glace__txt h2 .fs_s{
  font-size: 3.0rem
}
p.subttl__glance{
  font-size: 1.6rem;
  margin: 0;
  font-weight: 700;
}
.list__glance li:nth-child(3) h2,.list__glance li:nth-child(4) h2,.list__glance li:nth-child(5) h2{
  padding-left: 10px;
}
.list__glance li:nth-child(3) p.subttl__glance,.list__glance li:nth-child(4) p.subttl__glance,.list__glance li:nth-child(5) p.subttl__glance{
  padding-left: 10px;
}

@media (max-width: 767px) {
  .ttl__glance {
    font-size: 3.0rem;
    margin-bottom: 0;
  }
  .list__glance{
    margin-top: 30px;
  }
  .list__glance h2,.modal__glace__txt h2{
    font-size: 2.4rem;
  }
  .list__glance h2 .ff_en,.modal__glace__txt h2 .ff_en{
    font-size: 3.2rem;
  }
  .list__glance h2 .fs_s,.modal__glace__txt h2 .fs_s{
    font-size: 2.0rem
  }
  p.subttl__glance{
    font-size: 1.4rem;
  }
}
@media (max-width: 550px) {
  .ttl__glance {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  p.ttltext__glance{
    font-size: 1.2rem;
  }
  .list__glance li:nth-child(1),.list__glance li:nth-child(2),.list__glance li:nth-child(3),.list__glance li:nth-child(4),.list__glance li:nth-child(5),.list__glance li:nth-child(6),.list__glance li:nth-child(7){
    width: 100%;
    margin-right: 20px;
  }
  .list__glance li:nth-child(3) img,.list__glance li:nth-child(4) img{
    width: 80%;
    max-width: 292px;
    margin-top: -15px;
    margin-bottom: 15px;
  }
  .list__glance li:nth-child(5) img{
    width: 80%;
    max-width: 292px;
    margin-top: -5px;
  }
  .list__glance li div{
    text-align: center;
  }
}




/*modal*/
.modal__glace__txt{

}
.modal__glace__txt .l{
 float: left;
  margin-bottom: 40px;
}
.modal__glace__txt .r{
  overflow: hidden;
  padding-left: 40px;
  margin-bottom: 40px;
}
.modal__glace__txt .p{
  margin: 0;
}
.modal__glace__txt .p.caution{
  margin: 10px 0 0;
  font-size: 1.2rem;
}

.modal__glace__img01,.modal__glace__img02,.modal__glace__img03,.modal__glace__img07{
  overflow: hidden;
}
.modal__glace__img01 li,.modal__glace__img02 li,.modal__glace__img03 li{
  width: calc((100% - 40px)/3);
  float: left;
  margin-right: 20px;
  text-align: center;
}
.modal__glace__img04 li,.modal__glace__img05 li,.modal__glace__img06 li{
  width: 100%;
  text-align: center;
}
.modal__glace__img07 li:nth-child(1){
  float: left;
  width: 75%;
  padding-right: 20px;
  text-align: center;
}
.modal__glace__img07 li:nth-child(2){
  width: 25%;
  text-align: center;
  float: left;
}
.modal__glace__img07 li:nth-child(1) img{
  width: 100%;
  height: auto;
  max-width: 490px;
}
.modal__glace__img07 li:nth-child(2) img{
  width: 100%;
  height: auto;
  max-width: 135px;
}
.modal__caution{
  text-align: right;
  margin-top: 20px;
  font-size: 1.2rem;
}
.modal__glace__img01 li img,.modal__glace__img02 li img,.modal__glace__img03 li img{
  width: 100%;
  height: auto;
}

.modal__glace__img01 li:last-child,.modal__glace__img02 li:last-child,.modal__glace__img03 li:last-child{
  margin-right: 0;
}
.modal__glace__img01 li img,.modal__glace__img03 li img{
  max-width: 244px;
}
.modal__glace__img02 li img{
  max-width: 210px;
}
.modal__glace__img04 li img{
  width: 100%;
  height: auto;
  max-width: 294px;
}
.modal__glace__img05 li img{
  width: 100%;
  height: auto;
  max-width: 365px;
}
.modal__glace__img06 li img{
  width: 100%;
  height: auto;
}
.modal__glace__img01 li:last-child img{
  max-width: 119px;
}
.modal__glace__img03 li:last-child img{
  max-width: 140px;
}
@media (max-width: 767px) {
  .modaal-close{
    right: 10px;
    top: 13px;
  }
}
@media (max-width: 550px) {
  .modal__glace__txt .l{
    float: none;
    margin-bottom: 20px;
  }
  .modal__glace__txt .r{
    padding-left: 0;
  }
  .modal__glace__img01 li, .modal__glace__img02 li, .modal__glace__img03 li {
    width: 46%;
    /*float: none;*/
    margin-right: 0;
    text-align: center;
    margin:0 2% 20px;
}
  .modal__glace__img01 li:nth-child(3),.modal__glace__img03 li:nth-child(3){
    width: 100%;
    text-align: center;
  }
  .modal__glace__img01 li:last-child img{
    width: 25vw;
  }
  .modal__glace__img03 li:last-child img{
    width: 22vw;
  }
  .modal__glace__img07 li:nth-child(1){
    float: none;
    width: 100%;
    padding: 0 0 30px 0;
  }
  .modal__glace__img07 li:nth-child(2){
    float: none;
    width: 100%;
    text-align: right;
  }
  .modal__glace__img07 li:nth-child(2) img{
    width: 27vw;
  }

}


/* =========================================================
ANIMATION
========================================================= */
.anim{
  opacity: 0;
  transform: translate(0, 50px);
  transition-timing-function: ease-out;
  transition: all .6s;
  transition-delay: 0.2s;
}
.anim.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.anim__tl li > div{
  opacity: 0;
  transform: translate(0, 20px);
  transition-timing-function: ease-out;
  transition: all .3s;
  transition-delay: 0.2s;
}
.anim__tl li.scrollin > div {
  opacity: 1;
 transform: translate(0, 0);
}
.anim__tl li::before{
  height: 0;
  transition-timing-function: ease-out;
  transition: all .6s;
  transition-delay: 0s;
}
.anim__tl li.scrollin::before {
  height: 80px;
}
@media (max-width: 767px) {
  .anim__tl li.scrollin::before {
    height: 50px;
  }
}

/* =========================================================
IE,EDGE
========================================================= */
@media all and (-ms-high-contrast: none){
  .copy-hc{
    width: 36vw;
  }
  .copy-hc .ie{
    display: block;
    opacity: 0;
  }
  .is-loaded .copy-hc .ie{
    animation-name:fade-in;
    animation-duration:.5s;
    animation-delay:4.3s;
    animation-timing-function:ease;
    animation-fill-mode: forwards;
  }
  .copy-hc svg{
    display: none;
  }
  .list__glance li:nth-child(3){
    width: 32%;
    margin-right:1.3%;
  }
  .list__glance li:nth-child(4){
    width: 32%;
    margin-left: 0.6%;
    margin-right:0.6%;
  }
  .list__glance li:nth-child(5){
    width: 32%;
    margin-left: 1.3%;
  } 
  .list__ourp01__foot li{
    width:calc((100% - 40px) / 3.1);
  }
}
@supports (-ms-ime-align:auto) { 
  .list__glance li:nth-child(3){
    width: 32%;
    margin-right:1.3%;
  }
  .list__glance li:nth-child(4){
    width: 32%;
    margin-left: 0.6%;
    margin-right:0.6%;
  }
  .list__glance li:nth-child(5){
    width: 32%;
    margin-left: 1.3%;
  } 
  .list__ourp01__foot li{
    width:calc((100% - 40px) / 3.1);
  }

}
/* =========================================================
FIREFOX
========================================================= */

@-moz-document url-prefix() {
  .mv h1 span{
      -webkit-text-fill-color: inherit;
  }
}

