@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;
  }
}
/*---------------------------------------*/
/*environment*/
/*---------------------------------------*/
/*---------------------------------------*/
/*font*/
/*---------------------------------------*/
.L_font {
  font-size: 9.6rem;
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  letter-spacing: 0.048em;
  color: #000000;
  position: relative;
  line-height: 0.8;
}
.L_font::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2.7rem;
  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: 5rem;
}

.ttl_txt {
  line-height: 2;
}

.M_font {
  font-size: 4rem;
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  letter-spacing: 0.048em;
  color: #000000;
  position: relative;
  margin-top: 2.9rem;
}
.M_font::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  display: inline-block;
  width: 8rem;
  height: 4px;
  background-color: #e50012;
}

.ttl_05 {
  font-weight: 600;
  letter-spacing: 0.24em;
  padding-top: 3.5rem;
}

.ttl_txt {
  width: 86.6666%;
  margin-top: 3.5rem;
  font-family: source-han-sans-japanese, sans-serif;
}

/*---------------------------------------*/
/*environment_index*/
/*---------------------------------------*/
.main_environment_wrap {
  max-width: 120rem;
  margin: 0 auto;
}

.ct01 {
  margin: 20rem auto 0;
}
.ct01 .textBox {
  text-align: center;
}
.ct01 .icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12rem;
}
.ct01 .icon_wrap .icon_item {
  width: 25%;
  padding: 0 5rem;
  display: block;
  text-align: center;
}
.ct01 .icon_wrap .icon_item:nth-child(n+2) {
  border-left: 1px solid #b2b2b2;
}
.ct01 .icon_wrap .icon_item .icon_op .i_wrap {
  width: 50%;
  margin: 0 auto;
}
.ct01 .icon_wrap .icon_item .icon_op .i_wrap .icon {
  width: 100%;
}
.ct01 .icon_wrap .icon_item .icon_op .i_wrap:hover {
  background-color: initial;
}
.ct01 .icon_wrap .icon_item .icon_op .ttl_wrap {
  margin-top: 2.5rem;
}
.ct01 .icon_wrap .icon_item .icon_op .ttl_wrap .ttl_icon {
  color: #e50012;
  font-family: baskerville-display-pt, serif;
  font-size: 2vw;
  font-weight: 400;
}
.ct01 .icon_wrap .icon_item .icon_op .ttl_wrap .ttl_over {
  color: #000000;
  font-family: baskerville-display-pt, serif;
  font-size: 1.5vw;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: -2rem;
}
.ct01 .icon_wrap .icon_item .icon_op .ttl_wrap .ttl_sub {
  color: #000000;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}
.ct01 .icon_wrap .icon_item .icon_link {
  margin-top: 4rem;
}
.ct01 .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;
}
.ct01 .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;
}
.ct01 .icon_wrap .icon_item .icon_link .arrrow_wrap:hover {
  border: initial;
  background-color: #e50012;
}
.ct01 .icon_wrap .icon_item .icon_link .arrrow_wrap:hover::before {
  content: url(../images/common/arrow_white_right.svg);
}

