/* line 7, index.scss */
body.start #loader .logo-start .logo-start01 {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); }
/* line 10, index.scss */
body.start #loader .logo-start .logo-start02 {
  rotate: 180deg;
  translate: -50% -50%; }
  /* line 13, index.scss */
  body.start #loader .logo-start .logo-start02 img {
    scale: 1; }
/* line 18, index.scss */
body.start #loader .read-start {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); }

/* line 26, index.scss */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #FFFFFF;
  z-index: 100;
  transition: opacity 0.3s ease-out; }
  /* line 35, index.scss */
  #loader.end {
    opacity: 0;
    pointer-events: none; }
  /* line 39, index.scss */
  #loader .logo-start {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%; }
    @media screen and (max-width: 800px) {
      /* line 39, index.scss */
      #loader .logo-start {
        width: 80%; } }
    /* line 47, index.scss */
    #loader .logo-start .logo-start01 {
      position: relative;
      z-index: 0;
      clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
      transition: clip-path 0.3s ease-out 0s; }
    /* line 53, index.scss */
    #loader .logo-start .logo-start02 {
      position: absolute;
      left: 50%;
      top: 50%;
      display: grid;
      place-content: center;
      width: 119px;
      height: 119px;
      translate: -125.3% -73.3%;
      z-index: 1;
      rotate: 0deg;
      transition: all 0.8s ease-out 0.6s; }
      /* line 65, index.scss */
      #loader .logo-start .logo-start02 img {
        scale: 0;
        transition: scale 0.8s ease-out 0.6s; }
  /* line 71, index.scss */
  #loader .read-start {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: clip-path 0.6s ease-out 2.6s; }
    @media screen and (max-width: 800px) {
      /* line 71, index.scss */
      #loader .read-start {
        width: 80%; } }

/* line 84, index.scss */
main {
  padding: 0; }

/* line 89, index.scss */
#topimage {
  width: 100%;
  height: 100svh;
  margin-bottom: 164px; }
  @media screen and (max-width: 800px) {
    /* line 89, index.scss */
    #topimage {
      margin-bottom: 70px; } }
  /* line 96, index.scss */
  #topimage .splide-topimage {
    z-index: 0; }
    /* line 99, index.scss */
    #topimage .splide-topimage .splide__track .splide__slide {
      width: 100%;
      height: 100%; }
      /* line 102, index.scss */
      #topimage .splide-topimage .splide__track .splide__slide img {
        width: 100%;
        height: 100svh;
        object-fit: cover;
        scale: 1.15;
        transition: scale 5.5s linear; }
      /* line 110, index.scss */
      #topimage .splide-topimage .splide__track .splide__slide.is-active img {
        scale: 1; }
    /* line 115, index.scss */
    #topimage .splide-topimage .splide__track .splide-total {
      position: absolute;
      right: 40px;
      bottom: 40px;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      align-items: center;
      justify-content: center;
      width: 104px;
      height: 104px;
      background-color: rgba(29, 29, 29, 0.5);
      border: 1px solid rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      z-index: 1; }
      @media screen and (max-width: 800px) {
        /* line 115, index.scss */
        #topimage .splide-topimage .splide__track .splide-total {
          right: 20px;
          bottom: 20px;
          width: 76px;
          height: 76px; } }
      /* line 136, index.scss */
      #topimage .splide-topimage .splide__track .splide-total .timeline {
        position: absolute;
        top: 0px;
        left: 0px;
        transform: rotate(-90deg); }
        @media screen and (max-width: 800px) {
          /* line 136, index.scss */
          #topimage .splide-topimage .splide__track .splide-total .timeline {
            width: 76px;
            height: 76px; } }
        /* line 145, index.scss */
        #topimage .splide-topimage .splide__track .splide-total .timeline .circle {
          stroke: #FFFFFF;
          stroke-width: 2px;
          fill: transparent;
          stroke-dasharray: 327px;
          stroke-dashoffset: 327px;
          animation: linear 5s infinite; }
      /* line 154, index.scss */
      #topimage .splide-topimage .splide__track .splide-total span {
        position: relative;
        display: block;
        width: 100%;
        color: #FFFFFF;
        text-align: center;
        line-height: 1; }
        /* line 161, index.scss */
        #topimage .splide-topimage .splide__track .splide-total span::before {
          content: "0"; }
        /* line 164, index.scss */
        #topimage .splide-topimage .splide__track .splide-total span#slide-current {
          font-size: 16px;
          font-weight: 700;
          padding-bottom: 26px; }
          @media screen and (max-width: 800px) {
            /* line 164, index.scss */
            #topimage .splide-topimage .splide__track .splide-total span#slide-current {
              font-size: 13px;
              padding-bottom: 15px; } }
          /* line 172, index.scss */
          #topimage .splide-topimage .splide__track .splide-total span#slide-current::after {
            position: absolute;
            left: 50%;
            bottom: 13px;
            translate: -50% 0;
            width: 51px;
            height: 1px;
            content: "";
            background-color: #FFFFFF; }
            @media screen and (max-width: 800px) {
              /* line 172, index.scss */
              #topimage .splide-topimage .splide__track .splide-total span#slide-current::after {
                width: 37px;
                bottom: 7px; } }
        /* line 187, index.scss */
        #topimage .splide-topimage .splide__track .splide-total span#slide-length {
          font-size: 15px; }
          @media screen and (max-width: 800px) {
            /* line 187, index.scss */
            #topimage .splide-topimage .splide__track .splide-total span#slide-length {
              font-size: 13px; } }
  /* line 197, index.scss */
  #topimage .read-top {
    position: absolute;
    left: 140px;
    bottom: 165px;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      /* line 197, index.scss */
      #topimage .read-top {
        width: calc(100% - 40px);
        left: 20px;
        bottom: 140px; } }
    /* line 207, index.scss */
    #topimage .read-top figure {
      position: relative; }
      /* line 209, index.scss */
      #topimage .read-top figure.read-topimage {
        margin-bottom: 30px;
        z-index: 1; }
        @media screen and (max-width: 800px) {
          /* line 209, index.scss */
          #topimage .read-top figure.read-topimage {
            width: 100%;
            margin-bottom: 20px; }
            /* line 215, index.scss */
            #topimage .read-top figure.read-topimage img {
              width: 100%; } }
      /* line 220, index.scss */
      #topimage .read-top figure.greenline-topimage {
        position: absolute;
        left: 50%;
        top: 68px;
        translate: -63% 0;
        max-width: 323px;
        z-index: 0; }
        @media screen and (max-width: 800px) {
          /* line 220, index.scss */
          #topimage .read-top figure.greenline-topimage {
            width: 41.9vw;
            max-width: inherit;
            top: 33px; }
            /* line 231, index.scss */
            #topimage .read-top figure.greenline-topimage img {
              width: 100%; } }
    /* line 237, index.scss */
    #topimage .read-top p {
      position: relative;
      color: #FFFFFF;
      font-size: 23px;
      text-align: center;
      margin: 0;
      z-index: 1; }
      @media screen and (max-width: 800px) {
        /* line 237, index.scss */
        #topimage .read-top p {
          font-size: 13px; } }
  /* line 249, index.scss */
  #topimage .btn_scroll {
    display: block;
    position: absolute;
    left: 40px;
    bottom: 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.4;
    writing-mode: vertical-rl;
    z-index: 2;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      /* line 249, index.scss */
      #topimage .btn_scroll {
        left: 20px;
        font-size: 11px; } }
    /* line 266, index.scss */
    #topimage .btn_scroll .btn_bar {
      position: relative;
      display: block;
      width: 2px;
      height: 100px;
      overflow: hidden;
      margin-right: 5px; }
      /* line 273, index.scss */
      #topimage .btn_scroll .btn_bar::before, #topimage .btn_scroll .btn_bar::after {
        position: absolute;
        top: 0;
        left: 50%;
        width: 2px;
        content: ""; }
      /* line 281, index.scss */
      #topimage .btn_scroll .btn_bar::before {
        height: 100px;
        background-color: #B1B1B1;
        transform: translateX(-50%); }
      /* line 286, index.scss */
      #topimage .btn_scroll .btn_bar::after {
        height: 23px;
        background-color: #FFFFFF;
        transform: translate(-50%, 0px);
        transform-origin: 0 0;
        animation: btn_scroll 1.5s ease infinite; }

@keyframes timline {
  0% {
    stroke-dasharray: 327px; }
  100% {
    stroke-dasharray: 648px; } }
