.strong {
  font-weight: 600;
}

.sub-cover {
  height: 50vh;
  padding: 0;
}

.sub-page-title {
  color: #fff;
  text-align: left;
  font-size: 4em;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 0.3em;
  position: relative;
  top: 20vh;
  text-align: left;
  padding-left: calc(13.8vw + 16px);
}

.sub-page-title-jp {
  color: #fff;
  text-align: left;
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 0.8em;
  position: relative;
  top: 20vh;
  text-align: left;
  padding-left: calc(13.8vw + 16px);
}

.sub-page-title-jp-2 {
  color: #fff;
  text-align: left;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 0.8em;
  position: relative;
  margin-top: 10vh;
  text-align: left;
  padding-left: calc(13.8vw + 16px);
}

.sub-page-title-small {
  font-size: 0.4em;
  line-height: 1.5em;
}


.article-title-jp {
  font-size: 2em;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.2em;
  padding-left: calc(13.8vw + 16px);
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}

.article-title-jp-short {
  font-size: 2em;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 0.3em;
  padding-left: calc(5vw + 16px);
  padding-bottom: 80px;
  position: relative;
  margin-left: -5vw;
}

.article-title-jp::before {
  border-left: 13.8vw solid #1c9dd2;
  content: "";
  display: block;
  height: 28px;
  left: 0;
  position: absolute;
  top: 2px;
}

.article-title-jp-short::before {
  border-left: 5vw solid #1c9dd2;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: -14px;
}

.article-title-jp-2 {
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 18pt;
  margin-left: 13.8vw;
  margin-bottom: 30px;
  padding-left: 16px;
  padding-bottom: 10px;
  background: linear-gradient(transparent 36%, #ff4 36%);
}

.article-title-jp-3 {
  font-size: 1.8em;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.article-title-jp-4 {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.8em;
  margin: 30px 0 20px;
}

.article-title-jp-4-s {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.8em;
  margin: 10px 0 20px;
}

.article-title-jp-5 {
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 18pt;
  margin-bottom: 30px;
  padding-left: 16px;
  padding-bottom: 10px;
  background: linear-gradient(transparent 36%, #ff4 36%);
}

.article-title-jp-6 {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 18pt;
  margin: 30px 0 10px -20px;
  padding: 4px 0 4px 10px;
  border-left: 10px solid #ff4;
}

.article-title-jp-7 {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 18pt;
  margin: 30px 0 10px;
  padding: 4px 0 4px;
}

.grid-3 {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.box-3 {
  padding: 20px;
  background-color: rgba(210, 210, 210, 0.7);
  font-size: 9pt;
  line-height: 16pt;
  letter-spacing: .01em;
}

.box-4 {
  padding: 20px;
  background-color: #fff;
  font-size: 9pt;
  line-height: 16pt;
  letter-spacing: .01em;
}

.att-jp-7 {
  border-left: 10px solid #ff4;
  font-size: 11pt;
  font-weight: 600;
  margin: 0 0 10px -10px;
  padding-left: 5px;
}

.att-jp-8 {
  border-left: 10px solid #ff4;
  font-size: 11pt;
  font-weight: 600;
  margin: 20px 0 10px -10px;
  padding-left: 5px;
}


.content-box {
  padding-left: calc(13.8vw + 16px);
  padding-bottom: 100px;
  width: calc(80% - 13.8vw + 16px);
  position: relative;
}

.content-box-2 {
  padding-left: calc(13.8vw + 36px);
  padding-bottom: 100px;
  width: calc(80% - 13.8vw + 36px);
  position: relative;
}

.content-box-gray {
  padding-left: calc(13.8vw + 16px);
  padding-bottom: 100px;
  width: calc(80% - 13.8vw + 16px);
  position: relative;
}

.content-box-nallow {
  padding-left: calc(13.8vw + 16px);
  padding-bottom: 40px;
  width: calc(80% - 13.8vw + 16px);
  position: relative;
}

.content-box-inner-01 {
  padding: 40px;
  background-color: rgba(210, 210, 210, 0.7);
  width: 60%;
  position: relative;
  z-index: 2;
}

.content-box-bg {
  position: absolute;
  width: 40%;
  top: 5%;
  right: -100px;
  z-index: 1;
}

.content-box-inner-02 {
  padding: 40px;
  background-color: rgba(210, 210, 210, 0.7);
  width: calc(100% - 80px);
  position: relative;
  display: flex;
  gap: 40px;
}

.content-box-inner-02-title {
  width: 25%;
  text-align: center;
  font-weight: 600;
}

.content-box-inner-03 {
  padding: 40px;
  background-color: rgba(210, 210, 210, 0.7);
  position: relative;
}

.large-num {
  font-size: 100pt;
  line-height: 100pt;
  font-weight: 600;
  color: #27AAE1;
}

.large-num-2 {
  font-size: 40pt;
  line-height: 100pt;
  font-weight: 600;
  color: #27AAE1;
}

.content-box-inner-02-main {
  width: 65%;
}

.txt01 {
  font-size: 12pt;
  line-height: 1.8em;
  letter-spacing: 0.02em;
}

.icon {
  width: 50px;
  margin: 20px auto;
  text-align: center;
}

.icon-box {
  width: 100%;
  text-align: center;
}

/*////////////////////////////////////////////////////////////
mvv
////////////////////////////////////////////////////////////*/


#mvv {
  background: url("../img/mvv-bg-2.jpg") no-repeat 30% 10%;
  background-size: cover;
  display: block;
}

.sub-cover-mvv {
  background: url("../img/mvv-bg.jpg") no-repeat center center;
  background-size: cover;
  height: 50vh;
  padding: 0;
}

#mvv-contents {
  padding-bottom: 220px;
  padding-left: 20vw;
}

#mvv-description {
  /* background: url("../img/mvv.svg") no-repeat center left; */

}

.mvv-item {
  color: #000;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  margin: 20px 0;
  margin-bottom: 38px;
  line-height: 40px;
}

.mvv-en {
  background-color: #111;
  color: #fff;
  padding: 8px;
  font-size: 16px;
}


#mvv-detail {}

.mvv-title {
  color: #111;
  display: inline;
  font-size: 22px;
  font-weight: 600;
  background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.3) 50%);
  margin: 18px 3px 22px;
  line-height: 2em;

}

