@charset "UTF-8";
.moreButton {
  color: #ffffff;
  background: linear-gradient(128deg, #ddd 0%, #7dc3c8 70%, #f1d3d2 100%);
  border-radius: 70px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
.moreButton:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .moreButton {
    font-size: clamp(14px, 4.1vw, 16px);
    width: min(43.6vw, 170px);
    padding: min(3.85vw, 15px) 0;
  }
}
@media print, screen and (min-width: 768px) {
  .moreButton {
    font-size: clamp(14px, 1.39vw, 20px);
    width: min(11.5vw, 220px);
    padding: min(1vw, 20px) 0;
  }
}
.secMv {
  height: 100lvh;
  width: 100vw;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5254901961);
}
.secMv .mvlogo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 55vw;
  z-index: 7;
}
.secMv .mvhito {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 950px;
  width: 60%;
  z-index: 6;
}
.secMv .mvborder {
  position: absolute;
  width: 100%;
  top: 72vh;
  z-index: 5;
}
.secMv .mvhitobg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 950px;
  width: 60%;
  z-index: 4;
}
.secMv .mvtext {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
}
.secMv .mvbg {
  position: absolute;
  width: 100%;
  top: 72vh;
  left: 0;
  z-index: 2;
}
.secMv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 73vh;
  top: 0;
  background-color: #d9d9d9;
}

.secMv .mvtext {
  animation-delay: 0s;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeUp 0.6s ease forwards;
}
.secMv .mvborder {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeLeft 0.5s ease forwards;
  animation-delay: 0.6s;
}
.secMv .mvhito {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeLeft 0.6s ease forwards;
  animation-delay: 1s;
}
.secMv .mvlogo {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeUp 0.6s ease-in forwards;
  animation-delay: 0.3s;
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px), (orientation: portrait) {
  .secMv {
    height: 100svh;
    width: 100vw;
    min-height: initial;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.7098039216);
  }
  .secMv .mvlogo {
    width: 100vw;
    top: 10vh;
    bottom: auto;
    z-index: 5;
  }
  .secMv .mvhito {
    position: absolute;
    top: auto;
    bottom: 0;
    left: -30vw;
    right: 0;
    margin: auto;
    width: 150vw;
    z-index: 6;
  }
  .secMv .mvborder {
    position: absolute;
    width: 100%;
    top: 80vh;
    bottom: auto;
    z-index: 5;
  }
  .secMv .mvhitobg {
    position: absolute;
    top: auto;
    bottom: 0;
    left: -30vw;
    right: 0;
    margin: auto;
    width: 150vw;
    z-index: 4;
  }
  .secMv .mvtext {
    position: absolute;
    z-index: 3;
    top: 10vh;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 70vh;
  }
  .secMv .mvbg {
    position: absolute;
    width: 100%;
    top: 80vh;
    bottom: auto;
    left: 0;
    z-index: 2;
  }
  .secMv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 81vh;
    top: 0;
    background-color: #d9d9d9;
  }
}
.secMovie {
  position: fixed;
  z-index: -1;
  height: 100lvh;
  width: 100vw;
  background-color: #000000;
}
.secMovie video {
  width: 100vw;
  height: 100lvh;
  -o-object-fit: cover;
     object-fit: cover;
}

.secBlank {
  width: 100vw;
  height: 60lvh;
  background-color: rgba(0, 0, 0, 0.5254901961);
}

@media only screen and (max-width: 767px), (orientation: portrait) {
  .secBlank {
    width: 100vw;
    height: 60lvh;
    background-color: rgba(0, 0, 0, 0.7098039216);
  }
}
.sec2col {
  min-height: 810px;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5254901961);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 56px 0;
}
.sec2col .content {
  padding: 80px 3vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec2col .content:first-of-type {
  border-right: 1px solid #ffffff;
}
.sec2col .content .box {
  width: 80%;
  height: auto;
}
.sec2col .content .box h2 {
  color: #c8161d;
  font-size: clamp(60px, 8.3vw, 120px);
  font-weight: 800;
  line-height: 1em;
  text-align: center;
  margin-bottom: 24px;
}
.sec2col .content .box h2 span {
  display: block;
  color: #c8161d;
  font-size: clamp(19px, 2.22vw, 32px);
  font-weight: 800;
  line-height: 1em;
  text-align: center;
}
.sec2col .content .box > p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 54px;
}
.sec2col .content .box .btn {
  margin: auto;
}
.sec2col .content .box:hover {
  opacity: 1;
}
.sec2col .content:hover {
  opacity: 1;
}
.sec2col .content .bg {
  opacity: 0;
  position: absolute;
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: clamp(24px, 2.78vw, 40px);
  color: #ffffff;
  display: block;
  font-weight: 800;
  z-index: -1;
  transition: 1s;
}
.sec2col .content:hover .bg {
  opacity: 0.4;
  transition: 0.3s;
}

