@charset "utf-8";
/*
theme Name: オリジナルテーマ
Author: I's Creation
Description: original theme
version： 1.0.0
*/
/*サイト全体の基準となるCSSを記述*/
body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
/*============================================================================
  ヘッダー
============================================================================*/
.header-inner {
  width: 100%;
  max-width: 2048px;
  min-width: 1000px;
  padding: 30px 0 15px 0;
  z-index: 10;
  display: table;
  position: fixed;
  background-color: transparent;
  transition: 1.0s ;
}

.header-inner.transform {
  background-color: #fff;
  padding: 15px 0;
}
.header-inner a {
  text-decoration: none;
}
.header-inner a h1 {
  font-size: 33px;
  color: #fff;
  font-weight: bold;
  line-height: 33px;
}
.header-inner.transform a h1 {
  color: #000;
}
.site-title-wrap {
  margin-left: 50px;
}
.header-nav-wrap {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
.header-nav-wrap ul {
  float: right;
}
.header-nav li {
  display: inline;
  list-style: none;
  float: left;
  padding-left: 30px;
  text-align: right;
}
.header-nav li a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.header-inner.transform li a {
  color: #000;
}
.header-nav li a::after {
  position: absolute;
  bottom: -8px;
  left: 25%;
  content: '';
  width: 50%;
  height: 2px;
  border-radius: 20px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.header-inner.transform .header-nav li a::after {
  background: #000;
}
.header-nav li a:hover::after {
  transform: scale(1, 1);
}

/*============================================================================
  メインビジュアル
============================================================================*/
 #mv-slide-wrap {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
  }
#mv-slide-wrap h2 {
  z-index:15;
  position: absolute;
  top:40%;
  right:60px;
  width:50%;
  height:auto;
  text-align: right;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}
#mv-slide-wrap h2 span {
  display: block;
  font-size: 30px;
}
  .mv-slide {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 18s 0s infinite;
    animation: anime 18s 0s infinite;
  }
    .mv-slide:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s;
    }
    .mv-slide:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s;
    }
.mv-slide::before{
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
@keyframes anime {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    16% {
        opacity: 1;
    }
    34% {
        opacity: 1;
    }
    50% {
        opacity: 0;
         transform: scale(1.0);
                    z-index:5;
    }
    100% { opacity: 0 }
}
.mv-slide-01 {
  background-image: url("../../images/example02/mv01.jpg");
}
.mv-slide-02 {
  background-image: url("../../images/example02/mv02.jpg");
}
.mv-slide-03 {
  background-image: url("../../images/example02/mv03.jpg");
}

/*============================================================================
  パーツ２
============================================================================*/
.cont-parts-02-wrap {
  position: relative;
  height: 1100px;
  opacity : 0;
  transform : translate(-500px, 0);
  transition : all 1s;
}
.cont-parts-02-wrap.active {
  opacity : 1;
  transform : translate(0, 0);
}
.cont-parts-02-wrap .bg-gray {
  background-color: #fafafa;
  position: absolute;
  top: 377px;
  right: 0;
  content: ' ';
  width: 80%;
  height: 600px;
}
.cont-parts-02-title {
  font-size: 50px;
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 5;
  }
.cont-parts-02-img {
  background-image: url("../../images/example02/cont_img_02.jpg");
  position: absolute;
  top: 48px;
  left: 0;
  height: 600px;
  width: 90%;
  max-width: 1600px;
  background-position: right;
}
.cont-parts-02-text {
  width: 70%;
  max-width: 1600px;
  position: absolute;
  top: 650px;
  right: 0;
  text-align: left;
}
.cont-parts-02-text h2 {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 30px;
}

/*============================================================================
  パーツ８
============================================================================*/
.cont-parts-08-wrap {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto 100px auto;
}
.cont-parts-08-wrap .cont-parts-08-text {
  text-align: center;
}
.cont-parts-08-wrap .cont-parts-08-title {
  font-size: 50px;
  font-weight: bold;
  color: #000;
}
.cont-parts-08-wrap h2 {
  margin-bottom: 20px;
  font-weight: normal;
  color: #000;
  font-size: 30px;
}
.cont-parts-08 {
  width: 25%;
  float: left;
  margin: 30px -1px 30px 0;
  border: 1px solid #ddd;
}

.cont-parts-08 h3 {
  font-size: 22px;
  color: #000;
  margin-top: 20px;
  padding: 0 10px;
}
.cont-parts-08 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 10px auto;
  }
