@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One");
/* Global Styles */
body {
  font-family: 'Lato', "Noto Sans JP", sans-serif;
}
a {
  transition: all 0.3s ease;
}
img {
  max-width: 100%;
  height: auto;
}
.cc-message {
  font-size: 12px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
main section {
  padding: 90px 0 60px
}
@media only screen and (max-width: 767px) {
  main section.topics-section {
    padding: 60px 0 60px
  }
  main section.philosophy-section, main section.award-section, main section.recruit-section {
    padding: 60px 0 40px
  }
}
.home section h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.secWrap h2 {
  font-size: 4.88888vw;
  font-weight: 700;
  /*margin-bottom: 1em;*/
}
@media only screen and (max-width: 767px) {
  .philosophy main section {
    padding: 60px 0 60px
  }
  .recruit main section {
    padding: 30px 0 60px
  }
  .award main section {
    padding: 60px 0
  }
  .secWrap h2 {
    font-size: 5.98888vw;
  }
}
/* Header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  border-bottom: 1px solid #eee;
}
.header-text a img {
  width: 150px
}
@media only screen and (max-width: 767px) {
  header {
    padding: 15px 20px;
  }
  .header-text a img {
    width: 120px !important
  }
}
.nav-links {
  width: 75px;
  text-align: end;
}
.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nav-toggle:hover span {
  background-color: #666;
}
.nav-toggle span {
  height: 2px;
  width: 100%;
  background-color: #333;
}
/* Title Section */
.title-section {
  text-align: center;
  padding: 10px 0;
}
.title-section img {
  width: 60%;
  margin: 0 auto
}
/* Statemant Sections */
.statement {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 90px
}
.statement h2 {
  letter-spacing: 0.5rem;
  margin-bottom: 30px
}
.en .statement h2 {
  letter-spacing: 0.1rem;
}
.statement p {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.15rem;
  margin-bottom: 1rem;
}
.en .statement p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05rem;
}
.text-block {
  /*  flex: 1;*/
  padding: 0 60px;
  font-size: 14px;
}
.image-block {
  /*  flex: 1;*/
  padding: 0 30px;
}
.image-block img {
  max-width: 380px;
  margin: 0 auto
}
@media only screen and (max-width: 767px) {
  .image-block img {
    width: 100%;
  }
}
.pc {
  display: block
}
.sp {
  display: none
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none
  }
  .sp {
    display: block
  }
}
@media only screen and (max-width: 1024px) {
  .image-block {
    width: 30%;
    padding: 0 30px 0 0
  }
  .image-block img {
    max-width: 100%;
    margin: 0 auto
  }
}
  @media only screen and (max-width: 767px) {
    .title-section img {
      width: 80%;
      margin: 0 auto
    }
    .statement {
      flex-wrap: wrap;
      justify-content: center;
      max-width: 100%;
      padding: 40px 30px 60px
    }
    .home .statement h2 {
      letter-spacing: 0.25rem;
      font-size: 5.5888888vw;
    }
    .home.en .statement h2 {
      letter-spacing: 0.05rem;
      font-size: 5.5888888vw;
    }
    .statement p {
      font-size: 13px;
      line-height: 2;
      letter-spacing: 0.07rem;
    }
    .en .statement p {
      font-size: 13px;
      line-height: 2;
      letter-spacing: 0.02rem;
    }
    .image-block {
      width: 100%;
    }
    .image-block img {
      width: 100%;
      margin: 0 auto
    }
    .text-block {
      padding: 0;
      font-size: 14px;
    }
    .image-block {
      padding: 0 30px;
    }
  }
  /* Topics Section */
  .topics-section {
    text-align: center;
    background: #f9f9f9;
  }
  .topics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 60px auto 30px;
    padding: 0 20px;
  }
  .topic-item {
    text-align: left;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .topic-item a {
    text-decoration: none;
  }
  .topic-item:hover img {
    opacity: 0.9;
  }
  .topic-item img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
  }
  .topic-item p {
    margin-top: .5em;
    font-size: 12px;
  }
  .topic-date {
    color: #333;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .topic-tag {
    display: inline-block;
    padding: 2px 5px;
    font-size: 10px;
    margin-left: 10px;
    border-radius: 4px
  }
  .topic-tag.seed {
    background-color: #46B48B;
    color: white;
  }
  .topic-tag.bsd {
    background-color: #515151;
    color: white;
  }
  @media only screen and (max-width: 767px) {
    .topics-grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
      max-width: 1200px;
      margin: 30px auto 10px;
      padding: 0 20px;
    }
    .topic-item a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
    }
    .topic-item img {
      max-width: 30vw;
      max-height: auto;
      margin-bottom: 10px;
    }
    .topic-date {
      padding-left: 20px;
    }
  }
  .more-button {
    display: inline-block;
    margin-top: 30px;
    padding: 20px 60px;
    border: 1px solid #333;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    transition: .5s
  }
  .more-button:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .section-image {
    width: 60%;
    margin: 30px auto 0
  }
  .award-section .section-image {
    width: 50%;
  }
  @media only screen and (max-width: 767px) {
    .more-button {
      margin-top: 0;
      margin-bottom: 20px;
    }
    .section-image {
      width: 90%;
      margin: 20px auto 0
    }
    .award-section .section-image {
      width: 90%;
    }
  }
  /* Philosophy Section */
  .philosophy-section {
    text-align: center;
    background:
      radial-gradient(circle at top left, rgba(255, 0, 0, 0.15), transparent 35%), radial-gradient(circle at top right, rgba(0, 255, 0, 0.15), transparent 35%), radial-gradient(circle at bottom left, rgba(0, 0, 255, 0.15), transparent 35%), radial-gradient(circle at bottom right, rgba(255, 255, 0, 0.15), transparent 35%), white;
  }
  .philosophy-subtitle {
    font-size: 14px;
    margin-bottom: 30px;
    color: #666;
  }
  /* Award Section */
  .award-section {
    text-align: center;
    background:
      radial-gradient(circle at top left, rgba(255, 0, 0, 0.15), transparent 35%), radial-gradient(circle at top right, rgba(0, 255, 0, 0.15), transparent 35%), radial-gradient(circle at bottom left, rgba(0, 0, 255, 0.15), transparent 35%), radial-gradient(circle at bottom right, rgba(255, 255, 0, 0.15), transparent 35%), white;
  }
  .award-subtitle {
    font-size: 14px;
    margin-bottom: 30px;
    color: #666;
  }
  .award-image {
    max-width: 600px;
    margin: 30px auto;
  }
  /* Recruit Section */
  .recruit-section {
    text-align: center;
    background:
      radial-gradient(circle at top left, rgba(255, 0, 0, 0.15), transparent 35%), radial-gradient(circle at top right, rgba(0, 255, 0, 0.15), transparent 35%), radial-gradient(circle at bottom left, rgba(0, 0, 255, 0.15), transparent 35%), radial-gradient(circle at bottom right, rgba(255, 255, 0, 0.15), transparent 35%), white;
  }
  .recruit-subtitle {
    font-size: 14px;
    margin-bottom: 30px;
    color: #666;
  }
  .recruit-image {
    max-width: 600px;
    margin: 30px auto;
  }
  /* Two Column Section */
  .two-column-section {
    display: flex;
    padding: 0;
  }
  .column {
    flex: 1;
    position: relative;
    padding: 90px 0 0;
    text-align: center;
  }
  .column a {
    margin-bottom: 90px
  }
  @media only screen and (max-width: 767px) {
    .column a {
      margin-bottom: 60px
    }
  }
  .column:first-child {
    background:
      radial-gradient(circle at top left, rgba(255, 0, 0, 0.15), transparent 35%), radial-gradient(circle at top right, rgba(0, 255, 0, 0.15), transparent 35%), radial-gradient(circle at bottom left, rgba(0, 0, 255, 0.15), transparent 35%), radial-gradient(circle at bottom right, rgba(255, 255, 0, 0.15), transparent 35%), white;
  }
  .column:last-child {
    background:
      radial-gradient(circle at top left, rgba(255, 0, 0, 0.15), transparent 35%), radial-gradient(circle at top right, rgba(0, 255, 0, 0.15), transparent 35%), radial-gradient(circle at bottom left, rgba(0, 0, 255, 0.15), transparent 35%), radial-gradient(circle at bottom right, rgba(255, 255, 0, 0.15), transparent 35%), white;
  }
  .column:last-child img {
    position: absolute;
    bottom: 0
  }
  .column p {
    padding: 0 30px;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 30px;
    color: inherit;
    opacity: 0.8;
  }
  @media only screen and (max-width: 767px) {
    .two-column-section {
      flex-wrap: wrap
    }
    .column {
      flex: none;
      width: 100%;
      padding: 90px 0 0;
    }
    .column:last-child img {
      position: relative;
      bottom: 0
    }
  }
  /* Footer */
  footer {
    background-color: #111;
    color: white;
    padding: 70px 20px 20px;
  }
  .footer-links {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .footer-links ul {
    list-style: none;
  }
  .footer-links li {
    margin-bottom: 20px;
  }
  .footer-links a {
    color: white;
    text-decoration: none;
    font-size: 1.7vw;
  }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 30px 20px 20px
    }
    .footer-links {
      max-width: 100%;
      padding: 0;
    }
    .footer-links a {
      font-size: 3.7vw;
    }
  }
  .footer-links a.a_blank {
    margin-top: .5em;
  }
  .footer-links a:hover {
    color: #ccc;
    text-decoration: underline;
  }
  .social-icons {
    display: flex;
    justify-content: flex-end;
    /*  margin-top: 20px;*/
  }
  .social-icon {
    /*  border: 1px solid #fff;*/
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .social-icon.social-x {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .social-icon.social-fb {
    display: block;
    width: 50px;
    height: 50px;
  }
  .social-icon:hover {
    transform: scale(1.1);
  }
  .social-icon a:hover {
    text-decoration: none;
  }
  .social-icon span {
    display: block;
    width: 95%;
    font-size: 38px;
    text-align: center;
  }
  .social-icon.social-x span {
    color: #000 !important;
  }
  .social-icon.social-x {
    color: #000 !important;
    background: #fff;
  }
  @media only screen and (max-width: 767px) {
    .social-icon {
      width: 30px;
      height: 30px;
    }
    .social-icon.social-x {
      width: 30px;
      height: 30px;
    }
    .social-icon.social-fb {
      width: 30px;
      height: 30px;
    }
    .social-icon span {
      display: block;
      width: 90%;
      font-size: 24px;
      text-align: center;
    }
  }
  .copyright {
    text-align: center;
    margin-top: 0px;
    padding: 20px;
    background: #fff;
    font-size: 14px;
    color: #999;
  }
  .footer-links-sec {
    max-width: 1200px;
    margin: 10px auto;
    padding: 0 20px;
  }
  .footer-links-sec ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
  }
  .footer-links-sec ul li a {
    color: white;
    text-decoration: none;
    font-size: 1.1vw;
    margin-left: 20px;
  }
  .back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .back-to-top:hover {
    background-color: #333;
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .secWrap {
    /*  max-width: 1366px;*/
    margin: 0 auto;
    padding: 90px 120px;
    /* height: 28vw */
    height: auto;
  }
  .home .secWrap {
    height: auto;
  }
  .philosophy .secWrap {
    padding: 100px 120px;
    /* height: 30vh */
    height: auto;
  }
  @media only screen and (max-width: 767px) {
    .secWrap {
      margin: 0 auto;
      padding: 50px 20px 60px;
      /* height: 30vh */
      height: auto;
    }
    .philosophy .secWrap {
      padding: 60px 0;
      /* height: 25vh */
      height: auto;
    }
  }
  .philosophy .first-v {
    background: url("../images/ill_philosophy.svg");
    background-position: center center;
    background-size: cover;
    /*  height: 36vh;*/
  }
  .philosophy .secWrap h2 {
    margin-bottom: 0
  }
  .philosophy .first-v, .award .first-v, .recruit .first-v {
    background:
      radial-gradient(circle at top left, rgba(255, 0, 0, 0.15), transparent 35%), radial-gradient(circle at top right, rgba(0, 255, 0, 0.15), transparent 35%), radial-gradient(circle at bottom left, rgba(0, 0, 255, 0.15), transparent 35%), radial-gradient(circle at bottom right, rgba(255, 255, 0, 0.15), transparent 35%), white;
  }
  .award .first-v img {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 50vw
  }
  .recruit .first-v img {
    position: absolute;
    top: 10%;
    right: 3%;
    width: 60vw;
  }
  @media only screen and (max-width: 767px) {
    .award .first-v, .recruit .first-v {
      text-align: center
    }
    .award .first-v h2, .recruit .first-v h2 {
      text-align: center
    }
    .award .first-v img {
      position: inherit;
      margin: 0 auto;
      width: 90%
    }
    .recruit .first-v img {
      position: inherit;
      margin: 0 auto;
      width: 90%
    }
  }
  .philosophy .designphilosophy .text-block h2 {
    font-size: 2.898888888vw;
    text-align: center;
    line-height: 2;
    margin-bottom: 0
  }
  .designaward .text-block h2 {
    font-size: 2.898888888vw;
    text-align: center;
    line-height: 2.5;
  }
  .ttl_disc {
    margin-top: 1.25em;
    font-size: 1.28888vw;
    line-height: 1.75;
    text-align: left;
  }
  .philosophy .ttl_disc {
    text-align: center;
  }
  .philosophy .designphilosophy .text-block p {
    font-size: 1.898888888vw;
    text-align: center;
    line-height: 2.5;
  }
  .en.philosophy .designphilosophy .text-block p {
    font-size: 1.6888vw;
    line-height: 2.5;
  }
  .philosophy_img img {
    max-width: 70%;
    margin: 60px auto 0;
  }
  @media only screen and (max-width: 767px) {
    .ttl_disc {
      text-align: center;
      font-size: 2.58888vw;
      /* margin-bottom: 2em */
    }
    .footer-links-sec {
      padding: 0;
    }
    .footer-links-sec ul li a {
      font-size: 2.9vw;
    }
    .philosophy .designphilosophy .text-block h2 {
      font-size: 4.98888888vw;
      /*    padding: 0 20px;*/
      letter-spacing: .2px;
    }
    .philosophy .designphilosophy .text-block p {
      margin-top: .75em;
      text-align: justify;
      line-height: 1.75;
      letter-spacing: .15px;
      font-size: 3.698888888vw;
      padding: 0 25px;
    }
    .philosophy_img img {
      max-width: 90%;
      margin: 30px auto 0;
    }
  }
  .award .text-block h2 {
    font-size: 2.898888888vw;
    text-align: center;
    line-height: 2.5;
    margin-top: 90px
  }
  .award .text-block p {
    font-size: 1.333vw;
    text-align: left;
    line-height: 2.5;
  }
  .designaward img {
    max-width: 260px;
    margin: 0 10px;
  }
  .award_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  .recruit .text-block h2 {
    font-size: 2.898888888vw;
    text-align: center;
    line-height: 2.5;
    margin-top: 60px
  }
  .recruit .text-block .s1 h2 {
    font-size: 2.898888888vw;
    text-align: center;
    line-height: 2;
    margin-top: 20px
  }
  @media only screen and (max-width: 767px) {
    .award_item {
      flex-wrap: wrap;
      justify-content: center;
    }
    .award .text-block h2 {
      font-size: 24px;
      margin-bottom: 0
    }
    .award .text-block p {
      font-size: 14px;
      padding: 0 20px;
      line-height: 2;
      text-align: justify;
    }
    .recruit .text-block h2 {
      font-size: 24px;
      margin-top: 30px
    }
  }
  /***********************
       AWARD
****************************/
  .timeline {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 1000px;
    position: relative;
  }
  .timeline__content-title {
    font-weight: normal;
    font-size: 66px;
    margin: -10px 0 0 0;
    transition: 0.4s;
    padding: 0 10px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    font-family: "Pathway Gothic One", sans-serif;
    color: #fff;
  }
  .timeline__content-title span {
    position: absolute;
    font-weight: normal;
    font-size: 18px;
    right:10px;
    margin: 15px 0 0 0;
    transition: 0.4s;
    padding: 0 10px;
    text-shadow: none;
    box-sizing: border-box;
    font-family: "Pathway Gothic One", sans-serif;
    color: #ecdf70;
  }
  .timeline__content-desc {
    margin: 20px 0 0;
    font-size: 16px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.7);
    /*  font-family: Cardo;*/
    font-weight: normal;
    line-height: 25px;
    font-weight: bold;
  }
  .timeline__content-desc span {
    display: block;
    font-weight: normal;
  }
  .timeline:before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    content: "";
    background: rgba(111, 111, 111, 0.3);
  }
  .mt30 {
    margin-top: 30px
  }
  .mt40 {
    margin-top: 40px
  }
  @media only screen and (max-width: 767px) {
      .timeline__content-title span {
    position: absolute;
    right:30px;
  }
    .timeline:before {
      left: 40px;
    }
  }
  .timeline-item {
    padding: 40px 0;
    opacity: 0.3;
    filter: blur(2px);
    transition: 0.5s;
    box-sizing: border-box;
    width: calc(50% - 40px);
    display: flex;
    position: relative;
    transform: translateY(-80px);
  }
  .timeline-item:before {
    content: attr(data-text);
    letter-spacing: 3px;
    width: 100%;
    position: absolute;
    color: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    font-family: "Pathway Gothic One", sans-serif;
    border-left: 2px solid rgba(206, 0, 25, 0.9);
    top: 50%;
    margin-top: -5px;
    padding-left: 15px;
    opacity: 0;
    right: calc(-100% - 56px);
  }
  .timeline-item:nth-child(even) {
    align-self: flex-end;
  }
  .timeline-item:nth-child(even):before {
    right: auto;
    text-align: right;
    left: calc(-100% - 56px);
    padding-left: 0;
    border-left: none;
    border-right: 2px solid rgba(206, 0, 25, 0.9);
    padding-right: 15px;
  }
  .timeline-item--active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
  .timeline-item--active:before {
    /*  top: 50%;*/
    transition: 0.3s all 0.2s;
    opacity: 1;
  }
  .timeline-item--active .timeline__content-title {
    margin: -50px 0 -20px 0;
  }
  @media only screen and (max-width: 767px) {
    .timeline-item {
      align-self: baseline !important;
      width: 100%;
      padding: 0 30px 150px 80px;
    }
    .timeline-item:before {
      left: 10px !important;
      padding: 0 !important;
      top: 50px;
      text-align: center !important;
      width: 60px;
      border: none !important;
    }
    .timeline-item:last-child {
      padding-bottom: 40px;
    }
        .timeline__content-title span {
    right:30px;
  }
  }
  .timeline__img {
    max-width: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
  }
  .timeline__img.botb {
    box-shadow: 0 10px 15px rgba(236, 223, 112, 0.4);
      border: 3px solid #ecdf70
  }

  .timeline__img.n2 {
    margin-top: 20px
  }
  .timeline-container {
    width: 100%;
    position: relative;
    padding: 80px 0;
    transition: 0.3s ease 0s;
    background-attachment: fixed;
    background-size: cover;
  }
  .timeline-container:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); /*99→255*/
    content: "";
  }
  .timeline-header {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
  }
  .timeline-header__title {
    color: #565656;
    font-size: 46px;
    font-weight: normal;
    margin: 0;
  }
  .timeline-header__subtitle {
    color: #565656;
    font-family: "Pathway Gothic One", sans-serif;
    font-size: 16px;
    letter-spacing: 5px;
    margin: 10px 0 0 0;
    font-weight: normal;
  }
  .recruit-mypage {
    max-width: 870px;
    margin: 90px auto 40px;
  }
  .recruit-mypage a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 1em;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    border-radius: 8px;
  }
  .recruit-mypage a:hover {
    width: 100%;
    text-align: center;
    display: block;
    padding: 1em;
    background: #444;

  }
