@charset "UTF-8";
html, body {
  line-height: 1.3em;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Myriad Pro, Myriad, Arial, sans-serif;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.8;
  height: 100%;
}

body {
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

a {
  color: #000;
  text-decoration: none;
}

section, header, footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  z-index: 5;
}

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: Axis-Bold;
  src: url(/corporatebranding/jp/ja/kokorozashi/assets/font/AxisStd-Bold.woff);
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 1.6;
  }
}
/* ====================
header
==================== */
.l-header__index-outer {
  position: relative;
  width: 100%;
  height: 80px;
}

.l-header__index-outer .l-header {
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .l-header__index-outer .l-header {
    position: fixed;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__index-outer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 400;
  }
}
.l-header__index-outer.is-fixed .l-header {
  position: fixed;
}

.l-header {
  position: fixed;
  width: 100%;
  height: 80px;
  padding: 12px 4vw 10px 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  background: #fff;
  z-index: 10;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    height: 70px;
    padding: 13px 5% 10px 5%;
    padding-left: calc(5% - 5px);
  }
}
.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .l-header__logo {
    width: 200px;
  }
}
.l-header__menu {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  display: none;
  right: 0;
  top: 9px;
}

.l-header__menu.js-active span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header__menu.js-active span:nth-child(2) {
  opacity: 0;
}

.l-header__menu.js-active span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .l-header__menu {
    display: block;
  }
}
.l-header__menu span {
  width: 24px;
  height: 3px;
  display: block;
  position: absolute;
  background: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.l-header__menu span:nth-child(1) {
  top: 2px;
}

.l-header__menu span:nth-child(2) {
  top: 11px;
}

.l-header__menu span:nth-child(3) {
  top: 20px;
}

@media only screen and (max-width: 767px) {
  .l-header__navi-wrapper {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: 0;
    top: 70px;
    display: block;
    min-height: calc(100vh - 70px);
    height: calc(100vh - 70px);
    background: #000;
    width: 100%;
    display: none;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translate(-1110%, 0);
    transform: translate(-1110%, 0);
  }
  .l-header__navi-wrapper.js-active-start {
    display: block;
  }
  .l-header__navi-wrapper.js-active-anime {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .l-header__navi-wrapper.js-active-anime li {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.l-header__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .l-header__navi {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 74px;
  }
  .l-header__navi li {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  .l-header__navi li:nth-child(2) {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
  }
  .l-header__navi li:nth-child(3) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .l-header__navi li:nth-child(4) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .l-header__navi li:nth-child(5) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .l-header__navi li:nth-child(6) {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
  }
}
.l-header__navi li {
  margin-left: 28px;
}

.l-header__navi li img {
  height: 20px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .l-header__navi li {
    margin-left: 0;
    border-bottom: 1px solid #333;
  }
  .l-header__navi li img {
    height: 24px;
  }
}
.l-header__navi li a {
  display: block;
  padding: 12px 4px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .l-header__navi li a {
    padding: 24px 5vw;
  }
  .l-header__navi li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/icon-next.svg) no-repeat center;
    background-size: contain;
    right: calc(5vw - 3px);
    top: 22px;
  }
  .l-header__navi li dd a:before {
    top: 18px;
  }
}
.l-header__navi li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  left: 0;
  bottom: 4px;
  -webkit-transform: translate(-110%, 0);
  transform: translate(-110%, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.l-header__navi li a.js-active:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.l-header__navi li a:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* ====================
footer
==================== */
.l-footer {
  position: relative;
  padding: 60px 7%;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 50px 0 30px 0;
  }
}
.l-footer__logo {
  max-width: 210px;
  position: relative;
  margin: 0 auto 40px auto;
  padding-right: 1%;
}

@media only screen and (max-width: 767px) {
  .l-footer__logo {
    width: 140px;
    margin-bottom: 24px;
  }
}
.l-footer__logo img {
  width: 100%;
}

.l-footer__global-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .l-footer__global-navi {
    font-size: 12px;
    padding: 0 3%;
    line-height: 1.6;
    margin-bottom: 14px;
  }
}
.l-footer__global-navi li a {
  display: block;
  position: relative;
  padding: 1px 18px;
}

.l-footer__global-navi li:not(:last-child) a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 50%;
  background: #000;
}

@media only screen and (max-width: 506px) {
  .l-footer__global-navi li:nth-child(3) a::after {
    display: none;
  }
}
.l-footer__copyright {
  text-align: center;
  position: relative;
  display: block;
  font-size: 14px;
}

.l-footer__copyright br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 11px;
  }
  .l-footer__copyright br {
    display: block;
  }
}
/* ====================
layout
==================== */
.l-block {
  padding: 120px 4vw;
}

@media only screen and (max-width: 767px) {
  .l-block {
    padding: 60px 5%;
  }
}
.l-layout__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.l-pc-view {
  display: block;
}

@media only screen and (max-width: 767px) {
  .l-pc-view {
    display: none;
  }
}
.l-sp-view {
  display: none;
}

@media only screen and (max-width: 767px) {
  .l-sp-view {
    display: block;
  }
}
/* ====================
components
==================== */
.c-layout__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  font-family: Axis-Bold;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .c-layout__title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .c-layout__title svg {
    height: 25px;
    width: auto;
  }
  .p-topics .c-layout__title svg {
    height: 28px;
    width: auto;
  }
  .p-question-banner h2 svg {
    height: 56px;
    width: auto;
  }
  .p-special .c-layout__title svg {
    height: 30px;
    width: auto;
  }
  .p-gallery .c-layout__title svg {
    height: 30px;
    width: auto;
  }
}
.c-bg__gray:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  display: block;
  left: 0;
  top: 0;
}

.c-bnr {
  font-weight: bold;
  font-size: 14px;
  position: relative;
  padding-right: 22px;
}

@media only screen and (max-width: 767px) {
  .c-bnr {
    font-size: 13px;
  }
}
.c-bnr:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icon-arrow.svg) no-repeat center;
  background-size: contain;
  right: 0;
  top: 5px;
}

@media only screen and (max-width: 767px) {
  .c-bnr:after {
    top: 0;
  }
}
.c-back-bnr {
  font-weight: bold;
  font-size: 14px;
  position: relative;
  display: block;
  padding: 12px 0 26px 0;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .c-back-bnr {
    font-size: 13px;
  }
}
.c-back-bnr:before, .c-back-bnr:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
}

.c-back-bnr span {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  background: #000;
  margin-right: 13px;
  overflow: hidden;
  top: 7px;
}

@media only screen and (max-width: 767px) {
  .c-back-bnr span {
    width: 20px;
    height: 20px;
    top: 5px;
    margin-right: 9px;
  }
}
.c-back-bnr span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon-prev.svg) no-repeat center;
  background-size: contain;
  left: 0;
}

.c-scroll {
  position: absolute;
  z-index: 1;
  width: 20px;
  left: 2%;
  top: calc(50% - 64px);
  mix-blend-mode: difference;
  color: #fff;
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-scroll {
    top: auto;
    bottom: 110px;
  }
}
.c-scroll__chara {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  font-weight: bold;
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  .c-scroll__chara {
    font-size: 10px;
  }
}
.c-scroll__line {
  position: absolute;
  width: 100%;
  height: 70px;
  overflow: hidden;
  top: 70px;
}

