/*--------------------------------------------------------------------------
  font
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  math function
---------------------------------------------------------------------------*/
/* *
 *
 *  index.css
 *
 * */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Poppins:wght@200;300;400&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* add 20171127 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

ul,
li {
  list-style: none; }

img {
  vertical-align: top; }

/* *
 *
 *  base
 *
 * */
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased; }

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
  overflow: auto;
  position: relative;
  color: #000000;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  background: #FFF;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2; }
  body.is-active {
    position: fixed;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 767px) {
    body {
      font-size: 0.875rem; } }
  @media screen and (max-width: 766px) {
    body {
      font-size: 0.75rem;
      line-height: 1.6; } }

/*--------------------------------------------------------------------------
  SP reset
---------------------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%; }

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  outline: none;
  color: #000000; }

a:link,
a:visited {
  text-decoration: none; }

/*--------------------------------------------------------------------------
   img
---------------------------------------------------------------------------*/
img {
  width: 100%;
  max-width: 100%; }

/*--------------------------------------------------------------------------
  pc,sp
---------------------------------------------------------------------------*/
@media screen and (min-width: 767px) {
  .u-sp {
    display: none !important; } }

@media screen and (max-width: 766px) {
  .u-pc {
    display: none !important; } }

.u-justify {
  text-align: justify; }

/*--------------------------------------------------------------------------
  l-section
---------------------------------------------------------------------------*/
.l-section {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px; }
  @media screen and (max-width: 766px) {
    .l-section {
      padding-top: 26.6667vw;
      padding-bottom: 26.6667vw; } }

.l-section-inner {
  position: relative;
  z-index: 1;
  padding-left: 6.94vw;
  padding-right: 6.94vw;
  margin: 0 auto; }
  .l-section-inner--type02 {
    padding-left: 100px;
    padding-right: 100px;
    width: 1180px; }
  @media screen and (max-width: 1180px) {
    .l-section-inner--type02 {
      width: auto;
      padding-left: 6.94vw;
      padding-right: 6.94vw; } }
  @media screen and (min-width: 1440px) {
    .l-section-inner {
      max-width: 1440px;
      padding-left: 100px;
      padding-right: 100px; }
      .l-section-inner--type02 {
        width: 1440px;
        padding-left: 230px;
        padding-right: 230px; } }
  @media screen and (max-width: 766px) {
    .l-section-inner {
      padding-left: 5.2vw;
      padding-right: 5.2vw; }
      .l-section-inner--type02 {
        padding-left: 5.2vw;
        padding-right: 5.2vw; } }

