
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  list-style: none;
  vertical-align: baseline;
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

html body {
  font-size: 1.6rem;
  color: #212121;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  html body.fixed {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
  }
}

html body img {
  max-width: 100%;
}

html body header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 82px;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  html body header {
    height: 15vw;
  }
}

@media screen and (max-width: 768px) {
  html body header .col {
    z-index: 200;
    background: #fff;
  }
}

html body header .col:first-child {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6% 2%;
}

@media screen and (max-width: 768px) {
  html body header .col:first-child img {
    width: 30%;
    height: auto;
  }
}

html body header .col:first-child h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 3%;
}

@media screen and (max-width: 768px) {
  html body header .col:first-child h1 {
    font-size: 3vw;
  }
}

html body header .col:nth-child(2) {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3%;
}

@media screen and (max-width: 768px) {
  html body header .col:nth-child(2) {
    display: none;
  }
}

html body header .col:nth-child(2) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

html body header .col:nth-child(2) ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body header .col:nth-child(2) ul li a {
  color: #212121;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
}

html body header .col:nth-child(3) {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #212121;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  letter-spacing: 2.7px;
  font-weight: bold;
}

html body header .col:nth-child(3):hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  html body header .col:nth-child(3) {
    display: none;
  }
}

html body header .sp_button {
  display: none;
}

@media screen and (max-width: 768px) {
  html body header .sp_button {
    display: block;
    background: #212121;
    width: 15vw;
    height: 15vw;
    cursor: pointer;
    z-index: 200;
  }
}

@media screen and (max-width: 768px) {
  html body header .sp_button #navToggle {
    position: absolute;
    right: 4vw;
    top: 5vw;
    width: 6vw;
    height: 4vw;
    z-index: 100;
  }
  html body header .sp_button #navToggle div {
    position: relative;
  }
  html body header .sp_button #navToggle div span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 2px #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    right: 0;
  }
  html body header .sp_button #navToggle div span:nth-child(1) {
    top: 0;
  }
  html body header .sp_button #navToggle div span:nth-child(2) {
    width: 80%;
    top: 1.9vw;
  }
  html body header .sp_button #navToggle div span:nth-child(3) {
    width: 60%;
    top: 3.8vw;
  }
}

html body header .sp_menu {
  display: none;
}

html body header.openNav .sp_button #navToggle div span:nth-child(1) {
  top: 1.9vw;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html body header.openNav .sp_button #navToggle div span:nth-child(2), html body header.openNav .sp_button #navToggle div span:nth-child(3) {
  width: 100%;
  top: 1.9vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

html body header.openNav .sp_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  text-align: center;
  padding: 30% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
}

html body header.openNav .sp_menu ul {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}

html body header.openNav .sp_menu ul li {
  margin-bottom: 10%;
}

html body header.openNav .sp_menu ul li a {
  color: #fff;
  font-size: 4vw;
}

html body header.openNav .sp_menu a.cta {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  background: #fff;
  color: #212121;
  font-weight: bold;
  position: relative;
  padding: 6% 0;
  font-size: 4.6vw;
  line-height: 100%;
}

html body header.openNav .sp_menu a.cta::after {
  content: "";
  background: url(/assets/theme/s1/arrow_right_black-70acf514ae4953b550f3bbc971d7f112cc4336dd5610ef553c30a9d363203d52.svg) no-repeat;
  position: absolute;
  z-index: 2;
  width: 5vw;
  height: 1.5vw;
  top: 46%;
  right: 10%;
  background-size: contain;
}

html body #catch {
  position: relative;
}

@media screen and (max-width: 768px) {
  html body #catch {
    height: 150vw;
    background: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

html body #catch img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  html body #catch img {
    display: none;
  }
}

html body #catch .catch {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  top: 0;
}

html body #catch .catch p {
  text-align: center;
}

html body #catch .catch p.catchcopy_main {
  color: #fff;
  font-size: 5.0rem;
  font-weight: bold;
  text-shadow: 0px 2px 12px #888;
  letter-spacing: 10px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (max-width: 768px) {
  html body #catch .catch p.catchcopy_main {
    font-size: 5vw;
    letter-spacing: 2vw;
  }
}

html body #catch .catch p.catchcopy_sub {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-shadow: 0px 2px 12px #888;
  letter-spacing: 3.5px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (max-width: 768px) {
  html body #catch .catch p.catchcopy_sub {
    font-size: 3vw;
    letter-spacing: 1vw;
  }
}

html body #catch .scroll_down {
  position: absolute;
  bottom: 0;
  width: 15%;
  min-width: 200px;
  line-height: 100%;
  padding: 1% 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  background: #212121;
  color: #fff;
  font-size: 2.0rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 768px) {
  html body #catch .scroll_down {
    font-size: 3vw;
    letter-spacing: 0.2vw;
    min-width: 0;
    width: 25vw;
    padding: 3%;
  }
}

html body main section#aboutUs {
  padding: 8% 0;
}

@media screen and (max-width: 768px) {
  html body main section#aboutUs {
    padding: 25% 0;
  }
}

html body main section#aboutUs .title {
  text-align: center;
  margin-bottom: 4%;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  html body main section#aboutUs .title {
    margin-bottom: 10%;
  }
}

html body main section#aboutUs .title .en {
  font-size: 3.0rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 7.5px;
}

@media screen and (max-width: 768px) {
  html body main section#aboutUs .title .en {
    font-weight: bold;
    font-size: 6vw;
  }
}

html body main section#aboutUs .title .ja {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 2%;
}

@media screen and (max-width: 768px) {
  html body main section#aboutUs .title .ja {
    margin-top: 5%;
    font-size: 4vw;
  }
}

html body main section#aboutUs .main {
  width: 55%;
  max-width: 830px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  html body main section#aboutUs .main {
    width: 90%;
  }
}

html body main section#aboutUs .main p {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  html body main section#aboutUs .main p {
    font-size: 4.6vw;
  }
}

html body main section#people {
  padding: 6% 0 8%;
  background: #F7F7F5;
}

@media screen and (max-width: 768px) {
  html body main section#people {
    padding: 25% 0 3%;
  }
}

html body main section#people .title {
  text-align: center;
  margin-bottom: 4%;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  html body main section#people .title {
    margin-bottom: 10%;
  }
}

html body main section#people .title .en {
  font-size: 3.0rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 7.5px;
}

@media screen and (max-width: 768px) {
  html body main section#people .title .en {
    font-weight: bold;
    font-size: 6vw;
  }
}

html body main section#people .title .ja {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 2%;
}

@media screen and (max-width: 768px) {
  html body main section#people .title .ja {
    margin-top: 5%;
    font-size: 4vw;
  }
}

html body main section#people .main {
  width: 85%;
  max-width: 1150px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  html body main section#people .main {
    width: 100%;
  }
}

html body main section#people .main ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  html body main section#people .main ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

html body main section#people .main ul li .col.people_image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (max-width: 768px) {
  html body main section#people .main ul li .col.people_image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

html body main section#people .main ul li .col.people_info {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  padding-top: 3%;
}

@media screen and (max-width: 768px) {
  html body main section#people .main ul li .col.people_info {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    padding-top: 10%;
  }
}

html body main section#people .main ul li .col.people_info p {
  color: #212121;
}

html body main section#people .main ul li .col.people_info p span.people_position {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  html body main section#people .main ul li .col.people_info p span.people_position {
    font-size: 4vw;
    letter-spacing: 0.6vw;
  }
}

html body main section#people .main ul li .col.people_info p span.people_join {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 768px) {
  html body main section#people .main ul li .col.people_info p span.people_join {
    font-size: 3vw;
    letter-spacing: 0.2vw;
  }
}

html body main section#people .main ul li .col.people_info p span.people_name_ja {
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  html body main section#people .main ul li .col.people_info p span.people_name_ja {
    font-size: 7vw;
    letter-spacing: 0.2vw;
  }
}

html body main section#people .main ul li .col.people_info p span.people_age {
  font-size: 1.3rem;
  font-family: 'Poppins', sans-serif;
  margin-left: 2%;
}

@media screen and (max-width: 768px) {
  html body main section#people .main ul li .col.people_info p span.people_age {
    font-size: 3vw;
  }
}

html body main section#people .main ul li .col.people_info p.people_name_en {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 200%;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  html body main section#people .main ul li .col.people_info p.people_name_en {
    font-size: 3vw;
    letter-spacing: 1vw;
  }
}

html body main section#people .main ul li .col.people_info p.people_discription {
  font-size: 1.8rem;
  line-height: 200%;
  color: #333;
  margin-top: 4%;
}

@media screen and (max-width: 768px) {
  html body main section#people .main ul li .col.people_info p.people_discription {
    font-size: 4vw;
    margin-top: 10%;
    margin-bottom: 20%;
  }
}

html body main section#people .main ul li:nth-child(even) .col.people_image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  html body main section#people .main ul li:nth-child(even) .col.people_image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

html body main section#people .main ul li:nth-child(even) .col.people_info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  html body main section#people .main ul li:nth-child(even) .col.people_info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

html body main section#people .main ul li:last-child {
  margin-bottom: 0;
}

html body main section#requirements {
  padding: 10% 0 8%;
}

@media screen and (max-width: 768px) {
  html body main section#requirements {
    padding: 25% 0 3%;
  }
}

html body main section#requirements .title {
  text-align: center;
  margin-bottom: 4%;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  html body main section#requirements .title {
    margin-bottom: 10%;
  }
}

html body main section#requirements .title .en {
  font-size: 3.0rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 7.5px;
}

@media screen and (max-width: 768px) {
  html body main section#requirements .title .en {
    font-weight: bold;
    font-size: 6vw;
  }
}

html body main section#requirements .title .ja {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 2%;
}

@media screen and (max-width: 768px) {
  html body main section#requirements .title .ja {
    margin-top: 5%;
    font-size: 4vw;
  }
}

html body main section#requirements .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3%;
}

@media screen and (max-width: 768px) {
  html body main section#requirements .main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

html body main section#requirements .main a.col {
  color: #616161;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  display: block;
  box-shadow: 0px 0px 3px 0px #ddd;
  -webkit-box-shadow: 0px 0px 3px 0px #ddd;
  -moz-box-shadow: 0px 0px 3px 0px #ddd;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  html body main section#requirements .main a.col {
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    position: relative;
    margin-bottom: 10%;
  }
  html body main section#requirements .main a.col::after {
    content: "";
    background: url(/assets/theme/s1/arrow_right_black-70acf514ae4953b550f3bbc971d7f112cc4336dd5610ef553c30a9d363203d52.svg) no-repeat;
    position: absolute;
    z-index: 2;
    width: 5vw;
    height: 1.5vw;
    bottom: 5%;
    right: 3%;
    background-size: contain;
  }
}

html body main section#requirements .main a.col:hover {
  box-shadow: 0px 2px 14px 0px #ddd;
  -webkit-box-shadow: 0px 2px 14px 0px #ddd;
  -moz-box-shadow: 0px 2px 14px 0px #ddd;
}

html body main section#requirements .main a.col .hero {
  position: relative;
}

html body main section#requirements .main a.col .hero img {
  width: 100%;
  height: 30rem;
  display: block;
  position: relative;
  z-index: 1;
  object-fit: cover;
}

html body main section#requirements .main a.col .hero .job_name {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

html body main section#requirements .main a.col .hero .job_name p.job_name_en {
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  padding-left: 30px;
  line-height: 160%;
}

@media screen and (max-width: 768px) {
  html body main section#requirements .main a.col .hero .job_name p.job_name_en {
    font-size: 3vw;
    letter-spacing: 0.6vw;
    padding-left: 6vw;
  }
}

html body main section#requirements .main a.col .hero .job_name p.job_name_ja {
  padding: 15px 30px;
  font-size: 2.5rem;
  line-height: 100%;
  background: #212121;
}

@media screen and (max-width: 768px) {
  html body main section#requirements .main a.col .hero .job_name p.job_name_ja {
    font-size: 5.6vw;
    padding: 3vw 6vw;
    white-space: nowrap;
    display: inline-block;
  }
}

html body main section#requirements .main a.col .job_info {
  padding: 6%;
}

@media screen and (max-width: 768px) {
  html body main section#requirements .main a.col .job_info {
    padding: 6% 6% 10%;
  }
}

html body main section#requirements .main a.col .job_info p.discription {
  font-size: 1.5rem;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  html body main section#requirements .main a.col .job_info p.discription {
    font-size: 3.6vw;
  }
}

html body main section#requirements .main a.col .job_info .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.3rem;
  margin-top: 6%;
}

@media screen and (max-width: 768px) {
  html body main section#requirements .main a.col .job_info .wrap {
    font-size: 3vw;
  }
}

html body main section#requirements .main a.col .job_info .wrap p {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 100%;
  color: #333333;
}

html body main section#requirements .main a.col .job_info .wrap p img {
  margin-right: 3%;
}

html body main section#requirements .main a.col .job_info .wrap p.access img {
  width: 12px;
  height: auto;
}

html body main section#requirements .main a.col .job_info .wrap p.salary img {
  width: 10px;
}

html body main section#message {
  padding: 6% 0 0;
  background: #F7F7F5;
}

@media screen and (max-width: 768px) {
  html body main section#message {
    padding: 25% 0 3%;
  }
}

html body main section#message .title {
  text-align: center;
  margin-bottom: 4%;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  html body main section#message .title {
    margin-bottom: 10%;
  }
}

html body main section#message .title .en {
  font-size: 3.0rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 7.5px;
}

@media screen and (max-width: 768px) {
  html body main section#message .title .en {
    font-weight: bold;
    font-size: 6vw;
  }
}

html body main section#message .title .ja {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 2%;
}

@media screen and (max-width: 768px) {
  html body main section#message .title .ja {
    margin-top: 5%;
    font-size: 4vw;
  }
}

html body main section#message .main {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  html body main section#message .main {
    padding-bottom: 0;
  }
}

html body main section#message .main .hero img {
  width: 100%;
  height: auto;
}

html body main section#message .main .message_info {
  position: relative;
  top: -50px;
  margin: 0 auto;
  width: 85%;
  max-width: 1200px;
  background: #F7F7F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4%;
}

@media screen and (max-width: 768px) {
  html body main section#message .main .message_info {
    padding: 5%;
  }
}

html body main section#message .main .message_info cite p span {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  html body main section#message .main .message_info cite p span {
    font-size: 3.4vw;
  }
}

html body main section#message .main .message_info cite p.name {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 1%;
}

@media screen and (max-width: 768px) {
  html body main section#message .main .message_info cite p.name {
    font-size: 4.5vw;
  }
}

html body main section#message .main .message_info p.message_title {
  margin-top: 3%;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  html body main section#message .main .message_info p.message_title {
    font-size: 5vw;
    margin-top: 10%;
  }
}

html body main section#message .main .message_info p.message_discription {
  margin-top: 3%;
  font-size: 1.8rem;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  html body main section#message .main .message_info p.message_discription {
    font-size: 4vw;
    margin-top: 10%;
  }
}

html body main section#movie {
  padding: 8% 0;
}

@media screen and (max-width: 768px) {
  html body main section#movie {
    padding: 25% 0;
  }
}

html body main section#movie .title {
  text-align: center;
  margin-bottom: 4%;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  html body main section#movie .title {
    margin-bottom: 10%;
  }
}

html body main section#movie .title .en {
  font-size: 3.0rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 7.5px;
}

@media screen and (max-width: 768px) {
  html body main section#movie .title .en {
    font-weight: bold;
    font-size: 6vw;
  }
}

html body main section#movie .title .ja {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 2%;
}

@media screen and (max-width: 768px) {
  html body main section#movie .title .ja {
    margin-top: 5%;
    font-size: 4vw;
  }
}

html body main section#movie .main {
  margin: 0 auto;
  display: block;
  width: 85%;
  max-width: 1200px;
  padding-top: 47.81%;
  position: relative;
}

@media screen and (max-width: 768px) {
  html body main section#movie .main {
    width: 90%;
  }
}

html body main section#movie .main iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

html body main section#feed {
  padding: 6% 0;
  background: #F7F7F5;
}

@media screen and (max-width: 768px) {
  html body main section#feed {
    padding: 25% 0 3%;
  }
}

html body main section#feed .title {
  text-align: center;
  margin-bottom: 4%;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  html body main section#feed .title {
    margin-bottom: 10%;
  }
}

html body main section#feed .title .en {
  font-size: 3.0rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 7.5px;
}

