@charset "UTF-8";
#indexMain > section {
  padding-top: 100px; }
  @media screen and (max-width: 600px) {
    #indexMain > section {
      padding-top: 60px; } }

#indexMain > :last-child {
  padding-bottom: 240px; }
  @media screen and (max-width: 600px) {
    #indexMain > :last-child {
      padding-bottom: 144px; } }

#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 1024px) {
    #hero {
      height: calc(100vh - 58px); } }
  #hero .heroImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #hero #intro {
    position: relative;
    width: 570px;
    padding-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #hero #intro {
        width: 90%; } }
    #hero #intro h2 {
      color: #fff;
      text-align: center;
      font-size: 36px;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      padding: 4px 0 6px 0;
      font-weight: 400;
      letter-spacing: 5px;
      text-indent: 5px; }
      @media screen and (max-width: 600px) {
        #hero #intro h2 {
          font-size: 24px;
          letter-spacing: 2px; } }
    #hero #intro div {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #hero #intro div dl {
        text-align: center;
        width: calc(50% - 5px); }
      #hero #intro div dd,
      #hero #intro div dt {
        color: #fff; }
      #hero #intro div dd {
        font-size: 62px;
        font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W3", sans-serif;
        font-weight: bold;
        line-height: 1;
        margin-top: 10px; }
        @media screen and (max-width: 600px) {
          #hero #intro div dd {
            font-size: 28px; } }
        #hero #intro div dd span {
          font-size: 30%; }
          @media screen and (max-width: 600px) {
            #hero #intro div dd span {
              font-size: 15px; } }
        #hero #intro div dd .from {
          position: relative;
          top: -15px; }
          @media screen and (max-width: 600px) {
            #hero #intro div dd .from {
              top: -5px; } }
      #hero #intro div dt {
        background: url(../img/pt01_min.png);
        background-size: 8px;
        font-size: 30px;
        letter-spacing: 5px; }
        @media screen and (max-width: 600px) {
          #hero #intro div dt {
            font-size: 16px; } }
    #hero #intro ul {
      margin-top: 35px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        #hero #intro ul {
          display: none; } }
      #hero #intro ul li {
        width: calc(50% - 5px); }
      #hero #intro ul a {
        border-radius: 100px;
        display: block;
        text-align: center;
        border: 2px solid #fff;
        padding: 10px 0;
        font-size: 18px;
        letter-spacing: 3px;
        color: #fff; }
        #hero #intro ul a:hover {
          background: #007fc1;
          border-color: #007fc1; }
  #hero .scrollDown {
    position: absolute;
    bottom: 110px;
    left: -70px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    padding-right: 70px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
    #hero .scrollDown:hover {
      opacity: .7; }
    #hero .scrollDown::before {
      content: "";
      width: 60px;
      height: 2px;
      background: #fff;
      position: absolute;
      top: calc(50% - 1px);
      right: 0; }

#dym {
  position: relative;
  background-color: #f5fafc; }
  #dym .inner {
    max-width: 1150px;
    width: 90%; }
  #dym .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #dym .secTtl {
    text-align: left; }
  #dym .achievement__image {
    position: relative;
    width: 400px; }
    @media screen and (max-width: 1024px) {
      #dym .achievement__image {
        display: none; } }
    #dym .achievement__image img {
      position: absolute;
      bottom: 0; }
  #dym .achievement__list {
    margin-bottom: 54px;
    padding: 2; }
    #dym .achievement__list li {
      position: relative;
      font-size: 1.5rem;
      margin-bottom: 24px;
      padding-left: 48px;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        #dym .achievement__list li {
          font-size: 1.2rem;
          padding-left: 36px; } }
      #dym .achievement__list li:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -15px;
        background-image: url(../img/icon_check.png);
        background-size: cover;
        width: 36px;
        height: 36px; }
        @media screen and (max-width: 768px) {
          #dym .achievement__list li:before {
            margin-top: -10px;
            width: 24px;
            height: 24px; } }
      #dym .achievement__list li span {
        font-weight: 500;
        color: #007fc1;
        background: -webkit-linear-gradient(transparent 60%, #fff6b8 60%);
        background: linear-gradient(transparent 60%, #fff6b8 60%); }
  #dym .btn_gradient {
    display: block;
    position: relative;
    background: -webkit-linear-gradient(right, #0ba9ff, #42ecba);
    background: linear-gradient(to left, #0ba9ff, #42ecba);
    background-position: left;
    text-align: center;
    padding: 16px;
    border-radius: 100px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    -webkit-transition: 0.5;
    transition: 0.5;
    margin: 0 auto 100px;
    width: 400px; }
    @media screen and (max-width: 768px) {
      #dym .btn_gradient {
        width: 280px;
        font-size: 1rem; } }
    #dym .btn_gradient:after {
      content: '';
      position: absolute;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f054';
      font-size: 18px;
      right: 20px;
      position: absolute;
      top: calc(50% - 14px); }
    #dym .btn_gradient:hover {
      box-shadow: 0px 0px 10px 2px #007fc1;
      opacity: 0.8; }

#pickUp .slick-arrow {
  top: auto;
  bottom: -39px;
  z-index: 10; }
  #pickUp .slick-arrow::before {
    width: auto;
    height: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(0, 127, 193, 0.8);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 18px;
    content: '\f053'; }

#pickUp .slick-prev {
  left: calc(50% - 95px); }

#pickUp .slick-next {
  bottom: -29px;
  right: calc(50% - 95px);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

#pickUp .slick-slide {
  margin: 0 7px 15px 7px; }

