@charset "UTF-8";
.p-topheadbaloon {
  position: absolute;
  top: 10rem;
  width: 100%;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-topheadbaloon {
    top: 0;
  }
}
.p-topheadbaloon__item.m-01 {
  top: 14.1rem;
  left: calc(50% - 72.9rem);
}
@media screen and (max-width: 767px) {
  .p-topheadbaloon__item.m-01 {
    top: 31rem;
    left: calc(50% - 20rem);
  }
}
.p-topheadbaloon__item.m-02 {
  top: 32.2rem;
  left: calc(50% - 50.1rem);
}
@media screen and (max-width: 767px) {
  .p-topheadbaloon__item.m-02 {
    top: 38rem;
    left: calc(50% + 12rem);
  }
}
.p-topheadbaloon__item.m-03 {
  top: 55rem;
  left: calc(50% + 37rem);
}
@media screen and (max-width: 767px) {
  .p-topheadbaloon__item.m-03 {
    top: 25rem;
    left: calc(50% + 16.5rem);
  }
}
.p-topheadbaloon__item.m-04 {
  top: 63.2rem;
  left: calc(50% - 68.2rem);
}
@media screen and (max-width: 767px) {
  .p-topheadbaloon__item.m-04 {
    display: none;
  }
}
.p-topheadbaloon__item.m-05 {
  top: 25.6rem;
  left: calc(50% + 62.2rem);
}
@media screen and (max-width: 767px) {
  .p-topheadbaloon__item.m-05 {
    top: 21rem;
    left: calc(50% - 15rem);
  }
}