.workshop img {
    margin: 30px auto 0;
    max-width:800px;
}
  @media (max-width: 780px) {
    .workshop img {
    max-width:100%;
}
}
  .designers {
    max-width: 1088px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .designers a {
    margin: 20px;
    transition: .5s
  }
  .designers a:hover {
    opacity: 0.7
  }
  @media (max-width: 780px) {
    .designers {
      flex-wrap: wrap;
    }


  }
  .recruit .s1 ul {
    display: flex;
    flex-wrap: wrap;
    width: 1088px;
    margin: 0 auto;
  }
  .recruit .s1 li {
    background-color: #fff;
    flex-basis: 1088px;
    max-width: 1088px;
    margin-bottom: 30px;
    list-style: none;
  }
  .recruit .s1 li .li_inner_flex {
    display: flex;
    justify-content: space-between;
    padding: 25px 75px;
    width: 100%;
    border-top: 1px solid #ccc;
  }
  .recruit .s1 li .li_inner_flex .ttl {
    flex-basis: 200px;
    max-width: 200px;
    /*  font-size: 3vw;*/
    font-weight: 600;
    line-height: 1.9;
  }
  .recruit .s1 li .li_inner_flex .ttl::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.9) * 0.5em);
  }
  .recruit .s1 li .li_inner_flex .sumarry {
    flex-basis: 738px;
    max-width: 738px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
  }
  .recruit .s1 li .li_inner_flex .sumarry::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    /*		margin-top: calc((1 - 1.9) * 0.5em);*/
  }
  @media (max-width: 1366px) {
    .recruit .s1 {
      /*				padding: 0 0 7.32064vw;*/
    }
    .recruit .s1 h2 {
      font-size: 1.75695vw;
      line-height: 1;
      color: #333;
      font-weight: 400;
      margin: 6.58858vw auto 2.58858vw;
      display: block;
      text-align: center;
    }
    .recruit .s1 ul {
      display: flex;
      flex-wrap: wrap;
      width: 79.64861vw;
      margin: 0 auto;
    }
    .recruit .s1 li {
      background-color: #fff;
      flex-basis: 79.64861vw;
      max-width: 79.64861vw;
      margin-bottom: 2.19619vw;
      list-style: none;
    }
    .recruit .s1 li .li_inner_flex {
      display: flex;
      justify-content: space-between;
      padding: 1.83016vw 5.49048vw;
      width: 100%;
    }
    .recruit .s1 li .li_inner_flex .ttl {
      flex-basis: 14.64129vw;
      max-width: 14.64129vw;
      font-size: 1.1713vw;
      font-weight: 600;
      line-height: 1.9;
    }
    .recruit .s1 li .li_inner_flex .ttl::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-top: calc((1 - 1.9) * 0.5em);
    }
    .recruit .s1 li .li_inner_flex .sumarry {
      flex-basis: 54.02635vw;
      max-width: 54.02635vw;
      font-size: 1.1713vw;
      font-weight: 400;
      line-height: 1.9;
    }
    .recruit .s1 li .li_inner_flex .sumarry::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-top: calc((1 - 1.9) * 0.5em);
    }
  }
  @media (max-width: 780px) {
    .recruit .s1 {
      padding: 0;
    }
    .recruit .s1 h2 {
      font-size: 3.84615vw;
      line-height: 1;
      color: #333;
      font-weight: 400;
      /*    margin: 18.20513vw auto;*/
      display: block;
      text-align: center;
    }
    .recruit .s1 ul {
      display: flex;
      flex-wrap: wrap;
      width: 90vw;
      margin: 0 auto 0vw;
    }
    .recruit .s1 li {
      background-color: #fff;
      flex-basis: 100%;
      max-width: 100%;
      margin-bottom: 3vw;
    }
    .recruit .s1 li .li_inner_flex {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 3vw 2vw;
      width: 100%;
    }
    .recruit .s1 li .li_inner_flex .ttl {
      flex-basis: 100%;
      max-width: 100%;
      font-size: 3.18974vw;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 4vw;
    }
    .recruit .s1 li .li_inner_flex .ttl::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-top: calc((1 - 1) * 0.5em);
    }
    .recruit .s1 li .li_inner_flex .sumarry {
      flex-basis: 100%;
      max-width: 100%;
      font-size: 2.88974vw;
      font-weight: 400;
      line-height: 1.7;
    }
    .recruit .s1 li .li_inner_flex .sumarry::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-top: calc((1 - 1.7) * 0.5em);
    }
    .recruit-mypage {
      max-width: 1088px;
    }
    .recruit-mypage a {
      width: 90%;
      text-align: center;
      display: block;
      padding: 1em;
      background: #111;
      color: #fff;
      text-decoration: none;
      font-size: 24px;
      margin: 0px auto 60px;
    }
  }
  /*ドロワー*/
  .container {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
  }
  .buttonWrap {
    display: block;
    width: 75px;
    text-align: right;
  }
  .sp-menubtn {
    width: 30px;
    height: 30px;
    position: relative;
    border: none;
    cursor: pointer;
    background: none;
    z-index: 10;
  }
  .sp-menubtn span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    width: 31px;
    height: 1px;
    background: #000;
    position: absolute;
    transition: 0.2s;
    left: 50%;
    top: 50%;
  }
  .sp-menubtn span:nth-child(1) {
    transform: translate(-50%, -13px);
  }
  .sp-menubtn span:nth-child(2) {
    transform: translate(-50%, -50%);
  }
  .sp-menubtn span:nth-child(3) {
    transform: translate(-50%, 10px);
  }
  .sp-menubtn .active span {
    width: 35px;
    height: 3px;
  }
  .sp-menubtn.active span:nth-child(1) {
    transform: translate(-50%, 50%) rotate(45deg);
    background: #111;
  }
  .sp-menubtn.active span:nth-child(2) {
    opacity: 0;
    left: 50%;
  }
  .sp-menubtn.active span:nth-child(3) {
    transform: translate(-50%, 50%) rotate(-45deg);
    background: #111;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .sp-menu {
    display: block;
    width: 370px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    transform: translate(370px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
  }
  .sp-menu.open {
    transform: translateZ(0);
  }
  .sp-menu li {
    list-style: none;
  }
  .sp-menu li:first-child {
    padding-top: 80px;
  }
  .sp-menu li:last-child {
    border-bottom: none;
  }
  .sp-menu li a {
    display: block;
    padding: 10px;
    color: #111;
    font-size: 24px;
    text-decoration: none;
    margin-left: 20px;
  }
  .sp-menu ul.ul_policy li a {
    font-size: 20px;
  }
  .sp-menu li a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .sp-menu ul.ul_lang {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      margin-top: 30px;
  }
.sp-menu ul.ul_lang li {
    display: block;
    padding: 10px;
    color: #999;
    font-size: 24px;
    text-decoration: none;
    margin-left: 20px;
  }

.sp-menu ul.ul_lang li:last-child {
    display: block;
    padding: 0px;
    color: #999;
    font-size: 20px;
    text-decoration: none;
    margin-left: 0px;
  }
.sp-menu ul.ul_lang li.devide {
    margin-left:0
}
.sp-menu ul.ul_lang li.eng a {
    margin-left: 0px;
    font-size: 20px;
  }
.sp-menu ul.ul_lang li.eng a {
    margin-left: 0px;
    font-size: 20px;
  }
  .sp-menu ul.ul_lang li {
    font-size: 20px!important;
  }
.sp-menu ul.ul_lang li a.jpn {
    font-size: 20px!important;
    margin-left: 0px;
}
  /*inview*/
  /* フェードイン(初期値) */
  .js-fadeUp {
    opacity: 0; /* 最初は非表示 */
    transform: translateY(30px); /* 下に30pxの位置から */
    transition: opacity 1.2s, transform 1.2s; /* 透過率と縦方向の移動を0.8秒 */
  }
  /* フェードイン(スクロールした後) */
  .js-fadeUp.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    transform: translateY(0); /* 30px上に移動する */
    transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
  }
