@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;
  }
}
.pc {
  display: none;
}

.sp {
  display: block;
}

@media all and (max-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/*---------------------------------------*/
/*career*/
/*---------------------------------------*/
/*---------------------------------------*/
/*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;
}

.M_font {
  font-size: 4.8rem;
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  color: #000000;
  position: relative;
  text-align: center;
  line-height: 0.8;
}
.M_font::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.35rem;
  display: inline-block;
  width: 8rem;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e50012;
}

.ttl_02 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-top: 2.5rem;
  text-align: center;
}

.txt_item {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.08em;
}

@media all and (max-width: 768px) {
  .L_font {
    font-size: 4.8rem;
  }
  .L_font::after {
    bottom: -1.6rem;
    width: 8rem;
  }
  .ttl_03 {
    font-size: 2rem;
    padding-top: 3rem;
  }
  .M_font {
    font-size: 3.2rem;
  }
  .M_font::after {
    bottom: -0.9rem;
    width: 4rem;
  }
  .ttl_02 {
    font-size: 1.6rem;
    padding-top: 1.5rem;
  }
  .txt_item {
    font-size: 1.6rem;
  }
}
/*---------------------------------------*/
/*slick*/
/*---------------------------------------*/
.slick-next:before, .slick-prev:before {
  content: url(../images/common/arrow_white_right.svg);
  position: absolute;
  width: 16px;
  height: 16px;
  top: 34.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: 50%;
  -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-next:before, .slick-prev:before {
    top: 26.33%;
    right: 29.333%;
  }
  .slick-prev, .slick-next {
    padding: 2rem;
    top: 24vw;
  }
  .slick-next {
    margin-right: -5%;
  }
  .slick-prev {
    margin-left: 5%;
  }
}
/*---------------------------------------*/
/*main_career*/
/*---------------------------------------*/
.main_career_wrap .ct01 {
  max-width: 120rem;
  margin: 20rem auto 0;
}
.main_career_wrap .ct01 .textBox {
  text-align: center;
}
.main_career_wrap .ct01 .main_txt_wrap {
  margin-top: 11rem;
}
.main_career_wrap .ct01 .main_txt_wrap .main_txt_item {
  text-align: center;
}
.main_career_wrap .ct01 .main_txt_wrap .main_txt_item .txt_item {
  line-height: 2;
}
.main_career_wrap .ct01 .main_txt_wrap .mti02, .main_career_wrap .ct01 .main_txt_wrap .mti03 {
  margin-top: 3rem;
}
.main_career_wrap .career_plane {
  width: 100%;
  margin-top: 8rem;
}
.main_career_wrap .career_plane .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;
}
.main_career_wrap .career_plane .air_plane_area .air_line {
  width: 82.5%;
}
.main_career_wrap .career_plane .air_plane_area .air_line .air_line_item {
  width: 100%;
  height: 1px;
}
.main_career_wrap .career_plane .air_plane_area .air_group {
  width: 12.5%;
}
.main_career_wrap .career_plane .air_plane_area .air_group .air_item {
  width: 100%;
}
.main_career_wrap .career_plane .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;
  }
}
.main_career_wrap .career_plane .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_career_wrap .ct02 {
  max-width: 120rem;
  margin: 8rem auto 0;
}
.main_career_wrap .ct02 .main_pic_area {
  margin-top: 5rem;
}
.main_career_wrap .ct02 .main_pic_area .pic {
  width: 100%;
}
.main_career_wrap .ct02 .box_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8rem;
}
.main_career_wrap .ct02 .box_area .box_ini {
  width: 40%;
  display: block;
  text-align: center;
}
.main_career_wrap .ct02 .box_area .box_ini .img_area {
  position: relative;
  line-height: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.main_career_wrap .ct02 .box_area .box_ini .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_career_wrap .ct02 .box_area .box_ini .img_area:hover::before {
  content: url(../images/common/arrow_white_right.svg);
  background-color: #e50012;
}
.main_career_wrap .ct02 .box_area .box_ini .img_area .pic {
  line-height: 0;
  width: 100%;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.main_career_wrap .ct02 .box_area .box_ini .img_area .pic:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.main_career_wrap .ct02 .box_area .box_ini .txt_area {
  margin-top: 3rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.main_career_wrap .ct02 .box_area .box_ini .txt_area .R_font {
  font-family: baskerville-display-pt, serif;
  font-size: 2.4rem;
  color: #e50012;
  letter-spacing: 0.004em;
  line-height: 1;
  margin-bottom: 0.83em;
}
.main_career_wrap .ct02 .box_area .box_ini .txt_area .ttl_05 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.6em;
}
.main_career_wrap .ct02 .box_area .box_ini .txt_area .ttl_group {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
}
.main_career_wrap .ct02 .box_area .box_ini .txt_area:hover {
  opacity: 0.6;
}
.main_career_wrap .ct02 .box_area .box03, .main_career_wrap .ct02 .box_area .box04 {
  margin-top: 8rem;
}

@media all and (max-width: 1334px) {
  .main_career_wrap .ct01 {
    width: 90%;
    margin: 20rem auto 0;
  }
  .main_career_wrap .ct02 {
    width: 90%;
    margin: 8rem auto 0;
  }
}
@media all and (max-width: 768px) {
  .main_career_wrap .ct01 {
    width: 90%;
    margin: 10rem auto 0;
  }
  .main_career_wrap .ct01 .main_txt_wrap {
    margin-top: 5.5rem;
  }
  .main_career_wrap .ct01 .main_txt_wrap .main_txt_item {
    text-align: left;
  }
  .main_career_wrap .ct01 .main_txt_wrap .main_txt_item .txt_item {
    line-height: 1.6;
  }
  .main_career_wrap .ct01 .main_txt_wrap .mti02, .main_career_wrap .ct01 .main_txt_wrap .mti03 {
    margin-top: 1.5rem;
  }
  .main_career_wrap .career_plane {
    margin-top: 4rem;
  }
  .main_career_wrap .career_plane .air_plane_area .air_group {
    width: 25%;
  }
  @-webkit-keyframes animation2 {
    0% {
      position: relative;
      left: 210%;
    }
    100% {
      position: relative;
      left: 0;
    }
  }
  @keyframes animation2 {
    0% {
      position: relative;
      left: 210%;
    }
    100% {
      position: relative;
      left: 0;
    }
  }
  .main_career_wrap .career_plane .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_career_wrap .ct02 {
    width: 90%;
    margin: 4rem auto 0;
  }
  .main_career_wrap .ct02 .main_pic_area {
    margin-top: 2.5rem;
  }
  .main_career_wrap .ct02 .box_area {
    display: block;
    margin-top: 4rem;
  }
  .main_career_wrap .ct02 .box_area .box_ini {
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .main_career_wrap .ct02 .box_area .box_ini .txt_area {
    margin-top: 1.5rem;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .main_career_wrap .ct02 .box_area .box_ini .txt_area .R_font {
    font-size: 2rem;
    margin-bottom: 0.415em;
  }
  .main_career_wrap .ct02 .box_area .box_ini .txt_area .ttl_05 {
    font-size: 1.8rem;
    margin-bottom: 0.3em;
  }
  .main_career_wrap .ct02 .box_area .box_ini .txt_area .ttl_group {
    line-height: 1.6;
  }
  .main_career_wrap .ct02 .box_area .box_ini .txt_area:hover {
    opacity: 0.6;
  }
  .main_career_wrap .ct02 .box_area .box03, .main_career_wrap .ct02 .box_area .box04 {
    margin-top: 0;
  }
  .main_career_wrap .ct02 .box_area .box02, .main_career_wrap .ct02 .box_area .box03, .main_career_wrap .ct02 .box_area .box04 {
    margin-top: 4rem;
  }
}
/*---------------------------------------*/
/*main_career_person*/
/*---------------------------------------*/
.main_car_person_wrap {
  margin-top: 11rem;
}
.main_car_person_wrap .main_area {
  position: relative;
  width: 100%;
  padding-top: 40.625%;
  background-size: cover;
  background-position: center;
}
.main_car_person_wrap .main_area.sasaki {
  background-size: cover !important;
  background-position: center !important;
  background: url(../images/career/sasaki/img_sasaki_01.webp) no-repeat;
}
.main_car_person_wrap .main_area.tsuji {
  background-size: cover !important;
  background-position: center !important;
  background: url(../images/career/tsuji/img_tsuji_01.webp) no-repeat;
}
.main_car_person_wrap .main_area.goto {
  background-size: cover !important;
  background-position: center !important;
  background: url(../images/career/goto/img_goto_01.webp) no-repeat;
}
.main_car_person_wrap .main_area.hamada {
  background-size: cover !important;
  background-position: center !important;
  background: url(../images/career/hamada/img_hamada_01.webp) no-repeat;
}
.main_car_person_wrap .main_area_num {
  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: 12.5vw;
  height: 5vw;
  background-color: #ffffff;
  position: absolute;
  top: 7.5vw;
  right: auto;
  bottom: auto;
  left: 12.5vw;
}
.main_car_person_wrap .main_area_num > span {
  display: inline-block;
  line-height: 1;
  color: #e50012;
  font-size: 1.5vw;
  font-family: baskerville-display-pt, serif;
}
.main_car_person_wrap .main_area_num > span > span {
  padding-left: 0.15em;
  font-size: 3vw;
  font-style: italic;
}
.main_car_person_wrap .slogan_profile_area {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 75vw;
  margin: 5vw auto 0;
}
.main_car_person_wrap .slogan_profile_area_left {
  width: 45vw;
}
.main_car_person_wrap .slogan_profile_area_left--slogan {
  line-height: 1.5;
  font-size: 3vw;
  font-family: source-han-serif-japanese, serif;
}
.main_car_person_wrap .slogan_profile_area_left--name_off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5vw;
}
.main_car_person_wrap .slogan_profile_area_left--name_off--name {
  padding-left: 2.5vw;
  line-height: 2;
  border-left: 1px solid #000000;
}
.main_car_person_wrap .slogan_profile_area_left--name_off--name--en {
  color: #e50012;
  font-size: 2.4rem;
  font-family: baskerville-display-pt, serif;
}
.main_car_person_wrap .slogan_profile_area_left--name_off--name--jp {
  margin: 1rem 0;
  font-size: 2rem;
}
.main_car_person_wrap .slogan_profile_area_left--name_off--name--cat {
  font-family: source-han-sans-japanese, sans-serif;
}
.main_car_person_wrap .slogan_profile_area_left--name_off--off {
  width: 22.5vw;
  padding: 2.5vw;
  line-height: 2;
  border: 1px solid #000000;
  font-family: source-han-sans-japanese, sans-serif;
}
.main_car_person_wrap .slogan_profile_area_left--name_off--off--title {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.main_car_person_wrap .slogan_profile_area_right {
  display: block;
  width: 22.5vw;
  line-height: 2;
}
.main_car_person_wrap .slogan_profile_area_right > img {
  display: inline-block;
  width: 100%;
}
.main_car_person_wrap .slogan_profile_area_bottom {
  width: 100%;
  margin-top: 5vw;
  padding: 2.5vw;
  line-height: 2;
  border: 1px solid #000000;
}
.main_car_person_wrap .slogan_profile_area_bottom--title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
}
.main_car_person_wrap .slogan_profile_area_bottom--text {
  font-family: source-han-sans-japanese, sans-serif;
}
.main_car_person_wrap .career_maincontents {
  position: relative;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 75vw;
  margin: 7.5vw auto 0;
}
.main_car_person_wrap .career_maincontents .turningpoint_index {
  position: static; /* 初期状態 */
  top: 0; /* スクロール範囲での固定開始位置 */
  width: 22.5vw;
  padding: 2.5vw;
  background-color: #f5f5f5;
  line-height: 2;
}
.main_car_person_wrap .career_maincontents .turningpoint_index.is-sticky {
  position: sticky;
  top: 108px;
}
.main_car_person_wrap .career_maincontents .turningpoint_index--title {
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000000;
  line-height: 1;
  font-size: 2.4rem;
  font-family: baskerville-display-pt, serif;
}
.main_car_person_wrap .career_maincontents .turningpoint_index--list_item {
  margin-top: 2rem;
  font-size: 1vw;
}
.main_car_person_wrap .career_maincontents .turningpoint_index--list_item_num {
  display: block;
  color: #e50012;
  line-height: 1;
  font-family: baskerville-display-pt, serif;
}
.main_car_person_wrap .career_maincontents .turningpoint_index--list_item_num > span {
  display: inline-block;
  padding-left: 0.25rem;
  font-size: 2vw;
  font-style: italic;
}
.main_car_person_wrap .career_maincontents .turningpoint_index--list_item_title {
  margin-top: 2rem;
}
.main_car_person_wrap .career_maincontents_section {
  width: 45vw;
}
.main_car_person_wrap .career_maincontents_section_item {
  display: inline-block;
  width: 100%;
  margin-top: 10vw;
  line-height: 2;
}
.main_car_person_wrap .career_maincontents_section_item_slogan--title {
  line-height: 2;
  font-family: baskerville-display-pt, serif;
  font-size: 2vw;
  letter-spacing: 0.5rem;
}
.main_car_person_wrap .career_maincontents_section_item_slogan--title_num {
  display: block;
  margin-bottom: 2.5vw;
  line-height: 1;
  color: #e50012;
  line-height: 1;
  font-family: baskerville-display-pt, serif;
  font-size: 1.5vw;
  letter-spacing: 0;
}
.main_car_person_wrap .career_maincontents_section_item_slogan--title_num > span {
  display: inline-block;
  padding-left: 0.5rem;
  font-size: 3vw;
  font-style: italic;
}
.main_car_person_wrap .career_maincontents_section_item_lead_career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 2.5vw 0 5vw;
  font-family: source-han-sans-japanese, sans-serif;
}
.main_car_person_wrap .career_maincontents_section_item_lead_career--lead {
  width: 25vw;
}
.main_car_person_wrap .career_maincontents_section_item_lead_career--career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 17.5vw;
  line-height: 2;
}
.main_car_person_wrap .career_maincontents_section_item_lead_career--career--title {
  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: 100%;
  border: 1px solid #000000;
}
.main_car_person_wrap .career_maincontents_section_item_lead_career--career--title.mt {
  margin-top: 3rem;
}
.main_car_person_wrap .career_maincontents_section_item_lead_career--career--text {
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.main_car_person_wrap .career_maincontents_section_item_image {
  display: block;
  width: 100%;
}
.main_car_person_wrap .sub_area {
  width: 100%;
  margin-bottom: 7rem;
}
.main_car_person_wrap .sub_area .txt_cp_wrap {
  max-width: 120rem;
  margin: 0 auto;
  border-bottom: 1px solid #000000;
  padding: 2.5rem 0;
  line-height: 1;
}
.main_car_person_wrap .sub_area .txt_cp_wrap .txt_cp {
  color: #e50012;
  font-size: 1.6rem;
  font-family: baskerville-display-pt, serif;
}
.main_car_person_wrap .sub_area .career {
  width: 100%;
  padding: 3rem 0 4rem;
  border-bottom: 1px solid #000000;
}
.main_car_person_wrap .sub_area .career .txt_path_wrap {
  max-width: 120rem;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 1em;
}
.main_car_person_wrap .sub_area .career .txt_path_wrap .txt_path {
  font-family: source-han-sans-japanese, sans-serif;
  color: #e50012;
  letter-spacing: 0.004em;
  font-size: 1.6rem;
}
.main_car_person_wrap .sub_area .career .txt_group_wrap {
  max-width: 120rem;
  margin: 0 auto;
  line-height: 1;
}
.main_car_person_wrap .sub_area .career .txt_group_wrap .txt_group {
  font-family: source-han-sans-japanese, sans-serif;
  letter-spacing: 0.004em;
  font-size: 1.6rem;
}
.main_car_person_wrap .sub_area .career_fx_wrap {
  width: 100%;
  padding: 3rem 0 4rem;
  border-bottom: 1px solid #000000;
}
.main_car_person_wrap .sub_area .career_fx_wrap .flex_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 120rem;
  margin: 0 auto;
}
.main_car_person_wrap .sub_area .career_fx_wrap .flex_group .career_item {
  width: 33.33%;
  padding-right: 3.33%;
}
.main_car_person_wrap .sub_area .career_fx_wrap .flex_group .career_item .txt_path_wrap {
  line-height: 1;
  margin-bottom: 1em;
}
.main_car_person_wrap .sub_area .career_fx_wrap .flex_group .career_item .txt_path_wrap .txt_path {
  font-family: source-han-sans-japanese, sans-serif;
  color: #e50012;
  letter-spacing: 0.004em;
  font-size: 1.6rem;
}
.main_car_person_wrap .sub_area .career_fx_wrap .flex_group .career_item .txt_group_wrap {
  line-height: 1.6;
}
.main_car_person_wrap .sub_area .career_fx_wrap .flex_group .career_item .txt_group_wrap .txt_group {
  font-family: source-han-sans-japanese, sans-serif;
  letter-spacing: 0.004em;
  font-size: 1.6rem;
}
.main_car_person_wrap .sub_area .schedule_slide {
  max-width: 120rem;
  margin: 2.5rem auto 0;
}
.main_car_person_wrap .sub_area .schedule_slide .schedule_slide_wrap .schedule_item {
  padding: 0 6.665% 0 0;
  margin: 0;
}
.main_car_person_wrap .sub_area .schedule_slide .schedule_slide_wrap .schedule_item .schedule_txt_area .score {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.004em;
  color: #e50012;
  margin-bottom: 0.714em;
}
.main_car_person_wrap .sub_area .schedule_slide .schedule_slide_wrap .schedule_item .schedule_txt_area .ttl03 {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.004em;
  color: #000000;
}
.main_car_person_wrap .sub_ct_txt_wrap {
  width: 100%;
}
.main_car_person_wrap .sub_ct_txt_wrap .sub_ct_txt {
  text-align: center;
}
.main_car_person_wrap .sub_ct_txt_wrap .sub_ct_txt .sub_txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .en-ft {
  font-family: baskerville-display-pt, serif;
  color: #e50012;
  font-size: 2.4rem;
  line-height: 1;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .en-ft .rd {
  font-style: italic;
  font-size: 4.8rem;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .sec-md {
  margin-bottom: 5.2rem;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .sec-md .ttl-txt {
  font-size: 2.4rem;
  color: #e50012;
  line-height: 1.66;
  letter-spacing: 0.016em;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .box-txt-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .box-txt-wrap .b-01-wrap {
  width: 25%;
  background: #829191;
  padding: 3.75rem 0;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .box-txt-wrap .b-01-wrap .txt01 {
  text-align: center;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .box-txt-wrap .b-01-wrap .txt01 .nl-txt {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .box-txt-wrap .ttr-01 {
  padding: 5.3rem 0;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .box-txt-wrap .b-02-wrap {
  width: 75%;
  background: #e6e9e8;
  padding: 1.3rem 0;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .box-txt-wrap .b-02-wrap .txt02 {
  text-align: left;
  padding-left: 6.66%;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .box-txt-wrap .b-02-wrap .txt02 .nl-txt {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #000000;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .btw02 {
  margin-top: 5rem;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .q-ttl-wrap {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.008em;
  padding-left: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #000000;
  position: relative;
  margin-bottom: 3.5rem;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .q-ttl-wrap::before {
  content: "Q";
  position: absolute;
  font-family: baskerville-display-pt, serif;
  font-size: 3.2rem;
  color: #e50012;
  line-height: 1;
  top: 0;
  left: 0;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .qtw02 {
  margin-top: 5rem;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .sec-ft {
  margin-bottom: 5rem;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .sec-ft .ttl02 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.008em;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .des-all .nl-txt {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .des-all .sl-ft {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.2rem;
  line-height: 2;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .txt_link {
  font-family: source-han-sans-japanese, sans-serif;
  color: #e50012;
  font-size: 1.2rem;
  line-height: 2;
  color: #e50012;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-top: 1.6rem;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .txt_link:hover {
  text-decoration: none;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .da02 {
  margin-top: 3.2rem;
}
.main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-02 {
  margin-top: 10.5rem;
}
.main_car_person_wrap .ct03 {
  width: 100%;
  margin-top: 11rem;
  margin-bottom: 12rem;
}
.main_car_person_wrap .ct03 .ct03_all_wrap {
  background: #e6e9e8;
}
.main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap {
  max-width: 120rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8rem 0 7.4rem;
}
.main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .txt_wrap {
  width: 33.33%;
  display: block;
}
.main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .txt_wrap .rd_ft_wrap {
  line-height: 1;
  margin-bottom: 1.5rem;
}
.main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .txt_wrap .rd_ft_wrap .rd_ft {
  font-family: baskerville-display-pt, serif;
  font-size: 4rem;
  color: #e50012;
}
.main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .txt_wrap .sm_ft_wrap .sm_ft {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.008em;
  margin-bottom: 2em;
}
.main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .txt_wrap .nl_ft_wrap .nl_ft {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
}
.main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .pic_all_wrap {
  width: 30%;
  display: block;
}
.main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .pic_all_wrap .pic_wrap {
  width: 100%;
  line-height: 0;
  margin-bottom: 1.4rem;
}
.main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .pic_all_wrap .pic_wrap .pic {
  width: 100%;
}
.main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .pic_all_wrap .fig_ft {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.2rem;
  line-height: 2;
}
.main_car_person_wrap .ct03 .ct03_all_wrap .fw {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main_car_person_wrap .ct03 .ct03_all_wrap .fw .tw {
  width: 36.66%;
}
.main_car_person_wrap .ct04 {
  max-width: 120rem;
  margin: 0 auto;
}
.main_car_person_wrap .ct04 .sub_textBox {
  margin-bottom: 5rem;
}
.main_car_person_wrap .ct04 .sub_textBox .M_font {
  font-size: 4.8rem;
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  color: #000000;
  position: relative;
  text-align: center;
  line-height: 0.8;
}
.main_car_person_wrap .ct04 .sub_textBox .M_font::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.35rem;
  display: inline-block;
  width: 8rem;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e50012;
}
.main_car_person_wrap .ct04 .sub_textBox .ttl_02 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-top: 2.5rem;
  text-align: center;
}
.main_car_person_wrap .ct04 .chart {
  line-height: 0;
  width: 100%;
}
.main_car_person_wrap .ct04 .chart .pic {
  width: 100%;
}
.main_car_person_wrap .ct04 .schedule_slide {
  width: 100%;
  margin-top: 6rem;
}
.main_car_person_wrap .ct04 .schedule_slide .schedule_slide_wrap .schedule_item {
  padding: 0 5.5% 0 5.5%;
  margin: 0;
}
.main_car_person_wrap .ct04 .schedule_slide .schedule_slide_wrap .schedule_item .schedule_pic .sc_pic {
  width: 100%;
  margin-bottom: 2rem;
}
.main_car_person_wrap .ct04 .schedule_slide .schedule_slide_wrap .schedule_item .schedule_txt_area .score {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  color: #e50012;
  margin-bottom: 0.83em;
}
.main_car_person_wrap .ct04 .schedule_slide .schedule_slide_wrap .schedule_item .schedule_txt_area .ttl03 {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 0.83em;
}
.main_car_person_wrap .ct04 .schedule_slide .schedule_slide_wrap .schedule_item .schedule_txt_area .nl_txt {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
}
.main_car_person_wrap .career_plane {
  width: 100%;
  margin-top: 16rem;
}
.main_car_person_wrap .career_plane .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;
}
.main_car_person_wrap .career_plane .air_plane_area .air_line {
  width: 82.5%;
}
.main_car_person_wrap .career_plane .air_plane_area .air_line .air_line_item {
  width: 100%;
  height: 1px;
}
.main_car_person_wrap .career_plane .air_plane_area .air_group {
  width: 12.5%;
}
.main_car_person_wrap .career_plane .air_plane_area .air_group .air_item {
  width: 100%;
}
.main_car_person_wrap .career_plane .animate2 {
  -webkit-animation: animation2 6s ease-out;
          animation: animation2 6s ease-out;
}
@keyframes animation2 {
  0% {
    position: relative;
    left: -120%;
  }
  100% {
    position: relative;
    left: 0;
  }
}
.main_car_person_wrap .career_plane .animate3 {
  -webkit-animation: animation3 6s ease-out;
          animation: animation3 6s ease-out;
}
@keyframes animation3 {
  0% {
    position: relative;
    left: -800%;
  }
  100% {
    position: relative;
    left: 0;
  }
}

.aside_root {
  max-width: 90rem;
  margin: 8rem auto 0;
}
.aside_root .sub_textBox {
  margin-bottom: 5rem;
}
.aside_root .sub_textBox .M_font {
  font-size: 4.8rem;
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  color: #000000;
  position: relative;
  text-align: center;
  line-height: 0.8;
}
.aside_root .sub_textBox .M_font::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.35rem;
  display: inline-block;
  width: 8rem;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e50012;
}
.aside_root .sub_textBox .ttl_02 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-top: 2.5rem;
  text-align: center;
}
.aside_root .main_pic_area {
  margin-top: 5rem;
}
.aside_root .main_pic_area .pic {
  width: 100%;
}
.aside_root .box_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8rem;
}
.aside_root .box_area .box_ini {
  width: 33.33%;
  display: block;
  text-align: center;
}
.aside_root .box_area .box_ini .img_area {
  position: relative;
  line-height: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.aside_root .box_area .box_ini .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;
}
.aside_root .box_area .box_ini .img_area:hover::before {
  content: url(../images/common/arrow_white_right.svg);
  background-color: #e50012;
}
.aside_root .box_area .box_ini .img_area .pic {
  line-height: 0;
  width: 100%;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.aside_root .box_area .box_ini .img_area .pic:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.aside_root .box_area .box_ini .txt_area {
  margin-top: 3rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.aside_root .box_area .box_ini .txt_area .R_font {
  font-family: baskerville-display-pt, serif;
  font-size: 2.4rem;
  color: #e50012;
  letter-spacing: 0.004em;
  line-height: 1;
  margin-bottom: 0.83em;
}
.aside_root .box_area .box_ini .txt_area .ttl_05 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.6em;
}
.aside_root .box_area .box_ini .txt_area .ttl_group {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
}
.aside_root .box_area .box_ini .txt_area:hover {
  opacity: 0.6;
}

@media all and (max-width: 1334px) {
  .main_car_person_wrap .sub_area .txt_cp_wrap {
    width: 90%;
  }
  .main_car_person_wrap .sub_area .career .txt_path_wrap {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
  .main_car_person_wrap .sub_area .career .txt_group_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .main_car_person_wrap .sub_area .career_fx_wrap .flex_group {
    width: 90%;
  }
  .main_car_person_wrap .sub_area .schedule_slide {
    width: 81%;
  }
  .main_car_person_wrap .sub_ct_txt_wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .main_car_person_wrap .sub_ct_txt_wrap .sub_ct_txt .sub_txt {
    display: block;
  }
  .main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap {
    width: 90%;
  }
  .main_car_person_wrap .ct04 {
    width: 90%;
    margin: 0 auto;
  }
  .main_car_person_wrap .ct04 .chart {
    width: 90%;
    margin: 0 auto;
  }
  .main_car_person_wrap .ct04 .schedule_slide {
    width: 90%;
    margin: 6rem auto 0;
  }
  .aside_root {
    width: 90%;
  }
}
@media all and (max-width: 1200px) {
  .main_car_person_wrap {
    margin-top: 6rem;
  }
  .main_car_person_wrap .main_area_num {
    position: absolute;
    top: 7.5vw;
    right: auto;
    bottom: auto;
    left: 5vw;
  }
  .main_car_person_wrap .slogan_profile_area {
    width: 90vw;
  }
  .main_car_person_wrap .slogan_profile_area_left {
    width: 60vw;
  }
  .main_car_person_wrap .slogan_profile_area_left--name_off--off {
    width: 30vw;
  }
  .main_car_person_wrap .slogan_profile_area_right {
    width: 25vw;
  }
  .main_car_person_wrap .career_maincontents {
    width: 90vw;
  }
  .main_car_person_wrap .career_maincontents .turningpoint_index {
    width: 25vw;
  }
  .main_car_person_wrap .career_maincontents .turningpoint_index.is-sticky {
    position: sticky;
    top: 60px;
  }
  .main_car_person_wrap .career_maincontents_section {
    width: 60vw;
  }
  .main_car_person_wrap .career_maincontents_section_item_lead_career--lead {
    width: 30vw;
  }
  .main_car_person_wrap .career_maincontents_section_item_lead_career--career {
    width: 27.5vw;
  }
}
@media all and (max-width: 768px) {
  .main_car_person_wrap {
    margin-top: 6rem;
  }
  .main_car_person_wrap .main_area {
    width: 100%;
    height: 0;
    padding-top: 60%;
    background-size: cover;
  }
  .main_car_person_wrap .main_area.sasaki {
    background-size: cover !important;
    background-position: center !important;
  }
  .main_car_person_wrap .main_area.hamada {
    background-size: cover !important;
    background-position: center !important;
    background: url(../images/career/hamada/img_hamada_01_sp.webp) no-repeat;
  }
  .main_car_person_wrap .main_area_num {
    width: auto;
    height: auto;
    padding: 3vw 5vw;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
  .main_car_person_wrap .main_area_num > span {
    font-size: 5vw;
  }
  .main_car_person_wrap .main_area_num > span > span {
    padding-left: 0.15em;
    font-size: 10vw;
  }
  .main_car_person_wrap .slogan_profile_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 12.5vw auto 0;
  }
  .main_car_person_wrap .slogan_profile_area_left {
    width: 100%;
  }
  .main_car_person_wrap .slogan_profile_area_left--slogan {
    font-size: 8.25vw;
  }
  .main_car_person_wrap .slogan_profile_area_left--name_off {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10vw;
  }
  .main_car_person_wrap .slogan_profile_area_left--name_off--name {
    width: 100%;
    padding-left: 5vw;
  }
  .main_car_person_wrap .slogan_profile_area_left--name_off--off {
    width: 100%;
    padding: 5vw;
    margin-top: 7.5vw;
  }
  .main_car_person_wrap .slogan_profile_area_right {
    width: 100%;
    margin-top: 12.5vw;
  }
  .main_car_person_wrap .slogan_profile_area_bottom {
    margin-top: 12.5vw;
    padding: 5vw;
  }
  .main_car_person_wrap .slogan_profile_area_bottom--title {
    font-size: 6vw;
  }
  .main_car_person_wrap .career_maincontents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 20vw auto 0;
  }
  .main_car_person_wrap .career_maincontents .turningpoint_index {
    width: 90vw;
    padding: 10vw 5vw;
    margin: 0 auto 20vw;
  }
  .main_car_person_wrap .career_maincontents .turningpoint_index--title {
    font-size: 6vw;
  }
  .main_car_person_wrap .career_maincontents .turningpoint_index--list_item {
    margin-top: 5vw;
    font-size: 4vw;
  }
  .main_car_person_wrap .career_maincontents .turningpoint_index--list_item_num > span {
    padding-left: 1rem;
    font-size: 6vw;
  }
  .main_car_person_wrap .career_maincontents .turningpoint_index--list_item_title {
    margin-top: 4vw;
  }
  .main_car_person_wrap .career_maincontents_section {
    width: 90vw;
    margin: 0 auto;
  }
  .main_car_person_wrap .career_maincontents_section_item {
    margin-top: 20vw;
  }
  .main_car_person_wrap .career_maincontents_section_item_slogan--title {
    line-height: 1.6;
    font-size: 6vw;
  }
  .main_car_person_wrap .career_maincontents_section_item_slogan--title_num {
    font-size: 4vw;
  }
  .main_car_person_wrap .career_maincontents_section_item_slogan--title_num > span {
    padding-left: 1rem;
    font-size: 6vw;
  }
  .main_car_person_wrap .career_maincontents_section_item_lead_career {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 7.5vw 0 10vw;
  }
  .main_car_person_wrap .career_maincontents_section_item_lead_career--lead {
    width: 100%;
    margin-top: 10vw;
  }
  .main_car_person_wrap .career_maincontents_section_item_lead_career--career {
    width: 100%;
  }
  .main_car_person_wrap .sub_area {
    width: 100%;
    margin-bottom: 3.5rem;
  }
  .main_car_person_wrap .sub_area .txt_cp_wrap {
    width: 80%;
    border-bottom: 1px solid #000000;
    padding: 1.25rem 0;
  }
  .main_car_person_wrap .sub_area .career {
    width: 100%;
    padding: 1.5rem 0 2rem;
  }
  .main_car_person_wrap .sub_area .career .txt_path_wrap {
    width: 80%;
    margin-bottom: 0.5em;
  }
  .main_car_person_wrap .sub_area .career .txt_group_wrap {
    width: 80%;
  }
  .main_car_person_wrap .sub_area .career_fx_wrap {
    width: 100%;
    padding: 1.5rem 0 2rem;
  }
  .main_car_person_wrap .sub_area .career_fx_wrap .flex_group {
    width: 80%;
    display: block;
  }
  .main_car_person_wrap .sub_area .career_fx_wrap .flex_group .career_item {
    width: 100%;
    padding-right: 0;
  }
  .main_car_person_wrap .sub_area .career_fx_wrap .flex_group .career_item .txt_path_wrap {
    margin-bottom: 0.5em;
  }
  .main_car_person_wrap .sub_area .career_fx_wrap .flex_group .career_item .txt_group_wrap {
    width: 90%;
    line-height: 1.2;
  }
  .main_car_person_wrap .sub_area .career_fx_wrap .flex_group .ci02 {
    padding-top: 1.5rem;
  }
  .main_car_person_wrap .sub_area .schedule_slide {
    width: 80%;
    margin: 1.25rem auto 0;
  }
  .main_car_person_wrap .sub_area .schedule_slide .schedule_slide_wrap .schedule_item {
    padding: 0;
    margin: 0;
  }
  .main_car_person_wrap .sub_area .schedule_slide .schedule_slide_wrap .schedule_item .schedule_txt_area .score {
    margin-bottom: 0.35em;
  }
  .main_car_person_wrap .sub_area .schedule_slide .schedule_slide_wrap .schedule_item .schedule_txt_area .ttl03 {
    line-height: 1.6;
  }
  .main_car_person_wrap .sub_area .schedule_slide button {
    display: none !important;
  }
  .main_car_person_wrap .sub_ct_txt_wrap {
    width: 90%;
    margin-bottom: 1.5rem;
  }
  .main_car_person_wrap .sub_ct_txt_wrap .sub_ct_txt {
    text-align: left;
  }
  .main_car_person_wrap .sub_ct_txt_wrap .sub_ct_txt .sub_txt {
    line-height: 1.6;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section {
    padding-left: 0;
    padding-top: 0;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common {
    width: 90%;
    margin: 0 auto;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .en-ft {
    font-size: 2rem;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .en-ft .rd {
    font-size: 3.2rem;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .sec-md {
    margin-bottom: 2.6rem;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .sec-md .ttl-txt {
    font-size: 2rem;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .box-txt-wrap {
    display: block;
    margin-bottom: 2.5rem;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .box-txt-wrap .b-01-wrap {
    width: 100%;
    padding: 1.875rem 0;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .box-txt-wrap .b-01-wrap .txt01 .nl-txt {
    line-height: 1.6;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .box-txt-wrap .b-02-wrap {
    width: 100%;
    padding: 0.65rem 0;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .box-txt-wrap .b-02-wrap .txt02 {
    padding-left: 0;
    text-align: center;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .box-txt-wrap .b-02-wrap .txt02 .nl-txt {
    line-height: 1.6;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .q-ttl-wrap {
    font-size: 2rem;
    line-height: 1.2;
    padding-left: 3rem;
    padding-bottom: 2rem;
    margin-bottom: 3.5rem;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .q-ttl-wrap::before {
    font-size: 2.4rem;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .qtw02 {
    margin-top: 2.5rem;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .sec-ft {
    margin-bottom: 2.5rem;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .sec-ft .ttl02 {
    font-size: 2.4rem;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .des-all .nl-txt {
    line-height: 1.6;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .des-all .sl-ft {
    line-height: 1.6;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .txt_link {
    padding-top: 0.8rem;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-common .da02 {
    margin-top: 1.6rem;
  }
  .main_car_person_wrap .site-main .flex-container .flex-item .ten-years-section .c-02 {
    margin-top: 5.25rem;
  }
  .main_car_person_wrap .ct03 {
    width: 100%;
    margin-top: 5.5rem;
    margin-bottom: 6rem;
  }
  .main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 4rem 0 3.7rem;
  }
  .main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .txt_wrap {
    width: 100%;
  }
  .main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .txt_wrap .rd_ft_wrap {
    margin-bottom: 0.75rem;
  }
  .main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .txt_wrap .rd_ft_wrap .rd_ft {
    font-size: 3.2rem;
  }
  .main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .txt_wrap .sm_ft_wrap .sm_ft {
    margin-bottom: 1em;
  }
  .main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .txt_wrap .nl_ft_wrap .nl_ft {
    line-height: 1.6;
    margin-bottom: 2.5rem;
  }
  .main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .pic_all_wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
  .main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .pic_all_wrap .pic_wrap {
    margin-bottom: 0.7rem;
  }
  .main_car_person_wrap .ct03 .ct03_all_wrap .flex_wrap .pic_all_wrap .fig_ft {
    line-height: 1.6;
  }
  .main_car_person_wrap .ct04 {
    width: 90%;
  }
  .main_car_person_wrap .ct04 .sub_textBox {
    margin-bottom: 5rem;
  }
  .main_car_person_wrap .ct04 .sub_textBox .M_font {
    font-size: 3.2rem;
  }
  .main_car_person_wrap .ct04 .sub_textBox .M_font::after {
    bottom: -0.9rem;
    width: 4rem;
  }
  .main_car_person_wrap .ct04 .sub_textBox .ttl_02 {
    padding-top: 1.5rem;
  }
  .main_car_person_wrap .ct04 .chart {
    line-height: 0;
    width: 100%;
  }
  .main_car_person_wrap .ct04 .chart .pic {
    width: 100%;
  }
  .main_car_person_wrap .ct04 .schedule_slide {
    margin-top: 3rem;
  }
  .main_car_person_wrap .ct04 .schedule_slide .schedule_slide_wrap .schedule_item {
    padding: 0;
    padding-left: 7%;
  }
  .main_car_person_wrap .ct04 .schedule_slide .schedule_slide_wrap .schedule_item .schedule_pic .sc_pic {
    margin-bottom: 1rem;
  }
  .main_car_person_wrap .ct04 .schedule_slide .schedule_slide_wrap .schedule_item .schedule_txt_area .score {
    line-height: 1.6;
    margin-bottom: 0.415em;
  }
  .main_car_person_wrap .ct04 .schedule_slide .schedule_slide_wrap .schedule_item .schedule_txt_area .ttl03 {
    line-height: 1.6;
    margin-bottom: 0.415em;
  }
  .main_car_person_wrap .ct04 .schedule_slide .schedule_slide_wrap .schedule_item .schedule_txt_area .nl_txt {
    line-height: 1.6;
  }
  .main_car_person_wrap .ct04 .schedule_slide button {
    display: none !important;
  }
  .main_car_person_wrap .career_plane {
    margin-top: 4rem;
  }
  .main_car_person_wrap .career_plane .air_plane_area .air_group {
    width: 25%;
  }
  @-webkit-keyframes animation2 {
    0% {
      position: relative;
      left: 210%;
    }
    100% {
      position: relative;
      left: 0;
    }
  }
  @keyframes animation2 {
    0% {
      position: relative;
      left: 210%;
    }
    100% {
      position: relative;
      left: 0;
    }
  }
  .main_car_person_wrap .career_plane .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;
    }
  }
  .aside_root {
    width: 90%;
    margin: 4rem auto 0;
  }
  .aside_root .sub_textBox {
    margin-bottom: 2.5rem;
  }
  .aside_root .sub_textBox .M_font {
    font-size: 3.2rem;
  }
  .aside_root .sub_textBox .M_font::after {
    bottom: -0.9rem;
    width: 4rem;
  }
  .aside_root .sub_textBox .ttl_02 {
    padding-top: 5vw;
  }
  .aside_root .main_pic_area {
    margin-top: 2.5rem;
  }
  .aside_root .box_area {
    display: block;
    margin-top: 4rem;
  }
  .aside_root .box_area .box_ini {
    width: 80%;
    margin: 0 auto;
  }
  .aside_root .box_area .box_ini .txt_area {
    margin-top: 1.5rem;
  }
  .aside_root .box_area .box_ini .txt_area .R_font {
    font-size: 2rem;
    margin-bottom: 0.415em;
  }
  .aside_root .box_area .box_ini .txt_area .ttl_05 {
    font-size: 1.8rem;
    margin-bottom: 0.3em;
  }
  .aside_root .box_area .box_ini .txt_area .ttl_group {
    line-height: 1.6;
  }
  .aside_root .box_area .box02, .aside_root .box_area .box03 {
    margin-top: 4rem;
  }
}
/*--------------------------------------------------------------*/
/* flex-container */
.flex-container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* column-container */
.column-container {
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}

/* width */
.w-37 {
  width: 30%;
}

.w-50 {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .w-50 {
    width: auto;
  }
}
/* margin: bottom */
.mb-4 {
  margin-top: 4em;
  margin-bottom: 4em;
}

/*--------------------------------------------------------------*/
/* section-navi */
.section-navi {
  display: none;
}

/* ten-years-section */
.ten-years-section {
  min-height: 100vh;
  padding-top: 15rem;
  padding-left: 12.5%;
}

@media screen and (max-width: 768px) {
  .ten-years-content .ten-years-section {
    min-height: inherit;
    padding: 3em 1.5em;
  }
}
/* ten-years-content: left-conte */
.left-content {
  position: relative;
}

@media screen and (max-width: 768px) {
  .left-content {
    display: none;
  }
}
/* ten-years-content: visual */
.ten-years-visual {
  position: relative;
  min-height: 100vh;
}

.ten-years-visual.fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
}

.ten-years-visual.absolute {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}

.ten-years-visual .visual {
  position: absolute;
  top: 8rem;
  right: 0;
  width: 100%;
  height: calc(100vh - 8rem);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}

.ten-years-visual .visual.current {
  opacity: 1;
}

.ten-years-visual .matsuda-01 {
  background-image: url(../images/career/mastuda/img_ma_02.jpg);
  background-size: contain;
  opacity: 1;
}

.ten-years-visual .matsuda-02 {
  background-image: url(../images/career/mastuda/img_ma_03.jpg);
  background-size: contain;
}

.ten-years-visual .matsuda-03 {
  background-image: url(../images/career/mastuda/img_ma_04.jpg);
  background-size: contain;
}

.ten-years-visual .yoshimura-01 {
  background-image: url(../images/career/yoshimura/img_yo_02.jpg);
  background-size: contain;
  opacity: 1;
}

.ten-years-visual .yoshimura-02 {
  background-image: url(../images/career/yoshimura/img_yo_03.jpg);
  background-size: contain;
}

.ten-years-visual .yoshimura-03 {
  background-image: url(../images/career/yoshimura/img_yo_04.jpg);
  background-size: contain;
}

.ten-years-visual .igarashi-01 {
  background-image: url(../images/career/igarashi/img_ig_02.jpg);
  background-size: contain;
  opacity: 1;
}

.ten-years-visual .igarashi-02 {
  background-image: url(../images/career/igarashi/img_ig_03.jpg);
  background-size: contain;
}

.ten-years-visual .igarashi-03 {
  background-image: url(../images/career/igarashi/img_ig_04.jpg);
  background-size: contain;
}

.ten-years-visual .koyama-01 {
  background-image: url(../images/career/koyama/img_ko_02.jpg);
  background-size: contain;
  opacity: 1;
}

.ten-years-visual .koyama-02 {
  background-image: url(../images/career/koyama/img_ko_03.jpg);
  background-size: contain;
}

.ten-years-visual .koyama-03 {
  background-image: url(../images/career/koyama/img_ko_04.jpg);
  background-size: contain;
}

/* ten-years-content: image-container */
.right-content .image-container {
  display: none;
}

@media screen and (max-width: 768px) {
  .right-content .image-container {
    display: block;
    position: relative;
    width: 70%;
    margin: 0 auto;
  }
  .right-content .image-container img {
    width: 100%;
  }
}
.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=career.css.map */