.hamburgerFloat {
  background: url(../../shared/images/logo_wh.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapWidth.topTitleAreaBg .topTitleArea {
  background-image: url(../images/headttl.jpg);
}

@media only screen and (max-width: 767px) {
  .secConcept {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    height: -moz-fit-content;
    height: fit-content;
    gap: 2px 10%;
  }
  .secConcept .content {
    width: 90vw;
    margin: 0 auto 50px;
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .secConcept .content .ttl {
    max-width: 400px;
    display: block;
    width: 86%;
    margin: 0 auto 30px;
  }
  .secConcept .content .txt {
    font-size: clamp(14px, 4.62vw, 18px);
    text-align: center;
    line-height: 1.5em;
  }
  .secConcept .img01 {
    width: 100%;
    grid-column: 1/2;
    grid-row: 2/3;
    padding-left: 4vw;
  }
  .secConcept .img02 {
    grid-column: 2/3;
    grid-row: 2/3;
    padding-right: 4vw;
    margin-top: 50px;
  }
  .secConcept .img03 {
    grid-column: 1/2;
    grid-row: 3/4;
    padding-left: 4vw;
  }
  .secConcept .img04 {
    grid-column: 2/3;
    grid-row: 3/4;
    margin-top: 70px;
    padding-right: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .secConcept {
    width: 100%;
    position: relative;
  }
  .secConcept .content {
    width: 44%;
    margin: auto;
    padding-bottom: 90lvh;
  }
  .secConcept .content .ttl {
    max-width: 400px;
    width: 80%;
    display: block;
    margin: 0 auto 50px;
  }
  .secConcept .content .txt {
    font-size: clamp(16px, 1.5vw, 18px);
    text-align: center;
    line-height: 1.5em;
  }
  .secConcept .img {
    position: absolute;
  }
  .secConcept .img img {
    width: 100%;
  }
  .secConcept .img01 {
    top: 40vh;
    left: 0;
    width: 28%;
  }
  .secConcept .img02 {
    right: 0;
    top: 30vh;
    width: 26%;
  }
  .secConcept .img03 {
    bottom: 25vh;
    left: 20%;
    width: 26%;
  }
  .secConcept .img04 {
    bottom: 15vh;
    right: 15%;
    width: 26%;
  }
}
.secDetail {
  display: flex;
  flex-direction: column;
  gap: 150px;
  padding-top: 120px;
}
.secDetail .wrap {
  color: #101d49;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 11fr 9fr;
  align-items: flex-start;
  gap: 0 6%;
}
.secDetail .wrap .ttl {
  font-size: clamp(24px, 2.17vw, 26px);
  font-family: "Noto Serif JP", serif;
  color: #b8860b;
  line-height: 1.4em;
  font-weight: 600;
  margin: 20px 0 40px auto;
}
.secDetail .wrap .txtbox {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.secDetail .wrap .txt {
  font-size: 15px;
}
.secDetail .wrap .linkbtn {
  min-width: 320px;
  width: -moz-fit-content;
  width: fit-content;
  background: #e1e1e1;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  margin-top: 30px;
}
.secDetail .wrap .linkbtn span {
  padding: 12px 18px 10px;
  font-size: 18px;
  line-height: 1em;
  border-right: 1px solid #101d49;
  font-family: "Spectral", sans-serif;
  font-weight: 600;
  letter-spacing: 0em;
}
.secDetail .wrap .linkbtn p {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 14px 7px;
  letter-spacing: 0em;
}
.secDetail .wrapleft .txtbox {
  grid-column: 2/3;
  margin-left: 0;
}
.secDetail .wrapleft .imgbox:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 1/2;
}
.secDetail .wrapleft .imgbox:nth-of-type(3) {
  grid-row: 2/3;
  grid-column: 1/2;
  display: flex;
  justify-content: center;
  align-items: self-start;
  height: 100%;
  padding-bottom: 10%;
}
.secDetail .wrapleft .imgbox:nth-of-type(3) img {
  margin-top: auto;
  width: 80%;
}
.secDetail .wrapleft .imgbox:nth-of-type(4) {
  margin-top: -110px;
  grid-row: 2/3;
  grid-column: 2/3;
}
.secDetail .imgbox img {
  width: 100%;
}
.secDetail .imgbox:last-of-type {
  margin-top: -74px;
}

@media only screen and (max-width: 1000px) {
  .secDetail {
    gap: 120px;
    padding-top: 120px;
  }
  .secDetail .wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .secDetail .wrap .ttl {
    font-size: clamp(14px, 6.15vw, 24px);
    margin: 12px 0 30px 0;
  }
  .secDetail .wrap .txtbox {
    margin-left: 0;
  }
  .secDetail .wrap .txt {
    font-size: 15px;
  }
  .secDetail .wrap.wrapLast .imgbox img {
    margin-left: 0;
    margin-right: auto;
  }
  .secDetail .wrap.wrapLast .imgbox:last-of-type {
    width: 100%;
  }
  .secDetail .wrap.wrapLast .imgbox:last-of-type img {
    width: 70%;
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .secDetail .wrapleft .txtbox {
    grid-column: 2/3;
    margin-left: 0;
  }
  .secDetail .wrapleft .imgbox:nth-of-type(3) {
    display: flex;
    justify-content: center;
    align-items: self-start;
    height: 100%;
    padding-bottom: 0;
  }
  .secDetail .wrapleft .imgbox:nth-of-type(3) img {
    margin-top: auto;
    width: 80%;
    margin-left: 0;
    margin-right: auto;
  }
  .secDetail .wrapleft .imgbox:nth-of-type(4) {
    margin: auto;
  }
  .secDetail .imgbox img {
    margin-left: auto;
    width: 74%;
    display: block;
  }
  .secDetail .imgbox:last-of-type {
    display: block;
    width: 70%;
    margin: 0;
  }
  .secDetail .imgbox:last-of-type img {
    margin: 0 auto 0 0;
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .linkbtn {
    max-width: 400px;
    width: 100%;
    min-width: initial;
  }
  .linkbtn span {
    padding: 12px 18px 10px;
    font-size: 18px;
    line-height: 1em;
    border-right: 1px solid #101d49;
    font-family: "Spectral", sans-serif;
    font-weight: 600;
    letter-spacing: 0em;
  }
  .linkbtn p {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 14px 7px;
    letter-spacing: 0em;
  }
}
#pageCompany > .commonWidth {
  padding-bottom: 140px;
}

@media only screen and (max-width: 767px) {
  #pageCompany > .commonWidth {
    padding-bottom: 60px;
  }
}/*# sourceMappingURL=style.css.map */