.p-tophead {
  position: relative;
  z-index: 2;
  background: url(../img/common/bg_gray.webp) repeat center top/100% auto;
}
@media screen and (max-width: 767px) {
  .p-tophead {
    overflow: hidden;
    background: url(../img/common/bg_gray.webp) repeat center top/78.6rem auto;
    -webkit-transform: translateY(7rem);
            transform: translateY(7rem);
  }
}
.p-tophead:before, .p-tophead:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-tophead:before, .p-tophead:after {
    width: 78.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-tophead:before {
  top: 0;
  aspect-ratio: 3195/2754;
  background: url(../img/top/img_tophead_head.webp) no-repeat center top/100% auto;
  z-index: -2;
}
.p-tophead:after {
  bottom: -1px;
  background: url(../img/top/img_tophead_head.webp) no-repeat center bottom/100% auto;
  aspect-ratio: 3195/2754;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-tophead:after {
    -webkit-transform: rotate(180deg) translateX(50%);
            transform: rotate(180deg) translateX(50%);
  }
}

.p-topheadbtn {
  position: fixed;
  bottom: 3rem;
  right: 5.8rem;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-topheadbtn {
    position: fixed;
    bottom: 2rem;
    right: 0;
  }
}
.p-topheadbtn__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-topheadbtn__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-topheadbtn__list li a {
  font-size: 1.8rem;
  font-weight: 700;
  background: #DC000C;
  color: #fff;
  width: 25rem;
  height: 6rem;
  border-radius: 10rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-topheadbtn__list li a:hover {
    color: #DC000C;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-topheadbtn__list li a {
    width: 3.8rem;
    height: auto;
    min-height: 9.8rem;
    padding: 1.5rem 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1.2rem;
    border-radius: 1rem 0 0 1rem;
    letter-spacing: 0.2rem;
  }
}
.p-topheadbtn__list li a.m-contact span {
  display: inline-block;
  position: absolute;
  padding-right: 3.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topheadbtn__list li a.m-contact span {
    padding-right: 0;
  }
}
.p-topheadbtn__list li a.m-contact span:after {
  content: "";
  width: 2.7rem;
  height: 2rem;
  background: url(../img/common/icn_mail_wh.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topheadbtn__list li a.m-contact span:after {
    content: none;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-topheadbtn__list li a:hover span:after {
    background-image: url(../img/common/icn_mail_red.svg);
  }
}

.p-topheadmv {
  height: 89rem;
  padding-top: 25rem;
  padding-bottom: 49.375vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topheadmv {
    height: 43.7rem;
    padding-top: 6rem;
    padding-bottom: 48vw;
  }
}
.p-topheadmv__ttl {
  width: 69.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-topheadmv__ttl {
    width: 20.5rem;
  }
}
.p-topheadmv__ttl img {
  width: 100%;
}

.p-topheadcars {
  /*通常*/
  top: 37.1875vw;
  left: 0;
  /*下*/
}
@media screen and (max-width: 1420px) {
  .p-topheadcars {
    top: calc(32.625vw + 7rem);
  }
}
@media screen and (max-width: 767px) {
  .p-topheadcars {
    width: 78.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 78.4vw;
  }
}
.p-topheadcars.m-foot {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: auto;
  bottom: 28vw;
}
@media screen and (max-width: 767px) {
  .p-topheadcars.m-foot {
    -webkit-transform: rotate(180deg) translateX(50%);
            transform: rotate(180deg) translateX(50%);
    bottom: 58.6666666667vw;
  }
}

.p-topheadmessage {
  margin-top: -13.5rem;
}
@media screen and (max-width: 767px) {
  .p-topheadmessage {
    margin-top: 0;
  }
}
.p-topheadmessage__ttl {
  width: 69rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-topheadmessage__ttl {
    width: 22.2rem;
  }
}
.p-topheadmessage__ttl img {
  width: 100%;
  -webkit-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
}
.p-topheadmessage__txt {
  margin-top: 5rem;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.2;
}
@media screen and (max-width: 767px) {
  .p-topheadmessage__txt {
    margin-top: 3rem;
    font-size: 1.6rem;
    line-height: 2.8;
  }
}

.p-topheadnews {
  padding-bottom: 48.75vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topheadnews {
    padding-bottom: 98.6666666667vw;
  }
}
.p-topheadnews__box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3rem;
  padding: 2.5rem 7.5rem 5.5rem;
  max-width: 95.6rem;
  margin: 7.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-topheadnews__box {
    padding: 1.5rem 2rem 4rem;
    margin-top: 4rem;
    width: 86%;
    border-radius: 1rem;
  }
}
.p-topheadnews__ttl {
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topheadnews__ttl {
    font-size: 1.8rem;
  }
}
.p-topheadnews__table {
  margin-top: 2.3rem;
  border-top: 0.1rem solid #9A9A9A;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topheadnews__table {
    margin-top: 1.5rem;
  }
}
.p-topheadnews__table tr th, .p-topheadnews__table tr td {
  font-size: 1.6rem;
  padding: 2.2rem 0;
  border-bottom: 0.1rem solid #9A9A9A;
}
@media screen and (max-width: 767px) {
  .p-topheadnews__table tr th, .p-topheadnews__table tr td {
    display: block;
    font-size: 1.3rem;
    padding: 1rem 0;
  }
}
.p-topheadnews__table tr th {
  font-weight: 400;
  color: #656565;
}
@media screen and (max-width: 767px) {
  .p-topheadnews__table tr th {
    border: none;
    padding-bottom: 0;
  }
}
.p-topheadnews__table tr td {
  padding-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-topheadnews__table tr td {
    line-height: 1.9;
    padding: 0.5rem 0 1rem;
  }
}

.p-business {
  margin-top: -11.25vw;
  position: relative;
  z-index: 2;
}

.p-businessbaloon__item {
  top: 37.6rem;
  left: calc(50% + 60rem);
}
@media screen and (max-width: 767px) {
  .p-businessbaloon__item {
    display: none;
  }
}

.p-people {
  margin-top: 14rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-people {
    margin-top: 11rem;
  }
}
.p-people .c-ttlset {
  position: relative;
  z-index: 2;
}
.p-people .c-ttlset__detail {
  margin-top: 3rem;
  width: 56.1rem;
}
@media screen and (max-width: 767px) {
  .p-people .c-ttlset__detail {
    width: 100%;
  }
}

.p-peoplebaloon__item.m-01 {
  top: 2rem;
  left: calc(50% + 13.5rem);
}
@media screen and (max-width: 767px) {
  .p-peoplebaloon__item.m-01 {
    top: -7.8rem;
    left: calc(50% - 19rem);
  }
}
.p-peoplebaloon__item.m-02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-peoplebaloon__item.m-02 {
    display: block;
    bottom: 2rem;
    left: calc(50% + 14rem);
  }
}

