@charset "UTF-8";
.page-common-midashi.thanks {
  margin-bottom: 200px; }

.common-title h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.75em;
  line-height: 1.0em; }
  @media (min-width: 1024px) {
    .common-title h2 {
      font-size: 4.0em; } }
  @media (min-width: 1250px) {
    .common-title h2 {
      font-size: 5.25em; } }
.common-title h3 {
  font-size: 1.0em;
  line-height: 1.2em;
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .common-title h3 {
      font-size: 1.50em;
      margin-top: 10px; } }
  @media (min-width: 1250px) {
    .common-title h3 {
      font-size: 1.75em; } }

.common-btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  color: #152436;
  display: inline-block;
  padding: 10px 40px;
  min-width: 180px;
  text-align: center;
  border-radius: 50px;
  background-color: #F2F2F2;
  font-feature-settings: "palt";
  transition: .5s;
  transform: scale(1); }
  .common-btn a span {
    display: inline-block; }
  .common-btn a:hover span {
    transform: rotateY(360deg);
    transition: .6s; }
    .common-btn a:hover span:nth-of-type(1) {
      transition-delay: .02s; }
    .common-btn a:hover span:nth-of-type(2) {
      transition-delay: .04s; }
    .common-btn a:hover span:nth-of-type(3) {
      transition-delay: .06s; }
    .common-btn a:hover span:nth-of-type(4) {
      transition-delay: .08s; }
    .common-btn a:hover span:nth-of-type(5) {
      transition-delay: .10s; }
    .common-btn a:hover span:nth-of-type(6) {
      transition-delay: .12s; }
    .common-btn a:hover span:nth-of-type(7) {
      transition-delay: .14s; }
    .common-btn a:hover span:nth-of-type(8) {
      transition-delay: .16s; }
    .common-btn a:hover span:nth-of-type(9) {
      transition-delay: .18s; }

h4.sabtitle {
  font-size: 1.5em;
  line-height: 1.4em; }
  @media (min-width: 1024px) {
    h4.sabtitle {
      font-size: 3.0em; } }

.entry-btn a {
  font-size: 1.10em;
  color: #fff;
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  background-color: #019FE3;
  transition: .5s;
  transform: scale(1); }
  @media (min-width: 1250px) {
    .entry-btn a {
      width: 160px; } }

#moive {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  position: relative; }
  #moive .thumbnail video {
    border-radius: 10px;
    width: 100%; }
    @media (min-width: 1024px) {
      #moive .thumbnail video {
        border-radius: 20px; } }
  #moive .thumbnail img {
    border-radius: 10px; }
    @media (min-width: 1024px) {
      #moive .thumbnail img {
        border-radius: 20px; } }

/*
---------------------------------------------------------------------------------------------------------------------
各インタビュー　
---------------------------------------------------------------------------------------------------------------------
*/
.people-box {
  margin-bottom: 60px; }
  .people-box a:hover .photo {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    transform: scale(1.015); }
  .people-box a:hover .photo > img {
    transform: scale(1.04); }
  .people-box a:hover .name > .interview-btn > img {
    right: -10px; }
  .people-box a .photo {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    transition: .5s; }
    @media (min-width: 1024px) {
      .people-box a .photo {
        border-radius: 20px; } }
    .people-box a .photo img {
      border-radius: 10px;
      width: 100%;
      height: auto;
      display: block;
      transition-duration: 0.8s;
      transform: scale(1); }
      @media (min-width: 1024px) {
        .people-box a .photo img {
          border-radius: 20px; } }
  .people-box a .name {
    margin-top: 10px;
    position: relative; }
    .people-box a .name .txt {
      color: #fff; }
      .people-box a .name .txt h3 {
        font-size: 0.70em;
        font-weight: 500;
        line-height: 1.4em; }
        @media (min-width: 1024px) {
          .people-box a .name .txt h3 {
            font-size: 0.8em; } }
      .people-box a .name .txt h4 {
        font-size: 1.0em;
        line-height: 1.2em;
        margin-top: 5px; }
        @media (min-width: 1024px) {
          .people-box a .name .txt h4 {
            font-size: 1.125em; } }
    .people-box a .name .interview-btn {
      position: absolute;
      top: 0;
      right: 0;
      border: 1px solid #fff;
      border-radius: 50px;
      width: 30px;
      height: 30px; }
      @media (min-width: 1024px) {
        .people-box a .name .interview-btn {
          width: 45px;
          height: 45px; } }
      .people-box a .name .interview-btn img {
        width: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .5s; }
        @media (min-width: 1024px) {
          .people-box a .name .interview-btn img {
            width: 20px; } }

/*
---------------------------------------------------------------------------------------------------------------------
People　インタビュー
---------------------------------------------------------------------------------------------------------------------
*/
#people {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  padding: 100px 0 0; }
  @media (min-width: 1024px) {
    #people {
      padding: 200px 0 0; } }
  @media (min-width: 1250px) {
    #people {
      padding: 240px 0 0; } }
  #people h4.sabtitle {
    margin: 40px 0 40px; }
    @media (min-width: 1024px) {
      #people h4.sabtitle {
        margin: 80px 0 80px; } }
  @media only screen and (min-width: 1024px) {
    #people .o-3column .col-xl-3 {
      padding: 0 15px; }
    #people .o-3column {
      margin: 0 -15px; } }

