@charset "UTF-8";
/*----------------------------------------------------------------*/
/* HTML initialization */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

/*----------------------------------------------------------------*/
/* body initialization */
body {
  font-size: 1.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  color: #000000;
}

@media (max-width: 768px) {
  body {
    max-width: 100%;
    min-width: 320px;
    overflow: hidden;
    font-size: 1.5rem;
  }
}
/*----------------------------------------------------------------*/
/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.header_wrap {
  position: relative;
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  line-height: 1;
}

.header_container {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 1201px) {
  .header_wrap {
    z-index: 999;
  }
}
.header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 2.5rem;
}
.header_box.special {
  padding: 2.5rem;
}

.header_logo {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header_logo:hover {
  opacity: 0.5;
}
.header_logo .ja_logo {
  display: block;
  line-height: 0;
}
.header_logo .ja_logo img {
  width: 20rem;
}

@media screen and (max-width: 1200px) {
  .header_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 6rem;
  }
  .header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_logo .ja_logo img {
    width: auto;
    height: 2.5rem;
  }
}
.header_year .year {
  font-family: baskerville-display-pt, serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-top: 0.5rem;
  padding-right: 6rem;
}

@media screen and (max-width: 1200px) {
  .header_year {
    padding-left: 2rem;
  }
  .header_year .year {
    font-size: 1.4rem;
    padding-right: 3.6rem;
  }
}
@media screen and (max-width: 1500px) {
  .header_year .year {
    font-size: 1.4rem;
    font-family: baskerville-display-pt, serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding-top: 0.5rem;
    padding-right: 3.6rem;
  }
}
@media screen and (max-width: 1500px) {
  .header_year .year {
    padding-top: 0.6rem;
  }
}
.header_nav {
  padding: 2rem 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.header_nav .header_nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  letter-spacing: 0.08em;
}
.header_nav .header_nav_box .header_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2rem;
}
.header_nav .header_nav_box .header_items li {
  padding: 0 1.6rem;
}
.header_nav .header_nav_box .header_items li:last-child {
  padding: 0 0 0 1.6rem;
}
.header_nav .header_nav_box .header_items li > a {
  display: block;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.header_nav .header_nav_box .header_items li > a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #e50012;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header_nav .header_nav_box .header_items li > a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header_nav .header_nav_box .header_items .no-link {
  color: #cccccc;
  pointer-events: none;
}
.header_nav .header_nav_box .header_items .no-link:after {
  display: none;
}
.header_nav .header_nav_box .header_entryArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_nav .header_nav_box .header_entryArea__list {
  margin-left: 1rem;
}
.header_nav .header_nav_box .header_entryArea__list .header_btn_red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  background-color: #e50012;
  color: #ffffff;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}
.header_nav .header_nav_box .header_entryArea__list .header_btn_red:hover {
  color: #ffffff;
  background-color: #000000;
}
.header_nav .header_nav_box .header_entryArea__list .header_btn_red.no-link {
  opacity: 0.1;
  pointer-events: none;
  background-color: #000000;
}