@media screen and (max-width: 768px) {
  html body main section#feed .title .en {
    font-weight: bold;
    font-size: 6vw;
  }
}

html body main section#feed .title .ja {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 2%;
}

@media screen and (max-width: 768px) {
  html body main section#feed .title .ja {
    margin-top: 5%;
    font-size: 4vw;
  }
}

html body main section#feed .main {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  html body main section#feed .main {
    padding-bottom: 0;
  }
}

html body main section#feed .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3%;
}

@media screen and (max-width: 768px) {
  html body main section#feed .main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

html body main section#feed .main a.col {
  color: #616161;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  display: block;
  box-shadow: 0px 0px 3px 0px #ddd;
  -webkit-box-shadow: 0px 0px 3px 0px #ddd;
  -moz-box-shadow: 0px 0px 3px 0px #ddd;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  html body main section#feed .main a.col {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
    position: relative;
    margin-bottom: 10%;
  }

  html body main section#feed .main a.col::after {
    content: "";
    background: url(/assets/theme/s1/arrow_right_black-70acf514ae4953b550f3bbc971d7f112cc4336dd5610ef553c30a9d363203d52.svg) no-repeat;
    position: absolute;
    z-index: 2;
    width: 5vw;
    height: 1.5vw;
    bottom: 5%;
    right: 3%;
    background-size: contain;
  }
}

html body main section#feed .main a.col:hover {
  box-shadow: 0px 2px 14px 0px #ddd;
  -webkit-box-shadow: 0px 2px 14px 0px #ddd;
  -moz-box-shadow: 0px 2px 14px 0px #ddd;
}

html body main section#feed .main a.col .hero {
  position: relative;
}

html body main section#feed .main a.col .hero img {
  width: 100%;
  height: 30rem;
  display: block;
  position: relative;
  z-index: 1;
  object-fit: cover;
}

html body main section#feed .main a.col .feed_info {
  background: #ffffff;
  padding: 6%;
}

@media screen and (max-width: 768px) {
  html body main section#feed .main a.col .feed_info {
    padding: 6% 6% 10%;
  }
}

html body main section#feed .main a.col .feed_info .title {
  color: #212121;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

@media screen and (max-width: 768px) {
  html body main section#feed .main a.col .feed_info .title {
    font-size: 3.6vw;
  }
}

html body main section#feed .main a.col .feed_info .feed_date {
  font-size: 1.2rem;
  color: #73818f;
  padding-top: 15px;
}

html body main section#company {
  padding: 6% 0 8%;
}

@media screen and (max-width: 768px) {
  html body main section#company {
    padding: 25% 0 3%;
  }
}

html body main section#company .title {
  text-align: center;
  margin-bottom: 4%;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  html body main section#company .title {
    margin-bottom: 10%;
  }
}

html body main section#company .title .en {
  font-size: 3.0rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 7.5px;
}

@media screen and (max-width: 768px) {
  html body main section#company .title .en {
    font-weight: bold;
    font-size: 6vw;
  }
}

html body main section#company .title .ja {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 2%;
}

@media screen and (max-width: 768px) {
  html body main section#company .title .ja {
    margin-top: 5%;
    font-size: 4vw;
  }
}

html body main section#company .main {
  position: relative;
  padding-bottom: 50px;
}

html body main section#company .main .hero img {
  width: 100%;
  height: auto;
}

html body main section#company .main table {
  position: relative;
  top: -50px;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  font-size: 1.8rem;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  html body main section#company .main table {
    font-size: 3.4vw;
    display: block;
  }
  html body main section#company .main table thead, html body main section#company .main table tbody, html body main section#company .main table tfoot, html body main section#company .main table tr, html body main section#company .main table th, html body main section#company .main table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

html body main section#company .main table tr th, html body main section#company .main table tr td {
  padding: 3%;
  border-bottom: solid 1px #f1f1f1;
}

html body main section#company .main table tr th {
  text-align: left;
  width: 20%;
}

@media screen and (max-width: 768px) {
  html body main section#company .main table tr th {
    width: 100%;
    border: none;
    padding: 5%;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  html body main section#company .main table tr td {
    padding: 5%;
    padding-top: 3%;
  }
}

html body main section#company .main table tr:last-child th, html body main section#company .main table tr:last-child td {
  border: none;
}