@keyframes btn_scroll {
  0% {
    height: 21px;
    transform: translate(-50%, 0px); }
  100% {
    transform: translate(-50%, 100px); } }
/* line 316, index.scss */
.hometop {
  margin-bottom: 120px; }
  @media screen and (max-width: 800px) {
    /* line 316, index.scss */
    .hometop {
      margin-bottom: 90px; } }
  /* line 321, index.scss */
  .hometop .hometop-content {
    justify-content: space-between;
    margin-bottom: 72px; }
    @media screen and (max-width: 800px) {
      /* line 321, index.scss */
      .hometop .hometop-content {
        flex-wrap: wrap;
        margin-bottom: 30px; } }
    /* line 328, index.scss */
    .hometop .hometop-content .l-hometop {
      position: relative;
      width: 40%;
      z-index: 0; }
      @media screen and (max-width: 800px) {
        /* line 328, index.scss */
        .hometop .hometop-content .l-hometop {
          width: 100%;
          margin-bottom: 24px; } }
      /* line 336, index.scss */
      .hometop .hometop-content .l-hometop .read-hometop {
        position: relative;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.56;
        letter-spacing: 0.01em;
        margin-bottom: 0;
        z-index: 1; }
        @media screen and (max-width: 800px) {
          /* line 336, index.scss */
          .hometop .hometop-content .l-hometop .read-hometop {
            font-size: 24px; } }
      /* line 348, index.scss */
      .hometop .hometop-content .l-hometop .greenline-hometop {
        position: absolute;
        left: -125px;
        bottom: -80px;
        max-width: 627px;
        z-index: 0; }
        @media screen and (max-width: 800px) {
          /* line 348, index.scss */
          .hometop .hometop-content .l-hometop .greenline-hometop {
            position: relative;
            left: auto;
            bottom: auto;
            width: 74.9%;
            max-width: inherit;
            margin: -32px 0 0 auto; }
            /* line 361, index.scss */
            .hometop .hometop-content .l-hometop .greenline-hometop img {
              width: 100%; } }
    /* line 367, index.scss */
    .hometop .hometop-content .r-hometop {
      position: relative;
      width: 51%;
      z-index: 1; }
      @media screen and (max-width: 800px) {
        /* line 367, index.scss */
        .hometop .hometop-content .r-hometop {
          width: 100%; } }
      /* line 374, index.scss */
      .hometop .hometop-content .r-hometop p {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 0; }
  /* line 381, index.scss */
  .hometop .hometop-img {
    width: 100%;
    margin-bottom: 90px; }
    @media screen and (max-width: 800px) {
      /* line 381, index.scss */
      .hometop .hometop-img {
        margin-bottom: 60px; } }
    /* line 387, index.scss */
    .hometop .hometop-img img {
      width: 100%; }

