@charset "UTF-8";
/**********************************
*
* 基本変数
*
**********************************/
/* color */
/*********************************
*
* mixin
*
**********************************/
@import url("8e7b0295850a4c86aee3dd87f70eb355.css");
/*-------------------- font family --------------------*/
/*-------------------- font style --------------------*/
/* .text {
    @include fontStyle1(black, 20px, 600);
}

.text2 {
    // 引数は初期値のを使用
    @include fontStyle1();
} */
/*-------------------- mixin medeia query --------------------*/
/*
.sample {
    @include pcTab {
        プロパティ: 値;
    };
}
*/
/*-------------------- video --------------------*/
/* .wrap_video {
    width: 780px;
    margin: 0 auto;
    .box_video {
        @include mixin_video;
    }
}
 */
.txt_video-cap {
  margin-top: 12px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  font-feature-settings: "palt";
}

/* .wrap_video {
    width: 780px;
    margin: 0 auto;
    .box_video {
        @include mixin_video;
    }
}

.txt_video-cap {
    margin-top: 12px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    font-feature-settings: "palt";
} */
/* @import url('8e7b0295850a4c86aee3dd87f70eb355.css');
 */
/*-----------------------------------------------

    common setting

-------------------------------------------------*/
html {
  font-size: 62.5%;
  /* background: #fff; */
}

body {
  background: #fff;
  color: #111;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "游ゴシック", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  text-align: center;
  text-size-adjust: 100%;
  font-smoothing: antialiased;
  width: auto;
  height: auto;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

/*-----------------------------------------------

    animation

-------------------------------------------------*/
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*-----------------------------------------------

    versatility parts

-------------------------------------------------*/
.display-pc {
  display: block;
}

.display-sp {
  display: none !important;
}

/*-----------------------------------------------

    button-page-top

-------------------------------------------------*/
.button-page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #004D99;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.button-page-top__arrow {
  width: 20px;
  height: 10px;
  background: url(../images/arrow-top.svg) center/20px 10px no-repeat;
}

/*-----------------------------------------------

    page-contents

-------------------------------------------------*/
.page-contents {
  min-width: 1280px;
  display: none;
}

.page-contents__intro {
  margin-bottom: 70px;
}

.page-contents__sub-intro {
  margin-bottom: 80px;
}

.page-contents__quality-first {
  padding-bottom: 40px;
}

.page-contents__news {
  margin-bottom: 127px;
}

.page-contents__top-aboutus {
  /* margin-bottom: 40px; */
}

.page-contents__section-contact {
  padding: 40px 0;
}

.page-contents__sub-products {
  margin-bottom: 60px;
}

.page-contents__sub-products_mgb60 {
  margin-bottom: 60px;
}

.page-contents__company-overview {
  margin-bottom: 80px;
}

.page-contents__company-history {
  margin-bottom: 80px;
}

.page-contents__company-headfactory {
  margin-bottom: 100px;
}

.page-contents__company-partner {
  margin-bottom: 98px;
}

.page-contents__company-brochure {
  margin-bottom: 60px;
}

.page-contents__contact-form {
  margin-bottom: 60px;
}

/*-----------------------------------------------

    intro

-------------------------------------------------*/
.intro {
  width: 100%;
}

.intro__inner {
  position: relative;
  /* padding-top: 40px; //ヘッダーfixedで背景をヘッダーに被らせない場合はpaddingをつける */
  width: 100%;
  height: 100%;
  /* min-height: calc( 100vh - 130px); */
  position: relative;
  padding: 0;
}

.intro__background {
  width: 100%;
  height: calc(100% - 40px);
  /* height: calc(211 / 375 * 100vw); */
  /* background: url(../images/sp__intro-bg.jpg) center / cover no-repeat; */
  height: calc(100% - 100px);
  height: calc(100vh - 100px);
  position: absolute !important;
  top: 100px;
  left: 0;
  overflow: hidden;
  z-index: -10;
}

