.secMv {
  position: relative;
}
.secMv .title {
  transition: opacity 2s;
  position: absolute;
}
.secMv .title span {
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
.secMv .title h2 {
  font-weight: 400;
}
.secMv .title img {
  max-width: 465px;
  width: 40vw;
}
.secMv .movie {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: -1;
  margin-left: auto;
}
.secMv .movie video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .secMv {
    width: 100vw;
    height: 100svh;
    padding: 115px 80px 40px 58px;
  }
  .secMv .title {
    top: 20vh;
  }
  .secMv .title span {
    font-size: clamp(28px, 3.83vw, 46px);
  }
  .secMv .title h2 {
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .secMv .movie {
    height: 100%;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .secMv {
    width: 100vw;
    height: 100svh;
    padding: 80px 0px 40px 0px;
  }
  .secMv .title {
    position: relative;
    height: 28vh;
    top: 0vh;
    margin: auto 4vw 18px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
  }
  .secMv .title span {
    font-size: clamp(28px, 3.83vw, 46px);
    margin-bottom: 8px;
  }
  .secMv .title h2 {
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .secMv .title img {
    width: 70vw;
  }
  .secMv .movie {
    height: 46svh;
    width: 100%;
  }
}
.secNews {
  position: relative;
  padding: 60px 0 130px;
}
.secNews .commonTitleArea {
  position: absolute;
  pointer-events: none;
}
.secNews .content {
  max-width: 885px;
  width: calc(100% - 160px);
  padding-left: 160px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 130px;
  align-items: flex-end;
  align-items: baseline;
  gap: 24px;
  margin-top: 16px;
}
.secNews .content .wrap a {
  display: grid;
  grid-template-columns: 94px 1fr;
  margin-bottom: 12px;
  align-items: baseline;
}
.secNews .content .wrap a span {
  color: #98a6b5;
  font-size: 12px;
}
.secNews .content .wrap a p {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.secNews .content .wrap a:hover {
  opacity: 0.3;
}
.secNews .content .wrap a:last-of-type {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .secNews {
    position: relative;
    padding: 18px 0 16px;
  }
  .secNews .commonTitleArea {
    position: relative;
  }
  .secNews .content {
    width: 92vw;
    padding-left: 0px;
    margin: auto;
    margin-top: 0px;
    display: block;
    align-items: flex-end;
    gap: 24px;
  }
  .secNews .content .wrap {
    margin-top: 28px;
    margin-bottom: 26px;
  }
  .secNews .content .wrap a {
    grid-template-columns: 90px 1fr;
    margin-bottom: 10px;
  }
  .secNews .content .wrap a p {
    overflow: inherit;
    text-overflow: ellipsis;
    white-space: wrap;
    line-height: 1.4em;
    font-weight: 300;
  }
  .secNews .content .wrap a:last-of-type {
    margin-bottom: 0px;
  }
  .secNews .content .btn_wh {
    margin-left: auto;
  }
}
.secConcept {
  padding: 65px 0 47px;
}
.secConcept .commonWidthPc {
  padding-top: 50px;
}
.secConcept .commonWidthPc .copy {
  width: 100%;
}
.secConcept .commonWidthPc .copy span {
  font-size: clamp(20px, 2.83vw, 34px);
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 1.4em;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  display: none;
}
.secConcept .commonWidthPc .copy img {
  max-width: 400px;
  width: 70%;
  display: block;
  margin: 0 auto 14px;
}
.secConcept .commonWidthPc .copy p {
  font-size: clamp(14px, 1.33vw, 16px);
  font-weight: 400;
  text-align: center;
}
.secConcept .commonWidthPc > p {
  margin-top: 68px;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 400;
  text-align: center;
  line-height: 2.1em;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .secConcept {
    padding: 19px 0 37px;
  }
  .secConcept .commonWidthPc {
    padding-top: 20px;
  }
  .secConcept .commonWidthPc .copy {
    width: 92vw;
    margin: auto;
  }
  .secConcept .commonWidthPc .copy span {
    font-size: 26px;
    text-align: left;
    margin-bottom: 8px;
  }
  .secConcept .commonWidthPc .copy p {
    font-size: 14px;
    text-align: left;
  }
  .secConcept .commonWidthPc .copy img {
    margin-left: 0;
    margin-top: 24px;
    width: 80%;
  }
  .secConcept .commonWidthPc > p {
    width: 92vw;
    margin: auto;
    margin-top: 40px;
    font-size: 16px;
    text-align: left;
  }
}
.secToday,
.secStrengths,
.secPartner,
.secApporpach,
.secAreas {
  padding: 47px 0 42px;
}
.secToday .copy,
.secStrengths .copy,
.secPartner .copy,
.secApporpach .copy,
.secAreas .copy {
  display: block;
  width: calc(100% - 160px);
  height: 422px;
  max-width: 1120px;
  margin: 70px auto;
  position: relative;
}
.secToday .copy p,
.secStrengths .copy p,
.secPartner .copy p,
.secApporpach .copy p,
.secAreas .copy p {
  position: absolute;
  right: 0;
  bottom: 62px;
  font-size: clamp(14px, 1.67vw, 20px);
  padding: 6px 48px;
  background-color: #ffffff;
  min-width: 460px;
  font-weight: 700;
}
.secToday .commonWidthPc,
.secStrengths .commonWidthPc,
.secPartner .commonWidthPc,
.secApporpach .commonWidthPc,
.secAreas .commonWidthPc {
  width: calc(100% - 160px);
}
.secToday .commonWidthPc .text,
.secStrengths .commonWidthPc .text,
.secPartner .commonWidthPc .text,
.secApporpach .commonWidthPc .text,
.secAreas .commonWidthPc .text {
  max-width: 713px;
  margin: auto;
  display: block;
}
.secToday .commonWidthPc .text h3,
.secStrengths .commonWidthPc .text h3,
.secPartner .commonWidthPc .text h3,
.secApporpach .commonWidthPc .text h3,
.secAreas .commonWidthPc .text h3 {
  font-size: clamp(14px, 1.67vw, 20px);
  margin-bottom: 16px;
  font-weight: 700;
}
.secToday .commonWidthPc .text p,
.secStrengths .commonWidthPc .text p,
.secPartner .commonWidthPc .text p,
.secApporpach .commonWidthPc .text p,
.secAreas .commonWidthPc .text p {
  font-size: clamp(14px, 1.33vw, 16px);
  line-height: 2.1em;
}
.secToday .commonWidthPc .text p .bold,
.secStrengths .commonWidthPc .text p .bold,
.secPartner .commonWidthPc .text p .bold,
.secApporpach .commonWidthPc .text p .bold,
.secAreas .commonWidthPc .text p .bold {
  font-weight: 700;
}
.secToday .commonWidthPc .col2,
.secStrengths .commonWidthPc .col2,
.secPartner .commonWidthPc .col2,
.secApporpach .commonWidthPc .col2,
.secAreas .commonWidthPc .col2 {
  max-width: 947px;
  display: grid;
  gap: 11%;
  grid-template-columns: 1fr 1fr;
  margin: 94px auto 0;
}
.secToday .commonWidthPc .col2 h4,
.secStrengths .commonWidthPc .col2 h4,
.secPartner .commonWidthPc .col2 h4,
.secApporpach .commonWidthPc .col2 h4,
.secAreas .commonWidthPc .col2 h4 {
  width: 91%;
  text-align: center;
  font-size: clamp(14px, 1.33vw, 16px);
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  margin-bottom: 19px;
  margin-left: auto;
}
.secToday .commonWidthPc .col2 p,
.secStrengths .commonWidthPc .col2 p,
.secPartner .commonWidthPc .col2 p,
.secApporpach .commonWidthPc .col2 p,
.secAreas .commonWidthPc .col2 p {
  margin-top: 19px;
  margin-left: auto;
  font-size: 12px;
}
.secToday .commonWidthPc .image,
.secStrengths .commonWidthPc .image,
.secPartner .commonWidthPc .image,
.secApporpach .commonWidthPc .image,
.secAreas .commonWidthPc .image {
  max-width: 900px;
  width: 96%;
  display: block;
  margin: 70px auto 0;
}

.secToday .copy {
  background-image: url(../images/topday_bg.jpg);
  background-size: cover;
  background-position: center;
}

.secPartner .copy {
  background-image: url(../images/partner_bg.jpg);
  background-size: cover;
  background-position: center;
}

.secApporpach .commonWidthPc .text {
  text-align: center;
  margin-top: 70px;
}

.secStrengths {
  padding-top: 108px;
}
.secStrengths .text {
  padding: 50px 0 74px;
  text-align: center;
}
.secStrengths .col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1120px;
  width: calc(100% - 160px);
  margin: auto;
}
.secStrengths .col2 .content {
  display: grid;
  grid-template-columns: 38% 62%;
  min-height: 242px;
}
.secStrengths .col2 .content:nth-child(2n) {
  grid-template-columns: 62% 38%;
}
.secStrengths .col2 .content:nth-child(2n) .image {
  grid-column: 2/3;
  grid-row: 1/2;
}
.secStrengths .col2 .content:nth-child(2n) .box {
  grid-column: 1/2;
  grid-row: 1/2;
}
.secStrengths .col2 .content .image {
  -o-object-fit: cover;
     object-fit: cover;
}
.secStrengths .col2 .content .image img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  height: 100%;
}
.secStrengths .col2 .content .box {
  background-color: #dadbdb;
}
.secStrengths .col2 .content .box h3 {
  background-color: #000;
  color: #ffffff;
  font-size: clamp(14px, 1.67vw, 20px);
  text-align: center;
  padding: 15px 0 14px;
}
.secStrengths .col2 .content .box p {
  padding: 32px 16px;
  font-size: clamp(14px, 1.33vw, 16px);
  font-weight: 400;
  line-height: 1.7em;
}

.secAreas {
  padding-bottom: 48px;
}
.secAreas .commonWidthPc .text {
  text-align: center;
  padding: 48px 0;
  max-width: 800px;
}
.secAreas .commonWidthPc > img {
  padding: 28px 0;
  display: block;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .secPartner .copy p {
    top: 20px;
    bottom: auto !important;
    letter-spacing: 0.02em;
  }
  .secToday,
  .secStrengths,
  .secPartner,
  .secApporpach,
  .secAreas {
    padding: 36px 0 32px;
  }
  .secToday .copy,
  .secStrengths .copy,
  .secPartner .copy,
  .secApporpach .copy,
  .secAreas .copy {
    width: 92vw;
    height: 280px;
    margin: 32px auto;
  }
  .secToday .copy p,
  .secStrengths .copy p,
  .secPartner .copy p,
  .secApporpach .copy p,
  .secAreas .copy p {
    bottom: 28px;
    font-size: 18px;
    padding: 6px 14px;
    min-width: 90%;
  }
  .secToday .commonWidthPc,
  .secStrengths .commonWidthPc,
  .secPartner .commonWidthPc,
  .secApporpach .commonWidthPc,
  .secAreas .commonWidthPc {
    width: 100%;
  }
  .secToday .commonWidthPc .text,
  .secStrengths .commonWidthPc .text,
  .secPartner .commonWidthPc .text,
  .secApporpach .commonWidthPc .text,
  .secAreas .commonWidthPc .text {
    width: 92vw;
  }
  .secToday .commonWidthPc .text h3,
  .secStrengths .commonWidthPc .text h3,
  .secPartner .commonWidthPc .text h3,
  .secApporpach .commonWidthPc .text h3,
  .secAreas .commonWidthPc .text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.6em;
  }
  .secToday .commonWidthPc .text p,
  .secStrengths .commonWidthPc .text p,
  .secPartner .commonWidthPc .text p,
  .secApporpach .commonWidthPc .text p,
  .secAreas .commonWidthPc .text p {
    font-size: 16px;
  }
  .secToday .commonWidthPc .col2,
  .secStrengths .commonWidthPc .col2,
  .secPartner .commonWidthPc .col2,
  .secApporpach .commonWidthPc .col2,
  .secAreas .commonWidthPc .col2 {
    width: 92vw;
    display: grid;
    gap: 64px;
    grid-template-columns: 1fr;
    margin: 60px auto 0;
  }
  .secToday .commonWidthPc .col2 h4,
  .secStrengths .commonWidthPc .col2 h4,
  .secPartner .commonWidthPc .col2 h4,
  .secApporpach .commonWidthPc .col2 h4,
  .secAreas .commonWidthPc .col2 h4 {
    width: 92vw;
    font-size: 16px;
    padding-bottom: 2px;
    margin-bottom: 30px;
  }
  .secToday .commonWidthPc .col2 p,
  .secStrengths .commonWidthPc .col2 p,
  .secPartner .commonWidthPc .col2 p,
  .secApporpach .commonWidthPc .col2 p,
  .secAreas .commonWidthPc .col2 p {
    margin-top: 32px;
    margin-left: auto;
    font-size: 12px;
  }
  .secToday .commonWidthPc .col2 img,
  .secStrengths .commonWidthPc .col2 img,
  .secPartner .commonWidthPc .col2 img,
  .secApporpach .commonWidthPc .col2 img,
  .secAreas .commonWidthPc .col2 img {
    width: 100%;
  }
  .secToday .commonWidthPc .image,
  .secStrengths .commonWidthPc .image,
  .secPartner .commonWidthPc .image,
  .secApporpach .commonWidthPc .image,
  .secAreas .commonWidthPc .image {
    max-width: auto;
    width: 100%;
    display: block;
    margin: 70px auto 0;
  }
  .secToday .commonWidthPc .text p,
  .secPartner .commonWidthPc .text p {
    line-height: 1.6em;
  }
  .secApporpach .commonWidthPc .text {
    text-align: center;
    margin-top: 32px;
  }
  .secApporpach .commonWidthPc .text h3 {
    font-size: clamp(14px, 5.13vw, 20px);
    letter-spacing: 0.02em;
    line-height: 1.6em;
  }
  .secApporpach .commonWidthPc .image {
    margin-top: 30px;
    width: 92vw;
  }
  .secApporpach .commonWidthPc .image img {
    width: 100%;
  }
  .secStrengths {
    padding-top: 30px;
  }
  .secStrengths .text {
    padding: 45px 0 64px;
  }
  .secStrengths .col2 {
    grid-template-columns: 1fr;
    gap: 15px;
    width: 92vw;
  }
  .secStrengths .col2 .content {
    display: grid;
    grid-template-columns: 1fr;
    min-height: inherit;
  }
  .secStrengths .col2 .content:nth-child(2n) {
    grid-template-columns: 1fr;
  }
  .secStrengths .col2 .content:nth-child(2n) .image {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .secStrengths .col2 .content:nth-child(2n) .box {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .secStrengths .col2 .content .image {
    width: 100%;
  }
  .secStrengths .col2 .content .image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    height: 100%;
  }
  .secStrengths .col2 .content .box {
    background-color: #dadbdb;
  }
  .secStrengths .col2 .content .box h3 {
    font-size: 20px;
    padding: 15px 0 13px;
  }
  .secStrengths .col2 .content .box p {
    padding: 17px 16px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
  }
  .secAreas {
    padding-bottom: 48px;
  }
  .secAreas .commonWidthPc .text {
    text-align: center;
    padding: 48px 0;
  }
  .secAreas .commonWidthPc .text p {
    line-height: 1.4em;
  }
  .secAreas .commonWidthPc > img {
    width: 92vw;
    padding: 28px 0;
    display: block;
    margin: auto;
  }
}
.secFlow {
  background-color: #dadbdb;
  padding: 50px 0;
}
.secFlow .list {
  max-width: 708px;
  margin: auto;
}
.secFlow .list .cloumn {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 9.7%;
}
.secFlow .list .cloumn .img {
  display: block;
  position: relative;
  z-index: 2;
}
.secFlow .list .cloumn .img::before {
  content: "";
  display: block;
  height: calc(100% - 4px);
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  z-index: -1;
}
.secFlow .list .cloumn .text h3 {
  font-size: clamp(14px, 2vw, 24px);
  font-weight: 700;
  margin-top: 1em;
}
.secFlow .list .cloumn .text h4 {
  font-size: clamp(14px, 1.33vw, 16px);
  font-weight: 700;
  padding-top: 10px;
  padding-left: 24px;
}
.secFlow .list .cloumn .text ul {
  margin-top: 15px;
  padding-left: 24px;
}
.secFlow .list .cloumn .text ul li {
  margin-left: 24px;
  font-size: clamp(14px, 1.33vw, 16px);
  font-weight: 400;
  margin-top: 8px;
}
.secFlow .list .cloumn:last-of-type .img::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .secFlow {
    padding: 46px 0;
  }
  .secFlow .list {
    width: 100vw;
    margin: auto;
  }
  .secFlow .list .cloumn {
    grid-template-columns: 62px 1fr;
    gap: 10px;
    padding-left: 4vw;
    padding-right: 1vw;
  }
  .secFlow .list .cloumn .text h3 {
    font-size: 20px;
  }
  .secFlow .list .cloumn .text h4 {
    font-size: clamp(14px, 4.1vw, 16px);
    padding-top: 5px;
    padding-left: 26px;
  }
  .secFlow .list .cloumn .text ul {
    padding-left: 22px;
  }
  .secFlow .list .cloumn .text ul li {
    padding-left: 0px;
    margin-left: 24px;
    font-size: clamp(14px, 1.33vw, 16px);
    font-weight: 400;
    margin-top: 10px;
  }
  .secFlow .list .cloumn:last-of-type .img::before {
    display: none;
  }
}
.secCompany .bgBox {
  width: 100%;
  max-width: 1980px;
  margin: 48px auto 24px;
  background-image: url(../images/company_bg.jpg);
  background-size: cover;
  min-height: 360px;
  padding: 30px 0;
}
.secCompany .bgBox a {
  color: #ffffff;
  background-color: #000;
  margin-bottom: 12px;
  font-size: clamp(14px, 1.67vw, 20px);
  font-weight: 700;
  text-decoration: none;
  display: block;
  width: 370px;
  height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 16px;
  margin-left: calc((100vw - min(90vw, 1092px)) / 2);
  position: relative;
  z-index: 2;
}
.secCompany .bgBox a:before {
  content: "";
  height: 46px;
  width: calc((100vw - min(90vw, 1092px)) / 2);
  display: block;
  position: absolute;
  background-color: #000;
  left: calc((-100vw + min(90vw, 1092px)) / 2);
  z-index: 1;
}
.secCompany .bgBox a:hover {
  opacity: 0.7;
}
.secCompany .bgBox a span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.secCompany .bgBox a:nth-of-type(2) {
  width: 410px;
}
.secCompany .bgBox a:nth-of-type(3) {
  width: 450px;
}
.secCompany .bgBox a:nth-of-type(4) {
  width: 490px;
}
.secCompany .btn {
  margin-right: calc((100vw - min(90vw, 1092px)) / 2);
  margin-left: auto;
  margin-top: 27px;
  margin-bottom: 98px;
}

@media only screen and (max-width: 767px) {
  .secCompany .bgBox {
    margin: 32px auto 20px;
    min-height: 390px;
  }
  .secCompany .bgBox a {
    font-size: clamp(14px, 5.13vw, 20px);
    width: calc(100% - 24px - 20px - 20px - 20px);
    padding-right: 10px;
    padding-left: 16px;
    margin-left: 0;
    position: relative;
    z-index: 2;
  }
  .secCompany .bgBox a:before {
    display: none;
  }
  .secCompany .bgBox a span {
    font-size: 12px;
  }
  .secCompany .bgBox a:nth-of-type(2) {
    width: calc(100% - 24px - 20px - 20px);
  }
  .secCompany .bgBox a:nth-of-type(3) {
    width: calc(100% - 24px - 20px);
  }
  .secCompany .bgBox a:nth-of-type(4) {
    width: calc(100% - 24px);
  }
  .secCompany .btn {
    margin-right: calc((100vw - min(90vw, 1092px)) / 2);
    margin-left: auto;
    margin-top: 27px;
    margin-bottom: 98px;
  }
}/*# sourceMappingURL=style.css.map */