@charset "UTF-8";
/* Scss Document */
/***************************************************************/
a.btn {
  font: 16px/55px 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 700;
  display: block;
  width: 260px;
  height: 60px;
  padding: 0 15px 0 0;
  position: relative;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background-color: #3e3a39;
  border: 2px solid  #3e3a39;
  transition: .3s; }
  a.btn:before {
    transition: .3s;
    position: absolute;
    content: "";
    right: 25px;
    top: 23px;
    width: 7px;
    height: 7px;
    border-top: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  a.btn:after {
    transition: .3s;
    position: absolute;
    content: "";
    right: 25px;
    top: 27px;
    width: 13px;
    height: 2px;
    background-color: #fff; }
  a.btn:hover {
    color: #fff;
    background-color: darkorange;
    border: 2px solid  darkorange; }
    a.btn:hover:before {
      right: 15px;
      border-top: 2.5px solid #fff;
      border-right: 2.5px solid #fff; }
    a.btn:hover:after {
      right: 15px;
      background-color: #fff; }

/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  a.btn {
    font: 15px/48px 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700;
    display: block;
    width: 220px;
    height: 50px;
    padding: 0 15px 0 0;
    position: relative;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background-color: #3e3a39;
    border: 2px solid  #3e3a39;
    transition: .3s; }
    a.btn:before {
      transition: .3s;
      position: absolute;
      content: "";
      right: 18px;
      top: 19px;
      width: 7px;
      height: 7px;
      border-top: 2.5px solid #fff;
      border-right: 2.5px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    a.btn:after {
      transition: .3s;
      position: absolute;
      content: "";
      right: 18px;
      top: 23px;
      width: 13px;
      height: 2px;
      background-color: #fff; }
    a.btn:hover {
      color: #fff;
      background-color: darkorange;
      border: 2px solid  darkorange; }
      a.btn:hover:before {
        right: 15px;
        border-top: 2.5px solid #fff;
        border-right: 2.5px solid #fff; }
      a.btn:hover:after {
        right: 15px;
        background-color: #fff; } }
/*max-width:480px*/
/***************************************************************/
h2 {
  font: 70px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  margin: 0 0 40px;
  letter-spacing: 2px; }
  h2 small {
    letter-spacing: 0;
    font: 18px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 500;
    display: block;
    margin: 10px 0 0; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  h2 {
    font: 60px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 400; }
    h2 small {
      font: 17px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 500; } }
/*max-width:768px*/
@media (max-width: 480px) {
  h2 {
    font: 50px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 400; }
    h2 small {
      font: 15px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 500; } }
/*max-width:480px*/
/***************************************************************/
.mv {
  max-width: 1630px;
  width: calc(100% - 100px);
  margin: 0 auto 160px;
  position: relative;
  height: auto; }

.mv_txt {
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  height: 100%;
  left: 0;
  padding: 60px 0 0 60px; }
  .mv_txt .ttl {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../images/index/catch.png") center left no-repeat;
    background-size: contain;
    width: 540px;
    height: 210px;
    margin: 0 0 15px; }
  .mv_txt p {
    font: 18px/2.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700;
    margin: 0 0 35px;
    background: url("../images/index/mv_txt.svg") center left no-repeat;
    background-size: contain;
    display: block;
    width: 355px;
    height: 130px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    .mv_txt p br {
      display: none; }
  .mv_txt a {
    color: #199344;
    border: 2px solid #199344;
    margin: 0;
    background-color: #fff; }
    .mv_txt a:before {
      border-top: 2.5px solid #199344;
      border-right: 2.5px solid #199344; }
    .mv_txt a:after {
      background-color: #199344; }

.mv_pic {
  width: 100%;
  max-width: 1200px;
  margin: 0 0 0 auto;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  z-index: -1; }

.swiper {
  width: 100%;
  height: 765px; }

.swiper-slide {
  height: 765px;
  border-radius: 15px; }
  .swiper-slide.slide01 {
    background: url("../images/index/mv01.jpg") center center no-repeat;
    background-size: contain; }
  .swiper-slide.slide02 {
    background: url("../images/index/mv02.jpg") center center no-repeat;
    background-size: contain; }
  .swiper-slide.slide03 {
    background: url("../images/index/mv03.jpg") center center no-repeat;
    background-size: contain; }
  .swiper-slide.slide04 {
    background: url("../images/index/mv04.jpg") center center no-repeat;
    background-size: contain; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .mv {
    max-width: 1630px;
    width: calc(100% - 80px);
    margin: 0 auto 0px;
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-start; }

  .mv_txt {
    order: 2;
    width: calc(100% - 40px);
    max-width: 768px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    height: 100%;
    left: 0;
    top: -130px;
    padding: 0;
    margin: 0 auto; }
    .mv_txt .ttl {
      width: 100%;
      max-width: 540px;
      height: 210px;
      margin: 0 0 15px; }
    .mv_txt p {
      overflow: inherit;
      text-indent: inherit;
      white-space: inherit;
      width: 100%;
      height: auto;
      background: none; }
      .mv_txt p br {
        display: block; }
    .mv_txt a {
      color: #199344;
      border: 2px solid #199344;
      margin: 0;
      background-color: #fff; }
      .mv_txt a:before {
        border-top: 2.5px solid #199344;
        border-right: 2.5px solid #199344; }
      .mv_txt a:after {
        background-color: #199344; }

  .mv_pic {
    width: 100%;
    max-width: 1200px;
    margin: 0 0 0 auto;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    z-index: -1; }

  .swiper {
    width: 100%;
    height: auto;
    border-radius: 15px; }

  .swiper-slide {
    height: 0;
    padding: 65% 0 0 0;
    border-radius: 15px; }
    .swiper-slide.slide01 {
      background: url("../images/index/mv01.jpg") center center no-repeat;
      background-size: contain; }
    .swiper-slide.slide02 {
      background: url("../images/index/mv02.jpg") center center no-repeat;
      background-size: contain; }
    .swiper-slide.slide03 {
      background: url("../images/index/mv03.jpg") center center no-repeat;
      background-size: contain; }
    .swiper-slide.slide04 {
      background: url("../images/index/mv04.jpg") center center no-repeat;
      background-size: contain; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .mv {
    max-width: 1630px;
    width: calc(100% - 50px); }

  .mv_txt {
    order: 2;
    width: calc(100% - 40px);
    max-width: 640px;
    display: block;
    top: 0;
    margin: -15% 0 0 0; }
    .mv_txt .ttl {
      width: 80%;
      max-width: 480px;
      height: 0;
      padding: 32% 0 0;
      margin: 0 0 15px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .mv {
    max-width: 1630px;
    width: calc(100% - 20px); }

  .mv_txt {
    order: 2;
    width: calc(100% - 20px);
    max-width: 640px;
    display: block;
    top: 0;
    margin: -15% auto 0; }
    .mv_txt .ttl {
      width: 85%;
      max-width: 480px;
      height: 0;
      padding: 35% 0 0;
      margin: 0 0 15px; }
    .mv_txt p {
      font: 16px/2.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 700;
      margin: 0 0 35px; } }
/*max-width:480px*/
/***************************************************************/
.data {
  position: relative;
  padding: 0 5%;
  /*  &:before{
      position: absolute;
      content: "";
      display: block;
      height: 90px;
      width: 100%;
      background-color: #fff;
      top: -1px;
      left: 0;
    }
    &:after{
      position: absolute;
      content: "";
      display: block;
      height: 330px;
      width: 100%;
      background-color: #fff;
      bottom: -1px;
      left: 0;
    }*/ }
  .data:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #199344;
    width: 100%;
    height: 75%;
    left: -100%;
    top: 48%;
    -webkit-transform: translate(0%, -50%);
    /* Safari用 */
    transform: translate(0%, -50%); }

@media (max-width: 1280px) {
  .data {
    position: relative;
    padding: 0 3%;
    /*&:before{
      position: absolute;
      content: "";
      display: block;
      height: 90px;
      width: 100%;
      background-color: #fff;
      top: -1px;
      left: 0;
    }
    &:after{
      position: absolute;
      content: "";
      display: block;
      height: 330px;
      width: 100%;
      background-color: #fff;
      bottom: -1px;
      left: 0;
    }*/ } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .data {
    position: relative;
    padding: 0;
    /*&:before{
      position: absolute;
      content: "";
      display: block;
      height:10%;
      width: 100%;
      background-color: #fff;
      top: -1px;
      left: 0;
    }
    &:after{
      position: absolute;
      content: "";
      display: block;
      height: 15%;
      width: 100%;
      background-color: #fff;
      bottom: -1px;
      left: 0;
    }*/ } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .data {
    position: relative;
    padding: 100px 0 50px;
    margin: 0 0 80px;
    /*&:before{
      position: absolute;
      content: "";
      display: block;
      height:15%;
      width: 100%;
      background-color: #fff;
      top: -1px;
      left: 0;
    }
    &:after{
      display: none;
    }*/ }
    .data:before {
      height: 85%;
      top: auto;
      bottom: 0;
      -webkit-transform: translate(0%, 0%);
      /* Safari用 */
      transform: translate(0%, 0%); } }
/*max-width:768px*/
/*max-width:480px*/
/***************************************************************/
.company {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1380px;
  width: 100%;
  color: #fff;
  margin: 0 0 80px; }
  .company img {
    border-radius: 15px;
    max-width: 920px;
    width: calc(100% - 460px);
    margin: 0; }
  .company div {
    width: 460px;
    padding: 0 0 30px 5%;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: flex-start; }
  .company p {
    margin: 0 0 35px 10px;
    font: 15px/2.2em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700; }
  .company a {
    background-color: #3e3a39;
    color: #fff;
    margin: 0; }
    .company a:before {
      border-top: 2.5px solid #fff;
      border-right: 2.5px solid #fff; }
    .company a:after {
      background-color: #fff; }

@media (max-width: 1280px) {
  .company {
    max-width: 1000px;
    width: 100%; }
    .company img {
      width: calc(100% - 340px); }
    .company div {
      width: 340px;
      padding: 0 0 10px 3%;
      height: 500px; }
    .company p {
      margin: 0 0 35px 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .company {
    flex-direction: column;
    max-width: 768px;
    width: calc(100% - 80px);
    color: #fff;
    margin: 0 auto 80px; }
    .company img {
      border-radius: 15px;
      max-width: 920px;
      width: 100%;
      margin: 0 auto 30px; }
    .company div {
      width: 100%;
      max-width: 920px;
      padding: 0 0 30px;
      height: auto; }
    .company p {
      margin: 0 0 35px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .company {
    flex-direction: column;
    max-width: 768px;
    width: calc(100% - 50px);
    color: #fff;
    margin: 0 auto 80px; }
    .company img {
      border-radius: 15px;
      max-width: 920px;
      width: 100%;
      margin: 0 auto 30px; }
    .company div {
      width: 100%;
      max-width: 920px;
      padding: 0 0 30px;
      height: auto; }
    .company p {
      margin: 0 0 35px; }
    .company h2 {
      margin: 0 0 20px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .company {
    width: calc(100% - 40px);
    margin: 0 auto 40px; }
    .company img {
      margin: 0 auto 20px; }
    .company p {
      margin: 0 0 28px; }
    .company h2 {
      margin: 0 0 20px; } }
/*max-width:480px*/
/***************************************************************/
.business {
  max-width: 1490px;
  width: calc(100% - 80px);
  margin: 0 auto 290px;
  color: #fff;
  position: relative;
  z-index: 1; }
  .business .business_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto 50px;
    counter-reset: number 0; }
    .business .business_box a {
      width: calc(100%/3);
      height: 300px;
      display: block;
      position: relative;
      color: #fff;
      overflow: hidden; }
      .business .business_box a.business01 {
        background: url("../images/index/business01.jpg") center center no-repeat;
        background-size: cover; }
      .business .business_box a.business02 {
        background: url("../images/index/business02.jpg") center center no-repeat;
        background-size: cover; }
      .business .business_box a.business03 {
        background: url("../images/index/business03.jpg") center center no-repeat;
        background-size: cover; }
      .business .business_box a.business04 {
        background: url("../images/index/business04.jpg") center center no-repeat;
        background-size: cover; }
      .business .business_box a.business05 {
        background: url("../images/index/business05.jpg") center center no-repeat;
        background-size: cover; }
      .business .business_box a.business06 {
        background: url("../images/index/business06.jpg") center center no-repeat;
        background-size: cover; }
      .business .business_box a:after {
        transition: .3s;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 3;
        left: 0;
        top: 0; }
      .business .business_box a:hover:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 3;
        left: 100%;
        top: 0; }
      .business .business_box a p {
        z-index: 5;
        text-align: center;
        position: absolute;
        width: 100%;
        top: 73%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%);
        font: 24px/1.4em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 500;
        height: 65px; }
      .business .business_box a:before {
        z-index: 5;
        position: absolute;
        top: 38%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%);
        counter-increment: number 1;
        content: counter(number);
        font: 120px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 500; }
  .business .btn {
    background-color: #3e3a39;
    color: #fff; }
    .business .btn:before {
      border-top: 2.5px solid #fff;
      border-right: 2.5px solid #fff; }
    .business .btn:after {
      background-color: #fff; }

@media (max-width: 1280px) {
  .business {
    max-width: 1000px;
    width: calc(100%); }
    .business li p {
      font: 23px/1.4em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 500;
      height: 65px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .business {
    max-width: 768px;
    width: calc(100% - 80px);
    margin: 0 auto 150px; }
    .business .business_box {
      margin: 0 auto 50px;
      counter-reset: number 0; }
      .business .business_box a {
        width: calc(100%/2);
        height: 230px;
        position: relative; }
        .business .business_box a p {
          font: 22px/1.4em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: 500;
          height: 65px; }
        .business .business_box a:before {
          top: 30%;
          font: 100px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: 500; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .business {
    max-width: 768px;
    width: 100%;
    margin: 0 auto 0; }
    .business h2 {
      width: calc(100% - 50px);
      margin: 0 auto 40px; }
    .business .business_box {
      margin: 0 auto 40px;
      counter-reset: number 0; }
      .business .business_box a {
        width: calc(100%/2);
        padding: 30% 0 0 0;
        height: 0;
        position: relative; }
        .business .business_box a p {
          font: 3vw/1.4em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: 500;
          min-height: 55px;
          height: auto;
          top: 75%; }
        .business .business_box a:before {
          top: 28%;
          font: 13vw/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: 500; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .business h2 {
    text-align: center;
    width: calc(100% - 40px);
    margin: 0 auto 25px; }
  .business .business_box a p {
    font: 13px/1.4em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 500;
    min-height: 35px;
    height: auto;
    top: 75%; }
  .business .business_box a:before {
    top: 30%;
    font: 40px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 500; } }
/*max-width:480px*/
/***************************************************************/
.recruit {
  position: relative;
  z-index: 5; }
  .recruit:before {
    width: 70%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: -70%;
    background-color: #f5a200;
    border-radius: 0 15px 15px 0;
    z-index: 1; }
  .recruit a.btn {
    background-color: inherit;
    border: 2px solid #fff;
    margin: 25px 0 0; }
    .recruit a.btn:hover {
      color: #f5a200;
      background-color: #fff;
      border: 2px solid  darkorange; }
      .recruit a.btn:hover:before {
        right: 15px;
        border-top: 2.5px solid #f5a200;
        border-right: 2.5px solid #f5a200; }
      .recruit a.btn:hover:after {
        right: 15px;
        background-color: #f5a200; }
  .recruit .voice_box {
    max-width: 1600px;
    width: calc(100% - 160px);
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding: 25px 0 80px; }
    .recruit .voice_box h2 {
      color: #fff;
      font: 120px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 400;
      margin: 0 0 -25px;
      z-index: 1;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: center; }
      .recruit .voice_box h2 small {
        display: block;
        font: 20px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 700;
        margin: 30px 0 5px 15px; }
    .recruit .voice_box ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: flex-start; }
    .recruit .voice_box li {
      position: relative;
      width: calc(100%/4);
      line-height: 0; }
    .recruit .voice_box img {
      width: 100%;
      line-height: 0; }
    .recruit .voice_box p {
      position: absolute;
      bottom: 10px;
      right: 10px;
      display: inline-block;
      padding: 5px 15px 6px;
      background-color: #3e3a39;
      border-left: 3px #6fba2c solid;
      font: 16px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 500;
      color: #fff; }
  .recruit .recruit_box {
    max-width: 1280px;
    width: calc(100% - 160px);
    margin: 0 auto 90px;
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 60px 0 0 0; }
    .recruit .recruit_box .recruit_pic01 {
      position: absolute;
      display: block;
      right: -80px;
      top: -130px;
      z-index: 0;
      max-width: 1000px;
      width: calc(100% - 80px); }
      .recruit .recruit_box .recruit_pic01 img {
        width: 100%; }
    .recruit .recruit_box .txt {
      position: relative;
      z-index: 1; }
    .recruit .recruit_box img {
      border-radius: 15px; }
    .recruit .recruit_box h2 {
      font: 160px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 400;
      margin: 0 0 40px;
      letter-spacing: 2px; }
      .recruit .recruit_box h2 small {
        font: 20px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 700;
        margin: 0; }
    .recruit .recruit_box p {
      font: 20px/2.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 700;
      margin: 0 0 20px; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .recruit {
    position: relative;
    z-index: 5; }
    .recruit:before {
      width: 100%;
      height: 90%;
      position: absolute;
      content: "";
      top: auto;
      bottom: 0;
      left: 0;
      background-color: #f5a200;
      border-radius: 0;
      z-index: 1; }
    .recruit a.btn {
      background-color: inherit;
      border: 2px solid #fff;
      margin: 25px 0 0; }
      .recruit a.btn:hover {
        color: #f5a200;
        background-color: #fff;
        border: 2px solid  darkorange; }
        .recruit a.btn:hover:before {
          right: 15px;
          border-top: 2.5px solid #f5a200;
          border-right: 2.5px solid #f5a200; }
        .recruit a.btn:hover:after {
          right: 15px;
          background-color: #f5a200; }
    .recruit .voice_box {
      max-width: 768px;
      width: calc(100% - 80px);
      position: relative;
      z-index: 3;
      margin: 0 auto;
      padding: 0 0 100px; }
      .recruit .voice_box h2 {
        color: #fff;
        font: 110px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 400; }
        .recruit .voice_box h2 small {
          display: block;
          font: 20px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: 700;
          margin: 30px 0 10px 15px; }
      .recruit .voice_box li {
        position: relative;
        width: calc(100%/2); }
      .recruit .voice_box img {
        width: 100%;
        line-height: 0; }
      .recruit .voice_box p {
        position: absolute;
        bottom: 10px;
        right: 10px;
        display: inline-block;
        padding: 5px 15px 6px;
        background-color: #3e3a39;
        border-left: 3px #6fba2c solid;
        font: 16px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 500;
        color: #fff; }
    .recruit .recruit_box {
      max-width: 768px;
      width: calc(100% - 80px);
      margin: 0 auto 90px;
      position: relative;
      z-index: 3;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: flex-start; }
      .recruit .recruit_box .recruit_pic01 {
        order: 1;
        position: relative;
        display: block;
        right: auto;
        top: auto;
        z-index: 0;
        max-width: 1000px;
        width: 100%;
        margin: 0 auto; }
        .recruit .recruit_box .recruit_pic01 img {
          width: 100%; }
      .recruit .recruit_box .txt {
        order: 2;
        position: relative;
        z-index: 1; }
        .recruit .recruit_box .txt img {
          display: none; }
      .recruit .recruit_box h2 {
        font: 140px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 400;
        margin: 0 0 40px;
        letter-spacing: 2px; }
        .recruit .recruit_box h2 small {
          font: 20px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: 700;
          margin: 0; }
      .recruit .recruit_box p {
        font: 18px/2.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 700;
        margin: 0 0 20px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .recruit .voice_box {
    width: calc(100% - 50px);
    padding: 0 0 80px; }
    .recruit .voice_box h2 {
      font: 80px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 400;
      margin: 0 0 20px; }
      .recruit .voice_box h2 small {
        display: block;
        font: 17px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 700;
        margin: 30px 0 0 15px; }
    .recruit .voice_box p {
      bottom: 8px;
      right: 8px;
      padding: 5px 10px 6px;
      font: 15px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 500; }
  .recruit .recruit_box {
    width: calc(100% - 50px);
    margin: 0 auto 90px; }
    .recruit .recruit_box h2 {
      font: 100px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 400;
      margin: 0 0 20px; }
      .recruit .recruit_box h2 small {
        font: 17px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 700; }
    .recruit .recruit_box p {
      font: 18px/2.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 700; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .recruit .voice_box {
    width: calc(100% - 20px);
    padding: 0 0 60px; }
    .recruit .voice_box h2 {
      font: 60px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 400;
      margin: 0 0 20px;
      padding: 0 10px; }
      .recruit .voice_box h2 small {
        width: 100%;
        display: block;
        font: 15px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 700;
        margin: 5px 0 0; }
    .recruit .voice_box p {
      bottom: -10px;
      right: auto;
      left: 5px;
      padding: 5px 10px 6px;
      font: 13.5px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 500; }
    .recruit .voice_box ul {
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    .recruit .voice_box li {
      width: calc((100% - 5px)/2);
      margin: 0 0 20px; }
    .recruit .voice_box a {
      margin: 20px auto 0; }
  .recruit .recruit_box {
    max-width: 480px;
    width: calc(100% - 40px);
    margin: 0 auto 50px; }
    .recruit .recruit_box h2 {
      font: 80px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 400;
      margin: -40px 0 20px; }
      .recruit .recruit_box h2 small {
        font: 15px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 700; }
    .recruit .recruit_box p {
      font: 16px/2.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 700; } }
/*max-width:480px*/
/***************************************************************/
.number {
  background-color: #fffde1;
  position: relative;
  padding: 340px 0 70px;
  margin: -300px 0 0;
  z-index: 1; }
  .number h2 {
    font: 110px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 400;
    text-align: left;
    color: #f5a200;
    max-width: 920px;
    width: calc(100% - 80px);
    margin: 0 auto 60px; }
  .number ul {
    max-width: 920px;
    width: calc(100% - 80px);
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start; }
  .number h3 {
    font: 20px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700;
    text-align: center;
    color: #595757;
    margin-bottom: 15px; }
  .number .demo {
    font: 80px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 500; }
  .number .sub {
    font: 36px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700;
    margin: 0 0 10px; }
  .number li {
    text-align: center; }
  .number .dat {
    color: #f5a200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px; }
  .number p {
    color: #f5a200;
    font: 15px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 500; }
  .number .btn {
    margin: 0 auto;
    background-color: inherit;
    color: #f5a200;
    border: 2px solid #f5a200; }
    .number .btn:before {
      border-top: 2.5px solid #f5a200;
      border-right: 2.5px solid #f5a200; }
    .number .btn:after {
      background-color: #f5a200; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .number {
    padding: 80px 0 70px;
    margin: 0 0 0;
    z-index: 1; }
    .number h2 {
      font: 100px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 400;
      text-align: left;
      color: #f5a200;
      max-width: 768px;
      width: calc(100% - 80px);
      margin: 0 auto 60px; }
    .number ul {
      max-width: 768px;
      width: calc(100% - 80px); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .number {
    padding: 50px 0 60px;
    margin: 0 0 0;
    z-index: 1; }
    .number h2 {
      font: 70px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 400;
      text-align: center;
      color: #f5a200;
      max-width: 768px;
      width: calc(100% - 50px);
      margin: 0 auto 60px; }
    .number ul {
      max-width: 768px;
      width: calc(100% - 80px); }
    .number li {
      width: 100%;
      margin: 0 auto 50px; }
      .number li:last-of-type {
        margin: 0 auto; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .number {
    padding: 50px 0 60px; }
    .number h2 {
      font: 60px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 400;
      width: calc(100% - 40px); }
    .number ul {
      width: calc(100% - 40px); }
    .number h3 {
      font: 18px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 700;
      text-align: center;
      color: #595757;
      margin-bottom: 15px; }
    .number .demo {
      font: 70px/1.0em 'Urbanist',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 500; }
    .number .sub {
      font: 30px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 700;
      margin: 0 0 10px; } }
/*max-width:480px*/
/***************************************************************/
.album {
  padding: 100px 0 0;
  margin: 0 auto 100px; }
  .album h2 {
    text-align: center;
    color: #199344; }
  .album .btn {
    margin: 0 auto;
    border: #3fb370 solid 2px;
    background-color: #3fb370; }
  .album ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1280px;
    width: calc(100% - 80px);
    margin: 0 auto 40px; }
  .album li {
    width: calc(100%/4);
    line-height: 0;
    height: 240px;
    max-width: 320px;
    position: relative;
    overflow: hidden; }
    .album li img {
      width: -moz-fit-content;
      width: fit-content;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }

@media (max-width: 1280px) {
  .album {
    padding: 100px 0 0;
    margin: 0 auto 100px; }
    .album h2 {
      text-align: center;
      color: #199344; }
    .album .btn {
      margin: 0 auto;
      border: #3fb370 solid 2px;
      background-color: #3fb370; }
    .album ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: flex-start;
      max-width: 1440px;
      width: calc(100% - 80px);
      margin: 0 auto 40px; }
    .album li {
      width: calc(100%/4);
      line-height: 0;
      height: 0;
      padding: 17% 0 0;
      position: relative;
      overflow: hidden; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .album {
    padding: 100px 0 0;
    margin: 0 auto 100px; }
    .album ul {
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 640px;
      width: calc(100% - 80px);
      margin: 0 auto 40px; }
    .album li {
      width: calc((100% - 15px)/2);
      line-height: 0;
      margin: 0 0 15px;
      padding: 33% 0 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .album {
    /*padding: 100px 0 0;
    margin: 0 auto 100px;*/ }
    .album ul {
      width: calc(100% - 50px); }
    .album li {
      width: calc((100% - 10px)/2);
      margin: 0 0 10px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .album {
    padding: 50px 0 0;
    margin: 0 auto 70px; }
    .album ul {
      max-width: 480px;
      margin: 0 auto 20px;
      width: calc(100% - 30px); }
    .album li {
      width: calc((100% - 10px)/2);
      margin: 0 0 10px; } }
/*max-width:480px*/
/***************************************************************/
.movie {
  padding: 100px 0 0;
  margin: 0 auto 100px; }
  .movie h2 {
    text-align: center;
    color: #199344; }
  .movie .btn {
    margin: 0 auto;
    border: #3fb370 solid 2px;
    background-color: #3fb370; }

.movie_item {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1440px;
  width: calc(100% - 80px); }

.movie_flow {
  width: calc((100% - 60px)/3);
  margin: 0 30px 50px 0;
  position: relative; }
  .movie_flow:hover {
    color: orange;
    cursor: pointer; }
    .movie_flow:hover span:before, .movie_flow:hover span:after {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1); }
  .movie_flow:nth-of-type(3n) {
    margin-right: 0; }
  .movie_flow span {
    aspect-ratio: 16/9;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative; }
    .movie_flow span img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .movie_flow span:before {
      transition: .3s;
      display: block;
      position: absolute;
      content: "";
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.7);
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
    .movie_flow span:after {
      transition: .3s;
      position: absolute;
      content: "";
      top: 50%;
      left: 51%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 30px solid #555555;
      border-right: 0; }
  .movie_flow time {
    font: 15px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 400;
    display: block;
    padding: 10px 0 8px; }
  .movie_flow p {
    font: 16px/1.6em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 500; }

.modal {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 99999;
  pointer-events: none; }

.modal.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

.modal.active {
  display: flex; }

.modal_inner {
  position: relative;
  width: calc(100% - 100px);
  max-width: 1024px; }
  .modal_inner > .modal_close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 36px;
    color: #fff;
    cursor: pointer; }
    .modal_inner > .modal_close:hover {
      color: orange; }
  .modal_inner div {
    padding: 20px;
    background-color: #fff; }
    .modal_inner div .modal_close {
      position: relative;
      font-size: 36px;
      color: #ccc;
      text-align: center;
      padding: 20px 0 15px;
      margin: 0 auto;
      display: block;
      cursor: pointer;
      width: fit-content; }
      .modal_inner div .modal_close:hover {
        color: orange; }
  .modal_inner video {
    margin: 0 0 15px; }
  .modal_inner time {
    font: 15px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 400;
    display: block;
    padding: 0 0 10px; }
  .modal_inner p {
    font: 16px/1.6em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 500; }

.modal video {
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid #fff; }

@media (max-width: 1280px) {
  .movie {
    padding: 100px 0 0;
    margin: 0 auto 100px; }
    .movie h2 {
      text-align: center;
      color: #199344; }
    .movie .btn {
      margin: 0 auto;
      border: #3fb370 solid 2px;
      background-color: #3fb370; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .movie {
    padding: 100px 0 0;
    margin: 0 auto 100px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .movie_item {
    justify-content: space-between; }

  .movie_flow {
    width: calc((100% - 15px)/2);
    margin: 0 0 50px; }
    .movie_flow time {
      font: 14px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 400; }
    .movie_flow p {
      font: 15px/1.6em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 500; }
    .movie_flow span:before {
      width: 60px;
      height: 60px; }
    .movie_flow span:after {
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 20px solid #555555; }

  .modal_inner {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1024px; }
    .modal_inner div {
      padding: 15px; }
      .modal_inner div .modal_close {
        font-size: 30px;
        padding: 15px 0 5px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .movie {
    padding: 50px 0 0;
    margin: 0 auto 70px; }

  .movie_flow {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px; }
    .movie_flow time {
      padding: 10px 15px; }
    .movie_flow p {
      padding: 0 15px; }
    .movie_flow span:before {
      width: 80px;
      height: 80px; }
    .movie_flow span:after {
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 30px solid #555555; }

  .modal_inner {
    width: calc(100% - 30px); }
    .modal_inner div {
      padding: 10px; }
      .modal_inner div .modal_close {
        font-size: 30px;
        padding: 15px 0 5px; }
      .modal_inner div time {
        padding: 0 0 8px;
        font: 12px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 400; }
      .modal_inner div p {
        padding: 0;
        font: 14px/1.6em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 500; } }
/*max-width:480px*/
/***************************************************************/
.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  width: calc(100% - 80px);
  margin: 0 auto; }
  .info h2 {
    text-align: center;
    color: #199344;
    max-width: 500px;
    width: 100%;
    height: 370px;
    position: relative;
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center; }
    .info h2:before {
      position: absolute;
      content: "";
      height: 100%;
      background: url("../images/index/info_bg.svg") center center no-repeat;
      background-size: contain;
      display: block;
      width: 550px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      z-index: -1; }
  .info small {
    font: 18px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 500;
    display: block;
    margin: 15px 0 0 10px; }
  .info div {
    width: calc(100% - 550px);
    max-width: 660px; }
  .info ul {
    width: 100%;
    margin: 0 0 40px; }
  .info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0; }
    .info li time {
      width: 95px;
      font: 15px/1.6em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 400;
      color: #199344; }
    .info li a {
      font: 15px/1.6em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 400;
      width: calc(100% - 95px); }
  .info .btn {
    margin: 0;
    border: #3fb370 solid 2px;
    background-color: #3fb370; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .info {
    display: block;
    max-width: 768px;
    padding: 100px 0 0; }
    .info h2 {
      height: auto;
      padding: 30px 0 0;
      margin: 0 auto 50px; }
      .info h2:before {
        width: 400px;
        height: 300px;
        top: 30%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
    .info small {
      margin: 15px 0 0; }
    .info div {
      width: 100%;
      max-width: 100%; }
    .info ul {
      width: 100%;
      max-width: 640px;
      margin: 0 auto 40px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .info li time {
    width: 100%;
    display: block;
    color: #199344; }
  .info li a {
    width: 100%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .info {
    width: calc(100% - 40px);
    padding: 50px 0 0; }
    .info h2 {
      padding: 30px 0 0;
      margin: 0 auto 20px; }
      .info h2:before {
        max-width: 400px;
        width: 100%;
        height: 0;
        padding: 65% 0 0 0;
        top: 35%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%);
        z-index: -1; }
    .info small {
      font: 18px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 500;
      display: block;
      margin: 10px 0 0 0; }
    .info ul {
      width: 100%;
      max-width: 640px;
      margin: 0 auto 25px; } }
/*max-width:480px*/
