/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-dummy {
    width: 50%;
  }
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.section__hdg {
  text-align: center;
  line-height: 1;
}
.section__hdg .en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #70C100;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .section__hdg .en {
    font-size: 40px;
  }
}
.section__hdg .ja {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.section__lead {
  margin-top: 22px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section__lead {
    margin-top: 12px;
    font-size: 20px;
  }
}
.section--color .section__hdg .ja {
  color: #fff;
}
.section--color .section__lead {
  color: #fff;
}

/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
.sec-mv {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.sec-mv__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  padding: 170px 10px 80px;
}
@media screen and (max-width: 1150px) {
  .sec-mv__inner {
    padding: 150px 20px 68px;
  }
}
@media screen and (max-width: 900px) {
  .sec-mv__inner {
    display: block;
    padding: 140px 24px 58px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mv__inner {
    padding: 100px 20px 42px;
  }
}
.sec-mv__txt-area {
  width: 52%;
  max-width: 620px;
}
@media screen and (max-width: 900px) {
  .sec-mv__txt-area {
    width: auto;
    max-width: none;
  }
}
.sec-mv__img-area {
  width: 44%;
  max-width: 470px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .sec-mv__img-area {
    width: 100%;
    max-width: 440px;
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mv__img-area {
    margin-top: 22px;
  }
}
.sec-mv__img-area img {
  width: 100%;
  height: auto;
}
.sec-mv__catch {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1150px) {
  .sec-mv__catch {
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) {
  .sec-mv__catch {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mv__catch {
    font-size: 25px;
    line-height: 1.6;
  }
}
/* 語句の途中や句読点だけで折り返さないよう、意味のまとまりごとに改行させる */
.sec-mv__catch span,
.sec-mv__lead span {
  display: inline-block;
}
.sec-mv__lead {
  margin-top: 26px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.95;
}
@media screen and (max-width: 1150px) {
  .sec-mv__lead {
    margin-top: 22px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mv__lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.85;
  }
}
.sec-mv__btn {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .sec-mv__btn {
    margin-top: 26px;
  }
}
.sec-mv__btn a {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .sec-mv__btn a {
    font-size: 15px;
  }
}

/* 白背景のメインビジュアルに重なるヘッダー・サイド帯の配色調整
=================================================================*/
.page-index .g-header__pcnav a {
  color: #333;
}
/* 濃色のロゴ・文字が情報発信セクションの背景に沈まないよう、帯を明るく保つ */
.page-index .m-side-scroll {
  background-color: rgba(240, 240, 240, .92);
}
.page-index .m-side-scroll .scroll::before {
  background: #8a8a8a;
}
.page-index .m-side-scroll .scroll__txt {
  color: #555;
}

/*--------------------------------------------------------------------------
   #sec-bnr
---------------------------------------------------------------------------*/
.sec-bnr {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-bnr {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-bnr__bnr {
    width: 100%;
  }
  .sec-bnr__bnr img {
    width: 100%;
    height: auto;
  }
}
.sec-bnr__bnr a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-bnr__bnr a:hover, .mode-sp .sec-bnr__bnr a:active {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

/*--------------------------------------------------------------------------
   #sec-feature
---------------------------------------------------------------------------*/
.sec-feature {
  position: relative;
  padding: 52px 0 48px;
}
@media screen and (max-width: 1150px) {
  .sec-feature {
    padding: 44px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-feature {
    padding: 32px 0 28px;
  }
}
.sec-feature__hdg {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1150px) {
  .sec-feature__hdg {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-feature__hdg {
    font-size: 22px;
    line-height: 1.65;
  }
}
.sec-feature__hdg span,
.sec-feature__lead span {
  display: inline-block;
}
.sec-feature__lead {
  max-width: 720px;
  margin: 18px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .sec-feature__lead {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.9;
  }
}
.sec-feature__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
/* 1023px以下は見出し・本文が3列で窮屈になるため1列へ。
   1024px以上は3列を維持する */
@media screen and (max-width: 1023px) {
  .sec-feature__content {
    display: block;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-feature__content {
    margin-top: 28px;
  }
}
.sec-feature__content .feature {
  width: 32%;
  max-width: 380px;
  padding: 32px 28px 34px;
  background-color: #f7f7f7;
  border-top: 3px solid #70C100;
  color: #333;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  .sec-feature__content .feature {
    width: 32%;
    padding: 28px 20px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .sec-feature__content .feature {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 28px 32px 30px;
  }
  .sec-feature__content .feature:not(:first-of-type) {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-feature__content .feature {
    padding: 24px 22px 26px;
  }
  .sec-feature__content .feature:not(:first-of-type) {
    margin-top: 16px;
  }
}
.sec-feature__content .feature__num {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #70C100;
}
@media only screen and (max-width: 767px) {
  .sec-feature__content .feature__num {
    font-size: 18px;
  }
}
.sec-feature__content .feature__hdg {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .sec-feature__content .feature__hdg {
    margin-top: 12px;
    font-size: 17px;
  }
}
.sec-feature__content .feature__txt {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .sec-feature__content .feature__txt {
    font-size: 14px;
    line-height: 1.85;
  }
}
.sec-feature__btn {
  margin: 64px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-feature__btn {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------------------
   #sec-contact
---------------------------------------------------------------------------*/
.sec-contact {
  padding: 90px 0 60px;
  background-color: #F0F0F0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-contact {
    padding: 70px 0 60px;
  }
}
.sec-contact__hdg .en {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-contact__hdg .en {
    font-size: 16px;
  }
}
.sec-contact__hdg .ja {
  display: block;
  margin-top: 22px;
  font-size: 26px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-contact__hdg .ja {
    margin-top: 18px;
    font-size: 23px;
  }
}
.sec-contact__txt {
  margin-top: 30px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-contact__txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.sec-contact__btn {
  margin: 30px auto 0;
}
.sec-contact__tel {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .sec-contact__tel {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-contact__tel .hdg {
    font-size: 14px;
  }
}
.sec-contact__tel .number {
  margin-top: 5px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-contact__tel .number {
    font-size: 38px;
  }
}
.sec-contact__tel .hour {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .sec-contact__tel .hour {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------------------
   #sec-business
---------------------------------------------------------------------------*/
.sec-business {
  padding: 56px 0 100px;
}
@media screen and (max-width: 1150px) {
  .sec-business {
    padding: 48px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-business {
    padding: 40px 0 64px;
  }
}
.sec-business__hdg {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1150px) {
  .sec-business__hdg {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-business__hdg {
    font-size: 22px;
    line-height: 1.65;
  }
}
.sec-business__lead {
  max-width: 720px;
  margin: 18px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .sec-business__lead {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.9;
  }
}
/* 長い導入文を1行幅の inline-block にしない。狭い幅でも折り返して収める */
.sec-business__lead span {
  display: inline;
}
.sec-business__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1220px;
  margin: 40px auto 0;
  padding: 0 10px;
}
@media screen and (max-width: 1023px) {
  .sec-business__list {
    display: block;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-business__list {
    margin-top: 28px;
    padding: 0;
  }
}
.sec-business__list .business-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48.5%;
  margin-bottom: 24px;
  padding: 32px 32px 30px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-left: 3px solid #70C100;
  color: #333;
}
@media screen and (max-width: 1023px) {
  .sec-business__list .business-card {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 560px;
    min-width: 0;
    margin: 0 auto 18px;
    padding: 28px 32px 26px;
  }
  .sec-business__list .business-card:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-business__list .business-card {
    max-width: 100%;
    padding: 24px 22px 22px;
    margin-bottom: 16px;
  }
}
.business-card__num {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #70C100;
}
@media only screen and (max-width: 767px) {
  .business-card__num {
    font-size: 18px;
  }
}
.business-card__hdg {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .business-card__hdg {
    margin-top: 12px;
    font-size: 18px;
  }
}
.business-card__txt {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .business-card__txt {
    font-size: 14px;
    line-height: 1.85;
  }
}
.business-card__link {
  margin-top: auto;
  padding-top: 18px;
}
.business-card__link a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333;
  border-bottom: 1px solid #70C100;
}
.mode-pc .business-card__link a:hover,
.mode-sp .business-card__link a:active {
  color: #70C100;
}
.sec-business__btn {
  margin: 24px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-business__btn {
    margin-top: 32px;
  }
}

/*--------------------------------------------------------------------------
   #sec-partner
---------------------------------------------------------------------------*/
.sec-partner {
  padding: 72px 0 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-partner {
    padding: 48px 0 56px;
  }
}
.sec-partner__btn {
  margin: 32px auto 0;
}
.sec-partner__sub {
  margin-top: 20px;
  font-size: 14px;
}
.sec-partner__sub a {
  border-bottom: 1px solid #70C100;
}
.mode-pc .sec-partner__sub a:hover,
.mode-sp .sec-partner__sub a:active {
  color: #70C100;
}

/*--------------------------------------------------------------------------
   #sec-initiative
---------------------------------------------------------------------------*/
.sec-initiative {
  padding: 72px 0 88px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .sec-initiative {
    padding: 48px 0 64px;
  }
}
.sec-initiative__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1220px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1023px) {
  .sec-initiative__list {
    display: block;
    margin-top: 32px;
  }
}
.initiative-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48.5%;
  min-width: 0;
  padding: 32px 32px 30px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-left: 3px solid #70C100;
  color: #333;
}
@media screen and (max-width: 1023px) {
  .initiative-card {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 18px;
    padding: 28px 32px 26px;
  }
  .initiative-card:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .initiative-card {
    max-width: 100%;
    padding: 24px 22px 22px;
    margin-bottom: 16px;
  }
}
.initiative-card__status {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #70C100;
}
.initiative-card__hdg {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .initiative-card__hdg {
    font-size: 18px;
  }
}
.initiative-card__txt {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .initiative-card__txt {
    font-size: 14px;
    line-height: 1.85;
  }
}

/*--------------------------------------------------------------------------
   #sec-works
---------------------------------------------------------------------------*/
.sec-works {
  padding: 100px 0 145px;
  background-color: #EAEAEA;
}
@media only screen and (max-width: 767px) {
  .sec-works {
    padding: 60px 0;
  }
}
.sec-works__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-works__content {
    display: block;
    margin-top: 30px;
  }
}
.sec-works__content .works {
  max-width: 380px;
  width: 33.3333333333%;
}
@media screen and (max-width: 1260px) {
  .sec-works__content .works {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-works__content .works {
    max-width: none;
    width: auto;
    margin: 0 auto;
  }
  .sec-works__content .works:not(:first-of-type) {
    margin-top: 32px;
  }
}
.sec-works__content .works a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-works__content .works a:hover, .mode-sp .sec-works__content .works a:active {
  opacity: 0.75;
}
.mode-pc .sec-works__content .works a:hover .m-screenshot__sp, .mode-sp .sec-works__content .works a:active .m-screenshot__sp {
  bottom: 0;
}
.sec-works__content .works__img {
  line-height: 1;
}
.sec-works__content .works__img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .sec-works__content .works__img img {
    height: 336px;
  }
}
.sec-works__content .works__tag {
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .sec-works__content .works__tag {
    margin-top: 12px;
    font-size: 16px;
  }
}
.sec-works__content .works__hdg {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-works__content .works__hdg {
    margin-top: 8px;
    font-size: 18px;
  }
}
.sec-works__content .works__url {
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .sec-works__content .works__url {
    margin-top: 5px;
    font-size: 16px;
  }
}
.sec-works__btn {
  margin: 100px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-works__btn {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------------------
   #sec-service
---------------------------------------------------------------------------*/
.sec-service {
  padding: 100px 0 150px;
}
@media only screen and (max-width: 767px) {
  .sec-service {
    padding: 60px 0;
  }
}
.sec-service__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-service__content {
    display: block;
    margin-top: 30px;
  }
}
.sec-service__content .service {
  max-width: 380px;
  width: 33.3333333333%;
}
@media screen and (max-width: 1260px) {
  .sec-service__content .service {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-service__content .service {
    max-width: none;
    width: auto;
    margin: 0 auto;
  }
  .sec-service__content .service:not(:first-of-type) {
    margin-top: 32px;
  }
}
.sec-service__content .service a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-service__content .service a:hover {
  opacity: 0.7;
}
.sec-service__content .service__img {
  line-height: 1;
  overflow: hidden;
}
.sec-service__content .service__img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1220px) {
  .sec-service__content .service__img img {
    height: 20.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-service__content .service__img img {
    height: 55.8vw;
  }
}
.sec-service__content .service__hdg {
  position: relative;
  margin-top: 25px;
  min-height: 20px;
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-service__content .service__hdg {
    margin-top: 20px;
  }
}
.sec-service__content .service__hdg img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .sec-service__content .service__hdg img {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
.sec-service__content .service__url {
  margin-top: 12px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .sec-service__content .service__url {
    margin-top: 5px;
    font-size: 16px;
  }
}
.sec-service__content .service__txt {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-service__content .service__txt {
    margin-top: 10px;
    font-size: 14px;
  }
}
.sec-service__btn {
  margin: 60px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-service__btn {
    margin-top: 35px;
  }
}

/*--------------------------------------------------------------------------
   #sec-media
---------------------------------------------------------------------------*/
.sec-media {
  padding: 80px 0 100px;
  background-color: #fff;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .sec-media {
    padding: 60px 0;
  }
}
.sec-media__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-media__content {
    display: block;
    margin-top: 30px;
  }
}
.sec-media__content .media {
  max-width: 380px;
  width: 33.3333333333%;
  margin: 0 0 50px auto;
}
@media screen and (max-width: 1260px) {
  .sec-media__content .media {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-media__content .media {
    max-width: none;
    width: auto;
    margin: 0 auto;
  }
  .sec-media__content .media:not(:first-of-type) {
    margin-top: 32px;
  }
}
.sec-media__content .media:nth-child(3n+1) {
  margin-left: 0;
}
.sec-media__content .media a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
}
.mode-pc .sec-media__content .media a:hover img {
  opacity: 0.7;
}
.sec-media__content .media__img {
  line-height: 1;
  overflow: hidden;
  background-color: #fff;
}
.sec-media__content .media__img img {
  width: 100%;
  height: 250px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1220px) {
  .sec-media__content .media__img img {
    height: 20.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-media__content .media__img img {
    height: 55.8vw;
  }
}
.sec-media__content .media__hdg {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-media__content .media__hdg {
    margin-top: 20px;
    font-size: 18px;
  }
}
.sec-media__content .media__date {
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .sec-media__content .media__date {
    margin-top: 8px;
    font-size: 16px;
  }
}
.sec-media__content .media__txt {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .sec-media__content .media__txt {
    margin-top: 8px;
    font-size: 14px;
  }
}
.sec-media__btn {
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-media__btn {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------------------
   #sec-recruit
---------------------------------------------------------------------------*/
.sec-recruit {
  padding-top: 92px;
}
@media only screen and (max-width: 767px) {
  .sec-recruit {
    padding-top: 18px;
  }
}
.sec-recruit .recruit {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec-recruit .recruit {
    padding: 0 7.24%;
  }
}
.sec-recruit .recruit:not(:first-of-type) {
  margin-top: -60px;
}
@media only screen and (max-width: 767px) {
  .sec-recruit .recruit:not(:first-of-type) {
    margin-top: 40px;
  }
}
.sec-recruit .recruit__img {
  position: absolute;
  top: 0;
  left: 48%;
  max-width: 900px;
  width: 75%;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-recruit .recruit__img {
    left: 24%;
    width: 91.6%;
  }
}
.sec-recruit .recruit__img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.sec-recruit .recruit__body {
  position: relative;
  z-index: 2;
  max-width: 500px;
  padding: 84px 0 185px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-recruit .recruit__body {
    padding: 59vw 0 0;
    text-align: left;
  }
}
.sec-recruit .recruit__hdg .en {
  display: block;
  font-family: "Oswald", sans-serif;
  letter-spacing: normal;
  line-height: 1;
}
.sec-recruit .recruit__hdg .en__big {
  display: block;
  font-size: 240px;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  .sec-recruit .recruit__hdg .en__big {
    font-size: 113px;
  }
}
.sec-recruit .recruit__hdg .en__small {
  display: block;
  font-size: 54px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .sec-recruit .recruit__hdg .en__small {
    font-size: 24px;
  }
}
.sec-recruit .recruit__hdg .ja {
  display: block;
  margin-top: 50px;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .sec-recruit .recruit__hdg .ja {
    margin-top: 18px;
    font-size: 20px;
  }
}
.sec-recruit .recruit__txt {
  margin-top: 30px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-recruit .recruit__txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.sec-recruit .recruit__btn {
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-recruit .recruit__btn {
    margin-top: 25px;
  }
}
.sec-recruit .recruit--reverse .recruit__img {
  left: inherit;
  right: 48%;
}
@media only screen and (max-width: 767px) {
  .sec-recruit .recruit--reverse .recruit__img {
    right: 24%;
  }
}
.sec-recruit .recruit--reverse .recruit__body {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .sec-recruit .recruit--reverse .recruit__body {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .sec-recruit .recruit--reverse .recruit__txt {
    text-align: left;
  }
}

/*--------------------------------------------------------------------------
   #sec-news
---------------------------------------------------------------------------*/
.sec-news {
  padding: 100px 0 30px;
}
@media only screen and (max-width: 767px) {
  .sec-news {
    padding: 65px 0 60px;
  }
}
.sec-news__list {
  margin-top: 42px;
  border-top: 1px solid #707070;
}
@media only screen and (max-width: 767px) {
  .sec-news__list {
    margin-top: 28px;
  }
}
.sec-news .news a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mode-pc .sec-news .news a:hover {
  opacity: 0.7;
}
.mode-pc .sec-news .news a:hover .news__hdg {
  color: #70C100;
}
.sec-news .news__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 767px) {
  .sec-news .news__body {
    padding: 15px 0;
  }
}
.sec-news .news__date {
  width: 16.6%;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-news .news__date {
    font-size: 13px;
    width: 26%;
    line-height: 1.5;
  }
}
.sec-news .news__hdg {
  width: 83.4%;
  line-height: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .sec-news .news__hdg {
    width: 74%;
    font-size: 13px;
    line-height: 1.5;
  }
}
.sec-news__btn {
  margin: 82px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-news__btn {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* mv
=================================================================*/
/* JavaScriptが動かない場合でも本文とボタンを表示させるため、
   初期状態では隠さず is-animated が付いたときだけ演出を再生する */
@-webkit-keyframes mvFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 24px);
            transform: translate(0, 24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes mvFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 24px);
            transform: translate(0, 24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes mvFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mvFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sec-mv.is-animated .sec-mv__catch {
  -webkit-animation: mvFadeUp 0.9s cubic-bezier(0.075, 0.82, 0.165, 1) both;
          animation: mvFadeUp 0.9s cubic-bezier(0.075, 0.82, 0.165, 1) both;
}
.sec-mv.is-animated .sec-mv__lead {
  -webkit-animation: mvFadeUp 0.9s cubic-bezier(0.075, 0.82, 0.165, 1) 0.15s both;
          animation: mvFadeUp 0.9s cubic-bezier(0.075, 0.82, 0.165, 1) 0.15s both;
}
.sec-mv.is-animated .sec-mv__btn {
  -webkit-animation: mvFadeUp 0.9s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s both;
          animation: mvFadeUp 0.9s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s both;
}
.sec-mv.is-animated .sec-mv__img-area {
  -webkit-animation: mvFadeIn 1.2s ease 0.1s both;
          animation: mvFadeIn 1.2s ease 0.1s both;
}

/* common
=================================================================*/
.section__hdg .en {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.section__hdg .ja {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.section__hdg + .section__lead {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.c-btn-square.is-animate {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.section__hdg.is-animated .en {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.section__hdg.is-animated .ja {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.section__hdg.is-animated + .section__lead {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.c-btn-square.is-animated {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* feature
=================================================================*/
/* ファーストビュー内でも消えないよう、初期状態では隠さず
   is-animated が付いたときだけ演出する */
.sec-feature__content.is-animated .feature {
  -webkit-animation: mvFadeUp 0.9s cubic-bezier(0.075, 0.82, 0.165, 1) both;
          animation: mvFadeUp 0.9s cubic-bezier(0.075, 0.82, 0.165, 1) both;
}
.sec-feature__content.is-animated .feature:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.sec-feature__content.is-animated .feature:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.sec-feature__content.is-animated .feature:nth-child(3) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

/* contact
=================================================================*/
.sec-contact.is-animate .sec-contact__hdg .en {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.sec-contact.is-animate .sec-contact__hdg .ja {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.sec-contact.is-animate .sec-contact__txt {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.sec-contact.is-animate .c-btn-square {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.sec-contact.is-animate .sec-contact__tel {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.sec-contact.is-animated .sec-contact__hdg .en {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.sec-contact.is-animated .sec-contact__hdg .ja {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sec-contact.is-animated .sec-contact__txt {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec-contact.is-animated .c-btn-square {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.sec-contact.is-animated .sec-contact__tel {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

/* business
=================================================================*/
.sec-business__list.is-animated .business-card {
  -webkit-animation: mvFadeUp 0.9s cubic-bezier(0.075, 0.82, 0.165, 1) both;
          animation: mvFadeUp 0.9s cubic-bezier(0.075, 0.82, 0.165, 1) both;
}
.sec-business__list.is-animated .business-card:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.sec-business__list.is-animated .business-card:nth-child(2) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.sec-business__list.is-animated .business-card:nth-child(3) {
  -webkit-animation-delay: 0.19s;
          animation-delay: 0.19s;
}
.sec-business__list.is-animated .business-card:nth-child(4) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}

/* works
=================================================================*/
.sec-works.is-animate .works {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.sec-works.is-animated .works {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sec-works.is-animated .works:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec-works.is-animated .works:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.sec-works.is-animated .works:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* service
=================================================================*/
.sec-service.is-animate .service {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.sec-service.is-animated .service {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sec-service.is-animated .service:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec-service.is-animated .service:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.sec-service.is-animated .service:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* media
=================================================================*/
.sec-media.is-animate .media {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.sec-media.is-animated .media {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sec-media.is-animated .media:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec-media.is-animated .media:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.sec-media.is-animated .media:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.sec-media.is-animated .media:nth-child(4) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.sec-media.is-animated .media:nth-child(5) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.sec-media.is-animated .media:nth-child(6) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

/* recruit
=================================================================*/
.sec-recruit .recruit.is-animate .recruit__img {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.sec-recruit .recruit.is-animate .recruit__hdg .en {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.sec-recruit .recruit.is-animate .recruit__hdg .ja {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.sec-recruit .recruit.is-animate .recruit__txt {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.sec-recruit .recruit.is-animate .recruit__btn {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.sec-recruit .recruit.is-animated .recruit__img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sec-recruit .recruit.is-animated .recruit__hdg .en {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.sec-recruit .recruit.is-animated .recruit__hdg .ja {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.sec-recruit .recruit.is-animated .recruit__txt {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.sec-recruit .recruit.is-animated .recruit__btn {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
/*# sourceMappingURL=../maps/index/style.css.map */