.mvv-title-middle {
  color: #111;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.3) 50%);
  margin: 8px -3px 12px;
}

.mvv-title-small {
  background-color: #27AAE1;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 6px 0 6px 6px;
  border: 2px solid #27AAE1;
  margin-top: 50px;

}


.mvv-title-de {
  background: #fff;
  color: #27AAE1;
  padding: 4px 0 5px 5px;
}

.mvv-txt {
  line-height: 1.8em;
}


/*////////////////////////////////////////////////////////////
about-us
////////////////////////////////////////////////////////////*/



.sub-cover-about {
  background: url("../img/about-us-bg-3.jpg") no-repeat center bottom;
  background-size: cover;
  height: 50vh;
  padding: 0;
}

#about-us {
  background-color: #fff;
  display: block;
}

.about-item {
  padding-left: calc(13.8vw + 16px);
  padding-bottom: 100px;
}

.about-table {
  width: 80%;
  font-size: 12pt;
  border-collapse: separate;
  border-spacing: 20px 40px;
}

.about-table th {
  vertical-align: top;
  font-weight: 600;
  width: 18%;
  border-right: 2px solid #27AAE1;
}

.about-table td {
  padding-bottom: 20px;
}

.group-logo {
  width: 200px;
  padding-bottom: 20px;
}

/*////////////////////////////////////////////////////////////
service
////////////////////////////////////////////////////////////*/


.sub-cover-001 {
  background: url("../img/001-cover.jpg") no-repeat center center;
  background-size: cover;
  height: 50vh;
  padding: 0;
}

.sub-cover-002 {
  background: url("../img/002-cover.jpg") no-repeat center center;
  background-size: cover;
  height: 50vh;
  padding: 0;
}



.sub-cover-004 {
  background: url("../img/003-cover.jpg") no-repeat center center;
  background-size: cover;
  height: 50vh;
  padding: 0;
}

.sub-cover-005 {
  background: url("../img/005-cover.jpg") no-repeat center center;
  background-size: cover;
  height: 50vh;
  padding: 0;
}

.sub-cover-006 {
  background: url("../img/006-bg.jpg") no-repeat center center;
  background-size: cover;
  height: 50vh;
  padding: 0;
}

