@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
html {
  height: 100%;
  font-size: 62.5%; /*16px*62.5%=10px*/
}
body {
  height: 100%;
  color: #ffffff;
  background-color: #050305;
  font-family: "Roboto", 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
.textL {
  text-align: left;
}
.textR {
  text-align: right;
}
.textC {
  text-align: center;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}

.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.sp_br {
  display: none;
}
/*-----------------------
 *
 * loader
 *
 -----------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #333;
  z-index: 90;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 99;
}
@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}
.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important;
}
.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
/*-----------------------
 *
 * モーダル
 *
 -----------------------*/
.modal {
  background: #282828;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}
#video {
  position: absolute;
  height: 100%;
  height: 100vh;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  z-index: 30;
}
.yvideo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  height: 100vh;
  z-index: 30;
}
.overlay {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.closebt_wrap {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
}
.closebt {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.closebt:hover {
  transform: rotate(90deg);
}
/*-----------------------
 *
 * wrap
 *
 -----------------------*/
#wrap {
  max-width: 2400px;
  margin: 0 auto;
}
/*-----------------------
 *
 * header
 *
 -----------------------*/
#header {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 85%;
  background-image: url("../img/bg_president.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.maintitle {
  position: absolute;
  top: 88%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.maintitle2 {
  position: absolute;
  top: 88%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.maintitlesp, .maintitlesp2 {
  display: none;
}
.dh25W_name {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@-moz-document url-prefix() {
  .maintitle, .maintitle2 {
    top: 88%;
    width: 200%;
  }
  .maintitle img {
    width: 200%;
  }
  .maintitle2 img {
    width: 200%;
  }
}
.fade_off {
  opacity: 0;
  -webkit-transform: translateY(-45%) translateX(-50%);
  transform: translateY(-45%) translateX(-50%);
  -webkit-transition:  all 1s ease-out 0s;
  -moz-transition:  all 1s ease-out 0s;
  -o-transition:  all 1s ease-out 0s;
  -ms-transition:  all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.fade_on {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition:  all 1s ease-out 0s;
  -moz-transition:  all 1s ease-out 0s;
  -o-transition:  all 1s ease-out 0s;
  -ms-transition:  all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

/*-----------------------
 *
 * lead
 *
 -----------------------*/
#lead {
  padding: 100px 150px;
}
h1 {
  font-size: 2.2rem;
  margin-bottom: 60px;
}
.textboxwrap {
  display: -webkit-flex;
  display: flex;
  text-align: left;
  line-height: 1.9;
}
.textboxL, .textboxR {
  width: 50%;
}
.textboxL {
  margin-right: 25px;
}
.textboxR {
  margin-left: 25px;
}
.name {
  margin: 30px 0;
  text-align: right;
}
.sign {
  width: 200px;
}
/*-----------------------
 *
 * history
 *
 -----------------------*/
#history {
  background-color: #cc996c;
}
#history h2 {
  font-size: 2.0rem;
  color: #fff;
  margin: 0px;
  background-color: #996007;
  padding: 20px 0;
}
p.cd-timeline__content {
  font-size: 1.4rem;
}
.logo25C {
  width: 120px;
}
.logoW80 {
  width: 80%;
}
.logoW70 {
  width: 70%;
}
.logoW60 {
  width: 60%;
}
.logoW55 {
  width: 55%;
}
#history .cd-timeline__container::before {
  background: #fff;
}
#history p.color-contrast-medium{
}
/*-----------------------
 *
 * present
 *
 -----------------------*/
#present {
  background-color: #ffffff;
}
.presentwrap {
  max-width: 2400px;
  margin: 0 auto;
  padding: 20px;
}
.photo {
  max-width: 100%;
  margin-bottom: 20px;
}
.photo img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}
.box_wrap {
  margin: 0 auto;
  max-width: 2400px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.box1 {
  position: relative;
  width: 50%;
  height: 100%;
  padding: 50% 0 0;
}
.box2 {
  position: relative;
  width: 50%;
  height: 100%;
  padding: 50% 0 0;
}
.special1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 100%;
  background-color: #cecece;
  margin-right: 1%;
  background-image: url("../img/img_hako.png");
  background-size: 60%;
  background-position: center;
  padding: 20px;
  color: #282828;
}
.special2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 100%;
  background-color: #cecece;
  margin-left: 1%;
  background-image: url("../img/bg_tshorts.png");
  background-size: 90%;
  background-position: center;
  padding: 20px 20px 80px;
}
#present h2 {
  font-size: 2.4rem;
  color: rgb(68, 68, 68);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#present h3 {
  font-size: 2.0rem;
  color: rgb(255, 108, 0);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#present .textbox2 {
  position: absolute;
  bottom: 3%;
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.5;
  padding-right: 20px;
  text-align: left;
}
#present .textbox2 span{
  font-size: 1.2rem;
  text-align: center;
  display: block;
  margin:5px auto;
}