.p-peopleslider {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-peopleslider {
    margin-top: 2rem;
  }
}

.p-peopleslide a {
  display: block;
  border-radius: 1rem;
  width: 100%;
  aspect-ratio: 440/655;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-peopleslide a {
    aspect-ratio: 272/416;
  }
}
.p-peopleslide a:hover .p-peopleslide__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-peopleslide a:hover .p-peopleslide__link:after {
  width: 100%;
}
.p-peopleslide__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-peopleslide__txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 4rem;
  width: calc(100% - 9rem);
  background: #fff;
  padding: 2rem 2.5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-peopleslide__txt {
    width: 22.3rem;
    padding: 1rem 2rem 1.5rem;
    border-radius: 0.3rem;
    bottom: 3rem;
  }
}
.p-peopleslide__en {
  font-size: 2.2rem;
  color: #DC000C;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-peopleslide__en {
    font-size: 1.2rem;
  }
}
.p-peopleslide__main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-peopleslide__main {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
.p-peopleslide__main.m-ttl {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-peopleslide__main.m-ttl {
    font-size: 1.8rem;
  }
}
.p-peopleslide__link {
  margin-top: 2.5rem;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-peopleslide__link {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
}
.p-peopleslide__link:before, .p-peopleslide__link:after {
  content: "";
  height: 0.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-peopleslide__link:before {
  background: #848484;
  width: 100%;
}
.p-peopleslide__link:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #DC000C;
  width: 0;
}
.p-peopleslide__link span {
  display: block;
  position: relative;
  padding-right: 3.5rem;
}
.p-peopleslide__link span:after {
  content: "";
  width: 0.6rem;
  height: 1.2rem;
  background: url(../img/common/icn_arw_red.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-culture {
  margin-top: 20.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-culture {
    margin-top: 5rem;
    z-index: 2;
  }
}
.p-culture__set {
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-culturebaloon {
    top: 18rem;
  }
}
.p-culturebaloon__item.m-01 {
  top: -20rem;
  left: calc(50% - 39rem);
}
@media screen and (max-width: 767px) {
  .p-culturebaloon__item.m-01 {
    top: auto;
    bottom: -5rem;
    left: calc(50% - 15rem);
  }
}
.p-culturebaloon__item.m-02 {
  bottom: -30rem;
  left: calc(50% + 50rem);
}
@media screen and (max-width: 767px) {
  .p-culturebaloon__item.m-02 {
    display: none;
  }
}

.p-other {
  margin-top: 20rem;
  padding: 21.8rem 0;
  background: url(../img/top/bg_other.webp) no-repeat center top/cover;
  position: relative;
  z-index: 1;
}
.p-other:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(10, 48, 54, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-other {
    margin-top: 8rem;
    padding: 10rem 0;
  }
}
.p-other__wrapper {
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-other__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-other__item {
  padding: 3rem 5.5rem;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-other__item {
    padding: 2rem 3rem;
    border-radius: 0.8rem;
  }
}
.p-other__item .c-ttlset__detail {
  margin-top: 2.5rem;
}
.p-other__item .c-ttlset__btn {
  margin-top: 2.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-other__item .c-ttlset__btn {
    margin: 2rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-other__item .c-ttlset__btn a {
    font-size: 1.3rem;
    padding-right: 4.2rem;
  }
}
.p-other__item .c-ttlset__btn a:before, .p-other__item .c-ttlset__btn a:after {
  border: 1px solid #707070;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-other__item .c-ttlset__btn a:before, .p-other__item .c-ttlset__btn a:after {
    width: 3.6rem;
    height: 3.6rem;
  }
}