@charset "UTF-8";
/*  =============================================================

　　TOP 共通

============================================================= */
.top {

}

.header .header__logo {
  display: none;
}

.header.headerLogo .header__logo {
  display: block;
}

.content {
    padding-top: 0;
}

@media screen and (max-width: 768px) {
  .top {

  }

  .header .header__logo {
    display: block;
  }

  .header.headerLogo .header__logo {
    display: block;
  }

  .content {
    padding-top: 45px;
  }

}

/* 　メインビジュアル
---------------------------------------------*/
.topMain {
    position: relative;
    border-bottom: 120px solid #03071f;
}

.topMain__title {
    position: absolute;
    top: 35%;
    left: 0;
    padding: 45px 100px 45px 30px;
    background-color:rgba(3,7,31,0.5);
    color: #fff;
}

.topMain__slide {
  z-index: -1;
  line-height: 0;
}

.topMain__slide p,
.topMain__slide img {
  line-height: 0;
}

.topMain__title .siteName {
    font-size: 4.8rem;
}

.topMain__title .siteTxt {
    font-size: 2.4rem;
}

.topMain__news {
  position: absolute;
  bottom: 0;
  right: 70px;
  width: 550px;
  margin: 0;
  padding: 40px;
  background-color:rgba(255,255,255,0.6);
}

.topMain__newsTltle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 5px;
  border-bottom: 1px solid #03071f;
}

.topMain__newsTltle .title {
    font-size: 3.0rem;
}

.topMain__newsTltle .date {
  color: #6c6c6c;
  font-size: 1.4rem;
}

.topMain__newsDetial {
  padding: 20px 20px 0;
  font-size: 1.8rem;
}

.topMain__newsLink {
  font-size: 1.8rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .topMain {
    position: relative;
    border-bottom: 80px solid #03071f;
  }

  .topMain__title {
    position: absolute;
    top: 15%;
    left: 0;
    padding: 20px 100px 20px 30px;
    background-color:rgba(3,7,31,0.5);
    color: #fff;
  }

  .topMain__title .siteName {
    font-size: 2.2rem;
  }

  .topMain__title .siteTxt {
    font-size: 1.4rem;
  }

  .topMain__news {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 40px 20px;
    background-color:rgba(255,255,255,0.6);
  }

  .topMain__newsTltle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 5px;
    border-bottom: 1px solid #03071f;
  }

  .topMain__newsTltle .title {
    font-size: 2.4rem;
  }

  .topMain__newsTltle .date {
    color: #6c6c6c;
    font-size: 1.4rem;
  }

  .topMain__newsDetial {
    padding: 20px 20px 0;
    font-size: 1.8rem;
  }

  .topMain__newsLink {
    font-size: 1.8rem;
    text-align: right;
  }

}

/* 　コンテンツ
---------------------------------------------*/
.topContent {
}

.topContent__bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 1200px;
  background-image: url(/img/top/bg-contents_pc.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}

.topSection01 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  min-height: 1200px;
  background-color:rgba(3,7,31,0.8);
}

.about {
  position: relative;
  min-height: 1200px;
}

.about__inner {
  position: absolute;
  top: 35%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 980px;
  margin: 0 auto;
  padding: 80px;
  background: #fff;
}

.about__title {
  font-size: 2.4rem;
  font-weight: 400;
}

.about__title span {
  padding-right: 10px;
  color: #2a2a2a;
  font-size: 1.8rem;
}

.about__box {
  margin-top: 30px;
  font-size: 1.8rem;
}

.about__btnArea {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  margin: 40px 0 0;
}

.about__btnArea .btn {
  width: 250px;
  text-align: center;
}


.topSection02 {
  position: relative;
  top: 0;
  width: 100%;
  min-height: 1000px;
  padding: 160px 0;
  background: #fff;
}

.products {
  position: relative;
  z-index: 20;
  width: 100%;
  margin: 0 auto;
  text-align: left;

}

