@charset "UTF-8";
@import url("../css/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
body {
  color: #333333;
  letter-spacing: 0.04em;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 1.111vw;
  line-height: 1.4;
  font-weight: normal;
}
@media (max-width: 959px) {
  body {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  body {
    font-size: 1.111vw;
  }
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}
body iframe {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  body a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6.9444444444vw;
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 5vw;
  }
}

.page-yt {
  padding: 8vw 0 8vw;
}
@media screen and (max-width: 959px) {
  .page-yt {
    padding: 14vw 0px 14vw;
  }
}

.heading {
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 959px) {
  .heading {
    margin-bottom: 12vw;
  }
}
.heading--white {
  color: #fff;
}
.heading__en {
  font-size: 1.389vw;
  letter-spacing: 0.15em;
}
@media (max-width: 959px) {
  .heading__en {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .heading__en {
    font-size: 1.389vw;
  }
}
.heading__jp {
  font-size: 4.444vw;
  margin-top: 1.0416666667vw;
  letter-spacing: 0.1em;
}
@media (max-width: 959px) {
  .heading__jp {
    font-size: 8.533vw;
  }
}
@media (min-width: 1441px) {
  .heading__jp {
    font-size: 4.444vw;
  }
}
@media screen and (max-width: 959px) {
  .heading__jp {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .heading__jp {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .heading__jp {
    margin-top: 0vw;
  }
}
.heading__jp--talk {
  font-size: 2.778vw;
}
@media (max-width: 959px) {
  .heading__jp--talk {
    font-size: 8.533vw;
  }
}
@media (min-width: 1441px) {
  .heading__jp--talk {
    font-size: 2.778vw;
  }
}
.heading__jp-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 959px) {
  .heading__jp-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8vw;
  }
}
.heading__jp-block span {
  font-size: 1.111vw;
  display: inline-block;
  margin-bottom: 0.5208333333vw;
  letter-spacing: 0.25em;
}
@media (max-width: 959px) {
  .heading__jp-block span {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .heading__jp-block span {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 959px) {
  .heading__jp-block span {
    margin-bottom: 2vw;
  }
}
.heading__lead {
  font-size: 1.111vw;
  margin-top: 2.0833333333vw;
  line-height: 2;
  letter-spacing: 0.25em;
}
@media (max-width: 959px) {
  .heading__lead {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .heading__lead {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 959px) {
  .heading__lead {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 960px) {
  .cm-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: calc(4vw * -1);
  }
  .cm-list__item {
    margin-bottom: 4vw;
    margin-right: 4vw;
    width: calc((100% - 4vw * (2 - 1)) / 2);
  }
  .cm-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .cm-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: calc(12vw * -1);
  }
  .cm-list__item {
    margin-bottom: 12vw;
    margin-right: 12vw;
    width: calc((100% - 12vw * (1 - 1)) / 1);
  }
  .cm-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}

.cm-list-item__caption {
  font-size: 1.389vw;
  margin-top: 0.5208333333vw;
  color: #004090;
}
@media (max-width: 959px) {
  .cm-list-item__caption {
    font-size: 5.333vw;
  }
}
@media (min-width: 1441px) {
  .cm-list-item__caption {
    font-size: 1.389vw;
  }
}
@media screen and (max-width: 959px) {
  .cm-list-item__caption {
    margin-top: 2vw;
  }
}

.play-btn-block {
  position: relative;
  z-index: 0;
}
.play-btn-block .play-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 4.8611111111vw;
  height: 4.8611111111vw;
}
@media screen and (max-width: 959px) {
  .play-btn-block .play-btn {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.play-btn-block .play-btn img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.play-btn-block .play-btn:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bg-image-block img {
  display: block;
}

.bg-image {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.bg-image--cm {
  background-image: url(../../../../img/special/yutaka-take01/bg-cm.jpg);
}
.bg-image--talk {
  background-image: url(../../../../img/special/yutaka-take01/bg-talk.jpg);
}
.bg-image--company {
  background-image: url(../../../../img/special/yutaka-take01/bg-company.jpg);
}

.talk-list {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 959px) {
  .talk-list {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 960px) {
  .talk-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: calc(4vw * -1);
  }
  .talk-list__item {
    margin-bottom: 4vw;
    margin-right: 4vw;
    width: calc((100% - 4vw * (1 - 1)) / 1);
  }
  .talk-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .talk-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: calc(12vw * -1);
  }
  .talk-list__item {
    margin-bottom: 12vw;
    margin-right: 12vw;
    width: calc((100% - 12vw * (1 - 1)) / 1);
  }
  .talk-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}
.talk-list__item:not(:first-child) {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .talk-list__item:not(:first-child) {
    margin-top: 8vw;
  }
}

.talk-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .talk-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.talk-list-item__image {
  width: 45.8333333333vw;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .talk-list-item__image {
    width: 100%;
  }
}
.talk-list-item__image img {
  width: 100%;
  height: 100%;
}
.talk-list-item__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 0;
}
.talk-list-item__text-block::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 80%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .talk-list-item__text-block::before {
    height: 100%;
  }
}
.talk-list-item__text-block::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(320deg, transparent, #ffffff);
  opacity: 0.1;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .talk-list-item__text-block::after {
    height: 100%;
  }
}
.talk-list-item__text-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.talk-list-item__number {
  font-size: 1.389vw;
  margin-top: 0.5208333333vw;
  position: absolute;
  top: -0.7em;
  font-weight: 600;
  left: 0;
}
@media (max-width: 959px) {
  .talk-list-item__number {
    font-size: 5.333vw;
  }
}
@media (min-width: 1441px) {
  .talk-list-item__number {
    font-size: 1.389vw;
  }
}
@media screen and (max-width: 959px) {
  .talk-list-item__number {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .talk-list-item__number {
    top: -63%;
  }
}
.talk-list-item__number .title {
  font-size: 2.222vw;
  letter-spacing: 0.08em;
}
@media (max-width: 959px) {
  .talk-list-item__number .title {
    font-size: 8.533vw;
  }
}
@media (min-width: 1441px) {
  .talk-list-item__number .title {
    font-size: 2.222vw;
  }
}
.talk-list-item__number .number {
  font-size: 3.333vw;
  letter-spacing: 0.08em;
}
@media (max-width: 959px) {
  .talk-list-item__number .number {
    font-size: 12.8vw;
  }
}
@media (min-width: 1441px) {
  .talk-list-item__number .number {
    font-size: 3.333vw;
  }
}
.talk-list-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3888888889vw;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 959px) {
  .talk-list-item__info {
    margin-bottom: 6vw;
  }
}
.talk-list-item__text {
  font-size: 0.972vw;
}
@media (max-width: 959px) {
  .talk-list-item__text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .talk-list-item__text {
    font-size: 0.972vw;
  }
}
.talk-list-item__text p {
  line-height: 2.2;
}
.talk-list-item__name-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.6944444444vw;
}
.talk-list-item__name-inner .name {
  font-size: 1.667vw;
}
@media (max-width: 959px) {
  .talk-list-item__name-inner .name {
    font-size: 6.4vw;
  }
}
@media (min-width: 1441px) {
  .talk-list-item__name-inner .name {
    font-size: 1.667vw;
  }
}
.talk-list-item__name-inner .respect {
  font-size: 0.972vw;
}
@media (max-width: 959px) {
  .talk-list-item__name-inner .respect {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .talk-list-item__name-inner .respect {
    font-size: 0.972vw;
  }
}
.talk-list-item__info-block {
  padding: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .talk-list-item__info-block {
    padding: 8vw;
  }
}
.talk-list-item__company-name {
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 959px) {
  .talk-list-item__company-name {
    margin-bottom: 2vw;
  }
}

.company-list-item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 959px) {
  .company-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.company-list-item__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2777777778vw;
}
.company-list-item__info-list span {
  display: inline-block;
}
.company-list-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company-list-item__image {
  width: 60%;
  margin-right: -6.9444444444vw;
}
@media screen and (max-width: 959px) {
  .company-list-item__image {
    margin-top: 2.0833333333vw;
    margin-right: -10vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% + 10vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .company-list-item__image {
    margin-top: 8vw;
  }
}
.company-list-item__logo {
  margin-bottom: 1.0416666667vw;
  width: 21.5277777778vw;
}
@media screen and (max-width: 959px) {
  .company-list-item__logo {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .company-list-item__logo {
    width: 48vw;
  }
}
.company-list-item__company-name {
  font-size: 1.667vw;
}
@media (max-width: 959px) {
  .company-list-item__company-name {
    font-size: 5.333vw;
  }
}
@media (min-width: 1441px) {
  .company-list-item__company-name {
    font-size: 1.667vw;
  }
}
.company-list-item__logo-block {
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 959px) {
  .company-list-item__logo-block {
    margin-bottom: 12vw;
  }
}
.company-list-item__info-list {
  font-size: 1.389vw;
}
@media (max-width: 959px) {
  .company-list-item__info-list {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .company-list-item__info-list {
    font-size: 1.389vw;
  }
}
.company-list-item__info-list:not(:first-child) {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .company-list-item__info-list:not(:first-child) {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .company-list-item__value {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.company-list-item__btn-block {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .company-list-item__btn-block {
    margin-top: 8vw;
  }
}
.company-list-item__btn a {
  background-color: #fff;
  border-radius: 1000px;
  color: #004090;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  width: 14.5833333333vw;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .company-list-item__btn a {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .company-list-item__btn a {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media screen and (max-width: 959px) {
  .company-list-item__btn a {
    width: 56vw;
  }
}
.company-list-item__btn a img {
  position: absolute;
  right: 1.5277777778vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .company-list-item__btn a img {
    width: 8vw;
  }
}
.company-list-item__btn a span {
  font-size: 0.972vw;
}
@media (max-width: 959px) {
  .company-list-item__btn a span {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .company-list-item__btn a span {
    font-size: 0.972vw;
  }
}

#side-btn-block {
  position: fixed;
  bottom: 3.4722222222vw;
  right: 0;
  z-index: 10;
}
#side-btn-block .side-btn-block__item-icon {
  width: 4.0277777778vw;
}
@media screen and (max-width: 959px) {
  #side-btn-block .side-btn-block__item-icon {
    width: 60px;
  }
}
@media screen and (max-width: 479px) {
  #side-btn-block .side-btn-block__item-icon {
    width: 60px;
  }
}
#side-btn-block .side-btn-block__item-icon img {
  width: 100%;
}

.main-visual {
  position: relative;
  z-index: -1;
}
.main-visual__wrap {
  position: relative;
  z-index: 0;
}
.main-visual__wrap:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7019607843)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7019607843));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-visual__content-block {
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .main-visual__content-block {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__content-block {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual__content-block {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.main-visual__movie-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.main-visual__movie-block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual__block {
  color: #fff;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .main-visual__block {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3), (max-width: 959px) and (max-height: 660px) {
  .main-visual__block {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__block:nth-of-type(3) {
    height: 120vh;
  }
}
.main-visual .main-item__lead {
  font-size: 1.667vw;
  margin-bottom: 0.5208333333vw;
  text-align: center;
}
@media (max-width: 959px) {
  .main-visual .main-item__lead {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .main-visual .main-item__lead {
    font-size: 1.667vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual .main-item__lead {
    margin-bottom: 2vw;
  }
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3), (max-width: 959px) and (max-height: 660px) {
  .main-visual .main-item__lead {
    font-size: 2.5vmin;
    margin-bottom: 1vh;
  }
}
.main-visual .main-item__title {
  font-size: 5.556vw;
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 959px) {
  .main-visual .main-item__title {
    font-size: 10.667vw;
  }
}
@media (min-width: 1441px) {
  .main-visual .main-item__title {
    font-size: 5.556vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual .main-item__title {
    margin-bottom: 2vw;
  }
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3), (max-width: 959px) and (max-height: 660px) {
  .main-visual .main-item__title {
    font-size: 7vmin;
    margin-bottom: 1vh;
  }
}
.main-visual .main-item__caption {
  font-size: 1.111vw;
  text-align: center;
}
@media (max-width: 959px) {
  .main-visual .main-item__caption {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .main-visual .main-item__caption {
    font-size: 1.111vw;
  }
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3), (max-width: 959px) and (max-height: 660px) {
  .main-visual .main-item__caption {
    font-size: 1.8vmin;
  }
}
.main-visual .main-item__obj {
  position: absolute;
  bottom: 2vw;
  right: 8vw;
  z-index: -1;
  width: 9.7222222222vw;
}
.main-visual .main-item__obj img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .main-visual .main-item__obj {
    bottom: 10vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 26.6666666667vw;
  }
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3), (max-width: 959px) and (max-height: 660px) {
  .main-visual .main-item__obj {
    bottom: 2vh;
    right: 0;
    left: 0;
    margin: auto;
    width: 15vmin;
  }
}
.main-visual .main-item__obj-inner {
  position: relative;
  z-index: 0;
}
.main-visual .main-item__obj-round {
  -webkit-animation: round-rotate 10s linear infinite;
          animation: round-rotate 10s linear infinite;
}
@-webkit-keyframes round-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes round-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.main-visual .main-item__obj-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 2.0833333333vw;
}
.main-visual .main-item__obj-arrow img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .main-visual .main-item__obj-arrow {
    width: 8vw;
  }
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3), (max-width: 959px) and (max-height: 660px) {
  .main-visual .main-item__obj-arrow {
    width: 3vmin;
  }
}
.main-visual .sub-item__lead {
  font-size: 2.222vw;
}
@media (max-width: 959px) {
  .main-visual .sub-item__lead {
    font-size: 5.333vw;
  }
}
@media (min-width: 1441px) {
  .main-visual .sub-item__lead {
    font-size: 2.222vw;
  }
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3), (max-width: 959px) and (max-height: 660px) {
  .main-visual .sub-item__lead {
    font-size: 3.5vmin;
    line-height: 1.6;
  }
}
.main-visual .profile-item {
  position: relative;
  z-index: 0;
  width: 59.7222222222vw;
  max-height: 90vh;
}
@media screen and (max-width: 959px) {
  .main-visual .profile-item {
    width: 100%;
  }
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3), (max-width: 959px) and (max-height: 660px) {
  .main-visual .profile-item {
    max-height: 85vh;
    width: 90vw;
    max-width: 90vh;
  }
}
.main-visual .profile-item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .main-visual .profile-item__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-visual .profile-item__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 25vw;
}
@media screen and (max-width: 959px) {
  .main-visual .profile-item__content {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3), (max-width: 959px) and (max-height: 660px) {
  .main-visual .profile-item__content {
    width: 40vw;
    max-width: 45vh;
    margin: auto;
  }
}
.main-visual .profile-item__image {
  width: 76%;
}
@media screen and (max-width: 959px) {
  .main-visual .profile-item__image {
    width: 100%;
  }
}
.main-visual .profile-item__image img {
  max-height: 80vh;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3), (max-width: 959px) and (max-height: 660px) {
  .main-visual .profile-item__image {
    width: 60vh;
    max-width: 76%;
    margin: auto;
  }
  .main-visual .profile-item__image img {
    max-height: 75vh;
  }
}
.main-visual .profile-item__text {
  font-size: 0.972vw;
  margin-top: 2.0833333333vw;
}
@media (max-width: 959px) {
  .main-visual .profile-item__text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .main-visual .profile-item__text {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual .profile-item__text {
    margin-top: 8vw;
  }
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3), (max-width: 959px) and (max-height: 660px) {
  .main-visual .profile-item__text {
    font-size: 1.5vmin;
    margin-top: 2vh;
    line-height: 1.8;
  }
}
.main-visual .profile-item__position {
  font-size: 1.667vw;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 959px) {
  .main-visual .profile-item__position {
    font-size: 6.4vw;
  }
}
@media (min-width: 1441px) {
  .main-visual .profile-item__position {
    font-size: 1.667vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual .profile-item__position {
    margin-bottom: 8vw;
  }
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3), (max-width: 959px) and (max-height: 660px) {
  .main-visual .profile-item__position {
    font-size: 2.5vmin;
    margin-bottom: 2vh;
  }
}
.main-visual .profile-item__position-name {
  font-size: 1.111vw;
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 959px) {
  .main-visual .profile-item__position-name {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .main-visual .profile-item__position-name {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual .profile-item__position-name {
    margin-bottom: 2vw;
  }
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3), (max-width: 959px) and (max-height: 660px) {
  .main-visual .profile-item__position-name {
    font-size: 1.6vmin;
    margin-bottom: 0.5vh;
  }
}
.main-visual .profile-item__name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6944444444vw;
}
.main-visual .profile-item__name-block .name {
  font-size: 1.667vw;
}
@media (max-width: 959px) {
  .main-visual .profile-item__name-block .name {
    font-size: 6.4vw;
  }
}
@media (min-width: 1441px) {
  .main-visual .profile-item__name-block .name {
    font-size: 1.667vw;
  }
}
.main-visual .profile-item__name-block .respect {
  font-size: 1.111vw;
}
@media (max-width: 959px) {
  .main-visual .profile-item__name-block .respect {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .main-visual .profile-item__name-block .respect {
    font-size: 1.111vw;
  }
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3), (max-width: 959px) and (max-height: 660px) {
  .main-visual .profile-item__name-block {
    gap: 1vmin;
  }
  .main-visual .profile-item__name-block .name {
    font-size: 2.5vmin;
  }
  .main-visual .profile-item__name-block .respect {
    font-size: 1.6vmin;
  }
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3), (max-width: 959px) and (max-height: 660px) {
  .main-visual .profile-item__info-block {
    padding: 3vh 3vw;
  }
}

.bg-obj--cm {
  position: absolute;
  top: 5vw;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .bg-obj--cm {
    top: 38vw;
  }
}
.bg-obj--cm img {
  width: 100%;
  height: 100%;
}
.bg-obj--talk {
  position: absolute;
  top: 18vw;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .bg-obj--talk {
    top: 170vw;
  }
}
.bg-obj--talk img {
  width: 100%;
  height: 100%;
}
.bg-obj--company {
  position: absolute;
  top: 29vw;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .bg-obj--company {
    top: 122vw;
  }
}
.bg-obj--company img {
  width: 100%;
  height: 100%;
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
.fade-in-up.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.video-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  z-index: 1;
}
.video-modal__close {
  position: absolute;
  top: -50px;
  right: 0;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  line-height: 1;
}
.video-modal__close:hover {
  opacity: 0.7;
}
.video-modal__iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
}
.video-modal__iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */