.maincopy_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.maincopy_text h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
}
.maincopy_text p {
  font-weight: bold;
  letter-spacing: -0.01em;
}
.maincopy_image_photo, .maincopy_image_mark {
  background: center center no-repeat;
  background-size: cover;
}
.maincopy_image_mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../img/index/index_img_08.png");
}
@media all and (max-width: 749px) {
  .maincopy_text {
    height: 200px;
    padding-left: 35px;
  }
  .maincopy_text h2 {
    font-size: 16px;
  }
  .maincopy_text h2 i {
    font-size: 30px;
  }
  .maincopy_text p {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .maincopy_image_photo {
    background-image: url("../img/index/index_img_01_sp.jpg");
  }
  .maincopy_image_photo, .maincopy_image_mark {
    width: 100%;
    height: 300px;
  }
  .maincopy_image_photo img, .maincopy_image_mark img {
    width: 29px;
  }
}
@media screen and (min-width: 750px) {
  .maincopy_text {
    height: 380px;
    width: 50%;
    margin-left: auto;
    padding-left: 50px;
  }
  .maincopy_text h2 {
    margin-bottom: 20px;
    font-size: 31px;
  }
  .maincopy_text h2 i {
    font-size: 60px;
  }
  .maincopy_text p {
    font-size: 13px;
  }
  .maincopy_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 40vw;
  }
  .maincopy_image_photo {
    background-image: url("../img/index/index_img_01@2x.webp");
  }
  .maincopy_image_photo, .maincopy_image_mark {
    width: 50%;
    overflow: hidden;
  }
}