.c-scroll__line:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 70px;
  background: #fff;
  left: 10px;
  top: 0;
  -webkit-animation: Scroll infinite 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  animation: Scroll infinite 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

@-webkit-keyframes Scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 105%);
    transform: translate(0, 105%);
  }
}
@keyframes Scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 105%);
    transform: translate(0, 105%);
  }
}
.c-anchor {
  position: absolute;
  top: -60px;
}

/* ====================
project
==================== */
.p-mv {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: calc(100vh - 80px);
}

.p-mv:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  background: #000;
  opacity: 0.05;
  left: 0;
  top: 0;
}

.p-mv__inner {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(1.02) translate(0, -40px);
  transform: scale(1.02) translate(0, -40px);
}

.p-mv__inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
}

.p-mv__inner2 {
  display: none;
}

@media only screen and (max-width: 821px) {
  .p-mv {
    height: calc(100vh - 80px);
  }
  .p-mv__inner {
    display: none;
  }
  .p-mv__inner2 {
    display: block;
    top: calc(40px - 24vw);
  }
}
@media only screen and (max-width: 790px) {
  .p-mv__inner2 {
    top: calc(40px - 28.5vw);
  }
}
@media only screen and (max-width: 767px) {
  .p-mv {
    height: calc(178vw - 40px);
    margin-top: 0px;
    top: -1px;
  }
  .p-mv__inner2 {
    display: block;
    top: -2px;
  }
}
.p-mv__inner2 {
  width: 100%;
  height: 178vw;
  opacity: 0.9;
  position: absolute;
  overflow: hidden;
}

.p-mv__inner2 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
}

.p-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-about__wrapper p {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .p-about__wrapper p {
    padding: 20px 0 0 0;
    font-size: 20px;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 20px;
  }
}
.p-about__wrapper p .p-about__text {
  display: inline-block;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .p-about__wrapper p .p-about__text {
    margin-bottom: 12px;
  }
  .p-about__wrapper p .p-about__text img {
    height: clamp(17px, 4.7vw, 25px);
    width: auto !important;
  }
}
.p-about__wrapper p .p-about__text.p-about__tagline {
  padding: 16px 0 0 0;
  display: block;
}

@media only screen and (max-width: 767px) {
  .p-about__wrapper p .p-about__text.p-about__tagline img {
    width: 280px !important;
    height: auto !important;
  }
}
.p-topics {
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .p-topics {
    padding: 60px 5% 30px 5%;
    margin-top: -1px;
  }
}
.p-topics__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-topics__thumb {
  width: calc(50% - 30px);
  width: 47.5%;
  margin-bottom: 4.5%;
}

@media only screen and (max-width: 767px) {
  .p-topics__thumb {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-topics__thumb-pict {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 56%;
  margin-bottom: 25px;
}

.p-topics__thumb a {
  display: block;
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 767px) {
  .p-topics__thumb a {
    padding-bottom: 18px;
  }
}
.p-topics__thumb a picture {
  position: relative;
  margin-bottom: 25px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .p-topics__thumb a picture {
    margin-bottom: 20px;
  }
}
.p-topics__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.p-topics__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 5px;
}

.p-topics__category li {
  color: #fff;
  position: relative;
  font-size: 11px;
  margin-right: 5px;
}

.p-topics__category li img {
  display: block;
}

@media only screen and (max-width: 767px) {
  .p-topics__category li {
    font-size: 10px;
    margin-right: 3px;
  }
}
.p-topics__date {
  font-size: 12px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .p-topics__date {
    font-size: 10px;
  }
}
.p-topics__title {
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
  min-height: 74px;
}
.p-topics__title small {
  font-size: 68%;
}

@media only screen and (max-width: 767px) {
  .p-topics__title {
    font-size: 22px;
    min-height: auto;
  }
}
.p-topics__bnr {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .p-topics__bnr img {
    height: 10px;
    width: auto;
  }
}
.p-topics__bnr span {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  background: #000;
  margin-left: 12px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .p-topics__bnr span {
    width: 22px;
    height: 22px;
  }
}
.p-topics__bnr span:before, .p-topics__bnr span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon-next.svg) no-repeat center;
  background-size: contain;
}

.p-question-banner {
  position: relative;
  width: 100vw;
  height: 50vw;
  min-height: 680px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6.4%;
  padding-bottom: 40px;
  overflow: hidden;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .p-question-banner {
    height: 35vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-question-banner {
    height: 120vw;
    min-height: 370px;
    padding-top: 60px;
  }
}
.p-question-banner .p-question-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: translate(1.1, 1.1);
  transform: translate(1.1, 1.1);
  left: 0;
  top: 0;
}

.p-question-banner .p-question-banner__bg span {
  background: url(../images/find-banner-bg.jpg) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .p-question-banner .p-question-banner__bg span {
    background: url(../images/find-banner-bg.jpg) no-repeat center bottom;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .p-question-banner .p-question-banner__bg span {
    background: url(../images/find-banner-bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
}
.p-question-banner .l-layout__inner {
  height: 100%;
}

.p-question-banner h2 {
  font-weight: bold;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .p-question-banner h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.p-question-banner p {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .p-question-banner p {
    margin-bottom: 15px;
  }
}
.p-question-banner .p-topics__bnr {
  position: absolute;
  right: 0;
  bottom: 0.8%;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4)) drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4)) drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.3));
}

.p-question-banner .p-topics__bnr span {
  background: #fff;
}

.p-question-banner .p-topics__bnr span:before {
  background: url(../images/icon-next_black.svg) no-repeat center;
  background-size: contain;
}

.p-question-banner .p-topics__bnr span:after {
  background: url(../images/icon-next_black.svg) no-repeat center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .p-question-banner .p-topics__bnr {
    position: relative;
    right: auto;
    bottom: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  }
  .p-question-banner .p-topics__bnr span {
    background: #000;
  }
  .p-question-banner .p-topics__bnr span:before {
    background: url(../images/icon-next.svg) no-repeat center;
    background-size: contain;
  }
  .p-question-banner .p-topics__bnr span:after {
    background: url(../images/icon-next.svg) no-repeat center;
    background-size: contain;
  }
}
.p-special .c-layout__title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .p-special .c-layout__title {
    margin-bottom: 15px;
  }
}
.p-special p {
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .p-special p {
    margin-bottom: 22px;
  }
}
.p-special__banner {
  display: block;
  border: 1px solid #bbb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 100px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-special__banner {
    padding: 50px 0 40px 0;
  }
}
.p-special__banner img {
  display: block;
  margin: 0 auto;
  width: 500px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 767px) {
  .p-special__banner img {
    max-width: 360px;
    width: 82%;
    margin-bottom: 15px;
  }
}
.p-special__banner:hover img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.p-special .p-topics__bnr {
  position: absolute;
  right: 22px;
  bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .p-special .p-topics__bnr {
    position: relative;
    right: auto;
    bottom: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 22px;
  }
}
.p-gallery {
  padding: 120px 0 120px 7%;
  padding-left: calc(50vw - 600px);
}