/*---------------------------------------*/
/*training*/ /*system*/ /*voice*/ /*cross*/
/*---------------------------------------*/
.main_env_cnt {
  width: 100%;
  padding-top: 11rem;
  background: url(../images/environment/bg_environment_01.jpg) no-repeat;
  background-size: contain;
  background-position: center 11rem;
}
.main_env_cnt img {
  width: 100%;
  height: auto;
}
.main_env_cnt .env_intro, .main_env_cnt .env_sec {
  position: relative;
  width: 75vw;
  margin: 7.5vw auto 0;
  text-align: center;
}
.main_env_cnt .env_intro .fig_airplane, .main_env_cnt .env_sec .fig_airplane {
  position: absolute;
  right: 2.5vw;
  top: 5vw;
  width: 10vw;
  height: auto;
}
.main_env_cnt .env_intro .fig_airplane > img, .main_env_cnt .env_sec .fig_airplane > img {
  width: 100%;
  height: auto;
}
.main_env_cnt .env_intro .i_wrap, .main_env_cnt .env_sec .i_wrap {
  width: 50%;
  margin: 0 auto;
}
.main_env_cnt .env_intro .i_wrap .icon, .main_env_cnt .env_sec .i_wrap .icon {
  width: 7.5vw;
}
.main_env_cnt .env_intro .ttl_wrap, .main_env_cnt .env_sec .ttl_wrap {
  width: 100%;
}
.main_env_cnt .env_intro .ttl_wrap .ttl_icon, .main_env_cnt .env_sec .ttl_wrap .ttl_icon {
  display: block;
  margin-top: 1.25vw;
  color: #e50012;
  font-family: baskerville-display-pt, serif;
  font-size: 4vw;
  font-weight: 400;
}
.main_env_cnt .env_intro .ttl_wrap .ttl_sub, .main_env_cnt .env_sec .ttl_wrap .ttl_sub {
  color: #000000;
  letter-spacing: 0.08em;
  margin-top: 1rem;
  font-size: 1.5vw;
}
.main_env_cnt .env_intro .bg-ttl, .main_env_cnt .env_sec .bg-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37.5vw;
  height: 3.75vw;
  margin: 7.5vw auto 3.75vw;
  line-height: 1;
  background-color: #4dccbd;
  color: white;
  font-family: baskerville-display-pt, serif;
  font-size: 2vw;
  border-radius: 3.75vw;
}
.main_env_cnt .env_intro .bg-ttl.mc, .main_env_cnt .env_sec .bg-ttl.mc {
  border: 1px solid #829191;
  color: #829191;
  background-color: white;
}
.main_env_cnt .env_intro .intro-read, .main_env_cnt .env_sec .intro-read {
  line-height: 3;
  font-size: 1vw;
}
.main_env_cnt .env_intro .intro-read .pc-only, .main_env_cnt .env_sec .intro-read .pc-only {
  display: block;
}
.main_env_cnt .env_intro .intro-read .note, .main_env_cnt .env_sec .intro-read .note {
  display: block;
  margin-top: 2rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 0.8vw;
}
.main_env_cnt .env_intro .ttl_wrap + .intro-read, .main_env_cnt .env_sec .ttl_wrap + .intro-read {
  margin-top: 7.5vw;
}
.main_env_cnt .env_fig {
  width: 100%;
}
.main_env_cnt .env_fig > img {
  width: 100%;
  height: auto;
}
.main_env_cnt .border-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #e50012;
  line-height: 1.6;
  font-size: 1.5vw;
  font-family: source-han-sans-japanese, sans-serif;
}
.main_env_cnt .border-ttl:before, .main_env_cnt .border-ttl:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #e50012;
}
.main_env_cnt .border-ttl:before {
  margin: 0 1em 0 0;
}
.main_env_cnt .border-ttl:after {
  margin: 0 0 0 1em;
}
.main_env_cnt .column-2, .main_env_cnt .column-3 {
  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;
}
.main_env_cnt .column-2 .flow-item, .main_env_cnt .column-2 .column-item, .main_env_cnt .column-3 .flow-item, .main_env_cnt .column-3 .column-item {
  width: 35vw;
  margin-top: 5vw;
  line-height: 2;
  text-align: left;
  font-family: source-han-sans-japanese, sans-serif;
}
.main_env_cnt .column-2 .flow-item .flow-head, .main_env_cnt .column-2 .flow-item .column-head, .main_env_cnt .column-2 .column-item .flow-head, .main_env_cnt .column-2 .column-item .column-head, .main_env_cnt .column-3 .flow-item .flow-head, .main_env_cnt .column-3 .flow-item .column-head, .main_env_cnt .column-3 .column-item .flow-head, .main_env_cnt .column-3 .column-item .column-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5vw;
}
.main_env_cnt .column-2 .flow-item .flow-head > span, .main_env_cnt .column-2 .flow-item .column-head > span, .main_env_cnt .column-2 .column-item .flow-head > span, .main_env_cnt .column-2 .column-item .column-head > span, .main_env_cnt .column-3 .flow-item .flow-head > span, .main_env_cnt .column-3 .flow-item .column-head > span, .main_env_cnt .column-3 .column-item .flow-head > span, .main_env_cnt .column-3 .column-item .column-head > span {
  display: inline-block;
  margin-right: 1rem;
  font-family: baskerville-display-pt, serif;
  font-size: 2vw;
  color: #e50012;
}
.main_env_cnt .column-2 .flow-item > p, .main_env_cnt .column-2 .column-item > p, .main_env_cnt .column-3 .flow-item > p, .main_env_cnt .column-3 .column-item > p {
  font-size: 1vw;
}
.main_env_cnt .column-3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main_env_cnt .column-3 .column-item {
  width: 22.5vw;
  margin-top: 3.75vw;
  text-align: left;
  font-family: source-han-sans-japanese, sans-serif;
}
.main_env_cnt .column-3 .column-item.column-item + .column-item {
  margin-left: 3.75vw;
}
.main_env_cnt .column-3 .column-item.column-item + .column-item:nth-of-type(4) {
  margin-left: 0;
}
.main_env_cnt .column-3 .column-item img {
  width: 100%;
  height: auto;
}
.main_env_cnt .column-3 .column-item figcaption {
  display: inline-block;
  margin-top: 1.25vw;
  line-height: 2;
  font-size: 1vw;
}
.main_env_cnt .column-3 .column-item .column-head {
  display: inline-block;
  margin-bottom: 1.25vw;
  border-bottom: 1px solid #000000;
}
.main_env_cnt .column-3 .column-item .column-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.75vw;
}
.main_env_cnt .column-3 .column-item .column-list > li:first-child {
  margin-top: 1.25vw;
}
.main_env_cnt .column-3 .column-item .column-list > li:before {
  content: "●";
  color: #e50012;
  margin-right: 0.5em;
}
.main_env_cnt .column-3 .column-item .column-list > li.note:before {
  display: none;
}
.main_env_cnt .column-3 .column-item .column-list > li > small {
  display: block;
  font-size: 0.75vw;
}
.main_env_cnt .ct01 {
  margin: 0 auto 0;
}
.main_env_cnt .ct01 .textBox {
  text-align: center;
}
.main_env_cnt .ct01 .icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
}
.main_env_cnt .ct01 .icon_wrap .icon_item {
  width: 33.3333%;
  padding: 0 0;
  display: block;
  text-align: center;
}
.main_env_cnt .ct01 .icon_wrap .icon_item .icon_op .i_wrap {
  width: 30%;
}
.main_env_cnt .tab {
  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: 3.75vw;
  margin-top: 5vw;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.main_env_cnt .tab li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
  text-align: center;
  font-size: 1vw;
  font-family: source-han-sans-japanese, sans-serif;
  cursor: pointer;
}
.main_env_cnt .tab li > span {
  display: inline-block;
  margin-right: 1rem;
  font-family: source-han-serif-japanese, serif;
  font-style: italic;
}
.main_env_cnt .tab li.cr {
  height: 100%;
  background-color: #e50012;
  color: white;
}
.main_env_cnt .tab li.cr:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent; /* 線幅の設定 */
  border-top-color: #e50012; /* 吹き出しの地と同じ色 */
}
.main_env_cnt .voice-container, .main_env_cnt .cross-profile, .main_env_cnt .cross-container {
  margin-top: 5vw;
  font-family: source-han-sans-japanese, sans-serif;
  text-align: left;
}
.main_env_cnt .voice-container .border-ttl, .main_env_cnt .cross-profile .border-ttl, .main_env_cnt .cross-container .border-ttl {
  margin-bottom: 3.75vw;
}
.main_env_cnt .voice-container p, .main_env_cnt .cross-profile p, .main_env_cnt .cross-container p {
  line-height: 2;
  font-size: 1vw;
}
.main_env_cnt .voice-container .voice-profile, .main_env_cnt .cross-profile .voice-profile, .main_env_cnt .cross-container .voice-profile {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 75vw;
  margin: 5vw auto 0;
}
.main_env_cnt .voice-container .voice-profile img, .main_env_cnt .cross-profile .voice-profile img, .main_env_cnt .cross-container .voice-profile img {
  width: 100%;
  height: auto;
}
.main_env_cnt .voice-container .voice-profile .profile-image, .main_env_cnt .cross-profile .voice-profile .profile-image, .main_env_cnt .cross-container .voice-profile .profile-image {
  position: relative;
  width: 37.5vw;
}
.main_env_cnt .voice-container .voice-profile .profile-image .name, .main_env_cnt .cross-profile .voice-profile .profile-image .name, .main_env_cnt .cross-container .voice-profile .profile-image .name {
  position: absolute;
  top: 0;
  right: -3.75vw;
  color: #e6e9e9;
  font-size: 2vw;
  font-family: source-han-serif-japanese, serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.main_env_cnt .voice-container .voice-profile .profile-txt, .main_env_cnt .cross-profile .voice-profile .profile-txt, .main_env_cnt .cross-container .voice-profile .profile-txt {
  position: relative;
  width: 37.5vw;
  padding: 2.5vw 2.5vw 0 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.main_env_cnt .voice-container .voice-profile .profile-txt .profile-name, .main_env_cnt .cross-profile .voice-profile .profile-txt .profile-name, .main_env_cnt .cross-container .voice-profile .profile-txt .profile-name {
  display: inline-block;
  margin-bottom: 1.875vw;
  font-size: 2vw;
  font-family: baskerville-display-pt, serif;
}
.main_env_cnt .voice-container .voice-profile .profile-txt .career, .main_env_cnt .cross-profile .voice-profile .profile-txt .career, .main_env_cnt .cross-container .voice-profile .profile-txt .career {
  display: block;
  margin-top: 1.25vw;
  color: #e50012;
  font-family: baskerville-display-pt, serif;
}
.main_env_cnt .voice-container .voice-profile .profile-txt > dl, .main_env_cnt .cross-profile .voice-profile .profile-txt > dl, .main_env_cnt .cross-container .voice-profile .profile-txt > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5em;
  font-size: 1vw;
  line-height: 1.6;
}
.main_env_cnt .voice-container .voice-profile .profile-txt > dl > dt, .main_env_cnt .cross-profile .voice-profile .profile-txt > dl > dt, .main_env_cnt .cross-container .voice-profile .profile-txt > dl > dt {
  display: inline-block;
  width: 7.5vw;
}
.main_env_cnt .voice-container .voice-profile .profile-txt > dl > dd, .main_env_cnt .cross-profile .voice-profile .profile-txt > dl > dd, .main_env_cnt .cross-container .voice-profile .profile-txt > dl > dd {
  display: inline-block;
  width: 25vw;
}
.main_env_cnt .voice-container .interview-head, .main_env_cnt .cross-profile .interview-head, .main_env_cnt .cross-container .interview-head {
  color: #e50012;
  line-height: 1.6;
  font-family: source-han-serif-japanese, serif;
  font-size: 1.5vw;
}
.main_env_cnt .voice-container .interview-head > span, .main_env_cnt .cross-profile .interview-head > span, .main_env_cnt .cross-container .interview-head > span {
  display: inline-block;
  font-family: baskerville-display-pt, serif;
}
.main_env_cnt .voice-container .interview-head > span > span, .main_env_cnt .cross-profile .interview-head > span > span, .main_env_cnt .cross-container .interview-head > span > span {
  padding-left: 1rem;
  font-size: 3vw;
}
.main_env_cnt .voice-container .interview-head > em, .main_env_cnt .cross-profile .interview-head > em, .main_env_cnt .cross-container .interview-head > em {
  display: block;
  margin-top: 0.5rem;
}
.main_env_cnt .voice-container .interview, .main_env_cnt .cross-profile .interview, .main_env_cnt .cross-container .interview {
  width: 100%;
  margin-top: 5vw;
}
.main_env_cnt .voice-container .interview .interview-txt, .main_env_cnt .cross-profile .interview .interview-txt, .main_env_cnt .cross-container .interview .interview-txt {
  margin-top: 2.5vw;
}
.main_env_cnt .voice-container .interview > small, .main_env_cnt .cross-profile .interview > small, .main_env_cnt .cross-container .interview > small {
  display: block;
  line-height: 2;
  font-size: 0.75vw;
}
.main_env_cnt .voice-container .interview .bg-ttl, .main_env_cnt .cross-profile .interview .bg-ttl, .main_env_cnt .cross-container .interview .bg-ttl {
  width: 10vw;
  margin: 3.75vw 0 0 0;
  font-size: 1.25vw;
}
.main_env_cnt .voice-container .interview .cross-interview-txt__image, .main_env_cnt .cross-profile .interview .cross-interview-txt__image, .main_env_cnt .cross-container .interview .cross-interview-txt__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 5vw;
  font-size: 1vw;
  text-align: center;
  font-family: baskerville-display-pt, serif;
}
.main_env_cnt .voice-container .interview .cross-interview-txt__image .image_circle, .main_env_cnt .cross-profile .interview .cross-interview-txt__image .image_circle, .main_env_cnt .cross-container .interview .cross-interview-txt__image .image_circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 0.5em;
}
.main_env_cnt .voice-container .interview .cross-interview-txt__image .image_circle img, .main_env_cnt .cross-profile .interview .cross-interview-txt__image .image_circle img, .main_env_cnt .cross-container .interview .cross-interview-txt__image .image_circle img {
  -o-object-fit: cover;
     object-fit: cover;
}
.main_env_cnt .voice-container .interview .img-txt, .main_env_cnt .cross-profile .interview .img-txt, .main_env_cnt .cross-container .interview .img-txt {
  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;
}
.main_env_cnt .voice-container .interview .img-txt .txt-box, .main_env_cnt .cross-profile .interview .img-txt .txt-box, .main_env_cnt .cross-container .interview .img-txt .txt-box {
  width: 48.75vw;
}
.main_env_cnt .voice-container .interview .img-txt > figure, .main_env_cnt .cross-profile .interview .img-txt > figure, .main_env_cnt .cross-container .interview .img-txt > figure {
  width: 22.5vw;
}
.main_env_cnt .voice-container .interview .img-txt > figure img, .main_env_cnt .cross-profile .interview .img-txt > figure img, .main_env_cnt .cross-container .interview .img-txt > figure img {
  width: 100%;
  height: auto;
}
.main_env_cnt .voice-container .interview + .interview, .main_env_cnt .cross-profile .interview + .interview, .main_env_cnt .cross-container .interview + .interview {
  margin-top: 5vw;
}
.main_env_cnt .env_kv {
  width: 75vw;
  margin-top: 7.5vw;
}
.main_env_cnt .cross-head {
  margin-bottom: 3.75vw;
  line-height: 1.6;
  font-size: 2vw;
}
.main_env_cnt .cross-profile {
  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;
}
.main_env_cnt .cross-profile .cross-item {
  width: 37.5vw;
  margin-top: 5vw;
  text-align: left;
}
.main_env_cnt .cross-profile .cross-item > figure {
  position: relative;
}
.main_env_cnt .cross-profile .cross-item > figure .cross-name {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18.75vw;
  padding: 0.5vw 0;
  background-color: #e6e9e9;
  font-size: 1.5vw;
  text-align: center;
  font-family: baskerville-display-pt, serif;
}
.main_env_cnt .cross-profile .cross-item .cross-item-txt {
  width: 100%;
  padding: 2.5vw;
}
.main_env_cnt .cross-profile .cross-item .cross-item-txt .cross-item-name {
  display: block;
  font-size: 2vw;
  font-family: baskerville-display-pt, serif;
}
.main_env_cnt .cross-profile .cross-item .cross-item-txt > p {
  margin-top: 1.25vw;
}
.main_env_cnt .cross-container {
  padding-top: 5vw;
  border-top: 1px solid #000000;
}
.main_env_cnt .border-left-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
  font-size: 2vw;
  font-family: source-han-serif-japanese, serif;
}
.main_env_cnt .border-left-ttl:before {
  content: "";
  display: inline-block;
  width: 5vw;
  height: 4px;
  margin-right: 2.5vw;
  background-color: #e50012;
}
.main_env_cnt .cross-interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.75vw;
}
.main_env_cnt .cross-interview.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.main_env_cnt .cross-interview .cross-interview-txt {
  width: 52.5vw;
}
.main_env_cnt .cross-interview .cross-interview-txt > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_env_cnt .cross-interview .cross-interview-txt > dl .bg-ttl {
  width: 5vw;
  height: 2.5vw;
  margin: 0 0 0 0;
}
.main_env_cnt .cross-interview .cross-interview-txt > dl > dd {
  width: 45vw;
  line-height: 2;
  font-size: 1vw;
}
.main_env_cnt .cross-interview .cross-interview-txt > dl > dd > small {
  display: block;
}
.main_env_cnt .cross-interview .cross-interview-txt dl + dl {
  margin-top: 3.75vw;
}
.main_env_cnt .cross-interview .interview-img {
  width: 18.75vw;
}
.main_env_cnt .outro {
  width: 100%;
  margin-top: 7.5vw;
}
.main_env_cnt .outro .outro-txt {
  width: 60vw;
  margin: 3.75vw auto 0;
  line-height: 2;
  font-family: source-han-sans-japanese, sans-serif;
}
.main_env_cnt .outro .outro-txt .outro-head {
  display: block;
  margin-bottom: 1.25vw;
  line-height: 1.6;
  font-size: 1.5vw;
  font-family: source-han-serif-japanese, serif;
  text-align: center;
}
.main_env_cnt .outro .outro-txt .outro-head > span {
  display: block;
  color: #e50012;
  font-size: 1vw;
  font-family: baskerville-display-pt, serif;
}
.main_env_cnt .outro .outro-txt p + p {
  text-align: right;
  margin-top: 1rem;
}