.cont-parts-08 p {
  display: block;
  width: 100%;
  height: 100px;
  padding: 10px 10px;
}

/*============================================================================
  パーツ３
============================================================================*/
.cont-parts-03-wrap {
  position: relative;
  height: 650px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 100px auto;
  opacity : 0;
  transform : translate(500px, 0);
  transition : all 1s;
}
.cont-parts-03-wrap.active {
  opacity : 1;
  transform : translate(0, 0);
}
.cont-parts-03-wrap .bg-gray {
  background-color: #fafafa;
  position: absolute;
  top: 142px;
  left: 0;
  content: '';
  width: 75%;
  height: 450px;
}
.cont-parts-03-wrap .cont-parts-03-title {
  font-size: 50px;
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: 5;
  }
.cont-parts-03-wrap .cont-parts-03-img {
  background-image: url("../../images/example02/cont_img_03.jpg");
  position: absolute;
  top: 0px;
  right: 0;
  height: 500px;
  width: 50%;
  background-position: right;
  background-size: cover;
}
.cont-parts-03-wrap .cont-parts-03-text {
  width: 38%;
  position: absolute;
  top: 200px;
  left: 100px;
}
.cont-parts-03-wrap .cont-parts-03-text h2 {
  color: #000;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 30px;
}

/*============================================================================
  パーツ９
============================================================================*/
.cont-parts-09-wrap {
  width: 100%;
  max-width: 1600px;
  height: 400px;
  background-color: #0B52A0;
  position: relative;
  margin: 0 auto 100px auto;
}
.cont-parts-09-wrap .cont-parts-09-text {
  width: 42%;
  max-width: 450px;
  position: absolute;
  top: 100px;
  left: 11%;
}
.cont-parts-09-wrap .cont-parts-09-title {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.cont-parts-09-wrap h2 {
  margin-bottom: 20px;
  font-weight: normal;
  color: #fff;
  font-size: 30px;
}
.cont-parts-09-wrap p {
  color: #fff;
}
.cont-parts-09-btn {
  position: absolute;
  top: 220px;
  left: 60%;
  width: 380px;
  text-align: center;
  padding: 20px 30px;
  border-radius: 40px;
  display: block;
  background-color: #fff;
  color: #0B52A0;
  font-size: 20px;
  font-weight: bold;
  transition-duration: 0.3s;
}
.cont-parts-09-btn:hover {
  background-color: #5BDCCC;
  color: #fff;
  transition-duration: 0.3s;
}
/*============================================================================
  フッター
============================================================================*/
.footer {
  width: 100%;
  padding-top: 1px;
  background-color: #262626;
}
.footer-wrap {
  width: 900px;
  margin: 50px auto;
}
.footer-box {
  width: 50%;
  float: left;
}
.footer-box address p {
  color: #fff;
  font-style: normal;
}
.footer .footer-box .footer-nav {
  margin-top: 20px;
}
.footer .footer-box ul {
  list-style: none;
  padding-left: 10px;
}
.footer .footer-box ul li {
  width: 33%;
  float: left;
  margin-bottom: 20px;
}
.footer .footer-box ul li a {
  text-decoration: none;
  color: #fff;
  transition-duration: 0.3s;
}
.footer .footer-box ul li a:hover {
  color: #0B52A0;
  transition-duration: 0.3s;
}
.footer-logo {
  width: auto;
  margin-bottom: 20px;
}
.footer-logo a {
  text-decoration: none;
}
.footer-logo a h2 {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
}
.footer-copyright {
  width: 100%;
  background-color: #ECECEC;
  padding: 5px 0;
}
.footer-copyright p {
  font-size: 14px;
  color: #000;
  text-align: center;
}