.intro__background_img {
  background: url(../images/pc__main-slide1@2x.png) center/cover no-repeat;
}

.intro__background-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1);
  z-index: -1;
  object-fit: cover;
}

.intro__bg-grid {
  position: absolute;
  width: 100%;
  height: calc(100% - 100px);
  top: 100px;
  left: 0;
  background: url(../images/grid.png) repeat;
}

.intro__container {
  /* position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        height: calc(211 / 375 * 100vw); */
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro__center-box {
  width: 100%;
  padding: 20px 0 29px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50px;
}

.intro__bg-heading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #004D99;
  mix-blend-mode: multiply;
}

.intro__heading {
  z-index: 1;
}

.intro__heading-text {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
  display: inline-block;
}

.intro__heading-image {
  width: 345px;
 /* height: 152px;*/
  margin: 0 auto;
}

.intro__button-scroll-down {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.intro__button-scroll-down.anime {
  animation-name: show;
  animation-duration: .8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  visibility: visible;
}

.intro__intro-header {
  position: absolute;
  top: 0;
  left: 0;
}

/*-----------------------------------------------

    sub-intro

-------------------------------------------------*/
.sub-intro {
  position: relative;
  width: 100%;
}

.sub-intro:before {
  content: "";
  display: block;
  padding-top: calc(15.625% + 100px);
  /* 高さを幅の75%に固定 */
}

.sub-intro__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub-intro__background {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background: url(../images/aa.png) center/cover no-repeat;
}

.sub-intro__background_example {
  background: url(../images/bb.png) center/cover no-repeat;
}

.sub-intro__background_company {
  background: url(../images/cc.png) center/cover no-repeat;
}

.sub-intro__background_contact {
  background: url(../images/dd.png) center/cover no-repeat;
}

.sub-intro__container {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-intro__heading-text {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-weight: 700;
  /* @include fontFam1(); */
  margin-bottom: 20px;
}

.sub-intro__description-text {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-weight: 500;
  line-height: 2.0;
}

.sub-intro__intro-header {
  position: absolute;
  top: 0;
  left: 0;
}

/*-----------------------------------------------

    intro-header

-------------------------------------------------*/
.intro-header {
  width: 100%;
  height: 100px;
  min-width: 1280px;
  background: #fff;
  position: fixed;
  z-index: 10;
}

.intro-header__container {
  padding: 0 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: unset;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.intro-header__page-title {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 700;
}

.intro-header__page-title-link {
  display: block;
}

.intro-header__page-title-img {
  width: 390px;
  height: 80px;
}

.intro-header__sp-nav-button {
  display: none;
}

.intro-header__pc-header-nav {
  display: block;
  /*IE11*/
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.intro-header__sp-header-nav {
  display: none;
}

.button-scroll-down__link {
  padding-top: 42px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}

.button-scroll-down__text {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-weight: 700;
}

.button-scroll-down__arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 12px;
  background: url(../images/scroll-arrow.svg) center/28px 12px no-repeat;
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .button-scroll-down .button-scroll-down__arrow {
    animation: unset;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0) translateX(-50%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px) translateX(-50%);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: translate(0, 0) translateX(-50%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px) translateX(-50%);
    opacity: 0;
  }
}

.pc-header-nav__list {
  display: flex;
  height: 100px;
  /* justify-content: center; */
  align-items: center;
}

.pc-header-nav__list-item:not(:last-child) {
  margin-right: 50px;
}

.pc-header-nav__list-item_contact {
  height: 100%;
}

.pc-header-nav__link {
  color: #2C2C2C;
  font-size: 14px;
  font-weight: bold;
  font-weight: 700;
  font-family:"微软雅黑";
  text-decoration: none;
}

.pc-header-nav__link_contact {
  width: 200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-weight: 700;
  font-family:"微软雅黑";
  background: #CA0B1A;
}

/*-----------------------------------------------

    sp-nav-button

-------------------------------------------------*/
/* 
.sp-nav-button {
    width: 21px;
    height: 18px;
    padding: 4px;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    transition: .2s ease-in-out;
    transition-property: opacity, visibility;
    &__inner {
        position: relative;
        width: 100%;
        height: 100%;
    }
    &__line {
        display: inline-block;
        width: 20px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        transition: .2s;
        &:nth-child(1) {
            top: 0px;
            left: 0px;
        }
        &:nth-child(2) {
            top: 8px;
            left: 0px;
        }
        &:nth-child(3) {
            bottom: 0px;
            left: 0px;
        }
    }
}

.show .sp-nav-button {
    .sp-nav-button__line {
        &:nth-child(1) {
            transform: rotate(45deg);
            top: 8px;
        }
        &:nth-child(2) {
            opacity: 0;
            visibility: hidden;
        }
        &:nth-child(3) {
            transform: rotate(-45deg);
            bottom: 8px;
        }
    }
} */
/*-----------------------------------------------

    hover

-------------------------------------------------*/
.header-nav__link {
  transition: .2s;
}

.header-nav__link:hover {
  opacity: .7;
}

.button-scroll-down__link {
  transition: .2s;
}

.button-scroll-down__link:hover {
  opacity: .7;
}

.sp-nav-button {
  transition: .2s;
}

.sp-nav-button:hover {
  /* opacity: .7; */
}

.sp-header-nav__link {
  transition: .2s;
}

.sp-header-nav__link:hover {
  opacity: .7;
}

/*-----------------------------------------------

    sectiton-header

-------------------------------------------------*/
.section-header {
  padding-bottom: 18px;
  border-bottom: 1px solid #2C2C2C;
}

.section-header__text {
  color: #2C2C2C;
  font-size: 24px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.3;
}

.section-header_left {
  text-align: left;
}

.section-header_right {
  text-align: right;
}

/*-----------------------------------------------

    quality-first

-------------------------------------------------*/
.quality-first {
  background: url(../images/jj.png) top 0 left -31PX/150px 727px no-repeat;
}

.quality-first__container {
  width: calc(1060 / 1280 * 100%);
  margin: 0 auto;
}

.quality-first__section-header {
  margin-bottom: 20px;
}

.quality-first__inner {
  width: calc(850 / 1060 * 100%);
  margin: 0 auto;
}

.quality-first__description-text {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 14px;
}

.quality-first-list {
  display: flex;
  justify-content: space-between;
}

.quality-first-list__item {
  width: 50%;
}

.quality-first-list__item:not(:last-child) {
  margin-right: calc(50 / 850 * 100%);
}

.quality-first-list__image {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 26px;
}

.quality-first-list__heading-text {
  color: #2C2C2C;
  font-size: 24px;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: 10px;
}

.quality-first-list__read-text {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.75;
  padding-bottom: 50px;
  margin-bottom: 17px;
  position: relative;
}

.quality-first-list__read-text:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #2C2C2C;
  position: absolute;
  bottom: 0;
  left: 50%;
  /* transform: translateX(-50%); */
}

.quality-first-list__button-more {
  /* margin: 0 auto; */
  /* width: 160px;
        height: 40px; */
  /* border-radius: 20px; */
  /* display: flex;
        justify-content: center;
        align-items: center;
        background: #004D99; */
}

.quality-first-list__button-more-link {
  cursor: pointer;
  margin: 0 auto;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #004D99;
  font-family: 'Antonio', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/*-----------------------------------------------

    news

-------------------------------------------------*/
.news {
  background: url(../fonts/news.svg) top 0 right 0/87px 248.53px no-repeat;
}

.news__container {
  width: calc(1060 / 1280 * 100%);
  margin: 0 auto;
}

.news__section-header {
  margin-bottom: 40px;
}

.news-detail {
  width: calc(850 / 1060 * 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.news-detail__image {
  width: calc(340 / 850 * 100%);
}

.news-detail__inner {
  text-align: left;
  width: calc(490 / 850 * 100%);
}

.news-detail__title {
  color: #2C2C2C;
  font-size: 18px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.333;
  margin-bottom: 6px;
}

.news-detail__date {
  color: #2C2C2C;
  font-size: 14px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.333;
  margin-bottom: 14px;
}

.news-detail__post {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.5;
}

/*-----------------------------------------------

    top-aboutus

-------------------------------------------------*/
.top-aboutus__inner {
  position: relative;
  width: 100%;
}

.top-aboutus__inner:before {
  content: "";
  display: block;
  padding-top: 17.1875%;
  /* 高さを幅の17.1875%に固定 */
}

.top-aboutus__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pc_top-aboutus@2x.png) center/cover no-repeat;
}

.top-aboutus__text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-aboutus__text1 {
  font-family: 'Antonio', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 14px;
}

.top-aboutus__text2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-weight: 700;
}

.top-aboutus__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

/*-----------------------------------------------

    section-contact

-------------------------------------------------*/
.section-contact__container {
  padding: 0 15px;
}

.section-contact__text1 {
  font-size: 16px;
  color: #2C2C2C;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.section-contact__tel {
  margin-bottom: 18px;
}

.section-contact__tel-text {
  font-family: 'Antonio', sans-serif;
  font-size: 50px;
  color: #2C2C2C;
  padding-left: 40px;
  background: url(../images/icon-contact.svg) left 0 top 1.1rem/27px 50px no-repeat;
}

.section-contact__text2 {
  font-size: 16px;
  color: #2C2C2C;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 14px;
}

.section-contact__button-contact {
  margin-bottom: 100px;
}

.section-contact__logo {
  display: inline-block;
}

.section-contact__logo-img {
  width: 264px;
  height: 145px;
  margin: 0 auto;
}

.button-contact {
  /* width: 100%;
    max-width: 450px; */
  /* margin: 0 auto; */
  /* display: flex;
    justify-content: center;
    align-items: center; */
  /* background: #CA0B1A; */
  /* padding: 30px 0; */
}

.button-contact__link {
  padding: 30px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  background: #CA0B1A;
  font-family:"微软雅黑";
  font-size: 20px;
  font-weight: bold;
  font-weight: 700;
  color: #fff;
}

/*-----------------------------------------------

    footer

-------------------------------------------------*/
.footer {
  background-color: #2C2C2C;
  padding: 26px 0 27px;
}

.footer__footer-nav {
  margin-bottom: 20px;
}

.footer__copy-text {
  font-size: 11px;
  font-weight: normal;
  font-weight: 500;
  color: #fff;
}

.footer-nav__nav-list {
  display: flex;
  justify-content: center;
}

.footer-nav__nav-list-item:not(:last-child) {
  margin-right: 50px;
}

.footer-nav__nav-link {
  font-family:"微软雅黑";
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
}

.vegas-slide {
  /* transform: unset;
    will-change: unset; */
}

.vegas-overlay {
  width: 100%;
  height: 247px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #004D99;
  mix-blend-mode: multiply;
  opacity: 1;
}

.vegas-timer {
  display: none;
}

/*-----------------------------------------------

    sub-products

-------------------------------------------------*/
.sub-products__contents-index {
  padding: 0;
  margin-bottom: 82px;
}

.sub-products__products-detail:not(:last-child) {
  margin-bottom: 110px;
}

/*-----------------------------------------------

    contents-index

-------------------------------------------------*/
.contents-index__list {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.contents-index__item {
  position: relative;
  text-align: left;
  width: 174px;
}

.contents-index__item:not(:last-child) {
  /* margin-bottom: 10px; */
}

.contents-index__item-body {
  width: 100%;
  height: 200px;
  position: relative;
  /* padding-left: 90px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../fonts/arrow-bottom.svg) bottom 25px center/20px 10px no-repeat;
  background-color: #004D99;
  /* text-align: center; */
}

.contents-index__item-body:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}

.contents-index__item-body_1:before {
  background: url(../images/icon-index1.png) center center/80px 48px no-repeat;
}

.contents-index__item-body_2:before {
  background: url(../images/icon-index2.png) center center/80px 48px no-repeat;
}

.contents-index__item-body_3:before {
  background: url(../images/icon-index3.png) center center/80px 50px no-repeat;
}

.contents-index__item-body_4:before {
  background: url(../images/icon-index4.png) center center/80px 42.71px no-repeat;
}

.contents-index__item-body_5:before {
  background: url(../images/icon-index5.png) center center/52px 53.53px no-repeat;
}
.contents-index__item-body_6:before {
  background: url(../images/icon-index5.png) center center/52px 53.53px no-repeat;
}
.contents-index__item-body_7:before {
  background: url(../images/icon-index4.png) center center/80px 42.71px no-repeat;
}



.contents-index__item-text {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  position: relative;
  top: 2rem;
}

.contents-index__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.products-detail-top {
  padding-bottom: 40px;
}

.products-detail-top__sub-heading {
  margin: 0 auto 15px;
}

.products-detail-top__inner {
  width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.products-detail-top__img {
  width: 420px;
  height: auto;
  margin-right: 20px;
}

.products-detail-top__description-text {
  color: #2E2E2E;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
}

.products-detail-top__example-images {
  width: 1080px;
  margin: 0 auto 20px;
}

.products-detail-top_pdb0 {
  padding-bottom: 0px;
}

.products-detail-bottom {
  padding: 30px 0 90px;
  background: url(../images/ptn-products-detail.png) center repeat;
  background-color: #F0F0F0;
}

.products-detail-bottom__container {
  width: 920px;
  margin: 0 auto;
}

.products-detail-bottom__block1 {
  margin-bottom: 30px;
}

.products-detail-bottom__block1-heading {
  margin-bottom: 30px;
  text-align: left;
}

.products-detail-bottom__block1-heading-text {
  color: #2E2E2E;
  font-size: 24px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.333;
}

.products-detail-bottom__block2 {
  margin-bottom: 50px;
}

.products-detail-bottom__block2-video {
  margin-top: 50px;
}

.block1-list__item {
  display: flex;
  text-align: left;
}

.block1-list__item:not(:last-child) {
  margin-bottom: 15px;
}

.block1-list__number {
  width: 32px;
}

.block1-list__number-text {
  font-family: 'Antonio', sans-serif;
  color: #004D99;
  font-size: 50px;
  font-weight: bold;
  font-weight: 700;
  position: relative;
  top: -0.1em;
}

.block1-list__inner {
  width: calc(100% - 32px);
  border-left: 1px solid #2C2C2C;
  padding-left: 18px;
}

.block1-list__heading-text {
  color: #2E2E2E;
  font-size: 18px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 10px;
}

.block1-list__description-text {
  color: #2E2E2E;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.75;
}

.block2-image-list {
  /* display: flex;
    justify-content: space-between; */
  overflow: hidden;
}

.block2-image-list__item {
  width: 290px;
  height: auto;
  float: left;
}

.block2-image-list__item:not(:last-child) {
  margin-right: 25px;
}

.block2-image-list__img {
  width: 100%;
}

.wrap_video {
  width: 100%;
  margin: 0 auto;
}

.wrap_video .box_video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.wrap_video .box_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.example-images__list {
  overflow: hidden;
  display: inline-block;
}

.example-images__item {
  width: 200px;
  float: left;
  margin-bottom: 30px;height: 271px;
}

.example-images__item:not(:last-child) {
  /* margin-right: 20px; */
}

.example-images__item:not(:nth-child(5n)) {
  margin-right: 20px;
}

.example-images__image {
  width: 100%;
  margin-bottom: 12px;
}

.example-images__cap {
  color: #2E2E2E;
  font-size: 14px;
  font-weight: bold;
  font-weight: 700;
  border-bottom: 1px dotted #9D9D9D;
  line-height: 1.333;
  padding: 0 0 5px;
  margin: 0 0 5px;
}

.example-images__cap:last-of-type {
  margin-bottom: 0px;
}

.sub-button {
  position: relative;
  width: 100%;
  padding: 32px 8px;
  max-width: 450px;
  margin: 0 auto;
  background-color: #004D99;
  text-align: center;
}

.sub-button__text {
  font-family:"微软雅黑";
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-weight: 700;
}

.sub-button__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.sub-heading {
  width: 1080px;
  position: relative;
  padding: 0 0 30px;
}

.sub-heading:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #2C2C2C;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.sub-heading__heading-text {
  border-bottom: 1px solid #2C2C2C;
  color: #2E2E2E;
  font-size: 26px;
  font-weight: bold;
  font-weight: 700;
  padding-bottom: 20px;padding-top: 15px;
}

/*-----------------------------------------------

    ***** (施工事例 / example) *****

-------------------------------------------------*/
/*-----------------------------------------------

    company-overview

-------------------------------------------------*/
.company-overview__container {
  width: 1080px;
  margin: 0 auto;
}

.company-overview__top {
  margin-bottom: 40px;
}

.company-overview__description-text {
  text-align: left;
  color: #2E2E2E;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.75;
}

.company-overview__description-text:not(:last-child) {
  margin-bottom: 1em;
}

.company-overview__dl {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.company-overview__dt {
  width: 180px;
  padding: 3px 0 3px 10px;
  color: #2E2E2E;
  font-size: 14px;
  font-weight: normal;
  font-weight: 500;
  line-height: 2;
}

.company-overview__dt:nth-of-type(odd) {
  background-color: #F0F0F0;
}

.company-overview__dd {
  width: calc(100% - 180px);
  padding: 3px 10px 3px 0;
  color: #2E2E2E;
  font-size: 14px;
  font-weight: normal;
  font-weight: 500;
  line-height: 2;
}

.company-overview__dd a {
  text-decoration: underline;
  color: #2E2E2E;
  font-size: 14px;
  font-weight: normal;
  font-weight: 500;
}

.company-overview__dd:nth-of-type(odd) {
  background-color: #F0F0F0;
}

/*-----------------------------------------------

    company-history

-------------------------------------------------*/
.company-history__sub-heading {
  margin: 0 auto 20px;
}

.company-history__inner {
  width: 1080px;
  margin: 0 auto;
}

.company-history__list {
  /* text-align: left;
        display: flex;
        flex-wrap: wrap;
        width: 100%; */
}

.company-history__list-item {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px dotted #9D9D9D;
  padding: 3px 0;
}

.company-history__list-item:first-child {
  border-top: 1px dotted #9D9D9D;
}

.company-history__year {
  width: 170px;
  /* padding: 0 0 0 10px; */
  color: #2E2E2E;
  font-size: 14px;
  font-weight: normal;
  font-weight: 500;
  line-height: 2;
}

.company-history__history-text {
  width: calc(100% - 170px);
  /* padding: 0 10px 0 0; */
  color: #2E2E2E;
  font-size: 14px;
  font-weight: normal;
  font-weight: 500;
  line-height: 2;
  position: relative;
}

/*-----------------------------------------------

    company-headfactory

-------------------------------------------------*/
.company-headfactory__sub-heading {
  margin: 0 auto 20px;
}

.company-headfactory__google-map {
  margin-bottom: 20px;
}

.company-headfactory__google-map iframe {
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
}

.company-headfactory__google-map-cap {
  padding: 0 15px;
  text-align: center;
  color: #2E2E2E;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.75;
}

.company-headfactory__factory-image-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.company-headfactory__factory-image {
  width: 25%;
}

.company-headfactory__bottom {
  padding: 40px 0px;
  background: url(../images/ptn-products-detail.png) center repeat;
  background-color: #F0F0F0;
  text-align: left;
}

.company-headfactory__bottom-inner {
  width: 1080px;
  margin: 0 auto;
}

.company-headfactory__heading-text {
  text-align: center;
  color: #2E2E2E;
  font-size: 20px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 36px;
}

.company-headfactory__description-text {
  color: #2E2E2E;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.75;
}

/*-----------------------------------------------

    company-partner

-------------------------------------------------*/
.company-partner__sub-heading {
  margin: 0 auto 20px;
}

.company-partner__inner {
  width: 1080px;
  margin: 0 auto;
}

.company-partner__partner-list-heading {
  width: 100%;
  height: 40px;
  background: #2E2E2E;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}

.company-partner__child-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.company-partner__child-list-item {
  width: calc(100% / 3);
  border-left: 1px solid #2C2C2C;
  padding: 2px 6px;
  color: #2E2E2E;
  font-size: 15px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.86;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* &:last-child {
            &:not(:nth-of-type(3n)) {
                border-right: 1px solid #2C2C2C;
            }
        } */
}

.company-partner__child-list-item:nth-of-type(3n) {
  border-right: 1px solid #2C2C2C;
}

/*-----------------------------------------------

    company-brochure

-------------------------------------------------*/
.company-brochure__button-brochure {
  padding: 0 15px;
}

.button-brochure {
  width: 640px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}

.button-brochure__line-lefttop {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}

.button-brochure__line-lefttop:before {
  content: "";
  display: block;
  background: #2C2C2C;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.button-brochure__line-lefttop:after {
  content: "";
  display: block;
  background: #2C2C2C;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.button-brochure__line-righttop {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
}

.button-brochure__line-righttop:before {
  content: "";
  display: block;
  background: #2C2C2C;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.button-brochure__line-righttop:after {
  content: "";
  display: block;
  background: #2C2C2C;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
}

.button-brochure__line-leftbottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
}

.button-brochure__line-leftbottom:before {
  content: "";
  display: block;
  background: #2C2C2C;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.button-brochure__line-leftbottom:after {
  content: "";
  display: block;
  background: #2C2C2C;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.button-brochure__line-rightbottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
}

.button-brochure__line-rightbottom:before {
  content: "";
  display: block;
  background: #2C2C2C;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.button-brochure__line-rightbottom:after {
  content: "";
  display: block;
  background: #2C2C2C;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.button-brochure__inner {
  background: url(../images/ptn-products-detail.png) center repeat;
  background-color: #a5a2a2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-brochure__button-text {
  color: #2E2E2E;
  font-size: 30px;
  font-weight: bold;
  font-weight: 700;
}

.button-brochure__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/*-----------------------------------------------

    contact-form

-------------------------------------------------*/
.contact-form__container {
  width: 1080px;
  margin: 0 auto;
  text-align: left;
}

.contact-form__form-item:not(:last-of-type) {
  margin-bottom: 15px;
}

.form-item__heading {
  padding-left: 9px;
  border-left: 5px solid #CA0B1A;
  margin-bottom: 15px;
}

.form-item__heading-text {
  color: #2E2E2E;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.5;
}

.form-item__input {
  padding: 0 10px;
  width: 100%;
  height: 40px;
  border-radius: 0;
  background: #F0F0F0;
  border: none;
  color: #2E2E2E;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
}

.form-item__input:focus {
  outline: none;
}

.form-item__select {
  padding: 0 10px;
  width: 100%;
  height: 40px;
  max-width: 320px;
  border-radius: 0;
  border: none;
  color: #2E2E2E;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  background: url(../images/icon-select-arrow.svg) center right 10px/11.92px 6px no-repeat;
  background-color: #F0F0F0;
}

.form-item__select:focus {
  outline: none;
}

.form-item__textarea {
  padding: 10px 10px;
  width: 100%;
  height: 450px;
  border-radius: 0;
  background: #F0F0F0;
  border: none;
  color: #2E2E2E;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.75;
}

.form-item__textarea:focus {
  outline: none;
}

.form-item__submit {
  padding-top: 35px;
}

.form-item__submit-button {
  width: 100%;
  height: 80px;
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CA0B1A;
  border: none;
  border-radius: 0;
  font-family:"微软雅黑";
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-weight: 700;
  /* pointer-events: none;
        opacity: 0.35; */
  cursor: pointer;
}

.form-item__submit-button:focus {
  outline: none;
}

.form-item__submit-button.active {
  pointer-events: unset;
  opacity: 1;
  cursor: pointer;
}

.form-item_submit {
  text-align: center;
}

select {
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効 */
}

select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}

.page-contents_contact .section-contact__button-contact {
  display: none;
}

.page-contents_contact .section-contact__text2 {
  margin-bottom: 100px;
}

.screen-reader-response {
  line-height: 1.3;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 20px;
}

.screen-reader-response ul {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #CA0B1A;
  margin-top: 6px;
  display: inline-block;
  font-size: 12px;
  width: 100%;
}

.wpcf7-response-output {
  display: none;
}

/*-----------------------------------------------

    lightcase(js pluginn)

-------------------------------------------------*/
.lightcase-icon-play {
  display: none !important;
}

/* #lightcase-info {
    display: none!important;
    opacity: 0!important;
} */
#lightcase-sequenceInfo {
  display: none !important;
  opacity: 0 !important;
}