.env_link_init {
  width: 100%;
  margin-top: 7.5rem;
}
.env_link_init .air_plane_area {
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.env_link_init .air_plane_area .air_line {
  width: 82.5%;
}
.env_link_init .air_plane_area .air_line .air_line_item {
  width: 100%;
  height: 1px;
}
.env_link_init .air_plane_area .air_group {
  width: 12.5%;
}
.env_link_init .air_plane_area .air_group .air_item {
  width: 100%;
}
.env_link_init .animate2 {
  -webkit-animation: animation2 6s ease-out;
          animation: animation2 6s ease-out;
}
@-webkit-keyframes animation2 {
  0% {
    position: relative;
    left: -120%;
  }
  100% {
    position: relative;
    left: 0;
  }
}
@keyframes animation2 {
  0% {
    position: relative;
    left: -120%;
  }
  100% {
    position: relative;
    left: 0;
  }
}
.env_link_init .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;
  }
}
.env_link_init .env_link_area {
  max-width: 80rem;
  margin: 8rem auto 0;
}
.env_link_init .env_link_area .env_link_item {
  text-align: center;
}
.env_link_init .env_link_area .env_link_item .env_textBox .ttl_en {
  font-size: 4.4rem;
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  position: relative;
}
.env_link_init .env_link_area .env_link_item .env_textBox .ttl_en::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.2rem;
  display: inline-block;
  width: 8rem;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e50012;
}
.env_link_init .env_link_area .env_link_item .env_textBox .ttl_ja {
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  font-weight: 600;
  margin-top: 3rem;
}