#present a {
  text-decoration: none;
  width: 50%;
  margin: 10px auto 0;
  display: block;
  text-align: center;
  border: 2px solid #fff;
  color: #ff6c00;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
}
#present a:hover {
  background-color: #fff;
  border: 2px solid #ed6d00;
}

/*-----------------------
 *
 * footer
 *
 -----------------------*/
footer {
  background-color: #fff;
}
.footerwrap {
  max-width: 2400px;
  margin: 0 auto;
  padding: 40px 20px 20px;
}
.logoSwrap {
  margin: 0 0 40px;
}
.logoSwrap ul {
  margin: 0 0 0 -50px;
  padding: 0px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.logoSwrap ul li {
  margin: 0 0 30px 50px;
}
.s01 {
  width: 65px;
}
.s02, .s03 {
  width: 115px;
}
.s04 {
  width: 81px;
}
.s05, .s07 {
  width: 43px;
}
.s06 {
  width: 95px;
}
.logoLwrap {
  width: 120px;
  margin: 0 auto 40px;
}
.copy {
  color: #ed6d00;
}
footer a:hover {
  opacity: 0.5;
}
/*-----------------------
 *
 * TB,SPサイズ
 *
 -----------------------*/
@media screen and (max-width: 767px) { /*ウィンドウ幅が最大767pxまでの場合に適用*/
  body {
    font-size: 1.6rem;
  }
  #wrap {
    width: 100%;
  }
  #header {
    padding-top: 180%;
    background-image: url("../img/bg_president_sp.png");
  }
  .maintitlesp {
    display: block;
    width: 70%;
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
  }
  .maintitlesp2 {
    display: block;
    width: 70%;
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
  }
  .maintitle, .maintitle2 {
    display: none;
  }
.fade_off {
  opacity: 0;
  -webkit-transform: translateY(-45%) translateX(-50%);
  transform: translateY(-45%) translateX(-50%);
  -webkit-transition:  all 1s ease-out 0s;
  -moz-transition:  all 1s ease-out 0s;
  -o-transition:  all 1s ease-out 0s;
  -ms-transition:  all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.fade_on {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition:  all 1s ease-out 0s;
  -moz-transition:  all 1s ease-out 0s;
  -o-transition:  all 1s ease-out 0s;
  -ms-transition:  all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
  .dh25W_name {
    width: 20%;
  }
  #lead {
    padding: 60px 30px;
  }
  .textboxwrap {
    display: block;
  }
  .textboxL, .textboxR {
    width: 100%;
    margin: 0px;
  }
  h1 {
    font-size: 1.9rem;
  }
  #history h2 {
    font-size: 2.2rem;
  }
  #present {
    padding: 10px 20px;
  }
  .box_wrap {
    display: -webkit-flex;
    display: block;
    padding: 0;
  }
  .photo {
    padding-top: 0;
  }
  .box1, .box2 {
    width: 100%;
    padding: 100% 0 0;
  }
  .box1 {
    margin-bottom: 20px;
  }
  .special1, .special2 {
    margin: 0 auto;
  }
  .special1 {
    width: 100%;
    margin-right: 0;
  }
  .special2 {
    width: 100%;
    margin-left: 0;
  }
  #present {
    padding: 20px 20px 0;
  }
  .presentwrap {
    padding: 0;
  }
  #present h2 {
    font-size: 2.2rem;
  }
  #present h3 {
    font-size: 1.8rem;
  }
  #present p {
    font-size: 1.4rem;
    line-height: 1.3;
    bottom: 3%;
  }
  .s01 {
    width: 75px;
  }
  .s02, .s03 {
    width: 125px;
  }
  .s04 {
    width: 91px;
  }
  .s05, .s07 {
    width: 53px;
  }
  .s06 {
    width: 95px;
  }
}
@media screen and (max-width: 1000px) { /*ウィンドウ幅が最小1000pxまでの場合に適用*/
  .sp_br {
    display: block;
  }
}
@media screen and (min-width: 1000px) { /*ウィンドウ幅が最小1000pxまでの場合に適用*/
  #present p {
    top: 75%;
    padding: 0px 25px;
  }
}
@media screen and (min-width: 1230px) { /*ウィンドウ幅が最小1230pxまでの場合に適用*/
  #present p {
    top: 80%;
    padding: 0px 90px;
  }
}