@media only screen and (max-width: 767px) {
  .p-gallery {
    padding: 60px 0 60px 5%;
    overflow: hidden;
  }
}
.p-gallery__meta {
  padding: 20px 0 0 0;
  display: block;
  font-size: 13px;
  color: #555;
}

@media only screen and (max-width: 767px) {
  .p-gallery__meta {
    padding: 14px 0 0 0;
    font-size: 11px;
  }
}
.p-gallery__titile {
  font-size: 22px;
  position: relative;
  display: inline-block;
}

.p-gallery__titile em {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #000;
  position: relative;
  margin-left: 10px;
  top: 1px;
}

.p-gallery__titile em:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/icon-plus.svg) no-repeat center;
  background-size: contain;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .p-gallery__titile {
    font-size: 18px;
  }
}
.p-gallery .swiper-wrapper {
  height: auto;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .p-gallery .swiper-wrapper {
    padding-bottom: 30px;
  }
}
.p-gallery .swiper-slide {
  width: auto;
  height: auto;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .p-gallery .swiper-slide {
    margin-right: 20px;
  }
}
.p-gallery .swiper-slide img {
  height: 310px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .p-gallery .swiper-slide img {
    height: 220px;
  }
}
.p-gallery .swiper-horizontal > .swiper-pagination-progressbar, .p-gallery .swiper-pagination-progressbar.swiper-pagination-horizontal, .p-gallery .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .p-gallery .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 0;
  top: auto;
  height: 1px;
  width: 86vw;
}

@media only screen and (max-width: 767px) {
  .p-gallery .swiper-horizontal > .swiper-pagination-progressbar, .p-gallery .swiper-pagination-progressbar.swiper-pagination-horizontal, .p-gallery .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .p-gallery .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 90vw;
  }
}
.p-gallery .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
}

.p-gallery .swiper-button-next, .p-gallery .swiper-button-prev {
  width: 50px;
  height: 50px;
  margin-top: 0;
  top: 114px;
  border-radius: 50%;
  border: 1px solid #000;
  overflow: hidden;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.p-gallery .swiper-button-next:after, .p-gallery .swiper-button-prev:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-gallery .swiper-button-next, .p-gallery .swiper-button-prev {
    width: 36px;
    height: 36px;
    top: 56px;
  }
}
.p-gallery .swiper-button-next:before, .p-gallery .swiper-button-prev:before, .p-gallery .swiper-button-next:after, .p-gallery .swiper-button-prev:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: 0.15s;
  transform: 0.15s;
}

.p-gallery .swiper-button-next:before {
  background: url(../images/icon-next_black.svg) no-repeat center;
  background-size: 35px 35px;
}

@media only screen and (max-width: 767px) {
  .p-gallery .swiper-button-next:before {
    background-size: 28px 28px;
  }
}
.p-gallery .swiper-button-next:after {
  background: url(../images/icon-next.svg) no-repeat center;
  background-size: 35px 35px;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .p-gallery .swiper-button-next:after {
    background-size: 28px 28px;
  }
}
.p-gallery .swiper-button-next:hover {
  background: #000;
}

.p-gallery .swiper-button-next:hover:before {
  opacity: 0;
}

.p-gallery .swiper-button-next:hover:after {
  opacity: 1;
}

.p-gallery .swiper-button-prev:before {
  background: url(../images/icon-prev_black.svg) no-repeat center;
  background-size: 35px 35px;
}

@media only screen and (max-width: 767px) {
  .p-gallery .swiper-button-prev:before {
    background-size: 28px 28px;
  }
}
.p-gallery .swiper-button-prev:after {
  background: url(../images/icon-prev.svg) no-repeat center;
  background-size: 35px 35px;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .p-gallery .swiper-button-prev:after {
    background-size: 28px 28px;
  }
}
.p-gallery .swiper-button-prev:hover {
  background: #000;
}

.p-gallery .swiper-button-prev:hover:before {
  opacity: 0;
}

.p-gallery .swiper-button-prev:hover:after {
  opacity: 1;
}

.p-gallery .swiper-button-next {
  right: 7vw;
}

@media only screen and (max-width: 767px) {
  .p-gallery .swiper-button-next {
    right: 5vw;
  }
}
.p-gallery .swiper-button-prev {
  left: auto;
  right: calc(7vw + 60px);
}

@media only screen and (max-width: 767px) {
  .p-gallery .swiper-button-prev {
    right: calc(5vw + 45px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1320px) {
  .p-gallery {
    padding-left: 4vw;
  }
}
/* ====================
liburay
==================== */
.fancybox-inner .fancybox-button.fancybox-button--zoom {
  display: none;
  width: 0;
  height: 0;
}

.fancybox-inner .fancybox-button.fancybox-button--zoom svg {
  display: none;
}

/* ====================
1min question
==================== */
.l-header.l-header-page {
  position: fixed;
  left: 0;
  top: 0;
}

/* @media screen and (min-width: 1600px) {
  body .p-question-mv {
    background: url(../images/guestion-banner-bg2.jpg) no-repeat center 85%;
    background-size: cover;
  }
} */
.p-question-mv {
  background: url(../images/guestion-banner-bg2.jpg) no-repeat center 80%;
  background-size: cover;
  position: relative;
  width: 100vw;
  max-width: 1200px;
  height: 650px;
  padding: 0 4vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .p-question-mv {
    background: url(../images/guestion-banner-bg_sp2.jpg) no-repeat center bottom;
    background-size: cover;
    height: 600px;
    width: 90vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-question-mv {
    background: url(../images/guestion-banner-bg_sp2.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative;
    margin-top: 70px;
    height: 68vw;
    padding: 0 5vw;
    width: 90vw;
  }
}
@media only screen and (max-width: 550px) {
  .p-question-mv {
    height: 76vw;
  }
}
@media only screen and (max-width: 467px) {
  .p-question-mv {
    height: 88vw;
  }
}
@media only screen and (max-width: 400px) {
  .p-question-mv {
    height: 90vw;
  }
}
@media only screen and (max-width: 375px) {
  .p-question-mv {
    height: 98vw;
  }
}
.p-question-mv h2 {
  font-weight: bold;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 28px;
  padding: 60px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .p-question-mv h2 {
    padding: 40px 0 0 0;
    margin-bottom: 20px;
  }
  .p-question-mv h2 svg {
    height: 58px;
    width: auto;
  }
  .p-question-mv.p-question-mv__project h2 {
    padding: 0 0 0 0;
    margin-bottom: 15px;
  }
  .p-question-mv.p-question-mv__project h2 svg {
    height: 28px;
    width: auto;
  }
}
.p-question-mv p {
  font-weight: bold;
}

.p-question-thumb__entry:first-child a {
  border-top: 1px solid #ddd;
}

.p-question-thumb__entry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}

.p-question-thumb__entry a picture {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .p-question-thumb__entry a {
    display: block;
    padding: 25px 0;
  }
  .p-question-thumb__entry a picture {
    width: 100%;
  }
  .p-question-thumb__entry a picture img {
    display: block;
  }
}
.p-question-thumb__txt {
  width: calc(60% - 60px);
  padding: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .p-question-thumb__txt {
    width: 100%;
    padding: 15px 0 0 0;
  }
}
.p-question-thumb .p-topics__title {
  width: 100%;
}

.p-question-thumb__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
  padding-bottom: 4px;
}

.p-question-thumb__tag .p-topics__bnr {
  padding-bottom: 4px;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .p-question-thumb__tag {
    display: block;
  }
  .p-question-thumb__tag .p-topics__bnr {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-question-thumb__tag {
    padding: 8px 0 0 0;
    display: block;
  }
  .p-question-thumb__tag .p-topics__bnr {
    padding-bottom: 0px;
  }
}
.p-question-thumb__name {
  font-weight: bold;
  display: block;
  line-height: 1.4;
  font-size: 22px;
}

.p-question-thumb__name small {
  font-size: 64%;
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .p-question-thumb__name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-question-interview {
  padding-top: 140px;
}

@media only screen and (max-width: 767px) {
  .p-question-interview {
    padding-top: 100px;
  }
}
.p-question-interview__movie h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-question-interview__movie h2 img {
  display: block;
}
.p-question-interview__movie h2 span {
  display: inline-block;
  position: relative;
}
.p-question-interview__movie h2 span:nth-child(2) {
  padding-left: 9px;
}
.p-question-interview__movie h2 span.p-question-interview__logo-mobility {
  top: 0px;
}

@media only screen and (max-width: 767px) {
  .p-question-interview__movie h2 {
    margin-bottom: 14px;
  }
  .p-question-interview__movie h2 svg {
    height: 20px;
    width: auto;
  }
  .p-question-interview__movie h2 span:nth-child(1) img {
    height: 18px;
  }
  .p-question-interview__movie h2 span:nth-child(2) img {
    height: 19.5px;
  }
  .p-question-interview__movie h2 span.p-question-interview__logo-mobility {
    top: 0px;
    margin-left: -4px;
  }
}
.p-question-interview__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

@media only screen and (max-width: 767px) {
  .p-question-interview__youtube {
    width: 100vw;
  }
}
.p-question-interview__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-question-interview__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .p-question-interview__profile {
    padding: 20px 0;
    margin-bottom: 0px;
  }
}
.p-question-interview__profile picture {
  width: 90px;
}

@media only screen and (max-width: 767px) {
  .p-question-interview__profile picture {
    width: 60px;
    margin-bottom: auto;
  }
}
.p-question-interview__profile dl {
  padding-left: 20px;
  position: relative;
  top: -2px;
}

.p-question-interview__profile dl dt {
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .p-question-interview__profile dl {
    width: calc(100% - 80px);
  }
  .p-question-interview__profile dl dt {
    font-size: 18px;
  }
}
.p-question-interview__profile dl dd {
  font-size: 14px;
}

.p-question-interview__profile dl dd small {
  font-size: 12px;
  line-height: 1.8;
  display: block;
}

@media only screen and (max-width: 767px) {
  .p-question-interview__profile dl dd {
    font-size: 12px;
    line-height: 1.5;
  }
  .p-question-interview__profile dl dd small {
    font-size: 10px;
  }
}
.p-question-interview__profile dl dd a {
  position: relative;
  padding-left: 16px;
  text-decoration: underline;
}

.p-question-interview__profile dl dd a:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/icon-arrow.svg) no-repeat center;
  background-size: contain;
  left: 0;
  top: 1px;
}

.p-question-interview .p-topics__title {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  .p-question-interview .p-topics__title {
    font-size: 26px;
  }
}
.p-question-interview__body {
  padding: 60px 0 0 0;
  position: relative;
  max-width: 840px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-question-interview__body {
    padding: 40px 0 0 0;
  }
}
.p-question-interview__body p {
  line-height: 2.1;
  margin-bottom: 34px;
}

.p-question-interview__pict {
  margin-bottom: 34px;
}

/* ====================
animation
==================== */
.p-mv {
  background: #fff;
}

.p-mv__inner {
  position: fixed;
  opacity: 1;
}

section {
  background: #fff;
}

.p-about {
  background: #fff;
  position: relative;
}

.p-about__wrapper .p-about__text {
  position: relative;
  background: #fff;
  padding: 1% 0 0 0;
  margin-bottom: 12px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  will-change: clip-path;
}

.p-about__wrapper .p-about__text img {
  position: relative;
  z-index: 2;
}

.p-about__wrapper .p-about__text .js-cover {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  mix-blend-mode: difference;
  z-index: 2;
  right: 0;
  top: 0;
  opacity: 1;
  will-change: clip-path;
}

.p-about__wrapper .p-about__text.p-about__tagline .js-cover {
  mix-blend-mode: normal;
}

.p-topics__thumb a picture img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-topics__thumb a picture:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 4;
}

.p-topics__thumb a:hover picture img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.p-topics__thumb a:hover picture:before {
  opacity: 0.2;
}

.swiper .swiper-slide a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transform: translate(25%, 10%);
  transform: translate(25%, 10%);
  display: block;
  opacity: 0;
}