/*--------------------------------------------------------------------------
  l-page
---------------------------------------------------------------------------*/
.l-page._bg-clr {
  background-color: #2d2f33; }
  .l-page._bg-clr .section-business {
    opacity: .1; }
  .l-page._bg-clr .section-service {
    opacity: .1; }

/*--------------------------------------------------------------------------
  l-header
---------------------------------------------------------------------------*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 0;
  z-index: 20000; }
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    padding-left: 6.94vw;
    padding-right: 6.94vw; }
    @media screen and (max-width: 766px) {
      .l-header__inner {
        padding-left: 5.2vw;
        padding-right: 5.2vw; } }
  .l-header__logo {
    width: 66px; }
    .l-header__logo .active {
      display: none; }
    @media screen and (max-width: 766px) {
      .l-header__logo {
        width: 11.0667vw; } }
  @media screen and (max-width: 766px) {
    .l-header__nav-btn {
      position: absolute;
      top: 0;
      right: 0; }
      .l-header__nav-btn a {
        display: block;
        width: 16vw;
        height: 13.3333vw;
        padding: 5.3333vw 6vw; }
        .l-header__nav-btn a span {
          display: block;
          width: 4vw;
          border-top: solid 1px #2d2f33;
          margin: 0.8vw 0; } }
  .l-header__nav {
    width: calc(100% - 66px);
    display: flex;
    justify-content: right;
    margin-right: -6.25vw;
    font-size: 0.75rem; }
    @media screen and (max-width: 766px) {
      .l-header__nav {
        display: none; } }
    .l-header__nav .list {
      display: flex; }
      .l-header__nav .list li {
        margin-left: 40px; }
        .l-header__nav .list li a {
          position: relative;
          display: block;
          padding-left: 22px;
          padding-right: 20px;
          transition: all 200ms cubic-bezier(0.85, 0, 0.15, 1); }
          .l-header__nav .list li a:before {
            transition: all 200ms cubic-bezier(0.85, 0, 0.15, 1);
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            width: 10px;
            height: 0;
            border-top: solid 1px #c7f3ac; }
          .l-header__nav .list li a.news {
            background: url("/assets/images/icon_news_black.svg") no-repeat 100% 50%;
            background-size: 10px auto; }
          .l-header__nav .list li a.line {
            background: url("/assets/images/icon_line_black.svg") no-repeat 100% 50%;
            background-size: 12px auto; }
          .l-header__nav .list li a.ig {
            background: url("/assets/images/icon_instagram_black.svg") no-repeat 100% 50%;
            background-size: 14px auto; }
          .l-header__nav .list li a.mail {
            background: url("/assets/images/icon_mail_black.svg") no-repeat 100% 50%;
            background-size: 14px auto; }
          .l-header__nav .list li a.tel {
            background: url("/assets/images/icon_tel_black.svg") no-repeat 100% 50%;
            background-size: 13px auto;
            font-family: "Poppins", sans-serif;
            font-weight: 400; }
          @media screen and (min-width: 767px) {
            .l-header__nav .list li a:hover {
              color: #fab9b7; }
              .l-header__nav .list li a:hover:before {
                border-top-color: #fab9b7; }
              .l-header__nav .list li a:hover.news {
                background-image: url("/assets/images/icon_news_pink.svg"); }
              .l-header__nav .list li a:hover.line {
                background-image: url("/assets/images/icon_line_pink.svg"); }
              .l-header__nav .list li a:hover.ig {
                background-image: url("/assets/images/icon_instagram_pink.svg"); }
              .l-header__nav .list li a:hover.mail {
                background-image: url("/assets/images/icon_mail_pink.svg"); }
              .l-header__nav .list li a:hover.tel {
                background-image: url("/assets/images/icon_tel_pink.svg"); } }
  @media screen and (max-width: 766px) {
    .l-header {
      padding: 3.3333vw 0;
      position: fixed; }
      .l-header.is-active {
        padding: 8vw 2.6667vw; }
      .l-header.is-active .l-header__logo .default {
        display: none; }
      .l-header.is-active .l-header__logo .active {
        display: block; }
      .l-header.is-active .l-header__nav-btn {
        top: 5.3333vw;
        right: 5.3333vw; }
        .l-header.is-active .l-header__nav-btn a {
          width: 12vw;
          height: 12vw;
          padding: 4.8vw 2.6667vw; }
          .l-header.is-active .l-header__nav-btn a span {
            display: block;
            width: 6.1333vw;
            border-top: solid 1px #FFF;
            margin: 0; }
            .l-header.is-active .l-header__nav-btn a span:nth-child(1) {
              transform: rotate(20deg) translate(1.0667vw, 1.0667vw); }
            .l-header.is-active .l-header__nav-btn a span:nth-child(2) {
              transform: rotate(-20deg) translate(0.2667vw, 1.3333vw); }
            .l-header.is-active .l-header__nav-btn a span:nth-child(3) {
              display: none; } }

/*--------------------------------------------------------------------------
  l-gnav
---------------------------------------------------------------------------*/
.l-gnav {
  display: none; }
  @media screen and (max-width: 766px) {
    .l-gnav {
      overflow: hidden;
      overflow-y: scroll;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10000;
      display: none;
      color: #FFF;
      background-color: #96aba8; }
      .l-gnav a {
        color: #FFF; }
      .l-gnav.is-open {
        display: block; }
      .l-gnav__inner {
        position: relative;
        background-color: #96aba8;
        padding: 18.6667vw 7.3333vw 8vw; }
      .l-gnav__nav {
        display: flex; }
        .l-gnav__nav .anchor {
          width: calc(100% - 37.3333vw);
          font-size: 1.5625rem; }
          .l-gnav__nav .anchor li {
            font-family: "Poppins", sans-serif;
            font-weight: 200;
            margin-top: 1.6vw; }
        .l-gnav__nav .info {
          width: 37.3333vw;
          font-size: 0.75rem; }
          .l-gnav__nav .info li {
            margin-top: 2.6667vw; }
            .l-gnav__nav .info li a {
              border-radius: 3px;
              display: flex;
              padding: 0.6667vw;
              background-color: rgba(240, 243, 236, 0.3);
              min-height: 8vw;
              font-size: 0.75rem;
              align-items: center;
              justify-content: center;
              background-position: 2vw 50%;
              background-repeat: no-repeat; }
              .l-gnav__nav .info li a.line {
                background-image: url("/assets/images/icon_line_white.svg");
                background-size: 3.4667vw auto; }
              .l-gnav__nav .info li a.mail {
                background-image: url("/assets/images/icon_mail_white.svg");
                background-size: 2.9333vw auto; }
              .l-gnav__nav .info li a.ig {
                background-image: url("/assets/images/icon_instagram_white.svg");
                background-size: 2.9333vw auto; }
              .l-gnav__nav .info li a.tel {
                background-image: url("/assets/images/icon_tel_white.svg");
                background-size: 2.9333vw auto;
                font-family: "Poppins", sans-serif;
                font-weight: 400; }
      .l-gnav__btn-news {
        margin-top: 4vw; }
        .l-gnav__btn-news a {
          display: block;
          border-radius: 10px;
          position: relative;
          padding: 4.2667vw 0 4.2667vw 5.3333vw;
          min-height: 21.3333vw;
          background: -moz-linear-gradient(30deg, #93dad9 0%, #ffbac5 70%, #c7f3ac 100%);
          background: -webkit-linear-gradient(30deg, #93dad9 0%, #ffbac5 70%, #c7f3ac 100%);
          background: -ms-linear-gradient(30deg, #93dad9 0%, #ffbac5 70%, #c7f3ac 100%);
          color: #FFF; }
        .l-gnav__btn-news span {
          display: block; }
        .l-gnav__btn-news .main {
          font-family: "Poppins", sans-serif;
          font-weight: 300;
          line-height: 1;
          padding-right: 8.6667vw;
          font-size: 1.5625rem;
          letter-spacing: 0.04em; }
          .l-gnav__btn-news .main:after {
            content: "";
            position: absolute;
            bottom: 1.3333vw;
            right: 5.3333vw;
            width: 5.4667vw;
            height: 5.4667vw;
            transform: translateY(-50%);
            background: url("/assets/images/icon_news_white.svg") no-repeat;
            background-size: 5.4667vw auto; }
        .l-gnav__btn-news .sub {
          margin-top: 0.8vw; } }

/*--------------------------------------------------------------------------
  l-footer
---------------------------------------------------------------------------*/
.l-footer {
  background: #4f5263;
  padding: 60px 0;
  color: #FFF; }
  @media screen and (max-width: 766px) {
    .l-footer {
      padding: 7.2vw 0 2.6667vw; } }
  .l-footer a {
    color: #FFF; }
  .l-footer__inner {
    display: flex;
    justify-content: space-between;
    padding-left: 3.4722vw;
    padding-right: 3.4722vw;
    margin: 0 auto; }
    @media screen and (max-width: 766px) {
      .l-footer__inner {
        display: block;
        padding-left: 5.2vw;
        padding-right: 5.2vw; } }
  .l-footer__left {
    display: flex;
    width: 455px; }
    @media screen and (max-width: 766px) {
      .l-footer__left {
        align-items: center;
        width: 100%; } }
  .l-footer__right {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    width: calc(100% - 450px); }
    @media screen and (max-width: 766px) {
      .l-footer__right {
        display: block;
        width: 100%;
        min-width: auto; } }
  .l-footer__logo {
    width: 45px;
    margin: 2px 0 0; }
    @media screen and (max-width: 766px) {
      .l-footer__logo {
        width: 8.8vw;
        margin: 0; } }
  .l-footer__info {
    margin-left: 40px;
    font-size: 0.8125rem;
    line-height: 1.6;
    width: calc(100% - 98px); }
    @media screen and (max-width: 766px) {
      .l-footer__info {
        margin-left: 2.4vw;
        font-size: 0.6875rem; } }
  .l-footer__nav {
    width: 100%; }
    .l-footer__nav .list {
      display: flex;
      justify-content: right;
      font-size: 0.75rem; }
      @media screen and (max-width: 1180px) {
        .l-footer__nav .list {
          flex-wrap: wrap; }
          .l-footer__nav .list li {
            width: 100%;
            text-align: right; } }
      @media screen and (max-width: 766px) {
        .l-footer__nav .list {
          display: none; } }
      .l-footer__nav .list li {
        margin-left: 40px; }
        .l-footer__nav .list li a {
          transition: all 200ms cubic-bezier(0.85, 0, 0.15, 1);
          position: relative;
          padding-left: 22px;
          padding-right: 20px; }
          .l-footer__nav .list li a:before {
            transition: all 200ms cubic-bezier(0.85, 0, 0.15, 1);
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            width: 10px;
            height: 0;
            border-top: solid 1px #c7f3ac; }
          .l-footer__nav .list li a.news {
            background: url("/assets/images/icon_news_white.svg") no-repeat 100% 50%;
            background-size: 10px auto; }
          .l-footer__nav .list li a.line {
            background: url("/assets/images/icon_line_white.svg") no-repeat 100% 50%;
            background-size: 12px auto; }
          .l-footer__nav .list li a.mail {
            background: url("/assets/images/icon_mail_white.svg") no-repeat 100% 50%;
            background-size: 14px auto; }
          .l-footer__nav .list li a.ig {
            background: url("/assets/images/icon_instagram_white.svg") no-repeat 100% 50%;
            background-size: 14px auto; }
          .l-footer__nav .list li a.tel {
            background: url("/assets/images/icon_tel_white.svg") no-repeat 100% 50%;
            background-size: 13px auto;
            font-family: "Poppins", sans-serif;
            font-weight: 400; }
          @media screen and (min-width: 767px) {
            .l-footer__nav .list li a:hover {
              color: #fab9b7; }
              .l-footer__nav .list li a:hover:before {
                border-top-color: #fab9b7; }
              .l-footer__nav .list li a:hover.news {
                background-image: url("/assets/images/icon_news_pink.svg"); }
              .l-footer__nav .list li a:hover.line {
                background-image: url("/assets/images/icon_line_pink.svg"); }
              .l-footer__nav .list li a:hover.mail {
                background-image: url("/assets/images/icon_mail_pink.svg"); }
              .l-footer__nav .list li a:hover.ig {
                background-image: url("/assets/images/icon_instagram_pink.svg"); }
              .l-footer__nav .list li a:hover.tel {
                background-image: url("/assets/images/icon_tel_pink.svg"); } }
  .l-footer__copy {
    margin-top: 20px;
    font-size: 0.6875rem;
    letter-spacing: 0.05em;
    color: #2d2f33; }
    @media screen and (max-width: 766px) {
      .l-footer__copy {
        margin-top: 5.3333vw;
        font-size: 0.5625rem;
        text-align: center; } }

/*--------------------------------------------------------------------------
  c-title
---------------------------------------------------------------------------*/
.c-title {
  margin-top: -38px;
  font-weight: normal; }
  @media screen and (max-width: 766px) {
    .c-title {
      margin-top: -2.6667vw; } }
  .c-title__main {
    display: block;
    font-size: 9.7222vw;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    line-height: 1.3;
    letter-spacing: -.05em; }
    @media screen and (min-width: 1440px) {
      .c-title__main {
        font-size: 8.75rem; } }
    @media screen and (max-width: 766px) {
      .c-title__main {
        font-size: 3.125rem; } }
  .c-title--wide .c-title__main {
    letter-spacing: 0.001em; }
  .c-title__sub {
    display: block;
    font-size: 0.875rem; }
    @media screen and (max-width: 766px) {
      .c-title__sub {
        font-size: 0.75rem; } }

/*--------------------------------------------------------------------------
  .section-mv
---------------------------------------------------------------------------*/
.section-mv {
  height: 100vh;
  min-height: 900px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 766px) {
    .section-mv {
      min-height: auto;
      height: 100vh; } }
  @media screen and (max-width: 766px) and (orientation: landscape) {
    .section-mv {
      min-height: 110vw; } }
  .section-mv .section-inner {
    position: relative;
    width: 100%;
    padding-left: 6.94vw;
    padding-right: 6.94vw;
    z-index: 1; }
    @media screen and (max-width: 766px) {
      .section-mv .section-inner {
        padding-left: 5.2vw;
        padding-right: 5.2vw; } }
  .section-mv .cont {
    position: relative;
    margin-top: 6.25vw; }
    @media screen and (max-width: 766px) {
      .section-mv .cont {
        margin-top: 3.4722vw; } }
  .section-mv .lead {
    font-size: 1.125rem;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 766px) {
      .section-mv .lead {
        font-size: 0.875rem; } }
  .section-mv .catch {
    margin-top: 1.6667vw;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 11.1111vw;
    line-height: 1.1;
    letter-spacing: -0.05em; }
    @media screen and (min-width: 1440px) {
      .section-mv .catch {
        font-size: 10rem; } }
    @media screen and (max-width: 766px) {
      .section-mv .catch {
        margin-top: 2.6667vw;
        font-size: 16vw;
        line-height: 1.2;
        letter-spacing: -0.04em; } }
    .section-mv .catch .sub {
      font-size: 0.8333vw;
      letter-spacing: initial; }
      @media screen and (min-width: 1440px) {
        .section-mv .catch .sub {
          font-size: 0.75rem; } }
      @media screen and (max-width: 766px) {
        .section-mv .catch .sub {
          margin-top: 0.5333vw;
          display: block;
          font-size: 3vw;
          letter-spacing: 0em; } }
  .section-mv .txt-wrap {
    margin-top: 2.7778vw;
    max-width: 425px; }
    @media screen and (max-width: 766px) {
      .section-mv .txt-wrap {
        margin-top: 13.3333vw;
        max-width: none;
        line-height: 1.6; } }
    .section-mv .txt-wrap .ttl {
      font-size: 1.125rem;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 766px) {
        .section-mv .txt-wrap .ttl {
          font-size: 0.875rem; } }
    .section-mv .txt-wrap .txt {
      margin-top: 1.3889vw; }
      @media screen and (max-width: 766px) {
        .section-mv .txt-wrap .txt {
          margin-top: 2.6667vw; } }
  .section-mv .scroll {
    position: absolute;
    right: 2.7778vw;
    bottom: 0;
    font-size: 0.75rem;
    transform-origin: right top; }
    @media screen and (max-width: 766px) {
      .section-mv .scroll {
        display: none; } }
    .section-mv .scroll span {
      display: block; }
    .section-mv .scroll .inner {
      display: flex;
      align-items: center;
      transform: rotate(90deg) translate(0, 100%);
      transform-origin: right bottom; }
    .section-mv .scroll .txt {
      display: block; }
    .section-mv .scroll .icon {
      margin-left: 10px;
      display: flex;
      align-items: center; }
    .section-mv .scroll .line {
      overflow: hidden;
      position: relative;
      width: 50px;
      height: 1px;
      background: #fff;
      margin-right: -15px;
      z-index: 1; }
      .section-mv .scroll .line:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: #fab9b7; }
    .section-mv .scroll .circle {
      width: 50px;
      height: 50px; }
  .section-mv .section-bg-movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .section-mv .section-bg-movie video {
      object-fit: cover;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
  .section-mv .section-bg .obj {
    display: block;
    position: absolute; }
    .section-mv .section-bg .obj.obj01 {
      top: -37.0833vw;
      left: -46.1111vw;
      width: 71.875vw;
      height: 73.0903vw; }
      @media screen and (max-width: 766px) {
        .section-mv .section-bg .obj.obj01 {
          top: -148vw;
          left: -6.4vw;
          width: 181.3333vw;
          height: auto; } }
    .section-mv .section-bg .obj.obj02 {
      top: -50.6944vw;
      right: -12.5vw;
      width: 88.2639vw;
      height: 82.4653vw; }
      @media screen and (max-width: 766px) {
        .section-mv .section-bg .obj.obj02 {
          top: 21.3333vw;
          left: -70.6667vw;
          width: 142.1333vw;
          height: auto; } }
    .section-mv .section-bg .obj.obj03 {
      top: 23.8889vw;
      left: -4.3056vw;
      top: 50%;
      left: calc(50% + -54%);
      width: 73.5417vw;
      height: 71.9792vw; }
      @media screen and (max-width: 766px) {
        .section-mv .section-bg .obj.obj03 {
          top: auto;
          bottom: -2.6667vw;
          left: auto;
          right: -113.0667vw;
          width: 138.6667vw;
          height: auto; } }
    .section-mv .section-bg .obj.obj04 {
      top: 26.1806vw;
      right: -44.1667vw;
      width: 73.5417vw;
      height: 71.9792vw; }
      @media screen and (max-width: 766px) {
        .section-mv .section-bg .obj.obj04 {
          top: auto;
          bottom: -120.8vw;
          left: auto;
          right: -37.3333vw;
          width: 130.6667vw;
          height: auto; } }

/*--------------------------------------------------------------------------
  .section-message
---------------------------------------------------------------------------*/
.section-message .cont {
  display: flex;
  justify-content: right;
  padding-right: 10%; }
  @media screen and (max-width: 766px) {
    .section-message .cont {
      padding-right: 0; } }

.section-message .txt-wrap {
  margin-top: 40px;
  width: 490px; }
  @media screen and (max-width: 766px) {
    .section-message .txt-wrap {
      margin-top: 5.3333vw;
      width: 100%; } }

.section-message .catch {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.14em; }
  @media screen and (max-width: 766px) {
    .section-message .catch {
      font-size: 0.875rem; } }

.section-message .txt {
  margin-top: 24px; }
  @media screen and (max-width: 766px) {
    .section-message .txt {
      margin-top: 2.6667vw; } }

.section-message .name {
  margin-top: 15px;
  text-align: right;
  font-weight: 400; }
  @media screen and (max-width: 766px) {
    .section-message .name {
      margin-top: 4vw;
      font-size: 0.875rem; } }

.section-message .section-bg {
  position: absolute;
  bottom: 5.5556vw;
  left: -22.2222vw;
  width: 118.5069vw; }
  @media screen and (max-width: 766px) {
    .section-message .section-bg {
      bottom: auto;
      top: -98vw;
      left: -98.9333vw;
      width: 227.6vw; } }

/*--------------------------------------------------------------------------
  .section-business
---------------------------------------------------------------------------*/
.section-business {
  overflow: hidden;
  transition: opacity 600ms cubic-bezier(0.65, 0, 0.35, 1); }
  .section-business .c-title {
    text-align: center; }
    @media screen and (max-width: 766px) {
      .section-business .c-title {
        text-align: left; } }
  .section-business .lead {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 766px) {
      .section-business .lead {
        display: block;
        text-align: left; } }
    .section-business .lead .ttl, .section-business .lead .txt {
      width: 50%; }
      @media screen and (max-width: 766px) {
        .section-business .lead .ttl, .section-business .lead .txt {
          width: 100%; } }
    .section-business .lead .ttl {
      padding-right: 20px;
      font-size: 1.125rem;
      font-weight: 400; }
      @media screen and (max-width: 766px) {
        .section-business .lead .ttl {
          font-size: 0.875rem; } }
    @media screen and (max-width: 766px) {
      .section-business .lead .txt {
        margin-top: 2.6667vw; } }
  .section-business .cont {
    margin-top: 45px; }
    @media screen and (max-width: 766px) {
      .section-business .cont {
        margin-top: 5.3333vw; } }
  .section-business .img {
    margin-top: 50px; }
    @media screen and (max-width: 766px) {
      .section-business .img {
        margin-top: 10.6667vw; } }
  .section-business .planning {
    margin-top: 50px;
    text-align: center; }
    @media screen and (max-width: 766px) {
      .section-business .planning {
        margin-top: 6.4vw;
        text-align: left; } }
    .section-business .planning .planning-ttl {
      font-size: 1.125rem;
      font-weight: 400; }
      @media screen and (max-width: 766px) {
        .section-business .planning .planning-ttl {
          font-size: 0.875rem; } }
    .section-business .planning .planning-txt {
      margin-top: 10px; }
      @media screen and (max-width: 766px) {
        .section-business .planning .planning-txt {
          margin-top: 2.1333vw; } }
    .section-business .planning .planning-txt02 {
      margin-top: 20px; }
      @media screen and (max-width: 766px) {
        .section-business .planning .planning-txt02 {
          margin-top: 2.6667vw; } }
    .section-business .planning .list {
      display: flex;
      margin-top: 55px;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 766px) {
        .section-business .planning .list {
          flex-wrap: wrap;
          margin-top: 2.6667vw;
          justify-content: center;
          text-align: center; } }
      .section-business .planning .list li {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22%;
        margin-right: 4%; }
        @media screen and (max-width: 766px) {
          .section-business .planning .list li {
            width: 36.8vw;
            margin: 6vw 2.6667vw 0; } }
        .section-business .planning .list li:last-child {
          margin-right: 2.6667vw; }
        .section-business .planning .list li .txt {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 1;
          line-height: 1.4;
          font-size: 1rem;
          padding: 10px; }
          @media screen and (max-width: 766px) {
            .section-business .planning .list li .txt {
              font-size: 0.75rem; } }
          .section-business .planning .list li .txt .em {
            position: relative;
            font-weight: 600; }
            .section-business .planning .list li .txt .em:before {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              background-color: #93dad9;
              width: 100%;
              height: 5px;
              z-index: -1; }
              @media screen and (max-width: 766px) {
                .section-business .planning .list li .txt .em:before {
                  height: 0.6667vw; } }
        .section-business .planning .list li .bg {
          display: block;
          position: relative;
          width: 100%; }
  .section-business .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/images/bg_business.png") no-repeat 50% 50%;
    background-size: cover; }
  .section-business .section-obj .obj {
    position: absolute; }
    .section-business .section-obj .obj.obj01 {
      top: -33.6806vw;
      right: -29.8611vw;
      width: 73.1597vw;
      height: 68.6806vw; }
      @media screen and (max-width: 766px) {
        .section-business .section-obj .obj.obj01 {
          top: -114.5333vw;
          right: -193.3333vw; } }
    .section-business .section-obj .obj.obj02 {
      top: -2.7778vw;
      left: -26.3889vw;
      width: 87.5347vw;
      height: 76.5278vw; }
      @media screen and (max-width: 766px) {
        .section-business .section-obj .obj.obj02 {
          width: 336.1333vw;
          height: 293.8667vw;
          top: 3.7333vw;
          left: -293.3333vw; } }
    .section-business .section-obj .obj.obj03 {
      bottom: 7.6389vw;
      right: -24.3056vw;
      width: 67.0139vw;
      height: 65.3819vw; }
      @media screen and (max-width: 766px) {
        .section-business .section-obj .obj.obj03 {
          bottom: -113.7333vw;
          left: 28vw;
          width: 257.3333vw;
          height: 251.0667vw; } }
    .section-business .section-obj .obj.obj04 {
      bottom: -34.0278vw;
      left: -7.6389vw;
      width: 73.1597vw;
      height: 68.6806vw; }
      @media screen and (max-width: 766px) {
        .section-business .section-obj .obj.obj04 {
          display: none; } }

/*--------------------------------------------------------------------------
  .section-strengths
---------------------------------------------------------------------------*/
.section-strengths {
  background-color: #2d2f33;
  color: #FFF; }
  .section-strengths .c-title__main {
    display: inline-block;
    background: linear-gradient(30deg, #93dad9 0%, #ffbac5 50%, #c7f3ac 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .section-strengths .list li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 27px 0 26px 10px;
    border-bottom: solid 1px #6c6e71;
    max-width: 780px; }
    @media screen and (max-width: 766px) {
      .section-strengths .list li {
        align-items: flex-start;
        padding: 7.3333vw 0 1.6vw 0.2667vw; } }
    .section-strengths .list li:nth-child(2) {
      margin-left: 8.47%; }
    .section-strengths .list li:nth-child(3) {
      margin-left: 16.94%; }
    .section-strengths .list li:nth-child(4) {
      margin-left: 25.41%; }
    .section-strengths .list li:nth-child(5) {
      margin-left: 33.88%; }
    .section-strengths .list li:nth-child(6) {
      margin-left: 42.35%; }
    @media screen and (max-width: 1024px) {
      .section-strengths .list li:nth-child(1), .section-strengths .list li:nth-child(2), .section-strengths .list li:nth-child(3), .section-strengths .list li:nth-child(4), .section-strengths .list li:nth-child(5), .section-strengths .list li:nth-child(6) {
        margin: 0;
        max-width: none; } }
    .section-strengths .list li:before {
      content: "";
      display: block;
      position: absolute;
      bottom: -1px;
      left: 0;
      height: 0;
      width: 100px;
      border-bottom: solid 1px #93dad9; }
      @media screen and (max-width: 766px) {
        .section-strengths .list li:before {
          width: 13.3333vw; } }
  .section-strengths .list .point {
    font-size: 0.75rem;
    color: #c7f3ac;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1;
    padding-right: 40px;
    text-align: center;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 766px) {
      .section-strengths .list .point {
        padding: 0.4vw 5.3333vw 0 0; } }
    .section-strengths .list .point .em {
      margin-top: 2px;
      display: block;
      font-size: 2.5rem;
      color: #fab9b7;
      font-weight: 200; }
      @media screen and (max-width: 766px) {
        .section-strengths .list .point .em {
          margin-top: 0.5333vw;
          font-size: 1.875rem; } }
  .section-strengths .list .txt {
    font-size: 1.125rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 766px) {
      .section-strengths .list .txt {
        font-size: 0.875rem;
        line-height: 1.57; } }

/*--------------------------------------------------------------------------
  .section-service
---------------------------------------------------------------------------*/
.section-service {
  transition: opacity 600ms cubic-bezier(0.65, 0, 0.35, 1);
  text-align: center;
  background: #f0f3ec url("/assets/images/bg_service.png") no-repeat 50% 50%;
  background-size: cover; }
  @media screen and (max-width: 766px) {
    .section-service .c-title {
      text-align: left; } }
  .section-service .lead {
    margin-top: 25px; }
    @media screen and (max-width: 766px) {
      .section-service .lead {
        margin-top: 5.3333vw;
        text-align: left; } }
  .section-service .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px; }
    @media screen and (max-width: 766px) {
      .section-service .list {
        margin-top: 8vw; } }
    .section-service .list li {
      margin: 0 40px 55px 0;
      width: calc(25% - 30px); }
      @media screen and (max-width: 766px) {
        .section-service .list li {
          margin: 0 2.6667vw 8vw 0;
          width: 28vw; } }
      .section-service .list li:nth-child(4n) {
        margin-right: 0; }
        @media screen and (max-width: 766px) {
          .section-service .list li:nth-child(4n) {
            margin-right: 2.6667vw; } }
      @media screen and (max-width: 766px) {
        .section-service .list li:nth-child(3n) {
          margin-right: 0; } }
      .section-service .list li .icon {
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: #FFF; }
        .section-service .list li .icon:before {
          display: block;
          content: "";
          padding-top: 100%; }
      .section-service .list li.item01 .icon img {
        width: 70px; }
      .section-service .list li.item02 .icon img {
        width: 66px; }
      .section-service .list li.item03 .icon img {
        width: 70px; }
      .section-service .list li.item04 .icon img {
        width: 60px; }
      .section-service .list li.item05 .icon img {
        width: 50px; }
      .section-service .list li.item06 .icon img {
        width: 70px; }
      .section-service .list li.item07 .icon img {
        width: 70px; }
      .section-service .list li.item08 .icon img {
        width: 60px; }
      .section-service .list li.item09 .icon img {
        width: 60px; }
      .section-service .list li.item10 .icon img {
        width: 47px; }
      .section-service .list li.item11 .icon img {
        width: 60px; }
      .section-service .list li.item12 .icon img {
        width: 70px; }
      @media screen and (max-width: 766px) {
        .section-service .list li.item01 .icon img {
          width: 9.3333vw; }
        .section-service .list li.item02 .icon img {
          width: 8.8vw; }
        .section-service .list li.item03 .icon img {
          width: 9.3333vw; }
        .section-service .list li.item04 .icon img {
          width: 8vw; }
        .section-service .list li.item05 .icon img {
          width: 6.6667vw; }
        .section-service .list li.item06 .icon img {
          width: 9.3333vw; }
        .section-service .list li.item07 .icon img {
          width: 9.3333vw; }
        .section-service .list li.item08 .icon img {
          width: 8vw; }
        .section-service .list li.item09 .icon img {
          width: 8vw; }
        .section-service .list li.item10 .icon img {
          width: 6.2667vw; }
        .section-service .list li.item11 .icon img {
          width: 8vw; }
        .section-service .list li.item12 .icon img {
          width: 9.3333vw; } }
      .section-service .list li dl {
        margin-top: 4px; }
        @media screen and (max-width: 766px) {
          .section-service .list li dl {
            margin-top: 1.3333vw; } }
        .section-service .list li dl dt {
          font-size: 1rem;
          font-weight: 400; }
          @media screen and (max-width: 766px) {
            .section-service .list li dl dt {
              font-size: 0.75rem; } }
        .section-service .list li dl dd {
          margin-top: 2px;
          padding: 0 13.82%;
          line-height: 1.6;
          font-size: 0.8125rem; }
          @media screen and (max-width: 766px) {
            .section-service .list li dl dd {
              text-align: left;
              margin-top: 0.2667vw;
              padding: 0;
              font-size: 0.75rem; } }

/*--------------------------------------------------------------------------
  .section-news
---------------------------------------------------------------------------*/
.section-news {
  padding: 60px 0; }
  @media screen and (max-width: 766px) {
    .section-news {
      padding: 5.3333vw 0; } }
  .section-news .btn a {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 22px 76px 10px;
    min-height: 170px;
    background: -moz-linear-gradient(30deg, #93dad9 0%, #ffbac5 70%, #c7f3ac 100%);
    background: -webkit-linear-gradient(30deg, #93dad9 0%, #ffbac5 70%, #c7f3ac 100%);
    background: -ms-linear-gradient(30deg, #93dad9 0%, #ffbac5 70%, #c7f3ac 100%);
    color: #FFF; }
    .section-news .btn a:before {
      transition: all 600ms cubic-bezier(0.85, 0, 0.15, 1);
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -moz-linear-gradient(30deg, #c7f3ac 0%, #ffbac5 30%, #93dad9 100%);
      background-image: -webkit-linear-gradient(30deg, #c7f3ac 0%, #ffbac5 30%, #93dad9 100%);
      background-image: -ms-linear-gradient(30deg, #c7f3ac 0%, #ffbac5 30%, #93dad9 100%);
      opacity: 0; }
    @media screen and (min-width: 767px) {
      .section-news .btn a:hover:before {
        opacity: 1; } }
    @media screen and (max-width: 766px) {
      .section-news .btn a {
        position: relative;
        padding: 1.3333vw 0 0 5.3333vw;
        min-height: 29.8667vw; } }
  .section-news .btn span {
    display: block; }
  .section-news .btn .main {
    position: relative;
    font-size: 3.75rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 1;
    padding-right: 90px; }
    @media screen and (max-width: 766px) {
      .section-news .btn .main {
        position: static;
        font-size: 2.5rem;
        padding-right: 8.6667vw;
        letter-spacing: 0.04em; } }
    .section-news .btn .main:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 40px;
      height: 40px;
      transform: translateY(-50%);
      background: url("/assets/images/icon_news_white.svg") no-repeat;
      background-size: 40px auto; }
      @media screen and (max-width: 766px) {
        .section-news .btn .main:after {
          top: auto;
          bottom: 1.3333vw;
          right: 4vw;
          width: 5.4667vw;
          height: 5.4667vw;
          background-size: 5.4667vw auto; } }
  .section-news .btn .sub {
    margin-top: 4px; }
    @media screen and (max-width: 766px) {
      .section-news .btn .sub {
        margin-top: 2vw; } }

/*--------------------------------------------------------------------------
  .section-partner
---------------------------------------------------------------------------*/
.section-partner {
  background: #f0f3ec; }
  .section-partner .cont {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 766px) {
      .section-partner .cont {
        flex-wrap: wrap; } }
  .section-partner .c-title, .section-partner .txt {
    width: 50%; }
    @media screen and (max-width: 766px) {
      .section-partner .c-title, .section-partner .txt {
        width: 100%; } }
  .section-partner .txt {
    padding-right: 115px; }
    @media screen and (max-width: 766px) {
      .section-partner .txt {
        margin-top: 5.3333vw;
        padding-right: 0; } }

/*--------------------------------------------------------------------------
  .section-contact
---------------------------------------------------------------------------*/
.section-contact {
  text-align: center;
  background-color: #2d2f33;
  color: #FFF; }
  @media screen and (max-width: 766px) {
    .section-contact .c-title {
      text-align: left; } }
  .section-contact .lead {
    margin-top: 20px; }
    @media screen and (max-width: 766px) {
      .section-contact .lead {
        text-align: left;
        margin-top: 5.3333vw; } }
  .section-contact .list {
    display: flex;
    font-size: 1rem;
    margin-top: 30px; }
    @media screen and (max-width: 766px) {
      .section-contact .list {
        flex-wrap: wrap;
        margin-top: 5.3333vw; } }
    .section-contact .list li {
      width: calc(33.33% - 6px);
      margin-right: 10px; }
      @media screen and (max-width: 766px) {
        .section-contact .list li {
          width: 100%;
          margin: 2.6667vw 0 0 0; } }
      .section-contact .list li:last-child {
        margin-right: 0; }
      .section-contact .list li a {
        transition: all 200ms cubic-bezier(0.85, 0, 0.15, 1);
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        min-height: 60px;
        border-radius: 10px;
        height: 100%;
        padding: 0 60px;
        background: #6c6e71;
        color: #FFF;
        font-weight: 400;
        line-height: 1.75; }
        @media screen and (min-width: 767px) {
          .section-contact .list li a:hover {
            color: #2d2f33;
            background: #FFF; } }
        @media screen and (max-width: 766px) {
          .section-contact .list li a {
            min-height: 16vw; } }
    .section-contact .list .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -20px;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      background: #2d2f33; }
      @media screen and (max-width: 766px) {
        .section-contact .list .icon {
          left: 2.6667vw;
          margin-top: -5.3333vw;
          border-radius: 50%;
          width: 10.6667vw;
          height: 10.6667vw; } }
    .section-contact .list .tel .icon img {
      width: 16px; }
      @media screen and (max-width: 766px) {
        .section-contact .list .tel .icon img {
          width: 4.2667vw; } }
    .section-contact .list .tel .txt {
      line-height: 1.4; }
    .section-contact .list .tel .sub {
      display: block;
      font-size: 0.75rem;
      width: 100%; }
    .section-contact .list .mail .icon img {
      width: 15px; }
      @media screen and (max-width: 766px) {
        .section-contact .list .mail .icon img {
          width: 4vw; } }
    .section-contact .list .line .icon img {
      width: 18px; }
      @media screen and (max-width: 766px) {
        .section-contact .list .line .icon img {
          width: 4.8vw; } }

/*--------------------------------------------------------------------------
  .section-company
---------------------------------------------------------------------------*/
.section-company {
  background: #96aba8; }
  .section-company .c-title {
    color: #FFF; }
  .section-company .cont {
    border-radius: 10px;
    background-color: #FFF;
    margin-top: 60px;
    padding: 40px 100px 60px; }
    @media screen and (max-width: 766px) {
      .section-company .cont {
        margin-top: 6.6667vw;
        padding: 3.4667vw 5.3333vw 5.3333vw; } }
    .section-company .cont .title {
      font-size: 1.875rem;
      font-family: "Poppins", sans-serif;
      font-weight: 200;
      color: #96aba8; }
      @media screen and (max-width: 766px) {
        .section-company .cont .title {
          font-size: 1.25rem; } }
    .section-company .cont .list {
      margin-top: 20px;
      border-top: solid 1px #96aba8; }
      @media screen and (max-width: 766px) {
        .section-company .cont .list {
          margin-top: 2.9333vw; } }
      .section-company .cont .list dl {
        border-bottom: solid 1px #96aba8;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 766px) {
          .section-company .cont .list dl {
            flex-wrap: wrap;
            padding: 1.6vw 0; } }
        .section-company .cont .list dl dt, .section-company .cont .list dl dd {
          padding: 22px 0; }
          @media screen and (max-width: 766px) {
            .section-company .cont .list dl dt, .section-company .cont .list dl dd {
              padding: 0; } }
        .section-company .cont .list dl dt {
          width: 140px; }
          @media screen and (max-width: 766px) {
            .section-company .cont .list dl dt {
              width: 100%; } }
        .section-company .cont .list dl dd {
          width: calc(100% - 140px); }
          @media screen and (max-width: 766px) {
            .section-company .cont .list dl dd {
              width: 100%;
              margin-top: 0.8vw; } }
  .section-company .gmap {
    overflow: hidden;
    margin-top: 10px;
    border-radius: 10px;
    line-height: 0; }
    @media screen and (max-width: 766px) {
      .section-company .gmap {
        margin-top: 3.6vw;
        height: 44.8vw; } }

/*--------------------------------------------------------------------------
  .section-company
---------------------------------------------------------------------------*/
.nav-fixed {
  position: fixed;
  right: 48px;
  top: 50vh;
  transform: translateY(-50%);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.33, 1, 0.68, 1) 1700ms; }
  .nav-fixed.is-fixed .txt {
    transform: translateX(100%); }
  @media screen and (max-width: 766px) {
    .nav-fixed {
      display: none; } }
  .nav-fixed li {
    margin: 12px 0; }
    .nav-fixed li:nth-child(1) {
      transition-delay: 0ms; }
      .nav-fixed li:nth-child(1) a .txt {
        transition-delay: 0ms; }
      .nav-fixed li:nth-child(1) a .circle {
        transition-delay: 30ms; }
    .nav-fixed li:nth-child(2) {
      transition-delay: 40ms; }
      .nav-fixed li:nth-child(2) a .txt {
        transition-delay: 40ms; }
      .nav-fixed li:nth-child(2) a .circle {
        transition-delay: 70ms; }
    .nav-fixed li:nth-child(3) {
      transition-delay: 80ms; }
      .nav-fixed li:nth-child(3) a .txt {
        transition-delay: 80ms; }
      .nav-fixed li:nth-child(3) a .circle {
        transition-delay: 110ms; }
    .nav-fixed li:nth-child(4) {
      transition-delay: 120ms; }
      .nav-fixed li:nth-child(4) a .txt {
        transition-delay: 120ms; }
      .nav-fixed li:nth-child(4) a .circle {
        transition-delay: 150ms; }
    .nav-fixed li:nth-child(5) {
      transition-delay: 160ms; }
      .nav-fixed li:nth-child(5) a .txt {
        transition-delay: 160ms; }
      .nav-fixed li:nth-child(5) a .circle {
        transition-delay: 190ms; }
    .nav-fixed li:nth-child(6) {
      transition-delay: 200ms; }
      .nav-fixed li:nth-child(6) a .txt {
        transition-delay: 200ms; }
      .nav-fixed li:nth-child(6) a .circle {
        transition-delay: 230ms; }
    .nav-fixed li:nth-child(7) {
      transition-delay: 240ms; }
      .nav-fixed li:nth-child(7) a .txt {
        transition-delay: 240ms; }
      .nav-fixed li:nth-child(7) a .circle {
        transition-delay: 270ms; }
    .nav-fixed li:nth-child(8) {
      transition-delay: 240ms; }
      .nav-fixed li:nth-child(8) a .txt {
        transition-delay: 240ms; }
      .nav-fixed li:nth-child(8) a .circle {
        transition-delay: 270ms; }
  .nav-fixed a {
    transition: all 200ms cubic-bezier(0.85, 0, 0.15, 1);
    overflow: hidden;
    position: relative;
    display: block;
    text-align: right;
    font-size: 0.6875rem; }
    .nav-fixed a:hover .icon, .nav-fixed a.is-active .icon {
      background: #ff6c6c; }
    .nav-fixed a:hover .txt, .nav-fixed a.is-active .txt {
      color: #ff6c6c; }
  .nav-fixed span {
    display: block;
    transition: all 200ms cubic-bezier(0.85, 0, 0.15, 1); }
  .nav-fixed .icon {
    position: absolute;
    right: 0;
    top: 50%;
    border-radius: 50%;
    display: block;
    width: 4px;
    height: 4px;
    background: rgba(255, 108, 108, 0.5);
    margin-top: -2px; }
  .nav-fixed .txt {
    padding-right: 15px;
    color: rgba(255, 108, 108, 0.5); }

@keyframes objRotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes mvAnimeObjPosition1 {
  0% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.24, 0, 0.68, 1); }
  25% {
    transform: translate(-8%, -8%);
    animation-timing-function: cubic-bezier(0.24, 0, 0.68, 1); }
  50% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.24, 0, 0.68, 1); }
  75% {
    transform: translate(8%, 8%);
    animation-timing-function: cubic-bezier(0.24, 0, 0.68, 1); }
  100% {
    transform: translate(0, 0); } }

@keyframes mvAnimeObjPosition2 {
  0% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.24, 0, 0.68, 1); }
  30% {
    transform: translate(-8%, -8%);
    animation-timing-function: cubic-bezier(0.24, 0, 0.68, 1); }
  50% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.24, 0, 0.68, 1); }
  76% {
    transform: translate(8%, 8%);
    animation-timing-function: cubic-bezier(0.24, 0, 0.68, 1); }
  100% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.24, 0, 0.68, 1); } }

@keyframes rotateLoop {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes mvAnimeScrollLine {
  0% {
    width: 0;
    transform: translateX(0); }
  20% {
    width: 70%; }
  40%, 100% {
    width: 50%;
    transform: translateX(200%); } }

@keyframes businessAnimeObjPosition1 {
  0% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1); }
  30% {
    transform: translate(10%, 10%);
    animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1); }
  66% {
    transform: translate(-10%, -10%);
    animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1); }
  100% {
    transform: translate(0, 0); } }

@keyframes businessAnimeObjPosition2 {
  0% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1); }
  30% {
    transform: translate(11%, 11%);
    animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1); }
  66% {
    transform: translate(-11%, -11%);
    animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1); }
  100% {
    transform: translate(0, 0); } }

/*--------------------------------------------------------------------------
  .section-mv
---------------------------------------------------------------------------*/
.section-mv .section-bg .obj {
  opacity: 0;
  transition: opacity 100ms; }

.section-mv.is-sc {
  transform-origin: 50% 50%; }
  .section-mv.is-sc .section-bg .obj {
    opacity: 1; }
    .section-mv.is-sc .section-bg .obj img {
      animation: objRotate 600000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms infinite; }
  .section-mv.is-sc .section-bg .obj01, .section-mv.is-sc .section-bg .obj03 {
    animation: mvAnimeObjPosition1 50000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms infinite forwards; }
  .section-mv.is-sc .section-bg .obj02, .section-mv.is-sc .section-bg .obj04 {
    animation: mvAnimeObjPosition2 50000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms infinite forwards; }
  .section-mv.is-sc .scroll .line:before {
    animation: mvAnimeScrollLine 2000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms infinite;
    transform-origin: right center; }
  .section-mv.is-sc .scroll .circle {
    animation: rotateLoop 2000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms infinite forwards; }

/*--------------------------------------------------------------------------
  .section-message
---------------------------------------------------------------------------*/
.section-message .section-bg img {
  animation: objRotate 30000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms infinite; }

/*--------------------------------------------------------------------------
  .section-business
---------------------------------------------------------------------------*/
.section-business {
  transform-origin: 50% 50%; }
  .section-business .section-obj .obj01, .section-business .section-obj .obj03 {
    animation: businessAnimeObjPosition1 40000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms infinite forwards; }
  .section-business .section-obj .obj02, .section-business .section-obj .obj04 {
    animation: businessAnimeObjPosition2 40000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms infinite forwards; }
  .section-business .planning .list li .bg {
    animation: rotateLoop 6000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0ms infinite forwards; }
  .section-business .planning .list li:nth-child(odd) .bg {
    animation-duration: 8000ms; }

/*--------------------------------------------------------------------------
  c-sc-in
---------------------------------------------------------------------------*/
.c-sc-in {
  opacity: 0;
  transition: opacity 1200ms cubic-bezier(0.22, 1, 0.36, 1), transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(100px); }
  @media screen and (max-width: 766px) {
    .c-sc-in {
      transform: translateY(50px); } }
  .c-sc-in.is-sc {
    opacity: 1;
    transform: translateY(0); }

.section-mv.js-sc-in.is-sc .sc-in {
  opacity: 1;
  transform: translateY(0); }

.section-mv.js-sc-in .sc-in {
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1), transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(100px); }
  @media screen and (max-width: 766px) {
    .section-mv.js-sc-in .sc-in {
      transform: translateY(50px); } }

.section-mv.js-sc-in .catch {
  transition-delay: 200ms; }

.section-mv.js-sc-in .ttl {
  transition-delay: 500ms; }

.section-mv.js-sc-in .txt {
  transition-delay: 550ms; }

.section-mv.js-sc-in .scroll {
  transition-delay: 1000ms; }