@media only screen and (max-width: 767px), (orientation: portrait) {
  .sec2col {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.7098039216);
  }
  .sec2col .content {
    width: 90vw;
    margin: auto;
    padding: 80px 0;
  }
  .sec2col .content:first-of-type {
    border-bottom: 1px solid #ffffff;
    border-right: 0px solid #ffffff;
  }
  .sec2col .content .box {
    width: 90%;
  }
  .sec2col .content .box h2 {
    font-size: clamp(48px, 20.51vw, 80px);
  }
  .sec2col .content .box h2 span {
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .sec2col .content .box > p {
    margin-bottom: 28px;
  }
  .sec2col .content .bg {
    font-size: clamp(16px, 6.67vw, 26px);
    width: 100%;
  }
  .sec2col .content:hover .bg {
    opacity: 0.4;
    transition: 0.3s;
  }
}
.secGroup {
  background-color: #ffffff;
}
.secGroup .wrap {
  max-width: 1240px;
  padding: 110px 0 60px;
  margin: auto;
}
.secGroup .wrap .content {
  position: relative;
  padding-top: 80px;
  padding-left: 150px;
  height: 220vh;
  min-height: 2300px;
  max-width: 92vw;
  margin: auto;
  display: grid;
  grid-template-rows: 2vw 32fr 2vw 2vw 19fr 2vw 8fr 2vw 5fr 2vw 22fr 2vw 18fr 2vw 22fr;
  grid-template-columns: 40fr 4fr 18fr 15fr 23fr;
  gap: 0 2vw;
}
.secGroup .wrap .content .title {
  position: absolute;
  top: 0;
  left: 0;
}
.secGroup .wrap .content .title span {
  font-size: clamp(19px, 2.22vw, 32px);
  font-weight: 800;
  color: #c8161d;
  padding-bottom: 12px;
}
.secGroup .wrap .content .title .tate {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 11px;
}
.secGroup .wrap .content .title .tate h2 {
  writing-mode: vertical-rl;
  font-size: clamp(55px, 6.25vw, 90px);
  font-weight: 800;
  color: #c8161d;
  line-height: 1em;
  margin-bottom: 32px;
}
.secGroup .wrap .content .title .tate .innerWrap {
  width: clamp(55px, 6.25vw, 90px);
  margin: 0 auto;
}
.secGroup .wrap .content .title .tate .inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.secGroup .wrap .content .title .tate a {
  min-width: 0;
  min-height: 0;
  border: none;
  justify-content: center;
  gap: 16px;
  display: grid;
  place-items: center;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  margin: 0 auto;
  width: 100%;
}
.secGroup .wrap .content .title .tate a:before {
  display: none;
}
.secGroup .wrap .content .title .tate a span {
  transform: translateY(0); /* 初期から transform を宣言 */
  will-change: transform; /* Safari での初回描画安定に効くことが多い */
  color: inherit;
  font-size: inherit;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  inline-size: auto;
  block-size: auto;
  padding-bottom: 0;
  order: initial;
}
.secGroup .wrap .content .title .tate a:hover:before {
  display: none;
}
.secGroup .wrap .content .box {
  position: relative;
}
.secGroup .wrap .content .box .box_wrap {
  position: absolute;
  left: 0;
  bottom: 12px;
}
.secGroup .wrap .content .box .box_wrap span {
  background-color: #000000;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: clamp(19px, 2.22vw, 32px);
  padding: 0em 4px 0.08em 4px;
  font-weight: 800;
  line-height: 1.3em;
}
.secGroup .wrap .content .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.secGroup .wrap .content .box.box1 {
  grid-column: 1/4;
  grid-row: 1/3;
}
.secGroup .wrap .content .box.box2 {
  grid-column: 4/6;
  grid-row: 2/4;
}
.secGroup .wrap .content .box.box2 img {
  -o-object-position: center;
     object-position: center;
}
.secGroup .wrap .content .box.box3 {
  grid-column: 1/3;
  grid-row: 4/8;
  -o-object-position: center left;
     object-position: center left;
}
.secGroup .wrap .content .box.box4 {
  grid-column: 3/6;
  grid-row: 5/6;
}
.secGroup .wrap .content .box.box4 img {
  -o-object-position: 35%;
     object-position: 35%;
}
.secGroup .wrap .content .box.box5 {
  grid-column: 3/5;
  grid-row: 7/10;
  -o-object-position: center right;
     object-position: center right;
}
.secGroup .wrap .content .box.box6 {
  grid-column: 5/6;
  grid-row: 7/10;
  -o-object-position: center right;
     object-position: center right;
}
.secGroup .wrap .content .box.box6 img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.secGroup .wrap .content .box.box6a {
  grid-column: 5/6;
  grid-row: 7/9;
  -o-object-position: center right;
     object-position: center right;
}
.secGroup .wrap .content .box.box7 {
  grid-column: 2/6;
  grid-row: 11/12;
  -o-object-position: center right;
     object-position: center right;
}
.secGroup .wrap .content .box.box8 {
  grid-column: 1/2;
  grid-row: 9/12;
  -o-object-position: center;
     object-position: center;
}
.secGroup .wrap .content .box.box9 {
  grid-column: 1/4;
  grid-row: 13/14;
  -o-object-position: center;
     object-position: center;
}
.secGroup .wrap .content .box.box10 {
  grid-column: 4/6;
  grid-row: 13/14;
  -o-object-position: center;
     object-position: center;
}
.secGroup .wrap .content .box.box11 {
  grid-column: 2/6;
  grid-row: 15/16;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (orientation: portrait) {
  .secGroup .wrap .content {
    height: 150vh;
  }
}
@media only screen and (max-width: 820px) {
  .secGroup .wrap .content .box .box_wrap span {
    font-size: clamp(14px, 1.67vw, 24px);
  }
}
@media only screen and (max-width: 767px) {
  .secGroup .wrap {
    width: 100vw;
    padding: 60px 0 24px;
    margin: auto;
  }
  .secGroup .wrap .content {
    padding-top: 60px;
    padding-left: 70px;
    height: 140vh;
    min-height: initial;
    max-width: 98vw;
    display: grid;
    grid-template-rows: 2vw 32fr 2vw 2vw 19fr 2vw 8fr 2vw 2vw 5fr 2vw 12fr 2vw 12fr;
    grid-template-columns: 40fr 4fr 18fr 15fr 26fr;
    gap: 0 6px;
  }
  .secGroup .wrap .content .title {
    display: flex;
    gap: 8px;
  }
  .secGroup .wrap .content .title span {
    order: 2;
    font-size: clamp(19px, 8.21vw, 32px);
    padding-bottom: 12px;
  }
  .secGroup .wrap .content .title .tate {
    order: 1;
    padding-top: 0px;
  }
  .secGroup .wrap .content .title .tate .innerWrap .inner {
    margin: initial;
  }
  .secGroup .wrap .content .title .tate h2 {
    font-size: clamp(36px, 15.38vw, 60px);
    margin-bottom: 16px;
  }
  .secGroup .wrap .content .box .box_wrap {
    bottom: 4px;
  }
  .secGroup .wrap .content .box .box_wrap span {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0em 0.1em 0.08em 0.1em;
    font-weight: 800;
    line-height: 1.3em;
  }
  .secGroup .wrap .content .box.box1 {
    grid-column: 1/4;
    grid-row: 1/3;
    -o-object-position: center left;
       object-position: center left;
  }
  .secGroup .wrap .content .box.box2 {
    grid-column: 4/6;
    grid-row: 2/4;
    -o-object-position: center;
       object-position: center;
  }
  .secGroup .wrap .content .box.box3 {
    grid-column: 1/3;
    grid-row: 4/8;
  }
  .secGroup .wrap .content .box.box4 {
    grid-column: 3/6;
    grid-row: 5/6;
  }
  .secGroup .wrap .content .box.box5 {
    grid-column: 3/5;
    grid-row: 7/9;
  }
  .secGroup .wrap .content .box.box6 {
    grid-column: 5/6;
    grid-row: 7/9;
  }
  .secGroup .wrap .content .box.box7 {
    grid-column: 2/6;
    grid-row: 10/11;
  }
  .secGroup .wrap .content .box.box8 {
    grid-column: 1/2;
    grid-row: 9/11;
  }
  .secGroup .wrap .content .box.box9 {
    grid-column: 1/3;
    grid-row: 12/13;
  }
  .secGroup .wrap .content .box.box10 {
    grid-column: 3/6;
    grid-row: 12/13;
  }
  .secGroup .wrap .content .box.box11 {
    grid-column: 2/6;
    grid-row: 14/15;
  }
}
.secRecruitment {
  background-color: #ffffff;
  padding: 70px 0 130px;
}
.secRecruitment .wrap {
  max-width: 1440px;
  width: 92vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.secRecruitment .wrap .title span {
  background-color: #000000;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: clamp(17px, 1.94vw, 28px);
  padding: 0em 4px 0.08em 4px;
  line-height: 1.2em;
}
.secRecruitment .wrap .title h2 {
  background-color: #000000;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: clamp(43px, 5vw, 72px);
  padding: 0em 4px 0.08em 4px;
  line-height: 1.2em;
  font-weight: 800;
}
.secRecruitment .wrap .content .list {
  max-width: 780px;
  width: 50vw;
  -moz-column-count: 2;
       column-count: 2;
}
.secRecruitment .wrap .content .list .inner {
  margin-bottom: 16px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.secRecruitment .wrap .content .list .inner .listmds {
  background: #000000;
  color: #ffffff;
  font-size: clamp(16px, 1.81vw, 26px);
  font-weight: 700;
  line-height: 1.2em;
  padding: 0 2px 0.02em 2px;
  display: block;
  margin-bottom: 8px;
}
.secRecruitment .wrap .content .list .inner .listcontent {
  margin-left: 1em;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 3px 0;
  font-size: clamp(14px, 1.11vw, 16px);
  position: relative;
}
.secRecruitment .wrap .content .list .inner .listcontent p {
  width: -moz-fit-content;
  width: fit-content;
}
.secRecruitment .wrap .content .list .inner .listcontent::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../../shared/images/btn_bk.svg);
}
.secRecruitment .wrap .content .list .inner .listcontent:before {
  transition: 1.4s;
  content: "";
  height: 2px;
  width: 0%;
  display: block;
  position: absolute;
  bottom: -1px;
  background-color: #c8161d;
}
.secRecruitment .wrap .content .list .inner .listcontent:hover {
  color: #c8161d;
  transition: 1.4s;
  opacity: 1;
}
.secRecruitment .wrap .content .list .inner .listcontent:hover:before {
  transition: 1.4s;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .secRecruitment {
    padding: 32px 0 80px;
  }
  .secRecruitment .wrap {
    gap: 24px;
    flex-direction: column;
  }
  .secRecruitment .wrap .title span {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secRecruitment .wrap .title h2 {
    font-size: clamp(26px, 11.28vw, 44px);
  }
  .secRecruitment .wrap .content .list {
    width: 96vw;
    -moz-column-count: 1;
         column-count: 1;
    padding-left: 4vw;
    box-sizing: border-box;
  }
  .secRecruitment .wrap .content .list .inner {
    margin-bottom: 28px;
  }
  .secRecruitment .wrap .content .list .inner .listmds {
    font-size: clamp(14px, 4.62vw, 18px);
    margin-bottom: 2px;
  }
  .secRecruitment .wrap .content .list .inner .listcontent {
    margin-right: 1em;
    font-size: 16px;
  }
  .secRecruitment .wrap .content .list .inner .listcontent::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../../shared/images/btn_bk.svg);
  }
}
.secMessage {
  background-color: #c8161d;
  position: relative;
  padding-left: 4vw;
}
.secMessage .bgtext {
  font-size: clamp(60px, 8.3vw, 120px);
  font-weight: 700;
  color: #b80d14;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.secMessage .wrap {
  max-width: 1440px;
  width: 100%;
  padding: 80px 0 48px;
  position: relative;
  z-index: 3;
}
.secMessage .wrap .title h2 {
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.1em;
  font-weight: 800;
}
.secMessage .wrap .title p span {
  font-weight: 800;
  line-height: 1.1em;
}
.secMessage .wrap .title p .f-s {
  font-size: clamp(19px, 2.22vw, 32px);
}
.secMessage .wrap .title p .f-r {
  font-size: clamp(38px, 4.44vw, 64px);
}
.secMessage .wrap .title p .f-m {
  font-size: clamp(43px, 5vw, 72px);
}
.secMessage .wrap .title p .f-l {
  font-size: clamp(58px, 6.9vw, 100px);
}
.secMessage .wrap .text p {
  font-size: clamp(14px, 1.53vw, 22px);
  margin-top: 30px;
  font-weight: 700;
  line-height: 1.7em;
  margin-bottom: 30px;
}
.secMessage .wrap .text p span {
  font-weight: 800;
  font-size: clamp(18px, 2.08vw, 30px);
  color: #ffffff;
  background: #000000;
  padding: 0em 4px 0.08em 4px;
}
.secMessage .wrap .image {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.secMessage .wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

@media only screen and (max-width: 767px) {
  .secMessage {
    padding-left: 0vw;
  }
  .secMessage .bgtext {
    display: none;
  }
  .secMessage .wrap {
    width: 100%;
    padding: 40px 0 64px;
    display: grid;
    grid-template-rows: 1fr auto;
  }
  .secMessage .wrap .title {
    grid-row: 1/2;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: flex-end;
    margin-left: 4vw;
  }
  .secMessage .wrap .title h2 {
    font-size: clamp(14px, 5.64vw, 22px);
    writing-mode: vertical-rl;
  }
  .secMessage .wrap .title p {
    writing-mode: vertical-rl;
  }
  .secMessage .wrap .title p .f-s {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secMessage .wrap .title p .f-r {
    font-size: clamp(25px, 10.77vw, 42px);
  }
  .secMessage .wrap .title p .f-m {
    font-size: clamp(22px, 9.23vw, 36px);
  }
  .secMessage .wrap .title p .f-l {
    font-size: clamp(36px, 15.38vw, 60px);
    margin-top: -0.2em;
  }
  .secMessage .wrap .text {
    grid-row: 2/3;
    margin-left: 4vw;
  }
  .secMessage .wrap .text p {
    font-size: clamp(14px, 4.62vw, 18px);
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .secMessage .wrap .text p span {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 0em 4px 0.08em 4px;
  }
  .secMessage .wrap .image {
    grid-row: 1/2;
    width: 70%;
    height: 94%;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  .secMessage .wrap .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .secMessage .btn_wh {
    border-bottom: 2px solid #000000;
    color: #000000;
  }
}
.secSeicho {
  background-color: #c8161d;
}
.secSeicho .wrap {
  max-width: 1200px;
  width: 100%;
  padding: 120px 0 120px;
}
.secSeicho .wrap .swiper {
  position: relative;
}
.secSeicho .wrap .swiper .title {
  position: absolute;
  right: 32px;
  top: 0;
  writing-mode: vertical-rl;
  font-size: 1;
  color: #ffffff;
  z-index: 6;
  pointer-events: none;
}
.secSeicho .wrap .swiper .title h2 {
  font-size: clamp(43px, 5vw, 72px);
  font-weight: 800;
  height: -moz-max-content;
  height: max-content;
}
.secSeicho .wrap .swiper .title p {
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 800;
}
.secSeicho .wrap .swiper .title p span {
  font-size: clamp(14px, 1.53vw, 22px);
  font-weight: 800;
}
.secSeicho .wrap .swiper .swiper-slide {
  transition: transform 0.4s ease;
  transform: scale(0.85);
  opacity: 0.2;
  border: 0px solid #ffffff;
  padding: 12px;
  box-sizing: border-box;
  aspect-ratio: 3/4;
  pointer-events: none;
}
.secSeicho .wrap .swiper .swiper-slide .swiper-inner {
  width: 100%;
  height: 100%;
  height: -webkit-fill-available;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 0;
}
.secSeicho .wrap .swiper .swiper-slide .swiper-inner .swiper-container {
  position: relative;
  z-index: 4;
}
.secSeicho .wrap .swiper .swiper-slide .swiper-inner .swiper-container .titlebox span {
  font-weight: 800;
  font-size: 15px;
  color: #ffffff;
  background: #000000;
  padding: 0em 4px 0.08em 4px;
  margin: 0;
}
.secSeicho .wrap .swiper .swiper-slide .swiper-inner .swiper-container .titlebox h3 {
  font-weight: 800;
  font-size: clamp(19px, 2.22vw, 32px);
  color: #ffffff;
  background: #000000;
  padding: 0em 4px 0.08em 4px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.secSeicho .wrap .swiper .swiper-slide .swiper-inner .swiper-container .text {
  font-size: clamp(14px, 1.25vw, 18px);
  color: #ffffff;
  font-weight: 800;
  padding: 8px 10px 12px;
}
.secSeicho .wrap .swiper .swiper-slide .swiper-inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  height: 100%;
  width: calc(100% - 24px);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.6));
  z-index: 3;
}
.secSeicho .wrap .swiper .swiper-slide .swiper-inner .bg {
  display: block;
  position: absolute;
  bottom: 12px;
  height: calc(100% - 24px);
  width: calc(100% - 24px);
  z-index: 2;
}
.secSeicho .wrap .swiper .swiper-slide .swiper-inner .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.secSeicho .wrap .swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  border: 1px solid #ffffff;
  pointer-events: all;
}
.secSeicho .wrap .swiper .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 18px;
  display: flex;
  gap: 2px;
  justify-content: center;
}
.secSeicho .wrap .swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 3px;
  margin: 0;
  background-color: #ffffff;
  opacity: 1;
}
.secSeicho .wrap .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}