@media all and (max-width: 1334px) {
  .main_environment_wrap {
    width: 90%;
  }
}
@media all and (max-width: 1200px) {
  .main_environment_wrap .ct01 .icon_wrap {
    margin: 12rem auto;
  }
  .main_environment_wrap .ct01 .icon_wrap .icon_item {
    padding: 0 0;
  }
  .main_environment_wrap .ct01 .icon_wrap .icon_item .icon_op .i_wrap {
    width: 40%;
  }
  .main_env_cnt {
    padding-top: 60px;
    background-position: center 60px;
  }
  .main_env_cnt .env_intro, .main_env_cnt .env_sec {
    width: 90vw;
  }
  .main_env_cnt .env_intro .i_wrap, .main_env_cnt .env_sec .i_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .main_env_cnt .env_intro .i_wrap .icon, .main_env_cnt .env_sec .i_wrap .icon {
    width: 15vw;
  }
  .main_env_cnt .env_intro .ttl_wrap, .main_env_cnt .env_sec .ttl_wrap {
    width: 100%;
  }
  .main_env_cnt .env_intro .ttl_wrap .ttl_icon, .main_env_cnt .env_sec .ttl_wrap .ttl_icon {
    display: block;
    margin-top: 1.25vw;
    color: #e50012;
    font-family: baskerville-display-pt, serif;
    font-size: 5.3333vw;
    font-weight: 400;
  }
  .main_env_cnt .env_intro .ttl_wrap .ttl_sub, .main_env_cnt .env_sec .ttl_wrap .ttl_sub {
    color: #000000;
    letter-spacing: 0.08em;
    margin-top: 1rem;
    font-size: 2vw;
  }
  .main_env_cnt .env_intro .bg-ttl, .main_env_cnt .env_sec .bg-ttl {
    width: 50vw;
    height: 7.5vw;
    margin: 7.5vw auto 7.5vw;
    line-height: 1;
    font-size: 2.6667vw;
    border-radius: 7.5vw;
  }
  .main_env_cnt .env_intro .intro-read, .main_env_cnt .env_sec .intro-read {
    line-height: 2;
    font-size: 1.3333vw;
  }
  .main_env_cnt .border-ttl {
    font-size: 2vw;
  }
  .main_env_cnt .column-2 .flow-item, .main_env_cnt .column-3 .flow-item {
    width: 42.5vw;
  }
  .main_env_cnt .column-2 .flow-item .flow-head, .main_env_cnt .column-3 .flow-item .flow-head {
    font-size: 2vw;
  }
  .main_env_cnt .column-2 .flow-item .flow-head > span, .main_env_cnt .column-3 .flow-item .flow-head > span {
    font-size: 2vw;
  }
  .main_env_cnt .column-2 .flow-item > p, .main_env_cnt .column-3 .flow-item > p {
    margin-top: 1em;
    font-size: 1.3333vw;
  }
  .main_env_cnt .column-3 .column-item {
    width: 27.5vw;
  }
  .main_env_cnt .column-3 .column-item.column-item + .column-item {
    margin-left: 3.75vw;
  }
  .main_env_cnt .column-3 .column-item.column-item + .column-item:nth-of-type(4) {
    margin-left: 0;
  }
  .main_env_cnt .column-3 .column-item figcaption {
    font-size: 1vw;
  }
  .main_env_cnt .column-3 .column-item .column-head {
    font-size: 2vw;
  }
  .main_env_cnt .column-3 .column-item .column-list > li {
    font-size: 1.3333vw;
  }
  .main_env_cnt .tab li {
    font-size: 1.3333vw;
  }
  .main_env_cnt .voice-container p, .main_env_cnt .cross-profile p, .main_env_cnt .cross-container p {
    font-size: 1.3333vw;
  }
  .main_env_cnt .voice-container .interview .interview-head, .main_env_cnt .cross-profile .interview .interview-head, .main_env_cnt .cross-container .interview .interview-head {
    font-size: 2vw;
  }
  .main_env_cnt .voice-container .interview .interview-head > span > span, .main_env_cnt .cross-profile .interview .interview-head > span > span, .main_env_cnt .cross-container .interview .interview-head > span > span {
    font-size: 2.666667vw;
  }
  .main_env_cnt .voice-container .interview .bg-ttl, .main_env_cnt .cross-profile .interview .bg-ttl, .main_env_cnt .cross-container .interview .bg-ttl {
    width: 10vw;
    height: 3.75vw;
    margin: 3.75vw 0 0 0;
    font-size: 1.25vw;
  }
  .main_env_cnt .voice-container .interview .img-txt .txt-box, .main_env_cnt .cross-profile .interview .img-txt .txt-box, .main_env_cnt .cross-container .interview .img-txt .txt-box {
    width: 42.5vw;
  }
  .main_env_cnt .voice-container .interview .img-txt > figure, .main_env_cnt .cross-profile .interview .img-txt > figure, .main_env_cnt .cross-container .interview .img-txt > figure {
    width: 42.5vw;
  }
  .main_env_cnt .env_kv {
    width: 90vw;
    margin-top: 7.5vw;
  }
  .main_env_cnt .cross-head {
    font-size: 2.6666vw;
  }
  .main_env_cnt .cross-profile .cross-item {
    width: 45vw;
  }
  .main_env_cnt .border-left-ttl {
    line-height: 1.6;
    font-size: 2.6666vw;
  }
  .main_env_cnt .cross-interview.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .main_env_cnt .cross-interview .cross-interview-txt {
    width: 65vw;
  }
  .main_env_cnt .cross-interview .cross-interview-txt > dl .bg-ttl {
    width: 7.5vw;
  }
  .main_env_cnt .cross-interview .cross-interview-txt > dl > dd {
    width: 55vw;
    font-size: 1.3333vw;
  }
  .main_env_cnt .cross-interview .interview-img {
    width: 18.75vw;
  }
  .main_env_cnt .outro .outro-txt {
    width: 90vw;
  }
  .main_env_cnt .outro .outro-txt .outro-head {
    font-size: 2.3333vw;
  }
  .main_env_cnt .outro .outro-txt .outro-head > span {
    font-size: 2.3333vw;
  }
}
@media all and (max-width: 768px) {
  .L_font {
    font-size: 4.4rem;
  }
  .L_font::after {
    bottom: -1.6rem;
    width: 8rem;
  }
  .ttl_03 {
    font-size: 2rem;
    padding-top: 3rem;
  }
  .ttl_txt {
    line-height: 1.6;
  }
  .M_font {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
  .M_font::after {
    width: 4rem;
  }
  .ttl_05 {
    padding-top: 3rem;
  }
  .ttl_txt {
    width: 100%;
    margin-top: 1.5rem;
  }
  .main_environment_wrap {
    width: 90%;
  }
  .main_environment_wrap .ct01 {
    margin: 10rem auto 0;
  }
  .main_environment_wrap .ct01 .icon_wrap {
    margin-top: 6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_environment_wrap .ct01 .icon_wrap .icon_item {
    width: 45%;
    padding: 0;
  }
  .main_environment_wrap .ct01 .icon_wrap .icon_item:nth-child(n+2) {
    border-left: 0;
  }
  .main_environment_wrap .ct01 .icon_wrap .icon_item .icon_op .i_wrap {
    width: 50%;
  }
  .main_environment_wrap .ct01 .icon_wrap .icon_item .icon_op .ttl_wrap {
    margin-top: 1.25rem;
  }
  .main_environment_wrap .ct01 .icon_wrap .icon_item .icon_op .ttl_wrap .ttl_icon {
    font-size: 2.4rem;
  }
  .main_environment_wrap .ct01 .icon_wrap .icon_item .icon_op .ttl_wrap .ttl_over {
    font-size: 2rem;
  }
  .main_environment_wrap .ct01 .icon_wrap .icon_item .icon_op .ttl_wrap .ttl_sub {
    margin-top: 0.5rem;
  }
  .main_environment_wrap .ct01 .icon_wrap .icon_item .icon_link {
    margin-top: 2rem;
  }
  .main_environment_wrap .ct01 .icon_wrap .icon_item .icon_link .arrrow_wrap {
    padding: 1rem;
    width: 4rem;
    height: 4rem;
  }
  .main_environment_wrap .ct01 .icon_wrap .icon_item .icon_link .arrrow_wrap::before {
    top: 28.33%;
    right: 28.333%;
  }
  .main_environment_wrap .ct01 .icon_wrap .ii03, .main_environment_wrap .ct01 .icon_wrap .ii04 {
    margin-top: 8rem;
  }
  .main_env_cnt .env_intro, .main_env_cnt .env_sec {
    margin: 6rem auto 0;
  }
  .main_env_cnt .env_intro .ttl_wrap, .main_env_cnt .env_sec .ttl_wrap {
    width: 100%;
  }
  .main_env_cnt .env_intro .ttl_wrap .ttl_icon, .main_env_cnt .env_sec .ttl_wrap .ttl_icon {
    font-size: 10vw;
  }
  .main_env_cnt .env_intro .ttl_wrap .ttl_sub, .main_env_cnt .env_sec .ttl_wrap .ttl_sub {
    color: #000000;
    letter-spacing: 0.08em;
    margin-top: 1rem;
    font-size: 4vw;
  }
  .main_env_cnt .env_intro .bg-ttl, .main_env_cnt .env_sec .bg-ttl {
    width: 90vw;
    height: 10vw;
    margin: 7.5vw auto 7.5vw;
    line-height: 1;
    font-size: 5vw;
    border-radius: 7.5vw;
  }
  .main_env_cnt .env_intro .intro-read, .main_env_cnt .env_sec .intro-read {
    text-align: left;
    font-size: 3.75vw;
    line-height: 2.4;
  }
  .main_env_cnt .env_intro .intro-read .pc-only, .main_env_cnt .env_sec .intro-read .pc-only {
    display: none;
  }
  .main_env_cnt .env_intro .intro-read .sp-only, .main_env_cnt .env_sec .intro-read .sp-only {
    display: block;
  }
  .main_env_cnt .env_intro .intro-read .note, .main_env_cnt .env_sec .intro-read .note {
    font-size: 3vw;
  }
  .main_env_cnt .border-ttl {
    font-size: 5vw;
  }
  .main_env_cnt .column-2, .main_env_cnt .column-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main_env_cnt .column-2 .flow-item, .main_env_cnt .column-3 .flow-item {
    width: 100%;
    margin-top: 2.5rem;
  }
  .main_env_cnt .column-2 .flow-item .flow-head, .main_env_cnt .column-3 .flow-item .flow-head {
    font-size: 5vw;
  }
  .main_env_cnt .column-2 .flow-item .flow-head > span, .main_env_cnt .column-3 .flow-item .flow-head > span {
    font-size: 7.5vw;
  }
  .main_env_cnt .column-2 .flow-item > p, .main_env_cnt .column-3 .flow-item > p {
    margin-top: 0.5rem;
    font-size: 3.75vw;
  }
  .main_env_cnt .column-3 .column-item {
    width: 100%;
    margin-top: 3.5rem;
  }
  .main_env_cnt .column-3 .column-item .border-ttl {
    margin-top: 2.5rem;
  }
  .main_env_cnt .column-3 .column-item.column-item + .column-item {
    margin-left: 0;
  }
  .main_env_cnt .column-3 .column-item > p {
    margin-top: 0.5rem;
    font-size: 3.75vw;
  }
  .main_env_cnt .column-3 .column-item figcaption {
    font-size: 3.75vw;
  }
  .main_env_cnt .column-3 .column-item .column-head {
    font-size: 3.75vw;
  }
  .main_env_cnt .column-3 .column-item .column-list {
    margin-top: 3.5rem;
  }
  .main_env_cnt .column-3 .column-item .column-list > li {
    font-size: 3.75vw;
  }
  .main_env_cnt .column-3 .column-item .column-list > li > small {
    font-size: 2.5vw;
  }
  .main_env_cnt .tab {
    height: 10vw;
    margin: 2.5rem 0 4rem;
  }
  .main_env_cnt .tab li {
    font-size: 3vw;
  }
  .main_env_cnt .voice-container .border-ttl, .main_env_cnt .cross-profile .border-ttl, .main_env_cnt .cross-container .border-ttl {
    margin-bottom: 2.5rem;
  }
  .main_env_cnt .voice-container .border-ttl:before, .main_env_cnt .voice-container .border-ttl:after, .main_env_cnt .cross-profile .border-ttl:before, .main_env_cnt .cross-profile .border-ttl:after, .main_env_cnt .cross-container .border-ttl:before, .main_env_cnt .cross-container .border-ttl:after {
    display: none;
  }
  .main_env_cnt .voice-container p, .main_env_cnt .cross-profile p, .main_env_cnt .cross-container p {
    font-size: 3.75vw;
  }
  .main_env_cnt .voice-container .voice-profile, .main_env_cnt .cross-profile .voice-profile, .main_env_cnt .cross-container .voice-profile {
    width: 100%;
    margin: 5rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main_env_cnt .voice-container .voice-profile .profile-image, .main_env_cnt .cross-profile .voice-profile .profile-image, .main_env_cnt .cross-container .voice-profile .profile-image {
    width: 70%;
    margin: 0 auto;
  }
  .main_env_cnt .voice-container .voice-profile .profile-image .name, .main_env_cnt .cross-profile .voice-profile .profile-image .name, .main_env_cnt .cross-container .voice-profile .profile-image .name {
    right: -10vw;
    font-size: 5vw;
  }
  .main_env_cnt .voice-container .voice-profile .profile-txt, .main_env_cnt .cross-profile .voice-profile .profile-txt, .main_env_cnt .cross-container .voice-profile .profile-txt {
    width: 100%;
    margin-right: 0;
    margin-top: 2.5rem;
  }
  .main_env_cnt .voice-container .voice-profile .profile-txt .profile-name, .main_env_cnt .cross-profile .voice-profile .profile-txt .profile-name, .main_env_cnt .cross-container .voice-profile .profile-txt .profile-name {
    font-size: 5vw;
  }
  .main_env_cnt .voice-container .voice-profile .profile-txt .career, .main_env_cnt .cross-profile .voice-profile .profile-txt .career, .main_env_cnt .cross-container .voice-profile .profile-txt .career {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
  .main_env_cnt .voice-container .voice-profile .profile-txt > dl, .main_env_cnt .cross-profile .voice-profile .profile-txt > dl, .main_env_cnt .cross-container .voice-profile .profile-txt > dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
    font-size: 3.75vw;
  }
  .main_env_cnt .voice-container .voice-profile .profile-txt > dl > dt, .main_env_cnt .cross-profile .voice-profile .profile-txt > dl > dt, .main_env_cnt .cross-container .voice-profile .profile-txt > dl > dt {
    width: 100%;
  }
  .main_env_cnt .voice-container .voice-profile .profile-txt > dl > dd, .main_env_cnt .cross-profile .voice-profile .profile-txt > dl > dd, .main_env_cnt .cross-container .voice-profile .profile-txt > dl > dd {
    width: 100%;
  }
  .main_env_cnt .voice-container .interview-head, .main_env_cnt .cross-profile .interview-head, .main_env_cnt .cross-container .interview-head {
    font-size: 3.75vw;
    line-height: 1.6;
  }
  .main_env_cnt .voice-container .interview-head > span > span, .main_env_cnt .cross-profile .interview-head > span > span, .main_env_cnt .cross-container .interview-head > span > span {
    font-size: 5vw;
  }
  .main_env_cnt .voice-container .interview, .main_env_cnt .cross-profile .interview, .main_env_cnt .cross-container .interview {
    margin-top: 5rem;
  }
  .main_env_cnt .voice-container .interview + .interview, .main_env_cnt .cross-profile .interview + .interview, .main_env_cnt .cross-container .interview + .interview {
    margin-top: 5rem;
  }
  .main_env_cnt .voice-container .interview > small, .main_env_cnt .cross-profile .interview > small, .main_env_cnt .cross-container .interview > small {
    margin-top: 1rem;
    font-size: 3vw;
    line-height: 1.6;
  }
  .main_env_cnt .voice-container .interview .interview-head, .main_env_cnt .cross-profile .interview .interview-head, .main_env_cnt .cross-container .interview .interview-head {
    font-size: 3.75vw;
    line-height: 1.6;
  }
  .main_env_cnt .voice-container .interview .interview-head > span > span, .main_env_cnt .cross-profile .interview .interview-head > span > span, .main_env_cnt .cross-container .interview .interview-head > span > span {
    font-size: 5vw;
  }
  .main_env_cnt .voice-container .interview .interview-txt, .main_env_cnt .cross-profile .interview .interview-txt, .main_env_cnt .cross-container .interview .interview-txt {
    margin-top: 2.5rem;
  }
  .main_env_cnt .voice-container .interview .bg-ttl, .main_env_cnt .cross-profile .interview .bg-ttl, .main_env_cnt .cross-container .interview .bg-ttl {
    width: 100%;
    height: 10vw;
    margin: 5rem auto 2.5rem;
    line-height: 1;
    font-size: 5vw;
    border-radius: 7.5vw;
  }
  .main_env_cnt .voice-container .interview .cross-interview-txt__image, .main_env_cnt .cross-profile .interview .cross-interview-txt__image, .main_env_cnt .cross-container .interview .cross-interview-txt__image {
    width: 12vw;
    font-size: 3vw;
  }
  .main_env_cnt .voice-container .interview .cross-interview-txt__image .image_circle, .main_env_cnt .cross-profile .interview .cross-interview-txt__image .image_circle, .main_env_cnt .cross-container .interview .cross-interview-txt__image .image_circle {
    margin-bottom: 1em;
  }
  .main_env_cnt .voice-container .interview .cross-interview-txt__image > span, .main_env_cnt .cross-profile .interview .cross-interview-txt__image > span, .main_env_cnt .cross-container .interview .cross-interview-txt__image > span {
    display: inline-block;
    font-family: baskerville-display-pt, serif;
  }
  .main_env_cnt .voice-container .interview .img-txt, .main_env_cnt .cross-profile .interview .img-txt, .main_env_cnt .cross-container .interview .img-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main_env_cnt .voice-container .interview .img-txt .txt-box, .main_env_cnt .cross-profile .interview .img-txt .txt-box, .main_env_cnt .cross-container .interview .img-txt .txt-box {
    width: 100%;
  }
  .main_env_cnt .voice-container .interview .img-txt .txt-box > small, .main_env_cnt .cross-profile .interview .img-txt .txt-box > small, .main_env_cnt .cross-container .interview .img-txt .txt-box > small {
    display: block;
    margin-top: 2.5rem;
    font-size: 3vw;
    line-height: 1.6;
  }
  .main_env_cnt .voice-container .interview .img-txt > figure, .main_env_cnt .cross-profile .interview .img-txt > figure, .main_env_cnt .cross-container .interview .img-txt > figure {
    width: 100%;
    margin-top: 5vw;
  }
  .main_env_cnt .cross-head {
    font-size: 5vw;
  }
  .main_env_cnt .cross-profile .cross-item {
    width: 45vw;
  }
  .main_env_cnt .cross-profile .cross-item > figure .cross-name {
    width: 100%;
    padding: 2vw 0;
    font-size: 2.5vw;
  }
  .main_env_cnt .cross-profile .cross-item .cross-item-txt {
    padding: 2.5vw 5vw;
  }
  .main_env_cnt .cross-profile .cross-item .cross-item-txt .cross-item-name {
    font-size: 3.75vw;
  }
  .main_env_cnt .cross-profile .cross-item .cross-item-txt > p {
    font-size: 2.5vw;
  }
  .main_env_cnt .cross-container {
    padding-top: 10vw;
  }
  .main_env_cnt .border-left-ttl {
    font-size: 5vw;
  }
  .main_env_cnt .border-left-ttl:before {
    display: none;
  }
  .main_env_cnt .cross-interview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5vw;
  }
  .main_env_cnt .cross-interview.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main_env_cnt .cross-interview .cross-interview-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .main_env_cnt .cross-interview .cross-interview-txt > dl .bg-ttl {
    width: 10vw;
    height: 5vw;
  }
  .main_env_cnt .cross-interview .cross-interview-txt > dl > dd {
    width: 75vw;
    font-size: 3.75vw;
  }
  .main_env_cnt .cross-interview .cross-interview-txt dl + dl {
    margin-top: 10vw;
  }
  .main_env_cnt .cross-interview .interview-img {
    display: block;
    width: 60vw;
    margin: 10vw auto;
  }
  .main_env_cnt .outro {
    margin-top: 12.5vw;
  }
  .main_env_cnt .outro .outro-txt {
    margin: 5vw auto 0;
  }
  .main_env_cnt .outro .outro-txt .outro-head {
    margin-bottom: 5vw;
    font-size: 5vw;
  }
  .main_env_cnt .outro .outro-txt .outro-head > span {
    font-size: 3.75vw;
  }
  .main_env_cnt .outro .outro-txt > p {
    font-size: 3.75vw;
  }
  .main_env_cnt .ct01 .icon_wrap .icon_item .icon_op .ttl_wrap {
    margin-top: 1.25rem;
  }
  .main_env_cnt .ct01 .icon_wrap .icon_item .icon_op .ttl_wrap .ttl_icon {
    font-size: 3.75vw;
  }
  .main_env_cnt .ct01 .icon_wrap .icon_item .icon_op .ttl_wrap .ttl_sub {
    margin-top: 0.5rem;
  }
  .main_env_cnt .ct01 .icon_wrap .icon_item .icon_link {
    margin-top: 2rem;
  }
  .main_env_cnt .ct01 .icon_wrap .icon_item .icon_link .arrrow_wrap {
    padding: 1rem;
    width: 4rem;
    height: 4rem;
  }
  .main_env_cnt .ct01 .icon_wrap .icon_item .icon_link .arrrow_wrap::before {
    top: 28.33%;
    right: 28.333%;
  }
  .env_link_init {
    width: 100%;
    margin-top: 7.5rem;
  }
  .env_link_init .air_plane_area .air_group {
    width: 25%;
  }
  .env_link_init .air_plane_area .air_group .air_item {
    width: 100%;
  }
}
/*---------------------------------------*/
/*ie*/
/*---------------------------------------*/
@media all and (-ms-high-contrast: none) and (max-width: 1334px) {
  .main_environment_wrap .ct01 {
    width: 90%;
  }
}
.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=environment.css.map */