/*
---------------------------------------------------------------------------------------------------------------------
バナー
---------------------------------------------------------------------------------------------------------------------
*/
#banner {
  max-width: 1800px;
  width: 90%;
  margin: auto;
  padding: 100px 0 0; }
  @media (min-width: 1024px) {
    #banner {
      padding: 200px 0 0; } }
  @media only screen and (min-width: 1024px) {
    #banner .o-6column .col-lg-6 {
      padding: 0 10px; }
    #banner .o-6column {
      margin: 0 -10px; } }
  #banner .banner-box {
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      #banner .banner-box {
        margin-bottom: 0; } }
    #banner .banner-box::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(21, 36, 54, 0.6);
      height: 100%;
      mix-blend-mode: multiply;
      z-index: 5;
      border-radius: 20px; }
    #banner .banner-box a {
      color: #fff; }
      #banner .banner-box a:hover .photo > img {
        transform: scale(1.04); }
      #banner .banner-box a:hover .txt > .txt-in > .btn > h6 span {
        transform: rotateY(360deg);
        transition: .6s; }
        #banner .banner-box a:hover .txt > .txt-in > .btn > h6 span:nth-of-type(1) {
          transition-delay: .02s; }
        #banner .banner-box a:hover .txt > .txt-in > .btn > h6 span:nth-of-type(2) {
          transition-delay: .04s; }
        #banner .banner-box a:hover .txt > .txt-in > .btn > h6 span:nth-of-type(3) {
          transition-delay: .06s; }
        #banner .banner-box a:hover .txt > .txt-in > .btn > h6 span:nth-of-type(4) {
          transition-delay: .08s; }
        #banner .banner-box a:hover .txt > .txt-in > .btn > h6 span:nth-of-type(5) {
          transition-delay: .10s; }
        #banner .banner-box a:hover .txt > .txt-in > .btn > h6 span:nth-of-type(6) {
          transition-delay: .12s; }
        #banner .banner-box a:hover .txt > .txt-in > .btn > h6 span:nth-of-type(7) {
          transition-delay: .14s; }
        #banner .banner-box a:hover .txt > .txt-in > .btn > h6 span:nth-of-type(8) {
          transition-delay: .16s; }
        #banner .banner-box a:hover .txt > .txt-in > .btn > h6 span:nth-of-type(9) {
          transition-delay: .18s; }
      #banner .banner-box a .photo {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        display: block;
        z-index: 2; }
        #banner .banner-box a .photo img {
          border-radius: 20px;
          vertical-align: bottom;
          transition-duration: 0.8s;
          transform: scale(1);
          position: relative; }
      #banner .banner-box a .txt {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 85%;
        margin: auto;
        z-index: 10; }
        @media (min-width: 1024px) {
          #banner .banner-box a .txt {
            width: 80%; } }
        #banner .banner-box a .txt .txt-in .title {
          display: flex;
          align-items: flex-end; }
          #banner .banner-box a .txt .txt-in .title h3 {
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 2.0em;
            line-height: 1.2em; }
            @media (min-width: 1024px) {
              #banner .banner-box a .txt .txt-in .title h3 {
                font-size: 3.0em; } }
          #banner .banner-box a .txt .txt-in .title h4 {
            font-size: 0.85em;
            line-height: 1.2em;
            margin: 0 0 11px 10px;
            display: flex;
            align-items: flex-end; }
            @media (min-width: 1024px) {
              #banner .banner-box a .txt .txt-in .title h4 {
                font-size: 1.0em; } }
            #banner .banner-box a .txt .txt-in .title h4::before {
              border-top: 1px solid #fff;
              content: "";
              width: 1.5em;
              margin-right: 4px; }
              @media (min-width: 1024px) {
                #banner .banner-box a .txt .txt-in .title h4::before {
                  width: 3em; } }
        #banner .banner-box a .txt .txt-in p {
          font-size: 0.85em;
          line-height: 1.8em;
          text-align: justify;
          margin-top: 10px; }
          @media (min-width: 1024px) {
            #banner .banner-box a .txt .txt-in p {
              font-size: 1.0em;
              margin-top: 20px; } }
        #banner .banner-box a .txt .txt-in .btn {
          margin: 20px 0 0 auto;
          float: right; }
          @media (min-width: 1600px) {
            #banner .banner-box a .txt .txt-in .btn {
              margin: 40px 0 0 auto; } }
          #banner .banner-box a .txt .txt-in .btn h6 {
            font-size: 0.9em;
            font-weight: 500;
            color: #152436;
            display: inline-block;
            width: 160px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 50px;
            background-color: #F2F2F2;
            transition: .5s;
            transform: scale(1); }
            #banner .banner-box a .txt .txt-in .btn h6 span {
              display: inline-block; }

