/*
* top.scss
*/
/*
 * _setting.scss
 */
/*
 * _mixin.scss
 */
/* -----------------------------------
media query print
------------------------------------ */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/* -----------------------------------
clearfix
------------------------------------ */
/* -----------------------------------
formFocus
------------------------------------ */
/* -----------------------------------
shadow
------------------------------------ */
/* -----------------------------------
vw
------------------------------------ */
[data-page-id=top] {
  background: #f7a489;
}

.p-secMain {
  background: #f7a489;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-secMain {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain {
    height: 100vh;
    height: 100svh;
  }
}
@media screen and (min-width: 769px) {
  .p-secMain_in {
    height: 100vh;
    min-height: 600px;
    max-width: 88.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_in {
    height: 100vh;
    height: 100svh;
  }
}
.p-secMain_cnt1 {
  position: relative;
  z-index: 0;
  height: inherit;
}
@media screen and (min-width: 769px) {
  .p-secMain_cnt1 {
    min-height: 600px;
  }
}
.p-secMain_cnt1 > ._bg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .p-secMain_cnt1 > ._bg {
    height: 100vh;
    height: 100svh;
  }
}
.spark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spark .-spark1 {
  width: 4.7857142857vw;
}
.spark .-spark2 {
  width: 1.2857142857vw;
}
.spark .-spark3 {
  width: 1.0714285714vw;
}
.spark .-spark4 {
  width: 4.5vw;
}
.spark .-spark5 {
  width: 0.7142857143vw;
}
.spark .-spark6 {
  width: 1.3571428571vw;
}
.spark .-spark7 {
  width: 1.9285714286vw;
}
.spark .-spark8 {
  width: 1.5714285714vw;
}
@media screen and (max-width: 768px) {
  .spark .-spark1 {
    width: 8.7239583333vw;
  }
  .spark .-spark2 {
    width: 2.34375vw;
  }
  .spark .-spark3 {
    width: 1.953125vw;
  }
  .spark .-spark4 {
    width: 8.203125vw;
  }
  .spark .-spark5 {
    width: 1.3020833333vw;
  }
  .spark .-spark6 {
    width: 2.4739583333vw;
  }
  .spark .-spark7 {
    width: 3.515625vw;
  }
  .spark .-spark8 {
    width: 2.8645833333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-secMain_cnt1 > ._bg .spark {
    opacity: 1 !important;
  }
}
.p-secMain_cnt1 > ._copy_en {
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .p-secMain_cnt1 > ._copy_en {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    flex-direction: column;
  }
  .p-secMain_cnt1 > ._copy_en > span + span {
    margin-top: 1.5714285714vw;
  }
  .p-secMain_cnt1 > ._copy_en > span img {
    width: auto;
    height: 5.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_cnt1 > ._copy_en {
    padding-top: 29.6875vw;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .p-secMain_cnt1 > ._copy_en ._txt3 {
    display: none;
  }
  .p-secMain_cnt1 > ._copy_en > span + span {
    margin-top: 3.6458333333vw;
  }
  .p-secMain_cnt1 > ._copy_en > span img {
    width: auto;
    height: 11.0677083333vw;
  }
}
@media screen and (min-aspect-ratio: 768/1100) and (max-width: 768px) {
  .p-secMain_cnt1 > ._copy_en {
    padding-top: 21.875vw;
  }
  .p-secMain_cnt1 > ._copy_en > span img {
    height: 8.4635416667vw;
  }
}
.p-secMain_cnt1 > ._copy_en span {
  opacity: 0;
  transform: translateX(50%);
}
.p-secMain_cnt1 > ._copy_en.is-animate span {
  opacity: 1;
  transform: translateX(0%);
}
.p-secMain_cnt1 > ._copy_en.is-animate span:nth-of-type(1) {
  transition: 0.1s ease-out 0s;
}
.p-secMain_cnt1 > ._copy_en.is-animate span:nth-of-type(2) {
  transition: 0.1s ease-out 0.1s;
}
.p-secMain_cnt1 > ._copy_en.is-animate span:nth-of-type(3) {
  transition: 0.1s ease-out 0.2s;
}
.p-secMain_cnt1 > ._copy_jp {
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .p-secMain_cnt1 > ._copy_jp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7.1428571429vw;
    display: flex;
    flex-direction: column;
  }
  .p-secMain_cnt1 > ._copy_jp > span + span {
    margin-top: 0.5714285714vw;
  }
  .p-secMain_cnt1 > ._copy_jp > span img {
    width: auto;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_cnt1 > ._copy_jp {
    position: relative;
    display: flex;
    margin-top: 4.5572916667vw;
  }
  .p-secMain_cnt1 > ._copy_jp ._txt2 {
    display: none;
  }
  .p-secMain_cnt1 > ._copy_jp > span img {
    width: auto;
    height: 3.6458333333vw;
  }
}
@media screen and (min-aspect-ratio: 768/1100) and (max-width: 768px) {
  .p-secMain_cnt1 > ._copy_jp {
    margin-top: 3.2552083333vw;
  }
  .p-secMain_cnt1 > ._copy_jp > span img {
    height: 3.2552083333vw;
  }
}
.p-secMain_cnt1 > ._copy_jp span {
  opacity: 0;
  transform: translateX(50%);
}
.p-secMain_cnt1 > ._copy_jp.is-animate span {
  opacity: 1;
  transform: translateX(0%);
}
.p-secMain_cnt1 > ._copy_jp.is-animate span:nth-of-type(1) {
  transition: 0.1s ease-out 0.4s;
}
.p-secMain_cnt1 > ._copy_jp.is-animate span:nth-of-type(2) {
  transition: 0.1s ease-out 0.5s;
}
.p-secMain_cnt1 > ._main {
  user-select: none;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secMain_cnt1 > ._main {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 23.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_cnt1 > ._main {
    top: 75.5208333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 50.78125vw;
  }
}
@media screen and (min-aspect-ratio: 768/1100) and (max-width: 768px) {
  .p-secMain_cnt1 > ._main {
    top: 62.5vw;
    width: 42.96875vw;
  }
}
.p-secMain_cnt1 > ._main > ._main_in {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.p-secMain_cnt1 > ._main > ._main_in.is-animate {
  animation: chuzoIn1 3s ease-in 0s forwards;
}
@keyframes chuzoIn1 {
  0% {
    opacity: 1;
    transform: translateY(-300%);
  }
  5% {
    transform: translateY(20%) scale(1.1, 0.8);
  }
  15% {
    transform: translateY(0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0%) scale(1);
  }
}
.p-secMain_cnt1 > ._main > ._main_in > ._tsubo_front {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.p-secMain_cnt1 > ._main > ._main_in > ._tsubo_front img {
  mask-image: url(../img/top/main_tsubo_mask.svg);
  mask-repeat: no-repeat;
  mask-position: bottom center;
  mask-size: contain;
}
.p-secMain_cnt1 > ._main > ._main_in > ._chuzo {
  position: absolute;
  z-index: 1;
  bottom: 26%;
  right: 13%;
  right: 15%;
  width: 66%;
  overflow: hidden;
  padding-top: 10%;
}
.p-secMain_cnt1 > ._main > ._main_in > ._chuzo ._obj {
  transform: translateY(100%);
}
.p-secMain_cnt1 > ._main > ._main_in > ._chuzo ._obj span {
  display: block;
  aspect-ratio: 5/6.6;
  width: 100%;
  background: url("../img/top/chuzo.webp") no-repeat;
  background-size: auto 100%;
}
.p-secMain_cnt1 > ._main > ._main_in > ._chuzo ._obj span.is-animate {
  animation: chuzoAnime 0.2s steps(10) backwards;
}
@keyframes chuzoAnime {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 110% 0;
  }
}
.p-secMain_cnt1 > ._main > ._main_in > ._chuzo.is-animate ._obj {
  animation: chuzoIn2 0.3s ease-in-out 0s forwards;
}
@keyframes chuzoIn2 {
  0% {
    transform: translateY(100%);
  }
  90% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0%);
  }
}
.p-secMain_cnt1 > ._main > ._main_in > ._tsubo_back {
  position: relative;
  z-index: 0;
}
.p-secMain_cnt1 > ._main > ._shadow {
  position: absolute;
  z-index: 0;
  bottom: -4%;
  right: 5%;
  width: 150.303030303%;
  background: #f7a489;
  opacity: 0;
  transform-origin: center bottom;
}
.p-secMain_cnt1 > ._main > ._shadow img {
  width: 100%;
  mix-blend-mode: multiply;
}
.p-secMain_cnt1 > ._main > ._shadow.is-animate {
  animation: shadowIn 3s ease-in 0s forwards;
}
@keyframes shadowIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  1% {
    opacity: 0.6;
  }
  5% {
    opacity: 1;
    transform: scale(0.6, 0.4);
  }
  15% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-secMain_scroll {
  position: absolute;
  left: 50%;
  text-align: center;
  transition: 0.2s ease-in-out;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 769px) {
  .p-secMain_scroll {
    bottom: -1.7857142857vw;
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_scroll {
    bottom: -3.2552083333vw;
    padding-bottom: 10.9375vw;
  }
}
.p-secMain_scroll.is-visible {
  transform: translate(-50%, 0%);
}
.p-secMain_scroll span {
  color: #00a9ce;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.4285714286vw;
}
@media screen and (max-width: 768px) {
  .p-secMain_scroll span {
    font-size: 3.2552083333vw;
    color: #fff;
  }
}
.p-secMain_scroll::after {
  content: "";
  display: inline-block;
  width: 1%;
  height: 6vw;
  background: #00a9ce;
  position: absolute;
  top: 2.8571428571vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-secMain_scroll::after {
    animation: scroll 1.2s ease-in 0s infinite;
  }
}
@media screen and (max-width: 768px) {
  .p-secMain_scroll::after {
    animation: scroll_sp 1.2s ease-in 0s infinite;
    height: 10.9375vw;
    top: 5.2083333333vw;
    background: #fff;
  }
}
@keyframes scroll {
  0% {
    height: 0;
    opacity: 1;
  }
  50% {
    height: 6vw;
    opacity: 1;
  }
  80% {
    height: 6vw;
    opacity: 0;
  }
  100% {
    height: 6vw;
    opacity: 0;
  }
}
@keyframes scroll_sp {
  0% {
    height: 0;
    opacity: 1;
  }
  50% {
    height: 10.9375vw;
    opacity: 1;
  }
  80% {
    height: 10.9375vw;
    opacity: 0;
  }
  100% {
    height: 10.9375vw;
    opacity: 0;
  }
}

.p-secMessage {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secMessage {
    padding-top: min(200px, 14.2857142857vw);
    padding-bottom: min(200px, 14.2857142857vw);
  }
}
@media screen and (max-width: 768px) {
  .p-secMessage {
    padding-top: 19.53125vw;
    padding-bottom: 39.0625vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secMessage_cnt1 {
    display: flex;
  }
}
.p-secMessage_cnt1 ._title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.8;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secMessage_cnt1 ._title {
    white-space: nowrap;
    font-size: 3.4285714286vw;
    writing-mode: vertical-rl;
    margin-top: -0.5em;
  }
  .p-secMessage_cnt1 ._title:first-letter {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 769px) and (max-height: 1000px) {
  .p-secMessage_cnt1 ._title {
    font-size: min(48px, 3.4285714286vw);
  }
}
@media screen and (max-width: 768px) {
  .p-secMessage_cnt1 ._title {
    font-size: 6.25vw;
    margin-left: -0.5em;
    text-indent: 0.5em;
  }
}
.p-secMessage_cnt1 ._body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  line-height: 2.3888888889;
  letter-spacing: 0.17em;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secMessage_cnt1 ._body {
    margin-left: 8.7142857143vw;
    font-size: 1.2857142857vw;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-height: 1000px) {
  .p-secMessage_cnt1 ._body {
    font-size: min(18px, 1.2857142857vw);
  }
}
@media screen and (max-width: 768px) {
  .p-secMessage_cnt1 ._body {
    margin-top: 13.0208333333vw;
    line-height: 2.3461538462;
    font-size: 3.3854166667vw;
  }
}

.p-secGroup1 {
  position: relative;
  background: #f7a489;
  transition: 1.2s ease-out;
}
.p-secGroup1.is-animate {
  background: #f1683a;
}
.p-secGroup1 > ._bg {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  margin-top: 30vh;
  margin-top: 30svh;
}

.p-secMovie {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .p-secMovie {
    padding-top: min(200px, 14.2857142857vw);
    padding-bottom: min(180px, 12.8571428571vw);
  }
}
@media screen and (max-width: 768px) {
  .p-secMovie {
    padding-top: 39.0625vw;
    padding-bottom: 13.0208333333vw;
  }
}
.p-secMovie_cnt1 ._movie {
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  background: #000;
}
@media screen and (min-width: 769px) {
  .p-secMovie_cnt1 ._movie {
    max-width: 61.4285714286vw;
    max-height: 65vh;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 768px) {
  .p-secMovie_cnt1 ._movie {
    margin-left: 13.0208333333vw;
    margin-right: -6.5104166667vw;
  }
}
.p-secMovie_cnt1 ._movie ._ico {
  transition: 0.3s ease-out;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-secMovie_cnt1 ._movie ._ico {
    width: min(130px, 9.2857142857vw);
  }
}
@media screen and (max-width: 768px) {
  .p-secMovie_cnt1 ._movie ._ico {
    width: 16.9270833333vw;
  }
}
.p-secMovie_cnt1 ._movie::before {
  content: "PLAY MOVIE";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #fff;
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .p-secMovie_cnt1 ._movie::before {
    left: min(80px, 5.7142857143vw);
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secMovie_cnt1 ._movie::before {
    left: 10.4166666667vw;
    font-size: 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secMovie_cnt1 ._movie:hover ._ico {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    left: 50%;
  }
  .p-secMovie_cnt1 ._movie:hover::before {
    opacity: 1;
  }
  .p-secMovie_cnt1 ._movie:hover video {
    opacity: 0.5;
  }
}
.p-secMovie_cnt1 ._movie video {
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 0;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-secMovie_cnt1 ._movie video {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

.p-secAbout {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secAbout {
    padding-top: min(200px, 14.2857142857vw);
    padding-bottom: min(300px, 21.4285714286vw);
  }
}
@media screen and (max-width: 768px) {
  .p-secAbout {
    padding-top: 15.625vw;
    padding-bottom: 15.625vw;
  }
}
.p-secAbout_in {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secAbout_title .c-titleStyle1 {
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secAbout_cnt1 {
    position: absolute;
    top: 0;
    right: 2.8571428571vw;
    width: 31.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secAbout_cnt1 {
    position: relative;
    margin-top: 6.5104166667vw;
    height: 65.1041666667vw;
  }
}
.p-secAbout_cnt1 img {
  width: 100%;
}
.p-secAbout_cnt1 ._img1 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-secAbout_cnt1 ._img1 {
    top: 1.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secAbout_cnt1 ._img1 {
    width: 54.4270833333vw;
    left: -7.8125vw;
  }
}
.p-secAbout_cnt1 ._img2 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-secAbout_cnt1 ._img2 {
    top: 1.4285714286vw;
    left: -63vw;
    width: 23.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secAbout_cnt1 ._img2 {
    top: -37.7604166667vw;
    left: 67.7083333333vw;
    width: 26.953125vw;
  }
}
.p-secAbout_cnt1 ._img3 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-secAbout_cnt1 ._img3 {
    top: 11.0714285714vw;
    left: 35.7142857143vw;
    width: 17vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secAbout_cnt1 ._img3 {
    top: -5.2083333333vw;
    left: 53.3854166667vw;
    width: 27.9947916667vw;
  }
}
.p-secAbout_cnt1 ._img4 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-secAbout_cnt1 ._img4 {
    top: 20.3571428571vw;
    left: -64.6428571429vw;
    width: 31.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secAbout_cnt1 ._img4 {
    top: 19.53125vw;
    left: 57.2916666667vw;
    width: 40.1041666667vw;
  }
}
.p-secAbout_cnt1 ._img5 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-secAbout_cnt1 ._img5 {
    top: 24.6428571429vw;
    left: 13.9285714286vw;
    width: 23.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secAbout_cnt1 ._img5 {
    top: 41.6666666667vw;
    left: 14.3229166667vw;
    width: 38.5416666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secAbout_btn {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secAbout_btn {
    margin-top: 9.1145833333vw;
    text-align: center;
  }
}
.p-secAbout > ._bg {
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-secAbout > ._bg {
    top: 80vh;
  }
}
@media screen and (max-width: 768px) {
  .p-secAbout > ._bg {
    bottom: 30svh;
  }
}

.p-secPoint {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .p-secPoint {
    padding-top: min(125px, 8.9285714286vw);
    padding-bottom: min(350px, 25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-secPoint {
    padding-top: 15.625vw;
    padding-bottom: 15.625vw;
  }
}
.p-secPoint_in {
  position: relative;
}
.p-secPoint_in::after {
  content: "";
  position: absolute;
  background: #f1683a;
}
@media screen and (min-width: 769px) {
  .p-secPoint_in::after {
    inset: 1.9285714286vw -142.8571428571vw -7.1428571429vw -4.6428571429vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secPoint_in::after {
    inset: 3.90625vw -130.2083333333vw 39.0625vw;
  }
}
.p-secPoint_title {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secPoint_title .c-titleStyle1 {
    margin-bottom: 2.8571428571vw;
  }
}
.p-secPoint_cnt1 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1 {
    max-width: 24.2857142857vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secPoint_cnt1 {
    max-width: 63.28125vw;
    margin-top: 9.1145833333vw;
  }
}
.p-secPoint_cnt1 .swiper {
  overflow: visible;
  position: relative;
}
.p-secPoint_cnt1 .swiper .swiper-slide a {
  position: relative;
  display: block;
}
.p-secPoint_cnt1 .swiper .swiper-slide a ._img {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1 .swiper .swiper-slide a ._img {
    border-radius: 12px;
  }
}
.p-secPoint_cnt1 .swiper .swiper-slide a ._img img {
  position: relative;
  width: 100%;
  aspect-ratio: 340/330;
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1 .swiper .swiper-slide a ._img img {
    transition: 0.2s ease-in-out;
  }
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1 .swiper .swiper-slide a:hover ._img img {
    transform: scale(1.02);
    filter: brightness(0.8);
  }
}
.p-secPoint_cnt1 .swiper .swiper-slide a ._txt {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._title {
  position: absolute;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._title {
    top: 1.7857142857vw;
    left: 1.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._title {
    top: 3.90625vw;
    left: 3.90625vw;
  }
}
.p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._title span:nth-of-type(1) {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.23;
  background: #00a9ce;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._title span:nth-of-type(1) {
    width: 3.4285714286vw;
    height: 3.4285714286vw;
    border-radius: 7.1428571429vw;
    border: 2px solid #fff;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._title span:nth-of-type(1) {
    width: 9.1145833333vw;
    height: 9.1145833333vw;
    border-radius: 13.0208333333vw;
    border: 0.390625vw solid #fff;
    font-size: 3.3854166667vw;
  }
}
.p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._title span:nth-of-type(1)::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #00a9ce;
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._title span:nth-of-type(1)::after {
    inset: -0.4285714286vw;
    border-radius: 7.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._title span:nth-of-type(1)::after {
    inset: -1.0416666667vw;
    border-radius: 13.0208333333vw;
  }
}
.p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._title span:nth-of-type(2) {
  position: relative;
  z-index: -1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  color: #fff;
  background: #00a9ce;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._title span:nth-of-type(2) {
    padding: 0.5714285714vw 1.4285714286vw;
    border-radius: 0 7.1428571429vw 7.1428571429vw 0;
    font-size: 1.1428571429vw;
    transform: translateX(-0.7142857143vw);
  }
}
@media screen and (max-width: 768px) {
  .p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._title span:nth-of-type(2) {
    padding: 1.3020833333vw 2.8645833333vw;
    border-radius: 0 13.0208333333vw 13.0208333333vw 0;
    font-size: 3.515625vw;
    transform: translateX(-1.3020833333vw);
  }
}
.p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._ico {
  position: absolute;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._ico {
    right: 0.7142857143vw;
    bottom: 0.7142857143vw;
    width: 4.1428571429vw;
    height: 4.1428571429vw;
    border-radius: 7.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._ico {
    right: 2.8645833333vw;
    bottom: 2.8645833333vw;
    width: 10.8072916667vw;
    height: 10.8072916667vw;
    border-radius: 13.0208333333vw;
  }
}
.p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._ico::before {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._ico::before {
    width: 0.4285714286vw;
    height: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secPoint_cnt1 .swiper .swiper-slide a ._txt ._ico::before {
    width: 1.3020833333vw;
    height: 2.34375vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secPoint_btn {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 9.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secPoint_btn {
    margin-top: 9.1145833333vw;
    text-align: center;
  }
}

.p-secInterview {
  position: relative;
  z-index: 0;
  background: #f1683a;
}
@media screen and (min-width: 769px) {
  .p-secInterview {
    padding-top: min(100px, 7.1428571429vw);
    padding-bottom: min(20px, 1.4285714286vw);
  }
}
@media screen and (max-width: 768px) {
  .p-secInterview {
    padding-top: 14.3229166667vw;
    padding-bottom: 5.2083333333vw;
  }
}
.p-secInterview_cnt1 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-secInterview_cnt1 {
    max-width: 57.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInterview_cnt1 {
    max-width: 71.6145833333vw;
  }
}
.p-secInterview_cnt1 .swiper {
  overflow: visible;
  position: relative;
}
.p-secInterview_cnt1 .swiper::before, .p-secInterview_cnt1 .swiper::after {
  content: "";
  display: block;
  width: 14.2857142857vw;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: -30px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-secInterview_cnt1 .swiper::before, .p-secInterview_cnt1 .swiper::after {
    display: none;
  }
}
.p-secInterview_cnt1 .swiper::before {
  background: linear-gradient(90deg, #f1683a 30%, rgba(241, 104, 58, 0) 100%);
  left: 0px;
  margin-left: calc(50% - 50vw);
}
.p-secInterview_cnt1 .swiper::after {
  background: linear-gradient(-90deg, #f1683a 30%, rgba(241, 104, 58, 0) 100%);
  right: 0px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-secInterview_cnt1 .swiper .swiper-slide {
    transition: 0.2s ease-in-out;
    opacity: 0.5;
  }
}
.p-secInterview_cnt1 .swiper .swiper-slide ._img {
  overflow: hidden;
  backface-visibility: hidden;
}
.p-secInterview_cnt1 .swiper .swiper-slide ._img img {
  position: relative;
  aspect-ratio: 1920/1080;
  width: 100%;
  transition: 0.2s ease-in-out;
  transform: scale(1);
  will-change: filter;
}
.p-secInterview_cnt1 .swiper .swiper-slide p {
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secInterview_cnt1 .swiper .swiper-slide p {
    margin-top: 0.7142857143vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInterview_cnt1 .swiper .swiper-slide p {
    margin-top: 1.3020833333vw;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInterview_cnt1 .swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-secInterview_cnt1 .swiper .swiper-slide.swiper-slide-active:hover ._img img {
    transform: scale(1.04);
  }
}
.p-secInterview_cnt1 .swiper .swiper-button-prev,
.p-secInterview_cnt1 .swiper .swiper-button-next {
  cursor: pointer;
  user-select: none;
  position: relative;
  line-height: 1;
  transition: 0.2s ease-in-out;
  position: absolute;
  z-index: 1;
  top: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-secInterview_cnt1 .swiper .swiper-button-prev,
  .p-secInterview_cnt1 .swiper .swiper-button-next {
    height: 28.2142857143vw;
    width: 24.6428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInterview_cnt1 .swiper .swiper-button-prev,
  .p-secInterview_cnt1 .swiper .swiper-button-next {
    height: 40.3645833333vw;
    width: 13.0208333333vw;
  }
}
.p-secInterview_cnt1 .swiper .swiper-button-prev div,
.p-secInterview_cnt1 .swiper .swiper-button-next div {
  transition: 0.2s ease-in-out;
}
.p-secInterview_cnt1 .swiper .swiper-button-prev div span,
.p-secInterview_cnt1 .swiper .swiper-button-next div span {
  position: relative;
  line-height: 1;
  animation: arrow 2s infinite;
}
.p-secInterview_cnt1 .swiper .swiper-button-prev div span::after,
.p-secInterview_cnt1 .swiper .swiper-button-next div span::after {
  content: "";
  display: inline-block;
  width: 1vw;
  height: 1vw;
  border-top: 0.1428571429vw solid #fff;
  border-right: 0.1428571429vw solid #fff;
  margin-top: 0.1428571429vw;
}
@media screen and (max-width: 768px) {
  .p-secInterview_cnt1 .swiper .swiper-button-prev div span::after,
  .p-secInterview_cnt1 .swiper .swiper-button-next div span::after {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    border-top: 0.2604166667vw solid #fff;
    border-right: 0.2604166667vw solid #fff;
    margin-top: 0.2604166667vw;
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-secInterview_cnt1 .swiper .swiper-button-prev:hover div,
  .p-secInterview_cnt1 .swiper .swiper-button-next:hover div {
    transform: scale(1.2);
  }
}
.p-secInterview_cnt1 .swiper .swiper-button-prev {
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .p-secInterview_cnt1 .swiper .swiper-button-prev {
    padding-right: 1.7857142857vw;
    left: -24.6428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInterview_cnt1 .swiper .swiper-button-prev {
    padding-right: 1.953125vw;
    left: -13.0208333333vw;
  }
}
.p-secInterview_cnt1 .swiper .swiper-button-prev span:nth-of-type(3) {
  animation-delay: -0.5s;
}
.p-secInterview_cnt1 .swiper .swiper-button-prev span:nth-of-type(2) {
  animation-delay: -0.25s;
}
.p-secInterview_cnt1 .swiper .swiper-button-prev span:nth-of-type(1) {
  animation-delay: 0s;
}
.p-secInterview_cnt1 .swiper .swiper-button-prev span::after {
  transform: rotate(-135deg);
}
.p-secInterview_cnt1 .swiper .swiper-button-next {
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .p-secInterview_cnt1 .swiper .swiper-button-next {
    padding-left: 1.7857142857vw;
    right: -24.6428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secInterview_cnt1 .swiper .swiper-button-next {
    padding-left: 1.953125vw;
    right: -13.0208333333vw;
  }
}
.p-secInterview_cnt1 .swiper .swiper-button-next span:nth-of-type(1) {
  animation-delay: -0.5s;
}
.p-secInterview_cnt1 .swiper .swiper-button-next span:nth-of-type(2) {
  animation-delay: -0.25s;
}
.p-secInterview_cnt1 .swiper .swiper-button-next span:nth-of-type(3) {
  animation-delay: 0s;
}
.p-secInterview_cnt1 .swiper .swiper-button-next span::after {
  transform: rotate(45deg);
}
.p-secInterview_cnt1 .swiper .swiper-pagination {
  margin-top: 1.4285714286vw;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.7857142857vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-secInterview_cnt1 .swiper .swiper-pagination {
    margin-top: 2.6041666667vw;
    font-size: 3.2552083333vw;
  }
}

.p-secPresident {
  position: relative;
  z-index: 0;
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .p-secPresident {
    padding-bottom: min(150px, 10.7142857143vw);
  }
}
@media screen and (max-width: 768px) {
  .p-secPresident {
    padding-bottom: 15.625vw;
  }
}
.p-secPresident_in {
  position: relative;
}
.p-secPresident_img {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.p-secPresident_img img {
  width: 100%;
}
.p-secPresident_title {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secPresident_title {
    margin-top: -2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secPresident_title {
    margin-top: -4.5572916667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secPresident_btn {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secPresident_btn {
    margin-top: 9.1145833333vw;
    text-align: center;
  }
}

.p-secCrosstalk {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .p-secCrosstalk {
    padding-top: min(150px, 10.7142857143vw);
    padding-bottom: min(410px, 29.2857142857vw);
  }
}
@media screen and (max-width: 768px) {
  .p-secCrosstalk {
    padding-top: 15.625vw;
    padding-bottom: 15.625vw;
  }
}
.p-secCrosstalk_in {
  position: relative;
}
.p-secCrosstalk_title {
  position: relative;
  z-index: 2;
}
.p-secCrosstalk_title .c-titleStyle1 {
  margin-bottom: 0vw;
}
.p-secCrosstalk_title .c-btnStyle1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-secCrosstalk_cnt1 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secCrosstalk_cnt1 {
    margin-top: 4.2857142857vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-secCrosstalk_cnt1 {
    margin-top: 6.5104166667vw;
  }
}
.p-secCrosstalk_cnt1 ._circle_bg {
  position: absolute;
  z-index: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-secCrosstalk_cnt1 ._circle_bg {
    top: 40%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .p-secCrosstalk_cnt1 ._circle_bg {
    top: -45.5729166667vw;
    left: -123.6979166667vw;
  }
}
.p-secCrosstalk_cnt1 ._circle_bg span {
  display: block;
  background: #f1683a;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
  transform: scale(0);
  opacity: 0;
  transition-duration: 1s;
}
@media screen and (min-width: 769px) {
  .p-secCrosstalk_cnt1 ._circle_bg span {
    width: 88.2857142857vw;
    height: 88.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secCrosstalk_cnt1 ._circle_bg span {
    width: 201.171875vw;
    height: 201.171875vw;
  }
}
.p-secCrosstalk_cnt1 ._circle_bg.is-animate span {
  opacity: 1;
  transform: scale(1);
}
.p-secCrosstalk_cnt1 ._list1 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secCrosstalk_cnt1 ._list1 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.9285714286vw;
    grid-template-areas: "a a d e" "b c d e";
  }
}
@media screen and (max-width: 768px) {
  .p-secCrosstalk_cnt1 ._list1 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5625vw;
  }
}
.p-secCrosstalk_cnt1 ._list1 ul li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secCrosstalk_cnt1 ._list1 ul li:nth-of-type(1) {
    grid-area: a;
  }
  .p-secCrosstalk_cnt1 ._list1 ul li:nth-of-type(2) {
    grid-area: b;
  }
  .p-secCrosstalk_cnt1 ._list1 ul li:nth-of-type(3) {
    grid-area: c;
  }
  .p-secCrosstalk_cnt1 ._list1 ul li:nth-of-type(4) {
    grid-area: d;
  }
  .p-secCrosstalk_cnt1 ._list1 ul li:nth-of-type(5) {
    grid-area: e;
  }
}
.p-secCrosstalk_cnt1 ._list1 ul li a {
  position: relative;
  display: block;
}
.p-secCrosstalk_cnt1 ._list1 ul li a ._img {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-secCrosstalk_cnt1 ._list1 ul li a ._img img {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .p-secCrosstalk_cnt1 ._list1 ul li a ._img img {
    transition: 0.2s ease-in-out;
    transform: scale(1.05);
  }
}
.p-secCrosstalk_cnt1 ._list1 ul li a ._img::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
}
@media screen and (min-width: 769px) {
  .p-secCrosstalk_cnt1 ._list1 ul li a:hover ._img img {
    transform: scale(1.02);
    filter: brightness(0.8);
  }
}
.p-secCrosstalk_cnt1 ._list1 ul li a ._txt {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secCrosstalk_cnt1 ._list1 ul li a ._txt {
    left: 2.1428571429vw;
    bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secCrosstalk_cnt1 ._list1 ul li a ._txt {
    left: 2.6041666667vw;
    bottom: 2.6041666667vw;
  }
}
.p-secCrosstalk_cnt1 ._list1 ul li a ._txt ._title {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (min-width: 769px) {
  .p-secCrosstalk_cnt1 ._list1 ul li a ._txt ._title {
    gap: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secCrosstalk_cnt1 ._list1 ul li a ._txt ._title {
    gap: 1.3020833333vw;
  }
}
.p-secCrosstalk_cnt1 ._list1 ul li a ._txt ._title span {
  background: #fff;
  color: #00a9ce;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-secCrosstalk_cnt1 ._list1 ul li a ._txt ._title span {
    padding: 0.7142857143vw;
    padding-right: 0.3571428571vw;
    border-radius: 0.2142857143vw;
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secCrosstalk_cnt1 ._list1 ul li a ._txt ._title span {
    padding: 0.78125vw;
    padding-right: 0.390625vw;
    border-radius: 0.390625vw;
    font-size: 3.3854166667vw;
  }
}
.p-secCrosstalk_cnt1 ._list1 ul li a ._txt ._txt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  letter-spacing: 0.17em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secCrosstalk_cnt1 ._list1 ul li a ._txt ._txt1 {
    margin-top: 0.7142857143vw;
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secCrosstalk_cnt1 ._list1 ul li a ._txt ._txt1 {
    margin-top: 1.3020833333vw;
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secCrosstalk_btn {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secCrosstalk_btn {
    margin-top: 9.1145833333vw;
    text-align: center;
  }
}

.p-secProfile {
  background: #f1683a;
  padding-top: 11.4285714286vw;
  padding-bottom: 13.5714285714vw;
}
.p-secProfile_title ._copy {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  line-height: 1.5666666667;
  letter-spacing: 0.18em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secProfile_title ._copy {
    font-size: 2.1428571429vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secProfile_title ._copy {
    font-size: 5.2083333333vw;
    margin-bottom: 5.859375vw;
  }
}
.p-secProfile_cnt1 > ._img1 {
  transition: 0.2s ease-in-out;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-secProfile_cnt1 > ._img1 {
    position: absolute;
    top: 1.4285714286vw;
    right: 0;
    width: 19.1428571429vw;
    width: 24.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secProfile_cnt1 > ._img1 {
    position: relative;
    width: 41.6666666667vw;
    margin: 10.4166666667vw auto 0;
  }
}
.p-secProfile_cnt1 > ._img1.is-animate {
  opacity: 1;
  animation: chuzoIn1 3s ease-in 0s forwards;
}
.p-secProfile_cnt1 > ._img1.is-animate ._txt {
  opacity: 1;
  transition-delay: 0.5s;
}
.p-secProfile_cnt1 > ._img1 ._chuzo {
  position: relative;
  z-index: 1;
}
.p-secProfile_cnt1 > ._img1 ._shadow {
  position: absolute;
  z-index: 0;
  width: 29.1071428571vw;
  width: 37.1428571429vw;
  right: 0;
  bottom: 0;
  background: #f1683a;
  margin-bottom: -0.7142857143vw;
  margin-right: 1.4285714286vw;
  mask-image: url(../img/top/profile_img0_shadow.webp);
  mask-repeat: no-repeat;
  mask-position: right bottom;
  mask-size: cover;
}
@media screen and (max-width: 768px) {
  .p-secProfile_cnt1 > ._img1 ._shadow {
    width: 62.5vw;
  }
}
.p-secProfile_cnt1 > ._img1 ._shadow img {
  width: 100%;
  mix-blend-mode: multiply;
}
.p-secProfile_cnt1 > ._img1 ._txt {
  transition: 0.2s ease-in-out;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secProfile_cnt1 > ._img1 ._txt {
    margin-top: 1.4285714286vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secProfile_cnt1 > ._img1 ._txt {
    margin-top: 2.6041666667vw;
    font-size: 2.8645833333vw;
    font-size: 2.9947916667vw;
  }
}
.p-secProfile_cnt1 > ._img1 ._txt h4 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
.p-secProfile_cnt1 > ._img1 ._txt p {
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .p-secProfile_btn {
    margin-top: 2.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secProfile_btn {
    margin-top: 23.4375vw;
    text-align: center;
  }
}

.p-secLifework {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-secLifework {
    padding-top: min(260px, 18.5714285714vw);
    padding-bottom: min(410px, 29.2857142857vw);
  }
}
@media screen and (max-width: 768px) {
  .p-secLifework {
    padding-top: 53.3854166667vw;
    padding-bottom: 19.53125vw;
  }
}
.p-secLifework_in {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-secLifework_title .c-titleStyle1 {
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secLifework_cnt1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 31.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secLifework_cnt1 {
    position: relative;
    margin-top: 9.1145833333vw;
    height: 32.5520833333vw;
  }
}
.p-secLifework_cnt1 img {
  width: 100%;
}
.p-secLifework_cnt1 ._img1 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-secLifework_cnt1 ._img1 {
    top: 0.7142857143vw;
    width: 31.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secLifework_cnt1 ._img1 {
    width: 57.03125vw;
    top: -63.28125vw;
    left: 52.0833333333vw;
  }
}
.p-secLifework_cnt1 ._img2 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-secLifework_cnt1 ._img2 {
    top: 5.7142857143vw;
    left: -57.8571428571vw;
    width: 17vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secLifework_cnt1 ._img2 {
    width: 30.9895833333vw;
    top: -85.6770833333vw;
    left: -19.2708333333vw;
  }
}
.p-secLifework_cnt1 ._img3 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-secLifework_cnt1 ._img3 {
    top: 7.8571428571vw;
    left: 37.8571428571vw;
    width: 17vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secLifework_cnt1 ._img3 {
    width: 36.4583333333vw;
    top: -94.0104166667vw;
    left: 33.4635416667vw;
  }
}
.p-secLifework_cnt1 ._img4 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-secLifework_cnt1 ._img4 {
    top: 24.2857142857vw;
    left: -59.2857142857vw;
    width: 23.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secLifework_cnt1 ._img4 {
    width: 43.2291666667vw;
    top: 0vw;
    left: -17.578125vw;
  }
}
.p-secLifework_cnt1 ._img5 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-secLifework_cnt1 ._img5 {
    top: 25.5714285714vw;
    left: 17.5vw;
    width: 23.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secLifework_cnt1 ._img5 {
    width: 26.3020833333vw;
    top: -17.578125vw;
    left: 70.0520833333vw;
  }
}
.p-secLifework_cnt1 ._img6 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-secLifework_cnt1 ._img6 {
    top: 30vw;
    left: -7.8571428571vw;
    width: 17vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secLifework_cnt1 ._img6 {
    width: 30.9895833333vw;
    top: 9.5052083333vw;
    left: 48.5677083333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secLifework_btn {
    margin-top: 2.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secLifework_btn {
    margin-top: 10.4166666667vw;
    text-align: center;
  }
}
.p-secLifework > ._bg {
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-secLifework > ._bg {
    top: 80vh;
  }
}
@media screen and (max-width: 768px) {
  .p-secLifework > ._bg {
    bottom: 30svh;
  }
}/*# sourceMappingURL=top.css.map */