@media only screen and (max-width: 767px) {
  .secSeicho {
    display: none;
  }
}
.secSeichoSp {
  background-color: #c8161d;
  padding: 40px 4vw 64px;
}
.secSeichoSp .wrap {
  position: relative;
}
.secSeichoSp .wrap .title {
  display: block;
  position: absolute;
  top: 0;
  right: -0.5em;
}
.secSeichoSp .wrap .title h2 {
  writing-mode: vertical-rl;
  font-size: clamp(36px, 15.38vw, 60px);
  color: #ffffff;
}
.secSeichoSp .wrap p {
  font-size: clamp(14px, 4.62vw, 18px);
  color: #ffffff;
  margin-bottom: 20px;
}
.secSeichoSp .nswiper-slide {
  aspect-ratio: 3/4;
  width: 70vw;
  margin-left: 0px;
  margin-right: auto;
  display: block;
  margin-bottom: 16px;
}
.secSeichoSp .nswiper-slide:nth-of-type(2n) {
  margin-left: auto;
  margin-right: 0;
}
.secSeichoSp .nswiper-slide .nswiper-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0;
  position: relative;
}
.secSeichoSp .nswiper-slide .nswiper-inner .nswiper-container {
  position: absolute;
  z-index: 4;
}
.secSeichoSp .nswiper-slide .nswiper-inner .nswiper-container .titlebox {
  position: relative;
  left: -8px;
  display: flex;
  gap: 0;
  flex-direction: column;
}
.secSeichoSp .nswiper-slide .nswiper-inner .nswiper-container .titlebox span {
  font-weight: 800;
  font-size: 15px;
  color: #ffffff;
  background: #000000;
  padding: 0em 4px 0.08em 4px;
  margin: 0;
  display: block;
  line-height: 1.6em;
  width: -moz-fit-content;
  width: fit-content;
}
.secSeichoSp .nswiper-slide .nswiper-inner .nswiper-container .titlebox h3 {
  font-weight: 800;
  font-size: clamp(19px, 2.22vw, 32px);
  color: #ffffff;
  background: #000000;
  padding: 0em 4px 0.08em 4px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.secSeichoSp .nswiper-slide .nswiper-inner .nswiper-container .text {
  font-size: clamp(14px, 1.25vw, 18px);
  color: #ffffff;
  font-weight: 800;
  padding: 8px 10px 0px;
  margin-bottom: 8px;
}
.secSeichoSp .nswiper-slide .nswiper-inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7));
  z-index: 3;
}
.secSeichoSp .nswiper-slide .nswiper-inner .bg {
  display: block;
}
.secSeichoSp .nswiper-slide .nswiper-inner .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .secSeichoSp {
    display: none;
  }
}
.secNews {
  background-color: #ffffff;
  padding: 80px 0;
}
.secNews .wrap {
  max-width: 1200px;
  width: 92vw;
  display: flex;
  justify-content: space-between;
}
.secNews .wrap .title h2 {
  font-size: clamp(43px, 5vw, 72px);
  font-weight: 800;
  color: #c8161d;
}
.secNews .wrap .title .btn_rd {
  color: #000000;
  border-bottom: 1px solid #000000;
  margin-top: 32px;
}
.secNews .wrap .title .btn_rd:hover {
  color: #c8161d;
}
.secNews .wrap .content {
  max-width: 640px;
  width: 70%;
}
.secNews .wrap .content .news-list {
  border-top: 1px solid #9b9b9b;
}
.secNews .wrap .content .news-list .news-item {
  border-bottom: 1px solid #9b9b9b;
  padding: 12px 0;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 14px;
  align-items: center;
  position: relative;
}
.secNews .wrap .content .news-list .news-item img {
  width: 140px;
  aspect-ratio: 16/9;
  display: block;
  background-color: #ddd;
  -o-object-fit: cover;
     object-fit: cover;
}
.secNews .wrap .content .news-list .news-item span {
  color: #9b9b9b;
  font-size: 13px;
}
.secNews .wrap .content .news-list .news-item p {
  font-size: clamp(14px, 1.11vw, 16px);
  font-weight: 800;
  transition: 1s;
}
.secNews .wrap .content .news-list .news-item:after {
  content: "";
  width: 0%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #c8161d;
  bottom: -1px;
  transition: 1s;
}
.secNews .wrap .content .news-list .news-item:hover {
  opacity: 1;
}
.secNews .wrap .content .news-list .news-item:hover:after {
  transition: 1s;
  width: 100%;
}
.secNews .wrap .content .news-list .news-item:hover p {
  transition: 1s;
  color: #c8161d;
}

