/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Oswald:wght@400;500;600;700&family=Poppins:wght@300;400;500&display=swap");
.oswald {
  font-family: "Oswald", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

body > .container {
  padding-top: 78px;
}
@media screen and (max-width: 960px) {
  body > .container {
    padding-top: 49px;
  }
}

section p {
  margin-bottom: 0;
}

a {
  color: #000000;
}

.ttl01 {
  display: inline-block;
  border-bottom: solid 1px #000000;
  margin-bottom: 60px;
}
.ttl01--w100 {
  display: block;
}
.ttl01--white {
  color: #fff;
  border-color: #fff;
}
.ttl01__en {
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-right: 0.4em;
  line-height: 1;
  padding-bottom: 0.2em;
}
.ttl01__green {
  color: #B0D80A;
  font-size: 1em;
  font-style: normal;
}
.ttl01__jp {
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .ttl01 {
    margin-bottom: 30px;
    display: block;
    padding-bottom: 7px;
  }
  .ttl01__en {
    padding-right: 0.03em;
    font-size: 65px;
    padding-bottom: 0.13em;
  }
}

.ttl02 {
  background-color: #F2F2F2;
  padding: 75px 0;
  text-align: center;
}
.ttl02__ttl {
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.4545;
}
.ttl02__txt {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .ttl02 {
    padding: 60px 0;
  }
}

.color_green {
  color: #B0D80A;
  font-size: inherit;
}
.color_green--bold {
  font-weight: bold;
}

.company_details {
  box-sizing: border-box;
  transition: 1s;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.company_details *,
.company_details *:before,
.company_details *:after {
  box-sizing: inherit;
}
.company_details img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 767px) {
  .disp_tab {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (min-width: 961px) {
  .disp_sp {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 960px) {
  .disp_pc {
    display: none !important;
    visibility: hidden !important;
  }
}
.wrap01 {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .wrap01--sp100 {
    max-width: 100%;
  }
}

.wrap-r {
  max-width: calc(100% - (50% - 550px));
  width: 95%;
  margin-right: 0;
  margin-left: auto;
}

.wrap-l {
  max-width: calc(100% - (50% - 550px));
  width: 95%;
  margin-right: auto;
  margin-left: 0;
}

.ttl_blk {
  background: center/cover url("../images/company-details/bg-fv-pc.jpg") no-repeat;
  padding: 60px 0 104px;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.ttl_blk__deco {
  position: absolute;
  width: 53%;
  right: -3px;
  bottom: -3px;
}
@media screen and (max-width: 760px) {
  .ttl_blk__deco {
    width: 100%;
    right: 0;
    left: 0;
  }
}
.ttl_blk__ttl {
  color: #fff;
  font-weight: bold;
  font-size: 71px;
  letter-spacing: 0.07em;
  line-height: 1.3;
  padding-bottom: 23px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .ttl_blk {
    background-image: url("../images/company-details/bg-fv-sp.jpg");
    padding: 40px 0 123px;
    margin-bottom: 60px;
  }
  .ttl_blk__ttl {
    font-size: 50px;
  }
}
.ttl_blk__ul {
  display: flex;
  gap: 8px;
  position: relative;
  flex-wrap: wrap;
}
.ttl_blk__li {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.01em 1.1em;
  background-color: #000000;
  border: solid 2px #B0D80A;
  border-radius: 1.5em;
}
.ttl_blk__li--only_txt {
  background-color: transparent;
  border: none;
  font-weight: 400;
}

.block01 {
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .block01 {
    padding-bottom: 60px;
  }
}
.block01__txt01 {
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .block01__txt01 {
    font-size: 26px;
    padding-bottom: 30px;
  }
}
.block01__txt02 {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.block02 {
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .block02 {
    padding-bottom: 60px;
  }
  .block02 .wrap-r, .block02 .wrap-l {
    width: 100%;
    margin: 0 auto;
  }
}
.block02__blk01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block02__blk01--even {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .block02__blk01 {
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
  }
}
.block02__txt_blk {
  width: 40.6%;
  padding: 60px 0 80px;
}
@media screen and (max-width: 960px) {
  .block02__txt_blk {
    width: 90%;
    padding: 30px 0;
    margin: 0 auto;
  }
}
.block02__dt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33333;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .block02__dt {
    padding-bottom: 23px;
    font-size: 22px;
  }
}
.block02__dd {
  line-height: 1.6875;
  font-size: 16px;
}
.block02__img {
  width: 51.2%;
  position: relative;
  align-self: stretch;
}
@media screen and (max-width: 960px) {
  .block02__img {
    width: 100%;
  }
}
.block02__img__img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 960px) {
  .block02__img__img {
    -o-object-fit: unset;
       object-fit: unset;
    height: auto !important;
  }
}
.block02__border {
  border-bottom: solid 40px #000;
}

.ttl03 {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 25px;
}
.ttl03__num {
  width: 67px;
}
.ttl03__ttl {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 0.3em 0.6em;
}

.works01__ul {
  display: flex;
  grid-row-gap: 40px;
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .works01__ul {
    grid-row-gap: 30px;
  }
}
.works01__li {
  width: 31%;
}
@media screen and (max-width: 1160px) {
  .works01__ul {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .works01__li {
    width: 48%;
  }
}
@media screen and (max-width: 760px) {
  .works01__li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.works01__ttl {
  margin-top: -1em;
  font-size: 17px;
  color: #B0D80A;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
  background-color: #000000;
  padding: 0.35em 0.5em;
  width: 70%;
  margin-bottom: 0.6em;
  position: relative;
}
.works01__tags {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
}
.works01__tag__a {
  display: block;
  font-size: 14px;
  display: block;
  background-color: #B0D80A;
  border-radius: 1.2em;
  letter-spacing: 0.05em;
  padding: 0.5em 1.3em;
  font-weight: bold;
}

.btn01 {
  text-align: center;
}
.btn01--com_de {
  position: absolute;
  right: 0;
  top: 60px;
}
@media screen and (max-width: 960px) {
  .btn01--com_de {
    top: auto;
    right: auto;
    position: relative;
    margin-top: 30px;
  }
}
.btn01 span {
  font-size: inherit;
}
.btn01__a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 21px;
  font-weight: 700;
}
.btn01__arrow {
  width: 44px;
}

.block03 {
  margin-bottom: 150px;
}
@media screen and (max-width: 960px) {
  .block03 {
    margin-bottom: 60px;
  }
}

.block04 {
  margin-bottom: 150px;
}
@media screen and (max-width: 960px) {
  .block04 {
    margin-bottom: 60px;
  }
}
.block04__blk01 {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
}
.block04__blk01--even {
  flex-direction: row-reverse;
}
.block04__dl {
  width: 56%;
  padding: 50px 30px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.block04__dt {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3333;
  padding-bottom: 35px;
}
.block04__dd {
  font-size: 16px;
  line-height: 1.6875;
}
.block04__img {
  width: 58%;
  margin-left: -14%;
}
.block04__img--even {
  margin-left: 0;
  margin-right: -13%;
}
@media screen and (max-width: 960px) {
  .block04__blk01 {
    flex-direction: column-reverse;
    margin: 0 auto 30px;
    max-width: 700px;
  }
  .block04__dl {
    width: 90%;
    margin: -100px auto 0;
    padding: 30px 4%;
  }
  .block04__dt {
    padding-bottom: 21px;
  }
  .block04__img {
    width: 100%;
    margin: 0 auto;
  }
}

.ttl04 {
  margin-bottom: 60px;
}
.ttl04__span {
  display: inline-block;
  padding: 0em 0.5em;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 42px;
}
@media screen and (max-width: 960px) {
  .ttl04 {
    text-align: center;
  }
  .ttl04__span {
    font-size: 28px;
    width: 400px;
    max-width: 100%;
    padding: 0.2em 0.5em;
  }
}

.btn02--center {
  text-align: center;
}
.btn02__a {
  font-weight: bold;
  color: #fff;
  background-color: #F29901;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.5294em;
  letter-spacing: 0.06em;
  position: relative;
  font-size: 17px;
  width: 400px;
  max-width: 100%;
}
.btn02__a--big {
  width: 600px;
  font-size: 20px;
}
.btn02__arrow {
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 5em;
  height: 1px;
  background-color: #fff;
}
.btn02__arrow:after {
  display: block;
  position: absolute;
  content: "";
  width: 0.7em;
  height: 1px;
  transform: rotate(40deg);
  transform-origin: right;
  bottom: 0;
  right: 0;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .btn02--sp-center {
    text-align: center;
  }
  .btn02__a--big {
    font-size: 17px;
  }
  .btn02__arrow {
    display: none;
  }
}

.asite_blk {
  padding: 100px 0;
  background: center/cover url("../images/company-details/bg-cta.jpg") no-repeat;
}
.asite_blk__blk01 {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.asite_blk__right {
  width: 53%;
  /*padding-top: 37%;*/
  position: relative;
}
.asite_blk__right iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.asite_blk__txt01 {
  color: #fff;
  font-size: 17px;
  line-height: 2.17;
  letter-spacing: 0.06em;
  padding-bottom: 76px;
  padding-top: 30px;
}
@media screen and (max-width: 960px) {
  .asite_blk {
    padding: 60px 0;
  }
  .asite_blk__blk01 {
    flex-direction: column;
    grid-row-gap: 50px;
  }
  .asite_blk__right {
    width: 100%;
    /*padding-top: 93%;*/
  }
  .asite_blk__txt01 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
  }
}