.sub-cover-contact {
  background: url("../img/contact-bg.jpg") no-repeat center center;
  background-size: cover;
  height: 50vh;
  padding: 0;
}

.sub-cover-recruit {
  background: url("../img/recruit-bg.jpg") no-repeat center center;
  background-size: cover;
  height: 50vh;
  padding: 0;
}

#other-001 {
  background: url("../img/001-4.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 100px;
  padding-top: 100px;
  margin-bottom: 0;
}

#other-002-01 {
  background: url("../img/007-g.jpg") no-repeat top center;
  background-size: 100%;
  margin-top: 100px;
  padding-top: 100px;
  margin-bottom: 0;
}

#other-002-02 {
  background: url("../img/008-g.jpg") no-repeat top center;
  background-size: 100%;
  margin-top: 100px;
  padding-top: 100px;
  margin-bottom: 0;
}

#other-002-03 {
  background: url("../img/009-g.jpg") no-repeat top center;
  background-size: 100%;
  margin-top: 100px;
  padding-top: 100px;
  margin-bottom: 0;
}

.img-tekiseikakaku {
  width: 70%;
}

.img-icon-flash {
  width: 60px;
  margin: 30px auto 5px;
}

#tekiseinouzeu {
  border: 1px solid #000;
  padding: 0 30px;
  margin-bottom: 50px;
}

.txt02 {
  font-size: 1.4em;
  text-align: center;
  padding: 30px 0 100px;
}

#other-004-01 {
  background: url("../img/003-1.jpg") no-repeat center top;
  background-size: 100%;
  padding-top: 100px;
}

#other-004-02 {
  background: url("../img/003-2.jpg") no-repeat center top;
  background-size: 100%;
  padding-top: 100px;
}

.other-004-inner {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 100px 40px 40px;
}

.txt-nagare {
  font-size: 16pt;
  font-weight: 600;
  margin: 30px 0 10px 20px;
}

.txt-nagare-2 {
  font-size: 16pt;
  font-weight: 600;
  margin: 30px 0 10px;
}

#img-it-01 {
  width: 100%;
  max-width: 600px;
  ;
}


/*////////////////////////////////////////////////////////////
magazine
////////////////////////////////////////////////////////////*/



.sub-cover-magazine {
  background: url("../img/000.jpg") no-repeat center bottom;
  background-size: cover;
  height: 50vh;
  padding: 0;
}



