/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob-loader/index.js!./src/scss/corporate.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.corporate-message {
  width: 100%;
  max-width: 1380px;
  padding: 10px 40px;
  margin: 0 auto;
}
.corporate-message__text {
  font-size: 26px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin: 80px 0;
}

.corporate-section {
  padding-top: 200px;
}
.corporate-section--first {
  padding-top: 80px;
}

.corporate-contentsLayout01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.corporate-contentsLayout01__messageLayout {
  width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.corporate-contentsLayout01__message {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
.corporate-contentsLayout01__heading {
  font-size: 65px;
  line-height: 1.1;
  font-weight: bold;
}
.corporate-contentsLayout01__subHeading {
  font-size: 35px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 40px;
}
.corporate-contentsLayout01__text {
  font-size: 20px;
  line-height: 2;
  margin-top: 30px;
}
.corporate-contentsLayout01__visual {
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  width: 48%;
  height: 550px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}
.corporate-contentsLayout01__visual--philosophy {
  background-image: url(/assets/img/corporate/philosophy.jpg);
  background-position: 94% -90px;
  background-size: auto 140%;
}
.corporate-contentsLayout01__visual--sustainability {
  background-image: url(/assets/img/corporate/sustainability.jpg);
  background-position: 33% -40px;
  background-size: auto 120%;
}
.corporate-contentsLayout01__btn {
  margin-top: 40px;
}

.corporate-contentsLayout02 {
  display: -webkit-box;
  display: flex;
}
.corporate-contentsLayout02__messageLayout {
  width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.corporate-contentsLayout02__message {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
.corporate-contentsLayout02__heading {
  font-size: 65px;
  line-height: 1.1;
  font-weight: bold;
  text-align: right;
}
.corporate-contentsLayout02__subHeading {
  font-size: 35px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 40px;
  text-align: right;
}
.corporate-contentsLayout02__text {
  font-size: 20px;
  line-height: 2;
  margin-top: 30px;
  text-align: right;
}
.corporate-contentsLayout02__visual {
  -webkit-clip-path: polygon(0% 0%, 100% 0, 80% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 80% 100%, 0% 100%);
  width: 48%;
  height: 550px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}
.corporate-contentsLayout02__visual--company {
  background-image: url(/assets/img/corporate/company.jpg);
  background-position: 95% -30px;
  background-size: auto 130%;
}
.corporate-contentsLayout02__btn {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1920px) { /**/ }
@media screen and (max-width: 1380px) { /**/
  .corporate-contentsLayout01__heading {
    font-size: 53px;
  }
  .corporate-contentsLayout01__subHeading {
    font-size: 28px;
  }
  .corporate-contentsLayout01__text {
    font-size: 18px;
  }
  .corporate-contentsLayout01__visual {
    height: 500px;
  }
  .corporate-contentsLayout01__visual--philosophy {
    background-position: 88% -90px;
  }
  .corporate-contentsLayout02__heading {
    font-size: 53px;
  }
  .corporate-contentsLayout02__subHeading {
    font-size: 28px;
  }
  .corporate-contentsLayout02__text {
    font-size: 18px;
  }
  .corporate-contentsLayout02__visual {
    height: 500px;
  } }
@media screen and (max-width: 1080px) { /**/
  .corporate-contentsLayout01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .corporate-contentsLayout01__messageLayout {
    -webkit-box-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .corporate-contentsLayout01__message {
    padding: 80px 40px 0px;
  }
  .corporate-contentsLayout01__textBr {
    display: none;
  }
  .corporate-contentsLayout01__visual {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
  }
  .corporate-contentsLayout02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .corporate-contentsLayout02__messageLayout {
    width: 100%;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
  .corporate-contentsLayout02__message {
    padding: 80px 40px 0px;
  }
  .corporate-contentsLayout02__textBr {
    display: none;
  }
  .corporate-contentsLayout02__visual {
    width: 80%;
  } }
@media screen and (min-width: 769px) { /**/ }
@media screen and (max-width: 768px) { /**/
  .corporate-message__text {
    font-size: 18px;
    line-height: 1.6;
    margin: 40px 0;
    text-align: left;
  }
  .corporate-message {
    padding: 10px 20px;
  }
  .corporate-section {
    padding-top: 100px;
  }
  .corporate-section--first {
    padding-top: 0;
  }
  .corporate-contentsLayout01__message {
    padding: 40px 20px 0px;
  }
  .corporate-contentsLayout01__heading {
    font-size: 30px;
  }
  .corporate-contentsLayout01__subHeading {
    font-size: 20px;
    margin-top: 30px;
    letter-spacing: -1px;
  }
  .corporate-contentsLayout01__text {
    font-size: 14px;
    margin-top: 20px;
  }
  .corporate-contentsLayout01__visual {
    width: 90%;
    height: 250px;
  }
  .corporate-contentsLayout01__visual--philosophy {
    background-position: 90% -30px;
    background-size: auto 140%;
  }
  .corporate-contentsLayout01__visual--sustainability {
    background-position: 33% 0px;
    background-size: cover;
  }
  .corporate-contentsLayout01__btn {
    margin-top: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .corporate-contentsLayout02__message {
    padding: 40px 20px 0px;
  }
  .corporate-contentsLayout02__heading {
    font-size: 30px;
    text-align: left;
  }
  .corporate-contentsLayout02__subHeading {
    text-align: left;
    font-size: 20px;
    margin-top: 30px;
    letter-spacing: -1px;
  }
  .corporate-contentsLayout02__text {
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
  }
  .corporate-contentsLayout02__visual {
    width: 90%;
    height: 250px;
  }
  .corporate-contentsLayout02__visual--company {
    background-position: 0% -10px;
    background-size: cover;
  }
  .corporate-contentsLayout02__btn {
    margin-top: 20px;
    -webkit-box-pack: center;
            justify-content: center;
  } }
@media screen and (max-width: 374px) { /**/ }
@media screen and (max-width: 360px) {
  .corporate-message__text {
    font-size: 15px;
  }
}
@media screen and (min-width: 1921px) {
  .corporate-contentsLayout01__visual--sustainability {
    background-size: cover;
  }
  .corporate-contentsLayout02__visual--company {
    background-position: 95% 70%;
    background-size: cover;
  }
}