#pickUp .slick-dots li {
  width: 12px;
  height: 12px; }
  #pickUp .slick-dots li button:hover::before {
    background-color: #80c4e6; }
  #pickUp .slick-dots li button::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #c9c9c9;
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }

#pickUp .slick-dots .slick-active button::before {
  background-color: #80c4e6; }

#pickUp #pickUpList a {
  display: block;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25); }
  #pickUp #pickUpList a:hover h3 {
    color: #fff;
    background: #007fc1; }
  #pickUp #pickUpList a:hover .more {
    color: #007fc1; }
    #pickUp #pickUpList a:hover .more::before {
      color: #007fc1; }

#pickUp #pickUpList h3 {
  background: #eee;
  text-align: center;
  font-weight: 400;
  padding: 35px 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 18px;
  letter-spacing: 2px; }

#pickUp #pickUpList .tx {
  padding: 10px 15px;
  background: #fcfeff; }

#pickUp #pickUpList li {
  font-size: 18px;
  font-weight: 500; }
  #pickUp #pickUpList li + li {
    margin-top: 5px; }

#pickUp #pickUpList i {
  color: #007fc1;
  margin-right: 10px; }

#pickUp #pickUpList .more {
  text-align: right;
  padding-right: 20px;
  position: relative;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  #pickUp #pickUpList .more::before {
    width: auto;
    height: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    right: 0;
    position: absolute;
    font-size: 20px;
    color: #fff344;
    top: calc(50% - 16px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }

#pickUp .btn {
  margin-top: 80px; }

#aboutUs .flex {
  background: #f5fafc;
  counter-increment: aboutNum; }
  @media screen and (min-width: 601px) {
    #aboutUs .flex:nth-of-type(even) .img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    #aboutUs .flex:nth-of-type(even) section {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  @media screen and (max-width: 600px) {
    #aboutUs .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      #aboutUs .flex .img {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      #aboutUs .flex section {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }

#aboutUs .img,
#aboutUs section {
  width: 50%; }
  @media screen and (max-width: 600px) {
    #aboutUs .img,
    #aboutUs section {
      width: 100%; } }

#aboutUs section {
  padding: 40px;
  box-sizing: border-box; }

#aboutUs .num::before {
  content: counter(aboutNum, decimal-leading-zero);
  font-family: "Fjalla One", sans-serif;
  font-size: 74px;
  color: #007fc1;
  display: block;
  line-height: 1;
  letter-spacing: 6px; }
  @media screen and (max-width: 1024px) {
    #aboutUs .num::before {
      font-size: 54px; } }

#aboutUs .num span {
  padding: 0 5px;
  color: #007fc1;
  letter-spacing: 2px;
  background: -webkit-linear-gradient(transparent calc(100% - 50%), rgba(0, 127, 193, 0.25) 50%);
  background: linear-gradient(transparent calc(100% - 50%), rgba(0, 127, 193, 0.25) 50%); }

#aboutUs h3 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 15px; }
  @media screen and (max-width: 1024px) {
    #aboutUs h3 {
      font-size: 20px; } }

#aboutUs .tx {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.5;
  width: 30vw; }
  @media screen and (max-width: 1024px) {
    #aboutUs .tx {
      width: 100%; } }

#flow {
  padding: 100px 0;
  margin-top: 100px;
  background: #007fc1; }
  @media screen and (max-width: 600px) {
    #flow {
      padding: 60px 0;
      margin-top: 60px; } }
  #flow .secTtl {
    color: #fff; }
  #flow ul {
    margin: 0 -2px; }
    @media screen and (max-width: 768px) {
      #flow ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0; } }
  #flow li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 2px;
    counter-increment: flowNum;
    position: relative; }
    @media screen and (max-width: 768px) {
      #flow li {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin: 0;
        padding: 2px;
        box-sizing: border-box; } }
    @media screen and (max-width: 400px) {
      #flow li {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    #flow li::before {
      content: counter(flowNum);
      width: 100%;
      line-height: 1;
      font-size: 30px;
      color: #007fc1;
      display: block;
      text-align: center;
      top: 30px;
      position: absolute; }
  #flow section {
    background: #fff;
    padding: 80px 20px 30px;
    box-sizing: border-box;
    text-align: center;
    height: 100%; }
    #flow section > *:not(:first-child) {
      margin-top: 20px; }
    #flow section img {
      width: auto; }
    #flow section h3 {
      font-size: 18px;
      color: #007fc1;
      font-weight: 400;
      line-height: 1.4; }
    #flow section p {
      font-size: 14px;
      line-height: 1.4;
      text-align: left;
      font-weight: 500; }

#infomation ul {
  border-top: 3px solid #eee; }
  #infomation ul a {
    border-bottom: 3px solid #eee;
    padding: 30px 10px 33px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      #infomation ul a {
        display: block;
        padding: 20px 0; } }
    #infomation ul a:hover {
      border-bottom-color: #007fc1; }

#infomation time {
  font-weight: 500;
  font-size: 14px;
  width: 115px; }
  @media screen and (max-width: 768px) {
    #infomation time {
      width: 100%;
      display: block;
      text-align: right; } }

#infomation .cat {
  width: 170px;
  margin-right: 40px;
  background: #007fc1;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px; }
  @media screen and (max-width: 768px) {
    #infomation .cat {
      text-align: left; } }

#infomation h3 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    #infomation h3 {
      margin-top: 10px; } }

#infomation .btn {
  text-align: right; }
  @media screen and (max-width: 768px) {
    #infomation .btn {
      text-align: center; } }
  #infomation .btn a {
    padding: 12px 60px; }
    @media screen and (max-width: 768px) {
      #infomation .btn a {
        padding: 6px 30px; } }
