.l-contents * {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-contents * article,
.l-contents * aside,
.l-contents * footer,
.l-contents * header,
.l-contents * nav,
.l-contents * section,
.l-contents * main {
  display: block;
}
.l-contents * table {
  border-collapse: collapse;
  border-spacing: 0;
}
.l-contents * ol,
.l-contents * ul {
  list-style: none;
}
.l-contents * img,
.l-contents * video {
  max-width: 100%;
}
.l-contents * img {
  border-style: none;
}
.l-contents * button {
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.l-contents * blockquote,
.l-contents * q {
  quotes: none;
}
.l-contents * blockquote:after,
.l-contents * blockquote:before,
.l-contents * q:after,
.l-contents * q:before {
  content: "";
}
.l-contents * [hidden] {
  display: none !important;
}
.l-contents * [disabled] {
  cursor: not-allowed;
}
.l-contents * :focus:not(:focus-visible) {
  outline: none;
}
.l-contents * button, .l-contents * input, .l-contents * select, .l-contents * textarea {
  font-family: inherit;
}
.l-contents * *:before,
.l-contents * *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@font-face {
  font-family: "MMCFont";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.mitsubishi-motors.com/jp/share/v2/style/fonts/MMC-Regular.eot");
  src: url("https://www.mitsubishi-motors.com/jp/share/v2/style/fonts/MMC-Regular.woff2") format("woff2"), url("https://www.mitsubishi-motors.com/jp/share/v2/style/fonts/MMC-Regular.woff") format("woff");
}
@font-face {
  font-family: "MMCFont";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.mitsubishi-motors.com/jp/share/v2/style/fonts/MMC-Medium.eot");
  src: url("https://www.mitsubishi-motors.com/jp/share/v2/style/fonts/MMC-Medium.woff2") format("woff2"), url("https://www.mitsubishi-motors.com/jp/share/v2/style/fonts/MMC-Medium.woff") format("woff");
}
@font-face {
  font-family: "MMCFont";
  font-style: normal;
  font-weight: 700;
  src: url("https://www.mitsubishi-motors.com/jp/share/v2/style/fonts/MMC-Bold.eot");
  src: url("https://www.mitsubishi-motors.com/jp/share/v2/style/fonts/MMC-Bold.woff2") format("woff2"), url("https://www.mitsubishi-motors.com/jp/share/v2/style/fonts/MMC-Bold.woff") format("woff");
}
.ft_mmc {
  font-family: MMCFont, sans-serif;
  font-weight: 400;
}
.ft_mmc__mid {
  font-weight: 500;
}
.ft_mmc__bold {
  font-weight: 700;
}

.hide {
  display: none;
}

.sp {
  display: none !important;
}

.tab {
  display: none !important;
}

.pc {
  display: block !important;
}

.fadein {
  -webkit-transition: all 3s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
  transition: all 3s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
  -webkit-transform: perspective(400px) translate3d(0, 200px, 0) scale(1.01);
  transform: perspective(400px) translate3d(0, 200px, 0) scale(1.01);
  z-index: 1;
}
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: perspective(0) translate3d(0, 0, 0) scale(1);
  transform: perspective(0) translate3d(0, 0, 0) scale(1);
}

.fadein_up {
  -webkit-transition: all 3s ease-out 0.25s;
  transition: all 3s ease-out 0.25s;
  -webkit-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  transform: translate(0, 10%);
  opacity: 0;
}
.fadein_up.scrollin {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.fadein_left {
  -webkit-transition: all 0.5s ease-out 0.25s;
  transition: all 0.5s ease-out 0.25s;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
}
.fadein_left.scrollin {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fadein_right {
  -webkit-transition: all 0.5s ease-out 0.25s;
  transition: all 0.5s ease-out 0.25s;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  opacity: 0;
}
.fadein_right.scrollin {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fadein_order > * {
  -webkit-transition: all 3s ease-out 0.25s;
  transition: all 3s ease-out 0.25s;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}
.fadein_order > *.scrollin {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.fadein_order_right > * {
  -webkit-transition: all 0.5s ease-out 0.25s;
  transition: all 0.5s ease-out 0.25s;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
}
.fadein_order_right > *.scrollin {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fadein_order_left > * {
  -webkit-transition: all 0.5s ease-out 0.25s;
  transition: all 0.5s ease-out 0.25s;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
}
.fadein_order_left > *.scrollin {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

body {
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
}
body.fixed {
  position: fixed;
}

.l-contents-block a {
  color: #333538;
  text-decoration: none;
  word-break: break-all;
}

.contents_main {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s;
  overflow: hidden;
}
.contents_main__loaded {
  opacity: 1;
}

/* deny */
.l_contents {
  padding: 0;
}
.l_contents__inner {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.contents_header {
  display: block;
  height: 50px;
}
.contents_header__wrap {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #fff;
  z-index: 6;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.scrolling .contents_header__wrap {
  position: fixed;
  top: 130px;
  left: 0;
}
.scrolling .contents_header__wrap.spy_hide {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.contents_header__back {
  position: relative;
  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: 52px;
  height: 50px;
  background-color: #686D71;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 8;
}
.contents_header__back svg {
  margin-left: -4px;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.contents_header__back:hover {
  opacity: 0.8;
}
.contents_header__back:hover svg {
  -webkit-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
}
.contents_header__site_name {
  font-size: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 103px;
  font-weight: 700;
  letter-spacing: 0.01em;
  z-index: 7;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.contents_header__site_name:hover {
  opacity: 0.5;
  text-decoration: none;
}
.contents_header__site_name span {
  display: inline-block;
  padding-bottom: 2px;
}
.contents_header__link {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 20px;
}
.contents_header__link > * {
  margin-left: 5px;
}
.contents_header__link > * a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 40px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  letter-spacing: 0.015em;
}
.contents_header__link > * a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.l-contents {
  font-family: MMCFont, "Noto Sans Japanese", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: normal !important;
  color: #000;
}

.contents_wrapper {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1120px;
}
.contents_wrapper .contents_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.contents_wrapper__small {
  max-width: 833px;
}
.contents_wrapper__large {
  max-width: 1326px;
}

.detail_feature__lead {
  padding-top: 10px;
}
.detail_feature__lead .ttl {
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 36px;
}
.detail_feature__lead .txt {
  font-size: 18px;
  line-height: 1.75;
  padding-bottom: 36px;
}
.detail_feature__lead .pic {
  margin-bottom: 80px;
}
.detail_feature__lead .pic img {
  width: 100%;
}
.detail_feature__lead .pic__narrow {
  position: relative;
  height: 40vw;
  overflow: hidden;
}
.detail_feature__lead .pic__narrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.detail_slider {
  margin-bottom: 70px;
}
.detail_slider .swiper-container {
  height: auto;
}
.detail_slider .swiper-container .fig {
  height: auto;
  padding-top: 58%;
}
.detail_slider .swiper-container .fig__movie {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.detail_slider .swiper-container .fig__movie::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 10vw;
  height: 10vw;
  background-image: url("../svg/icon-play.svg");
  background-size: cover;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.detail_slider .swiper-container .fig__movie:hover {
  opacity: 0.9;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.detail_slider .swiper-container .movie {
  width: 100%;
  height: 0;
  padding-top: 58%;
  position: relative;
}
.detail_slider .swiper-container .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.detail_paging {
  padding-bottom: 120px;
}
.detail_paging__list {
  position: relative;
  overflow: hidden;
  min-height: 45px;
}
.detail_paging__list > * {
  display: block;
  width: calc(30%);
}
.detail_paging__list .ttl {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}
.detail_paging__list .name {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
  min-height: 2.5em;
  margin-bottom: 32px;
}
.detail_paging__prev {
  float: left;
}
.detail_paging__next, .detail_paging__prev {
  cursor: pointer;
}
.detail_paging__next:hover, .detail_paging__prev:hover {
  text-decoration: none;
}
.detail_paging__next:hover .btn span, .detail_paging__prev:hover .btn span {
  color: #000;
}
.detail_paging__next:hover .btn span:before, .detail_paging__prev:hover .btn span:before {
  opacity: 1;
}
.detail_paging__next:hover .btn span:after, .detail_paging__prev:hover .btn span:after {
  opacity: 0;
}
.detail_paging__next:hover .btn::before, .detail_paging__prev:hover .btn::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.detail_paging__back {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.detail_paging__back .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail_paging__next {
  float: right;
}

.sub_content__intro {
  position: relative;
  padding: 0 30px;
}
.sub_content__intro_text .ttl {
  font-size: 24px;
  padding-bottom: 36px;
}
.sub_content__intro_text .txt {
  font-size: 18px;
  margin-right: 60px;
  padding-bottom: 60px;
}
.sub_content__intro_text .ruby {
  display: inline-block;
  font-size: 14px;
  vertical-align: super;
  padding-right: 0.25em;
}
.sub_content__intro_text .notice {
  display: block;
  font-size: 14px;
  padding-top: 1em;
}
.sub_content__intro_pic {
  margin-bottom: 80px;
}

.archives {
  padding-top: 100px;
  padding-bottom: 140px;
}
.archives__title01 {
  font-size: 8vw;
  margin-bottom: 36px;
}
.archives__list {
  margin: 0 30px;
  border-bottom: 1px solid #000;
}
.archives__name {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #000;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  cursor: pointer;
}
.archives__name_icon {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.archives__name_icon > * {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.archives__name_icon > *::before, .archives__name_icon > *::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #000;
}
.archives__name_icon > *::before {
  -webkit-transform: translate(2px, 8px) rotate(90deg);
  -ms-transform: translate(2px, 8px) rotate(90deg);
  transform: translate(2px, 8px) rotate(90deg);
}
.archives__name_icon > *::after {
  -webkit-transform: translate(2px, 8px) rotate(0deg);
  -ms-transform: translate(2px, 8px) rotate(0deg);
  transform: translate(2px, 8px) rotate(0deg);
}
.active .archives__name_icon > * {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.active .archives__name_icon > *::before, .active .archives__name_icon > *::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
}
.active .archives__name_icon > *::before {
  -webkit-transform: translate(2px, 4px) rotate(90deg);
  -ms-transform: translate(2px, 4px) rotate(90deg);
  transform: translate(2px, 4px) rotate(90deg);
}
.active .archives__name_icon > *::after {
  -webkit-transform: translate(6px, 8px) rotate(0deg);
  -ms-transform: translate(6px, 8px) rotate(0deg);
  transform: translate(6px, 8px) rotate(0deg);
}
.archives__name .txt {
  font-size: 32px;
  position: relative;
  color: #000;
  line-height: 1;
  padding: 24px 16px 28px 110px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 2;
}
.archives__name .txt > * {
  font-size: 22px;
  font-weight: 500;
  display: block;
  text-align: left;
}
.archives__name .pic {
  position: absolute;
  top: 50%;
  right: 0;
  width: 568px;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0.7;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  z-index: 1;
}
.archives__name:hover .txt {
  line-height: 1;
  padding: 32px 16px 40px 110px;
}
.archives__name:hover .pic {
  opacity: 1;
}
.active .archives__name {
  background-color: #000;
}
.active .archives__name .txt {
  color: #fff;
  line-height: 1;
}
.active .archives__name .pic {
  opacity: 0;
}
.active .archives__name:hover .pic {
  opacity: 0;
}
.archives__contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.archives__contain .pic {
  max-width: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  margin: 50px 0;
}
.archives__contain .pic img {
  width: 100%;
}
.archives__contain .desc {
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  padding-left: 110px;
  margin: 50px 0;
}
.archives__contain .txt {
  font-size: 18px;
  padding-bottom: 24px;
  padding-right: 35px;
}
.archives__contain .area {
  margin-bottom: 32px;
}
.archives__contain .area__ttl {
  font-size: 22px;
  font-weight: 500;
}
.archives__contain .area__contain {
  padding-top: 10px;
}
.archives__contain .area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 30px;
}
.archives__contain .area__list > * {
  max-width: calc(50% - 10px);
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  margin-bottom: 5px;
  padding: 3px 0px 4px 20px;
  border: 1px solid #000;
}
.archives__contain .area__list > *:nth-child(2n) {
  margin-left: 20px;
}
.archives__contain .area__list_item {
  font-size: 18px;
  font-weight: 700;
}
.archives__contain .area .main_market {
  width: 75%;
}
.archives__contain .video {
  padding-right: 100px;
  padding-bottom: 36px;
}
.archives__contain .video a {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.archives__contain .video a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 5vw;
  height: 5vw;
  background-image: url("../svg/icon-play.svg");
  background-size: cover;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.archives__contain .video a img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.archives__contain .video a:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.archives__contain .video a:hover:after {
  opacity: 0.9;
  -webkit-transform: translate(-50%, -50%) scale(1.03);
  -ms-transform: translate(-50%, -50%) scale(1.03);
  transform: translate(-50%, -50%) scale(1.03);
}
.archives__contain .video img {
  width: 100%;
}
.archives__contain .btn {
  width: 75%;
}

.recent_model__title01 {
  font-size: 8vw;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.recent_model__title02 {
  font-size: 8vw;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  margin-left: 1em;
}
.recent_model__article {
  padding-top: 80px;
}
.recent_model__contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recent_model__contain .pic {
  max-width: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.recent_model__contain .desc {
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  padding-left: 110px;
}
.recent_model__contain .txt {
  font-size: 18px;
  padding-bottom: 24px;
  padding-right: 35px;
}
.recent_model__contain .area {
  margin-bottom: 32px;
}
.recent_model__contain .area__ttl {
  font-size: 22px;
  font-weight: 500;
}
.recent_model__contain .area__contain {
  padding-top: 10px;
}
.recent_model__contain .area .main_market {
  width: 80%;
}
.recent_model__contain .area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 30px;
}
.recent_model__contain .area__list > * {
  max-width: calc(50% - 10px);
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  margin-bottom: 5px;
  padding: 0 0 1px 20px;
  border: 1px solid #000;
}
.recent_model__contain .area__list > *:nth-child(2n) {
  margin-left: 20px;
}
.recent_model__contain .area__list_item {
  font-size: 18px;
  font-weight: 700;
}
.recent_model__contain .btn {
  width: 80%;
}
.recent_model__contain .btn span {
  text-align: left;
}
.recent_model__contain .video {
  padding-bottom: 36px;
  padding-right: 100px;
}
.recent_model__contain .video a {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.recent_model__contain .video a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 5vw;
  height: 5vw;
  background-image: url("../svg/icon-play.svg");
  background-size: cover;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.recent_model__contain .video a img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.recent_model__contain .video a:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.recent_model__contain .video a:hover:after {
  opacity: 0.9;
  -webkit-transform: translate(-50%, -50%) scale(1.03);
  -ms-transform: translate(-50%, -50%) scale(1.03);
  transform: translate(-50%, -50%) scale(1.03);
}
.recent_model__contain .video img {
  width: 100%;
}

.see_also__ttl {
  font-size: 32px;
  font-weight: 700;
  width: 60%;
  margin: 0 0 48px auto;
  padding: 10px 87px 14px;
  color: #fff;
  line-height: 1;
  background-color: #000;
}
.see_also__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.see_also__article {
  max-width: calc(50% - 15px);
  -ms-flex-preferred-size: calc(50% - 15px);
  flex-basis: calc(50% - 15px);
  margin-left: 30px;
  padding-bottom: 80px;
  cursor: pointer;
}
.see_also__article:first-child {
  margin-left: 0;
}
.see_also__article__wide {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: 0;
}
.see_also__article__wide + * {
  margin-left: 0;
}
.see_also__article .pic {
  padding-bottom: 30px;
  overflow: hidden;
}
.see_also__article .pic img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.see_also__article .name {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.25;
}
.see_also__article .name > * {
  font-size: 24px;
  display: block;
  padding-bottom: 10px;
  font-weight: 500;
}
.see_also__article .txt {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 36px;
}
.see_also__article:hover {
  text-decoration: none;
}
.see_also__article:hover .pic img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.9;
}
.see_also__article:hover .btn {
  text-decoration: none;
}
.see_also__article:hover .btn span {
  color: #000;
}
.see_also__article:hover .btn span:before {
  opacity: 1;
}
.see_also__article:hover .btn span:after {
  opacity: 0;
}
.see_also__article:hover .btn::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.top_intro {
  margin-bottom: 0px;
}
.top_intro__desc {
  position: relative;
  font-weight: 500;
  padding: 46px 0 150px;
  margin-bottom: 32px;
}
.top_intro__desc .txt {
  font-size: 22px;
  padding-left: 30px;
}
.top_intro .scrl_induction {
  position: absolute;
  right: 30px;
  bottom: calc(100% + 35px);
  overflow: hidden;
}
.top_intro__news {
  position: relative;
}
.top_intro__news_ticker {
  font-size: 18px;
  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%;
  min-width: 686px;
  margin: 0 0 0 auto;
  color: #fff;
  background-color: #000;
}
.top_intro__news_ticker .ttl {
  font-weight: 400;
  max-width: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  text-align: center;
  border-right: 1px solid #fff;
}
.top_intro__news_ticker .list {
  max-width: calc(100% - 160px);
  -ms-flex-preferred-size: calc(100% - 160px);
  flex-basis: calc(100% - 160px);
  padding: 0 36px;
  overflow: hidden;
}
.top_intro__news_ticker .list .swiper {
  height: 78px;
}
.top_intro__news_ticker .list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 100%;
}
.top_intro__news_ticker .list span,
.top_intro__news_ticker .list a {
  display: block;
  width: 100%;
  max-width: 100%;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top_intro__news_ticker .list a {
  background-image: url(../svg/icon-news_arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.top_intro__news_ticker .list a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.top_philosophy {
  display: block;
  margin-bottom: 0px;
}
.top_philosophy__visual {
  overflow: hidden;
}
.top_philosophy__visual .parallax {
  position: relative;
  padding-top: 58%;
}
.top_philosophy__visual .fig {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 1.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 1.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 1.8s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 1.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.top_philosophy__visual .fig img {
  width: auto;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translateX(-24.5%);
  -ms-transform: translateX(-24.5%);
  transform: translateX(-24.5%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_philosophy__visual .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top_philosophy__visual_text {
  color: #000;
  margin-left: 0px;
  font-size: 8vw;
  line-height: 0.75;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.top_philosophy__desc .txt {
  font-size: 18px;
  padding: 60px 0 36px;
}
.top_philosophy:hover {
  text-decoration: none;
}
.top_philosophy:hover .fig img {
  -webkit-transform: translateX(-24.25%) scale(1.03);
  -ms-transform: translateX(-24.25%) scale(1.03);
  transform: translateX(-24.25%) scale(1.03);
  opacity: 0.9;
}
.top_philosophy:hover .btn {
  text-decoration: none;
}
.top_philosophy:hover .btn span {
  color: #000;
}
.top_philosophy:hover .btn span:before {
  opacity: 1;
}
.top_philosophy:hover .btn span:after {
  opacity: 0;
}
.top_philosophy:hover .btn::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.top_heritage {
  padding-bottom: 100px;
}
.top_heritage__visual_text01 {
  font-size: 8vw;
  line-height: 0.75;
  -webkit-transform: translateY(80%);
  -ms-transform: translateY(80%);
  transform: translateY(80%);
}
.top_heritage__visual_text01 > * {
  line-height: 1.5 !important;
}
.top_heritage__visual_text01 .slideup_ttl span {
  color: #231F20 !important;
}
.top_heritage__visual_text02 {
  color: #231F20;
  margin-left: 0;
  font-size: 8vw;
  line-height: 0.75;
  -webkit-transform: translate(30vw, 80%);
  -ms-transform: translate(30vw, 80%);
  transform: translate(30vw, 80%);
}
.top_heritage__visual_text02 .slideup_ttl span {
  color: #231F20 !important;
}
.top_heritage__visual_text03 {
  color: #231F20;
  font-size: 8vw;
  line-height: 0.75;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  text-align: right;
}
.top_heritage__visual_text03 > * {
  padding-right: 0.5%;
}
.top_heritage__visual_text03 .slideup_ttl span {
  color: #231F20 !important;
}
.top_heritage__desc .ttl {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 36px;
}
.top_heritage__desc .txt {
  font-size: 18px;
  padding: 0 0 36px;
}
.top_craftsmanship {
  display: block;
  margin-bottom: 150px;
}
.top_craftsmanship__visual_text {
  color: #000;
  margin-left: 0px;
  font-size: 8vw;
  line-height: 0.75;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.top_craftsmanship__visual .fig {
  width: 100%;
  overflow: hidden;
}
.top_craftsmanship__visual .fig img {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.top_craftsmanship__desc .ttl {
  font-size: 24px;
  font-weight: 700;
  padding: 60px 0 36px;
}
.top_craftsmanship__desc .txt {
  font-size: 18px;
  padding: 0 0 36px;
}
.top_craftsmanship:hover {
  text-decoration: none;
}
.top_craftsmanship:hover .fig img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.9;
}
.top_craftsmanship:hover .btn {
  text-decoration: none;
}
.top_craftsmanship:hover .btn span {
  color: #000;
}
.top_craftsmanship:hover .btn span:before {
  opacity: 1;
}
.top_craftsmanship:hover .btn span:after {
  opacity: 0;
}
.top_craftsmanship:hover .btn::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.join_contents {
  padding-top: 80px;
}

.join__contents {
  padding-top: 50px !important;
}
.join__information {
  margin-bottom: 100px;
  padding-bottom: 5px;
}
.join__information .pic {
  overflow: hidden;
}
.join__information .pic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.join__information__headding {
  display: block;
}
.join__information__headding:hover {
  text-decoration: none;
}
.join__information__headding:hover .pic img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.9;
}
.join__information__headding:hover .btn {
  text-decoration: none;
}
.join__information__headding:hover .btn span {
  color: #000;
}
.join__information__headding:hover .btn span:before {
  opacity: 1;
}
.join__information__headding:hover .btn span:after {
  opacity: 0;
}
.join__information__headding:hover .btn::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.join__information__title01 {
  color: #231F20;
  margin-left: 0;
  margin-bottom: 5vw;
  font-size: 8vw;
  line-height: 0.75;
}
.join__information__title01 > * {
  line-height: 1.5;
}
.join__information__desc {
  padding-top: 50px;
  padding-bottom: 80px;
}
.join__information__desc .ttl {
  font-size: 32px;
  font-weight: 700;
  padding: 0 0 36px;
}
.join__information__desc .txt {
  font-size: 18px;
  padding: 0 0 36px;
}
.join__information .content_box__list {
  margin-bottom: 0;
}
.join__information .content_box .btn > * {
  padding: 8px 24px 8px 16px;
}
.join__recruiting__ttl {
  font-size: 24px;
  text-align: center;
  padding-bottom: 72px;
}
.join__recruiting__article {
  padding: 90px 30px 0;
  margin-bottom: 74px;
  border-top: 1px solid #000;
}
.join__recruiting__article .name {
  font-size: 22px;
  padding-bottom: 48px;
}
.join__recruiting__article:nth-child(2) {
  padding-top: 0;
  border: 0;
}
.join__internship__introduction {
  padding-top: 60px;
}
.join__internship__introduction .ttl {
  font-size: 24px;
  padding-bottom: 36px;
}
.join__internship__introduction .txt {
  font-size: 18px;
  padding-bottom: 46px;
}
.join__internship__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 140px;
}
.join__internship__image > * {
  max-width: calc(33.33% - 13px);
  -ms-flex-preferred-size: calc(33.33% - 13px);
  flex-basis: calc(33.33% - 13px);
  margin-left: 18px;
}
.join__internship__image > *:first-child {
  margin-left: 0;
}
.join__internship__image > * img {
  width: 100%;
}
.join__internship__guide {
  padding-bottom: 140px;
}
.join__internship__guide .ttl {
  font-size: 24px;
}
.join__internship__guide_article {
  padding-top: 80px;
}
.join__internship__guide_article .name {
  font-size: 22px;
  padding-bottom: 8px;
}
.join__internship__guide_article .date {
  font-size: 18px;
  padding-bottom: 45px;
}
.join__internship__guide_article .table {
  margin-bottom: 45px;
}
.join__internship__guide_article .notice {
  font-size: 18px;
  padding-bottom: 50px;
}
.join__csr {
  padding-bottom: 126px;
}
.join__csr__ttl {
  font-size: 32px;
  padding-bottom: 45px;
}
.join__csr__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.join__csr__image img {
  width: 100%;
}
.join__csr__image .pic {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.join__csr__image .left {
  max-width: calc(70% - 15px);
  -ms-flex-preferred-size: calc(70% - 15px);
  flex-basis: calc(70% - 15px);
  background-size: cover;
  background-repeat: no-repeat;
}
.join__csr__image .right {
  max-width: calc(30% - 15px);
  -ms-flex-preferred-size: calc(30% - 15px);
  flex-basis: calc(30% - 15px);
  margin-left: 30px;
}
.join__csr__image .right .pic {
  padding-top: 56%;
}
.join__csr__image .right > * {
  margin-bottom: 20px;
}
.join__csr__image .right > *:nth-last-child(1) {
  margin-bottom: 0;
}
.join__csr__name {
  font-size: 24px;
  line-height: 1.25;
}
.join__csr__name > * {
  display: block;
  font-size: 18px;
  padding-top: 3px;
}
.join__csr__txt {
  font-size: 18px;
  padding-top: 46px;
}
.join__csr__archives {
  padding-top: 100px;
  padding-bottom: 140px;
}
.join__csr__archives .ttl {
  font-size: 32px;
}
.join__csr__archives__title01 {
  font-size: 8vw;
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
  margin-bottom: 36px;
}
.join__csr__archives__list {
  border-bottom: 1px solid #000;
}
.join__csr__archives__name {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #000;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  cursor: pointer;
}
.join__csr__archives__name_icon {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.join__csr__archives__name_icon > * {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.join__csr__archives__name_icon > *::before, .join__csr__archives__name_icon > *::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #000;
}
.join__csr__archives__name_icon > *::before {
  -webkit-transform: translate(2px, 8px) rotate(90deg);
  -ms-transform: translate(2px, 8px) rotate(90deg);
  transform: translate(2px, 8px) rotate(90deg);
}
.join__csr__archives__name_icon > *::after {
  -webkit-transform: translate(2px, 8px) rotate(0deg);
  -ms-transform: translate(2px, 8px) rotate(0deg);
  transform: translate(2px, 8px) rotate(0deg);
}
.active .join__csr__archives__name_icon > * {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.active .join__csr__archives__name_icon > *::before, .active .join__csr__archives__name_icon > *::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
}
.active .join__csr__archives__name_icon > *::before {
  -webkit-transform: translate(2px, 4px) rotate(90deg);
  -ms-transform: translate(2px, 4px) rotate(90deg);
  transform: translate(2px, 4px) rotate(90deg);
}
.active .join__csr__archives__name_icon > *::after {
  -webkit-transform: translate(6px, 8px) rotate(0deg);
  -ms-transform: translate(6px, 8px) rotate(0deg);
  transform: translate(6px, 8px) rotate(0deg);
}
.join__csr__archives__name .txt {
  font-size: 32px;
  position: relative;
  color: #000;
  line-height: 1;
  padding: 24px 16px 28px 16px;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 2;
}
.join__csr__archives__name:hover .txt {
  line-height: 1;
  padding: 32px 16px 40px 16px;
}
.active .join__csr__archives__name {
  background-color: #000;
}
.active .join__csr__archives__name .txt {
  color: #fff;
  line-height: 1;
}
.active .join__csr__archives__name .pic {
  opacity: 0;
}
.active .join__csr__archives__name:hover .pic {
  opacity: 0;
}
.join__csr__archives__contain > * {
  padding: 32px;
}
.join__our_team__map__wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.join__our_team__map__wrap > * {
  position: absolute;
  display: block;
  background-size: cover;
}
.join__our_team__map__bg {
  background-image: url(../svg/bg-team_circle.svg);
  background-size: cover;
  background-position: center;
  top: 50%;
  left: 50%;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-top: 70%;
}
.join__our_team__map__article {
  width: 20%;
  height: 20%;
  cursor: pointer;
}
.join__our_team__map__article > * {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.join__our_team__map__article > *::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  top: 0;
  left: 0;
  background-size: 100%;
}
.join__our_team__map__article:hover > * {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.join__our_team__map__article01 {
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url(../svg/btn-interior_designer.svg);
}
.join__our_team__map__article01 > *::after {
  background-image: url(../svg/btn-interior_designer_on.svg);
}
.join__our_team__map__article02 {
  top: 15%;
  right: 15%;
  background-image: url(../svg/btn-physical_modeler.svg);
}
.join__our_team__map__article02 > *::after {
  background-image: url(../svg/btn-physical_modeler_on.svg);
}
.join__our_team__map__article03 {
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(../svg/btn-digital_modeler.svg);
}
.join__our_team__map__article03 > *::after {
  background-image: url(../svg/btn-digital_modeler_on.svg);
}
.join__our_team__map__article04 {
  bottom: 15%;
  right: 15%;
  background-image: url(../svg/btn-pq.svg);
}
.join__our_team__map__article04 > *::after {
  background-image: url(../svg/btn-pq_on.svg);
}
.join__our_team__map__article05 {
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url(../svg/btn-color_designer.svg);
}
.join__our_team__map__article05 > *::after {
  background-image: url(../svg/btn-color_designer_on.svg);
}
.join__our_team__map__article06 {
  bottom: 15%;
  left: 15%;
  background-image: url(../svg/btn-design_strategy.svg);
}
.join__our_team__map__article06 > *::after {
  background-image: url(../svg/btn-design_strategy_on.svg);
}
.join__our_team__map__article07 {
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(../svg/btn-ui_ux.svg);
}
.join__our_team__map__article07 > *::after {
  background-image: url(../svg/btn-ui_ux_on.svg);
}
.join__our_team__map__article08 {
  top: 15%;
  left: 15%;
  background-image: url(../svg/btn-exterior_designer.svg);
}
.join__our_team__map__article08 > *::after {
  background-image: url(../svg/btn-exterior_designer_on.svg);
}
.join__our_team__modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.join__our_team__modal > * {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.join__our_team__modal .caption {
  text-align: left;
  padding-right: 72px;
}
.join__our_team__modal .pic img {
  width: 100%;
}
.join__our_team__modal .ttl {
  font-size: 32px;
  padding-bottom: 45px;
  line-height: 1.25;
}
.join__our_team__modal .txt {
  font-size: 18px;
  line-height: 1.5;
}
.join__our_team__modal .txt .notice {
  display: inline-block;
  font-size: 14px;
  padding-top: 1em;
}

.requirement {
  font-size: 18px;
  margin-bottom: 40px;
}
.requirement__ttl {
  font-weight: 500;
  padding-bottom: 0.5em;
}
.requirement__contain {
  margin-left: 25px;
}
.requirement__list > * {
  list-style-type: disc;
}

.design_philosophy__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 10vw;
  left: 0;
  background-color: #000;
  color: #fff;
  width: 405px !important;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 5;
}
.design_philosophy__bnr .txt {
  position: relative;
  -ms-flex-preferred-size: calc(100% - 86px);
  flex-basis: calc(100% - 86px);
  max-width: calc(100% - 86px);
  padding: 14px 10px 4px;
}
.design_philosophy__bnr .txt .intro {
  position: relative;
  z-index: 4;
  font-size: 14px;
  color: #fff;
  -webkit-transition: color 0.75s ease-out 0.15s;
  transition: color 0.75s ease-out 0.15s;
}
.design_philosophy__bnr .txt .link {
  position: relative;
  z-index: 4;
  font-size: 18px;
  font-weight: 500;
}
.design_philosophy__bnr .txt .link span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  padding: 4px 0 8px;
  position: relative;
  color: #fff;
  -webkit-transition: color 0.75s ease-out 0.15s;
  transition: color 0.75s ease-out 0.15s;
  z-index: 4;
}
.design_philosophy__bnr .txt .link span::before, .design_philosophy__bnr .txt .link span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 12px;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.75s ease-out 0.15s;
  transition: opacity 0.75s ease-out 0.15s;
}
.design_philosophy__bnr .txt .link span::before {
  background-image: url(../svg/icon-btn_arrow_black.svg);
  opacity: 0;
}
.design_philosophy__bnr .txt .link span::after {
  background-image: url(../svg/icon-btn_arrow_white.svg);
  opacity: 1;
}
.design_philosophy__bnr .txt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  z-index: 1;
}
.design_philosophy__bnr .fig {
  -ms-flex-preferred-size: 86px;
  flex-basis: 86px;
  max-width: 86px;
  overflow: hidden;
  background-color: #fff;
}
.design_philosophy__bnr .fig > * {
  display: block;
  width: 86px;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.design_philosophy__bnr:hover {
  text-decoration: none;
}
.design_philosophy__bnr:hover .txt .intro {
  color: #000;
}
.design_philosophy__bnr:hover .txt .link span {
  color: #000;
}
.design_philosophy__bnr:hover .txt .link span:before {
  opacity: 1;
}
.design_philosophy__bnr:hover .txt .link span:after {
  opacity: 0;
}
.design_philosophy__bnr:hover .txt::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.design_philosophy__bnr:hover .fig > * {
  opacity: 0.8;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.design_philosophy__robust_ingenious {
  padding-top: 120px;
  padding-bottom: 94px;
}
.design_philosophy__robust_ingenious__ttl {
  padding-bottom: 57px;
  line-height: 1.5;
}
.design_philosophy__robust_ingenious__ttl .shoulder {
  display: block;
}
.design_philosophy__robust_ingenious__ttl .jp {
  font-size: 28px;
}
.design_philosophy__robust_ingenious__ttl .en {
  font-size: 60px;
  margin-right: 0.15em;
  line-height: 1;
}
.design_philosophy__robust_ingenious__article {
  padding-bottom: 94px;
}
.design_philosophy__robust_ingenious__article:nth-last-child(1) {
  padding-bottom: 0;
}
.design_philosophy__robust_ingenious__article .pic {
  margin-bottom: 40px;
}
.design_philosophy__robust_ingenious__article .pic img {
  width: 100%;
}
.design_philosophy__robust_ingenious__article .description {
  width: 70%;
}
.design_philosophy__robust_ingenious__article .description__reverse {
  margin-left: auto;
  margin-right: 0;
}
.design_philosophy__robust_ingenious__article .ttl {
  font-size: 110px;
  line-height: 1.25;
}
.design_philosophy__robust_ingenious__article .txt {
  font-size: 18px;
  line-height: 1.75;
  padding-top: 30px;
}
.design_philosophy__message {
  padding-bottom: 80px;
}
.design_philosophy__message__contain {
  position: relative;
  padding-bottom: 170px;
}
.design_philosophy__message__contain .message {
  font-size: 18px;
  margin-right: 300px;
}
.design_philosophy__message__contain .message p {
  margin-bottom: 1em;
}
.design_philosophy__message__contain .message p:nth-last-child(1) {
  margin-bottom: 0;
}
.design_philosophy__message__contain .portrait {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.design_philosophy__message__contain .portrait__sign {
  text-align: center;
}
.design_philosophy__message__contain .portrait__signature {
  padding-bottom: 20px;
}
.design_philosophy__message__contain .portrait__txt {
  font-size: 18px;
}
.design_philosophy__message__contain .portrait__txt > * {
  font-size: 24px;
  margin-left: 0.25em;
}
.design_philosophy__message__contain .portrait__pic {
  margin-left: 86px;
}
.design_philosophy__identity {
  overflow-x: hidden;
}
.design_philosophy__identity_text01 {
  color: #000;
  margin-left: 0px;
  font-size: 8vw;
  line-height: 0.75;
  -webkit-transform: translateX(-10vw);
  -ms-transform: translateX(-10vw);
  transform: translateX(-10vw);
}
.design_philosophy__identity_text02 {
  color: #000;
  margin-left: 0px;
  font-size: 8vw;
  line-height: 0.75;
}
.design_philosophy__identity_text03 {
  color: #000;
  margin-left: 0px;
  font-size: 8vw;
  line-height: 0.75;
}
.design_philosophy__identity__ttl {
  font-size: 24px;
  padding: 15px 0 70px;
}
.design_philosophy__exterior {
  padding-bottom: 100px;
}
.design_philosophy__interior__touch .ttl {
  font-size: 32px;
}
.design_philosophy__interior__touch .desc {
  font-size: 18px;
}
.design_philosophy__essence {
  display: block;
  margin-bottom: 140px;
}
.design_philosophy__essence .pic {
  margin-bottom: 70px;
  overflow: hidden;
}
.design_philosophy__essence .pic img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.design_philosophy__essence .ttl {
  font-size: 32px;
  margin-bottom: 35px;
  line-height: 1;
}
.design_philosophy__essence .txt {
  font-size: 18px;
  margin-bottom: 35px;
}
.design_philosophy__essence:hover {
  text-decoration: none;
}
.design_philosophy__essence:hover .pic img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.9;
}
.design_philosophy__essence:hover .btn {
  text-decoration: none;
}
.design_philosophy__essence:hover .btn span {
  color: #000;
}
.design_philosophy__essence:hover .btn span:before {
  opacity: 1;
}
.design_philosophy__essence:hover .btn span:after {
  opacity: 0;
}
.design_philosophy__essence:hover .btn::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.design_philosophy__modal {
  padding: 55px 155px !important;
}
.design_philosophy__modal .modal-swiper {
  width: 100%;
  max-width: 800px;
}
.design_philosophy__modal .ttl {
  font-size: 32px;
  padding-bottom: 15px;
  line-height: 1.25;
}
.design_philosophy__modal .description {
  font-size: 18px;
  padding-bottom: 44px;
}
.design_philosophy__modal .contain_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.design_philosophy__modal .contain_box > *:first-child {
  max-width: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.design_philosophy__modal .contain_box > *:nth-last-child(1) {
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.design_philosophy__modal .contain_box.pd_top {
  padding-top: 80px;
}
.design_philosophy__modal .contain_box .btn {
  width: 33.33%;
}
.design_philosophy__modal .contain_box .description {
  text-align: left;
  padding-bottom: 0;
  line-height: 1.25;
}
.design_philosophy__modal .contain_box > .description {
  margin-left: 20px;
}
.design_philosophy__modal .contain_box__half > *:first-child {
  max-width: calc(50% - 10px);
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
}
.design_philosophy__modal .contain_box__half > *:nth-last-child(1) {
  max-width: calc(50% - 10px);
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  margin-left: 20px;
}
.design_philosophy__modal_slide {
  position: relative;
  padding-bottom: 50px;
}

.box {
  width: 300px;
  border: 1px solid #000;
  margin: 10px;
  cursor: pointer;
}

.toggle-container {
  -webkit-transition: height 0.35s ease-in-out;
  transition: height 0.35s ease-in-out;
  overflow: hidden;
}

.toggle-container:not(.opened) {
  display: none;
}

.btn {
  font-size: 18px;
  font-family: MMCFont, "Noto Sans Japanese", sans-serif;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.25;
  border: 1px solid #000;
  background-color: #000;
  font-weight: 700;
  cursor: pointer;
}
.btn span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  padding: 8px 70px 8px 32px;
  position: relative;
  color: #fff;
  -webkit-transition: color 0.75s ease-out 0.15s;
  transition: color 0.75s ease-out 0.15s;
  text-align: center;
  z-index: 2;
}
.btn span::before, .btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 15px;
  height: 12px;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.75s ease-out 0.15s;
  transition: opacity 0.75s ease-out 0.15s;
}
.btn span::before {
  background-image: url(../svg/icon-btn_arrow_black.svg);
  opacity: 0;
}
.btn span::after {
  background-image: url(../svg/icon-btn_arrow_white.svg);
  opacity: 1;
}
.btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  z-index: 1;
}
.btn:hover {
  text-decoration: none;
}
.btn:hover span {
  color: #000;
}
.btn:hover span:before {
  opacity: 1;
}
.btn:hover span:after {
  opacity: 0;
}
.btn:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.btn__back span {
  padding: 8px 32px 8px 60px;
}
.btn__back span::before, .btn__back span::after {
  left: 28px;
  right: auto;
  width: 15px;
  height: 12px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.btn__back::before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.btn__default span {
  padding: 8px 32px 8px 32px;
}
.btn__default span::before, .btn__default span::after {
  display: none;
}
.btn__block {
  display: block;
}

.contents_nav {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #C9C9C9;
  z-index: 2100;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
  opacity: 0;
  -webkit-transition: opacity 0.75s ease-out, -webkit-transform 1s cubic-bezier(0, 0.65, 0.11, 1);
  transition: opacity 0.75s ease-out, -webkit-transform 1s cubic-bezier(0, 0.65, 0.11, 1);
  transition: transform 1s cubic-bezier(0, 0.65, 0.11, 1), opacity 0.75s ease-out;
  transition: transform 1s cubic-bezier(0, 0.65, 0.11, 1), opacity 0.75s ease-out, -webkit-transform 1s cubic-bezier(0, 0.65, 0.11, 1);
}
.contents_nav.open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.contents_nav a {
  display: inline-block;
  color: #fff;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.contents_nav a.active, .contents_nav a:hover {
  text-decoration: none;
  color: #231F20;
}
.contents_nav__wrap {
  position: relative;
  width: 100%;
  max-width: 1120px;
  padding: 53px 30px 0;
  margin: 0 auto;
}
.contents_nav__toggle {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 16;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contents_nav__toggle > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 48px;
  cursor: pointer;
  background-color: #686D71;
}
.contents_nav__toggle > * span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 12px;
  width: 26px;
  height: 3px;
  background-color: #fff;
  vertical-align: bottom;
}
.contents_nav__toggle > * span:nth-of-type(1) {
  top: 14px;
}
.contents_nav__toggle > * span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contents_nav__toggle > * span:nth-of-type(3) {
  bottom: 14px;
}
.min .contents_nav__toggle > * span {
  background-color: #0E3B5E;
}
.open .min .contents_nav__toggle > * span {
  background-color: #000;
}
.contents_nav__toggle:hover {
  opacity: 0.9;
}
.contents_nav__close {
  position: absolute;
  top: 53px;
  right: 30px;
  z-index: 16;
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0.8s;
  transition: all 0.5s ease-out 0.8s;
}
.open .contents_nav__close {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.contents_nav__close > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 74px;
  height: 70px;
  cursor: pointer;
}
.contents_nav__close > * span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 17px;
  width: 40px;
  height: 3px;
  background-color: #fff;
  vertical-align: bottom;
}
.contents_nav__close > * span:nth-of-type(1) {
  top: 23px;
  -webkit-transform: translateY(12px) rotate(-45deg);
  -ms-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.contents_nav__close > * span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  opacity: 0;
}
.contents_nav__close > * span:nth-of-type(3) {
  bottom: 23px;
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.min .contents_nav__close > * span {
  background-color: #0E3B5E;
}
.open .min .contents_nav__close > * span {
  background-color: #000;
}
.contents_nav__close:hover i {
  opacity: 0.5;
}
.contents_nav__lang {
  font-size: 20px;
  font-weight: 500;
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0.8s;
  transition: all 0.5s ease-out 0.8s;
}
.open .contents_nav__lang {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.contents_nav__lang > * {
  display: inline-block;
}
.contents_nav__lang > *::before {
  content: "/";
  display: inline-block;
  margin-right: 0.25em;
  color: #fff;
}
.contents_nav__lang > *:first-child::before {
  display: none;
}
.contents_nav__list {
  font-size: 32px;
  font-weight: 500;
  padding: 53px 0 0;
}
.contents_nav__list > * {
  opacity: 0;
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.contents_nav__list > *:nth-of-type(1) {
  -webkit-transition: all 0.5s ease-out 0.88s;
  transition: all 0.5s ease-out 0.88s;
}
.contents_nav__list > *:nth-of-type(2) {
  -webkit-transition: all 0.5s ease-out 0.96s;
  transition: all 0.5s ease-out 0.96s;
}
.contents_nav__list > *:nth-of-type(3) {
  -webkit-transition: all 0.5s ease-out 1.04s;
  transition: all 0.5s ease-out 1.04s;
}
.contents_nav__list > *:nth-of-type(4) {
  -webkit-transition: all 0.5s ease-out 1.12s;
  transition: all 0.5s ease-out 1.12s;
}
.contents_nav__list > *:nth-of-type(5) {
  -webkit-transition: all 0.5s ease-out 1.2s;
  transition: all 0.5s ease-out 1.2s;
}
.contents_nav__list > *:nth-of-type(6) {
  -webkit-transition: all 0.5s ease-out 1.28s;
  transition: all 0.5s ease-out 1.28s;
}
.contents_nav__list > *:nth-of-type(7) {
  -webkit-transition: all 0.5s ease-out 1.36s;
  transition: all 0.5s ease-out 1.36s;
}
.contents_nav__list > *:nth-of-type(8) {
  -webkit-transition: all 0.5s ease-out 1.44s;
  transition: all 0.5s ease-out 1.44s;
}
.contents_nav__list > *:nth-of-type(9) {
  -webkit-transition: all 0.5s ease-out 1.52s;
  transition: all 0.5s ease-out 1.52s;
}
.contents_nav__list > *:nth-of-type(10) {
  -webkit-transition: all 0.5s ease-out 1.6s;
  transition: all 0.5s ease-out 1.6s;
}
.contents_nav__list > *:nth-of-type(11) {
  -webkit-transition: all 0.5s ease-out 1.68s;
  transition: all 0.5s ease-out 1.68s;
}
.contents_nav__list > *:nth-of-type(12) {
  -webkit-transition: all 0.5s ease-out 1.76s;
  transition: all 0.5s ease-out 1.76s;
}
.contents_nav__list > *:nth-of-type(13) {
  -webkit-transition: all 0.5s ease-out 1.84s;
  transition: all 0.5s ease-out 1.84s;
}
.contents_nav__list > *:nth-of-type(14) {
  -webkit-transition: all 0.5s ease-out 1.92s;
  transition: all 0.5s ease-out 1.92s;
}
.contents_nav__list > *:nth-of-type(15) {
  -webkit-transition: all 0.5s ease-out 2s;
  transition: all 0.5s ease-out 2s;
}
.contents_nav__list > *:nth-of-type(16) {
  -webkit-transition: all 0.5s ease-out 2.08s;
  transition: all 0.5s ease-out 2.08s;
}
.contents_nav__list > *:nth-of-type(17) {
  -webkit-transition: all 0.5s ease-out 2.16s;
  transition: all 0.5s ease-out 2.16s;
}
.contents_nav__list > *:nth-of-type(18) {
  -webkit-transition: all 0.5s ease-out 2.24s;
  transition: all 0.5s ease-out 2.24s;
}
.contents_nav__list > *:nth-of-type(19) {
  -webkit-transition: all 0.5s ease-out 2.32s;
  transition: all 0.5s ease-out 2.32s;
}
.contents_nav__list > *:nth-of-type(20) {
  -webkit-transition: all 0.5s ease-out 2.4s;
  transition: all 0.5s ease-out 2.4s;
}
.contents_nav__list > *:nth-of-type(21) {
  -webkit-transition: all 0.5s ease-out 2.48s;
  transition: all 0.5s ease-out 2.48s;
}
.contents_nav__list > *:nth-of-type(22) {
  -webkit-transition: all 0.5s ease-out 2.56s;
  transition: all 0.5s ease-out 2.56s;
}
.contents_nav__list > *:nth-of-type(23) {
  -webkit-transition: all 0.5s ease-out 2.64s;
  transition: all 0.5s ease-out 2.64s;
}
.contents_nav__list > *:nth-of-type(24) {
  -webkit-transition: all 0.5s ease-out 2.72s;
  transition: all 0.5s ease-out 2.72s;
}
.contents_nav__list > *:nth-of-type(25) {
  -webkit-transition: all 0.5s ease-out 2.8s;
  transition: all 0.5s ease-out 2.8s;
}
.contents_nav__list > *:nth-of-type(26) {
  -webkit-transition: all 0.5s ease-out 2.88s;
  transition: all 0.5s ease-out 2.88s;
}
.contents_nav__list > *:nth-of-type(27) {
  -webkit-transition: all 0.5s ease-out 2.96s;
  transition: all 0.5s ease-out 2.96s;
}
.contents_nav__list > *:nth-of-type(28) {
  -webkit-transition: all 0.5s ease-out 3.04s;
  transition: all 0.5s ease-out 3.04s;
}
.contents_nav__list > *:nth-of-type(29) {
  -webkit-transition: all 0.5s ease-out 3.12s;
  transition: all 0.5s ease-out 3.12s;
}
.contents_nav__list > *:nth-of-type(30) {
  -webkit-transition: all 0.5s ease-out 3.2s;
  transition: all 0.5s ease-out 3.2s;
}
.contents_nav__list > *:nth-of-type(31) {
  -webkit-transition: all 0.5s ease-out 3.28s;
  transition: all 0.5s ease-out 3.28s;
}
.contents_nav__list > *:nth-of-type(32) {
  -webkit-transition: all 0.5s ease-out 3.36s;
  transition: all 0.5s ease-out 3.36s;
}
.contents_nav__list > *:nth-of-type(33) {
  -webkit-transition: all 0.5s ease-out 3.44s;
  transition: all 0.5s ease-out 3.44s;
}
.contents_nav__list > *:nth-of-type(34) {
  -webkit-transition: all 0.5s ease-out 3.52s;
  transition: all 0.5s ease-out 3.52s;
}
.contents_nav__list > *:nth-of-type(35) {
  -webkit-transition: all 0.5s ease-out 3.6s;
  transition: all 0.5s ease-out 3.6s;
}
.contents_nav__list > *:nth-of-type(36) {
  -webkit-transition: all 0.5s ease-out 3.68s;
  transition: all 0.5s ease-out 3.68s;
}
.contents_nav__list > *:nth-of-type(37) {
  -webkit-transition: all 0.5s ease-out 3.76s;
  transition: all 0.5s ease-out 3.76s;
}
.contents_nav__list > *:nth-of-type(38) {
  -webkit-transition: all 0.5s ease-out 3.84s;
  transition: all 0.5s ease-out 3.84s;
}
.contents_nav__list > *:nth-of-type(39) {
  -webkit-transition: all 0.5s ease-out 3.92s;
  transition: all 0.5s ease-out 3.92s;
}
.contents_nav__list > *:nth-of-type(40) {
  -webkit-transition: all 0.5s ease-out 4s;
  transition: all 0.5s ease-out 4s;
}
.contents_nav__list > *:nth-of-type(41) {
  -webkit-transition: all 0.5s ease-out 4.08s;
  transition: all 0.5s ease-out 4.08s;
}
.contents_nav__list > *:nth-of-type(42) {
  -webkit-transition: all 0.5s ease-out 4.16s;
  transition: all 0.5s ease-out 4.16s;
}
.contents_nav__list > *:nth-of-type(43) {
  -webkit-transition: all 0.5s ease-out 4.24s;
  transition: all 0.5s ease-out 4.24s;
}
.contents_nav__list > *:nth-of-type(44) {
  -webkit-transition: all 0.5s ease-out 4.32s;
  transition: all 0.5s ease-out 4.32s;
}
.contents_nav__list > *:nth-of-type(45) {
  -webkit-transition: all 0.5s ease-out 4.4s;
  transition: all 0.5s ease-out 4.4s;
}
.contents_nav__list > *:nth-of-type(46) {
  -webkit-transition: all 0.5s ease-out 4.48s;
  transition: all 0.5s ease-out 4.48s;
}
.contents_nav__list > *:nth-of-type(47) {
  -webkit-transition: all 0.5s ease-out 4.56s;
  transition: all 0.5s ease-out 4.56s;
}
.contents_nav__list > *:nth-of-type(48) {
  -webkit-transition: all 0.5s ease-out 4.64s;
  transition: all 0.5s ease-out 4.64s;
}
.contents_nav__list > *:nth-of-type(49) {
  -webkit-transition: all 0.5s ease-out 4.72s;
  transition: all 0.5s ease-out 4.72s;
}
.contents_nav__list > *:nth-of-type(50) {
  -webkit-transition: all 0.5s ease-out 4.8s;
  transition: all 0.5s ease-out 4.8s;
}
.contents_nav__list > *:nth-of-type(51) {
  -webkit-transition: all 0.5s ease-out 4.88s;
  transition: all 0.5s ease-out 4.88s;
}
.contents_nav__list > *:nth-of-type(52) {
  -webkit-transition: all 0.5s ease-out 4.96s;
  transition: all 0.5s ease-out 4.96s;
}
.contents_nav__list > *:nth-of-type(53) {
  -webkit-transition: all 0.5s ease-out 5.04s;
  transition: all 0.5s ease-out 5.04s;
}
.contents_nav__list > *:nth-of-type(54) {
  -webkit-transition: all 0.5s ease-out 5.12s;
  transition: all 0.5s ease-out 5.12s;
}
.contents_nav__list > *:nth-of-type(55) {
  -webkit-transition: all 0.5s ease-out 5.2s;
  transition: all 0.5s ease-out 5.2s;
}
.contents_nav__list > *:nth-of-type(56) {
  -webkit-transition: all 0.5s ease-out 5.28s;
  transition: all 0.5s ease-out 5.28s;
}
.contents_nav__list > *:nth-of-type(57) {
  -webkit-transition: all 0.5s ease-out 5.36s;
  transition: all 0.5s ease-out 5.36s;
}
.contents_nav__list > *:nth-of-type(58) {
  -webkit-transition: all 0.5s ease-out 5.44s;
  transition: all 0.5s ease-out 5.44s;
}
.contents_nav__list > *:nth-of-type(59) {
  -webkit-transition: all 0.5s ease-out 5.52s;
  transition: all 0.5s ease-out 5.52s;
}
.contents_nav__list > *:nth-of-type(60) {
  -webkit-transition: all 0.5s ease-out 5.6s;
  transition: all 0.5s ease-out 5.6s;
}
.contents_nav__list > *:nth-of-type(61) {
  -webkit-transition: all 0.5s ease-out 5.68s;
  transition: all 0.5s ease-out 5.68s;
}
.contents_nav__list > *:nth-of-type(62) {
  -webkit-transition: all 0.5s ease-out 5.76s;
  transition: all 0.5s ease-out 5.76s;
}
.contents_nav__list > *:nth-of-type(63) {
  -webkit-transition: all 0.5s ease-out 5.84s;
  transition: all 0.5s ease-out 5.84s;
}
.contents_nav__list > *:nth-of-type(64) {
  -webkit-transition: all 0.5s ease-out 5.92s;
  transition: all 0.5s ease-out 5.92s;
}
.contents_nav__list > *:nth-of-type(65) {
  -webkit-transition: all 0.5s ease-out 6s;
  transition: all 0.5s ease-out 6s;
}
.contents_nav__list > *:nth-of-type(66) {
  -webkit-transition: all 0.5s ease-out 6.08s;
  transition: all 0.5s ease-out 6.08s;
}
.contents_nav__list > *:nth-of-type(67) {
  -webkit-transition: all 0.5s ease-out 6.16s;
  transition: all 0.5s ease-out 6.16s;
}
.contents_nav__list > *:nth-of-type(68) {
  -webkit-transition: all 0.5s ease-out 6.24s;
  transition: all 0.5s ease-out 6.24s;
}
.contents_nav__list > *:nth-of-type(69) {
  -webkit-transition: all 0.5s ease-out 6.32s;
  transition: all 0.5s ease-out 6.32s;
}
.contents_nav__list > *:nth-of-type(70) {
  -webkit-transition: all 0.5s ease-out 6.4s;
  transition: all 0.5s ease-out 6.4s;
}
.contents_nav__list > *:nth-of-type(71) {
  -webkit-transition: all 0.5s ease-out 6.48s;
  transition: all 0.5s ease-out 6.48s;
}
.contents_nav__list > *:nth-of-type(72) {
  -webkit-transition: all 0.5s ease-out 6.56s;
  transition: all 0.5s ease-out 6.56s;
}
.contents_nav__list > *:nth-of-type(73) {
  -webkit-transition: all 0.5s ease-out 6.64s;
  transition: all 0.5s ease-out 6.64s;
}
.contents_nav__list > *:nth-of-type(74) {
  -webkit-transition: all 0.5s ease-out 6.72s;
  transition: all 0.5s ease-out 6.72s;
}
.contents_nav__list > *:nth-of-type(75) {
  -webkit-transition: all 0.5s ease-out 6.8s;
  transition: all 0.5s ease-out 6.8s;
}
.contents_nav__list > *:nth-of-type(76) {
  -webkit-transition: all 0.5s ease-out 6.88s;
  transition: all 0.5s ease-out 6.88s;
}
.contents_nav__list > *:nth-of-type(77) {
  -webkit-transition: all 0.5s ease-out 6.96s;
  transition: all 0.5s ease-out 6.96s;
}
.contents_nav__list > *:nth-of-type(78) {
  -webkit-transition: all 0.5s ease-out 7.04s;
  transition: all 0.5s ease-out 7.04s;
}
.contents_nav__list > *:nth-of-type(79) {
  -webkit-transition: all 0.5s ease-out 7.12s;
  transition: all 0.5s ease-out 7.12s;
}
.contents_nav__list > *:nth-of-type(80) {
  -webkit-transition: all 0.5s ease-out 7.2s;
  transition: all 0.5s ease-out 7.2s;
}
.contents_nav__list > *:nth-of-type(81) {
  -webkit-transition: all 0.5s ease-out 7.28s;
  transition: all 0.5s ease-out 7.28s;
}
.contents_nav__list > *:nth-of-type(82) {
  -webkit-transition: all 0.5s ease-out 7.36s;
  transition: all 0.5s ease-out 7.36s;
}
.contents_nav__list > *:nth-of-type(83) {
  -webkit-transition: all 0.5s ease-out 7.44s;
  transition: all 0.5s ease-out 7.44s;
}
.contents_nav__list > *:nth-of-type(84) {
  -webkit-transition: all 0.5s ease-out 7.52s;
  transition: all 0.5s ease-out 7.52s;
}
.contents_nav__list > *:nth-of-type(85) {
  -webkit-transition: all 0.5s ease-out 7.6s;
  transition: all 0.5s ease-out 7.6s;
}
.contents_nav__list > *:nth-of-type(86) {
  -webkit-transition: all 0.5s ease-out 7.68s;
  transition: all 0.5s ease-out 7.68s;
}
.contents_nav__list > *:nth-of-type(87) {
  -webkit-transition: all 0.5s ease-out 7.76s;
  transition: all 0.5s ease-out 7.76s;
}
.contents_nav__list > *:nth-of-type(88) {
  -webkit-transition: all 0.5s ease-out 7.84s;
  transition: all 0.5s ease-out 7.84s;
}
.contents_nav__list > *:nth-of-type(89) {
  -webkit-transition: all 0.5s ease-out 7.92s;
  transition: all 0.5s ease-out 7.92s;
}
.contents_nav__list > *:nth-of-type(90) {
  -webkit-transition: all 0.5s ease-out 8s;
  transition: all 0.5s ease-out 8s;
}
.contents_nav__list > *:nth-of-type(91) {
  -webkit-transition: all 0.5s ease-out 8.08s;
  transition: all 0.5s ease-out 8.08s;
}
.contents_nav__list > *:nth-of-type(92) {
  -webkit-transition: all 0.5s ease-out 8.16s;
  transition: all 0.5s ease-out 8.16s;
}
.contents_nav__list > *:nth-of-type(93) {
  -webkit-transition: all 0.5s ease-out 8.24s;
  transition: all 0.5s ease-out 8.24s;
}
.contents_nav__list > *:nth-of-type(94) {
  -webkit-transition: all 0.5s ease-out 8.32s;
  transition: all 0.5s ease-out 8.32s;
}
.contents_nav__list > *:nth-of-type(95) {
  -webkit-transition: all 0.5s ease-out 8.4s;
  transition: all 0.5s ease-out 8.4s;
}
.contents_nav__list > *:nth-of-type(96) {
  -webkit-transition: all 0.5s ease-out 8.48s;
  transition: all 0.5s ease-out 8.48s;
}
.contents_nav__list > *:nth-of-type(97) {
  -webkit-transition: all 0.5s ease-out 8.56s;
  transition: all 0.5s ease-out 8.56s;
}
.contents_nav__list > *:nth-of-type(98) {
  -webkit-transition: all 0.5s ease-out 8.64s;
  transition: all 0.5s ease-out 8.64s;
}
.contents_nav__list > *:nth-of-type(99) {
  -webkit-transition: all 0.5s ease-out 8.72s;
  transition: all 0.5s ease-out 8.72s;
}
.contents_nav__list > *:nth-of-type(100) {
  -webkit-transition: all 0.5s ease-out 8.8s;
  transition: all 0.5s ease-out 8.8s;
}
.open .contents_nav__list > * {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal {
  display: inline-block;
  position: relative;
  width: 80%;
  margin-top: 40px;
  -webkit-font-smoothing: antialiased;
}
.modal .ttl {
  font-size: 32px;
  font-family: MMCFont, "Noto Sans Japanese", sans-serif;
  padding-bottom: 15px;
  line-height: 1.25;
}
.modal .description {
  font-size: 18px;
  padding-bottom: 44px;
}
.modal .contain_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .contain_box > *:first-child {
  max-width: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.modal .contain_box > *:nth-last-child(1) {
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.modal .contain_box.pd_top {
  padding-top: 80px;
}
.modal .contain_box .btn {
  width: 33.33%;
}
.modal .contain_box .description {
  text-align: left;
  padding-bottom: 0;
  line-height: 1.75;
}
.modal .contain_box > .description {
  margin-left: 20px;
}
.modal .contain_box__half .description {
  padding-top: 12px;
}
.modal .contain_box__half > *:first-child {
  max-width: calc(50% - 10px);
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
}
.modal .contain_box__half > *:nth-last-child(1) {
  max-width: calc(50% - 10px);
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  margin-left: 20px;
}
.modal .btn {
  width: 33.33%;
}
.modal__our_team {
  max-width: 1046px;
}
.modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  margin: auto auto auto auto;
  z-index: 2050;
  overflow-y: scroll;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.modal-wrap.open {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-figure {
  padding: 40px 0;
}
.modal-figure img {
  width: 123px;
}
.modal-title {
  font-size: 24px;
  padding-bottom: 24px;
}
.modal-title.left {
  text-align: left;
}
.modal-btn {
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  color: #000;
  font-weight: 500;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  cursor: pointer;
  z-index: 12;
  opacity: 0;
}
.modal-btn > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.modal-btn > * span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 17px;
  width: 30px;
  height: 3px;
  background-color: #000;
  vertical-align: bottom;
}
.modal-btn > * span:nth-of-type(1) {
  top: 23px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.modal-btn > * span:nth-of-type(2) {
  bottom: 23px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.modal-btn:hover {
  opacity: 0.5 !important;
}
.open .modal-btn {
  visibility: visible;
  opacity: 1;
}
.modal-container {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  width: 100%;
  min-width: 486px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.modal-container__slider, .modal-container__philosophy {
  max-width: 1110px;
}
.modal-container > * {
  display: block;
  position: relative;
  z-index: 11;
}
.modal-container > * .inner {
  background-color: #fff;
  padding: 72px 76px;
  border: 1px solid #000;
}
.modal-container > * .inner__h_fix {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 650px;
  overflow-y: scroll;
}
.modal-container > * .inner__movie {
  padding: 54px 76px 32px;
}
.modal-container .yt {
  position: relative;
  width: 100%;
  padding-top: 56% !important;
  margin: 0 auto 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-container .yt iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal-container .btn > * {
  text-align: center;
}
.modal-container .btn_list {
  padding-top: 24px;
}
.modal-container .btn_list > * {
  width: 100%;
}
.open .modal-container {
  visibility: visible;
  opacity: 1;
}
.modal-form > * {
  margin-bottom: 0.5em;
}
.modal-form > *:nth-child(2n) {
  margin-bottom: 1.5em;
}
.modal-form > *:last-child {
  margin-bottom: 0;
}
.modal-form > * > * {
  margin-bottom: 0.5em;
}
.modal-form > * > *:last-child {
  margin-bottom: 0;
}
.modal-content {
  display: none;
}
.modal-content .ttl {
  font-size: 32px;
  padding-bottom: 15px;
  line-height: 1.25;
}
.modal-content .description {
  font-size: 18px;
  padding-bottom: 44px;
}
.modal__slider {
  padding: 55px 155px !important;
}
.modal__slider .modal-swiper {
  width: 100%;
  max-width: 800px;
}
.modal__slider_wrap {
  position: relative;
  padding-bottom: 50px;
}

/* 
<div class="object"><span>OBJECT</span></div>

<div class="wrapper wrapper_left">
  <div class="object"><span>OBJECT</span></div>
</div>
*/
.object {
  font-size: 20px;
  font-weight: bold;
  color: #0966a0;
  padding: 16px;
  margin: 16px;
  background-color: #e1ee8b;
}
.object > * {
  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;
  height: 160px;
  background-color: #9cf5ff;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper_left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wrapper_left > * {
  max-width: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
}
.wrapper_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrapper_center > * {
  max-width: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
}
.wrapper_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wrapper_right > * {
  max-width: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
}
.wrapper_half {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrapper_half > * {
  max-width: calc(50% - 32px);
  -ms-flex-preferred-size: calc(50% - 32px);
  flex-basis: calc(50% - 32px);
}
.wrapper_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrapper_list > * {
  max-width: calc(25% - 32px);
  -ms-flex-preferred-size: calc(25% - 32px);
  flex-basis: calc(25% - 32px);
}
.wrapper_fix_flex > * {
  max-width: calc(100% - 300px);
  -ms-flex-preferred-size: calc(100% - 300px);
  flex-basis: calc(100% - 300px);
}
.wrapper_fix_flex > *:nth-child(1), .wrapper_fix_flex > *:nth-last-child(1) {
  max-width: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
}

.test_obj {
  position: relative;
  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%;
  height: 500px;
}
.test_obj .txt {
  position: relative;
  z-index: inherit;
  font-size: 5rem;
  line-height: 1;
  color: white;
  z-index: 2;
  -webkit-transform: translateX(-3%);
  -ms-transform: translateX(-3%);
  transform: translateX(-3%);
  -webkit-transition: -webkit-transform 0.75s ease-out;
  transition: -webkit-transform 0.75s ease-out;
  transition: transform 0.75s ease-out;
  transition: transform 0.75s ease-out, -webkit-transform 0.75s ease-out;
}
.test_obj::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.test_obj.scrollin .txt {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.test_obj.scrollin::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2025;
  opacity: 0;
  visibility: hidden;
}
.overlay.is_show {
  visibility: visible;
  -webkit-animation: show_ol 0.5s linear 0s forwards;
  animation: show_ol 0.5s linear 0s forwards;
}

@-webkit-keyframes show_ol {
  100% {
    opacity: 1;
  }
}

@keyframes show_ol {
  100% {
    opacity: 1;
  }
}
.swiper-oneview {
  width: 100%;
  height: 100%;
}
.swiper-oneview .swiper-slide {
  display: block;
  width: 100%;
  min-height: 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../svg/icon-slider_arrow_right.svg);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../svg/icon-slider_arrow.svg);
}

.swiper-button-prev,
.swiper-button-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination-fraction {
  font-size: 29px;
  position: absolute;
  width: auto;
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-weight: 500;
}
.swiper-pagination-fraction > span {
  display: inline-block;
  margin: 0 20px;
}
.swiper-pagination-fraction > span:nth-last-child(1) {
  position: relative;
}
.swiper-pagination-fraction > span:nth-last-child(1)::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-20px, -50%) skewX(156deg);
  -ms-transform: translate(-20px, -50%) skewX(156deg);
  transform: translate(-20px, -50%) skewX(156deg);
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  background-color: #fff;
}

.swiper-container {
  z-index: 1;
  height: 800px;
}
.swiper-container .fig {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 800px;
}

.modal-swiper {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.modal .swiper-button-next,
.modal .swiper-container-rtl .swiper-button-prev {
  background-image: url(../svg/icon-slider_arrow_right__black.svg);
}
.modal .swiper-button-prev,
.modal .swiper-container-rtl .swiper-button-next {
  background-image: url(../svg/icon-slider_arrow__black.svg);
}
.modal .swiper-button-prev,
.modal .swiper-button-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal .swiper-button-prev {
  left: -50px;
}
.modal .swiper-button-next {
  right: -50px;
}
.modal .swiper-pagination {
  width: 100%;
  bottom: 17px;
  left: 0;
}
.modal .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #000;
  opacity: 1;
  margin: 0 8px;
}
.modal .swiper-pagination-bullet-active {
  background-color: #000;
}
.modal img {
  width: 100%;
  max-width: 100%;
}

.content_subtitle {
  font-size: 36px;
  color: #fff;
  background-color: #000;
  line-height: 1.25;
  width: 700px;
  padding: 16px 16px 16px 110px;
  margin-bottom: 30px;
}
.content_subtitle__inline {
  font-size: 32px;
  display: inline-block;
  width: auto;
  padding: 16px 64px 16px 110px;
}
.content_subtitle__small {
  font-size: 22px;
  display: inline-block;
  width: auto;
  padding: 16px 64px 16px 110px;
  margin-bottom: 80px;
}
.content_subtitle > * {
  font-size: 22px;
  display: block;
  font-weight: 500;
}

.table {
  width: 100%;
  border: 1px solid #000;
}
.table th,
.table td {
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #000;
  padding: 18px;
  text-align: center;
  vertical-align: middle;
}

.txt__scroll {
  position: relative;
  line-height: 2em;
  max-width: 100%;
  z-index: 2;
}
.txt__scroll > * {
  line-height: 0.9em;
}

.content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}
.content_box__list {
  margin-bottom: 150px;
}
.content_box__list > * {
  margin-bottom: 100px;
}
.content_box__list > *:nth-last-child(1) {
  margin-bottom: 0;
}
.content_box__list > a:hover {
  text-decoration: none;
}
.content_box__list > a:hover .pic img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.9;
}
.content_box__list > a:hover .btn {
  text-decoration: none;
}
.content_box__list > a:hover .btn span {
  color: #000;
}
.content_box__list > a:hover .btn span:before {
  opacity: 1;
}
.content_box__list > a:hover .btn span:after {
  opacity: 0;
}
.content_box__list > a:hover .btn::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.content_box .pic {
  max-width: 66.66%;
  -ms-flex-preferred-size: 66.66%;
  flex-basis: 66.66%;
  overflow: hidden;
}
.content_box .pic img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content_box .txt {
  max-width: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  padding: 12px 45px 32px;
}
.content_box .txt__top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.content_box .txt__mid {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.content_box .txt__btm {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.content_box .txt__readable {
  padding: 0px 0px 0px 73px;
}
.content_box .name {
  font-size: 36px;
  line-height: 1.25;
  padding-bottom: 10px;
}
.content_box .name__medium {
  font-size: 32px;
  padding-bottom: 35px;
}
.content_box .name__small {
  font-size: 22px;
  padding-bottom: 48px;
}
.content_box .desc {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 1em;
}
.content_box__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.content_box__reverse .txt__readable {
  padding: 0px 70px 0px 0 !important;
}
.content_box .address {
  font-size: 18px;
  line-height: 1.5;
  padding: 1em 0;
}

.content_visual {
  position: relative;
  width: 100%;
  min-height: 700px;
  min-height: calc(var(--vh, 1vh) * 100 - 156px);
  height: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
}
.content_visual > * {
  color: #000;
  position: absolute;
  width: 100%;
  font-size: 12vw;
}
.content_visual > * > * {
  line-height: 1.25;
}
.content_visual__sub {
  padding-bottom: 100px;
}
.content_visual__text01 {
  top: 0px;
  left: 0;
  text-align: right;
  z-index: 2;
}
.content_visual__text01 > * {
  line-height: 1;
  padding-right: 0.25em;
}
.content_visual__text02 {
  top: 160px;
  right: -80px;
  text-align: right;
  z-index: 2;
}
.content_visual__text03 {
  bottom: 0;
  left: 0;
  z-index: 4;
}
.content_visual__text04 {
  bottom: 0px;
  left: 0;
  z-index: 4;
}
.content_visual__philosophy01 {
  top: 0px;
  left: 0;
  text-align: right;
  z-index: 2;
}
.content_visual__philosophy01 > * {
  line-height: 1;
}
.content_visual__philosophy02 {
  bottom: 0px;
  left: 0;
  z-index: 4;
}
.content_visual__concept01 {
  top: 0;
  left: 0;
  text-align: right;
  z-index: 2;
}
.content_visual__concept01 > * {
  padding-right: 1vw;
}
.content_visual__concept02 {
  bottom: 4vh;
  left: 0;
  z-index: 4;
}
.content_visual__production01 {
  top: 0;
  left: 0;
  text-align: right;
  z-index: 2;
}
.content_visual__production02 {
  bottom: 4vh;
  left: 0;
  z-index: 4;
}
.content_visual__production02 {
  bottom: 0px;
  left: 0;
  z-index: 4;
}
.content_visual__production02 {
  bottom: 4vh;
  left: 0;
  z-index: 4;
}
.content_visual__concept_detail01 {
  font-size: 10vw;
  bottom: 19vw;
  left: -6vw;
  z-index: 4;
}
.content_visual__concept_detail02 {
  font-size: 10vw;
  bottom: 10vw;
  left: 0;
  z-index: 4;
}
.content_visual__concept_detail03 {
  font-size: 10vw;
  bottom: 1vw;
  left: -8vw;
  z-index: 4;
}
.content_visual__production_detail01 {
  font-size: 10vw;
  bottom: 19vw;
  left: 0;
  z-index: 4;
}
.content_visual__production_detail01__multiple_lines {
  font-size: 10vw;
  bottom: 6vw;
  left: 0;
  z-index: 4;
}
.content_visual__production_detail01__upper {
  font-size: 10vw;
  bottom: auto;
  top: 0;
  left: 0;
  z-index: 4;
}
.content_visual__production_detail01_2__multiple_lines {
  font-size: 10vw;
  top: -1vw;
  left: 28vw;
  z-index: 4;
}
.content_visual__production_detail02 {
  font-size: 4vw;
  bottom: 15vw;
  left: 0;
  z-index: 4;
}
.content_visual__production_detail02__multiple_lines {
  font-size: 4vw;
  bottom: 3vw;
  left: 0;
  z-index: 4;
}
.content_visual__production_detail02__upper {
  font-size: 4vw;
  bottom: auto;
  top: 12vw;
  left: -2.25vw;
  z-index: 4;
}
.content_visual__join_our_team01 {
  top: -40px;
  left: -2vw;
  text-align: center;
  z-index: 4;
}
.content_visual__join_our_team02 {
  top: 14vw;
  right: 0;
  text-align: right;
  z-index: 4;
}
.content_visual__join_our_team02 > * {
  padding-right: 1vw;
}
.content_visual__join_our_team03 {
  bottom: 1vw;
  left: 0;
  z-index: 4;
}
.content_visual__join_our_team_detail01 {
  font-size: 10vw;
  bottom: 20vw;
  left: 0;
  z-index: 4;
}
.content_visual__join_our_team_detail02 {
  font-size: 10vw;
  bottom: 10vw;
  left: 0;
  z-index: 4;
}
.content_visual__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 700px;
  min-height: calc(var(--vh, 1vh) * 100 - 156px);
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 1.1s ease-out;
  transition: all 1.1s ease-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.contents_main__loaded .content_visual__bg {
  opacity: 1;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.content_visual__car {
  top: 50%;
  left: 50%;
  width: auto;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}
.content_visual__car img {
  width: 1186px;
  max-width: 1186px;
  min-width: 1186px;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}
.contents_main__loaded .content_visual__car {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.content_visual__gd {
  font-size: 0;
  top: calc(var(--vh, 1vh) * 100 - 156px);
  left: 0;
  -webkit-transform: translate(0, calc(-100% - 54px));
  -ms-transform: translate(0, calc(-100% - 54px));
  transform: translate(0, calc(-100% - 54px));
  z-index: 4;
}
.content_visual__gd .wrap {
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1280px;
  text-align: right;
  height: 80px;
}
.content_visual__gd .wrap img {
  vertical-align: bottom;
}

.content_induction {
  position: absolute;
  top: 786px;
  width: 100%;
  z-index: 5;
}
.content_induction .contents_wrapper {
  position: relative;
}

.scrl_induction {
  font-size: 12px;
  font-weight: 400;
  width: 452px;
  color: #231F20;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: translateY(280px) rotate(90deg);
  -ms-transform: translateY(280px) rotate(90deg);
  transform: translateY(280px) rotate(90deg);
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  right: 40px;
}
.scrl_induction::before, .scrl_induction::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 1;
}
.scrl_induction::before {
  height: 1px;
  background: #231F20;
}
.scrl_induction::after {
  height: 1px;
  background: #C9C9C9;
  -webkit-animation: pathmove 3s ease-in-out 0s infinite;
  animation: pathmove 3s ease-in-out 0s infinite;
}

@-webkit-keyframes pathmove {
  0% {
    width: 100%;
    left: -100%;
    opacity: 1;
  }
  30% {
    width: 100%;
    left: -100%;
    opacity: 1;
  }
  60% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    left: 100%;
    opacity: 1;
  }
}

@keyframes pathmove {
  0% {
    width: 100%;
    left: -100%;
    opacity: 1;
  }
  30% {
    width: 100%;
    left: -100%;
    opacity: 1;
  }
  60% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    left: 100%;
    opacity: 1;
  }
}
.slideup_ttl {
  letter-spacing: -0.11em;
  overflow: hidden;
}
.slideup_ttl span {
  display: inline-block;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  color: #000;
}
.slideup_ttl.scrollin span {
  -webkit-animation: slideText 0.8s forwards;
  animation: slideText 0.8s forwards;
}
.slideup_ttl.scrollin span:nth-of-type(1) {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
}
.slideup_ttl.scrollin span:nth-of-type(2) {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.slideup_ttl.scrollin span:nth-of-type(3) {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}
.slideup_ttl.scrollin span:nth-of-type(4) {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.slideup_ttl.scrollin span:nth-of-type(5) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.slideup_ttl.scrollin span:nth-of-type(6) {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
.slideup_ttl.scrollin span:nth-of-type(7) {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
}
.slideup_ttl.scrollin span:nth-of-type(8) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.slideup_ttl.scrollin span:nth-of-type(9) {
  -webkit-animation-delay: 0.54s;
  animation-delay: 0.54s;
}
.slideup_ttl.scrollin span:nth-of-type(10) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.slideup_ttl.scrollin span:nth-of-type(11) {
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
}
.slideup_ttl.scrollin span:nth-of-type(12) {
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.slideup_ttl.scrollin span:nth-of-type(13) {
  -webkit-animation-delay: 0.78s;
  animation-delay: 0.78s;
}
.slideup_ttl.scrollin span:nth-of-type(14) {
  -webkit-animation-delay: 0.84s;
  animation-delay: 0.84s;
}
.slideup_ttl.scrollin span:nth-of-type(15) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.slideup_ttl.scrollin span:nth-of-type(16) {
  -webkit-animation-delay: 0.96s;
  animation-delay: 0.96s;
}
.slideup_ttl.scrollin span:nth-of-type(17) {
  -webkit-animation-delay: 1.02s;
  animation-delay: 1.02s;
}
.slideup_ttl.scrollin span:nth-of-type(18) {
  -webkit-animation-delay: 1.08s;
  animation-delay: 1.08s;
}
.slideup_ttl.scrollin span:nth-of-type(19) {
  -webkit-animation-delay: 1.14s;
  animation-delay: 1.14s;
}
.slideup_ttl.scrollin span:nth-of-type(20) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.slideup_ttl.scrollin span:nth-of-type(21) {
  -webkit-animation-delay: 1.26s;
  animation-delay: 1.26s;
}
.slideup_ttl.scrollin span:nth-of-type(22) {
  -webkit-animation-delay: 1.32s;
  animation-delay: 1.32s;
}
.slideup_ttl.scrollin span:nth-of-type(23) {
  -webkit-animation-delay: 1.38s;
  animation-delay: 1.38s;
}
.slideup_ttl.scrollin span:nth-of-type(24) {
  -webkit-animation-delay: 1.44s;
  animation-delay: 1.44s;
}
.slideup_ttl.scrollin span:nth-of-type(25) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.slideup_ttl.scrollin span:nth-of-type(26) {
  -webkit-animation-delay: 1.56s;
  animation-delay: 1.56s;
}
.slideup_ttl.scrollin span:nth-of-type(27) {
  -webkit-animation-delay: 1.62s;
  animation-delay: 1.62s;
}
.slideup_ttl.scrollin span:nth-of-type(28) {
  -webkit-animation-delay: 1.68s;
  animation-delay: 1.68s;
}
.slideup_ttl.scrollin span:nth-of-type(29) {
  -webkit-animation-delay: 1.74s;
  animation-delay: 1.74s;
}
.slideup_ttl.scrollin span:nth-of-type(30) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.slideup_ttl.scrollin span:nth-of-type(31) {
  -webkit-animation-delay: 1.86s;
  animation-delay: 1.86s;
}
.slideup_ttl.scrollin span:nth-of-type(32) {
  -webkit-animation-delay: 1.92s;
  animation-delay: 1.92s;
}
.slideup_ttl.scrollin span:nth-of-type(33) {
  -webkit-animation-delay: 1.98s;
  animation-delay: 1.98s;
}
.slideup_ttl.scrollin span:nth-of-type(34) {
  -webkit-animation-delay: 2.04s;
  animation-delay: 2.04s;
}
.slideup_ttl.scrollin span:nth-of-type(35) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.slideup_ttl.scrollin span:nth-of-type(36) {
  -webkit-animation-delay: 2.16s;
  animation-delay: 2.16s;
}
.slideup_ttl.scrollin span:nth-of-type(37) {
  -webkit-animation-delay: 2.22s;
  animation-delay: 2.22s;
}
.slideup_ttl.scrollin span:nth-of-type(38) {
  -webkit-animation-delay: 2.28s;
  animation-delay: 2.28s;
}
.slideup_ttl.scrollin span:nth-of-type(39) {
  -webkit-animation-delay: 2.34s;
  animation-delay: 2.34s;
}
.slideup_ttl.scrollin span:nth-of-type(40) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.slideup_ttl.scrollin span:nth-of-type(41) {
  -webkit-animation-delay: 2.46s;
  animation-delay: 2.46s;
}
.slideup_ttl.scrollin span:nth-of-type(42) {
  -webkit-animation-delay: 2.52s;
  animation-delay: 2.52s;
}
.slideup_ttl.scrollin span:nth-of-type(43) {
  -webkit-animation-delay: 2.58s;
  animation-delay: 2.58s;
}
.slideup_ttl.scrollin span:nth-of-type(44) {
  -webkit-animation-delay: 2.64s;
  animation-delay: 2.64s;
}
.slideup_ttl.scrollin span:nth-of-type(45) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.slideup_ttl.scrollin span:nth-of-type(46) {
  -webkit-animation-delay: 2.76s;
  animation-delay: 2.76s;
}
.slideup_ttl.scrollin span:nth-of-type(47) {
  -webkit-animation-delay: 2.82s;
  animation-delay: 2.82s;
}
.slideup_ttl.scrollin span:nth-of-type(48) {
  -webkit-animation-delay: 2.88s;
  animation-delay: 2.88s;
}
.slideup_ttl.scrollin span:nth-of-type(49) {
  -webkit-animation-delay: 2.94s;
  animation-delay: 2.94s;
}
.slideup_ttl.scrollin span:nth-of-type(50) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideup_ttl.scrollin span:nth-of-type(51) {
  -webkit-animation-delay: 3.06s;
  animation-delay: 3.06s;
}
.slideup_ttl.scrollin span:nth-of-type(52) {
  -webkit-animation-delay: 3.12s;
  animation-delay: 3.12s;
}
.slideup_ttl.scrollin span:nth-of-type(53) {
  -webkit-animation-delay: 3.18s;
  animation-delay: 3.18s;
}
.slideup_ttl.scrollin span:nth-of-type(54) {
  -webkit-animation-delay: 3.24s;
  animation-delay: 3.24s;
}
.slideup_ttl.scrollin span:nth-of-type(55) {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}
.slideup_ttl.scrollin span:nth-of-type(56) {
  -webkit-animation-delay: 3.36s;
  animation-delay: 3.36s;
}
.slideup_ttl.scrollin span:nth-of-type(57) {
  -webkit-animation-delay: 3.42s;
  animation-delay: 3.42s;
}
.slideup_ttl.scrollin span:nth-of-type(58) {
  -webkit-animation-delay: 3.48s;
  animation-delay: 3.48s;
}
.slideup_ttl.scrollin span:nth-of-type(59) {
  -webkit-animation-delay: 3.54s;
  animation-delay: 3.54s;
}
.slideup_ttl.scrollin span:nth-of-type(60) {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.slideup_ttl.scrollin span:nth-of-type(61) {
  -webkit-animation-delay: 3.66s;
  animation-delay: 3.66s;
}
.slideup_ttl.scrollin span:nth-of-type(62) {
  -webkit-animation-delay: 3.72s;
  animation-delay: 3.72s;
}
.slideup_ttl.scrollin span:nth-of-type(63) {
  -webkit-animation-delay: 3.78s;
  animation-delay: 3.78s;
}
.slideup_ttl.scrollin span:nth-of-type(64) {
  -webkit-animation-delay: 3.84s;
  animation-delay: 3.84s;
}
.slideup_ttl.scrollin span:nth-of-type(65) {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}
.slideup_ttl.scrollin span:nth-of-type(66) {
  -webkit-animation-delay: 3.96s;
  animation-delay: 3.96s;
}
.slideup_ttl.scrollin span:nth-of-type(67) {
  -webkit-animation-delay: 4.02s;
  animation-delay: 4.02s;
}
.slideup_ttl.scrollin span:nth-of-type(68) {
  -webkit-animation-delay: 4.08s;
  animation-delay: 4.08s;
}
.slideup_ttl.scrollin span:nth-of-type(69) {
  -webkit-animation-delay: 4.14s;
  animation-delay: 4.14s;
}
.slideup_ttl.scrollin span:nth-of-type(70) {
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}
.slideup_ttl.scrollin span:nth-of-type(71) {
  -webkit-animation-delay: 4.26s;
  animation-delay: 4.26s;
}
.slideup_ttl.scrollin span:nth-of-type(72) {
  -webkit-animation-delay: 4.32s;
  animation-delay: 4.32s;
}
.slideup_ttl.scrollin span:nth-of-type(73) {
  -webkit-animation-delay: 4.38s;
  animation-delay: 4.38s;
}
.slideup_ttl.scrollin span:nth-of-type(74) {
  -webkit-animation-delay: 4.44s;
  animation-delay: 4.44s;
}
.slideup_ttl.scrollin span:nth-of-type(75) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.slideup_ttl.scrollin span:nth-of-type(76) {
  -webkit-animation-delay: 4.56s;
  animation-delay: 4.56s;
}
.slideup_ttl.scrollin span:nth-of-type(77) {
  -webkit-animation-delay: 4.62s;
  animation-delay: 4.62s;
}
.slideup_ttl.scrollin span:nth-of-type(78) {
  -webkit-animation-delay: 4.68s;
  animation-delay: 4.68s;
}
.slideup_ttl.scrollin span:nth-of-type(79) {
  -webkit-animation-delay: 4.74s;
  animation-delay: 4.74s;
}
.slideup_ttl.scrollin span:nth-of-type(80) {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}
.slideup_ttl.scrollin span:nth-of-type(81) {
  -webkit-animation-delay: 4.86s;
  animation-delay: 4.86s;
}
.slideup_ttl.scrollin span:nth-of-type(82) {
  -webkit-animation-delay: 4.92s;
  animation-delay: 4.92s;
}
.slideup_ttl.scrollin span:nth-of-type(83) {
  -webkit-animation-delay: 4.98s;
  animation-delay: 4.98s;
}
.slideup_ttl.scrollin span:nth-of-type(84) {
  -webkit-animation-delay: 5.04s;
  animation-delay: 5.04s;
}
.slideup_ttl.scrollin span:nth-of-type(85) {
  -webkit-animation-delay: 5.1s;
  animation-delay: 5.1s;
}
.slideup_ttl.scrollin span:nth-of-type(86) {
  -webkit-animation-delay: 5.16s;
  animation-delay: 5.16s;
}
.slideup_ttl.scrollin span:nth-of-type(87) {
  -webkit-animation-delay: 5.22s;
  animation-delay: 5.22s;
}
.slideup_ttl.scrollin span:nth-of-type(88) {
  -webkit-animation-delay: 5.28s;
  animation-delay: 5.28s;
}
.slideup_ttl.scrollin span:nth-of-type(89) {
  -webkit-animation-delay: 5.34s;
  animation-delay: 5.34s;
}
.slideup_ttl.scrollin span:nth-of-type(90) {
  -webkit-animation-delay: 5.4s;
  animation-delay: 5.4s;
}
.slideup_ttl.scrollin span:nth-of-type(91) {
  -webkit-animation-delay: 5.46s;
  animation-delay: 5.46s;
}
.slideup_ttl.scrollin span:nth-of-type(92) {
  -webkit-animation-delay: 5.52s;
  animation-delay: 5.52s;
}
.slideup_ttl.scrollin span:nth-of-type(93) {
  -webkit-animation-delay: 5.58s;
  animation-delay: 5.58s;
}
.slideup_ttl.scrollin span:nth-of-type(94) {
  -webkit-animation-delay: 5.64s;
  animation-delay: 5.64s;
}
.slideup_ttl.scrollin span:nth-of-type(95) {
  -webkit-animation-delay: 5.7s;
  animation-delay: 5.7s;
}
.slideup_ttl.scrollin span:nth-of-type(96) {
  -webkit-animation-delay: 5.76s;
  animation-delay: 5.76s;
}
.slideup_ttl.scrollin span:nth-of-type(97) {
  -webkit-animation-delay: 5.82s;
  animation-delay: 5.82s;
}
.slideup_ttl.scrollin span:nth-of-type(98) {
  -webkit-animation-delay: 5.88s;
  animation-delay: 5.88s;
}
.slideup_ttl.scrollin span:nth-of-type(99) {
  -webkit-animation-delay: 5.94s;
  animation-delay: 5.94s;
}
.slideup_ttl.scrollin span:nth-of-type(100) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

@-webkit-keyframes slideText {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideText {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#layer {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .sp_hide {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .l-contents-block {
    padding: 0;
  }
  .contents_header__wrap {
    top: 56px !important;
  }
  .scrolling .contents_header__wrap {
    top: 56px !important;
  }
  .contents_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contents_wrapper .contents_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .detail_feature .content_box {
    margin-left: 0;
    margin-right: 0;
  }
  .detail_slider {
    margin-bottom: 28px;
  }
  .detail_paging {
    padding-bottom: 80px;
  }
  .detail_paging__list {
    padding: 60px 0 0;
  }
  .detail_paging__list .ttl {
    font-size: 18px;
  }
  .detail_paging__list .name {
    font-size: 14px;
  }
  .detail_paging__back {
    width: 90%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .detail_paging__back .btn {
    width: 100%;
  }
  .detail_paging__back .btn span {
    width: 100%;
    text-align: center;
  }
  .detail_paging__prev {
    width: calc(50% - 30px);
  }
  .detail_paging__next {
    width: calc(50% - 30px);
  }
  .detail_paging__prev .btn span, .detail_paging__next .btn span {
    padding-right: 20px;
  }
  .sub_content__intro {
    padding: 46px 15px 0;
  }
  .sub_content__intro_text .ttl {
    font-size: 18px;
    padding-bottom: 24px;
  }
  .sub_content__intro_text .txt {
    font-size: 14px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .sub_content__intro_text .notice {
    font-size: 12px;
  }
  .archives {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .archives__title01 {
    font-size: 44px;
  }
  .archives__list {
    margin: 0;
  }
  .archives__name {
    width: auto;
  }
  .archives__name_icon {
    left: auto;
    right: 12px;
  }
  .archives__name .txt {
    font-size: 18px;
    padding: 16px 16px 20px 24px;
  }
  .archives__name .txt > * {
    font-size: 14px;
  }
  .archives__name .pic {
    right: auto;
    left: 0;
    width: calc(100% - 45px);
  }
  .archives__name:hover .txt {
    padding: 16px 16px 20px 24px;
  }
  .archives__name:hover .pic {
    opacity: 0.7;
  }
  .archives__contain {
    display: block;
    padding: 0 20px;
  }
  .archives__contain .pic {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 20px 0 0;
  }
  .archives__contain .desc {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
    margin: 20px 0 60px;
  }
  .archives__contain .txt {
    font-size: 14px;
    padding-top: 10px;
    padding-right: 0;
  }
  .archives__contain .area {
    margin-bottom: 28px;
  }
  .archives__contain .area__ttl {
    font-size: 16px;
  }
  .archives__contain .area__list {
    margin-right: 0;
  }
  .archives__contain .area__list > * {
    max-width: calc(50% - 7px);
    -ms-flex-preferred-size: calc(50% - 7px);
    flex-basis: calc(50% - 7px);
    margin-bottom: 5px;
    padding: 3px 0px 4px 18px;
  }
  .archives__contain .area__list > *:nth-child(2n) {
    margin-left: 14px;
  }
  .archives__contain .area__list_item {
    font-size: 14px;
  }
  .archives__contain .video {
    padding-bottom: 28px;
    padding-right: 0;
  }
  .archives__contain .video a:after {
    width: 15vw;
    height: 15vw;
  }
  .recent_model__title01 {
    font-size: 8vw;
    -webkit-transform: translateX(-35px);
    -ms-transform: translateX(-35px);
    transform: translateX(-35px);
  }
  .recent_model__title02 {
    font-size: 8vw;
    margin-left: 1em;
    -webkit-transform: translateX(-35px);
    -ms-transform: translateX(-35px);
    transform: translateX(-35px);
  }
  .recent_model__article {
    padding-top: 20px;
    margin-bottom: 80px;
  }
  .recent_model__article .content_subtitle {
    margin-left: 0;
  }
  .recent_model__contain {
    display: block;
    padding: 0 15px;
  }
  .recent_model__contain .pic {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .recent_model__contain .desc {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
  .recent_model__contain .txt {
    font-size: 14px;
    padding-top: 10px;
    padding-right: 0;
  }
  .recent_model__contain .area {
    margin-bottom: 28px;
  }
  .recent_model__contain .area__ttl {
    font-size: 16px;
  }
  .recent_model__contain .area .main_market {
    margin-right: 0;
  }
  .recent_model__contain .area__list {
    margin-right: 0;
  }
  .recent_model__contain .area__list > * {
    max-width: calc(50% - 7px);
    -ms-flex-preferred-size: calc(50% - 7px);
    flex-basis: calc(50% - 7px);
    margin-bottom: 5px;
    padding: 3px 0px 4px 18px;
  }
  .recent_model__contain .area__list > *:nth-child(2n) {
    margin-left: 14px;
  }
  .recent_model__contain .area__list_item {
    font-size: 14px;
  }
  .recent_model__contain .btn {
    max-width: 75%;
  }
  .recent_model__contain .video {
    padding-bottom: 28px;
    padding-right: 0;
  }
  .recent_model__contain .video a:after {
    width: 15vw;
    height: 15vw;
  }
  .see_also__ttl {
    font-size: 18px;
    width: 80%;
    margin: 0 0 25px auto;
    padding: 12px 35px;
  }
  .see_also__list {
    padding: 0 15px;
  }
  .see_also__article {
    max-width: calc(50% - 5px);
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    margin-left: 10px;
    padding-bottom: 50px;
  }
  .see_also__article__wide {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
  .see_also__article__wide + * {
    margin-left: 0;
  }
  .see_also__article .pic {
    padding-bottom: 16px;
  }
  .see_also__article .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .see_also__article .name > * {
    font-size: 18px;
    padding-bottom: 16px;
  }
  .see_also__article .txt {
    font-size: 14px;
    min-height: 3.75em;
    margin-bottom: 36px;
  }
  .see_also__article .btn {
    font-size: 13px;
    max-width: 170px;
  }
  .see_also__article .btn span {
    text-align: left;
    padding-right: 20px;
  }
  .see_also__article:hover {
    text-decoration: none;
  }
  .see_also__article:hover .pic img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  .see_also__article:hover .btn {
    text-decoration: none;
  }
  .see_also__article:hover .btn span {
    color: #000;
  }
  .see_also__article:hover .btn span:before {
    opacity: 1;
  }
  .see_also__article:hover .btn span:after {
    opacity: 0;
  }
  .see_also__article:hover .btn::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .top_intro__desc {
    position: relative;
    font-weight: 500;
    padding: 0px 15px 75px;
    margin-bottom: 0;
  }
  .top_intro__desc .txt {
    font-size: 16px;
    padding-left: 0;
    padding-right: 20px;
  }
  .top_intro .scrl_induction {
    right: 30px;
    bottom: calc(100% + 100px);
  }
  .top_intro__news_ticker {
    font-size: 14px;
    display: block;
    width: auto;
    min-width: auto;
    margin: 0 0 0 37px;
    padding: 12px 18px;
  }
  .top_intro__news_ticker .ttl {
    display: inline-block;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: left;
    margin-bottom: 8px;
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
  .top_intro__news_ticker .list {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    overflow: hidden;
  }
  .top_intro__news_ticker .list .swiper {
    height: 24px;
  }
  .top_intro__news_ticker .list a {
    color: #fff;
    background-image: url(../svg/icon-news_arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .top_philosophy {
    overflow-x: visible;
  }
  .top_philosophy__visual_text {
    font-size: 44px;
    -webkit-transform: translate(5px, 50%);
    -ms-transform: translate(5px, 50%);
    transform: translate(5px, 50%);
  }
  .top_philosophy__visual .fig {
    left: 0%;
    -webkit-transform: translate(-24.25%, 0);
    -ms-transform: translate(-24.25%, 0);
    transform: translate(-24.25%, 0);
  }
  .top_philosophy__visual .fig img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: -webkit-transform 2s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 2s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 2s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 2s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .top_philosophy__desc .txt {
    font-size: 14px;
    padding: 20px 0 28px;
  }
  .top_philosophy__desc .btn {
    max-width: 245px;
  }
  .top_philosophy:hover .fig img {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    opacity: 1;
  }
  .top_heritage {
    margin-top: 0px;
    padding-bottom: 70px;
    overflow-x: visible;
  }
  .top_heritage__visual_text01 {
    color: #231F20;
    font-size: 44px;
  }
  .top_heritage__visual_text01 > * {
    -webkit-transform: translate(5px, 0) !important;
    -ms-transform: translate(5px, 0) !important;
    transform: translate(5px, 0) !important;
  }
  .top_heritage__visual_text02 {
    color: #231F20;
    margin-left: 0;
    font-size: 44px;
    line-height: 0.75;
    -webkit-transform: translate(200px, 75%);
    -ms-transform: translate(200px, 75%);
    transform: translate(200px, 75%);
  }
  .top_heritage__visual_text03 {
    color: #231F20;
    font-size: 44px;
    line-height: 0.75;
    -webkit-transform: translate(-16px, -20%);
    -ms-transform: translate(-16px, -20%);
    transform: translate(-16px, -20%);
    text-align: right;
  }
  .top_heritage__desc {
    padding-top: 20px;
  }
  .top_heritage__desc .ttl {
    font-size: 18px;
    padding: 0 0 20px;
  }
  .top_heritage__desc .txt {
    font-size: 14px;
    padding: 0;
  }
  .top_craftsmanship {
    overflow-x: visible;
  }
  .top_craftsmanship__visual_text {
    margin-left: 0px;
    font-size: 44px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  .top_craftsmanship__desc .ttl {
    font-size: 18px;
    padding: 13px 0 15px;
  }
  .top_craftsmanship__desc .txt {
    font-size: 14px;
    padding: 0 0 28px;
  }
  .top_craftsmanship__desc .txt br {
    display: none !important;
  }
  .top_craftsmanship__desc .btn {
    max-width: 245px;
  }
  .join_contents {
    padding-top: 20px;
  }
  .join__contents {
    padding-top: 25px !important;
    margin-bottom: 75px !important;
  }
  .join__contents__ttl {
    font-size: 44px;
  }
  .join__contents__ttl > * {
    -webkit-transform: translate(30px, 0) !important;
    -ms-transform: translate(30px, 0) !important;
    transform: translate(30px, 0) !important;
  }
  .join__contents .content_box__reverse {
    margin-left: 0;
  }
  .join__contents .name__medium {
    font-size: 22px !important;
  }
  .join__information {
    margin-top: 0px;
    margin-bottom: 70px;
    padding: 0 20px;
  }
  .join__information__visual_text01 {
    color: #231F20;
    margin-left: -30px;
    font-size: 44px;
  }
  .join__information__visual_text02 {
    color: #231F20;
    margin-left: 0;
    font-size: 44px;
    line-height: 0.75;
    -webkit-transform: translate(153px, 160%);
    -ms-transform: translate(153px, 160%);
    transform: translate(153px, 160%);
  }
  .join__information__visual_text03 {
    color: #231F20;
    font-size: 44px;
    line-height: 0.75;
    -webkit-transform: translate(24px, -60%);
    -ms-transform: translate(24px, -60%);
    transform: translate(24px, -60%);
    text-align: right;
  }
  .join__information__desc {
    padding-bottom: 50px;
  }
  .join__information__desc .ttl {
    font-size: 18px;
    padding: 0 0 20px;
  }
  .join__information__desc .txt {
    font-size: 14px;
    padding: 0 0 32px;
  }
  .join__information__desc .btn {
    width: 85%;
  }
  .join__information__title01 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .join__information .content_box {
    margin-right: 0;
  }
  .join__information .content_box__list {
    margin-bottom: 0;
  }
  .join__information .content_box .txt {
    width: 100%;
  }
  .join__information .content_box .txt__readable .name {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .join__recruiting__ttl {
    font-size: 18px;
    padding-bottom: 50px;
  }
  .join__recruiting__article {
    padding: 60px 0 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
  }
  .join__recruiting__article .name {
    font-size: 16px;
    padding-bottom: 28px;
  }
  .join__recruiting__article .btn {
    width: 90%;
  }
  .join__internship__introduction {
    padding-top: 0;
    margin: 0 20px;
  }
  .join__internship__introduction .ttl {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .join__internship__introduction .txt {
    font-size: 14px;
    padding-bottom: 24px;
  }
  .join__internship__image {
    margin: 0 20px 70px;
  }
  .join__internship__image > * {
    max-width: calc(50% - 5px);
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    margin-left: 0;
    margin-bottom: 10px;
  }
  .join__internship__image > *:first-child {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .join__internship__image > *:nth-last-child(1) {
    margin-left: 10px;
  }
  .join__internship__guide {
    margin: 0 20px;
    padding-bottom: 84px;
  }
  .join__internship__guide .ttl {
    font-size: 18px;
  }
  .join__internship__guide_article {
    padding-top: 34px;
  }
  .join__internship__guide_article .name {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .join__internship__guide_article .date {
    font-size: 14px;
    padding-bottom: 24px;
  }
  .join__internship__guide_article .table {
    margin-bottom: 20px;
  }
  .join__internship__guide_article .notice {
    font-size: 14px;
    padding-bottom: 45px;
  }
  .join__internship__guide_article .btn {
    max-width: 90%;
  }
  .join__csr {
    padding-bottom: 85px;
  }
  .join__csr__ttl {
    font-size: 18px;
    padding-bottom: 25px;
  }
  .join__csr__image {
    display: block;
    margin-bottom: 20px;
  }
  .join__csr__image .left {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: 65%;
    margin-bottom: 15px;
  }
  .join__csr__image .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
  .join__csr__image .right > *:first-child {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  .join__csr__image .right > *:first-child .pic {
    padding-top: 65%;
  }
  .join__csr__image .right > *:nth-last-child(1), .join__csr__image .right > *:nth-last-child(2) {
    max-width: calc(50% - 5px);
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    margin-bottom: 0;
  }
  .join__csr__image .right > *:nth-last-child(1) {
    margin-left: 10px;
  }
  .join__csr__name {
    font-size: 16px;
  }
  .join__csr__name > * {
    font-size: 14px;
  }
  .join__csr__txt {
    font-size: 14px;
    padding-top: 30px;
  }
  .join__csr__archives {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .join__csr__archives__title01 {
    font-size: 44px;
  }
  .join__csr__archives__list {
    margin: 0;
  }
  .join__csr__archives__name {
    width: auto;
  }
  .join__csr__archives__name_icon {
    left: auto;
    right: 12px;
  }
  .join__csr__archives__name .txt {
    font-size: 18px;
    padding: 16px 16px 20px 24px;
  }
  .join__csr__archives__name .txt > * {
    font-size: 14px;
  }
  .join__csr__archives__name .pic {
    right: auto;
    left: 0;
    width: calc(100% - 45px);
  }
  .join__csr__archives__name:hover .txt {
    padding: 16px 16px 20px 24px;
  }
  .join__csr__archives__name:hover .pic {
    opacity: 0.7;
  }
  .join__csr__archives__contain {
    display: block;
    padding: 0 20px;
  }
  .join__csr__archives__contain .pic {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 20px 0 0;
  }
  .join__csr__archives__contain .desc {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
    margin: 20px 0 60px;
  }
  .join__csr__archives__contain .txt {
    font-size: 14px;
    padding-top: 10px;
    padding-right: 0;
  }
  .join__csr__archives__contain .area {
    margin-bottom: 28px;
  }
  .join__csr__archives__contain .area__ttl {
    font-size: 16px;
  }
  .join__csr__archives__contain .area__list {
    margin-right: 0;
  }
  .join__csr__archives__contain .area__list > * {
    max-width: calc(50% - 7px);
    -ms-flex-preferred-size: calc(50% - 7px);
    flex-basis: calc(50% - 7px);
    margin-bottom: 5px;
    padding: 3px 0px 4px 18px;
  }
  .join__csr__archives__contain .area__list > *:nth-child(2n) {
    margin-left: 14px;
  }
  .join__csr__archives__contain .area__list_item {
    font-size: 14px;
  }
  .join__csr__archives__contain .video {
    padding-bottom: 28px;
    padding-right: 0;
  }
  .join__our_team__modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .join__our_team__modal > * {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .join__our_team__modal .caption {
    padding-right: 0;
  }
  .join__our_team__modal .pic {
    margin-bottom: 30px;
  }
  .join__our_team__modal .ttl {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .join__our_team__modal .txt {
    font-size: 14px;
  }
  .requirement {
    font-size: 14px;
    display: block;
    margin-bottom: 28px;
  }
  .requirement__ttl {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .requirement__contain {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 25px;
  }
  .design_philosophy__bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #000;
    color: #fff;
    width: 92% !important;
    bottom: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .design_philosophy__bnr .txt {
    -ms-flex-preferred-size: calc(100% - 86px);
    flex-basis: calc(100% - 86px);
    max-width: calc(100% - 86px);
    padding: 10px 10px 4px;
  }
  .design_philosophy__bnr .txt .intro {
    font-size: 12px;
  }
  .design_philosophy__bnr .txt .link {
    font-size: 15px;
    font-weight: 500;
  }
  .design_philosophy__bnr .txt .link span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    padding: 4px 0 8px;
    position: relative;
    color: #fff;
    -webkit-transition: color 0.75s ease-out 0.15s;
    transition: color 0.75s ease-out 0.15s;
    z-index: 2;
  }
  .design_philosophy__bnr .txt .link span::before, .design_philosophy__bnr .txt .link span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 12px;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.75s ease-out 0.15s;
    transition: opacity 0.75s ease-out 0.15s;
  }
  .design_philosophy__bnr .txt .link span::before {
    background-image: url(../svg/icon-btn_arrow_black.svg);
    opacity: 0;
  }
  .design_philosophy__bnr .txt .link span::after {
    background-image: url(../svg/icon-btn_arrow_white.svg);
    opacity: 1;
  }
  .design_philosophy__robust_ingenious {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .design_philosophy__robust_ingenious__ttl {
    padding-bottom: 30px;
  }
  .design_philosophy__robust_ingenious__ttl .jp {
    font-size: 18px;
  }
  .design_philosophy__robust_ingenious__ttl .en {
    font-size: 30px;
  }
  .design_philosophy__robust_ingenious__article {
    padding-bottom: 40px;
  }
  .design_philosophy__robust_ingenious__article .pic {
    margin-bottom: 30px;
  }
  .design_philosophy__robust_ingenious__article .description {
    width: 75%;
    padding-left: 20px;
  }
  .design_philosophy__robust_ingenious__article .description__reverse {
    padding-left: 0;
  }
  .design_philosophy__robust_ingenious__article .ttl {
    font-size: 44px;
  }
  .design_philosophy__robust_ingenious__article .txt {
    font-size: 14px;
    padding-top: 14px;
  }
  .design_philosophy__message .content_subtitle {
    margin-left: 0;
  }
  .design_philosophy__message__contain {
    padding-bottom: 0;
    margin: 0 20px;
  }
  .design_philosophy__message__contain .message {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .design_philosophy__message__contain .message br {
    display: none;
  }
  .design_philosophy__message__contain .portrait {
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .design_philosophy__message__contain .portrait__signature {
    padding-bottom: 20px;
  }
  .design_philosophy__message__contain .portrait__txt {
    font-size: 14px;
  }
  .design_philosophy__message__contain .portrait__txt > * {
    font-size: 18px;
    display: block;
    margin-left: 0;
  }
  .design_philosophy__message__contain .portrait__pic {
    margin-left: 0;
  }
  .design_philosophy__identity_text01, .design_philosophy__identity_text02, .design_philosophy__identity_text03 {
    font-size: 44px;
    -webkit-transform: translateX(15px) !important;
    -ms-transform: translateX(15px) !important;
    transform: translateX(15px) !important;
  }
  .design_philosophy__identity_text01 > *, .design_philosophy__identity_text02 > *, .design_philosophy__identity_text03 > * {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .design_philosophy__identity__ttl {
    font-size: 18px;
    padding: 25px 0 42px;
  }
  .design_philosophy__exterior {
    padding-bottom: 70px;
  }
  .design_philosophy__interior {
    padding-bottom: 70px;
  }
  .design_philosophy__interior__touch {
    width: 70%;
    margin-left: auto;
  }
  .design_philosophy__interior__touch .ttl {
    font-size: 18px;
  }
  .design_philosophy__interior__touch .desc {
    font-size: 14px;
  }
  .design_philosophy__essence {
    margin-bottom: 80px;
  }
  .design_philosophy__essence .pic {
    margin-bottom: 18px;
  }
  .design_philosophy__essence .ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .design_philosophy__essence .txt {
    font-size: 14px;
  }
  .design_philosophy__essence .btn {
    width: 70%;
  }
  .design_philosophy__modal {
    padding: 0 !important;
  }
  .design_philosophy__modal .ttl {
    font-size: 18px;
    padding-bottom: 13px;
  }
  .design_philosophy__modal .description {
    font-size: 14px;
    padding-bottom: 14px;
    text-align: left;
  }
  .design_philosophy__modal .contain_box {
    display: block;
  }
  .design_philosophy__modal .contain_box > *:first-child {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .design_philosophy__modal .contain_box > *:nth-last-child(1) {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .design_philosophy__modal .contain_box.pd_top {
    padding-top: 20px;
  }
  .design_philosophy__modal .contain_box .btn {
    width: 33.33%;
  }
  .design_philosophy__modal .contain_box .description {
    text-align: left;
    padding-bottom: 0;
  }
  .design_philosophy__modal .contain_box > .description {
    margin-left: 0;
    margin-top: 20px;
  }
  .design_philosophy__modal .contain_box__half > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .design_philosophy__modal .contain_box__half > *:first-child {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .design_philosophy__modal .contain_box__half > *:nth-last-child(1) {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .design_philosophy__modal .contain_box__half > * > *:first-child {
    max-width: calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
  .design_philosophy__modal .contain_box__half > * > *:nth-last-child(1) {
    max-width: calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-left: 20px;
  }
  .btn {
    font-size: 14px;
    width: 100%;
    font-weight: 500;
  }
  .btn span {
    padding: 9px 40px 11px 15px;
    text-align: left;
  }
  .btn span::before, .btn span::after {
    position: absolute;
    right: 10px;
    width: 9px;
    height: 7px;
  }
  .btn__back span {
    padding: 9px 15px 11px 39px;
  }
  .btn__back span::before, .btn__back span::after {
    left: 10px;
    right: auto;
    width: 9px;
    height: 7px;
  }
  .btn__default span {
    padding: 9px 15px 11px 15px;
  }
  .btn__default span::before, .btn__default span::after {
    display: none;
  }
  .modal {
    max-width: 90%;
    width: 90%;
    margin-top: 80px !important;
  }
  .modal .ttl {
    font-size: 18px;
    padding-bottom: 13px;
  }
  .modal .description {
    font-size: 14px;
    padding-bottom: 14px;
    text-align: left;
  }
  .modal .contain_box {
    display: block;
  }
  .modal .contain_box > *:first-child {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .modal .contain_box > *:nth-last-child(1) {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .modal .contain_box.pd_top {
    padding-top: 20px;
  }
  .modal .contain_box .btn {
    width: 33.33%;
  }
  .modal .contain_box .description {
    text-align: left;
    padding-bottom: 0;
  }
  .modal .contain_box > .description {
    margin-left: 0;
    margin-top: 20px;
  }
  .modal .contain_box__half .description {
    padding-top: 0;
  }
  .modal .contain_box__half > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal .contain_box__half > *:first-child {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .modal .contain_box__half > *:nth-last-child(1) {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .modal .contain_box__half > * > *:first-child {
    max-width: calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
  .modal .contain_box__half > * > *:nth-last-child(1) {
    max-width: calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-left: 20px;
  }
  .modal .btn {
    width: 33.33%;
  }
  .modal-btn {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .modal-btn > * {
    width: 20px;
    height: 20px;
  }
  .modal-btn > * span {
    left: 0;
    width: 18px;
    height: 3px;
  }
  .modal-btn > * span:nth-of-type(1) {
    top: 0px;
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .modal-btn > * span:nth-of-type(2) {
    bottom: 0px;
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .modal-container {
    min-width: auto;
  }
  .modal-container__slider > *, .modal-container__philosophy > * {
    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%;
    margin: 0 auto;
  }
  .modal-container__slider > * > *, .modal-container__philosophy > * > * {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .modal-container__slider > * .inner, .modal-container__philosophy > * .inner {
    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;
    min-height: calc(var(--vh, 1vh) * 100 - 100px);
  }
  .modal-container__slider > * .inner > *, .modal-container__philosophy > * .inner > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 40px !important;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .modal-container > * .inner {
    padding: 50px 15px;
  }
  .modal-container > * .inner__movie {
    padding: 20px 15px 14px;
  }
  .modal-container > * .inner__movie .btn > * {
    padding: 8px 8px 8px 8px;
  }
  .modal-content .ttl {
    font-size: 18px;
    padding-bottom: 13px;
  }
  .modal-content .description {
    font-size: 14px;
    padding-bottom: 14px;
    text-align: left;
  }
  .modal__slider {
    padding: 0 !important;
  }
  .modal__slider_wrap {
    margin-left: 32px;
    margin-right: 32px;
  }
  .object {
    color: #e1ee8b;
    background-color: #0966a0;
  }
  .swiper-pagination-fraction {
    font-size: 16px;
    right: 10px;
  }
  .swiper-pagination-fraction > span {
    margin: 0 10px;
  }
  .swiper-pagination-fraction > span:nth-last-child(1) {
    position: relative;
  }
  .swiper-pagination-fraction > span:nth-last-child(1)::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-10px, -50%) skewX(156deg);
    -ms-transform: translate(-10px, -50%) skewX(156deg);
    transform: translate(-10px, -50%) skewX(156deg);
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #fff;
  }
  .modal .swiper-button-prev {
    left: -25px;
  }
  .modal .swiper-button-next {
    right: -25px;
  }
  .modal .swiper-button-next,
.modal .swiper-button-prev {
    width: 6px;
    height: 12px;
    background-size: cover;
    background-position: center;
  }
  .content_subtitle {
    font-size: 20px;
    width: auto;
    padding: 14px;
    margin-left: 15px;
    margin-right: 68px;
    margin-bottom: 20px;
  }
  .content_subtitle > * {
    font-size: 14px;
  }
  .content_subtitle__inline {
    font-size: 18px;
    margin-left: 0;
    padding: 10px 64px 12px 48px;
  }
  .content_subtitle__small {
    font-size: 18px;
    margin-right: 10px;
    padding: 18px 10px 20px 22px;
  }
  .table th,
.table td {
    font-size: 14px;
    padding: 10px;
  }
  .content_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content_box__list {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 30px;
  }
  .content_box__list > * {
    margin-bottom: 55px;
  }
  .content_box__list > *:nth-last-child(1) {
    margin-bottom: 0;
  }
  .content_box__index .content_box {
    padding-right: 30% !important;
  }
  .content_box__index .content_box__uneven,
.content_box__index .content_box__reverse {
    padding-right: 0 !important;
    padding-left: 30% !important;
  }
  .content_box__index .content_box__uneven .foot,
.content_box__index .content_box__reverse .foot {
    width: 70%;
    left: auto;
    right: 0;
  }
  .content_box .pic {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .content_box .txt {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 18px 0 0 !important;
  }
  .content_box .name {
    font-size: 20px;
  }
  .content_box .name__medium {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .content_box .name__small {
    font-size: 18px;
  }
  .content_box .desc {
    font-size: 14px;
    padding-bottom: 1em;
  }
  .content_box .address {
    font-size: 14px;
  }
  .content_box .btn {
    font-size: 15px;
    width: 85%;
  }
  .content_box .btn span {
    width: 100%;
  }
  .content_box.nest {
    margin-right: 100px;
  }
  .content_box.nest__reverse {
    margin-left: 100px;
    margin-right: 0;
  }
  .content_box__foot {
    position: relative;
    padding-bottom: 60px;
  }
  .content_box__foot__large {
    padding-bottom: 100px;
  }
  .content_box__upset {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .content_box__upset .name {
    padding-bottom: 20px !important;
  }
  .content_box__upset .pic {
    padding-bottom: 0 !important;
  }
  .content_box__upset .txt {
    padding: 0 0 18px !important;
  }
  .content_box__upset .foot {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .content_box__reverse .txt__readable {
    padding: 0;
  }
  .content_visual {
    min-height: 700px;
    height: auto;
    padding-bottom: 50px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .content_visual .sp {
    display: inline-block !important;
  }
  .content_visual__sub {
    padding-bottom: 0;
  }
  .content_visual__text01 {
    font-size: 10vh;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 100vh;
    max-width: 100vh;
    top: -50px;
    left: 10vh;
    text-align: left;
    z-index: 2;
  }
  .content_visual__text01 span {
    display: inline-block !important;
  }
  .content_visual__text01 > * {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    padding-right: 0;
  }
  .content_visual__text02 {
    display: none;
  }
  .content_visual__text03 {
    font-size: 10vh;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-2.5em) rotate(90deg);
    -ms-transform: translateY(-2.5em) rotate(90deg);
    transform: translateY(-2.5em) rotate(90deg);
    width: 540px;
    max-width: 540px;
    top: 50%;
    left: 0px;
    bottom: auto;
    text-align: left;
    z-index: 2;
  }
  .content_visual__text04 {
    font-size: 100px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 540px;
    max-width: 540px;
    top: 125px;
    left: -15px;
    bottom: auto;
    text-align: left;
    z-index: 2;
  }
  .content_visual__philosophy01 {
    font-size: 10vh;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 100vh;
    max-width: 100vh;
    top: -6%;
    left: 10vh;
    text-align: left;
    z-index: 2;
  }
  .content_visual__philosophy01 span {
    display: inline-block !important;
  }
  .content_visual__philosophy01 > * {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .content_visual__philosophy02 {
    font-size: 10vh;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 540px;
    max-width: 540px;
    top: 0;
    left: 0px;
    bottom: auto;
    text-align: left;
    z-index: 2;
  }
  .content_visual__concept01 {
    font-size: 9vh;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(0, 0) rotate(90deg);
    -ms-transform: translate(0, 0) rotate(90deg);
    transform: translate(0, 0) rotate(90deg);
    min-width: calc(var(--vh, 1vh) * 100 - 144px);
    top: 0;
    bottom: auto;
    left: -10px;
    text-align: left;
    z-index: 2;
  }
  .content_visual__concept01 span {
    display: inline-block !important;
  }
  .content_visual__concept02 {
    display: none;
  }
  .content_visual__production01 {
    font-size: 10vh;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 100vh;
    max-width: 100vh;
    top: -90px;
    left: 50px;
    text-align: left;
    z-index: 2;
  }
  .content_visual__production02 {
    font-size: 10vh;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 300px;
    max-width: 300px;
    top: 45%;
    left: -20px;
    bottom: auto;
    text-align: left;
    z-index: 2;
  }
  .content_visual__concept_detail01 {
    font-size: 60px;
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 32px;
    margin-left: 10px;
  }
  .content_visual__concept_detail01 > * {
    line-height: 1;
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
  }
  .content_visual__concept_detail02 {
    font-size: 60px;
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 10px;
  }
  .content_visual__concept_detail02 > * {
    line-height: 1;
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
  }
  .content_visual__concept_detail03 {
    font-size: 60px;
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 10px;
  }
  .content_visual__concept_detail03 > * {
    line-height: 1;
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
  }
  .content_visual__production_detail01 {
    font-size: 46px;
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 32px;
    margin-left: 10px;
  }
  .content_visual__production_detail01 > * {
    line-height: 1;
  }
  .content_visual__production_detail01__multiple_lines {
    font-size: 46px;
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 10px;
  }
  .content_visual__production_detail01__multiple_lines > * {
    line-height: 1;
  }
  .content_visual__production_detail01__upper {
    bottom: auto;
    top: auto;
  }
  .content_visual__production_detail01_2 {
    font-size: 46px;
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 32px;
    margin-left: 10px;
  }
  .content_visual__production_detail01_2 > * {
    line-height: 1;
  }
  .content_visual__production_detail01_2__multiple_lines {
    font-size: 46px;
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 32px;
    margin-left: 10px;
  }
  .content_visual__production_detail01_2__multiple_lines > * {
    line-height: 1;
  }
  .content_visual__production_detail02 {
    font-size: 28px;
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 10px;
  }
  .content_visual__production_detail02 > * {
    line-height: 1;
  }
  .content_visual__production_detail02__multiple_lines {
    font-size: 28px;
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 10px;
  }
  .content_visual__production_detail02__multiple_lines > * {
    line-height: 1;
  }
  .content_visual__production_detail02__upper {
    bottom: auto;
    top: auto;
    left: auto;
  }
  .content_visual__join_our_team01 {
    font-size: 10vh;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 100vh;
    max-width: 100vh;
    top: 5%;
    left: 100vw;
    text-align: left;
    z-index: 2;
  }
  .content_visual__join_our_team01 span {
    display: inline-block !important;
  }
  .content_visual__join_our_team02 {
    font-size: 10vh;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 100vh;
    max-width: 100vh;
    top: 30%;
    left: 7vh;
    right: auto;
    text-align: left;
    z-index: 2;
  }
  .content_visual__join_our_team02 > * {
    padding-right: 0;
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
  }
  .content_visual__join_our_team02 span {
    display: inline-block !important;
  }
  .content_visual__join_our_team03 {
    font-size: 10vh;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 540px;
    max-width: 540px;
    top: 320px;
    left: -15px;
    bottom: auto;
    text-align: left;
    z-index: 2;
  }
  .content_visual__join_our_team_detail01 {
    font-size: 12vw;
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 32px;
    margin-left: 10px;
  }
  .content_visual__join_our_team_detail01 > * {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    line-height: 1;
  }
  .content_visual__join_our_team_detail02 {
    font-size: 12vw;
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 10px;
  }
  .content_visual__join_our_team_detail02 > * {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    line-height: 1;
  }
  .content_visual__bg {
    position: relative;
    min-height: 700px;
    min-height: calc(var(--vh, 1vh) * 100 - 144px);
  }
  .content_visual__bg.production_cars {
    background-position: top 0% left 30%;
  }
  .content_visual__car {
    z-index: 1;
  }
  .content_visual__car img {
    max-width: 400vw;
    -webkit-transform: translateX(-12.5%);
    -ms-transform: translateX(-12.5%);
    transform: translateX(-12.5%);
  }
  .content_visual__gd {
    top: calc(var(--vh, 1vh) * 100 - 144px);
    -webkit-transform: translate(0, calc(-100% - 240px));
    -ms-transform: translate(0, calc(-100% - 240px));
    transform: translate(0, calc(-100% - 240px));
  }
  .content_visual__gd .wrap {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }
  .content_visual__gd .wrap img {
    width: 194px;
  }
  .content_induction {
    top: calc(var(--vh, 1vh) * 100);
  }
  .scrl_induction {
    -webkit-transform: translateY(210px) rotate(90deg);
    -ms-transform: translateY(210px) rotate(90deg);
    transform: translateY(210px) rotate(90deg);
    font-weight: 400;
    width: 210px;
    top: -100px;
    bottom: auto;
    right: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .tab {
    display: block !important;
  }
  .tab_hide {
    display: none !important;
  }
  .contents_header {
    height: 86px;
  }
  .contents_header__wrap {
    position: fixed;
    height: 86px;
    top: 80px;
  }
  .scrolling .contents_header__wrap {
    top: 80px;
  }
  .contents_header__back {
    width: 45px;
    height: 43px;
  }
  .contents_header__site_name {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .contents_header__link {
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 10px);
    height: 43px;
    top: auto;
    bottom: 0;
    right: 5px;
  }
  .contents_header__link > * {
    max-width: calc(100% - 2.5px);
    -ms-flex-preferred-size: calc(100% - 2.5px);
    flex-basis: calc(100% - 2.5px);
    height: 100%;
    margin-left: 0;
  }
  .contents_header__link > *:nth-last-child(1) {
    margin-left: 5px;
  }
  .contents_header__link > * a {
    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%;
    height: 100%;
    padding: 0;
  }
  .detail_paging__back .btn {
    display: block;
  }
  .btn {
    font-size: 16px;
  }
  .btn span {
    padding: 8px 60px 8px 16px;
    text-align: left;
  }
  .btn__back span {
    padding: 8px 16px 8px 60px;
    text-align: left;
  }
  .contents_nav__close {
    display: block;
    top: 10px;
  }
  .contents_nav {
    top: 58px;
  }
  .contents_nav__wrap {
    padding: 0;
    margin: 0 15px;
  }
  .contents_nav__toggle > * {
    width: 55px;
    height: 52px;
  }
  .contents_nav__toggle > * span {
    left: 15px;
    width: 26px;
  }
  .contents_nav__toggle > * span:nth-of-type(1) {
    top: 16px;
  }
  .contents_nav__toggle > * span:nth-of-type(3) {
    bottom: 16px;
  }
  .contents_nav__lang {
    font-size: 18px;
    padding: 30px 0 0;
  }
  .contents_nav__list {
    font-size: 30px;
  }
  .content_box .txt {
    padding: 12px 24px 32px;
  }
  .content_box .txt__readable {
    padding: 0px 0px 0px 35px;
  }
  .content_box .name {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .content_box .name__medium {
    font-size: 32px;
    padding-bottom: 35px;
  }
  .content_box .name__small {
    font-size: 22px;
    padding-bottom: 48px;
  }
  .content_box .desc {
    font-size: 16px;
    padding-bottom: 1em;
  }
  .content_box .desc br {
    display: none;
  }
  .content_box__reverse .txt__readable {
    padding: 0px 24px 0px 0 !important;
  }
}
@media screen and (max-width: 1365px) {
  .pc_hide {
    display: none !important;
  }
}