/* line 396, index.scss */
.home-content h2 {
  margin-bottom: 34px; }
  @media screen and (max-width: 800px) {
    /* line 396, index.scss */
    .home-content h2 {
      margin-bottom: 20px; } }
  /* line 401, index.scss */
  .home-content h2 .en {
    display: block;
    font-size: 67px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      /* line 401, index.scss */
      .home-content h2 .en {
        font-size: 38px;
        margin-bottom: 10px; } }
  /* line 412, index.scss */
  .home-content h2 .jp {
    position: relative;
    display: block;
    font-size: 20px;
    padding-bottom: 20px; }
    @media screen and (max-width: 800px) {
      /* line 412, index.scss */
      .home-content h2 .jp {
        font-size: 16px;
        padding-bottom: 15px; } }
    /* line 421, index.scss */
    .home-content h2 .jp::after {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 20px;
      height: 6px;
      content: "";
      background-color: #06CB43; }
  /* line 431, index.scss */
  .home-content h2.t_center {
    text-align: center; }
    /* line 434, index.scss */
    .home-content h2.t_center .jp::after {
      left: 50%;
      translate: -50% 0; }

/* line 444, index.scss */
.homepickup-news {
  align-items: stretch; }
  @media screen and (max-width: 800px) {
    /* line 444, index.scss */
    .homepickup-news {
      flex-wrap: wrap; } }
  /* line 449, index.scss */
  .homepickup-news h2 {
    display: grid;
    place-content: center;
    width: 206px;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #06CB43;
    border-radius: 30px 0 0 30px;
    margin: 0; }
    @media screen and (max-width: 800px) {
      /* line 449, index.scss */
      .homepickup-news h2 {
        display: flex;
        align-items: center;
        place-content: flex-start;
        width: 100%;
        min-height: 66px;
        border-radius: 15px 15px 0 0;
        padding: 0 20px; } }
  /* line 468, index.scss */
  .homepickup-news ul {
    width: calc(100% - 206px);
    background-color: #FFFFFF;
    border-radius: 0 30px 30px 0;
    padding: 35px 40px;
    margin: 0; }
    @media screen and (max-width: 800px) {
      /* line 468, index.scss */
      .homepickup-news ul {
        width: 100%;
        border-radius: 0 0 15px 15px;
        padding: 20px; } }
    /* line 479, index.scss */
    .homepickup-news ul li {
      padding: 0;
      margin: 0; }
      /* line 482, index.scss */
      .homepickup-news ul li a {
        text-decoration: none; }
        @media screen and (min-width: 800px) {
          /* line 486, index.scss */
          .homepickup-news ul li a:hover .entrytitle {
            text-decoration: underline; } }
        /* line 491, index.scss */
        .homepickup-news ul li a .entrydate {
          display: block;
          margin-bottom: 10px; }
        /* line 495, index.scss */
        .homepickup-news ul li a .entrytitle {
          display: block; }

/* line 506, index.scss */
.read-home {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px; }
  @media screen and (max-width: 800px) {
    /* line 506, index.scss */
    .read-home {
      font-size: 22px;
      line-height: 1.5; } }

/* line 516, index.scss */
.homeworks {
  margin-bottom: 120px; }
  @media screen and (max-width: 800px) {
    /* line 516, index.scss */
    .homeworks {
      margin-bottom: 110px; } }
  /* line 521, index.scss */
  .homeworks .read-home {
    text-align: center;
    margin-bottom: 40px; }

/* line 526, index.scss */
.homeworks-content {
  align-items: flex-start;
  margin-bottom: 60px; }
  /* line 529, index.scss */
  .homeworks-content .homeworks-img {
    position: relative;
    left: 45px;
    width: 47.1vw;
    margin-left: calc(50% - 50vw);
    z-index: 1; }
    @media screen and (max-width: 800px) {
      /* line 529, index.scss */
      .homeworks-content .homeworks-img {
        display: none; } }
    /* line 538, index.scss */
    .homeworks-content .homeworks-img figure {
      width: 100%; }
      /* line 540, index.scss */
      .homeworks-content .homeworks-img figure.hwi02, .homeworks-content .homeworks-img figure.hwi03, .homeworks-content .homeworks-img figure.hwi04, .homeworks-content .homeworks-img figure.hwi05 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.3s ease-out; }
      /* line 550, index.scss */
      .homeworks-content .homeworks-img figure.active {
        opacity: 1;
        z-index: 1; }
      /* line 554, index.scss */
      .homeworks-content .homeworks-img figure img {
        width: 100%;
        border-radius: 30px; }
  /* line 560, index.scss */
  .homeworks-content ol {
    position: relative;
    width: 58%;
    background-color: #FFFFFF;
    border-radius: 30px 0 0 30px;
    margin: 60px 0 0;
    padding: 35px 0 35px 180px;
    z-index: 0; }
    @media screen and (max-width: 800px) {
      /* line 560, index.scss */
      .homeworks-content ol {
        width: calc(100% - 15px);
        background: none;
        border-radius: 15px;
        padding: 0;
        margin: 0 0 0 auto; } }
    /* line 575, index.scss */
    .homeworks-content ol::after {
      position: absolute;
      left: 100%;
      top: 0;
      width: 100vw;
      height: 100%;
      content: "";
      background-color: #FFFFFF;
      pointer-events: none; }
      @media screen and (max-width: 800px) {
        /* line 575, index.scss */
        .homeworks-content ol::after {
          display: none; } }
    /* line 588, index.scss */
    .homeworks-content ol li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      counter-increment: mycounter; }
      /* line 593, index.scss */
      .homeworks-content ol li a {
        position: relative;
        display: block;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        border-bottom: 1px solid #DDDDDD;
        padding: 25px 75px 25px 80px;
        transition: color 0.3s ease-out; }
        @media screen and (min-width: 800px) {
          /* line 603, index.scss */
          .homeworks-content ol li a:hover {
            color: #FFFFFF; }
            /* line 605, index.scss */
            .homeworks-content ol li a:hover::before {
              color: #FFFFFF; }
            /* line 608, index.scss */
            .homeworks-content ol li a:hover::after {
              opacity: 1; }
            /* line 612, index.scss */
            .homeworks-content ol li a:hover .btn_arrow::before {
              translate: 350% -50%; }
            /* line 615, index.scss */
            .homeworks-content ol li a:hover .btn_arrow::after {
              translate: -50% -50%; } }
        @media screen and (max-width: 800px) {
          /* line 593, index.scss */
          .homeworks-content ol li a {
            font-size: 16px;
            background-color: #FFFFFF;
            border-bottom: none;
            border-radius: 15px;
            margin-bottom: 30px;
            padding: 15px 0 40px 145px; } }
        /* line 629, index.scss */
        .homeworks-content ol li a::before {
          position: absolute;
          left: 30px;
          top: 50%;
          translate: 0 -45%;
          color: #aaaaaa;
          font-family: "Poppins", sans-serif;
          font-size: 16px;
          content: counter(mycounter,decimal-leading-zero); }
          @media screen and (max-width: 800px) {
            /* line 629, index.scss */
            .homeworks-content ol li a::before {
              position: relative;
              left: auto;
              top: auto;
              translate: 0 0;
              display: block;
              font-size: 14px; } }
        /* line 647, index.scss */
        .homeworks-content ol li a::after {
          position: absolute;
          left: 0;
          top: 50%;
          translate: 0 -50%;
          width: 100%;
          height: 60px;
          background-color: #06CB43;
          border-radius: 9999px;
          content: "";
          opacity: 0;
          transition: opacity 0.3s ease-out;
          z-index: -1; }
          @media screen and (max-width: 800px) {
            /* line 647, index.scss */
            .homeworks-content ol li a::after {
              left: -16px;
              top: -16px;
              translate: 0 0;
              width: 140px;
              height: 106px;
              opacity: 1;
              z-index: 1;
              background: none;
              background-position: left top;
              background-size: cover;
              background-repeat: no-repeat;
              border-radius: 15px; } }
      @media screen and (max-width: 800px) {
        /* line 678, index.scss */
        .homeworks-content ol li:nth-child(1) a::after {
          background-image: url("../img/homeworks_img01.jpg"); } }
      @media screen and (max-width: 800px) {
        /* line 687, index.scss */
        .homeworks-content ol li:nth-child(2) a::after {
          background-image: url("../img/homeworks_img02.jpg"); } }
      @media screen and (max-width: 800px) {
        /* line 696, index.scss */
        .homeworks-content ol li:nth-child(3) a::after {
          background-image: url("../img/homeworks_img03.jpg"); } }
      @media screen and (max-width: 800px) {
        /* line 705, index.scss */
        .homeworks-content ol li:nth-child(4) a::after {
          background-image: url("../img/homeworks_img04.jpg"); } }
      @media screen and (max-width: 800px) {
        /* line 714, index.scss */
        .homeworks-content ol li:nth-child(5) a::after {
          background-image: url("../img/homeworks_img05.jpg"); } }
      /* line 722, index.scss */
      .homeworks-content ol li:last-child a {
        border-bottom: none; }
      @media screen and (max-width: 800px) {
        /* line 726, index.scss */
        .homeworks-content ol li .btn_arrow {
          top: auto;
          bottom: 10px;
          translate: 0 0; } }

/* line 739, index.scss */
.splide-works {
  margin-bottom: 60px; }
  @media screen and (max-width: 800px) {
    /* line 739, index.scss */
    .splide-works {
      margin-bottom: 35px; } }
  /* line 745, index.scss */
  .splide-works .splide__track .splide__list {
    margin: 0;
    padding: 0; }
    /* line 748, index.scss */
    .splide-works .splide__track .splide__list .splide__slide {
      min-width: 310px;
      opacity: 0.3;
      transition: opacity 0.3s linear; }
      @media screen and (max-width: 800px) {
        /* line 748, index.scss */
        .splide-works .splide__track .splide__list .splide__slide {
          width: 62.1% !important;
          min-width: 233px; } }
      /* line 756, index.scss */
      .splide-works .splide__track .splide__list .splide__slide.is-visible {
        opacity: 1; }
  /* line 762, index.scss */
  .splide-works .splide__pagination {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: 600px;
    flex-wrap: nowrap;
    padding: 0;
    margin: 30px auto 0; }
    @media screen and (max-width: 800px) {
      /* line 762, index.scss */
      .splide-works .splide__pagination {
        width: calc(100% - 40px);
        margin-top: 20px; } }
    /* line 775, index.scss */
    .splide-works .splide__pagination li {
      width: 100%; }
      /* line 777, index.scss */
      .splide-works .splide__pagination li .splide__pagination__page {
        width: 100%;
        height: 3px;
        background-color: #DDDDDD;
        border-radius: 0;
        opacity: 1;
        margin: 0; }
        /* line 784, index.scss */
        .splide-works .splide__pagination li .splide__pagination__page.is-active {
          transform: none;
          background-color: #06CB43; }

/* line 795, index.scss */
.homestrength {
  margin-bottom: 100px; }
  @media screen and (max-width: 800px) {
    /* line 795, index.scss */
    .homestrength {
      margin-bottom: 80px; } }
  /* line 800, index.scss */
  .homestrength .homestrength-content {
    align-items: center; }
    @media screen and (max-width: 800px) {
      /* line 800, index.scss */
      .homestrength .homestrength-content {
        display: block; } }
    /* line 805, index.scss */
    .homestrength .homestrength-content .l-strength {
      width: 46%; }
      @media screen and (max-width: 800px) {
        /* line 805, index.scss */
        .homestrength .homestrength-content .l-strength {
          width: 100%;
          margin-bottom: 40px; } }
      /* line 811, index.scss */
      .homestrength .homestrength-content .l-strength .cap-strength {
        font-size: 18px;
        margin-bottom: 60px; }
        @media screen and (max-width: 800px) {
          /* line 811, index.scss */
          .homestrength .homestrength-content .l-strength .cap-strength {
            font-size: 15px;
            margin-bottom: 40px; } }
    /* line 820, index.scss */
    .homestrength .homestrength-content .r-strength {
      width: 52.6vw;
      margin-right: calc(50% - 50vw); }
      @media screen and (max-width: 800px) {
        /* line 820, index.scss */
        .homestrength .homestrength-content .r-strength {
          width: calc(100% + 20px);
          margin: 0 -20px 0 0; } }
      /* line 827, index.scss */
      .homestrength .homestrength-content .r-strength .homestrength-img {
        width: 100%; }
        /* line 829, index.scss */
        .homestrength .homestrength-content .r-strength .homestrength-img img {
          width: 100%;
          border-radius: 30px 0 0 30px; }
          @media screen and (max-width: 800px) {
            /* line 829, index.scss */
            .homestrength .homestrength-content .r-strength .homestrength-img img {
              border-radius: 15px 0 0 15px; } }

/* line 843, index.scss */
.homenews {
  background-color: #06CB43;
  z-index: 1; }
  /* line 846, index.scss */
  .homenews .homenews-content {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 30px 0 0 30px;
    padding: 75px 0;
    align-items: flex-start;
    translate: 0 90px; }
    @media screen and (max-width: 800px) {
      /* line 846, index.scss */
      .homenews .homenews-content {
        flex-wrap: wrap;
        gap: 20px 0;
        border-radius: 15px 0 0 15px;
        padding: 75px 0 60px 15px; } }
    /* line 859, index.scss */
    .homenews .homenews-content::after {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100vw;
      height: 100%;
      content: "";
      background-color: #FFFFFF; }
    /* line 868, index.scss */
    .homenews .homenews-content .l-news {
      width: 260px;
      padding-left: 80px; }
      @media screen and (max-width: 800px) {
        /* line 868, index.scss */
        .homenews .homenews-content .l-news {
          width: 100%;
          padding-left: 0; } }
      @media screen and (max-width: 800px) {
        /* line 875, index.scss */
        .homenews .homenews-content .l-news h2 {
          margin-bottom: 0; } }
      /* line 879, index.scss */
      .homenews .homenews-content .l-news h2 .en {
        font-size: 42px; }
        @media screen and (max-width: 800px) {
          /* line 879, index.scss */
          .homenews .homenews-content .l-news h2 .en {
            font-size: 38px; } }
      /* line 886, index.scss */
      .homenews .homenews-content .l-news p {
        margin: 0; }
        @media screen and (max-width: 800px) {
          /* line 886, index.scss */
          .homenews .homenews-content .l-news p {
            display: none; } }
    /* line 893, index.scss */
    .homenews .homenews-content .r-news {
      width: calc(100% - 260px); }
      @media screen and (max-width: 800px) {
        /* line 893, index.scss */
        .homenews .homenews-content .r-news {
          width: 100%; } }
    /* line 899, index.scss */
    .homenews .homenews-content .btn_ichiran_sp {
      display: none; }
      @media screen and (max-width: 800px) {
        /* line 899, index.scss */
        .homenews .homenews-content .btn_ichiran_sp {
          display: block;
          margin: 20px auto 0;
          text-align: center; } }

/* line 913, index.scss */
.homepickup {
  padding: 180px 0 160px;
  z-index: 0; }
  @media screen and (max-width: 800px) {
    /* line 913, index.scss */
    .homepickup {
      padding: 150px 0 90px; } }
  /* line 919, index.scss */
  .homepickup .homepickup-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 3%;
    justify-content: space-between; }
    @media screen and (max-width: 800px) {
      /* line 919, index.scss */
      .homepickup .homepickup-content {
        flex-wrap: wrap;
        gap: 20px 0; } }
    /* line 928, index.scss */
    .homepickup .homepickup-content a {
      position: relative;
      width: 48.5%;
      height: 460px;
      text-decoration: none;
      overflow: hidden;
      padding: 100px 0 0 75px;
      border-radius: 30px;
      overflow: hidden; }
      @media screen and (min-width: 800px) {
        /* line 939, index.scss */
        .homepickup .homepickup-content a:hover::before {
          scale: 1.1; } }
      @media screen and (max-width: 800px) {
        /* line 928, index.scss */
        .homepickup .homepickup-content a {
          width: 100%;
          height: 64.3vw;
          min-height: 241px;
          padding: 50px 20px 0;
          border-radius: 15px; } }
      /* line 951, index.scss */
      .homepickup .homepickup-content a::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        transition: scale 0.3s ease-out;
        z-index: 0; }
      /* line 964, index.scss */
      .homepickup .homepickup-content a h2 {
        margin: 0;
        z-index: 1; }
      /* line 969, index.scss */
      .homepickup .homepickup-content a.homebusiness::before {
        background-image: url("../img/bg_homebusiness.jpg"); }
      /* line 974, index.scss */
      .homepickup .homepickup-content a.homecompany::before {
        background-image: url("../img/bg_homecompany.jpg"); }
      /* line 978, index.scss */
      .homepickup .homepickup-content a.homerecruit {
        width: 100%;
        background-color: #EFF9FC; }
        @media screen and (max-width: 800px) {
          /* line 978, index.scss */
          .homepickup .homepickup-content a.homerecruit {
            height: 183vw;
            min-height: 687px; } }
        /* line 985, index.scss */
        .homepickup .homepickup-content a.homerecruit::before {
          background-image: url("../img/bg_homerecruit.png");
          z-index: 0; }
          @media screen and (max-width: 800px) {
            /* line 985, index.scss */
            .homepickup .homepickup-content a.homerecruit::before {
              background-image: url("../img/bg_homerecruit_sp.png"); } }
        /* line 992, index.scss */
        .homepickup .homepickup-content a.homerecruit p {
          position: relative;
          margin-top: 30px;
          z-index: 1; }
          /* line 996, index.scss */
          .homepickup .homepickup-content a.homerecruit p.read-homerecruit {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 0; }
            @media screen and (max-width: 800px) {
              /* line 996, index.scss */
              .homepickup .homepickup-content a.homerecruit p.read-homerecruit {
                font-size: 22px;
                line-height: 1.5;
                margin-top: 20px; } }

/* line 1012, index.scss */
.homepickup-moive {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1; }
  /* line 1020, index.scss */
  .homepickup-moive::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(2, 30, 47, 0.5);
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: multiply; }
  /* line 1032, index.scss */
  .homepickup-moive video {
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

/*# sourceMappingURL=index.css.map */