.products__inner {
  width: 100%;
  padding: 0 30px;
}

.products__title {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
}

.products__title span {
  padding-right: 10px;
  color: #2a2a2a;
  font-size: 1.8rem;
}

.products__box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1300px;
  margin: 80px auto 0;
}

.products__box.-box02 {
  max-width: 1260px;
  margin: 20px auto 0;
  padding: 50px 30px;
  background: #f5f5f5;
}

.products__img {
  width: 45%;
}

.products__img img {
  width: 100%;
  max-width: 680px;
  border-radius: 8px;
}


.products__detail {
  width: 50%;
  max-width: 680px;
}

.products__name {
  padding: 15px;
  background: #35394c;
  color: #fff;
  font-size: 2.4rem;
}

.products__text {
  margin-top: 40px;
  padding: 0 15px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.products__box.-box02 .products__text {
  margin-top: 0;
  margin-bottom: 20px;
}

.products__text p {
  margin-bottom: 20px;
}

.products__detail .btn {
  width: 300px;
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .topContent {
  }

  .topContent__bg {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/top/bg-contents_pc.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.8;
  }

  .topSection01 {
    position: relative;
    top: 0;
    width: 100%;
    min-height: 100%;
    background-image: url(/img/top/bg-contents_pc.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.8;

  }

  .about {
    position: relative;
    min-height: 100%;
    padding: 120px 0;
    background-color:rgba(3,7,31,0.8);
  }

  .about__inner {
    position: relative;
    top: 0;
    left: 0;
    -ms-transform:none;
    -webkit-transform: none;
    transform: none;
    width: 90%;
    margin: 0 auto;
    padding:40px 20px;
    background: #fff;
  }

  .about__title {
    font-size: 2.4rem;
    font-weight: 400;
  }

  .about__title span {
    display: block;
    padding-right: 0;
    color: #2a2a2a;
    font-size: 1.8rem;
  }

  .about__box {
    margin-top: 30px;
    font-size: 1.4rem;
  }

  .about__btnArea {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 20px 0 0;
  }

  .about__btnArea .btn {
    width: 250px;
    margin: 0 auto 20px;
  }

  .topSection02 {
    position: relative;
    top: 0;
    width: 100%;
    min-height: inherit;
    padding: 160px 0;
    background: #fff;
  }

  .products {
    position: relative;
    z-index: 20;
    width: 100%;
    margin: 0 auto;
    text-align: left;

  }

  .products__inner {
    width: 100%;
    padding: 0 4%;
  }

  .products__title {
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
  }

  .products__title span {
    padding-right: 10px;
    color: #2a2a2a;
    font-size: 1.8rem;
  }

  .products__box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content:center;
    max-width: 1300px;
    margin: 40px auto 0;
  }

  .products__box.-box02 {
    max-width: 1260px;
    width: 100%;
    margin: 40px auto 0;
    padding: 20px 10px;
    background: #f5f5f5;
  }

  .products__img {
    width: 100%;
  }

  .products__img img {
    display: block;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    border-radius: 8px;
  }


  .products__detail {
    width: 100%;
    max-width: 680px;
    margin: 40px auto 0;
  }

  .products__box.-box02 .products__detail {
    margin: 0;
  }

  .products__name {
    padding: 15px;
    background: #35394c;
    color: #fff;
    font-size: 1.8rem;
  }

  .products__text {
    margin-top: 20px;
    padding: 0 15px;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .products__box.-box02 .products__text {
    margin-top: 0;
    margin-bottom: 20px;
  }


  .products__text p {
    margin-bottom: 20px;
  }

  .products__detail .btn {
    width: 300px;
    margin: 30px 0 0;
  }

  .products__box.-box02 .btn {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {

    .about__inner {
        position: relative;
        top: 0;
        left: 0;
        -ms-transform:none;
        -webkit-transform: none;
        transform: none;
        width: 90%;
        margin: 0 auto;
        padding:40px 20px;
        background: #fff;
    }

}