/*////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////*/


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

  .sub-cover,
  .sub-cover-001,
  .sub-cover-002,
  .sub-cover-003,
  .sub-cover-004,
  .sub-cover-005,
  .sub-cover-006 {
    height: 100vh;
    padding: 0;
  }

  .sub-page-title-mvv {
    padding-left: 20px;
    padding-top: 20px;
  }

  .sub-page-title {
    font-size: 3em;
  }


  #mvv {
    background: url("../img/mvv-bg-2.jpg") no-repeat 30% 10%;
    background-size: cover;
    display: block;
  }

  #mvv-contents {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  #mvv-description {
    /* background: url("../img/mvv-img.svg") no-repeat center left; */
    /* background-size: contain; */
    /* height: 200px; */
  }

  .mvv-item {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
    position: relative;
    top: 20px;
    letter-spacing: 0.01em;
  }

  #mvv-detail {
    margin: 18px 0 22px 3px;
  }

  .mvv-title {
    font-size: 15px;
    margin: 8px 3px 12px;
    letter-spacing: 0.01em;

  }

  .mvv-title-middle {
    font-size: 10pt;
    margin: 10px -3px 10px;
  }



  .mvv-title-small {
    font-size: 8.6pt;
    background-color: #27AAE1;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 6px 0 6px 6px;
    border: 2px solid #27AAE1;
    margin-top: 50px;
  }


  .mvv-title-de {
    background: #fff;
    color: #27AAE1;
    padding: 4px 0 4px 5px;
  }





  .mvv-txt {
    font-size: 10pt;
    line-height: 1.8em;
  }

  .sub-page-title {
    padding-left: 20px;
    padding-top: 20px;
  }


  .article {
    padding-top: 80px;
  }

  .article-title-jp {
    padding-left: 20px;
    font-size: 22px;
    padding-bottom: 40px;
    margin-top: 20px;
    line-height: 1.3em;
  }



  .article-title-jp::before {
    border-left: 14px solid #1c9dd2;
    height: 24px;
  }

  .about-table {
    width: calc(100% - 40px);
    border-spacing: 0 10px;
  }

  .about-item {
    padding-left: 20px;
  }

  .about-table th,
  .about-table td {
    display: block;
    width: 100%;
    border-right: none;
  }

  .about-table th {
    font-size: 16pt;
  }

  .sub-page-title-jp,
  .sub-page-title-jp-2 {
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 32pt;
    top: 40vh
  }

  .servise-circle-img {
    width: 240px;

    position: relative;
    left: calc(50% - 120px);
    top: 80px;
    text-align: center;
  }

  .content-box {
    padding: 0 20px 40px;
    width: calc(100% - 40px);
  }

  .content-box-2 {
    padding: 0 0 40px 25px;
    width: calc(100% - 60px);
  }

  .txt01 {
    font-size: 10pt;
  }

  .content-box-inner-01 {
    padding: 20px;
    width: calc(100% - 40px);
    z-index: 0;
  }

  .article-title-jp-3 {
    font-size: 14pt;
    margin-bottom: 20px;

  }

  .content-box-bg {
    position: static;
    border: 10px solid rgba(210, 210, 210, 0.7);
    width: calc(100% - 20px);
  }

  .article-title-jp-2 {
    font-size: 14pt;
    line-height: 16pt;
    margin-left: 20px;
    margin-bottom: 28px;
    padding-left: 16px;
    padding-bottom: 10px;
  }

  .content-box-nallow {
    padding: 0 20pt 40px;
    width: calc(100% - 40px);
    position: relative;
    padding-left: 20px;
  }

  .content-box-inner-02 {
    padding: 20px;
    width: calc(100% - 40px);
    display: block;
  }

  .content-box-inner-02-title {
    width: 100%;
    text-align: center;
    font-size: 14pt;
  }

  .large-num {
    font-size: 60pt;
    line-height: 70pt;
    text-align: center;
  }

  .content-box-inner-02-main {
    width: 100%;
    padding: 30px 0 10px;
  }

  #other-001 {
    background-size: cover;
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }

  #other-002-01 {
    margin-top: 100px;
    padding-top: 60px;
    margin-bottom: 0;
  }

  #other-002-02 {
    margin-top: 100px;
    padding-top: 60px;
    margin-bottom: 0;
  }

  #other-002-03 {
    background-size: 100%;
    margin-top: 100px;
    padding-top: 60px;
    margin-bottom: 0;
  }

  .content-box-inner-03 {
    padding: 40px 20px 20px;
  }

  .article-title-jp-5 {
    font-size: 1.4em;
    line-height: 16pt;
    margin-bottom: 80px;
    padding-bottom: 8px;
    padding-left: 0;
    text-align: center;
  }

  .img-tekiseikakaku {
    width: 100%;
  }

  #tekiseinouzeu {
    padding: 20px;
    margin-bottom: 50px;
  }

  .img-icon-flash {
    width: 60px;
    margin: 30px auto 5px;
  }

  .grid-3 {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .box-3 {
    padding: 10px 15px;
    font-size: 9pt;
    line-height: 16pt;
  }

  .txt02 {
    font-size: 1em;
  }

  #other-004-01,
  #other-004-02 {
    padding-top: 50px;
    margin-bottom: 50px;
    ;
  }

  .other-004-inner {
    padding: 50px 20px 20px;
  }

  .article-title-jp-short {
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.8em;
    padding-left: calc(5vw + 16px);
    padding-bottom: 40px;
    margin-left: -5vw;
  }

  .article-title-jp-short::before {
    border-left: 5vw solid #1c9dd2;
    content: "";
    display: block;
    height: 26px;
    left: 0;
    position: absolute;
    top: 6px;
  }

  .article-title-jp-5 {
    font-size: 1.2em;
    letter-spacing: .01em;
    line-height: 16pt;
    margin-bottom: 10px;
    padding-left: 0;
    padding-bottom: 5px;
    background: linear-gradient(transparent 36%, #ff4 36%);
  }

  .txt-nagare {
    font-size: 12pt;
    margin: 20px 0 10px 20px;
  }

  .txt-nagare-2 {
    font-size: 12pt;
    margin: 20px 0 10px;
  }

  #img-it-01 {
    width: 100%;
  }




}