.swiper .swiper-slide:nth-child(2) a {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.swiper .swiper-slide:nth-child(3) a {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.swiper .swiper-slide:nth-child(4) a {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.swiper .swiper-slide:nth-child(5) a {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.swiper .swiper-slide:nth-child(6) a {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.swiper .swiper-slide:nth-child(7) a {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.is-inview.swiper .swiper-slide a {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.swiper-pagination__wrap {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 2px;
  position: absolute;
  z-index: 5;
  bottom: 0;
}

.is-inview .swiper-pagination__wrap {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.swiper .swiper-slide figure {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
}

.swiper .swiper-slide figure:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #000;
  z-index: 2;
}

.swiper .swiper-slide figure:hover:before {
  opacity: 0.2;
}

.swiper .swiper-slide img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.swiper .swiper-slide a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.p-about__wrapper p {
  mix-blend-mode: darken;
}

.l-header__index-outer {
  z-index: 200;
}

.p-topics__bnr span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-topics__thumb a:hover .p-topics__bnr span {
  margin-left: 20px;
}

.p-question-banner:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  opacity: 0;
}

.p-question-banner .l-layout__inner {
  position: relative;
  z-index: 5;
}

.p-question-banner:hover:before {
  opacity: 0.15;
}

.p-question-banner__bg span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-question-banner:hover .p-question-banner__bg span {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.c-layout__title {
  position: relative;
  overflow: hidden;
}

.js-ttile-anime {
  opacity: 0;
}

.js-ttile-anime.is-inview {
  opacity: 1;
}

.lineAnime {
  stroke: #000;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.1;
}
.lineAnime.lineAnime__white {
  stroke: #fff;
}

.lineAnime.lineAnime-thine {
  stroke-width: 0.2;
}

.is-inview .lineAnime {
  -webkit-animation: lineAnime 2.6s ease-in 0s;
  animation: lineAnime 2.6s ease-in 0s;
}
.is-inview .lineAnime.lineAnime__white {
  -webkit-animation: lineAnimeWhite 2.6s ease-in 0s;
          animation: lineAnimeWhite 2.6s ease-in 0s;
}

@-webkit-keyframes lineAnime {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
    stroke-width: 1;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-opacity: 0;
    stroke-width: 0;
    fill: #000;
  }
}
@keyframes lineAnime {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
    stroke-width: 0.5;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-opacity: 0;
    stroke-width: 0;
    fill: #000;
  }
}
@-webkit-keyframes lineAnimeWhite {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
    stroke-width: 1;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-opacity: 0;
    stroke-width: 0;
    fill: #fff;
  }
}
@keyframes lineAnimeWhite {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
    stroke-width: 1;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-opacity: 0;
    stroke-width: 0;
    fill: #fff;
  }
}
.p-question-banner .js-wipe-chara span, .p-special .js-wipe-chara span, .p-question-mv .js-wipe-chara span {
  line-height: 1.6;
}

.js-wipe-anime {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.p-topics__thumb.is-inview .js-wipe-anime, .swiper.is-inview .js-wipe-anime, .p-question-thumb__entry.is-inview .js-wipe-anime {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-topics__thumb.is-inview .js-wipe-chara span, .swiper.is-inview .js-wipe-chara span, .p-question-thumb__entry.is-inview .js-wipe-chara span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-topics__thumb.is-inview .js-wipe-chara span:before, .swiper.is-inview .js-wipe-chara span:before, .p-question-thumb__entry.is-inview .js-wipe-chara span:before {
  width: 0%;
}

.js-wipe-chara span {
  display: inline-block;
  position: relative;
  line-height: 1.4;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.js-wipe-chara span:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 4;
  background: #000;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.js-wipe-chara.js-wipe-chara-single span {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.js-wipe-chara.js-wipe-chara-single span:before {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.js-wipe-chara.is-inview span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.js-wipe-chara.is-inview span:before {
  width: 0;
}

.js-anime-fadeInup {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translate(0, 15%);
  transform: translate(0, 15%);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.js-anime-fadeInup.is-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-anime-fadeInup2 {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translate(25%, 25%);
  transform: translate(25%, 25%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.js-anime-fadeInup2.is-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-anime-fadeInup3 {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translate(20%, 20%);
  transform: translate(20%, 20%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.js-anime-fadeInup3.is-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.p-question-banner .js-ttile-anime {
  -webkit-transition-delay: 1;
  transition-delay: 1;
}

.cover-wipe2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}

.cover-wipe2 span {
  width: 100%;
  height: 21%;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.cover-wipe2 span:nth-child(1) {
  top: 0;
}

.cover-wipe2 span:nth-child(2) {
  top: 20%;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.cover-wipe2 span:nth-child(3) {
  top: 40%;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.cover-wipe2 span:nth-child(4) {
  top: 60%;
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.cover-wipe2 span:nth-child(5) {
  top: 80%;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.cover-wipe2.is-inview span {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.load-wrap {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: #fff;
}

.load-wrap .load-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  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;
  z-index: 100;
  -webkit-transition: 0.8s ease-in;
  transition: 0.8s ease-in;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  padding-bottom: 80px;
}

.load-wrap .load-logo.load-end span:after {
  opacity: 0;
}

.load-wrap .load-logo span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-animation: logoZoom 9s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: logoZoom 9s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  padding-left: 0;
}

.load-wrap .load-logo span img {
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .load-wrap .load-logo span img {
    width: 180px;
  }
}
@-webkit-keyframes logoZoom {
  0% {
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes logoZoom {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
}
.cover-wipe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

/* ====================
extra
==================== */
.p-question-interview__mv-outer {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .p-question-interview__mv-outer {
    margin-left: -5vw;
    margin-right: -5vw;
    width: 100vw;
  }
  .p-question-interview__mv-outer .p-question-interview__youtube {
    width: 100vw;
  }
}
.p-question-interview__mv-outer .p-question-interview__youtube {
  opacity: 0;
}

.p-question-interview__mv-outer .p-question-interview__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.8s -webkit-clip-path cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition: 0.8s clip-path cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s clip-path cubic-bezier(0.25, 1, 0.5, 1);
}

.p-question-interview__mv-outer .p-question-interview__img:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 2;
  opacity: 0.2;
}

@media only screen and (max-width: 767px) {
  .p-question-interview__mv-outer .p-question-interview__img {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-question-interview__mv-outer .p-question-interview__img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-question-interview__mv-outer .p-question-interview__img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.p-question-interview__mv-outer .p-question-interview__mv-arrow {
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  z-index: 5;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  cursor: pointer;
}

.p-question-interview__mv-outer .p-question-interview__mv-arrow svg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 62px 62px;
  transform-origin: 62px 62px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .p-question-interview__mv-outer .p-question-interview__mv-arrow svg {
    -webkit-transform-origin: 42px 42px;
    transform-origin: 42px 42px;
  }
}
.p-question-interview__mv-outer .p-question-interview__mv-arrow svg circle {
  position: relative;
  fill: none;
  stroke-width: 2;
  stroke: #fff;
  stroke-dasharray: 440;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

.p-question-interview__mv-outer .p-question-interview__mv-arrow svg circle.base {
  opacity: 0.5;
}

.p-question-interview__mv-outer .p-question-interview__mv-arrow svg circle.line {
  opacity: 1;
  stroke-dashoffset: 0;
  stroke: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-question-interview__mv-outer .p-question-interview__mv-arrow:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/icon-play.svg) no-repeat center;
  background-size: 30px 30px;
  width: 100%;
  height: 100%;
  top: 2px;
  left: 2px;
}

@media only screen and (max-width: 767px) {
  .p-question-interview__mv-outer .p-question-interview__mv-arrow:before {
    background-size: 24px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-question-interview__mv-outer .p-question-interview__mv-arrow {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
  }
}
.p-question-interview__mv-outer:hover .p-question-interview__mv-arrow svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.p-question-interview__mv-outer:hover .p-question-interview__mv-arrow svg circle.line {
  stroke-dashoffset: 440;
  opacity: 0.6;
}

.p-question-interview__mv-outer.js-play .p-question-interview__img {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.p-question-interview__mv-outer.js-play .p-question-interview__mv-arrow {
  display: none;
}

.p-question-interview__mv-outer.js-play .p-question-interview__youtube {
  opacity: 1;
}

/* ====================
fancybox
==================== */
.fancybox-container .fancybox-button.fancybox-button--close {
  background: url(../images/icon-close.svg) no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  right: 15px;
  top: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.fancybox-container .fancybox-button.fancybox-button--close svg {
  display: none;
}

.fancybox-container .fancybox-button.fancybox-button--close:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .fancybox-container .fancybox-button.fancybox-button--close {
    width: 26px;
    height: 26px;
    right: 15px;
    top: 15px;
  }
}
/*-----------------------------------------
  2023_1_18 追記
-----------------------------------------*/
/* フッター */
.l-footer__global-navi-bold {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .l-footer__global-navi-bold {
    font-size: 16px;
    display: block;
    text-align: center;
  }
}
.l-footer__global-navi-bold li a {
  padding: 1px 20px;
  position: relative;
}

.l-footer__global-navi-bold li:first-child a {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .l-footer__global-navi-bold li:first-child a {
    padding-left: 20px;
    margin-bottom: 10px;
  }
}
.l-footer__global-navi-bold li:first-child a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 50%;
  background: #000;
}

@media only screen and (max-width: 767px) {
  .l-footer__global-navi-bold li:first-child a::after {
    display: none;
  }
}
.p-question-interview__body p span {
  font-size: 80%;
}

/*-----------------------------------------
  2023_1_19 追記
-----------------------------------------*/
.p-special__banner {
  padding: 0;
  border: none;
}

.p-special__banner img {
  width: 120rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-special .p-topics__bnr {
  color: #fff;
}

.spe-btr span:before, .spe-btr span:after {
  background: url(../images/icon-next_black.svg) no-repeat center;
}

.spe-btr span {
  background: #fff;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .p-topics__title p {
    font-size: 22px;
  }
  .p-special__banner img {
    max-width: 100%;
  }
  .p-special .p-topics__bnr {
    color: #000;
  }
  .spe-btr span:before, .spe-btr span:after {
    background: url(../images/icon-next.svg) no-repeat center;
  }
  .spe-btr span {
    background: #000;
  }
}
/* ====================
追加
==================== */
.swiper .swiper-slide img {
  display: block;
}

.l-footer__global-navi-bold {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* font-weight: normal; */
  font-size: 18px;
  padding: 18px 0 0 0;
}

.l-footer__global-navi-bold li a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-footer__global-navi-bold li a:hover {
  opacity: 0.5;
}

.l-footer__global-navi-bold li a:after {
  /* content: "";
  position: relative;
  display: inline-block;
  background: url(../images/icon_blank.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin-left: 9px;
  top: 2px; */
}

.p-question-interview__youtube {
  aspect-ratio: 16/9;
}

@media only screen and (max-width: 767px) {
  .p-special__banner .p-topics__bnr {
    position: absolute;
    z-index: 5;
    bottom: 12px;
    right: 15px;
    color: #fff;
  }
  .p-special__banner .spe-btr span {
    background: #fff;
  }
  .p-special__banner .spe-btr span:before, .p-special__banner .spe-btr span:after {
    background: url(../images/icon-next_black.svg) no-repeat center;
  }
  .l-footer__global-navi-bold {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .l-footer__global-navi-bold li:last-child a:after {
    width: 14px;
    height: 14px;
    margin-left: 9px;
    top: 2px;
  }
}
.p-question-banner {
  background: #fff;
  position: relative;
  z-index: 5;
  width: 100%;
  display: block;
}

section {
  position: relative;
  z-index: 5;
  width: 100%;
  display: block;
}

/* ====================
追記 20231113
==================== */
.p-movie h2 {
  margin-bottom: 50px;
}

.p-movie p {
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}

.p-movie__banner {
  display: block;
  position: relative;
  overflow: hidden;
}

.p-movie__banner img {
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.p-movie__banner:hover img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.p-movie .p-movie__bnr {
  position: relative;
  padding-top: 20px;
  display: block;
}

.c-layout__subttl-frontline {
  margin-top: 60px;
}

.c-layout__subttl-kokorozasi {
  margin-top: 60px;
}

.c-layout__subttl {
  margin-bottom: 6px;
  display: block;
  position: relative;
}

.l-header__logo {
  position: relative;
  top: -6px;
}

.l-header__navi {
  position: relative;
  top: -12px;
}

.l-header__navi li {
  position: relative;
}

.l-header__navi li a:after {
  bottom: 17px;
}

.l-header__navi li a, .l-header__navi li span {
  padding: 28px 4px;
  position: relative;
}

.l-header__navi li span {
  display: block;
  cursor: pointer;
  overflow: hidden;
}

.l-header__navi li.js-dropmenu:after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #000;
  left: 0;
  bottom: 17px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.l-header__navi li.js-dropmenu:hover:after {
  width: 100%;
}

.l-header__navi li.js-dropmenu span {
  padding-right: 24px;
}

.l-header__navi li span .arrow {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  right: 0;
  top: 29px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.l-header__navi li span .arrow:before, .l-header__navi li span .arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  background: #000;
  top: 8px;
}

.l-header__navi li span .arrow:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 7px;
}

.l-header__navi li span .arrow:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0px;
}

.l-header__navi li dl {
  display: block;
  position: absolute;
  background: #fff;
  bottom: 79px;
  left: -15px;
  overflow: hidden;
  height: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.l-header__navi li.js-dropmenu.js-active dl {
  height: 180px;
  height: 138px;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.l-header__navi li.js-dropmenu.js-active .arrow {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.l-header__navi li.js-dropmenu.js-scrolled dl {
  bottom: auto;
  top: 80px;
}

.l-header__navi li.js-dropmenu.js-dropmenu__page dl {
  bottom: auto;
  top: 80px;
}

.l-header__navi li dl dd {
  border-bottom: 1px solid #E0E0E0;
}

.l-header__navi li dl dd:last-child {
  border-bottom: 0;
}

.l-header__navi li dl dd:nth-child(2) img {
  height: 14px;
  width: auto;
}

.l-header__navi li dl dd a {
  padding: 16px 14px 13px 20px;
  width: 144px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.l-header__navi li dl dd a:hover {
  opacity: 0.5;
}

.l-header__navi li dl dd a:after {
  display: none;
}

.l-header__navi li dl dd img {
  height: 13px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .p-movie h2 {
    margin-bottom: 20px;
  }
  .p-movie h2 img {
    height: 25px;
    width: auto;
  }
  .c-layout__subttl svg {
    height: 22px;
    width: auto;
  }
  .c-layout__subttl.c-layout__subttl-frontline svg {
    height: 17px;
    width: auto;
  }
  .c-layout__subttl-kokorozasi {
    margin-top: 30px;
  }
  .c-layout__subttl-kokorozasi.c-layout__subttl svg {
    height: 20px;
  }
  .l-header__logo {
    top: 0;
  }
  .l-header__navi {
    top: 0;
  }
  .l-header__navi li a, .l-header__navi li span {
    padding: 24px 5vw;
  }
  .l-header__navi li.js-dropmenu:after {
    display: none;
  }
  .l-header__navi li.js-dropmenu dl {
    position: relative;
    height: auto;
    bottom: 0;
    left: 0;
    opacity: 1;
    background: #1D1D1D;
  }
  .l-header__navi li dl dd a {
    width: 100%;
    padding: 24px 5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 1em;
    height: 64px;
  }
  .l-header__navi li dl dd img {
    height: 14px;
  }
  .l-header__navi li dl dd:nth-child(2) img {
    height: 15.5px;
  }
  .l-header__navi li dl dd {
    border-bottom: 1px solid #555555;
  }
  .l-header__navi li dl dd:last-child {
    border-bottom: 1px solid #666;
  }
  .l-header__navi li.js-dropmenu.js-active dl {
    height: auto;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .l-header__navi li.js-dropmenu.js-active .arrow {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .l-header__navi li.js-dropmenu.js-scrolled dl {
    bottom: auto;
    top: auto;
  }
  .l-header__navi li.js-dropmenu.js-dropmenu__page dl {
    bottom: auto;
    top: auto;
  }
}
/* ====================
追記 20240124
==================== */
.p-question-interview__contents {
  position: relative;
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 60px 0 15px 0;
}

.p-question-interview__contents dt {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1;
}

.p-question-interview__contents dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.p-question-interview__contents a {
  display: block;
}

.p-question-interview__contents-thumb {
  width: 320px;
}

.p-question-interview__contents-thumb .border {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-question-interview__contents-thumb img {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-question-interview__contents-thumb a {
  position: relative;
  overflow: hidden;
}

.p-question-interview__contents-thumb a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: 2;
}

.p-question-interview__contents-thumb a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.p-question-interview__contents-thumb a:hover:before {
  opacity: 0.3;
}

.p-question-interview__contents-txt {
  width: calc(100% - 320px);
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-question-interview__contents-link {
  display: block;
  text-align: right;
  position: relative;
  margin-top: auto;
  padding-top: 1em;
  font-size: 15px;
  font-weight: bold;
  margin-left: auto;
}

.p-question-interview__contents-link a {
  display: inline-block;
  position: relative;
}

.p-question-interview__contents-link a:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  top: 2px;
  background: url(../images/icon-blank2.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.6em;
}

@media only screen and (max-width: 767px) {
  .p-question-interview__contents {
    padding: 35px 0 0px 0;
    margin-top: 30px;
  }
  .p-question-interview__contents dt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-question-interview__contents dd {
    display: block;
    margin-bottom: 30px;
  }
  .p-question-interview__contents-txt {
    display: block;
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 12px;
  }
  .p-question-interview__contents-link {
    font-size: 13px;
    padding-top: 1.1em;
  }
  .p-question-interview__contents-link a {
    display: inline-block;
  }
}
/* ====================
FIND 360
==================== */
.p-find-title {
  margin-bottom: 0px;
}

.p-find-title h2 {
  padding: 20px 0 40px 0;
  display: block;
}

.p-find-title h2 span {
  display: inline-block;
  position: relative;
}

.p-find-title h2 span:nth-child(1) {
  margin-right: 0em;
}

.p-find-title h2 span:nth-child(2) {
  top: 1px;
  line-height: 1;
}

.p-find-title.p-find-title__detail h2 {
  padding-bottom: 28px;
}

.p-find-title.p-find-title__detail h2 span:nth-child(1) {
  margin-right: 0;
}

.p-find-title.p-find-title__detail h2 span:nth-child(1) svg {
  width: 140px;
}

.p-find-title.p-find-title__detail h2 span:nth-child(2) svg {
  width: 236px;
}

.p-find-title p {
  font-weight: bold;
  line-height: 1.7;
}

.p-find-thumb {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.p-find-thumb__entry {
  width: 33.333%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.p-find-thumb__entry a {
  display: block;
}

.p-find-thumb__entry a:hover .p-find-thumb__image span img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.p-find-thumb__image {
  border-radius: 10px;
  overflow: hidden;
  padding: 6%;
  margin-bottom: 12px;
}

.p-find-thumb__image span {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.p-find-thumb__image span img {
  display: block;
  -webkit-transition: 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-find-thumb__title span {
  position: relative;
  font-size: 16px;
  line-height: 1.41;
  display: block;
}

.p-find-thumb__title span:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  background: url(../images/icon-note.png) no-repeat center;
  background-size: contain;
  margin-left: 0.6em;
  top: 2px;
}

@media only screen and (max-width: 767px) {
  .p-find-banner .c-layout__subttl svg {
    height: 43px;
  }
  .p-find-title {
    padding: 40px 0 0 0;
  }
  .p-find-title h2 {
    padding: 0 0 30px 0;
  }
  .p-find-title h2 span {
    display: block;
    line-height: 1;
  }
  .p-find-title h2 span:nth-child(1) {
    margin-bottom: 6px;
  }
  .p-find-title h2 span:nth-child(1) svg {
    width: 136px;
  }
  .p-find-title h2 span:nth-child(2) {
    width: 248px;
  }
  .p-find-title h2 span:nth-child(2) svg {
    width: 100%;
  }
  .p-find-title.p-find-title__detail h2 {
    padding-bottom: 20px;
  }
  .p-find-title.p-find-title__detail h2 span:nth-child(1) {
    margin-right: 0;
    margin-bottom: 3px;
  }
  .p-find-title.p-find-title__detail h2 span:nth-child(1) svg {
    width: 110px;
  }
  .p-find-title.p-find-title__detail h2 span:nth-child(2) svg {
    width: 204px;
  }
  .p-find-title p {
    font-size: 14px;
    line-height: 1.7;
  }
  .p-find-title p br {
    display: none;
  }
  .p-find-thumb {
    margin-top: 30px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .p-find-thumb__entry {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .p-find-thumb__title span {
    font-size: 13px;
  }
  .p-find-thumb__title span:after {
    display: none;
  }
  .p-find-thumb__title span br {
    display: none;
  }
}
.p-find-detail h3 {
  font-size: 36px;
  margin-bottom: 40px;
}

.p-find-detail__kv {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  padding: 4% 4%;
}

.p-find-detail__kv span {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.p-find-detail__kv span img {
  display: block;
}

.p-find-detail__kv-wrap-vertical {
  max-width: 472px;
  margin: 0 auto;
  position: relative;
}

.p-find-detail__kv-wrap-vertical .p-find-detail__kv {
  padding: 9.2%;
}

.p-find-detail__kv-txt {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 34px;
}

.p-find-detail__kv-txt::before, .p-find-detail__kv-txt::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
}

.p-find-detail__kv-txt::before {
  width: 1px;
  height: 8px;
  left: 0;
  top: 4px;
}

.p-find-detail__kv-txt::after {
  width: 20px;
  height: 1px;
  top: 12px;
  left: 0;
}

.p-find-detail__wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0 30px 0;
}

.p-find-detail__info {
  width: calc(100% - 200px);
  padding-right: 8%;
}

.p-find-detail__info h4 {
  font-size: 24px;
  margin-bottom: 25px;
  display: block;
}

.p-find-detail__info p {
  margin-bottom: 40px;
  line-height: 2.1;
}

.p-find-detail__navi {
  width: 200px;
}

.p-find-detail__navi dl {
  border-top: 1px solid #ddd;
  text-align: right;
}

.p-find-detail__navi dl dt {
  font-weight: bold;
  font-size: 16px;
  padding: 16px 0;
}

.p-find-detail__navi dl dd {
  font-size: 12px;
  margin-bottom: 20px;
}

.p-find-detail__navi dl dd a {
  position: relative;
  text-decoration: underline;
  padding-right: 26px;
  display: block;
}

.p-find-detail__navi dl dd a:hover {
  text-decoration: none;
}

.p-find-detail__navi dl dd a:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 2px;
  background: url(../images/icon-blank2.svg) no-repeat center;
  background-size: contain;
  right: 0;
  top: calc(50% - 9px);
}

.p-find-back {
  border-bottom: 1px solid #000;
  display: block;
  margin-bottom: 80px;
}

.p-find-back .c-back-bnr {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.p-find-back .c-back-bnr:before {
  display: none;
}

.p-find-back .c-back-bnr:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-find-detail h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .p-find-detail__kv-wrap-vertical {
    max-width: 260px;
  }
  .p-find-detail__kv-wrap-vertical .p-find-detail__kv {
    padding: 4.8%;
  }
  .p-find-detail__kv-txt {
    font-size: 12px;
    padding-left: 30px;
  }
  .p-find-detail__kv-txt:after {
    width: 18px;
  }
  .p-find-detail__wrap {
    display: block;
    padding: 10px 0 20px 0;
  }
  .p-find-detail__info {
    width: 100%;
    padding-right: 0;
  }
  .p-find-detail__info h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 30px 0 20px;
  }
  .p-find-detail__info p {
    margin-bottom: 34px;
  }
  .p-find-back {
    margin-bottom: 40px;
  }
  .p-find-detail__navi {
    width: 100%;
  }
  .p-find-detail__navi dl {
    text-align: left;
    padding-bottom: 0;
    border-top: 1px solid #ddd;
  }
  .p-find-detail__navi dl dt {
    font-size: 18px;
    padding-top: 35px;
  }
  .p-find-detail__navi dl dd {
    font-size: 15px;
  }
  .p-find-detail__navi dl dd a {
    padding-left: 24px;
  }
  .p-find-detail__navi dl dd a:after {
    padding-right: 0;
    right: auto;
    left: 0;
  }
}
.p-find-banner.l-block {
  padding-top: 0;
  margin-top: -30px;
}

@media only screen and (max-width: 767px) {
  .p-find-banner.l-block {
    margin-top: -10px;
  }
}
/* ====================
追記 frontline
==================== */
.p-frontline__ttl h2 {
  padding: 20px 0 40px 0;
}

.p-frontline__ttl h2 .lineAnime {
  stroke-width: 0.1;
}

.p-frontline__ttl p {
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.09em;
}

.p-frontline .p-question-interview__mv-outer .p-question-interview__img:before {
  opacity: 0;
}

.p-frontline__box {
  border: 1px solid #000;
  position: relative;
  padding: 3vw 3.5vw 3.5vw 3.5vw;
  margin-top: 60px;
  margin-bottom: 90px;
  position: relative;
}

.p-frontline__box.js-anime-fadeInup {
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.p-frontline__box.js-anime-fadeInup.is-inview {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.p-frontline__box .c-dummuy-ponint {
  position: absolute;
  display: block;
  top: -160px;
}

.p-frontline__box-tag {
  position: absolute;
  top: -12px;
  left: calc(3.5vw - 18px);
}

.p-frontline__box-tag span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}

.p-frontline__box-tag span img {
  display: block;
}

.p-frontline__box-title {
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.p-frontline .p-question-interview__contents {
  margin-top: 0;
  padding-top: 0;
  border-width: 0;
}

.p-frontline__soon {
  padding-top: 0px;
}

.p-frontline__soon span {
  position: relative;
  padding-top: 300px;
  display: block;
}

.p-frontline__soon span:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 270px;
  background: #000;
  left: 49.5%;
  top: 0;
}

.p-frontline__soon span img {
  display: block;
  margin: 0 auto;
  width: 300px;
  padding-right: 1.2%;
}

.p-question-interview__profile dl dd small {
  line-height: 1.7;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 767px) {
  .p-frontline__ttl {
    padding: 40px 0 0 0;
  }
  .p-frontline__ttl h2 {
    padding: 0 0 25px 0;
  }
  .p-frontline__ttl h2 svg {
    width: 314px;
  }
  .p-frontline__ttl p {
    font-size: 14px;
    line-height: 1.5;
    display: block;
  }
  .p-frontline__box {
    margin-top: 40px;
    padding: 0 5vw 5vw 5vw;
    margin-bottom: 0;
  }
  .p-frontline__box .c-dummuy-ponint {
    top: -130px;
  }
  .p-frontline__box-tag {
    left: calc(5vw - 7px);
    top: -17px;
  }
  .p-frontline__box-tag span {
    padding: 0 8px;
  }
  .p-frontline__box-tag img {
    height: 11px;
    width: auto;
  }
  .p-frontline__box-title {
    font-size: 22px;
    padding: 27px 0 26px 0;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .p-question-interview__body {
    padding: 24px 0 0 0;
  }
  .p-question-interview__body h4 {
    font-size: 15px;
    display: block;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .p-frontline .p-question-interview__mv-outer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .p-frontline .p-question-interview__mv-outer .p-question-interview__youtube {
    width: 100%;
  }
  .p-frontline .p-question-interview__body p {
    line-height: 1.8;
  }
  .p-frontline__soon {
    padding-top: 40px;
  }
  .p-frontline__soon span {
    padding: 190px 0 0 0;
  }
  .p-frontline__soon span:before {
    height: 160px;
  }
  .p-frontline__soon span img {
    width: 220px;
  }
}
/* ====================
追記 project
==================== */
.p-question-mv.p-question-mv__project {
  background: url(../../movie/theproject/images/project_mv.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-question-mv.p-question-mv__project .l-layout__inner {
  padding-bottom: 40px;
}

.p-project-thumb .p-frontline__soon {
  margin-top: 90px;
}
.p-project-thumb .p-frontline__soon span img {
  width: 144px;
}

.p-project-thumb__entry:first-child {
  border-top: 1px solid #ddd;
}
.p-project-thumb__entry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}

.p-project-thumb__pict {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.p-project-thumb__pict img {
  display: block;
}

.p-project-thumb__entry.is-inview .js-wipe-anime {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-project-thumb__entry.is-inview .js-wipe-chara span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-project-thumb__entry.is-inview .js-wipe-chara span:before {
  width: 0%;
}

.p-project-thumb__txt {
  width: 50%;
  padding: 20px 0 50px 60px;
  position: relative;
}
.p-project-thumb__txt h3 {
  position: relative;
  margin-bottom: 15px;
}
.p-project-thumb__txt .p-topics__bnr {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .p-question-mv.p-question-mv__project {
    background: url(../../movie/theproject/images/project_mv@sp.jpg) no-repeat center;
    background-size: cover;
  }
  .p-question-mv.p-question-mv__project .l-layout__inner {
    padding-bottom: 22px;
  }
  .p-project-thumb__entry a {
    display: block;
    padding: 25px 0;
  }
  .p-project-thumb__entry.p-project-thumb__entry-mobility h3 {
    margin-bottom: 8px;
  }
  .p-project-thumb__entry.p-project-thumb__entry-mobility h3 img {
    width: 158px;
    height: auto;
  }
  .p-project-thumb__pict {
    width: 100%;
  }
  .p-project-thumb__txt {
    width: 100%;
    padding: 25px 0 30px 0;
  }
  .p-project-thumb__txt p {
    line-height: 1.8;
  }
}
/* ====================
追記 202502
==================== */
.p-question-mv.p-question-mv__renew {
  padding: 0;
  background: none;
  height: auto;
}
.p-question-mv.p-question-mv__renew h2 {
  margin-bottom: 20px;
}

.p-question-mv__renew-visual {
  width: 100%;
  height: 100%;
  padding: 45px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .p-question-mv.p-question-mv__renew h2 {
    padding: 25px 0 0 0;
    margin-bottom: 15px;
  }
  .p-question-mv.p-question-mv__renew h2 svg {
    height: 28px;
    width: auto;
  }
  .p-question-mv__renew-visual {
    padding: 25px 0 0 0;
  }
}