html body main section#company .main a.cta, html body main section#requirements .main a.cta {
  background: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 3%;
  width: 85%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  font-size: 4.9rem;
  font-family: 'Poppins', sans-serif;
  position: relative;
  letter-spacing: 6px;
}

@media screen and (max-width: 768px) {
  html body main section#company .main a.cta {
    font-size: 6vw;
    padding: 8%;
    letter-spacing: 0.6vw;
  }
}

html body main section#company .main a.cta::after {
  content: "";
  background: url(/assets/theme/s1/arrow_right-f59601c9a718e9ddbc39f66ed31a8e936746e4767b514323699fcdc70c8aee6d.svg) no-repeat;
  background-size: 53px 12px;
  width: 53px;
  height: 12px;
  position: absolute;
  top: 70px;
  right: 124px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  html body main section#company .main a.cta::after {
    width: 5vw;
    height: 1.5vw;
    top: 50%;
    right: 10%;
    background-size: contain;
  }
}

html body main section#company .main a.cta:hover {
  opacity: 0.8;
}

html body footer #footer01 iframe {
  width: 100%;
  height: 440px;
}

@media screen and (max-width: 768px) {
  html body footer #footer01 iframe {
    height: 100vw;
  }
}

html body footer #footer_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  html body footer #footer_sp {
    display: block;
    padding: 16% 0 10%;
  }
  html body footer #footer_sp ul.menu li {
    text-align: center;
    margin-bottom: 8%;
  }
  html body footer #footer_sp ul.menu li a {
    font-size: 4vw;
    color: #242424;
    font-weight: bold;
  }
  html body footer #footer_sp ul.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin: 0 auto;
    padding-top: 3%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  html body footer #footer_sp ul.sns li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 3%;
  }
}

html body footer #footer02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3%;
}

@media screen and (max-width: 768px) {
  html body footer #footer02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5%;
  }
}

html body footer #footer02 .col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (max-width: 768px) {
  html body footer #footer02 .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

html body footer #footer02 .col:first-child {
  text-align: left;
}

html body footer #footer02 .col:first-child p {
  line-height: 200%;
}

html body footer #footer02 .col:first-child p.site_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3%;
}

html body footer #footer02 .col:first-child p.site_info img {
  width: 175px;
  height: auto;
}

@media screen and (max-width: 768px) {
  html body footer #footer02 .col:first-child p.site_info img {
    width: 30%;
  }
}

html body footer #footer02 .col:first-child p.site_info span.site_title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 3%;
}

@media screen and (max-width: 768px) {
  html body footer #footer02 .col:first-child p.site_info span.site_title {
    font-size: 3vw;
  }
}

html body footer #footer02 .col:first-child p.address, html body footer #footer02 .col:first-child p.tel, html body footer #footer02 .col:first-child p.copyright {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  html body footer #footer02 .col:first-child p.address, html body footer #footer02 .col:first-child p.tel, html body footer #footer02 .col:first-child p.copyright {
    font-size: 3vw;
  }
}

html body footer #footer02 .col:last-child {
  text-align: right;
}

@media screen and (max-width: 768px) {
  html body footer #footer02 .col:last-child {
    text-align: center;
  }
}

html body footer #footer02 .col:last-child ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  html body footer #footer02 .col:last-child ul.menu {
    display: none;
  }
}

html body footer #footer02 .col:last-child ul.menu li {
  margin-left: 10%;
}

html body footer #footer02 .col:last-child ul.menu li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #212121;
  white-space: nowrap;
}

html body footer #footer02 .col:last-child ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 5% 0 3%;
}

@media screen and (max-width: 768px) {
  html body footer #footer02 .col:last-child ul.sns {
    display: none;
  }
}

html body footer #footer02 .col:last-child ul.sns li {
  margin-left: 3%;
}

html body footer #footer02 .col:last-child ul.sns li a img {
  width: auto;
  height: 26px;
}

html body footer #footer02 .col:last-child p {
  font-size: 1.2rem;
  color: #4C4C4C;
}

@media screen and (max-width: 768px) {
  html body footer #footer02 .col:last-child p {
    padding: 6% 0 6%;
    font-size: 3vw;
  }
}
/*# sourceMappingURL=style.css.map */