.report {
  background: #19589D;
  color: #fff;
  position: relative;
}
.report .inner_01 {
  position: relative;
}
.report_image {
  position: absolute;
  left: 0;
  top: -100px;
}
.report_musk {
  position: absolute;
  height: 110%;
  width: 100%;
  top: -5%;
  right: 0;
  background: #fff;
}
@media all and (max-width: 749px) {
  .report {
    margin-top: 55px;
    padding: 30px 25px;
  }
  .report_image {
    width: 143px;
    top: -45px;
  }
  .report .index_title_01 {
    margin-left: 158px;
    font-size: 25px;
  }
  .report .index_title_01 em {
    margin-top: 10px;
    padding-top: 9px;
    border-top: 1px solid #fff;
    display: block;
    margin-left: 0;
  }
  .report p {
    margin-top: 20px;
  }
  .report .btn_more_01 {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 750px) {
  .report {
    margin-top: 100px;
    padding-top: 55px;
    padding-bottom: 55px;
    max-height: 280px;
  }
  .report .index_title_01 {
    width: 100%;
    font-size: 40px;
    border-bottom: 1px solid #fff;
    padding-bottom: 22px;
    margin-bottom: 20px;
  }
  .report_text {
    padding-left: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .report_image {
    width: 38%;
    max-width: 380px;
  }
  .report p {
    font-size: 16px;
  }
  .report .btn_more_01 {
    margin-top: 10px;
  }
}

.concept {
  position: relative;
}
.concept .index_title_01 {
  position: relative;
}
.concept_read {
  font-weight: bold;
}
.concept_read p:not(:last-child) {
  margin-bottom: 1em;
}
.concept_text {
  color: #333;
}
.concept_image {
  position: absolute;
  right: 0;
  top: 125px;
  z-index: -1;
}
@media all and (max-width: 749px) {
  .concept {
    padding: 40px 0 50px 25px;
  }
  .concept .index_title_01 {
    white-space: nowrap;
    font-size: 28px;
    letter-spacing: -0.025em;
    -webkit-transform: scaleX(0.94);
        -ms-transform: scaleX(0.94);
            transform: scaleX(0.94);
    margin-bottom: 40px;
  }
  .concept_image {
    top: 83px;
    width: 250px;
  }
  .concept_logo {
    width: 114px;
    margin-bottom: 75px;
  }
  .concept_read {
    font-size: 13.5px;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 750px) {
  .concept {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .concept_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  .concept_logo {
    width: 147px;
  }
  .concept_read {
    font-size: 16px;
  }
}

.advantage {
  background: #f2f2f2;
}
.advantage strong {
  font-weight: bold;
}
.advantage_text p {
  color: #333;
}
@media all and (max-width: 749px) {
  .advantage {
    padding: 50px 0;
  }
  .advantage_image {
    width: 245px;
    margin-bottom: 20px;
  }
  .advantage_text {
    margin-left: auto;
    margin-right: 25px;
    width: 276px;
  }
  .advantage .index_title_01 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 750px) {
  .advantage {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .advantage .inner_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantage_image {
    width: 44.5454545455%;
  }
  .advantage_text {
    width: 46.3636363636%;
  }
}

.service {
  background: #333;
  color: #fff;
}
.service_list h3 {
  text-align: center;
  font-weight: bold;
}
@media all and (max-width: 749px) {
  .service {
    padding: 50px 35px;
  }
  .service_list {
    width: 250px;
    margin: 0 auto;
  }
  .service_list li {
    margin-top: 25px;
  }
  .service_list h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .service_list p {
    margin-top: 15px;
  }
}
@media screen and (min-width: 750px) {
  .service {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .service_list li {
    width: 29.0909090909%;
  }
  .service_list h3 {
    height: 2.8em;
    font-size: 16px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .service_list p {
    margin-top: 20px;
  }
}

.distributor_title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  color: #333;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
}
.distributor p {
  color: #333;
}
.distributor .index_title_01 {
  text-align: center;
}
.distributor_manufacturers {
  margin-bottom: 40px;
}
@media all and (max-width: 749px) {
  .distributor {
    padding: 50px 35px 85px;
  }
  .distributor .index_title_01 {
    margin-bottom: 50px;
  }
  .distributor_list {
    text-align: center;
  }
  .distributor_list li {
    margin-top: 35px;
  }
  .distributor_manufacturers li:nth-child(1) img {
    width: 218px;
  }
  .distributor_manufacturers li:nth-child(2) img {
    width: 168px;
  }
  .distributor_manufacturers li:nth-child(3) img {
    width: 92px;
  }
  .distributor_products li:nth-child(1) img {
    width: 185px;
  }
  .distributor_products li:nth-child(2) img {
    width: 200px;
  }
}
@media screen and (min-width: 750px) {
  .distributor {
    padding-top: 100px;
  }
  .distributor_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .distributor_list li:not(:last-child) {
    margin-right: 80px;
  }
}

.corporate {
  position: relative;
}
.corporate_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.corporate .gmap {
  width: 100%;
  z-index: 10;
}
@media all and (max-width: 749px) {
  .corporate .inner_01 {
    padding: 35px;
  }
  .corporate_dl {
    margin-top: 30px;
  }
  .corporate_dl dt, .corporate_dl dd {
    margin: 10px 0;
  }
  .corporate_dl dt {
    width: 70px;
  }
  .corporate_dl dd {
    width: calc(100% - 70px);
  }
  .corporate_dl.__en dt {
    width: 120px;
  }
  .corporate_dl.__en dd {
    width: calc(100% - 120px);
  }
  .corporate .gmap {
    height: 235px;
  }
}
@media screen and (min-width: 750px) {
  .corporate {
    padding-top: 160px;
  }
  .corporate_dl {
    position: relative;
    margin-bottom: 60px;
  }
  .corporate_dl dt, .corporate_dl dd {
    margin: 8px 0;
  }
  .corporate_dl dt {
    width: 85px;
  }
  .corporate_dl dd {
    width: calc(100% - 85px);
  }
  .corporate_dl.__en dt {
    width: 160px;
  }
  .corporate_dl.__en dd {
    width: calc(100% - 160px);
  }
  .corporate_image {
    position: absolute;
    top: 160px;
    right: 0;
    width: 46.6666666667vw;
    max-width: 700px;
    z-index: 20;
  }
}

.contact {
  border-top: none;
}

.maincopy_text > * {
  opacity: 0;
}

.maincopy_image {
  overflow: hidden;
}
.maincopy_image_photo, .maincopy_image_mark {
  position: relative;
  overflow: hidden;
}
.maincopy_image .musk {
  z-index: 10;
  position: absolute;
  top: 0;
  left: -10%;
  width: 110%;
  height: 100%;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.concept {
  overflow: hidden;
}

.advantage {
  overflow: hidden;
}

.advantage_image {
  position: relative;
  overflow: hidden;
}
.advantage_image .musk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}

.corporate {
  overflow: hidden;
}/*# sourceMappingURL=index.css.map */