@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

input, textarea, button, select {
  font-family: inherit;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html, body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  line-height: 1.5;
  color: #000;
  background: #f8f8f8;
}

body.is-menuOpen {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.clear-fix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1279px) {
  .fvonly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sponly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pconly {
    display: none !important;
  }
}
/* keyframe
========================= */
@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 7%) rotate(-7deg);
            transform: translate(0, 7%) rotate(-7deg);
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(0, -10%) rotate(5deg);
            transform: translate(0, -10%) rotate(5deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 7%) rotate(-7deg);
            transform: translate(0, 7%) rotate(-7deg);
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(0, -10%) rotate(5deg);
            transform: translate(0, -10%) rotate(5deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, -10%) rotate(5deg);
            transform: translate(0, -10%) rotate(5deg);
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(0, 7%) rotate(-7deg);
            transform: translate(0, 7%) rotate(-7deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes float2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, -10%) rotate(5deg);
            transform: translate(0, -10%) rotate(5deg);
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(0, 7%) rotate(-7deg);
            transform: translate(0, 7%) rotate(-7deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  60% {
    -webkit-transform: rotate(2.5deg);
            transform: rotate(2.5deg);
  }
  80% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  60% {
    -webkit-transform: rotate(2.5deg);
            transform: rotate(2.5deg);
  }
  80% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes swing2 {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes swing2 {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  60% {
    -webkit-transform: translateY(-7.5%);
            transform: translateY(-7.5%);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  60% {
    -webkit-transform: translateY(-7.5%);
            transform: translateY(-7.5%);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%);
  }
}
/* ===============================================================================
Header
=============================================================================== */
.headerArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  min-height: 90px;
}
.headerArea::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.headerArea__inr {
  padding: 25px 45px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headerArea .blks-1 {
  margin-right: 40px;
}
.headerArea .blks-1 .logo {
  width: 345px;
  min-width: 240px;
}
@media screen and (min-width: 769px) {
  .headerArea .blks-1 .logo__inr:hover {
    opacity: 0.8;
  }
}
.headerArea .blks-1 .logo img {
  width: 100%;
  display: block;
}
.headerArea .blks-2 {
  margin-top: -11px;
  padding-right: 115px;
}
.headerArea .blks-2__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headerArea .blks-2 .llist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headerArea .blks-2 .llist__item {
  font-size: 1.25rem;
  line-height: 1.95;
  font-weight: 700;
}
.headerArea .blks-2 .llist__item:not(:last-child) {
  margin-right: 64px;
}
@media screen and (min-width: 769px) {
  .headerArea .blks-2 .llist__item a:hover {
    opacity: 0.8;
  }
}
.headerArea .blks-2 .btns {
  display: none;
}
@media screen and (max-width: 768px) {
  .headerArea {
    min-height: 1px;
  }
  .headerArea__inr {
    padding: 0;
    display: block;
  }
  .headerArea .blks-1 {
    height: 19.2vw;
    position: relative;
    margin-right: 0;
  }
  .headerArea .blks-1 .logo {
    width: 33.33vw;
    min-width: 1px;
    position: absolute;
    top: 6.67vw;
    left: 4.27vw;
  }
  .headerArea .blks-1 .menuBtn {
    width: 7.33vw;
    height: 5.6vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 5.33vw;
  }
  .headerArea .blks-1 .menuBtn__bar {
    width: 7.33vw;
    height: 5.6vw;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .headerArea .blks-1 .menuBtn__bar::before, .headerArea .blks-1 .menuBtn__bar::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 0.8vw;
    background: #000;
    -webkit-transition-property: left, top, bottom, -webkit-transform;
    transition-property: left, top, bottom, -webkit-transform;
    transition-property: left, top, bottom, transform;
    transition-property: left, top, bottom, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .headerArea .blks-1 .menuBtn__bar::before {
    -webkit-transform: translateY(-300%);
        -ms-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  .headerArea .blks-1 .menuBtn__bar::after {
    -webkit-transform: translateY(300%);
        -ms-transform: translateY(300%);
            transform: translateY(300%);
  }
  .headerArea .blks-1 .menuBtn__bar span {
    display: block;
    width: 100%;
    height: 0.8vw;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .headerArea .blks-2 {
    margin-top: 0;
    padding-right: 0;
    position: fixed;
    top: 19.2vw;
    left: 0;
    width: 100%;
    bottom: 0;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .headerArea .blks-2__inr {
    display: block;
    padding: 7.73vw 5.33vw;
  }
  .headerArea .blks-2 .llist {
    display: block;
    text-align: center;
    margin-bottom: 6.67vw;
  }
  .headerArea .blks-2 .llist__item {
    font-size: 4.27vw;
  }
  .headerArea .blks-2 .llist__item:not(:last-child) {
    margin: 0 0 6vw;
  }
  .headerArea .blks-2 .btns {
    display: block;
  }
  .headerArea .blks-2 .btns__item:not(:last-child) {
    margin-bottom: 4.8vw;
  }
  .headerArea .blks-2 .btn {
    width: 44.63vw;
    height: 15.08vw;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    border: solid 1px #000;
    box-sizing: border-box;
    border-radius: 15.08vw;
    font-size: 4.27vw;
    line-height: 1.2;
    font-weight: 700;
  }
  .headerArea .blks-2 .btn__inr {
    width: 5em;
    text-align: center;
    padding-right: 15.47vw;
    position: relative;
  }
  .headerArea .blks-2 .btn__inr::before, .headerArea .blks-2 .btn__inr::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .headerArea .blks-2 .btn__inr::before {
    right: 8.53vw;
    width: 5.75vw;
    height: 1.76vw;
    background: url("../img/cmn/cmn_arr01.svg") no-repeat 0 0/100% 100%;
  }
  .headerArea .blks-2 .btn__inr._ico-1::after {
    right: 0;
    width: 6.46vw;
    height: 7.7vw;
    background: url("../img/cmn/cmn_illust01.png") no-repeat 0 0/100% 100%;
  }
  .headerArea .blks-2 .btn__inr._ico-2::after {
    right: 0;
    width: 6.52vw;
    height: 8.78vw;
    background: url("../img/cmn/cmn_illust02.png") no-repeat 0 0/100% 100%;
  }
  .headerArea.is-active::before {
    opacity: 0;
  }
  .headerArea.is-active .blks-1 {
    background: rgba(255, 255, 255, 0.95);
  }
  .headerArea.is-active .blks-1 .menuBtn__bar::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .headerArea.is-active .blks-1 .menuBtn__bar::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .headerArea.is-active .blks-1 span {
    opacity: 0;
  }
  .headerArea.is-active .blks-2 {
    opacity: 1;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.95);
  }
}
.headerArea.is-changed::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .headerArea.is-changed.is-active::before {
    opacity: 0;
  }
}

/* ===============================================================================
Footer
=============================================================================== */
.footerArea {
  background: #000;
  color: #fff;
  padding: 56px 0 20px;
}
.footerArea__inr {
  padding: 0 45px;
}
.footerArea .blks-1 {
  text-align: center;
  margin-bottom: 104px;
}
.footerArea .blks-1 .logo {
  width: 345px;
  margin: 0 auto 44px;
}
.footerArea .blks-1 .logo img {
  width: 100%;
  display: block;
}
.footerArea .blks-1 .txt {
  font-size: 1.5625rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
}
.footerArea .blks-1 .txt-2 {
  font-size: 1.5625rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 41px;
}
.footerArea .blks-1 .slist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 41px;
}
.footerArea .blks-1 .slist__item:not(:last-child) {
  margin-right: 20px;
}
.footerArea .blks-1 .slist__item a {
  display: block;
}
@media screen and (min-width: 769px) {
  .footerArea .blks-1 .slist__item a:hover {
    opacity: 0.8;
  }
}
.footerArea .blks-1 .slist__item a._insta {
  width: 50px;
  height: 50px;
  background: url("../img/cmn/cmn_sns01.svg") no-repeat 0 0/100% 100%;
}
.footerArea .blks-1 .llist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
.footerArea .blks-1 .llist__item {
  margin: 4px 32px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .footerArea .blks-1 .llist__item a:hover {
    opacity: 0.8;
  }
}
.footerArea .blks-1 .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px -10px;
}
.footerArea .blks-1 .btns__item {
  width: 280px;
  margin: 5px 10px;
}
.footerArea .blks-1 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  background: #fff;
  color: #000;
  border-radius: 90px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .footerArea .blks-1 .btn:hover {
    opacity: 0.8;
  }
}
.footerArea .blks-1 .btn__txt._ico-1, .footerArea .blks-1 .btn__txt._ico-2 {
  position: relative;
}
.footerArea .blks-1 .btn__txt._ico-1::before, .footerArea .blks-1 .btn__txt._ico-1::after, .footerArea .blks-1 .btn__txt._ico-2::before, .footerArea .blks-1 .btn__txt._ico-2::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.footerArea .blks-1 .btn__txt._ico-1::before, .footerArea .blks-1 .btn__txt._ico-2::before {
  background: url("../img/cmn/cmn_arr01.svg") no-repeat 0 0/100% 100%;
  width: 44px;
  height: 14px;
}
.footerArea .blks-1 .btn__txt._ico-1::after, .footerArea .blks-1 .btn__txt._ico-2::after {
  right: 0;
}
.footerArea .blks-1 .btn__txt._ico-1 {
  padding-right: 120px;
}
.footerArea .blks-1 .btn__txt._ico-1::before {
  right: 64px;
}
.footerArea .blks-1 .btn__txt._ico-1::after {
  background: url("../img/cmn/cmn_illust01.png") no-repeat 0 0/100% 100%;
  width: 49px;
  height: 58px;
}
.footerArea .blks-1 .btn__txt._ico-2 {
  padding-right: 130px;
}
.footerArea .blks-1 .btn__txt._ico-2::before {
  right: 76px;
}
.footerArea .blks-1 .btn__txt._ico-2::after {
  background: url("../img/cmn/cmn_illust02.png") no-repeat 0 0/100% 100%;
  width: 49px;
  height: 66px;
}
.footerArea .copyright {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footerArea {
    padding: 13.6vw 0 7.47vw;
  }
  .footerArea__inr {
    padding: 0 4vw;
  }
  .footerArea .blks-1 {
    margin-bottom: 21.87vw;
  }
  .footerArea .blks-1 .logo {
    width: 72vw;
    margin-bottom: 4.8vw;
  }
  .footerArea .blks-1 .txt {
    font-size: 4.27vw;
    margin-bottom: 9.6vw;
  }
  .footerArea .blks-1 .txt-2 {
    font-size: 4.27vw;
    line-height: 1.5;
    margin-bottom: 9.6vw;
  }
  .footerArea .blks-1 .slist {
    margin-bottom: 9.6vw;
  }
  .footerArea .blks-1 .slist__item:not(:last-child) {
    margin-right: 5.33vw;
  }
  .footerArea .blks-1 .slist__item a._insta {
    width: 13.33vw;
    height: 13.33vw;
  }
  .footerArea .blks-1 .llist {
    display: block;
    margin-bottom: 13.87vw;
  }
  .footerArea .blks-1 .llist__item {
    margin: 0;
    font-size: 4.27vw;
  }
  .footerArea .blks-1 .llist__item:not(:last-child) {
    margin-bottom: 5.47vw;
  }
  .footerArea .blks-1 .btns {
    display: block;
    margin: 0;
  }
  .footerArea .blks-1 .btns__item {
    width: 60vw;
    margin: 0 auto;
  }
  .footerArea .blks-1 .btns__item:not(:last-child) {
    margin-bottom: 5.6vw;
  }
  .footerArea .blks-1 .btn {
    height: 19.29vw;
    border-radius: 19.29vw;
    font-size: 4.27vw;
  }
  .footerArea .blks-1 .btn__txt._ico-1::before, .footerArea .blks-1 .btn__txt._ico-2::before {
    width: 9.24vw;
    height: 2.82vw;
  }
  .footerArea .blks-1 .btn__txt._ico-1::after, .footerArea .blks-1 .btn__txt._ico-2::after {
    right: 0;
  }
  .footerArea .blks-1 .btn__txt._ico-1 {
    padding-right: 25.33vw;
  }
  .footerArea .blks-1 .btn__txt._ico-1::before {
    right: 13.33vw;
  }
  .footerArea .blks-1 .btn__txt._ico-1::after {
    width: 10.39vw;
    height: 12.38vw;
  }
  .footerArea .blks-1 .btn__txt._ico-2 {
    padding-right: 26.4vw;
  }
  .footerArea .blks-1 .btn__txt._ico-2::before {
    right: 13.33vw;
  }
  .footerArea .blks-1 .btn__txt._ico-2::after {
    width: 10.47vw;
    height: 14.11vw;
  }
  .footerArea .copyright {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
  }
}

/* ===============================================================================
Contents
=============================================================================== */
.contentsArea {
  padding-top: 90px;
}
.contentsArea .ms {
  position: fixed;
  top: 0;
  left: 0;
  width: 120px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-9999px, -9999px, 0) translate(-50%, -50%);
          transform: translate3d(-9999px, -9999px, 0) translate(-50%, -50%);
  z-index: 9999;
  will-change: transform;
  margin-left: 80px;
  margin-top: 30px;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.contentsArea .ms.is-ready {
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.contentsArea .ms.is-show {
  opacity: 1;
  visibility: visible;
}
/* ===============================================================================
Module
=============================================================================== */
/* inner module 
========================= */
/* m-inr-1 */
.m-inr-1 {
  max-width: 1290px;
  padding: 0 45px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m-inr-1 {
    padding: 0 4vw;
  }
}

/* heading module 
========================= */
/* m-ph-1 */
.m-ph-1 {
  width: 700px;
  height: 400px;
  background: url("../img/cmn/cmn_sb01.svg") no-repeat center center/cover;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
}
.m-ph-1__en {
  height: 50px;
  margin-bottom: 24px;
}
.m-ph-1__en img {
  display: inline-block;
  width: 100%;
}
.m-ph-1__en img._kandomore {
  width: 605px;
}
.m-ph-1__en img._works {
  width: 233px;
}
.m-ph-1__en img._company {
  width: 340px;
}
.m-ph-1__main {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .m-ph-1 {
    width: 93.33vw;
    height: 53.33vw;
    padding-top: 4vw;
  }
  .m-ph-1__en {
    height: 6.67vw;
    margin-bottom: 3.2vw;
  }
  .m-ph-1__en img._kandomore {
    width: 80.67vw;
  }
  .m-ph-1__en img._works {
    width: 31.07vw;
  }
  .m-ph-1__en img._company {
    width: 45.33vw;
  }
  .m-ph-1__main {
    font-size: 4vw;
  }
}

/* m-h-1 */
.m-h-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-h-1__inr {
  text-align: center;
}
.m-h-1__en {
  height: 38px;
  margin-bottom: 14px;
}
.m-h-1__en img {
  display: block;
}
.m-h-1__en img._blog {
  width: 102px;
}
.m-h-1__main {
  font-size: 1.5625rem;
  line-height: 1.68;
  font-weight: 300;
}
.m-h-1.m-h-1_t2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .m-h-1__en {
    height: 5.07vw;
    margin-bottom: 1.87vw;
  }
  .m-h-1__en img {
    display: block;
  }
  .m-h-1__en img._blog {
    width: 13.6vw;
  }
  .m-h-1__main {
    font-size: 3.33vw;
  }
}

/* m-h-2 */
.m-h-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-h-2__inr {
  text-align: center;
}
.m-h-2__en {
  height: 38px;
  margin-bottom: 9px;
}
.m-h-2__en img {
  display: block;
}
.m-h-2__en img._profile {
  width: 483px;
}
.m-h-2__en img._award {
  width: 193px;
}
.m-h-2__en img._history {
  width: 504px;
}
.m-h-2__en img._column {
  width: 339px;
}
.m-h-2__main {
  font-size: 1.5625rem;
  line-height: 1.68;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .m-h-2__en {
    height: 5.07vw;
    margin-bottom: 1.87vw;
  }
  .m-h-2__en img {
    display: block;
  }
  .m-h-2__en img._profile {
    width: 64.4vw;
  }
  .m-h-2__en img._award {
    width: 25.73vw;
  }
  .m-h-2__en img._history {
    width: 67.2vw;
  }
  .m-h-2__en img._column {
    width: 45.2vw;
  }
  .m-h-2__main {
    font-size: 3.33vw;
  }
}

/* m-h-3 */
.m-h-3 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.68;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .m-h-3 {
    font-size: 6.67vw;
    line-height: 1.5;
  }
}

