@charset "UTF-8";
body {
  background: linear-gradient(to bottom, #4ACEFF, #15E5AD); }

.photo img {
  border-radius: 10px; }
  @media (min-width: 1024px) {
    .photo img {
      border-radius: 15px; } }

.marker-blanc {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, #fff 15%, #fff 85%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  font-weight: bold; }

.marker-vert {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, #15E5AD 15%, #15E5AD 85%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  font-weight: bold; }

/*
---------------------------------------------------------------------------------------------------------------------
THE DAYヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
#the-day-header {
  margin-top: 20px; }
  #the-day-header .the-day-title .loop-txt {
    opacity: 0.30; }
  #the-day-header .theday-loop-txt {
    position: relative;
    z-index: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 6px 0;
    margin-top: 40px; }
    #the-day-header .theday-loop-txt .YokoScroll {
      display: flex;
      overflow: hidden; }
      #the-day-header .theday-loop-txt .YokoScroll .slideshow {
        display: flex; }
        #the-day-header .theday-loop-txt .YokoScroll .slideshow img {
          width: auto;
          height: 35px; }
          @media (min-width: 768px) {
            #the-day-header .theday-loop-txt .YokoScroll .slideshow img {
              height: 40px; } }
          @media (min-width: 1200px) {
            #the-day-header .theday-loop-txt .YokoScroll .slideshow img {
              height: 50px; } }
        #the-day-header .theday-loop-txt .YokoScroll .slideshow.show1 {
          animation: loop-slide 700s infinite linear 1s both; }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
/*
---------------------------------------------------------------------------------------------------------------------
THE DAYヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
#page-container {
  max-width: 1600px;
  margin: 30px auto 0;
  width: 94%; }
  @media (min-width: 768px) {
    #page-container {
      width: 96%;
      margin: 60px auto 0; } }
  #page-container .movie-wrap {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%); }
    #page-container .movie-wrap .movie-play {
      position: relative;
      max-width: 1080px;
      margin: auto;
      width: 94%;
      z-index: 10; }
      @media (min-width: 768px) {
        #page-container .movie-wrap .movie-play {
          width: 90%; } }
      #page-container .movie-wrap .movie-play video {
        border-radius: 15px; }
        @media (min-width: 768px) {
          #page-container .movie-wrap .movie-play video {
            border-radius: 20px; } }
    #page-container .movie-wrap::before {
      position: absolute;
      top: calc(50% - 0.1px);
      left: -0.2px;
      width: 20px;
      height: 20px;
      background-color: #4ACEFF;
      content: "";
      clip-path: path("M20,0H0v20C0,8.95,8.95,0,20,0Z"); }
    #page-container .movie-wrap::after {
      position: absolute;
      top: calc(50% - 0.1px);
      right: -0.2px;
      width: 20px;
      height: 20px;
      background-color: #4ACEFF;
      content: "";
      clip-path: path("M0,0c11.05,0,20,8.95,20,20V0H0Z"); }

#the-day-contents {
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px 0 60px; }
  @media (min-width: 768px) {
    #the-day-contents {
      padding: 60px 0 60px; } }
  @media (min-width: 1200px) {
    #the-day-contents {
      padding: 60px 0 100px; } }
  #the-day-contents .profile-career {
    display: flex; }
    @media (min-width: 768px) {
      #the-day-contents .profile-career {
        padding-left: 5%; } }
    #the-day-contents .profile-career .photo {
      width: 80px;
      margin: auto 0 0 0; }
      @media (min-width: 768px) {
        #the-day-contents .profile-career .photo {
          width: 200px; } }
      @media (min-width: 1200px) {
        #the-day-contents .profile-career .photo {
          width: 300px; } }
    #the-day-contents .profile-career .txt-area {
      width: calc(100% - 80px);
      padding-left: 2%; }
      @media (min-width: 768px) {
        #the-day-contents .profile-career .txt-area {
          width: calc(100% - 200px); } }
      @media (min-width: 1200px) {
        #the-day-contents .profile-career .txt-area {
          width: calc(100% - 300px); } }
      #the-day-contents .profile-career .txt-area .title-name {
        padding-right: 5%; }
        #the-day-contents .profile-career .txt-area .title-name h2 {
          font-size: 1.25em;
          line-height: 1.4em; }
          @media (min-width: 768px) {
            #the-day-contents .profile-career .txt-area .title-name h2 {
              font-size: 1.75em; } }
          @media (min-width: 1200px) {
            #the-day-contents .profile-career .txt-area .title-name h2 {
              font-size: 2.25em; } }
        #the-day-contents .profile-career .txt-area .title-name p {
          font-size: 0.9em;
          line-height: 1.8em;
          margin: 15px 0 0 0; }
          @media (min-width: 768px) {
            #the-day-contents .profile-career .txt-area .title-name p {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #the-day-contents .profile-career .txt-area .title-name p {
              font-size: 1.125em;
              margin: 30px 0 0 0; } }
        #the-day-contents .profile-career .txt-area .title-name .name {
          display: flex;
          align-items: center;
          margin-top: 15px; }
          @media (min-width: 1200px) {
            #the-day-contents .profile-career .txt-area .title-name .name {
              margin-top: 30px; } }
          #the-day-contents .profile-career .txt-area .title-name .name h3 {
            font-size: 0.8em;
            line-height: 1.4em; }
            @media (min-width: 768px) {
              #the-day-contents .profile-career .txt-area .title-name .name h3 {
                font-size: 0.9em; } }
            @media (min-width: 1200px) {
              #the-day-contents .profile-career .txt-area .title-name .name h3 {
                font-size: 1.0em; } }
          #the-day-contents .profile-career .txt-area .title-name .name h4 {
            font-size: 1.25em;
            font-weight: bold;
            line-height: 1.2em;
            margin-left: 15px; }
            @media (min-width: 768px) {
              #the-day-contents .profile-career .txt-area .title-name .name h4 {
                font-size: 1.55em; } }
            @media (min-width: 1200px) {
              #the-day-contents .profile-career .txt-area .title-name .name h4 {
                font-size: 2.0em; } }
      #the-day-contents .profile-career .txt-area .name-career-flow.-pc {
        margin-top: 15px;
        display: none; }
        @media (min-width: 768px) {
          #the-day-contents .profile-career .txt-area .name-career-flow.-pc {
            display: block; } }
        #the-day-contents .profile-career .txt-area .name-career-flow.-pc .career-flow {
          margin-top: 10px; }
  @media (min-width: 768px) {
    #the-day-contents .txt-area.-sp {
      display: none; } }
  #the-day-contents .txt-area.-sp .career-flow {
    padding: 0 5%;
    margin-top: 10px; }
  #the-day-contents .txt-area.-sp .career-flow2 {
    margin: -10px 0 40px 15px; }
  #the-day-contents .name {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-left: 5%; }
    @media (min-width: 768px) {
      #the-day-contents .name {
        padding-left: 0; } }
    @media (min-width: 1200px) {
      #the-day-contents .name {
        margin-top: 30px; } }
    #the-day-contents .name h3 {
      font-size: 0.8em;
      line-height: 1.4em; }
      @media (min-width: 768px) {
        #the-day-contents .name h3 {
          font-size: 0.9em; } }
      @media (min-width: 1200px) {
        #the-day-contents .name h3 {
          font-size: 1.0em; } }
    #the-day-contents .name h4 {
      font-size: 1.25em;
      font-weight: bold;
      line-height: 1.2em;
      margin-left: 15px; }
      @media (min-width: 768px) {
        #the-day-contents .name h4 {
          font-size: 1.55em; } }
      @media (min-width: 1200px) {
        #the-day-contents .name h4 {
          font-size: 2.0em; } }
  #the-day-contents .timeline {
    max-width: 1100px;
    width: 90%;
    margin: 20px auto 0; }
    @media (min-width: 768px) {
      #the-day-contents .timeline {
        margin: 40px auto 0; } }
    @media (min-width: 1200px) {
      #the-day-contents .timeline {
        margin: 80px auto 0; } }
    #the-day-contents .timeline .timeline-in {
      border: 2px solid #1fd8b5;
      border-radius: 10px;
      padding: 20px;
      display: grid;
      grid-template-columns: 1fr; }
      @media (min-width: 768px) {
        #the-day-contents .timeline .timeline-in {
          padding: 30px;
          border-radius: 20px;
          gap: 40px; } }
      @media (min-width: 1024px) {
        #the-day-contents .timeline .timeline-in {
          grid-template-columns: repeat(2, 1fr); } }
      @media (min-width: 1200px) {
        #the-day-contents .timeline .timeline-in {
          padding: 60px;
          gap: 60px; } }
      #the-day-contents .timeline .timeline-in ul {
        margin-bottom: 15px; }
        #the-day-contents .timeline .timeline-in ul:last-child {
          margin-bottom: 0; }
        #the-day-contents .timeline .timeline-in ul li {
          margin-bottom: 15px; }
          @media (min-width: 768px) {
            #the-day-contents .timeline .timeline-in ul li {
              margin-bottom: 30px; } }
          #the-day-contents .timeline .timeline-in ul li:last-child {
            margin-bottom: 0; }
          #the-day-contents .timeline .timeline-in ul li a.item {
            display: grid;
            grid-template-columns: 56px 1fr 30px; }
            @media (min-width: 768px) {
              #the-day-contents .timeline .timeline-in ul li a.item {
                grid-template-columns: 84px 1fr 35px; } }
            @media (min-width: 1024px) {
              #the-day-contents .timeline .timeline-in ul li a.item {
                grid-template-columns: 84px 1fr 35px; } }
            #the-day-contents .timeline .timeline-in ul li a.item h3, #the-day-contents .timeline .timeline-in ul li a.item h4 {
              font-size: 1.0em;
              line-height: 1.4em;
              font-feature-settings: "palt";
              letter-spacing: 0.04em;
              color: #15E5AD; }
              @media (min-width: 768px) {
                #the-day-contents .timeline .timeline-in ul li a.item h3, #the-day-contents .timeline .timeline-in ul li a.item h4 {
                  font-size: 1.125em; } }
              @media (min-width: 1200px) {
                #the-day-contents .timeline .timeline-in ul li a.item h3, #the-day-contents .timeline .timeline-in ul li a.item h4 {
                  font-size: 1.4em; } }
            #the-day-contents .timeline .timeline-in ul li a.item h4 {
              padding-right: 10px; }
            @media (min-width: 768px) {
              #the-day-contents .timeline .timeline-in ul li a.item .common-btn {
                margin-top: 4px; } }
  #the-day-contents .theday-contents {
    max-width: 1200px;
    margin: auto;
    width: 92%; }
    @media (min-width: 1024px) {
      #the-day-contents .theday-contents {
        width: 90%; } }
    #the-day-contents .theday-contents .common-time-card .txt-area .title.one {
      display: flex;
      align-items: center; }
    #the-day-contents .theday-contents .common-time-card .txt-area .title .time {
      display: flex;
      align-items: center;
      margin-right: 10px; }
      @media (min-width: 768px) {
        #the-day-contents .theday-contents .common-time-card .txt-area .title .time {
          margin-right: 20px; } }
      #the-day-contents .theday-contents .common-time-card .txt-area .title .time img {
        width: 30px;
        margin-right: 5px; }
        @media (min-width: 1024px) {
          #the-day-contents .theday-contents .common-time-card .txt-area .title .time img {
            width: 40px;
            margin-right: 10px; } }
      #the-day-contents .theday-contents .common-time-card .txt-area .title .time h6 {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 1.5em;
        line-height: 1.0em;
        color: #15E5AD;
        margin: 3.5px 0 0 0; }
        @media (min-width: 1024px) {
          #the-day-contents .theday-contents .common-time-card .txt-area .title .time h6 {
            font-size: 2.0em; } }
    #the-day-contents .theday-contents .common-time-card .txt-area .title h3 {
      font-size: 1.125em;
      font-weight: bold;
      line-height: 1.4em;
      color: #15E5AD; }
      @media (min-width: 768px) {
        #the-day-contents .theday-contents .common-time-card .txt-area .title h3 {
          font-size: 1.35em; } }
      @media (min-width: 1200px) {
        #the-day-contents .theday-contents .common-time-card .txt-area .title h3 {
          font-size: 1.75em; } }
    #the-day-contents .theday-contents .chara {
      display: flex; }
      #the-day-contents .theday-contents .chara.color1 ul li p {
        background-color: #D94063;
        color: #fff; }
      #the-day-contents .theday-contents .chara.color2 ul li p {
        background-color: #fff;
        color: #000; }
      #the-day-contents .theday-contents .chara.color3 ul li p {
        background-color: #4ACEFF;
        color: #000; }
      #the-day-contents .theday-contents .chara.color4 ul li p {
        background-color: #15E5AD;
        color: #000; }
      #the-day-contents .theday-contents .chara ul li {
        position: relative; }
        #the-day-contents .theday-contents .chara ul li p {
          font-size: 0.85em;
          font-weight: 500;
          font-feature-settings: "palt";
          letter-spacing: 0.04em;
          line-height: 1.2em;
          display: inline-block;
          border-radius: 40px;
          padding: 4px 10px 6px; }
          @media (min-width: 1200px) {
            #the-day-contents .theday-contents .chara ul li p {
              font-size: 1.0em; } }
    #the-day-contents .theday-contents .speech {
      border-radius: 10px;
      padding: 10px; }
      @media (min-width: 768px) {
        #the-day-contents .theday-contents .speech {
          padding: 15px; } }
      #the-day-contents .theday-contents .speech.color1 {
        border: 2px solid #15E5AD;
        background-color: #fff; }
      #the-day-contents .theday-contents .speech.color2 {
        background-color: #15E5AD; }
      #the-day-contents .theday-contents .speech.color3 {
        border: 2px solid #fff; }
      #the-day-contents .theday-contents .speech p {
        font-size: 0.85em;
        font-weight: 500;
        text-align: justify;
        line-height: 1.6em; }
        @media (min-width: 1200px) {
          #the-day-contents .theday-contents .speech p {
            font-size: 1.0em; } }
    #the-day-contents .theday-contents .base-btn {
      display: inline-block; }

/*
---------------------------------------------------------------------------------------------------------------------
ほかの先輩も見てみよう
---------------------------------------------------------------------------------------------------------------------
*/
#other {
  max-width: 1200px;
  width: 90%;
  padding-top: 60px;
  margin: 0 auto 80px; }
  @media (min-width: 768px) {
    #other {
      padding-top: 100px;
      margin: 0 auto 120px; } }
  @media (min-width: 1200px) {
    #other {
      padding-top: 120px;
      margin: 0 auto 160px; } }
  #other .character-area {
    position: relative;
    width: 250px; }
    @media (min-width: 768px) {
      #other .character-area {
        width: 300px; } }
    @media (min-width: 1200px) {
      #other .character-area {
        width: 350px;
        bottom: -20px; } }
    #other .character-area.-right {
      margin-left: auto; }
  @media (min-width: 768px) {
    #other .the-day-card {
      display: flex; } }