@media screen and (max-width: 1200px) {
  .header_nav {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: rgba(0, 0, 0, 0.8);
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
    pointer-events: none;
  }
  .header_nav.opened {
    opacity: 1;
    pointer-events: all;
  }
  .header_nav .header_nav_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-align: center;
  }
  .header_nav .header_nav_box .header_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
  .header_nav .header_nav_box .header_items li {
    padding: 3vh 0;
  }
  .header_nav .header_nav_box .header_items li:last-child {
    padding: 3vh 0 0 0;
  }
  .header_nav .header_nav_box .header_items li > a {
    text-align: center;
    font-size: 2rem;
  }
  .header_nav .header_entryArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    margin: 0 auto;
  }
  .header_nav .header_entryArea__list {
    width: 100%;
    margin: 5vh 0 0 0 !important;
  }
  .header_nav .header_entryArea__list .header_btn_red {
    width: 100%;
    height: 5vw;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_nav .header_entryArea__list .header_btn_red.no-link {
    opacity: 0.5 !important;
    pointer-events: none;
    background-color: #b2b2b2 !important;
  }
}
@media screen and (min-width: 1201px) {
  .header_nav .header_items li.is-action > a::after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: -32px;
    position: absolute;
  }
  .header_nav .header_items li.is-action > a::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
            transform: translate(-50%, -50%) rotate(45deg) scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .header_nav .header_items li {
    float: none;
    padding: 3vh 0;
    opacity: 0;
  }
  .header_nav .header_items li:nth-child(1) {
    -webkit-animation: example 0.5s ease 1.2s 1 forwards;
            animation: example 0.5s ease 1.2s 1 forwards;
  }
  .header_nav .header_items li:nth-child(2) {
    -webkit-animation: example 0.5s ease 1.3s 1 forwards;
            animation: example 0.5s ease 1.3s 1 forwards;
  }
  .header_nav .header_items li:nth-child(3) {
    -webkit-animation: example 0.5s ease 1.4s 1 forwards;
            animation: example 0.5s ease 1.4s 1 forwards;
  }
  .header_nav .header_items li:nth-child(4) {
    -webkit-animation: example 0.5s ease 1.5s 1 forwards;
            animation: example 0.5s ease 1.5s 1 forwards;
  }
  .header_nav .header_items li:nth-child(5) {
    -webkit-animation: example 0.5s ease 1.6s 1 forwards;
            animation: example 0.5s ease 1.6s 1 forwards;
  }
  .header_nav .header_items li:nth-child(6) {
    -webkit-animation: example 0.5s ease 1.7s 1 forwards;
            animation: example 0.5s ease 1.7s 1 forwards;
  }
  .header_nav .header_items li:nth-child(7) {
    -webkit-animation: example 0.5s ease 1.8s 1 forwards;
            animation: example 0.5s ease 1.8s 1 forwards;
  }
  @-webkit-keyframes example {
    100% {
      opacity: 1;
    }
  }
  @keyframes example {
    100% {
      opacity: 1;
    }
  }
}
@media all and (-ms-high-contrast: none) {
  .header_nav .header_items li {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .header_nav .header_items li > a {
    color: #fff;
    display: inline-block;
  }
}
@media screen and (max-width: 1200px) {
  .header_nav .header_items li > a::before {
    height: 65px;
  }
}
@media screen and (min-width: 1201px) {
  .header_nav .header_items li > a:hover::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
            transform: translate(-50%, -50%) rotate(45deg) scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .header_nav .header_btn_box {
    width: 100%;
    margin-top: 8vw;
    float: none;
    margin-left: 0;
  }
  .header_nav .header_btn_box .header_btn_red {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    height: 2vw;
    font-size: 2rem;
    float: none;
    margin: 0 auto;
  }
  .header_nav .header_btn_box .header_btn_red_no-link {
    padding: 1.5rem 4rem;
    float: none;
  }
}
@media screen and (min-width: 1201px) {
  .header_nav .header_btn_red:hover:before {
    top: 0;
    left: 0;
  }
  .header_nav .header_btn_red:hover::after {
    bottom: 0;
    right: 0;
  }
  .header_nav .header_btn_red_no-link:hover:before {
    top: 0;
    left: 0;
  }
  .header_nav .header_btn_red_no-link:hover::after {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header_nav .header_btn_red a {
    width: 100%;
  }
  .header_nav .header_btn_red_no-link a {
    width: 100%;
  }
}
.header_menu {
  display: none;
  width: 8rem;
  height: 8rem;
  background: #000000;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
  top: 0;
  right: 0;
}
.header_menu p {
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: background ease 0.2s, top ease 0.2s 0.2s, -webkit-transform ease 0.2s;
  -webkit-transition: background ease 0.2s, top ease 0.2s 0.2s, -webkit-transform ease 0.2s;
  transition: background ease 0.2s, top ease 0.2s 0.2s, transform ease 0.2s;
  transition: background ease 0.2s, top ease 0.2s 0.2s, transform ease 0.2s, -webkit-transform ease 0.2s;
  text-indent: -999999px;
  left: 25%;
  top: 37.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header_menu p::before, .header_menu p::after {
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: background ease 0.2s, top ease 0.2s 0.2s, -webkit-transform ease 0.2s;
  -webkit-transition: background ease 0.2s, top ease 0.2s 0.2s, -webkit-transform ease 0.2s;
  transition: background ease 0.2s, top ease 0.2s 0.2s, transform ease 0.2s;
  transition: background ease 0.2s, top ease 0.2s 0.2s, transform ease 0.2s, -webkit-transform ease 0.2s;
  width: 40px;
}
.header_menu p::before {
  top: -6px;
}
.header_menu p::after {
  top: 6px;
}
.header_menu.opened {
  background: #e50012;
}
.header_menu.opened p {
  background: transparent;
}
.header_menu.opened p::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header_menu.opened p::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header_menu.opened p::before, .header_menu.opened p::after {
  background: #fff;
  top: 0;
  transition: top ease 0.2s, -webkit-transform ease 0.2s 0.2s;
  -webkit-transition: top ease 0.2s, -webkit-transform ease 0.2s 0.2s;
  transition: top ease 0.2s, transform ease 0.2s 0.2s;
  transition: top ease 0.2s, transform ease 0.2s 0.2s, -webkit-transform ease 0.2s 0.2s;
}
.header_menu::after {
  content: "MENU";
  position: relative;
  top: 64%;
  font-size: 1.4rem;
  font-family: baskerville-display-pt, serif;
  font-weight: 700;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6rem;
    height: 6rem;
  }
  .header_menu p::before, .header_menu p::after {
    width: 30px;
  }
  .header_menu p::before {
    top: -2px;
  }
  .header_menu p::after {
    top: 6px;
  }
}
.cur {
  position: relative;
}
.cur::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #e50012;
  -webkit-transform: initial !important;
          transform: initial !important;
  -webkit-transform-origin: initial !important;
          transform-origin: initial !important;
  -webkit-transition: -webkit-transform initial !important;
  transition: -webkit-transform initial !important;
  transition: transform initial !important;
  transition: transform initial, -webkit-transform initial !important;
}

.fixed {
  position: fixed;
}

@media all and (-ms-high-contrast: none) {
  .cur {
    border-bottom: 2px solid #e50012;
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo .ja_logo img {
    width: auto;
    height: 2.5rem;
  }
  .header_nav .header_nav_box .header_items li {
    padding: 2vh 0;
  }
  .header_nav .header_nav_box .header_items li > a::after {
    display: none;
  }
  .header_nav .header_nav_box .header_entryArea {
    width: 90%;
    margin: 7.5vw auto 0;
  }
  .header_nav .header_nav_box .header_entryArea__list {
    margin: 7.5vw 0 0 0 !important;
  }
  .header_nav .header_nav_box .header_entryArea__list .header_btn_red {
    height: 15vw;
  }
}
/*---------------------------------------*/
/*font*/
/*---------------------------------------*/
.L_font {
  font-size: 9.6rem;
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  letter-spacing: 0.048em;
  color: #000000;
  position: relative;
}
.L_font::after {
  content: "";
  position: absolute;
  left: 8rem;
  bottom: -1.6rem;
  display: inline-block;
  width: 16rem;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e50012;
}

.ttl_03 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-top: 4.5rem;
}

.ttl_txt {
  line-height: 2;
}

@media all and (max-width: 1334px) {
  .L_font {
    font-size: 7.2rem;
  }
  .ttl_03 {
    line-height: 1.6;
  }
}
@media all and (max-width: 768px) {
  .L_font {
    font-size: 4.8rem;
  }
  .L_font::after {
    left: 4rem;
    bottom: -1.1rem;
    width: 8rem;
  }
  .ttl_03 {
    font-size: 2.4rem;
    line-height: 1.6;
    padding-top: 2.5rem;
  }
}
/*---------------------------------------*/
/*btn*/
/*---------------------------------------*/
.h_btn {
  position: relative;
  display: inline-block;
  width: 30rem;
  padding: 2rem 10% 2rem 8rem;
  background-color: #e50012;
  border: 1px solid #e50012;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.h_btn::before {
  content: "";
  position: absolute;
  top: 30%;
  width: 33.333%;
  height: 33.333%;
  right: -4%;
  background: url(../images/common/arrow_white_right.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.h_btn:hover {
  background-color: #ffffff;
  color: #e50012;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.h_btn:hover::before {
  background: url(../images/common/arrow_red.svg) no-repeat;
  right: -8%;
}

.arrow_sp {
  font-family: baskerville-display-pt, serif;
  font-weight: 700;
  letter-spacing: 0.048em;
}

.arrow01 {
  font-family: baskerville-display-pt, serif;
  font-weight: 700;
  letter-spacing: 0.032em;
}

.arrow02 {
  letter-spacing: 0.08em;
  font-weight: 600;
  padding: 2rem 10% 2rem 9.5rem;
}
.arrow02::before {
  right: -4%;
}
.arrow02:hover::before {
  right: -8%;
}

.btn_ab {
  margin-left: -6.66%;
}

.btn_sp {
  margin-left: 56.66%;
}

.shadow {
  -webkit-filter: drop-shadow(40px 40px 40px rgba(34, 24, 21, 0.2));
          filter: drop-shadow(40px 40px 40px rgba(34, 24, 21, 0.2));
  will-change: filter;
}

@media all and (max-width: 1334px) {
  .btn_ab {
    margin-left: 0;
  }
  .btn_sp {
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .h_btn {
    width: 25rem;
    padding: 2rem 10% 2rem 6rem;
  }
}
/*---------------------------------------*/
/*slick*/
/*---------------------------------------*/
.slick-next:before, .slick-prev:before {
  content: url(../images/common/arrow_white_right.svg);
  position: absolute;
  width: 16px;
  height: 16px;
  top: 38.33%;
  right: 35.333%;
}

.slick-prev:before {
  content: url(../images/common/arrow_white_left.svg);
}

.slick-prev, .slick-next {
  background-color: #829191;
  padding: 3rem;
  width: auto;
  height: auto;
  top: 40%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slick-next {
  margin-right: -6%;
}

.slick-prev {
  margin-left: -6%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #e50012;
}

@media all and (max-width: 768px) {
  .slick-prev, .slick-next, .slick-prev:before, .slick-next:before {
    display: none;
    background: initial;
    padding: initial;
  }
}
/*---------------------------------------*/
/*main*/
/*---------------------------------------*/
.main_wrap {
  padding-top: 11rem;
  position: relative;
  overflow: hidden;
}
.main_wrap .pc {
  display: none;
}
.main_wrap .sp {
  display: block;
}
.main_wrap .ct01 {
  height: calc(100vh - 11rem) !important;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.main_wrap .ct01 .textBox {
  position: absolute;
  top: 20%;
  left: 12.5%;
  margin: 0 auto;
}
.main_wrap .ct01 .textBox .ttl_02 {
  font-size: 2.5vw;
  color: #ffffff;
  letter-spacing: 0.048em;
}
.main_wrap .ct01 .textBox .ct01_txt {
  line-height: 2.9;
  color: #ffffff;
  font-size: 1vw;
  margin-top: -2.5%;
  letter-spacing: 0.24em;
}
.main_wrap .ct01 .textBox .text::before {
  content: "\a";
  white-space: pre;
}
.main_wrap .ct01 .textBox .textse::before {
  content: "\a";
  white-space: pre;
}
.main_wrap .ct01 .air_group {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 12.5%;
}
.main_wrap .ct01 .air_group .air_item {
  width: 100%;
}
.main_wrap .ct01 .animate3 {
  -webkit-animation: animation3 6s ease-out;
          animation: animation3 6s ease-out;
}
@-webkit-keyframes animation3 {
  0% {
    position: relative;
    left: -800%;
  }
  100% {
    position: relative;
    left: 0;
  }
}
@keyframes animation3 {
  0% {
    position: relative;
    left: -800%;
  }
  100% {
    position: relative;
    left: 0;
  }
}
.main_wrap .ct01 .c-mainvisual__scroll {
  position: absolute;
  top: 25%;
  right: 0;
  z-index: 1;
}
.main_wrap .ct01 .c-mainvisual__scroll .scroll {
  font-family: baskerville-display-pt, serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  color: #ffffff;
  position: absolute;
  top: 140px;
  right: -8px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding-right: 60px;
  letter-spacing: 1px;
}
.main_wrap .ct01 .c-mainvisual__scroll .scroll::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
}
.main_wrap .ct01 .c-mainvisual__scroll .scroll::after {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #e50012;
  -webkit-animation: 1s move1 infinite ease-out;
          animation: 1s move1 infinite ease-out;
}
@-webkit-keyframes move1 {
  from {
    right: 20px;
  }
  to {
    right: 0;
  }
}
@keyframes move1 {
  from {
    right: 20px;
  }
  to {
    right: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .main_wrap .ct01 {
    height: 100vh !important;
  }
}
.main_wrap .ct02 {
  margin: 0 auto;
  background-color: #f5f5f5;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  width: 100%;
}
.main_wrap .ct02 .news_group {
  max-width: 120rem;
  margin: 0 auto;
  padding-bottom: 3.2rem;
}
.main_wrap .ct02 .news_group .news_area {
  padding-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_wrap .ct02 .news_group .news_area .n_date {
  width: 6.6666%;
  padding-left: 13.333%;
}
.main_wrap .ct02 .news_group .news_area .i_news {
  position: relative;
}
.main_wrap .ct02 .news_group .news_area .i_news::before {
  content: "What’s New";
  display: inline-block;
  color: #e50012;
  font-family: baskerville-display-pt, serif;
  font-weight: 700;
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.main_wrap .ct02 .news_group .news_area .n_cont {
  width: 100%;
  padding-left: 10%;
  line-height: 1.2;
}
.main_wrap .ct02 .news_group .news_area .n_cont .news_topic {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main_wrap .ct02 .news_group .news_area .n_cont .news_topic:hover {
  color: #e50012;
}
.main_wrap .sec_bg01 {
  width: 100%;
  margin: 12rem auto 0;
  position: relative;
  background: transparent;
}
.main_wrap .sec_bg01 .pic_bg {
  position: absolute;
  padding: 22.5rem 0;
  top: 27.5%;
  background: url(../images/home/special_bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.main_wrap .sec_bg01 .ct03, .main_wrap .sec_bg01 .ct04 {
  max-width: 120rem;
  margin: 0 auto;
}
.main_wrap .sec_bg01 .ct03 .secwrap, .main_wrap .sec_bg01 .ct04 .secwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_wrap .sec_bg01 .ct03 .secwrap .sectxt, .main_wrap .sec_bg01 .ct04 .secwrap .sectxt {
  width: 43.3333%;
  padding-top: 7.5rem;
}
.main_wrap .sec_bg01 .ct03 .secwrap .sectxt .ttl_txt, .main_wrap .sec_bg01 .ct04 .secwrap .sectxt .ttl_txt {
  padding-top: 5rem;
}
.main_wrap .sec_bg01 .ct03 .secwrap .secpic, .main_wrap .sec_bg01 .ct04 .secwrap .secpic {
  width: 50%;
}
.main_wrap .sec_bg01 .ct03 .secwrap .secpic .pic, .main_wrap .sec_bg01 .ct04 .secwrap .secpic .pic {
  width: 100%;
  margin-bottom: -3rem;
}
.main_wrap .sec_bg01 .ct04 {
  margin-top: 4.8rem;
}
.main_wrap .sec_bg01 .ct04 .secwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.main_wrap .sec_bg02 {
  background: url(../images/home/work_bg_image.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 6rem;
}
.main_wrap .sec_bg02 .ct05 {
  max-width: 120rem;
  margin: 0 auto;
}
.main_wrap .sec_bg02 .ct05 .ttl_wrap {
  padding-top: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_wrap .sec_bg02 .ct05 .ttl_wrap .ttl_txt {
  width: 62.5%;
}
.main_wrap .sec_bg02 .ct05 .ttl_wrap .ttl_txt .pc-only {
  display: block;
}
.main_wrap .sec_bg02 .ct05 .ttl_wrap .ttl_txt .sp-only {
  display: none;
}
.main_wrap .sec_bg02 .ct05 .ttl_wrap .btn_wrap {
  display: block;
  width: 30%;
}
.main_wrap .sec_bg02 .ct05 .ttl_wrap .btn_wrap .h_btn.arrow02 {
  margin-top: 2rem;
}
.main_wrap .sec_bg02 .ct05 .slide_area {
  margin: 4rem auto 0;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide {
  height: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide::before {
  content: "";
  background: url(../images/common/square_bl.jpg);
  height: 48rem;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person {
  width: 33.3333%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  height: 48rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  padding: 2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person::after {
  content: url(../images/common/arrow_black_right.svg);
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex {
  display: block;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .person_space {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .person_space .person_pic {
  width: 100%;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48rem;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pos {
  width: 30%;
  padding: 4rem 5% 0 10%;
  display: block;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pos .people {
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  color: #e50012;
  text-align: center;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pos .num {
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 5.4rem;
  color: #e50012;
  border-bottom: 1px solid #000000;
  padding: 0.5rem 0 1rem;
  text-align: center;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pos .bus {
  padding-top: 2rem;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-text-orientation: upright;
  text-orientation: upright;
  line-height: 1.6;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pos .bs02 {
  width: 100%;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pos .bs02 .bb02 {
  margin-right: 7%;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pos .bs02 .bb01 {
  margin-right: 3%;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pe_name {
  width: 20%;
  padding: 4rem 10% 0 0;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pe_name .name_ja {
  font-size: 2.4rem;
  position: relative;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pe_name .name_en {
  font-size: 6.4rem;
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  color: #829191;
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  top: 4rem;
  right: 8%;
}
.main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person:hover {
  background: rgba(130, 145, 145, 0.1);
}
.main_wrap .sec_bg02 .ct06 {
  max-width: 120rem;
  margin: 0 auto;
  padding: 12rem 0 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_wrap .sec_bg02 .ct06 .secpic {
  width: 50%;
}
.main_wrap .sec_bg02 .ct06 .secpic .pic {
  width: 100%;
  margin-bottom: -3rem;
}
.main_wrap .sec_bg02 .ct06 .sectxt {
  width: 43.333%;
  padding-top: 5rem;
  position: relative;
}
.main_wrap .sec_bg02 .ct06 .sectxt::before {
  content: url(../images/home/career_image02.png);
  position: absolute;
  top: 28%;
  left: 78%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.main_wrap .sec_bg02 .ct06 .sectxt .ttl_txt {
  padding-top: 5rem;
}
.main_wrap .ct07 {
  max-width: 120rem;
  margin: 12.5rem auto 0;
}
.main_wrap .ct07 .icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.5rem;
}
.main_wrap .ct07 .icon_wrap .icon_item {
  width: 25%;
  padding: 0 5rem;
  display: block;
  text-align: center;
}
.main_wrap .ct07 .icon_wrap .icon_item:nth-child(n+2) {
  border-left: 1px solid #b2b2b2;
}
.main_wrap .ct07 .icon_wrap .icon_item .icon_op .i_wrap {
  width: 50%;
  margin: 0 auto;
}
.main_wrap .ct07 .icon_wrap .icon_item .icon_op .i_wrap .icon {
  width: 100%;
}
.main_wrap .ct07 .icon_wrap .icon_item .icon_op .i_wrap:hover {
  background-color: initial;
}
.main_wrap .ct07 .icon_wrap .icon_item .icon_op .ttl_wrap {
  margin-top: 2.5rem;
}
.main_wrap .ct07 .icon_wrap .icon_item .icon_op .ttl_wrap .ttl_icon {
  color: #e50012;
  font-family: baskerville-display-pt, serif;
  font-size: 3.2rem;
  font-weight: 400;
}
.main_wrap .ct07 .icon_wrap .icon_item .icon_op .ttl_wrap .ttl_over {
  color: #000000;
  font-family: baskerville-display-pt, serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: -2rem;
}
.main_wrap .ct07 .icon_wrap .icon_item .icon_op .ttl_wrap .ttl_sub {
  color: #000000;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}
.main_wrap .ct07 .icon_wrap .icon_item .icon_link {
  margin-top: 4rem;
}
.main_wrap .ct07 .icon_wrap .icon_item .icon_link .arrrow_wrap {
  padding: 2rem;
  border: 1px solid #000000;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main_wrap .ct07 .icon_wrap .icon_item .icon_link .arrrow_wrap::before {
  content: "";
  position: absolute;
  top: 36%;
  width: 16px;
  height: 16px;
  right: 33%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: url(../images/common/arrow_black_right.svg) no-repeat;
  background-size: contain;
  display: inline-block;
}
.main_wrap .ct07 .icon_wrap .icon_item .icon_link .arrrow_wrap:hover {
  border: initial;
  background-color: #e50012;
}
.main_wrap .ct07 .icon_wrap .icon_item .icon_link .arrrow_wrap:hover::before {
  content: url(../images/common/arrow_white_right.svg);
}
.main_wrap .ct08 {
  max-width: 120rem;
  margin: 12.5rem auto 0;
}
.main_wrap .ct08 .recruit_wrap {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_wrap .ct08 .recruit_wrap .r_group {
  text-align: center;
}
.main_wrap .ct08 .recruit_wrap .r_group .img_area {
  position: relative;
  line-height: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.main_wrap .ct08 .recruit_wrap .r_group .img_area::before {
  content: url(../images/common/arrow_black_right.svg);
  position: absolute;
  background-color: #ffffff;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  padding: 2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.main_wrap .ct08 .recruit_wrap .r_group .img_area:hover::before {
  content: url(../images/common/arrow_white_right.svg);
  background-color: #e50012;
}
.main_wrap .ct08 .recruit_wrap .r_group .img_area .pic {
  line-height: 0;
  width: 100%;
  position: relative;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.main_wrap .ct08 .recruit_wrap .r_group .img_area .pic::before {
  content: url(../images/common/arrow_black_right.svg);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  padding: 2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.main_wrap .ct08 .recruit_wrap .r_group .img_area .pic:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.main_wrap .ct08 .recruit_wrap .r_group .img_area .pic:hover::before {
  background-color: #ffffff;
}
.main_wrap .ct08 .recruit_wrap .r_group .r_ttl {
  font-family: baskerville-display-pt, serif;
  font-size: 3.2rem;
  font-weight: 400;
  color: #e50012;
  margin-top: 2.5rem;
}
.main_wrap .ct08 .recruit_wrap .r_group .ttl_sub {
  margin-top: 1rem;
  line-height: 1.6;
}
.main_wrap .ct08 .recruit_wrap .r_item01 {
  width: 48.333%;
}
.main_wrap .ct08 .recruit_wrap .r_item02 {
  width: 22.5%;
}
.main_wrap .ct08 .recruit_wrap .r_item02 + .r_item02 {
  margin-left: 6rem;
}
.main_wrap .ct08 .recruit_wrap .no_link_pre {
  pointer-events: none;
}
.main_wrap .ct08 .recruit_wrap .no_link_pre .img_area::before {
  display: none;
}

_::-webkit-full-page-media, _:future, :root .bus {
  font-family: -apple-system-caption1 !important;
}

@media all and (max-width: 1334px) {
  .main_wrap {
    padding-top: 11rem;
    position: relative;
    overflow: hidden;
  }
  .main_wrap .ct01 .textBox .ttl_02 {
    font-size: 3.75vw;
  }
  .main_wrap .ct01 .textBox .ct01_txt {
    font-size: 1.5vw;
  }
  .main_wrap .ct01 .air_group {
    left: 70%;
  }
  .main_wrap .ct02 .news_group {
    width: 90%;
  }
  .main_wrap .sec_bg01 .ct03, .main_wrap .sec_bg01 .ct04 {
    width: 90%;
  }
  .main_wrap .sec_bg01 .ct03 .ps01, .main_wrap .sec_bg01 .ct03 .ps02, .main_wrap .sec_bg01 .ct04 .ps01, .main_wrap .sec_bg01 .ct04 .ps02 {
    position: relative;
  }
  .main_wrap .sec_bg01 .ct03 .spe_sp01, .main_wrap .sec_bg01 .ct04 .spe_sp01 {
    position: absolute;
    left: 0;
  }
  .main_wrap .sec_bg01 .ct03 .spe_sp02, .main_wrap .sec_bg01 .ct04 .spe_sp02 {
    position: absolute;
    right: 0;
  }
  .main_wrap .sec_bg02 .ct05 {
    width: 90%;
  }
  .main_wrap .sec_bg02 .ct05 .ttl_wrap {
    width: 85%;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area {
    width: 85%;
    margin: 4rem auto 0;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide {
    height: 60vw;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide::before {
    height: 48vw;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person {
    height: 48vw;
    margin-bottom: 16vw;
  }
  .main_wrap .sec_bg02 .ct06 {
    width: 90%;
    padding: 12vw 0 15rem;
  }
  .main_wrap .sec_bg02 .ct06 .spe_sp02 {
    position: absolute;
    right: 0;
  }
  .main_wrap .sec_bg02 .ct06 .sectxt::before {
    left: 56%;
  }
  .main_wrap .ct07 {
    width: 90%;
  }
  .main_wrap .ct08 {
    width: 90%;
  }
}
@media all and (max-width: 1200px) {
  .main_wrap {
    padding-top: 6rem;
  }
  .main_wrap .ct01 {
    height: calc(100vh - 6rem) !important;
  }
}
@media all and (max-width: 1200px) and (-ms-high-contrast: none) {
  .main_wrap .ct01 {
    height: 100vh;
  }
}
@media all and (max-width: 768px) {
  .main_wrap .sp {
    display: none;
  }
  .main_wrap .pc {
    display: block;
  }
  .main_wrap .ct01 {
    background-size: cover;
  }
  .main_wrap .ct01 .textBox {
    top: 10%;
    left: 6%;
    text-align: left;
  }
  .main_wrap .ct01 .textBox .ttl_02 {
    font-size: 6vw;
  }
  .main_wrap .ct01 .textBox .ct01_txt {
    width: 100%;
    line-height: 2.4;
    font-size: 3.6vw;
    text-align: left;
  }
  .main_wrap .ct01 .air_group {
    top: 63%;
    left: 37vw;
    width: 30vw;
  }
  .main_wrap .ct01 .c-mainvisual__scroll .scroll {
    right: -16px;
    padding-right: 40px;
  }
  .main_wrap .ct01 .c-mainvisual__scroll .scroll::before {
    width: 0;
    padding-right: 40px;
    top: 30%;
  }
  .main_wrap .ct01 .c-mainvisual__scroll .scroll::after {
    top: 30%;
  }
  @-webkit-keyframes move1 {
    from {
      right: 20px;
    }
    to {
      right: 0;
    }
  }
  @keyframes move1 {
    from {
      right: 20px;
    }
    to {
      right: 0;
    }
  }
  .main_wrap .ct02 .news_group {
    width: 90%;
    padding-bottom: 2.4rem;
  }
  .main_wrap .ct02 .news_group .news_area {
    padding-top: 4rem;
    display: block;
  }
  .main_wrap .ct02 .news_group .news_area .n_date {
    width: 100%;
    padding-left: 0;
  }
  .main_wrap .ct02 .news_group .news_area .i_news::before {
    font-size: 1.8rem;
    display: initial;
    left: 0;
    top: -2.5rem;
  }
  .main_wrap .ct02 .news_group .news_area .n_cont {
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .main_wrap .sec_bg01 {
    margin: 8rem auto 0;
  }
  .main_wrap .sec_bg01 .pic_bg {
    background: url(../images/home/special_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 44rem 0;
    top: 11%;
  }
  .main_wrap .sec_bg01 .ct03, .main_wrap .sec_bg01 .ct04 {
    width: 85%;
  }
  .main_wrap .sec_bg01 .ct03 .secwrap, .main_wrap .sec_bg01 .ct04 .secwrap {
    display: block;
  }
  .main_wrap .sec_bg01 .ct03 .secwrap .sectxt, .main_wrap .sec_bg01 .ct04 .secwrap .sectxt {
    width: 100%;
    padding-top: 0;
  }
  .main_wrap .sec_bg01 .ct03 .secwrap .sectxt .ttl_txt, .main_wrap .sec_bg01 .ct04 .secwrap .sectxt .ttl_txt {
    padding-top: 2rem;
  }
  .main_wrap .sec_bg01 .ct03 .secwrap .secpic, .main_wrap .sec_bg01 .ct04 .secwrap .secpic {
    width: 100%;
    margin-top: 2rem;
  }
  .main_wrap .sec_bg01 .ct03 .secwrap .secpic .pic, .main_wrap .sec_bg01 .ct04 .secwrap .secpic .pic {
    margin-bottom: 0;
  }
  .main_wrap .sec_bg01 .ct03 .spe_sp01, .main_wrap .sec_bg01 .ct04 .spe_sp01 {
    left: -5%;
    bottom: -3rem;
  }
  .main_wrap .sec_bg01 .ct03 .spe_sp02, .main_wrap .sec_bg01 .ct04 .spe_sp02 {
    right: -5%;
    bottom: -3rem;
  }
  .main_wrap .sec_bg01 .ct03 .secwrap {
    display: block;
  }
  .main_wrap .sec_bg01 .ct04 {
    margin-top: 0;
  }
  .main_wrap .sec_bg01 .ct04 .secwrap {
    display: block;
    margin-top: 10rem;
  }
  .main_wrap .sec_bg02 {
    background: url(../images/home/work_bg_image.jpg) no-repeat center;
    background-size: cover;
  }
  .main_wrap .sec_bg02 .ct05 {
    width: 90%;
  }
  .main_wrap .sec_bg02 .ct05 .ttl_wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 6.25rem;
  }
  .main_wrap .sec_bg02 .ct05 .ttl_wrap .ttl_txt {
    width: 100%;
    padding: 2.5rem 0;
  }
  .main_wrap .sec_bg02 .ct05 .ttl_wrap .btn_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .main_wrap .sec_bg02 .ct05 .ttl_wrap .btn_wrap .h_btn.arrow02 {
    margin-top: 2rem;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area {
    width: 100%;
    margin: 6rem auto 0;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide {
    height: 136vw;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide::before {
    height: 108vw;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person {
    height: 108vw;
    margin-bottom: 28vw;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex {
    display: block;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area {
    height: 108vw;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pos {
    padding: 2rem 5% 0 10%;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pos .num {
    font-size: 4.8rem;
    padding: 0.25rem 0 0.5rem;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pos .bus {
    padding-top: 1rem;
    font-size: 1.4rem;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pos .bs02 .bb02 {
    margin-right: initial;
    width: 50%;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pos .bs02 .bb01 {
    margin-right: initial;
    width: 50%;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pe_name {
    padding: 2rem 10% 0 0;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pe_name .name_ja {
    font-size: 2rem;
  }
  .main_wrap .sec_bg02 .ct05 .slide_area .em_slide .person .ex .font_area .pe_name .name_en {
    font-size: 4.8rem;
    top: 2rem;
  }
  .main_wrap .sec_bg02 .ct06 {
    width: 85%;
    padding: 7.5rem 0 7.5rem;
    display: block;
  }
  .main_wrap .sec_bg02 .ct06 .spe_sp02 {
    right: -5%;
    bottom: -3rem;
  }
  .main_wrap .sec_bg02 .ct06 .secpic {
    width: 100%;
    padding-top: 2rem;
  }
  .main_wrap .sec_bg02 .ct06 .secpic .pic {
    margin-bottom: 0;
  }
  .main_wrap .sec_bg02 .ct06 .sectxt {
    width: 100%;
    padding-top: 0;
  }
  .main_wrap .sec_bg02 .ct06 .sectxt::before {
    display: none;
  }
  .main_wrap .sec_bg02 .ct06 .sectxt .ttl_txt {
    padding-top: 2rem;
  }
  .main_wrap .ct07 {
    width: 90%;
    margin: 6.25rem auto 0;
  }
  .main_wrap .ct07 .L_font {
    font-size: 3.8rem;
  }
  .main_wrap .ct07 .icon_wrap {
    margin-top: 1.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_wrap .ct07 .icon_wrap .icon_item {
    width: 45%;
    padding: 0;
  }
  .main_wrap .ct07 .icon_wrap .icon_item:nth-child(n+2) {
    border-left: 0;
  }
  .main_wrap .ct07 .icon_wrap .icon_item .icon_op .i_wrap {
    width: 50%;
  }
  .main_wrap .ct07 .icon_wrap .icon_item .icon_op .ttl_wrap {
    margin-top: 1.25rem;
  }
  .main_wrap .ct07 .icon_wrap .icon_item .icon_op .ttl_wrap .ttl_icon {
    font-size: 2.4rem;
  }
  .main_wrap .ct07 .icon_wrap .icon_item .icon_op .ttl_wrap .ttl_over {
    font-size: 2rem;
  }
  .main_wrap .ct07 .icon_wrap .icon_item .icon_op .ttl_wrap .ttl_sub {
    margin-top: 0.5rem;
  }
  .main_wrap .ct07 .icon_wrap .icon_item .icon_link {
    margin-top: 2rem;
  }
  .main_wrap .ct07 .icon_wrap .icon_item .icon_link .arrrow_wrap {
    padding: 1rem;
    width: 4rem;
    height: 4rem;
  }
  .main_wrap .ct07 .icon_wrap .icon_item .icon_link .arrrow_wrap::before {
    top: 28.33%;
    right: 28.333%;
  }
  .main_wrap .ct07 .icon_wrap .ii03, .main_wrap .ct07 .icon_wrap .ii04 {
    margin-top: 4rem;
  }
  .main_wrap .ct08 {
    width: 90%;
    margin: 6.25rem auto 0;
  }
  .main_wrap .ct08 .recruit_wrap {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main_wrap .ct08 .recruit_wrap .r_group .r_ttl {
    font-size: 2.4rem;
    margin-top: 1.25rem;
  }
  .main_wrap .ct08 .recruit_wrap .r_group .ttl_sub {
    margin-top: 0.5rem;
  }
  .main_wrap .ct08 .recruit_wrap .r_item01 {
    width: 100%;
  }
  .main_wrap .ct08 .recruit_wrap .r_item02 {
    margin-top: 2rem;
    width: 45%;
  }
  .main_wrap .ct08 .recruit_wrap .r_item02 + .r_item02 {
    margin-left: 0;
  }
}
@media all and (max-width: 600px) {
  .main_wrap .ct01 .air_group {
    top: 51%;
    left: 33vw;
    width: 35vw;
  }
  .main_wrap .sec_bg02 .ct05 .ttl_wrap .btn_wrap {
    display: block;
  }
  .main_wrap .sec_bg02 .ct05 .ttl_wrap .btn_wrap .h_btn.arrow01 {
    width: 100%;
    padding: 2rem 8rem;
    margin-top: 2rem;
    text-align: center;
  }
  .main_wrap .sec_bg02 .ct05 .ttl_wrap .btn_wrap .h_btn.arrow02 {
    width: 100%;
    padding: 2rem 8rem;
    margin-top: 2rem;
    text-align: center;
  }
}
/*---------------------------------------*/
/*ie*/
/*---------------------------------------*/
@media all and (-ms-high-contrast: none) and (max-width: 768px) {
  .main_wrap .ct01 .textBox:after {
    top: 90%;
  }
}
@media all and (-ms-high-contrast: none) {
  .main_wrap .ct01_txt {
    margin-top: 2rem !important;
  }
  .main_wrap .bus {
    width: 65% !important;
  }
  .main_wrap .bb02 {
    margin-right: 0 !important;
  }
}
.footer_wrap {
  margin-top: 12rem;
  padding-top: 1rem;
  background-color: #f5f5f5;
}
.footer_wrap.special {
  padding-top: 0;
  background-color: #ffffff;
  border-top: 1px solid #000000;
}
.footer_wrap .footer_entry {
  background: url(../images/common/footer_image.jpg) no-repeat center;
  background-size: cover;
}
.footer_wrap .footer_entry .footer_entry_wrap {
  max-width: 120rem;
  margin: 0 auto;
  text-align: center;
  padding: 8rem 0 12rem;
}
.footer_wrap .footer_entry .footer_entry_wrap .footer_logo {
  width: 20rem;
  margin: 0 auto;
}
.footer_wrap .footer_entry .footer_entry_wrap .footer_ttl {
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  font-size: 4.8rem;
  letter-spacing: 0.048em;
  color: #ffffff;
  padding-top: 4rem;
}
.footer_wrap .footer_entry .footer_entry_wrap .footer_txt {
  line-height: 2;
  text-align: center;
  color: #ffffff;
  margin-top: 6rem;
}
.footer_wrap .footer_entry .footer_entry_wrap .btn_side {
  width: 66.66%;
  margin: 6rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer_wrap .footer_entry .footer_entry_wrap .btn_side .footer_common_link {
  color: #ffffff;
  width: 40%;
  font-weight: 600;
  padding: 2.4rem 0;
}
.footer_wrap .footer_entry .footer_entry_wrap .btn_side .footer_common_link.rd {
  background-color: #e50012;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}
.footer_wrap .footer_entry .footer_entry_wrap .btn_side .footer_common_link.rd:hover {
  color: #ffffff;
  background-color: #000000;
}
.footer_wrap .footer_entry .footer_entry_wrap .btn_side .footer_common_link_no-link.rd_no-link {
  background-color: #e50012;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
  opacity: 0.6;
  pointer-events: none;
}
.footer_wrap .footer_entry .footer_entry_wrap .btn_side .fl01 {
  width: 40% !important;
  pointer-events: initial !important;
  background-color: #ffffff !important;
  color: #e50012 !important;
  opacity: 1 !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
  position: relative !important;
}
.footer_wrap .footer_entry .footer_entry_wrap .btn_side .fl01::before, .footer_wrap .footer_entry .footer_entry_wrap .btn_side .fl01::after {
  position: absolute !important;
  z-index: 2 !important;
  content: "" !important;
  width: 0 !important;
  height: 0 !important;
  border: 1px solid transparent !important;
}
.footer_wrap .footer_entry .footer_entry_wrap .btn_side .fl01::before {
  top: -1px !important;
  left: -1px !important;
}
.footer_wrap .footer_entry .footer_entry_wrap .btn_side .fl01::after {
  bottom: -1px !important;
  right: -1px !important;
}
.footer_wrap .footer_entry .footer_entry_wrap .btn_side .fl01:hover {
  color: #ffffff !important;
  background-color: #e50012 !important;
}
.footer_wrap .footer_entry .footer_entry_wrap .btn_side .fl01:hover::before, .footer_wrap .footer_entry .footer_entry_wrap .btn_side .fl01:hover::after {
  width: 100% !important;
  height: 100% !important;
}
.footer_wrap .footer_entry .footer_entry_wrap .btn_side .fl01:hover::before {
  border-bottom-color: #ffffff !important;
  border-left-color: #ffffff !important;
  -webkit-transition: height 0.3s, width 0.3s 0.3s !important;
  transition: height 0.3s, width 0.3s 0.3s !important;
}
.footer_wrap .footer_entry .footer_entry_wrap .btn_side .fl01:hover::after {
  border-top-color: #ffffff !important;
  border-right-color: #ffffff !important;
  -webkit-transition: height 0.3s, width 0.3s 0.3s !important;
  transition: height 0.3s, width 0.3s 0.3s !important;
}
.footer_wrap .footer_entry .footer_entry_wrap .btn_side .fl02 {
  width: 40% !important;
  border: 1px solid transparent !important;
}
.footer_wrap .video_area {
  width: 100%;
  padding: 2.5vw 0;
  background-color: #f5f5f5;
}
.footer_wrap .video_area .footer_news_head {
  margin-bottom: 2.5vw;
  color: #e50012;
  text-align: center;
  font-size: 1.5vw;
  letter-spacing: 8px;
}
.footer_wrap .video_area .footer_news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 65%;
  margin: 0 auto;
}
.footer_wrap .video_area .footer_news_wrap .footer_news_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_wrap .video_area .footer_news_wrap .footer_news_group .video-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30vw;
  padding: 1.5625vw 0;
  background-color: #ffffff;
  color: #e50012;
  border: 2px solid #e50012;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer_wrap .video_area .footer_news_wrap .footer_news_group .video-link:hover {
  color: white;
  background-color: #e50012;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer_wrap .video_area .footer_news_wrap .footer_news_group .video-link > p {
  font-size: 1.25vw;
  font-family: source-han-sans-japanese, sans-serif;
}
.footer_wrap .footer_news {
  width: 100%;
  padding: 2.5vw 0;
  background-color: #f5f5f5;
}
.footer_wrap .footer_news .footer_news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 46vw;
  margin: 0 auto;
}
.footer_wrap .footer_news .footer_news_wrap .news-link, .footer_wrap .footer_news .footer_news_wrap .video-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.5625vw 0;
  background-color: #ffffff;
  color: #e50012;
  border: 2px solid #e50012;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer_wrap .footer_news .footer_news_wrap .news-link:before, .footer_wrap .footer_news .footer_news_wrap .video-link:before {
  content: "";
  display: inline-block;
  width: 6.25vw;
  height: 6.3125vw;
  background: url(../images/common/banner_anniversary_01.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.footer_wrap .footer_news .footer_news_wrap .news-link:hover, .footer_wrap .footer_news .footer_news_wrap .video-link:hover {
  color: white;
  background-color: #e50012;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer_wrap .footer_news .footer_news_wrap .news-link:hover:before, .footer_wrap .footer_news .footer_news_wrap .video-link:hover:before {
  background: url(../images/common/banner_anniversary_02.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.footer_wrap .footer_news .footer_news_wrap .news-link > p, .footer_wrap .footer_news .footer_news_wrap .video-link > p {
  margin-left: 2.5vw;
  font-size: 1.5vw;
  font-family: source-han-sans-japanese, sans-serif;
}
.footer_wrap .footer_news .footer_news_wrap .video-link:before {
  display: none;
}
.footer_wrap .detail_wrap {
  margin: 12rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
.footer_wrap .detail_wrap .detail_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 47.5%;
}
.footer_wrap .detail_wrap .detail_group .detail_box01 {
  width: 37.5%;
}
.footer_wrap .detail_wrap .detail_group .detail_box02 {
  width: 57.5%;
}
.footer_wrap .detail_wrap .detail_group .detail_box03 {
  width: 57.14%;
}
.footer_wrap .detail_wrap .detail_group .detail_box04 {
  width: 32.5%;
}
.footer_wrap .detail_wrap .detail_group .ttl_04 {
  color: #e50012;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  pointer-events: none;
}
.footer_wrap .detail_wrap .detail_group .detail_item02 {
  margin-top: 5rem;
}
.footer_wrap .detail_wrap .detail_group .detail {
  margin-top: 1.8rem;
}
.footer_wrap .detail_wrap .detail_group .detail .d_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_wrap .detail_wrap .detail_group .detail .d_list + .d_list {
  margin-top: 0.5em;
}
.footer_wrap .detail_wrap .detail_group .detail .d_list::before {
  content: "";
  width: 0;
  height: 0;
  padding: 3px;
  display: inline-block;
  background-color: #e50012;
  border-radius: 50%;
  position: relative;
  top: 13px;
  margin-right: 5px;
}
.footer_wrap .detail_wrap .detail_group .detail .d_list .num {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2.28;
}
.footer_wrap .detail_wrap .detail_group .detail .d_list .f_link {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2.28;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_wrap .detail_wrap .detail_group .detail .d_list .f_link:hover {
  color: #e50012;
}
.footer_wrap .detail_wrap .d_02 {
  width: 50%;
}
.footer_wrap .footer_bg {
  background-color: #ffffff;
}
.footer_wrap .footer_bg .footer_pall {
  margin: 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0;
}
.footer_wrap .footer_bg .footer_pall .footer_icon_group01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer_wrap .footer_bg .footer_pall .footer_icon_group01 .footer_area::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../images/common/footer_icon.png) no-repeat;
  background-size: contain;
  display: inline-block;
}
.footer_wrap .footer_bg .footer_pall .footer_icon_group01 .footer_area + .footer_area {
  margin-left: 2em;
}
.footer_wrap .footer_bg .footer_pall .footer_icon_group01 .footer_area .footer_link {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: source-han-sans-japanese, sans-serif;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
}
.footer_wrap .footer_bg .footer_pall .footer_icon_group01 .footer_area:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.footer_wrap .footer_bg .footer_pall .footer_icon_group02 {
  width: 23.333%;
  text-align: right;
}
.footer_wrap .footer_bg .footer_pall .footer_icon_group02 .copy {
  font-size: 400;
  font-family: baskerville-display-pt, serif;
  font-size: 1.2rem;
}
.footer_wrap .no-link_ft {
  opacity: 0.4;
  pointer-events: none;
}
.footer_wrap .no-link_ft:hover {
  color: initial;
}

@media all and (max-width: 1334px) {
  .footer_wrap .footer_entry .footer_entry_wrap .btn_side {
    width: 90%;
  }
}
@media all and (max-width: 1200px) {
  .sp {
    display: none;
  }
  .footer_wrap {
    margin-top: 6rem;
    padding-top: 0;
  }
  .footer_wrap .footer_entry .footer_entry_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 4rem 0 7.5rem;
  }
  .footer_wrap .footer_entry .footer_entry_wrap .footer_ttl {
    font-size: 4rem;
    padding-top: 2rem;
    line-height: 1.2;
  }
  .footer_wrap .footer_entry .footer_entry_wrap .footer_txt {
    margin-top: 3rem;
  }
  .footer_wrap .footer_entry .footer_entry_wrap .btn_side {
    display: block;
    width: 65%;
    margin: 5rem auto 0;
  }
  .footer_wrap .footer_entry .footer_entry_wrap .btn_side .footer_common_link {
    display: block;
    width: 100% !important;
    padding: 2rem 0%;
  }
  .footer_wrap .footer_entry .footer_entry_wrap .btn_side .fl01 {
    width: 100% !important;
  }
  .footer_wrap .footer_entry .footer_entry_wrap .btn_side .fl02 {
    width: 100% !important;
    margin-top: 3.5rem;
  }
  .footer_wrap .video_area {
    padding: 5vw 0;
  }
  .footer_wrap .video_area .footer_news_head {
    margin-bottom: 5vw;
    font-size: 2vw;
    letter-spacing: 8px;
  }
  .footer_wrap .video_area .footer_news_wrap {
    width: 57.5vw;
  }
  .footer_wrap .video_area .footer_news_wrap .footer_news_group {
    display: block;
  }
  .footer_wrap .video_area .footer_news_wrap .footer_news_group .video-link {
    padding: 4vw 0;
    margin: 0 auto;
    width: 100%;
  }
  .footer_wrap .video_area .footer_news_wrap .footer_news_group .video-link > p {
    font-size: 2vw;
  }
  .footer_wrap .video_area .footer_news_wrap .footer_news_group .video-link:nth-child(n+2) {
    margin-top: 5vw;
  }
  .footer_wrap .footer_news .footer_news_wrap {
    width: 57.5vw;
  }
  .footer_wrap .footer_news .footer_news_wrap .news-link {
    padding: 2.5vw 0;
  }
  .footer_wrap .footer_news .footer_news_wrap .news-link > p {
    font-size: 2vw;
  }
  .footer_wrap .detail_wrap {
    margin: 0 auto;
    width: 100%;
    display: block;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .footer_wrap .detail_wrap .detail_group {
    display: block;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: 100%;
  }
  .footer_wrap .detail_wrap .detail_group .detail_box01 {
    width: 100%;
    padding-right: initial;
  }
  .footer_wrap .detail_wrap .detail_group .detail_box02 {
    width: 100%;
  }
  .footer_wrap .detail_wrap .detail_group .detail_box03 {
    width: 100%;
  }
  .footer_wrap .detail_wrap .detail_group .detail_box04 {
    width: 100%;
  }
  .footer_wrap .detail_wrap .detail_group .ttl_04 {
    color: #e50012;
    font-size: 1.4rem;
    line-height: 2;
    border-top: 1px solid #b2b2b2;
    padding: 1.5rem 5%;
    cursor: pointer;
    pointer-events: all;
  }
  .footer_wrap .detail_wrap .detail_group .ttl_04:hover {
    background: #e50012;
    color: #ffffff;
  }
  .footer_wrap .detail_wrap .detail_group .ttl_04:focus {
    background-color: #e50012;
    color: #ffffff;
  }
  .footer_wrap .detail_wrap .detail_group .ttl_04.menu::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footer_wrap .detail_wrap .detail_group .detail_item02 {
    margin-top: 0;
  }
  .footer_wrap .detail_wrap .detail_group .detail {
    margin-top: 0;
  }
  .footer_wrap .detail_wrap .detail_group .subMenu {
    display: none;
    padding: 0;
    background: #fff;
  }
  .footer_wrap .detail_wrap .detail_group .subMenu .d_list {
    padding: 1rem 0;
    color: #567867;
    border-top: 1px solid #b2b2b2;
    padding-left: 7.5%;
  }
  .footer_wrap .detail_wrap .detail_group .subMenu .d_list + .d_list {
    margin-top: 0;
  }
  .footer_wrap .detail_wrap .detail_group .subMenu .d_list .num {
    color: #000000;
  }
  .footer_wrap .detail_wrap .detail_group .subMenu .d_list .f_link {
    display: block;
    width: 100%;
  }
  .footer_wrap .footer_bg .footer_pall {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 2rem 0;
    border-top: 1px solid #b2b2b2;
  }
  .footer_wrap .footer_bg .footer_pall .footer_icon_group01 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .footer_wrap .footer_bg .footer_pall .footer_icon_group01 .footer_area::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../images/common/footer_icon.png) no-repeat;
    background-size: contain;
    display: inline-block;
  }
  .footer_wrap .footer_bg .footer_pall .footer_icon_group01 .footer_area .footer_link {
    font-size: 1.2rem;
  }
  .footer_wrap .footer_bg .footer_pall .footer_icon_group01 .footer_area:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
  .footer_wrap .footer_bg .footer_pall .footer_icon_group02 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #b2b2b2;
  }
  .footer_wrap .footer_bg .footer_pall .item01 {
    padding-left: 5%;
  }
  .footer_wrap .footer_bg .footer_pall .item02 {
    padding-right: 5%;
  }
  .f_bgy {
    border-bottom: 1px solid #b2b2b2;
  }
  .f_bgy_none {
    border-top: initial !important;
  }
}
@media all and (max-width: 768px) {
  .footer_wrap.special {
    border-top: none;
  }
  .footer_wrap .footer_news, .footer_wrap .video_area {
    padding: 10vw;
  }
  .footer_wrap .footer_news .footer_news_head, .footer_wrap .video_area .footer_news_head {
    margin-bottom: 5vw;
    font-size: 4vw;
    letter-spacing: 8px;
  }
  .footer_wrap .footer_news .footer_news_wrap, .footer_wrap .video_area .footer_news_wrap {
    width: 57.5vw;
  }
  .footer_wrap .footer_news .footer_news_wrap .news-link, .footer_wrap .footer_news .footer_news_wrap .video-link, .footer_wrap .video_area .footer_news_wrap .news-link, .footer_wrap .video_area .footer_news_wrap .video-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5vw 0;
  }
  .footer_wrap .footer_news .footer_news_wrap .news-link:before, .footer_wrap .footer_news .footer_news_wrap .video-link:before, .footer_wrap .video_area .footer_news_wrap .news-link:before, .footer_wrap .video_area .footer_news_wrap .video-link:before {
    width: 15.625vw;
    height: 15.78125vw;
  }
  .footer_wrap .footer_news .footer_news_wrap .news-link:hover, .footer_wrap .footer_news .footer_news_wrap .video-link:hover, .footer_wrap .video_area .footer_news_wrap .news-link:hover, .footer_wrap .video_area .footer_news_wrap .video-link:hover {
    color: #e50012;
    background-color: #ffffff;
  }
  .footer_wrap .footer_news .footer_news_wrap .news-link:hover:before, .footer_wrap .footer_news .footer_news_wrap .video-link:hover:before, .footer_wrap .video_area .footer_news_wrap .news-link:hover:before, .footer_wrap .video_area .footer_news_wrap .video-link:hover:before {
    background: url(../images/common/banner_anniversary_01.png) no-repeat;
    width: 15.625vw;
    height: 15.78125vw;
    background-size: 100%;
  }
  .footer_wrap .footer_news .footer_news_wrap .news-link > p, .footer_wrap .footer_news .footer_news_wrap .video-link > p, .footer_wrap .video_area .footer_news_wrap .news-link > p, .footer_wrap .video_area .footer_news_wrap .video-link > p {
    margin-left: 0;
    margin-top: 2.5vw;
    font-size: 2vw;
    text-align: center;
  }
  .footer_wrap .footer_news .footer_news_wrap .video-link > p, .footer_wrap .video_area .footer_news_wrap .video-link > p {
    margin-top: 0;
  }
}
/*# sourceMappingURL=home.css.map */