/* m-h-4 */
.m-h-4 {
  font-size: 1.375rem;
  line-height: 1.68;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .m-h-4 {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}

/* button module 
========================= */
/* m-btn-1 */
.m-btn-1 {
  min-width: 200px;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 55px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .m-btn-1:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .m-btn-1 {
    min-width: 46.67vw;
    min-height: 10.67vw;
    font-size: 4.27vw;
    border-radius: 10.67vw;
  }
}

/* column module 
========================= */
/* m-col3-1 */
.m-col3-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-col3-1__col {
  width: 31.66%;
}
.m-col3-1__col:not(:last-child) {
  margin-right: 2.51%;
}
@media screen and (max-width: 768px) {
  .m-col3-1 {
    display: block;
  }
  .m-col3-1__col {
    width: auto;
  }
  .m-col3-1__col:not(:last-child) {
    margin: 0 0 5.33vw;
  }
}

/* card module 
========================= */
/* m-card-1 */
.m-card-1 {
  background: #fff;
  border-radius: 10px;
  display: block;
  box-sizing: border-box;
  padding: 34px 34px 28px;
}
@media screen and (min-width: 769px) {
  .m-card-1:hover {
    opacity: 0.8;
  }
}
.m-card-1__img {
  aspect-ratio: 1/0.6129;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 10px;
  border: solid 1px #ccc;
  background: url("../img/cmn/cmn_logo02.svg") no-repeat center center/30% auto;
}
.m-card-1__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.m-card-1__grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6px;
}
.m-card-1__cat {
  font-size: 1rem;
  line-height: 1.2;
  background: #808080;
  color: #fff;
  text-align: center;
  min-width: 140px;
  font-weight: 700;
  padding: 5px 8px;
  box-sizing: border-box;
}
.m-card-1__date {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.m-card-1__h {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .m-card-1 {
    border-radius: 2vw;
    margin: 0 auto;
    padding: 5.33vw 4vw 3.73vw;
  }
  .m-card-1__body {
    max-width: 72vw;
    margin: 0 auto;
  }
  .m-card-1__img {
    margin-bottom: 1.6vw;
    border-radius: 2vw;
  }
  .m-card-1__grp {
    margin-bottom: 1.33vw;
  }
  .m-card-1__cat {
    font-size: 3.73vw;
    min-width: 36.65vw;
    padding: 0.8vw 1.07vw;
  }
  .m-card-1__date {
    display: none;
  }
  .m-card-1__h {
    font-size: 4.27vw;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

/* table module 
========================= */
/* m-tbl-1 */
.m-tbl-1 table {
  border-left: solid 2px #ccc;
  width: 100%;
  border-top: solid 2px #ccc;
}
.m-tbl-1 table td, .m-tbl-1 table th {
  vertical-align: middle;
  font-size: 1rem;
  line-height: 2;
}
.m-tbl-1 table th {
  background: #ccc;
  border-right: solid 2px #ccc;
  border-bottom: solid 2px #fff;
  padding: 30px;
  font-weight: 700;
  width: 25%;
  min-width: 160px;
}
.m-tbl-1 table td {
  padding: 30px 44px;
  border-right: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
}
.m-tbl-1 table tr:last-child th {
  border-bottom: solid 2px #ccc;
}
@media screen and (max-width: 768px) {
  .m-tbl-1 table {
    display: block;
  }
  .m-tbl-1 table tbody, .m-tbl-1 table tr {
    display: block;
    width: 100%;
  }
  .m-tbl-1 table td, .m-tbl-1 table th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 4.27vw;
    line-height: 1.5;
  }
  .m-tbl-1 table th {
    border-right: none;
    border-bottom: none;
    padding: 2.13vw 5.33vw;
    width: 100%;
    min-width: 1px;
  }
  .m-tbl-1 table td {
    padding: 5.33vw;
  }
  .m-tbl-1 table tr:last-child th {
    border-bottom: none;
  }
}

/* animation
========================= */
.a-toTop {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.a-toTop.is-anim {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* general module 
========================= */
.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.mid {
  font-weight: 500 !important;
}

.bold {
  font-weight: 700 !important;
}

/* ===============================================================================
Top
=============================================================================== */
/* top-section
========================= */
/* top-secs-1 */
.top-secs-1 {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .top-secs-1 {
    padding-bottom: 21.33vw;
  }
}

/* top-sec-1 */
.top-sec-1 {
  padding-top: 76px;
  overflow: hidden;
  margin-bottom: 104px;
}
.top-sec-1__inr {
  padding: 0 45px;
}
.top-sec-1 .blks-1 {
  position: relative;
  z-index: 1;
  max-width: 1173px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.top-sec-1 .blks-1 img {
  width: 100%;
  display: block;
}
.top-sec-1 .blks-1 .grp {
  margin-bottom: 16px;
  position: relative;
}
.top-sec-1 .blks-1 .parts {
  position: absolute;
}
.top-sec-1 .blks-1 .parts._t1 {
  width: 13.982%;
  top: 4.1%;
  left: 12.8%;
}
.top-sec-1 .blks-1 .parts._t2 {
  width: 17.392%;
  top: 0.5%;
  left: 34.9%;
}
.top-sec-1 .blks-1 .parts._t3 {
  width: 6.48%;
  top: -0.2%;
  left: 63.46%;
}
.top-sec-1 .blks-1 .parts._t4 {
  width: 3.496%;
  top: 8.3%;
  left: 74%;
}
.top-sec-1 .blks-1 .parts._t5 {
  width: 30.606%;
  top: 35.5%;
  left: 54%;
}
.top-sec-1 .blks-1 .parts._t6 {
  width: 8.526%;
  top: 50.5%;
  left: 31.2%;
}
.top-sec-1 .blks-1 .parts._t7 {
  width: 15.772%;
  top: 58.4%;
  left: 11.4%;
}
.top-sec-1 .blks-1 .parts._t8 {
  width: 10.998%;
  top: 61%;
  left: 71%;
}
.top-sec-1 .blks-1 .parts._t9 {
  width: 30.094%;
  top: 56%;
  left: 27.55%;
}
.top-sec-1 .blks-1 .parts._t10 {
  width: 6.394%;
  top: 43%;
  left: 72.5%;
}
.top-sec-1 .blks-1 .parts._t11 {
  width: 10.06%;
  top: 14.2%;
  left: 31.7%;
}
.top-sec-1 .blks-1 .txt {
  position: absolute;
  width: 34.954%;
  top: -2%;
  left: -2.6%;
  z-index: -1;
}
.top-sec-1 .blks-1 .txt-2 {
  max-width: 695px;
  margin: 0 auto;
  padding-right: 1.2%;
}
.top-sec-1 .blks-1 .txt, .top-sec-1 .blks-1 .txt-2 {
  -webkit-mask-image: -webkit-linear-gradient(left, black 50%, transparent 50%);
          mask-image: linear-gradient(to right, black 50%, transparent 50%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
          mask-position: 100% 0;
  -webkit-transition-property: -webkit-mask-position;
  transition-property: -webkit-mask-position;
  transition-property: mask-position;
  transition-property: mask-position, -webkit-mask-position;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 768px) {
  .top-sec-1 {
    padding-top: 1.07vw;
    margin-bottom: 12.27vw;
  }
  .top-sec-1__inr {
    padding: 0 4.53vw;
  }
  .top-sec-1 .blks-1 .grp {
    width: 120%;
    left: -10%;
    margin-bottom: 5.33vw;
  }
  .top-sec-1 .blks-1 .txt {
    position: static;
    width: 53.14vw;
    margin-bottom: 7.2vw;
  }
  .top-sec-1 .blks-1 .txt-2 {
    max-width: none;
    width: 76.18vw;
    padding-right: 0;
  }
}
.top-sec-1.is-anim .blks-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.top-sec-1.is-anim .blks-1 .txt {
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.top-sec-1.is-anim .blks-1 .txt-2 {
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.top-sec-1.is-anim2 .blks-1 .parts._t1 {
  -webkit-animation: float 3s linear infinite;
          animation: float 3s linear infinite;
}
.top-sec-1.is-anim2 .blks-1 .parts._t2 {
  -webkit-animation: swing 3s ease-in-out infinite;
          animation: swing 3s ease-in-out infinite;
}
.top-sec-1.is-anim2 .blks-1 .parts._t3 {
  -webkit-animation: jump 1.5s steps(1) 0.75s infinite;
          animation: jump 1.5s steps(1) 0.75s infinite;
}
.top-sec-1.is-anim2 .blks-1 .parts._t4 {
  -webkit-animation: jump 1.5s steps(1) infinite;
          animation: jump 1.5s steps(1) infinite;
}
.top-sec-1.is-anim2 .blks-1 .parts._t5 {
  -webkit-animation: swing 3s ease-in-out 0.5s infinite;
          animation: swing 3s ease-in-out 0.5s infinite;
}
.top-sec-1.is-anim2 .blks-1 .parts._t6 {
  -webkit-animation: jump 1.5s steps(1) infinite;
          animation: jump 1.5s steps(1) infinite;
}
.top-sec-1.is-anim2 .blks-1 .parts._t7 {
  -webkit-animation: jump 1.5s steps(1) 0.75s infinite;
          animation: jump 1.5s steps(1) 0.75s infinite;
}
.top-sec-1.is-anim2 .blks-1 .parts._t8 {
  -webkit-animation: jump 1.5s steps(1) 0.75s infinite;
          animation: jump 1.5s steps(1) 0.75s infinite;
}
.top-sec-1.is-anim2 .blks-1 .parts._t9 {
  -webkit-animation: float2 3s linear infinite;
          animation: float2 3s linear infinite;
}

/* top-sec-2 */
.top-sec-2 {
  margin-bottom: 74px;
}
.top-sec-2 .blks-1 {
  margin-bottom: 30px;
}
.top-sec-2 .blks-2 .col3 {
  margin-bottom: 50px;
}
.top-sec-2 .blks-2 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-sec-2 {
    margin-bottom: 14.67vw;
  }
  .top-sec-2 .blks-1 {
    margin-bottom: 6.4vw;
  }
  .top-sec-2 .blks-1 .h {
    padding: 0 10vw;
  }
  .top-sec-2 .blks-2 .col3 {
    margin-bottom: 10.67vw;
  }
}

/* top-sec-3 */
.top-sec-3 {
  overflow: hidden;
  margin-bottom: 104px;
}
.top-sec-3 .blks-1 + .blks-1 {
  margin-top: 80px;
}
.top-sec-3 .blks-1 .box {
  background: #fff;
  border-radius: 10px;
  padding: 35px 8.3% 55px;
  position: relative;
}
.top-sec-3 .blks-1 .box__en {
  margin-bottom: 3px;
}
.top-sec-3 .blks-1 .box__en img {
  display: block;
  width: 100%;
}
.top-sec-3 .blks-1 .box__en img._t1 {
  max-width: 759px;
}
.top-sec-3 .blks-1 .box__en img._t2 {
  max-width: 500px;
}
.top-sec-3 .blks-1 .box__en img._t3 {
  max-width: 728px;
}
.top-sec-3 .blks-1 .box__body {
  width: 60%;
}
.top-sec-3 .blks-1 .box__h {
  font-size: 2.3125rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 24px;
}
.top-sec-3 .blks-1 .box__txt {
  font-size: 1rem;
  line-height: 2;
  max-width: 540px;
  word-break: break-all;
  display: inline-block;
  margin-bottom: 45px;
}
.top-sec-3 .blks-1 .box__grp {
  margin-bottom: 15px;
}
.top-sec-3 .blks-1 .box__grp__h {
  font-size: 1.3125rem;
  font-weight: 500;
  margin-bottom: 29px;
}
.top-sec-3 .blks-1 .box__grp__txt {
  font-size: 1rem;
  line-height: 2;
}
.top-sec-3 .blks-1 .box__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-sec-3 .blks-1 .box__img {
  position: absolute;
}
.top-sec-3 .blks-1 .box__img img {
  display: block;
  width: 100%;
}
.top-sec-3 .blks-1 .box__img__parts {
  position: absolute;
}
.top-sec-3 .blks-1 .box__img._t1 {
  width: 33.459%;
  aspect-ratio: 1/0.7204;
  right: 5.8%;
  bottom: 4%;
}
.top-sec-3 .blks-1 .box__img._t1 .box__img__parts._t1 {
  width: 100%;
  right: 0;
  bottom: 0;
}
.top-sec-3 .blks-1 .box__img._t1 .box__img__parts._t2 {
  width: 15.607%;
  right: 23%;
  top: 0;
  -webkit-animation: swing2 3s ease-in-out 0s infinite;
          animation: swing2 3s ease-in-out 0s infinite;
}
.top-sec-3 .blks-1 .box__img._t2 {
  width: 33.102%;
  aspect-ratio: 1/1.0124;
  left: 6%;
  bottom: 8%;
}
.top-sec-3 .blks-1 .box__img._t2 .box__img__parts._t1 {
  width: 100%;
  top: 0;
  left: 0;
}
.top-sec-3 .blks-1 .box__img._t2 .box__img__parts._t2 {
  width: 53.052%;
  right: 19.5%;
  bottom: 2.4%;
  -webkit-animation: swing2 3s ease-in-out 1s infinite;
          animation: swing2 3s ease-in-out 1s infinite;
}
.top-sec-3 .blks-1 .box__img._t3 {
  width: 46.331%;
  aspect-ratio: 1/0.69069;
  right: 4.2%;
  bottom: 14.3%;
}
.top-sec-3 .blks-1 .box__img._t3 .box__img__parts._t1 {
  width: 65.385%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.top-sec-3 .blks-1 .box__img._t3 .box__img__parts._t2 {
  width: 40.446%;
  left: 0;
  bottom: 13.5%;
  -webkit-animation: swing2 3s ease-in-out 2s infinite;
          animation: swing2 3s ease-in-out 2s infinite;
}
.top-sec-3 .blks-1 .box._t1 .box__h span:not(:last-child) {
  margin-right: 1em;
}
.top-sec-3 .blks-1 .box._t1 .box__btn a {
  position: relative;
}
.top-sec-3 .blks-1 .box._t1 .box__btn a::after {
  position: absolute;
  content: "";
  display: block;
  top: -2px;
  left: calc(100% + 28px);
  width: 62px;
  height: 73px;
  background: url("../img/top/top_illust04.png") no-repeat 0 0/100% 100%;
}
.top-sec-3 .blks-1 .box._t2 {
  padding-bottom: 28px;
}
.top-sec-3 .blks-1 .box._t2 .box__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-sec-3 .blks-1 .box._t2 .box__body {
  margin-left: auto;
  text-align: right;
}
.top-sec-3 .blks-1 .box._t2 .box__h {
  margin-bottom: 11px;
}
.top-sec-3 .blks-1 .box._t2 .box__txtwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-sec-3 .blks-1 .box._t2 .box__txt {
  text-align: left;
  max-width: 510px;
  margin-bottom: 27px;
}
.top-sec-3 .blks-1 .box._t2 .box__btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-sec-3 .blks-1 .box._t3 {
  padding-bottom: 26px;
}
.top-sec-3 .blks-1 .box._t3 .box__h {
  margin-bottom: 14px;
}
.top-sec-3 .blks-1 .box._t1, .top-sec-3 .blks-1 .box._t3 {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(120px);
      -ms-transform: translateX(120px);
          transform: translateX(120px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.top-sec-3 .blks-1 .box._t1.is-anim, .top-sec-3 .blks-1 .box._t3.is-anim {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.top-sec-3 .blks-1 .box._t2 {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-120px);
      -ms-transform: translateX(-120px);
          transform: translateX(-120px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.top-sec-3 .blks-1 .box._t2.is-anim {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .top-sec-3 {
    margin-bottom: 21.87vw;
  }
  .top-sec-3 .blks-1 + .blks-1 {
    margin-top: 10.67vw;
  }
  .top-sec-3 .blks-1 .box {
    width: 86vw;
    border-radius: 0 2.67vw 2.67vw 0;
    box-sizing: border-box;
    margin-left: -4vw;
    padding: 12vw 4vw 6.4vw;
  }
  .top-sec-3 .blks-1 .box__en {
    margin-bottom: 4.53vw;
  }
  .top-sec-3 .blks-1 .box__en img._t1 {
    max-width: 59.37vw;
  }
  .top-sec-3 .blks-1 .box__en img._t2 {
    max-width: 39.11vw;
  }
  .top-sec-3 .blks-1 .box__en img._t3 {
    max-width: 57.03vw;
  }
  .top-sec-3 .blks-1 .box__body {
    width: auto;
  }
  .top-sec-3 .blks-1 .box__h {
    font-size: 6.67vw;
    margin-bottom: 7.47vw;
  }
  .top-sec-3 .blks-1 .box__txt {
    font-size: 4.27vw;
    line-height: 1.5;
    max-width: none;
    display: block;
    margin-bottom: 18.67vw;
  }
  .top-sec-3 .blks-1 .box__grp {
    margin-bottom: 9.87vw;
  }
  .top-sec-3 .blks-1 .box__grp__h {
    font-size: 4.27vw;
    margin-bottom: 6.4vw;
  }
  .top-sec-3 .blks-1 .box__grp__txt {
    font-size: 4.27vw;
    line-height: 1.5;
  }
  .top-sec-3 .blks-1 .box__btn {
    margin-bottom: 11.73vw;
  }
  .top-sec-3 .blks-1 .box__img {
    position: relative;
  }
  .top-sec-3 .blks-1 .box__img._t1 {
    width: 53.53vw;
    right: auto;
    bottom: auto;
    left: 9.6vw;
  }
  .top-sec-3 .blks-1 .box__img._t2 {
    width: 45.81vw;
    margin-left: auto;
    left: auto;
    bottom: auto;
    right: 5.07vw;
  }
  .top-sec-3 .blks-1 .box__img._t3 {
    width: 60vw;
    right: auto;
    bottom: auto;
    left: 4vw;
  }
  .top-sec-3 .blks-1 .box._t1 .box__h span:not(:last-child) {
    margin-right: 0.45em;
  }
  .top-sec-3 .blks-1 .box._t1 .box__btn a::after {
    content: none;
  }
  .top-sec-3 .blks-1 .box._t2 {
    margin: 0 -4vw 0 auto;
    border-radius: 2.67vw 0 0 2.67vw;
    padding-bottom: 2.67vw;
  }
  .top-sec-3 .blks-1 .box._t2 .box__h {
    margin-bottom: 4.27vw;
  }
  .top-sec-3 .blks-1 .box._t2 .box__txt {
    max-width: none;
    margin-bottom: 10.53vw;
  }
  .top-sec-3 .blks-1 .box._t2 .box__btn {
    margin-bottom: 3.2vw;
  }
  .top-sec-3 .blks-1 .box._t3 {
    padding-bottom: 9.07vw;
  }
  .top-sec-3 .blks-1 .box._t3 .box__h {
    margin-bottom: 7.73vw;
  }
  .top-sec-3 .blks-1 .box._t3 .box__btn {
    margin-bottom: 7.2vw;
  }
  .top-sec-3 .blks-1 .box._t1, .top-sec-3 .blks-1 .box._t3 {
    -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  .top-sec-3 .blks-1 .box._t1.is-anim, .top-sec-3 .blks-1 .box._t3.is-anim {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .top-sec-3 .blks-1 .box._t2 {
    -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
            transform: translateX(60px);
  }
  .top-sec-3 .blks-1 .box._t2.is-anim {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

/* top-sec-4 */
.top-sec-4 .blks-1 {
  margin-bottom: 63px;
}
.top-sec-4 .blks-1 .h {
  width: 702px;
}
.top-sec-4 .blks-1 .h img {
  width: 100%;
  display: block;
}
.top-sec-4 .blks-2 {
  overflow: hidden;
}
.top-sec-4 .blks-2 .slider {
  position: relative;
  width: 2450px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-sec-4 .blks-2 .slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top-sec-4 .blks-2 .slider .slide {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-sec-4 .blks-2 .slider .slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.top-sec-4 .blks-2 .slider .slide__grp {
  height: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-sec-4 .blks-2 .slider .slide__grp__item {
  width: 48%;
}
.top-sec-4 .blks-2 .slider .slide__grp__item._deco-1 {
  background: url("../img/top/top_illust09.png") no-repeat center center/87.71% auto;
}
.top-sec-4 .blks-2 .slider .slide__grp__item._deco-2 {
  background: url("../img/top/top_illust10.png") no-repeat center center/87.71% auto;
}
@media screen and (max-width: 768px) {
  .top-sec-4 .blks-1 {
    margin-bottom: 10.67vw;
  }
  .top-sec-4 .blks-1 .h {
    width: auto;
  }
  .top-sec-4 .blks-2 {
    overflow: hidden;
  }
  .top-sec-4 .blks-2 .slider {
    width: 478.53vw;
  }
}

/* ===============================================================================
thoughts
=============================================================================== */
/* thoughts-section
========================= */
/* thoughts-secs-1 */
.thoughts-secs-1 {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .thoughts-secs-1 {
    padding-bottom: 21.33vw;
  }
}

/* thoughts-sec-1 */
.thoughts-sec-1 {
  margin-bottom: 71px;
}
.thoughts-sec-1 .blks-1 {
  margin-bottom: 39px;
}
.thoughts-sec-1 .blks-2 {
  margin-bottom: 80px;
}
.thoughts-sec-1 .blks-2 .txt {
  text-align: center;
  font-size: 1.5625rem;
  line-height: 1.68;
  font-weight: 500;
}
.thoughts-sec-1 .blks-3 {
  max-width: 1000px;
  margin: 0 auto 68px;
}
.thoughts-sec-1 .blks-3 .mdia {
  max-width: 975px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thoughts-sec-1 .blks-3 .mdia__img {
  width: 335px;
  min-width: 200px;
  margin-right: 40px;
}
.thoughts-sec-1 .blks-3 .mdia__dtl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 4px;
}
.thoughts-sec-1 .blks-3 .mdia__txt {
  font-size: 1rem;
  line-height: 2;
}
.thoughts-sec-1 .blks-4 {
  max-width: 1000px;
  margin: 0 auto 75px;
}
.thoughts-sec-1 .blks-4 .h {
  font-size: 1.5625rem;
  line-height: 1.68;
  font-weight: 500;
  text-align: center;
  margin-bottom: 68px;
}
.thoughts-sec-1 .blks-5 {
  max-width: 1000px;
  margin: 0 auto 114px;
}
.thoughts-sec-1 .blks-5 .mdia {
  max-width: 996px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thoughts-sec-1 .blks-5 .mdia__img {
  width: 315px;
  min-width: 200px;
  margin-right: 40px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.thoughts-sec-1 .blks-5 .mdia__dtl {
  padding-top: 50px;
  max-width: 570px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.thoughts-sec-1 .blks-5 .mdia__txt {
  font-size: 1rem;
  line-height: 2;
}
.thoughts-sec-1 .blks-6 .txt {
  text-align: center;
  font-size: 1.5625rem;
  line-height: 1.68;
  font-weight: 500;
  margin-bottom: 60px;
}
.thoughts-sec-1 .blks-6 .illust {
  width: 499px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .thoughts-sec-1 {
    margin-bottom: 19.47vw;
  }
  .thoughts-sec-1 .blks-1 {
    margin-bottom: 5.33vw;
  }
  .thoughts-sec-1 .blks-2 {
    width: 72vw;
    margin: 0 auto 5.87vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .thoughts-sec-1 .blks-2 .txt {
    text-align: left;
    font-size: 4.27vw;
    line-height: 1.5;
  }
  .thoughts-sec-1 .blks-3 {
    max-width: none;
    width: 72vw;
    margin: 0 auto 14.67vw;
  }
  .thoughts-sec-1 .blks-3 .mdia {
    max-width: none;
    display: block;
  }
  .thoughts-sec-1 .blks-3 .mdia__img {
    width: 44.53vw;
    min-width: 1px;
    margin: 0 auto 4.27vw;
  }
  .thoughts-sec-1 .blks-3 .mdia__dtl {
    padding-top: 0;
  }
  .thoughts-sec-1 .blks-3 .mdia__txt {
    font-size: 4.27vw;
    line-height: 1.5;
    font-weight: 500;
  }
  .thoughts-sec-1 .blks-4 {
    margin: 0 auto 13.33vw;
  }
  .thoughts-sec-1 .blks-4 .h {
    font-size: 4.27vw;
    line-height: 1.5;
    margin-bottom: 9.07vw;
  }
  .thoughts-sec-1 .blks-5 {
    width: 72vw;
    margin: 0 auto 13.33vw;
  }
  .thoughts-sec-1 .blks-5 .mdia {
    max-width: none;
    display: block;
  }
  .thoughts-sec-1 .blks-5 .mdia__img {
    width: 42vw;
    min-width: 1px;
    margin: 0 auto;
  }
  .thoughts-sec-1 .blks-5 .mdia__dtl {
    padding-top: 0;
    max-width: none;
    margin-bottom: 2.67vw;
  }
  .thoughts-sec-1 .blks-5 .mdia__txt {
    font-size: 4.27vw;
    line-height: 1.5;
    font-weight: 500;
  }
  .thoughts-sec-1 .blks-6 .txt {
    width: 82.67vw;
    font-size: 4.27vw;
    line-height: 1.5;
    margin: 0 auto 7.2vw;
  }
  .thoughts-sec-1 .blks-6 .illust {
    width: 66.4vw;
  }
}

/* thoughts-sec-2 */
.thoughts-sec-2 {
  margin-bottom: 100px;
}
.thoughts-sec-2 .blks-1 {
  margin-bottom: 47px;
}
.thoughts-sec-2 .blks-2 .col3 {
  margin-bottom: 50px;
}
.thoughts-sec-2 .blks-2 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .thoughts-sec-2 {
    margin-bottom: 14.67vw;
  }
  .thoughts-sec-2 .blks-1 {
    margin-bottom: 5.87vw;
  }
  .thoughts-sec-2 .blks-1 .h {
    padding: 0 10vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .thoughts-sec-2 .blks-2 .col3 {
    margin-bottom: 10.67vw;
  }
}

/* thoughts-sec-3 */
.thoughts-sec-3 .blks-1 {
  background: #fff;
  min-height: 1000px;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 37px 40px 40px;
}
.thoughts-sec-3 .blks-1__inr {
  max-width: 998px;
  margin: 0 auto;
}
.thoughts-sec-3 .blks-1::before, .thoughts-sec-3 .blks-1::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
}
.thoughts-sec-3 .blks-1::before {
  width: 840px;
  height: 1268px;
  background: url("../img/thoughts/thoughts_photo01.png") no-repeat 0 0/contain;
  top: 52%;
  left: 536px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.thoughts-sec-3 .blks-1::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.thoughts-sec-3 .blks-1 .en {
  max-width: 599px;
}
.thoughts-sec-3 .blks-1 .en img {
  width: 100%;
  display: block;
}
.thoughts-sec-3 .blks-1 .h {
  font-size: 2.3125rem;
  font-weight: 700;
  margin-bottom: 21px;
}
.thoughts-sec-3 .blks-1 .txt {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 80px;
  display: inline-block;
  position: relative;
}
.thoughts-sec-3 .blks-1 .txt::after {
  position: absolute;
  content: "";
  display: block;
  top: 35px;
  left: calc(100% + 36px);
  width: 265px;
  height: 170px;
  background: url("../img/thoughts/thoughts_illust04.png") no-repeat 0 0/100% 100%;
  -webkit-animation: bounce 2s ease-in-out infinite;
          animation: bounce 2s ease-in-out infinite;
}
.thoughts-sec-3 .blks-1 .btn__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 450px;
  min-height: 190px;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 10px;
  position: relative;
}
.thoughts-sec-3 .blks-1 .btn__inr::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 5px;
  left: 12px;
  width: 147px;
  height: 148px;
  background: url("../img/thoughts/thoughts_illust05.png") no-repeat 0 0/100% 100%;
}
@media screen and (min-width: 769px) {
  .thoughts-sec-3 .blks-1 .btn__inr:hover {
    opacity: 0.8;
  }
}
.thoughts-sec-3 .blks-1 .btn__inr-2 {
  text-align: center;
  padding: 10px 140px 10px 146px;
  position: relative;
}
.thoughts-sec-3 .blks-1 .btn__txt {
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
}
.thoughts-sec-3 .blks-1 .btn__txt::after {
  position: absolute;
  content: "";
  display: block;
  top: 8px;
  left: calc(100% + 14px);
  width: 55px;
  height: 17px;
  background: url("../img/cmn/cmn_arr01.svg") no-repeat 0 0/100% 100%;
}
.thoughts-sec-3 .blks-1 .btn__txt-2 {
  display: block;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .thoughts-sec-3 .blks-1 {
    min-height: 1px;
    border-radius: 2.67vw;
    padding: 12.53vw 10vw 69.33vw;
  }
  .thoughts-sec-3 .blks-1__inr {
    max-width: none;
    margin: 0 auto;
  }
  .thoughts-sec-3 .blks-1::before {
    background: url("../img/thoughts/thoughts_photo01_sp.png") no-repeat 0 0/contain;
    width: 126.53vw;
    height: 209.07vw;
    top: auto;
    bottom: -18.67vw;
    left: 10.13vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .thoughts-sec-3 .blks-1 .en {
    max-width: none;
    width: 45.94vw;
    margin-bottom: 2.13vw;
  }
  .thoughts-sec-3 .blks-1 .h {
    font-size: 6.67vw;
    line-height: 1.3;
    margin: 0 -4vw 21.33vw 0;
  }
  .thoughts-sec-3 .blks-1 .txt {
    font-size: 4.27vw;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin-bottom: 10.93vw;
    display: block;
  }
  .thoughts-sec-3 .blks-1 .txt::after {
    top: -18.93vw;
    left: 25.33vw;
    width: 35.33vw;
    height: 22.67vw;
  }
  .thoughts-sec-3 .blks-1 .btn__inr {
    width: 60vw;
    margin: 0 auto;
    min-height: 25.33vw;
    border-radius: 1.33vw;
  }
  .thoughts-sec-3 .blks-1 .btn__inr::before {
    bottom: 0.67vw;
    left: 1.6vw;
    width: 19.6vw;
    height: 19.73vw;
  }
  .thoughts-sec-3 .blks-1 .btn__inr-2 {
    padding: 1.33vw 18.67vw 1.33vw 19.47vw;
  }
  .thoughts-sec-3 .blks-1 .btn__txt {
    font-size: 4vw;
    margin-bottom: 1.33vw;
  }
  .thoughts-sec-3 .blks-1 .btn__txt::after {
    top: 1.07vw;
    left: calc(100% + 14px);
    width: 7.33vw;
    height: 2.27vw;
  }
  .thoughts-sec-3 .blks-1 .btn__txt-2 {
    font-size: 2.13vw;
  }
}

/* ===============================================================================
works
=============================================================================== */
/* works-section
========================= */
/* works-secs-1 */
.works-secs-1 {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .works-secs-1 {
    padding-bottom: 20vw;
  }
}

/* works-sec-1 */
.works-sec-1 {
  margin-bottom: 41px;
}
.works-sec-1 .blks-1 {
  margin-bottom: 40px;
}
.works-sec-1 .blks-2 {
  max-width: 900px;
  margin: 0 auto 28px;
}
.works-sec-1 .blks-2 .txt {
  font-size: 1.5625rem;
  line-height: 1.68;
  font-weight: 500;
  text-align: center;
}
.works-sec-1 .blks-3 {
  background: #fff;
  padding: 84px 40px;
  border-radius: 20px;
}
.works-sec-1 .blks-3 .youtube {
  border-radius: 15px;
  aspect-ratio: 1/0.5;
  overflow: hidden;
  display: block;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .works-sec-1 .blks-3 .youtube:hover {
    opacity: 0.8;
  }
}
.works-sec-1 .blks-3 .youtube img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.works-sec-1 .blks-3 .youtube::after {
  background: url("../img/cmn/cmn_play01.svg") no-repeat center center/100% auto;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 11.445%;
}
@media screen and (max-width: 768px) {
  .works-sec-1 {
    margin-bottom: 13.33vw;
  }
  .works-sec-1 .blks-1 {
    margin-bottom: 5.33vw;
  }
  .works-sec-1 .blks-2 {
    max-width: none;
    width: 72vw;
    margin: 0 auto 5.33vw;
  }
  .works-sec-1 .blks-2 .txt {
    text-align: left;
    font-size: 4.27vw;
    line-height: 1.5;
  }
  .works-sec-1 .blks-3 {
    padding: 8vw 4vw;
    border-radius: 4vw;
  }
  .works-sec-1 .blks-3 .youtube {
    border-radius: 2.67vw;
    max-width: 72vw;
  }
}

/* works-sec-2 */
.works-sec-2 {
  margin-bottom: 100px;
}
.works-sec-2 .blks-1 {
  margin-bottom: 86px;
}
.works-sec-2 .blks-1 .txt {
  font-size: 1.5625rem;
  line-height: 1.68;
  font-weight: 500;
  text-align: center;
  margin-bottom: 84px;
}
.works-sec-2 .blks-1 .mdia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1086px;
  padding-left: 36px;
}
.works-sec-2 .blks-1 .mdia__h {
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 24px;
}
.works-sec-2 .blks-1 .mdia__txt {
  max-width: 506px;
  font-size: 1rem;
  line-height: 2;
}
.works-sec-2 .blks-1 .mdia__dtl {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-right: 40px;
}
.works-sec-2 .blks-1 .mdia__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: -52px;
}
.works-sec-2 .blks-1 .grp {
  width: 317px;
  height: 234px;
  position: relative;
}
.works-sec-2 .blks-1 .grp__parts {
  position: absolute;
}
.works-sec-2 .blks-1 .grp__parts._t1 {
  bottom: 0;
  left: 0;
  width: 317px;
}
.works-sec-2 .blks-1 .grp__parts._t2 {
  -webkit-animation: bounce 2s ease-in-out infinite;
          animation: bounce 2s ease-in-out infinite;
  top: 24px;
  left: 49px;
  width: 53px;
}
.works-sec-2 .blks-2 .col3 {
  margin-bottom: 50px;
}
.works-sec-2 .blks-2 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .works-sec-2 {
    margin: 0 auto 13.33vw;
  }
  .works-sec-2 .blks-1 {
    width: 72vw;
    margin: 0 auto 8.53vw;
  }
  .works-sec-2 .blks-1 .txt {
    font-size: 4.27vw;
    line-height: 1.5;
    margin-bottom: 6.4vw;
  }
  .works-sec-2 .blks-1 .mdia {
    display: block;
    padding-left: 0;
  }
  .works-sec-2 .blks-1 .mdia__h {
    font-size: 5.33vw;
    margin-bottom: 4.27vw;
  }
  .works-sec-2 .blks-1 .mdia__txt {
    max-width: none;
    font-size: 4.27vw;
    line-height: 1.5;
  }
  .works-sec-2 .blks-1 .mdia__dtl {
    margin-right: 0;
  }
  .works-sec-2 .blks-1 .mdia__img {
    margin: 0 0 5.33vw;
  }
  .works-sec-2 .blks-1 .grp {
    width: 59.17vw;
    height: 43.68vw;
    margin: 0 auto;
  }
  .works-sec-2 .blks-1 .grp__parts._t1 {
    width: 59.17vw;
  }
  .works-sec-2 .blks-1 .grp__parts._t2 {
    top: 4.48vw;
    left: 9.15vw;
    width: 9.89vw;
  }
  .works-sec-2 .blks-2 .col3 {
    margin-bottom: 10.67vw;
  }
}

/* works-sec-3 */
.works-sec-3 {
  margin-bottom: 65px;
}
.works-sec-3__inr-2 {
  border-radius: 20px;
  background: #fff;
  padding: 75px 40px 85px;
}
.works-sec-3 .blks-1 {
  max-width: 872px;
  margin: 0 auto;
}
.works-sec-3 .blks-1 + .blks-1 {
  margin-top: 111px;
}
.works-sec-3 .blks-1 .h {
  text-align: center;
  font-size: 1.5625rem;
  line-height: 1.68;
  font-weight: 700;
  margin-bottom: 10px;
}
.works-sec-3 .blks-1 .txt {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 23px;
}
.works-sec-3 .blks-1 .llist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px -10px;
}
.works-sec-3 .blks-1 .llist__item {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 16px 10px;
  width: calc(33.3333% - 20px);
}
.works-sec-3 .blks-1 .llist__item a {
  display: block;
  text-align: center;
  border: solid 2px #b2b2b2;
  padding: 13px 10px 14px;
  border-radius: 55px;
}
@media screen and (min-width: 769px) {
  .works-sec-3 .blks-1 .llist__item a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .works-sec-3 {
    margin-bottom: 13.33vw;
  }
  .works-sec-3__inr-2 {
    border-radius: 4vw;
    padding: 9.6vw 2.67vw 10.67vw;
  }
  .works-sec-3 .blks-1 {
    max-width: 72vw;
  }
  .works-sec-3 .blks-1 + .blks-1 {
    margin-top: 13.33vw;
  }
  .works-sec-3 .blks-1 .h {
    font-size: 5.33vw;
    margin-bottom: b(20);
  }
  .works-sec-3 .blks-1 .txt {
    font-size: 4.27vw;
    line-height: 1.5;
    margin-bottom: 5.33vw;
  }
  .works-sec-3 .blks-1 .llist {
    margin: 0;
    display: block;
  }
  .works-sec-3 .blks-1 .llist__item {
    font-size: 4vw;
    line-height: 1.5;
    margin: 0 4vw;
    width: auto;
  }
  .works-sec-3 .blks-1 .llist__item:not(:last-child) {
    margin-bottom: 4.27vw;
  }
  .works-sec-3 .blks-1 .llist__item a {
    padding: 1.6vw 2.13vw;
    border-radius: 66.67vw;
  }
}

/* works-sec-4 */
.works-sec-4 .blks-1 {
  margin-bottom: 63px;
}
.works-sec-4 .blks-1 .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.works-sec-4 .blks-1 .col2__lt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 36px;
  margin: -8px 30px 0 0;
}
.works-sec-4 .blks-1 .col2__rt {
  width: 41.667%;
}
.works-sec-4 .blks-1 .h {
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 25px;
}
.works-sec-4 .blks-1 .txt {
  max-width: 506px;
  font-size: 1rem;
  line-height: 2;
}
.works-sec-4 .blks-1 .grp__img {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 7px;
}
.works-sec-4 .blks-1 .grp__img img {
  width: 100%;
  display: block;
}
.works-sec-4 .blks-1 .grp__body {
  padding: 0 4px;
}
.works-sec-4 .blks-1 .grp__txt {
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 7px;
}
.works-sec-4 .blks-1 .grp__txt-2 {
  font-size: 1rem;
}
.works-sec-4 .blks-2 .col3 {
  margin-bottom: 50px;
}
.works-sec-4 .blks-2 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .works-sec-4 .blks-1 {
    width: 72vw;
    margin: 0 auto 8.53vw;
  }
  .works-sec-4 .blks-1 .col2 {
    display: block;
  }
  .works-sec-4 .blks-1 .col2__lt {
    padding-left: 0;
    margin: 0 0 5.33vw;
  }
  .works-sec-4 .blks-1 .col2__rt {
    width: auto;
  }
  .works-sec-4 .blks-1 .h {
    font-size: 5.33vw;
    margin-bottom: 4.27vw;
  }
  .works-sec-4 .blks-1 .txt {
    max-width: none;
    font-size: 4.27vw;
    line-height: 1.5;
  }
  .works-sec-4 .blks-1 .grp__img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 7px;
  }
  .works-sec-4 .blks-1 .grp__img img {
    width: 100%;
    display: block;
  }
  .works-sec-4 .blks-1 .grp__body {
    padding: 0;
  }
  .works-sec-4 .blks-1 .grp__txt {
    font-size: 4.27vw;
    margin-bottom: 1.07vw;
  }
  .works-sec-4 .blks-1 .grp__txt-2 {
    font-size: 4vw;
  }
  .works-sec-4 .blks-2 .col3 {
    margin-bottom: 10.67vw;
  }
}

/* ===============================================================================
company
=============================================================================== */
/* company-section
========================= */
/* company-secs-1 */
.company-secs-1 {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .company-secs-1 {
    padding-bottom: 21.33vw;
  }
}

/* company-sec-1 */
.company-sec-1 {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .company-sec-1 {
    margin-bottom: 13.33vw;
  }
}

/* company-sec-2 */
.company-sec-2 {
  margin-bottom: 110px;
}
.company-sec-2 .blks-1 .h {
  margin-bottom: 40px;
}
.company-sec-2 .blks-1 .dlist {
  max-width: 696px;
  margin: 0 auto;
}
.company-sec-2 .blks-1 .dlist__item {
  padding: 24px 13px;
  border-bottom: solid 1px #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.company-sec-2 .blks-1 .dlist__item:first-child {
  padding-top: 0;
}
.company-sec-2 .blks-1 .dlist__item__ttl {
  font-size: 1.125rem;
  line-height: 1.75;
  width: 23%;
  min-width: 120px;
}
.company-sec-2 .blks-1 .dlist__item__dtl {
  font-size: 1rem;
  line-height: 1.75;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company-sec-2 .blks-1 .grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 435px;
}
.company-sec-2 .blks-1 .grp + .grp {
  margin-top: 21px;
}
.company-sec-2 .blks-1 .grp__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company-sec-2 .blks-1 .grp__btn a {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: #000;
  padding: 3px 4px 4px;
  min-width: 130px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .company-sec-2 .blks-1 .grp__btn a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .company-sec-2 {
    margin-bottom: 13.33vw;
  }
  .company-sec-2 .blks-1 .h {
    margin-bottom: 5.33vw;
  }
  .company-sec-2 .blks-1 .dlist {
    max-width: 72vw;
  }
  .company-sec-2 .blks-1 .dlist__item {
    padding: 6.4vw 0;
    display: block;
  }
  .company-sec-2 .blks-1 .dlist__item:first-child {
    padding-top: 0;
  }
  .company-sec-2 .blks-1 .dlist__item__ttl {
    font-size: 4.27vw;
    font-weight: 700;
    width: auto;
    min-width: 1px;
    margin-bottom: 2.67vw;
  }
  .company-sec-2 .blks-1 .dlist__item__dtl {
    font-size: 4vw;
    line-height: 1.5;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .company-sec-2 .blks-1 .grp {
    display: block;
    max-width: none;
  }
  .company-sec-2 .blks-1 .grp + .grp {
    margin-top: 4.27vw;
  }
  .company-sec-2 .blks-1 .grp__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .company-sec-2 .blks-1 .grp__btn {
    margin-top: 2.67vw;
  }
  .company-sec-2 .blks-1 .grp__btn a {
    font-size: 3.2vw;
    padding: 1.6vw 0.53vw;
    min-width: 34.67vw;
  }
}

/* company-sec-3 */
.company-sec-3 {
  margin-bottom: 106px;
}
.company-sec-3__inr-2 {
  padding: 65px 40px;
  background: #fff;
  border-radius: 20px;
  margin: 0 auto;
}
.company-sec-3 .blks-1 {
  margin-bottom: 37px;
}
.company-sec-3 .blks-2 {
  max-width: 900px;
  margin: 0 auto;
}
.company-sec-3 .blks-2 .slider {
  margin-bottom: 20px;
  position: relative;
}
.company-sec-3 .blks-2 .slider .swiper-slide {
  height: auto;
}
.company-sec-3 .blks-2 .slider__arr {
  position: absolute;
  width: 29px;
  height: 33px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #000;
  cursor: pointer;
  z-index: 2;
}
.company-sec-3 .blks-2 .slider__arr._prev {
  left: 12px;
}
.company-sec-3 .blks-2 .slider__arr._next {
  right: 12px;
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.company-sec-3 .blks-2 .box {
  border: solid 2px #e4e4e4;
  border-radius: 15px;
  padding: 45px 80px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-sec-3 .blks-2 .box__inr {
  width: 100%;
}
.company-sec-3 .blks-2 .box__img {
  max-width: 740px;
  height: 259px;
  padding: 20px 0;
  box-sizing: border-box;
}
.company-sec-3 .blks-2 .box__img img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.company-sec-3 .blks-2 .box__txt {
  font-size: 1rem;
  line-height: 2;
  max-width: 600px;
  margin: 0 auto;
}
.company-sec-3 .blks-2 .llist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 15px 30px;
}
.company-sec-3 .blks-2 .llist__item {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 2px #e4e4e4;
  border-radius: 15px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .company-sec-3 .blks-2 .llist__item:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .company-sec-3 {
    margin-bottom: 13.33vw;
  }
  .company-sec-3__inr-2 {
    padding: 10.67vw 4vw;
    border-radius: 0;
  }
  .company-sec-3 .blks-1 {
    margin-bottom: 4.27vw;
  }
  .company-sec-3 .blks-2 {
    max-width: none;
  }
  .company-sec-3 .blks-2 .slider {
    margin-bottom: 2.67vw;
  }
  .company-sec-3 .blks-2 .slider__arr {
    width: 3.87vw;
    height: 4.4vw;
  }
  .company-sec-3 .blks-2 .slider__arr._prev {
    left: -1.6vw;
  }
  .company-sec-3 .blks-2 .slider__arr._next {
    right: -1.6vw;
  }
  .company-sec-3 .blks-2 .box {
    border-radius: 4vw;
    padding: 7.47vw 0;
  }
  .company-sec-3 .blks-2 .box__img {
    max-width: 72vw;
    height: 32vw;
    padding: 5.33vw 0;
    margin: 0 auto 2.67vw;
  }
  .company-sec-3 .blks-2 .box__txt {
    font-size: 4vw;
    line-height: 1.5;
    max-width: 72vw;
    margin: 0 auto;
  }
  .company-sec-3 .blks-2 .llist {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2.67vw;
  }
  .company-sec-3 .blks-2 .llist__item {
    min-height: 8.53vw;
    border-radius: 4vw;
    padding: 2.13vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

/* company-sec-4 */
.company-sec-4 {
  margin-bottom: 110px;
}
.company-sec-4 .blks-1 {
  margin-bottom: 37px;
}
.company-sec-4 .blks-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-sec-4 .blks-2 .dlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  z-index: 1;
}
.company-sec-4 .blks-2 .dlist__item:not(:last-child) {
  padding-bottom: 50px;
}
.company-sec-4 .blks-2 .dlist__item:not(:last-child)::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  top: 10px;
  left: 241px;
  bottom: -10px;
  border-right: dashed 2px #a09393;
}
.company-sec-4 .blks-2 .dlist__item__ttl {
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 700;
  width: 250px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-right: 55px;
  position: relative;
}
.company-sec-4 .blks-2 .dlist__item__ttl::after {
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  right: 0;
  background: #000;
  width: 15px;
  height: 15px;
}
.company-sec-4 .blks-2 .dlist__item__dtl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .company-sec-4 {
    margin-bottom: 13.33vw;
  }
  .company-sec-4 .blks-1 {
    margin-bottom: 5.33vw;
  }
  .company-sec-4 .blks-2 {
    display: block;
  }
  .company-sec-4 .blks-2 .dlist {
    max-width: 72vw;
    margin: 0 auto;
  }
  .company-sec-4 .blks-2 .dlist__item {
    display: block;
    padding-left: 8.53vw;
  }
  .company-sec-4 .blks-2 .dlist__item::before {
    position: absolute;
    content: "";
    display: block;
    top: 2vw;
    left: 0;
    background: #000;
    width: 4vw;
    height: 4vw;
  }
  .company-sec-4 .blks-2 .dlist__item:not(:last-child) {
    padding-bottom: 8.53vw;
  }
  .company-sec-4 .blks-2 .dlist__item:not(:last-child)::after {
    top: 2.67vw;
    left: 2vw;
    bottom: -2.67vw;
    border-right: dashed 0.27vw #a09393;
  }
  .company-sec-4 .blks-2 .dlist__item__ttl {
    font-size: 4.27vw;
    width: auto;
    padding: 0;
    margin: 0 0 1.33vw;
  }
  .company-sec-4 .blks-2 .dlist__item__ttl::after {
    content: none;
  }
  .company-sec-4 .blks-2 .dlist__item__dtl {
    font-size: 4vw;
    line-height: 1.5;
  }
}

/* company-sec-5 */
.company-sec-5 .blks-1 {
  margin-bottom: 45px;
}
.company-sec-5 .blks-2 .col3 {
  margin-bottom: 50px;
}
.company-sec-5 .blks-2 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .company-sec-5 .blks-1 {
    margin-bottom: 6.4vw;
  }
  .company-sec-5 .blks-1 .h {
    padding: 0 10vw;
  }
  .company-sec-5 .blks-2 .col3 {
    margin-bottom: 10.67vw;
  }
}

/* ===============================================================================
recruit
=============================================================================== */
#recruit .contentsArea {
  padding-top: 0 !important;
}

/* recruit-section
========================= */
/* recruit-secs-1 */
.recruit-secs-1 {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .recruit-secs-1 {
    padding-bottom: 21.33vw;
  }
}

/* recruit-sec-1 */
.recruit-sec-1 {
  overflow: hidden;
  height: 631px;
  padding-top: 90px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-bottom: 55px;
}
.recruit-sec-1::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  background: url("../img/recruit/recruit_sb01.svg") no-repeat center bottom/cover;
}
.recruit-sec-1 .blks-1 {
  position: absolute;
  background: #fff;
  z-index: -1;
  top: 0;
  width: 110%;
  height: 100%;
  left: -5%;
  -webkit-mask: url("../img/recruit/recruit_mask01.svg") no-repeat center bottom/cover;
          mask: url("../img/recruit/recruit_mask01.svg") no-repeat center bottom/cover;
}
.recruit-sec-1 .blks-1 .img {
  position: absolute;
  top: 0;
  left: 32%;
  bottom: -15%;
  right: 0;
}
.recruit-sec-1 .blks-1 .img::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.recruit-sec-1 .blks-1 .img img {
  object-fit: cover;
  object-position: left bottom;
  width: 100%;
  height: 100%;
}
.recruit-sec-1 .blks-2 {
  padding: 210px 89px 40px;
  max-width: 1450px;
  margin: 0 auto;
  position: relative;
}
.recruit-sec-1 .blks-2 .grp {
  width: 189px;
  height: 107px;
  position: absolute;
  top: 62px;
  left: 81px;
}
.recruit-sec-1 .blks-2 .grp__parts {
  position: absolute;
}
.recruit-sec-1 .blks-2 .grp__parts img {
  display: block;
  width: 100%;
}
.recruit-sec-1 .blks-2 .grp__parts._t1 {
  width: 63px;
  right: 0;
  bottom: 0;
}
.recruit-sec-1 .blks-2 .grp__parts._t2 {
  width: 128px;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s ease-in-out infinite;
          animation: bounce 2s ease-in-out infinite;
}
.recruit-sec-1 .blks-2 .grp-2 {
  width: 134px;
  height: 104px;
  position: absolute;
  bottom: -72px;
  left: 516px;
}
.recruit-sec-1 .blks-2 .grp-2__parts {
  position: absolute;
}
.recruit-sec-1 .blks-2 .grp-2__parts img {
  display: block;
  width: 100%;
}
.recruit-sec-1 .blks-2 .grp-2__parts._t1 {
  width: 66px;
  bottom: 0;
  left: 0;
}
.recruit-sec-1 .blks-2 .grp-2__parts._t2 {
  width: 62px;
  right: 0;
  top: 0;
  -webkit-animation: bounce 2s ease-in-out 0.5s infinite;
          animation: bounce 2s ease-in-out 0.5s infinite;
}
.recruit-sec-1 .blks-2 .h {
  width: 532px;
  margin-bottom: 3px;
}
.recruit-sec-1 .blks-2 .h img {
  width: 100%;
  display: block;
}
.recruit-sec-1 .blks-2 .txt {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruit-sec-1 {
    height: 52.27vw;
    padding-top: 9.6vw;
    margin-bottom: 7.47vw;
  }
  .recruit-sec-1::after {
    left: -10%;
    width: 116.8%;
  }
  .recruit-sec-1 .blks-1 {
    width: 116.8%;
    left: -10%;
  }
  .recruit-sec-1 .blks-1 .img {
    position: absolute;
    top: 0;
    left: 32%;
    bottom: -15%;
    right: 0;
  }
  .recruit-sec-1 .blks-1 .img::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
  }
  .recruit-sec-1 .blks-1 .img img {
    object-fit: cover;
    object-position: left bottom;
    width: 100%;
    height: 100%;
  }
  .recruit-sec-1 .blks-2 {
    padding: 7.47vw 5.07vw 4vw;
  }
  .recruit-sec-1 .blks-2 .grp {
    width: 14.87vw;
    height: 8.42vw;
    top: -4.27vw;
    left: 4.53vw;
  }
  .recruit-sec-1 .blks-2 .grp__parts._t1 {
    width: 4.96vw;
  }
  .recruit-sec-1 .blks-2 .grp__parts._t2 {
    width: 10.07vw;
  }
  .recruit-sec-1 .blks-2 .grp-2 {
    width: 10.54vw;
    height: 8.18vw;
    bottom: -5.33vw;
    left: 38.93vw;
  }
  .recruit-sec-1 .blks-2 .grp-2__parts._t1 {
    width: 5.19vw;
  }
  .recruit-sec-1 .blks-2 .grp-2__parts._t2 {
    width: 4.88vw;
  }
  .recruit-sec-1 .blks-2 .h {
    width: 41.99vw;
    margin-bottom: 0.4vw;
  }
  .recruit-sec-1 .blks-2 .txt {
    font-size: 2.52vw;
  }
}

/* recruit-sec-2 */
.recruit-sec-2 {
  margin-bottom: 100px;
}
.recruit-sec-2 .blks-1 {
  margin-bottom: 26px;
}
.recruit-sec-2 .blks-2 {
  background: #fff;
  padding: 72px 40px;
  border-radius: 20px;
}
.recruit-sec-2 .blks-2__inr {
  max-width: 1000px;
  margin: 0 auto;
}
.recruit-sec-2 .blks-2 .h {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .recruit-sec-2 {
    margin-bottom: 10.67vw;
  }
  .recruit-sec-2 .blks-1 {
    margin-bottom: 5.33vw;
  }
  .recruit-sec-2 .blks-2 {
    padding: 8.53vw 4vw;
    border-radius: 4vw;
  }
  .recruit-sec-2 .blks-2 .h {
    margin-bottom: 2.13vw;
  }
}

/* recruit-sec-3 */
.recruit-sec-3 .blks-1 {
  margin-bottom: 40px;
}
.recruit-sec-3 .blks-2 {
  background: #fff;
  padding: 57px 40px 72px;
  border-radius: 20px;
}
.recruit-sec-3 .blks-2__inr {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-sec-3 .blks-1 {
    margin-bottom: 5.33vw;
  }
  .recruit-sec-3 .blks-2 {
    padding: 8.53vw 4vw;
    border-radius: 4vw;
  }
}