@media only screen and (max-width: 767px) {
  .secNews {
    padding: 48px 0;
  }
  .secNews .wrap {
    width: 92vw;
    display: block;
  }
  .secNews .wrap .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .secNews .wrap .title h2 {
    font-size: clamp(19px, 8.21vw, 32px);
  }
  .secNews .wrap .title .btn_rd {
    border-bottom: 2px solid #000000;
    margin-top: 0px;
    width: 130px;
  }
  .secNews .wrap .content {
    max-width: 640px;
    width: 100%;
  }
  .secNews .wrap .content .news-list {
    border-top: 1px solid #9b9b9b;
  }
  .secNews .wrap .content .news-list .news-item {
    border-bottom: 1px solid #9b9b9b;
    padding: 12px 0;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 14px;
    align-items: center;
  }
  .secNews .wrap .content .news-list .news-item img {
    width: 120px;
  }
  .secNews .wrap .content .news-list .news-item p {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
.secImage {
  background-color: #ffffff;
  position: relative;
}
.secImage .wrap {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.secImage .wrap .imageLeft {
  left: 3%;
  position: relative;
  bottom: -24px;
  width: 40%;
}
.secImage .wrap .imageRight {
  right: 3%;
  position: relative;
  bottom: -24px;
  width: 40%;
}
.secImage .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  height: 100%;
}
.secImage .bg.bg-loop-x .track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  display: flex;
  animation: secImage-scroll-x var(--speed, 30s) linear infinite;
}
.secImage .bg.bg-loop-x .track img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

@media only screen and (max-width: 767px) {
  .secImage {
    background-color: #ffffff;
    position: relative;
  }
  .secImage .wrap {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    height: 480px;
  }
  .secImage .wrap img {
    height: 100%;
    width: auto;
    margin: 0 4vw 0 auto;
    display: block;
    position: relative;
    top: 16px;
  }
  .secImage .bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    height: 100%;
  }
  .secImage .bg.bg-loop-x .track {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    display: flex;
    animation: secImage-scroll-x var(--speed, 30s) linear infinite;
  }
  .secImage .bg.bg-loop-x .track img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
@keyframes secImage-scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .contentArea {
    padding-bottom: 0px;
  }
}/*# sourceMappingURL=style.css.map */