/*
---------------------------------------------------------------------------------------------------------------------
Entry　エントリー
---------------------------------------------------------------------------------------------------------------------
*/
#entry {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  padding: 100px 0 60px; }
  @media (min-width: 1024px) {
    #entry {
      padding: 200px 0 80px; } }
  @media (min-width: 1250px) {
    #entry {
      padding: 240px 0 80px; } }
  #entry .common-title {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      #entry .common-title {
        margin-bottom: 80px; } }
  #entry .entry-in {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      #entry .entry-in {
        display: flex;
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      #entry .entry-in .banner-entry {
        width: 50%; }
        #entry .entry-in .banner-entry:first-child {
          margin-right: 10px; }
        #entry .entry-in .banner-entry:last-child {
          margin-left: 10px; } }
  #entry .banner-entry a:hover .entry-btn-in {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.8);
    transform: scale(1.02);
    padding: 10px 10px 10px 15px; }
  #entry .banner-entry a .entry-btn-in {
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 10px 10px 10px 15px;
    position: relative;
    height: 100px;
    margin-top: 10px;
    transition: .5s; }
    @media (min-width: 1024px) {
      #entry .banner-entry a .entry-btn-in {
        padding: 10px 10px 10px 30px;
        margin-top: 0; } }
    #entry .banner-entry a .entry-btn-in .element {
      display: flex; }
      #entry .banner-entry a .entry-btn-in .element img {
        width: auto;
        height: 80px; }
      #entry .banner-entry a .entry-btn-in .element .txt {
        display: flex;
        align-items: center; }
        #entry .banner-entry a .entry-btn-in .element .txt .txt-in {
          margin-left: 15px;
          color: #000; }
          @media (min-width: 1024px) {
            #entry .banner-entry a .entry-btn-in .element .txt .txt-in {
              margin-left: 30px; } }
          #entry .banner-entry a .entry-btn-in .element .txt .txt-in h3 {
            font-size: 0.8em;
            line-height: 1.2em; }
            @media (min-width: 1024px) {
              #entry .banner-entry a .entry-btn-in .element .txt .txt-in h3 {
                font-size: 0.85em; } }
          #entry .banner-entry a .entry-btn-in .element .txt .txt-in h4 {
            font-size: 1.125em;
            line-height: 1.2em;
            margin-top: 6px; }
            @media (min-width: 1024px) {
              #entry .banner-entry a .entry-btn-in .element .txt .txt-in h4 {
                font-size: 1.25em; } }

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  padding: 18px 20px 18px 28px;
  transition: 0.5S; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background-color: #019FE3;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite; }
  @media (min-width: 768px) {
    .video-play-button:before {
      width: 70px;
      height: 70px; } }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background-color: #019FE3;
  border-radius: 50%;
  transition: all 200ms;
  transition: .5s; }
  @media (min-width: 768px) {
    .video-play-button:after {
      width: 70px;
      height: 70px; } }

.video-play-button img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 0;
  z-index: 3;
  width: 20px;
  height: auto;
  margin: auto;
  border-radius: 0; }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