#lightcase-overlay {
  background: #fff;
  opacity: 0.95 !important;
}

a[class*='lightcase-icon-'].lightcase-icon-close {
  width: 20px;
  height: 20px;
}

.lightcase-icon-close:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../picture/lightcase-button-close.png) center/20px 20px no-repeat;
}

.lightcase-icon-prev {
  width: 10px;
  height: 20px;
}

a[class*='lightcase-icon-'].lightcase-icon-prev {
  width: 17px;
  height: 37px;
}

.lightcase-icon-prev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../picture/lightcase-button-prev.png) center/17px 37px no-repeat;
}

.lightcase-icon-next {
  width: 10px;
  height: 20px;
}

a[class*='lightcase-icon-'].lightcase-icon-next {
  width: 17px;
  height: 37px;
}

.lightcase-icon-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../picture/lightcase-button-next.png) center/17px 37px no-repeat;
}

.lightcase-icon-spin:before {
  content: "" !important;
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  /* left: -1px; */
}

#lightcase-caption {
  text-shadow: none;
}

.caption {
  display: none;
}

#lightcase-case {
  /* padding: 0 15px; */
}

.lightcase-fullScreenMode #lightcase-info {
  padding: 15px 0 0 0;
  /* width: calc(100% - 30px); */
  width: 100%;
}

html[data-lc-type=image] #lightcase-content,
html[data-lc-type=video] #lightcase-content {
  background-color: transparent;
  box-shadow: none;
}

/* custom-caption */
.custom-caption__list {
  /* display: flex;
        flex-wrap: wrap; */
  width: 100%;
}

.custom-caption__item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted #9D9D9D;
}

.custom-caption__item:not(:last-child) {
  margin-bottom: 3px;
}

.custom-caption__rabel-text {
  width: 115px;
  color: #2E2E2E;
  font-size: 14px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.75;
}

.custom-caption__description-text {
  width: calc(100% - 115px);
  color: #2E2E2E;
  font-size: 14px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.75;
}

#sub-products #lightcase-info {
  padding: 0;
  display: none;
}

a,
button-page-top {
  transition: .3s;
}

a:hover {
  opacity: .7;
}

.button-page-top:hover {
  opacity: .7;
}

/*# sourceMappingURL=pc_style.css.map */