@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*************** common 共通クラス ***************/
@media (max-width: 1023px) {
  .pc-visibility {
    display: none !important;
    visibility: hidden; } }
@media (min-width: 1024px) {
  .tb-visibility {
    display: none !important;
    visibility: hidden; } }
@media (max-width: 767px) {
  .tb-visibility {
    display: none !important;
    visibility: hidden; } }
@media (max-width: 767px) {
  .pc-tb-visibility {
    display: none !important;
    visibility: hidden; } }
@media (min-width: 1024px) {
  .tb-sp-visibility {
    display: none !important;
    visibility: hidden; } }
@media (min-width: 768px) {
  .sp-visibility {
    display: none !important;
    visibility: hidden; } }
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.transition {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }



/*-----------------
common
-------------------*/
html {
  height: 100%;
  min-width: 1300px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  html {
    min-width: 0;
  }
}

body {
  font-family: 'Noto Sans Japanese', sans-serif;
}
body.fixed {
  position: fixed;
  width: 100%;
}

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

.fade-in-bottom,
.fade-in-loaded {
  bottom: -30px;
  opacity: 0;
  position: relative;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}
@media (max-width: 767px) {
  .fade-in-bottom, .fade-in-loaded {
    bottom: -20px;
  }
}
.fade-in-bottom.show,
.fade-in-loaded.show {
  bottom: 0;
  opacity: 1;
}

.fade-in-left {
  left: -30px;
  opacity: 0;
  position: relative;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}
@media (max-width: 767px) {
  .fade-in-left {
    left: -20px;
  }
}
.fade-in-left.show {
  left: 0;
  opacity: 1;
}

.fade-in-right {
  right: -30px;
  opacity: 0;
  position: relative;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}
@media (max-width: 767px) {
  .fade-in-right {
    right: -20px;
  }
}
.fade-in-right.show {
  right: 0;
  opacity: 1;
}



/*-----------------
 header
-------------------*/
#header .header-content {
  position: absolute;
  width: 100%;
  z-index: 3;
}

#header .header-content .logo-company {
  display: block;
  left: 66px;
  opacity: 0;
  top: -44px;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 161px;
  z-index: 9999;
}
@media (min-width: 768px) {
  #header .header-content .logo-company {
    position: fixed;
  }
}
#header .header-content .logo-company.show {
  opacity: 1;
  top: 44px;
}
@media (max-width: 767px) {
  #header .header-content .logo-company.show {
    top: 19px;
  }
}
@media (max-width: 767px) {
  #header .header-content .logo-company {
    position: absolute;
    left: 15px;
    opacity: 0;
    top: -19px;
    width: 110px;
  }
}

#header .header-content .btn-nav {
  bottom: 0;
  cursor: pointer;
  height: 24px;
  margin: auto 0;
  opacity: 0;
  position: fixed;
  right: 20px;
  top: 60px;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  width: 24px;
  z-index: 2;
}
@media (min-width: 768px) {
  #header .header-content .btn-nav {
    display: none;
  }
}
#header .header-content .btn-nav.show {
  opacity: 1;
  top: 0;
}
@media (max-width: 767px) {
  #header .header-content .btn-nav.show {
    top: 19px;
  }
}
@media (max-width: 767px) {
  #header .header-content .btn-nav {
    bottom: auto;
    left: auto;
    opacity: 1;
    right: 14px;
    top: 19px;
  }
}

#header .header-content .btn-nav span {
  background: #000;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 24px;
}
#header .header-content .btn-nav span:nth-of-type(1) {
  right: 0;
  top: 5px;
}
#header .header-content .btn-nav span:nth-of-type(2) {
  right: 0;
  top: 11px;
  width: 16px;
}
#header .header-content .btn-nav span:nth-of-type(3) {
  right: 0;
  top: 17px;
}
#header .header-content .btn-nav.opened span:nth-of-type(1) {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
#header .header-content .btn-nav.opened span:nth-of-type(2) {
  opacity: 0;
}
#header .header-content .btn-nav.opened span:nth-of-type(3) {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

#header .header-content .sns-list {
  bottom: 0;
  height: 259px;
  left: 20px;
  line-height: 0;
  margin: auto 0;
  opacity: 0;
  position: fixed;
  top: 60px;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  width: 20px;
  z-index: 2;
}
#header .header-content .sns-list.show {
  opacity: 1;
  top: 0;
}
@media (max-width: 767px) {
  #header .header-content .sns-list {
    display: none;
  }
}
#header .header-content .sns-list li {
  margin: 27px 0 28px;
  position: relative;
  text-align: center;
}
#header .header-content .sns-list li a, #header .header-content .sns-list li svg {
  position: relative;
  vertical-align: middle;
  z-index: 2;
}
#header .header-content .sns-list li.line svg {
  width: 20px;
}
#header .header-content .sns-list li.facebook svg {
  width: 8px;
}
#header .header-content .sns-list li.instagram svg {
  width: 18px;
}
#header .header-content .sns-list li.twitter svg {
  width: 16px;
}
#header .header-content .sns-list li.youtube svg {
  width: 20px;
}
#header .header-content .sns-list li:hover::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  z-index: 1;
}
#header .header-content .sns-list li:hover svg {
  fill: #F36E8A;
}



/* ↓↓↓↓↓↓↓↓↓↓↓↓  */
/* ↓↓↓↓↓↓↓↓↓↓↓↓  */
/* ↓↓↓↓↓↓↓↓↓↓↓↓  */
/* Navigation 19.03.04改修 */
@media (min-width: 768px) {
  #header .header-content #nav {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 9998;
    width: 1170px;
    margin-left: -585px;
  }
}
@media (max-width: 767px) {
  #header .header-content #nav {
    background: rgba(245, 199, 209, 0.9);
    height: 0%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
    z-index: 1;
    width: 100%;
  }
  #header .header-content #nav.opened {
    height: 100%;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  #header .header-content #nav .nav-list {
    overflow: hidden;
    margin-right: -12px;
    padding-top: 44px;
    float: right;
  }
}

@media (max-width: 767px) {
  #header .header-content #nav .nav-list {
    bottom: 0;
    height: 0;
    left: 0;
    line-height: 0;
    margin: auto;
    overflow: hidden;
    opacity: 0;
    right: 0;
    text-align: center;
    top: 0;
    width: 344px;
  }
  #header .header-content #nav .nav-list {
    bottom: 47px;
  }
}

@media (max-width: 767px) {
  #header .header-content #nav.opened .nav-list {
    height: 418px;
    opacity: 1;
    position: absolute;
  }
}

@media (min-width: 768px) {
  #header .header-content #nav .nav-list li {
    float: left;
  }
}

@media (max-width: 767px) {
  #header .header-content #nav .nav-list li {
    opacity: 0;
    position: relative;
  }
}

@media (max-width: 767px) {
  #header .header-content #nav .nav-list li:nth-last-of-type(n+2) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #header .header-content #nav .nav-list li {
    margin: 0 auto;
  }
  #header .header-content #nav .nav-list li:nth-of-type(1) {
    width: 137px;
  }
  #header .header-content #nav .nav-list li:nth-of-type(2) {
    width: 140px;
  }
  #header .header-content #nav .nav-list li:nth-of-type(3) {
    width: 263px;
  }
  #header .header-content #nav .nav-list li:nth-of-type(4) {
    width: 94px;
  }
  #header .header-content #nav .nav-list li:nth-of-type(5) {
    width: 88px;
  }
  #header .header-content #nav .nav-list li:nth-of-type(6) {
    width: 153px;
  }
  #header .header-content #nav .nav-list li:nth-of-type(7) {
    width: 167px;
  }
  #header .header-content #nav .nav-list li:nth-of-type(8) {
    width: 162px;
  }
}

@media (max-width: 767px) {
  #header .header-content #nav.opened .nav-list li {
    animation: fadeInRight .5s ease forwards;
  }
  #header .header-content #nav.opened .nav-list li:nth-of-type(1) {
    animation-delay: .35s;
  }
  #header .header-content #nav.opened .nav-list li:nth-of-type(2) {
    animation-delay: .40s;
  }
  #header .header-content #nav.opened .nav-list li:nth-of-type(3) {
    animation-delay: .45s;
  }
  #header .header-content #nav.opened .nav-list li:nth-of-type(4) {
    animation-delay: .50s;
  }
  #header .header-content #nav.opened .nav-list li:nth-of-type(5) {
    animation-delay: .55s;
  }
  #header .header-content #nav.opened .nav-list li:nth-of-type(6) {
    animation-delay: .60s;
  }
  #header .header-content #nav.opened .nav-list li:nth-of-type(7) {
    animation-delay: .65s;
  }
  #header .header-content #nav.opened .nav-list li:nth-of-type(8) {
    animation-delay: .65s;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

#header .header-content #nav .nav-list li a {
  display: block;
}
@media (min-width: 768px) {
  #header .header-content #nav .nav-list li a {
    position: relative;
    height: 35px;
    padding: 12px;
    box-sizing: border-box;
  }

  #header .header-content #nav .nav-list li a::after {
    content: '';
    display: block;
    position: absolute;
    right: 12px;
    bottom: 6px;
    left: 12px;
    margin: 0 auto;
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  #header .header-content #nav .nav-list li a:hover::after {
    width: calc(100% - 24px);
  }
}

@media (min-width: 768px) {
  #header .header-content #nav .nav-list li img {
    display: block;
    width: auto;
    height: 11px;
  }
}
@media (max-width: 767px) {
  #header .header-content #nav .nav-list li img {
    vertical-align: middle;
    width: 100%;
  }
}

#header .header-content #nav.opened .sns-list {
  bottom: 7.95%;
  opacity: 1;
  -webkit-transition: all .35s;
  transition: all .35s;
  transition-delay: .80s;
}
/* Navigation list */
/* ↑↑↑↑↑↑↑↑↑↑↑↑  */
/* ↑↑↑↑↑↑↑↑↑↑↑↑  */
/* ↑↑↑↑↑↑↑↑↑↑↑↑  */



#header .header-content #nav .sns-list {
  display: none;
  opacity: 0;
}
@media (max-width: 767px) {
  #header .header-content #nav .sns-list {
    bottom: 5.95%;
    display: block;
    height: auto;
    left: 0;
    opacity: 0;
    text-align: center;
    top: auto;
    width: 100%;
  }
  #header .header-content #nav .sns-list li {
    display: inline-block;
    margin: 0 4.53%;
  }
  #header .header-content #nav .sns-list li.line svg {
    width: 29px;
  }
  #header .header-content #nav .sns-list li.facebook svg {
    width: 12px;
  }
  #header .header-content #nav .sns-list li.instagram svg {
    width: 26px;
  }
  #header .header-content #nav .sns-list li.twitter svg {
    width: 23px;
  }
  #header .header-content #nav .sns-list li.youtube svg {
    width: 27px;
  }
}

/*-----------------
 footer
-------------------*/
#footer {
  background: #000; }
  #footer .footer-content {
    margin: 0 auto;
    height: 60px;
    position: relative;
    width: 1170px; }
    @media (max-width: 767px) {
      #footer .footer-content {
        height: auto;
        padding-bottom: 11px;
        width: 100%; } }
    #footer .footer-content .sns-list {
      font-size: 0;
      letter-spacing: 0;
      padding-top: 18px;
      text-align: center; }
      @media (max-width: 767px) {
        #footer .footer-content .sns-list {
          margin-bottom: 27px;
          padding-top: 42px; } }
      #footer .footer-content .sns-list li {
        display: inline-block;
        margin: 0 15px;
        vertical-align: middle; }
        #footer .footer-content .sns-list li.line {
          width: 20px; }
        #footer .footer-content .sns-list li.facebook {
          width: 8px; }
        #footer .footer-content .sns-list li.instagram {
          width: 18px; }
        #footer .footer-content .sns-list li.twitter {
          width: 16px; }
        #footer .footer-content .sns-list li.youtube {
          width: 20px; }
        @media (max-width: 767px) {
          #footer .footer-content .sns-list li {
            margin: 0 5.6%; }
            #footer .footer-content .sns-list li.line {
              width: 25px; }
            #footer .footer-content .sns-list li.facebook {
              width: 10px; }
            #footer .footer-content .sns-list li.instagram {
              width: 22px; }
            #footer .footer-content .sns-list li.twitter {
              width: 20px; }
            #footer .footer-content .sns-list li.youtube {
              width: 23px; } }
        #footer .footer-content .sns-list li svg {
          fill: #fff; }
    #footer .footer-content .logo-company {
      display: block;
      left: 0;
      position: absolute;
      top: 13px;
      width: 130px; }
      @media (max-width: 767px) {
        #footer .footer-content .logo-company {
          position: static;
          margin: 0 auto 2px;
          width: 89px; } }
      #footer .footer-content .logo-company svg {
        vertical-align: middle;
        fill: #fff; }
    #footer .footer-content .txt-copyright {
      position: absolute;
      right: 15px;
      top: 14px;
      width: 171px; }
      @media (max-width: 767px) {
        #footer .footer-content .txt-copyright {
          margin: 0 auto;
          position: static;
          width: 114px; } }
      #footer .footer-content .txt-copyright img {
        vertical-align: middle;
        width: 100%; }

/*-----------------
 top page
-------------------*/
#index-page {
  background: no-repeat 0px 511px url(./assets/images/bg-img-lip.png);
  overflow: hidden;
  padding: 120px 0 0; }
  @media (max-width: 767px) {
    #index-page {
      background-position: 0px 471px;
      background-size: 76px auto;
      padding: 69px 0 0; } }
  #index-page .loader-bg {
    background-color: #F5C7D1;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3; }
    #index-page .loader-bg .loader-inner {
      bottom: 0;
      height: 50px;
      left: 0;
      margin: auto;
      position: fixed;
      right: 0;
      top: 0;
      width: 50px;
      z-index: 4; }
@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }
@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }
    #index-page .loader-bg .ball-scale-ripple > div {
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      border: 2px solid #fff;
      -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
      animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }
  #index-page .main-visual {
    margin: 0 auto 20px;
    position: relative;
    width: 1170px; }
    #index-page .main-visual::after {
      clear: both;
      content: "";
      display: block; }
    @media (max-width: 767px) {
      #index-page .main-visual {
        margin-bottom: 43px;
        padding: 50px 0 0;
        width: 100%; } }
    #index-page .main-visual::before {
      background: #F5C7D1;
      content: "";
      display: block;
      height: 1000px;
      left: 0;
      position: absolute;
      top: -1337px;
      transform-origin: left top;
      transform: rotate(26deg);
      width: 5000px;
      z-index: -1; }
      @media (max-width: 767px) {
        #index-page .main-visual::before {
          top: -688px; } }
    #index-page .main-visual .movie-wrapper {
      float: right;
      height: 492px;
      width: 870px; }
      @media (max-width: 767px) {
        #index-page .main-visual .movie-wrapper {
          height: 0;
          overflow: hidden;
          padding-top: 92.27%;
          position: relative;
          width: 76%; } }
      #index-page .main-visual .movie-wrapper video {
        vertical-align: middle;
        width: 100%; }
        @media (max-width: 767px) {
          #index-page .main-visual .movie-wrapper video {
            height: 100%;
            left: 50%;
            position: absolute;
            top: 0;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            width: auto; } }
    #index-page .main-visual .title {
      height: 125px;
      left: 100px;
      position: absolute;
      top: 144px;
      width: 670px; }
      @media (max-width: 767px) {
        #index-page .main-visual .title {
          height: auto;
          left: 14px;
          top: 0;
          width: 324px; } }
      #index-page .main-visual .title img {
        width: 670px; }
        @media (max-width: 767px) {
          #index-page .main-visual .title img {
            width: 100%; } }
      #index-page .main-visual .title .inner {
        display: block;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        -webkit-transition: all .35s;
        transition: all .35s;
        width: 0%; }
        @media (max-width: 767px) {
          #index-page .main-visual .title .inner {
            display: none; } }
        #index-page .main-visual .title .inner:nth-of-type(1) {
          opacity: 0.5; }
          @media (max-width: 767px) {
            #index-page .main-visual .title .inner:nth-of-type(1) {
              display: none; } }
        #index-page .main-visual .title .inner:nth-of-type(2) {
          -webkit-transition-delay: .35s;
          transition-delay: .35s; }
      #index-page .main-visual .title.show .inner {
        width: 100%; }
    #index-page .main-visual .describe-wrapper {
      left: 163px;
      line-height: 28px;
      position: absolute;
      top: 312px; }
      @media (max-width: 767px) {
        #index-page .main-visual .describe-wrapper {
          left: 10px;
          line-height: 21px;
          top: 305px; } }
      #index-page .main-visual .describe-wrapper .describe-line {
        background: #fff;
        box-sizing: border-box;
        display: inline-block;
        font-size: 14px;
        height: 21px;
        letter-spacing: 0.04em;
        line-height: 21px;
        padding: 0 5px;
        -webkit-transition: all .35s;
        transition: all .35s;
        white-space: nowrap; }
        @media (min-width: 768px) {
          #index-page .main-visual .describe-wrapper .describe-line {
            opacity: 0;
            width: 0px; } }
        @media (max-width: 767px) {
          #index-page .main-visual .describe-wrapper .describe-line {
            font-size: 11px;
            height: 17px;
            line-height: 17px; } }
        #index-page .main-visual .describe-wrapper .describe-line span {
          display: inline-block;
          opacity: 0;
          overflow: hidden;
          -webkit-transition: all .35s;
          transition: all .35s;
          width: 0%; }
          @media (max-width: 767px) {
            #index-page .main-visual .describe-wrapper .describe-line span {
              opacity: 1;
              width: 100%; } }
        #index-page .main-visual .describe-wrapper .describe-line.show {
          opacity: 1; }
          #index-page .main-visual .describe-wrapper .describe-line.show:nth-of-type(1) {
            width: 209px; }
          #index-page .main-visual .describe-wrapper .describe-line.show:nth-of-type(2) {
            width: 414px; }
          #index-page .main-visual .describe-wrapper .describe-line.show:nth-of-type(3) {
            width: 339px; }
          #index-page .main-visual .describe-wrapper .describe-line.show span {
            opacity: 1;
            -webkit-transition-delay: .35s;
            transition-delay: .35s;
            width: 100%; }
  #index-page .main-section {
    padding: 100px 0 88px; }
    @media (max-width: 767px) {
      #index-page .main-section {
        padding: 50px 0 44px; } }
    #index-page .main-section .section-title {
      margin-bottom: 5px;
      text-align: center; }
      @media (max-width: 767px) {
        #index-page .main-section .section-title {
          margin: 0 auto; }
          #index-page .main-section .section-title img {
            vertical-align: middle;
            width: 100%; } }
    #index-page .main-section .section-subtitle {
      color: #f76a88;
      font-size: 13px;
      letter-spacing: 0.08em;
      line-height: 28px;
      margin-bottom: 51px;
      text-align: center; }
      @media (max-width: 767px) {
        #index-page .main-section .section-subtitle {
          font-size: 9px;
          line-height: 14px; } }
  #index-page .mission {
    background: no-repeat right 0px top 381px url(./assets/images/bg-img-base.png); }
    @media (max-width: 767px) {
      #index-page .mission {
        background-position: right 0px top 277px;
        background-size: 93px auto;
        padding: 50px 22px 34px; } }
    #index-page .mission .section-title {
      text-align: center; }
      #index-page .mission .section-title img {
        width: 195px; }
      @media (max-width: 767px) {
        #index-page .mission .section-title img {
          width: 117px; } }
    #index-page .mission .section-subtitle {
      margin-bottom: 51px; }
      @media (max-width: 767px) {
        #index-page .mission .section-subtitle {
          margin-bottom: 23px; } }
    #index-page .mission .txt-slogan {
      margin: 0 auto 20px;
      text-align: center; }
      #index-page .mission .txt-slogan img {
        width: 774px; }
      @media (max-width: 767px) {
        #index-page .mission .txt-slogan {
          margin: 0 auto 7px;
          width: 100%; }
          #index-page .mission .txt-slogan img {
            vertical-align: middle;
            width: 100%; } }
    #index-page .mission .txt-happy {
      background: #F36C89;
      color: #fff;
      font-size: 22px;
      letter-spacing: 0.08em;
      line-height: 40px;
      margin: 0 auto 52px;
      position: relative;
      text-align: center;
      width: 400px; }
      @media (max-width: 767px) {
        #index-page .mission .txt-happy {
          font-size: 19px;
          line-height: 33px;
          margin: 0 auto 25px;
          width: 100%; } }
      #index-page .mission .txt-happy::before, #index-page .mission .txt-happy::after {
        border: 10px solid transparent;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        width: 0; }
        @media (max-width: 767px) {
          #index-page .mission .txt-happy::before, #index-page .mission .txt-happy::after {
            border: 9px solid transparent; } }
      #index-page .mission .txt-happy::before {
        border-top: 40px solid #fff;
        left: -10px;
        top: 0; }
        @media (max-width: 767px) {
          #index-page .mission .txt-happy::before {
            border-top-width: 33px;
            left: -9px; } }
      #index-page .mission .txt-happy::after {
        border-bottom: 40px solid #fff;
        bottom: 0;
        right: -10px; }
        @media (max-width: 767px) {
          #index-page .mission .txt-happy::after {
            border-top-width: 33px;
            right: -9px; } }
    #index-page .mission .desc {
      font-size: 14px;
      letter-spacing: 0.08em;
      line-height: 31px;
      text-align: center; }
      @media (max-width: 767px) {
        #index-page .mission .desc {
          font-size: 11px;
          line-height: 21px; } }
  #index-page .service {
    padding-bottom: 109px;
    position: relative; }
    @media (max-width: 767px) {
      #index-page .service {
        padding: 50px 22px 69px; } }
    #index-page .service::before {
      background: #F7F3F4;
      content: "";
      display: block;
      height: 1500px;
      left: 50%;
      position: absolute;
      top: 1381px;
      transform: rotate(26deg) translate(-50%, 0);
      width: 5000px;
      z-index: -1; }
    #index-page .service .bg-img {
      left: 130px;
      position: absolute;
      top: -164px; }
      @media (max-width: 767px) {
        #index-page .service .bg-img {
          left: 7px;
          top: -36px;
          width: 86px; }
          #index-page .service .bg-img img {
            vertical-align: middle;
            width: 100%; } }
    #index-page .service .section-title {
      margin-bottom: 11px;
      text-align: center; }
      #index-page .service .section-title img {
        width: 200px; }
      @media (max-width: 767px) {
        #index-page .service .section-title {
          margin-bottom: 4px; }
          #index-page .service .section-title img {
            width: 120px; } }
    #index-page .service .section-subtitle {
      margin-bottom: 28px; }
      @media (max-width: 767px) {
        #index-page .service .section-subtitle {
          margin-bottom: 27px; } }
    #index-page .service .service-list {
      margin: 0 auto;
      width: 970px; }
      @media (max-width: 767px) {
        #index-page .service .service-list {
          width: 100%; } }
      #index-page .service .service-list > li {
        position: relative; }
        #index-page .service .service-list > li::after {
          clear: both;
          content: "";
          display: block; }
        #index-page .service .service-list > li:nth-of-type(1) {
          margin-bottom: 104px; }
          @media (max-width: 767px) {
            #index-page .service .service-list > li:nth-of-type(1) {
              margin-bottom: 48px; } }
          #index-page .service .service-list > li:nth-of-type(1) .icon-num {
            left: -5px;
            position: relative;
            top: -27px;
            width: 55px; }
            #index-page .service .service-list > li:nth-of-type(1) .icon-num svg {
              left: 5px;
              position: absolute;
              top: 9px;
              width: 50px; }
            @media (max-width: 767px) {
              #index-page .service .service-list > li:nth-of-type(1) .icon-num {
                position: static;
                margin: 0 auto 3px;
                width: 28px; }
                #index-page .service .service-list > li:nth-of-type(1) .icon-num img {
                  vertical-align: middle;
                  width: 100%; }
                #index-page .service .service-list > li:nth-of-type(1) .icon-num svg {
                  left: 0;
                  margin: 0 auto;
                  right: 0;
                  top: 5px;
                  width: 23px; } }
          #index-page .service .service-list > li:nth-of-type(1) .list-title {
            font-size: 32px;
            letter-spacing: 0.04em;
            line-height: 34px;
            margin-bottom: 30px;
            padding-left: 46px;
            position: relative; }
            @media (max-width: 767px) {
              #index-page .service .service-list > li:nth-of-type(1) .list-title {
                font-size: 23px;
                line-height: 29px;
                margin-bottom: 10px;
                padding-left: 0;
                text-indent: 27px; } }
            #index-page .service .service-list > li:nth-of-type(1) .list-title img {
              left: 0;
              position: absolute;
              top: -1px; }
              @media (max-width: 767px) {
                #index-page .service .service-list > li:nth-of-type(1) .list-title img {
                  left: -2px;
                  top: 4px;
                  width: 23px; } }
          #index-page .service .service-list > li:nth-of-type(1) .desc {
            font-size: 13px;
            letter-spacing: 0.04em;
            line-height: 28px;
            margin-bottom: 4px; }
            @media (max-width: 767px) {
              #index-page .service .service-list > li:nth-of-type(1) .desc {
                font-size: 11px;
                line-height: 21px; } }
          #index-page .service .service-list > li:nth-of-type(1) .caution {
            color: #999;
            font-size: 12px;
            letter-spacing: 0.04em;
            line-height: 28px;
            margin-bottom: 31px; }
            @media (max-width: 767px) {
              #index-page .service .service-list > li:nth-of-type(1) .caution {
                font-size: 11px;
                line-height: 23px; } }
          #index-page .service .service-list > li:nth-of-type(1) .img-box {
            opacity: 0;
            position: absolute;
            right: 0;
            top: 30px;
            -webkit-transition: all 1.3s;
            transition: all 1.3s;
            width: 500px; }
            #index-page .service .service-list > li:nth-of-type(1) .img-box.show {
              opacity: 1;
              top: 0; }
            @media (max-width: 767px) {
              #index-page .service .service-list > li:nth-of-type(1) .img-box {
                margin-bottom: 3px;
                padding-top: 53.57%;
                position: relative;
                width: 100%; } }
            #index-page .service .service-list > li:nth-of-type(1) .img-box img {
              position: absolute; }
              #index-page .service .service-list > li:nth-of-type(1) .img-box img:nth-of-type(1) {
                left: 21px;
                top: 163px;
                z-index: 1; }
                @media (max-width: 767px) {
                  #index-page .service .service-list > li:nth-of-type(1) .img-box img:nth-of-type(1) {
                    left: 4.85%;
                    top: 23.78%;
                    width: 57.32%; } }
              #index-page .service .service-list > li:nth-of-type(1) .img-box img:nth-of-type(2) {
                left: 339px;
                top: 47px;
                z-index: 1; }
                @media (max-width: 767px) {
                  #index-page .service .service-list > li:nth-of-type(1) .img-box img:nth-of-type(2) {
                    left: 65.82%;
                    top: -12.46%;
                    width: 27.3%; } }
          #index-page .service .service-list > li:nth-of-type(1) .link-list {
            float: left;
            font-size: 0;
            letter-spacing: 0; }
            @media (max-width: 767px) {
              #index-page .service .service-list > li:nth-of-type(1) .link-list {
                float: none; } }
            #index-page .service .service-list > li:nth-of-type(1) .link-list li {
              display: inline-block;
              overflow: hidden;
              position: relative;
              vertical-align: top; }
              @media (max-width: 767px) {
                #index-page .service .service-list > li:nth-of-type(1) .link-list li {
                  width: calc((100% - 10px) / 2); }
                  #index-page .service .service-list > li:nth-of-type(1) .link-list li:nth-of-type(1) img {
                    width: 81px; }
                  #index-page .service .service-list > li:nth-of-type(1) .link-list li:nth-of-type(2) img {
                    width: 89px; } }
              #index-page .service .service-list > li:nth-of-type(1) .link-list li:hover .inner:nth-of-type(2) {
                left: -20px;
                -webkit-transition: all .5s;
                transition: all .5s; }
              #index-page .service .service-list > li:nth-of-type(1) .link-list li:hover .inner:nth-of-type(3) {
                left: 0px;
                -webkit-transition: all .3s;
                transition: all .3s; }
              #index-page .service .service-list > li:nth-of-type(1) .link-list li .inner {
                box-sizing: border-box;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%; }
                #index-page .service .service-list > li:nth-of-type(1) .link-list li .inner svg, #index-page .service .service-list > li:nth-of-type(1) .link-list li .inner img {
                  display: inline-block;
                  position: static;
                  vertical-align: middle; }
                #index-page .service .service-list > li:nth-of-type(1) .link-list li .inner:nth-of-type(2) {
                  background: #000;
                  left: -290px;
                  -webkit-transform: skewX(-30deg);
                  transform: skewX(-30deg);
                  -webkit-transition: all .2s;
                  transition: all .2s;
                  width: calc(100% + 40px); }
                  @media (max-width: 767px) {
                    #index-page .service .service-list > li:nth-of-type(1) .link-list li .inner:nth-of-type(2) {
                      display: none; } }
                #index-page .service .service-list > li:nth-of-type(1) .link-list li .inner:nth-of-type(3) {
                  left: -100%;
                  -webkit-transition: all .2s;
                  transition: all .2s; }
                  #index-page .service .service-list > li:nth-of-type(1) .link-list li .inner:nth-of-type(3) svg {
                    fill: #fff; }
                  @media (max-width: 767px) {
                    #index-page .service .service-list > li:nth-of-type(1) .link-list li .inner:nth-of-type(3) {
                      display: none; } }
              #index-page .service .service-list > li:nth-of-type(1) .link-list li:nth-of-type(1) {
                margin-right: 10px; }
                #index-page .service .service-list > li:nth-of-type(1) .link-list li:nth-of-type(1) .inner {
                  padding-top: 14px; }
                  @media (max-width: 767px) {
                    #index-page .service .service-list > li:nth-of-type(1) .link-list li:nth-of-type(1) .inner {
                      padding-top: 11px; } }
                  #index-page .service .service-list > li:nth-of-type(1) .link-list li:nth-of-type(1) .inner svg {
                    margin-right: 10px;
                    width: 20px; }
                    @media (max-width: 767px) {
                      #index-page .service .service-list > li:nth-of-type(1) .link-list li:nth-of-type(1) .inner svg {
                        width: 16px; } }
                  #index-page .service .service-list > li:nth-of-type(1) .link-list li:nth-of-type(1) .inner img {
                    vertical-align: -9px;
                    width: 65px; }
                    @media (max-width: 767px) {
                      #index-page .service .service-list > li:nth-of-type(1) .link-list li:nth-of-type(1) .inner img {
                        vertical-align: -6px;
                        width: 55px; } }
              #index-page .service .service-list > li:nth-of-type(1) .link-list li:nth-of-type(2) .inner {
                padding-top: 10px; }
                @media (max-width: 767px) {
                  #index-page .service .service-list > li:nth-of-type(1) .link-list li:nth-of-type(2) .inner {
                    padding-top: 8px; } }
                #index-page .service .service-list > li:nth-of-type(1) .link-list li:nth-of-type(2) .inner svg {
                  margin-right: 10px;
                  width: 16px; }
                  @media (max-width: 767px) {
                    #index-page .service .service-list > li:nth-of-type(1) .link-list li:nth-of-type(2) .inner svg {
                      width: 12px; } }
                #index-page .service .service-list > li:nth-of-type(1) .link-list li:nth-of-type(2) .inner img {
                  vertical-align: -8px;
                  width: 78px; }
                  @media (max-width: 767px) {
                    #index-page .service .service-list > li:nth-of-type(1) .link-list li:nth-of-type(2) .inner img {
                      vertical-align: -7px;
                      width: 66px; } }
              #index-page .service .service-list > li:nth-of-type(1) .link-list li a {
                background: #fff;
                border: 1px solid #000;
                box-sizing: border-box;
                display: block;
                height: 50px;
                position: relative;
                text-align: center;
                width: 230px; }
                @media (max-width: 767px) {
                  #index-page .service .service-list > li:nth-of-type(1) .link-list li a {
                    height: 40px;
                    width: 100%; } }
                #index-page .service .service-list > li:nth-of-type(1) .link-list li a img {
                  bottom: 0;
                  left: 0;
                  margin: auto;
                  position: absolute;
                  right: 0;
                  top: 0; }
        #index-page .service .service-list > li:nth-of-type(2)::before {
          background: #F5C7D1;
          content: "";
          display: block;
          height: 1500px;
          left: 50%;
          position: absolute;
          top: -575px;
          transform: rotate(-14deg) translate(-50%, 0);
          width: 5000px;
          z-index: -1; }
          @media (max-width: 767px) {
            #index-page .service .service-list > li:nth-of-type(2)::before {
              top: -586px; } }
        #index-page .service .service-list > li:nth-of-type(2) .icon-num {
          display: inline-block;
          left: 466px;
          position: relative;
          width: 55px; }
          #index-page .service .service-list > li:nth-of-type(2) .icon-num svg {
            left: 3px;
            position: absolute;
            top: 11px;
            width: 56px; }
            #index-page .service .service-list > li:nth-of-type(2) .icon-num svg path {
              fill: #000; }
          @media (max-width: 767px) {
            #index-page .service .service-list > li:nth-of-type(2) .icon-num {
              display: block;
              left: auto;
              margin: 0 auto;
              width: 28px; }
              #index-page .service .service-list > li:nth-of-type(2) .icon-num img {
                vertical-align: middle;
                width: 100%; }
              #index-page .service .service-list > li:nth-of-type(2) .icon-num svg {
                left: 0;
                margin: 0 auto;
                right: 0;
                top: 5px;
                width: 27px; } }
        #index-page .service .service-list > li:nth-of-type(2) .txt-box {
          float: right;
          padding-top: 88px;
          width: 500px; }
          @media (max-width: 767px) {
            #index-page .service .service-list > li:nth-of-type(2) .txt-box {
              padding-top: 5px;
              width: 100%; } }
          #index-page .service .service-list > li:nth-of-type(2) .txt-box .list-title {
            font-size: 32px;
            letter-spacing: -0.02em;
            line-height: 45px;
            margin-bottom: 25px; }
            @media (max-width: 767px) {
              #index-page .service .service-list > li:nth-of-type(2) .txt-box .list-title {
                font-size: 23px;
                letter-spacing: 0.04em;
                line-height: 29px;
                margin-bottom: 11px; } }
          #index-page .service .service-list > li:nth-of-type(2) .txt-box .desc {
            font-size: 13px;
            letter-spacing: 0.04em;
            line-height: 28px;
            margin-bottom: 32px; }
            @media (max-width: 767px) {
              #index-page .service .service-list > li:nth-of-type(2) .txt-box .desc {
                font-size: 11px;
                line-height: 21px;
                margin-bottom: 18px; } }
            #index-page .service .service-list > li:nth-of-type(2) .txt-box .desc span {
              color: #f76a88;
              font-weight: bold; }
          #index-page .service .service-list > li:nth-of-type(2) .txt-box .img-box {
            left: 0px;
            opacity: 0;
            position: absolute;
            top: 51px;
            -webkit-transition: all 1.3s;
            transition: all 1.3s;
            width: 370px; }
            #index-page .service .service-list > li:nth-of-type(2) .txt-box .img-box.show {
              opacity: 1;
              top: 21px; }
              @media (max-width: 767px) {
                #index-page .service .service-list > li:nth-of-type(2) .txt-box .img-box.show {
                  top: 0; } }
            #index-page .service .service-list > li:nth-of-type(2) .txt-box .img-box img {
              vertical-align: middle;
              width: 100%; }
            @media (max-width: 767px) {
              #index-page .service .service-list > li:nth-of-type(2) .txt-box .img-box {
                position: relative;
                top: 20px;
                margin: 0 auto 13px;
                width: 81.12%; } }
          #index-page .service .service-list > li:nth-of-type(2) .txt-box .btn-contact {
            background: #fff;
            border: 1px solid #000;
            box-sizing: border-box;
            display: block;
            height: 50px;
            position: relative;
            text-align: center;
            width: 496px;
            overflow: hidden;
            position: relative; }
            @media (min-width: 768px) {
              #index-page .service .service-list > li:nth-of-type(2) .txt-box .btn-contact:hover .inner:nth-of-type(2) {
                left: -20px;
                -webkit-transition: all .5s;
                transition: all .5s; }
              #index-page .service .service-list > li:nth-of-type(2) .txt-box .btn-contact:hover .inner:nth-of-type(3) {
                left: 0px;
                -webkit-transition: all .3s;
                transition: all .3s; } }
            #index-page .service .service-list > li:nth-of-type(2) .txt-box .btn-contact .inner {
              box-sizing: border-box;
              height: 100%;
              left: 0;
              position: absolute;
              top: 0;
              width: 100%; }
              #index-page .service .service-list > li:nth-of-type(2) .txt-box .btn-contact .inner:nth-of-type(2) {
                background: #000;
                left: calc(-100% - 65px);
                -webkit-transform: skewX(-30deg);
                transform: skewX(-30deg);
                -webkit-transition: all .2s;
                transition: all .2s;
                width: calc(100% + 40px); }
                @media (max-width: 767px) {
                  #index-page .service .service-list > li:nth-of-type(2) .txt-box .btn-contact .inner:nth-of-type(2) {
                    display: none; } }
              #index-page .service .service-list > li:nth-of-type(2) .txt-box .btn-contact .inner:nth-of-type(3) {
                left: -100%;
                -webkit-transition: all .2s;
                transition: all .2s; }
                #index-page .service .service-list > li:nth-of-type(2) .txt-box .btn-contact .inner:nth-of-type(3) svg {
                  fill: #fff; }
                @media (max-width: 767px) {
                  #index-page .service .service-list > li:nth-of-type(2) .txt-box .btn-contact .inner:nth-of-type(3) {
                    display: none; } }
            @media (max-width: 767px) {
              #index-page .service .service-list > li:nth-of-type(2) .txt-box .btn-contact {
                height: 40px;
                width: 100%; } }
            #index-page .service .service-list > li:nth-of-type(2) .txt-box .btn-contact img {
              bottom: 0;
              left: 0;
              margin: auto;
              position: absolute;
              right: 0;
              top: 0;
              width: 65px; }
              @media (max-width: 767px) {
                #index-page .service .service-list > li:nth-of-type(2) .txt-box .btn-contact img {
                  width: 60px; } }




/* ↓↓↓↓↓↓↓↓↓↓↓↓  */
/* ↓↓↓↓↓↓↓↓↓↓↓↓  */
/* ↓↓↓↓↓↓↓↓↓↓↓↓  */
/* PRIVATE BRAND 19.02.28追加 */
#index-page .private-brand {
  padding-bottom: 109px;
  position: relative;
}

@media (max-width: 767px) {
  #index-page .private-brand {
    padding: 50px 22px 69px;
  }
}

#index-page .private-brand::before {
  background: #ffffff;
  content: "";
  display: block;
  height: 1500px;
  left: 50%;
  position: absolute;
  top: 1381px;
  transform: rotate(26deg) translate(-50%, 0);
  width: 5000px;
  z-index: -1;
}

#index-page .private-brand .section-title {
  margin-bottom: 11px;
  text-align: center;
}
#index-page .private-brand .section-title img {
  width: 381px;
}

@media (max-width: 767px) {
  #index-page .private-brand .section-title {
    margin-bottom: 4px;
  }
  #index-page .private-brand .section-title img {
    width: 240px;
  }
}

#index-page .private-brand .section-subtitle {
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  #index-page .private-brand .section-subtitle {
    margin-bottom: 27px;
  }
}

#index-page .private-brand .private-brand-copy {
  margin: 32px 0 30px;
  text-align: center;
}
#index-page .private-brand .private-brand-copy img {
  width: 280px;
}

#index-page .private-brand .private-brand-content {
  width: 734px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #index-page .private-brand .private-brand-content {
    width: 100%;
  }
}

#index-page .private-brand .private-brand-content .private-brand-content-img {
  margin-bottom: 15px;
}
#index-page .private-brand .private-brand-content .private-brand-content-img img {
  width: 100%;
}

#index-page .private-brand .private-brand-content .private-brand-content-txt {
  margin-bottom: 58px;
  font-size: 13px;
  line-height: 24px;
}

#index-page .private-brand .btn-more {
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  display: block;
  height: 50px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 220px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  #index-page .private-brand .btn-more:hover .inner:nth-of-type(2) {
    left: -20px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #index-page .private-brand .btn-more:hover .inner:nth-of-type(3) {
    left: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

#index-page .private-brand .btn-more[target="_blank"]::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  z-index: 1;
  width: 21px;
  height: 14px;
  margin-top: -7px;
  background-image: url('./assets/images/btn-icon-external.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 14px;
}
@media (max-width: 767px) {
  #index-page .private-brand .btn-more[target="_blank"]::after {
    right: 9px;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    background-image: url('./assets/images/btn-icon-external-sp.svg');
    background-size: 12px 8px;
  }
}

#index-page .private-brand .btn-more .inner {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#index-page .private-brand .btn-more .inner:nth-of-type(2) {
  background: #000;
  left: calc(-100% - 65px);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transition: all .2s;
  transition: all .2s;
  width: calc(100% + 40px);
}

#index-page .private-brand .btn-more[target="_blank"] .inner:nth-of-type(2)::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 33px;
  z-index: 1;
  width: 21px;
  height: 14px;
  margin-top: -7px;
  background-image: url('./assets/images/btn-icon-external-hover.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 14px;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}

@media (max-width: 767px) {
  #index-page .private-brand .btn-more .inner:nth-of-type(2) {
    display: none;
  }
}

#index-page .private-brand .btn-more .inner:nth-of-type(3) {
  left: -100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
#index-page .private-brand .btn-more .inner:nth-of-type(3) svg {
  fill: #fff;
}
@media (max-width: 767px) {
  #index-page .private-brand .btn-more .inner:nth-of-type(3) {
    display: none;
  }
}

@media (max-width: 767px) {
  #index-page .private-brand .btn-more {
    height: 40px;
    width: 160px;
  }
}
#index-page .private-brand .btn-more img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}
@media (max-width: 767px) {
  #index-page .private-brand .btn-more img {
    width: 40px;
  }
}
/* PRIVATE BRAND */
/* ↑↑↑↑↑↑↑↑↑↑↑↑  */
/* ↑↑↑↑↑↑↑↑↑↑↑↑  */
/* ↑↑↑↑↑↑↑↑↑↑↑↑  */



  #index-page .news {
    padding-bottom: 81px;
    position: relative; }
    @media (max-width: 767px) {
      #index-page .news {
        padding: 40px 22px; } }
    #index-page .news::before {
      background: #F7F3F4;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; }
    #index-page .news .section-title {
      margin-bottom: 9px;
      text-align: center; }
      #index-page .news .section-title img {
        width: 134px; }
      @media (max-width: 767px) {
        #index-page .news .section-title {
          margin: 0 auto; }
          #index-page .news .section-title img {
            width: 81px; } }
    #index-page .news .section-subtitle {
      margin-bottom: 31px; }
      @media (max-width: 767px) {
        #index-page .news .section-subtitle {
          margin-bottom: 25px; } }
    #index-page .news .news-list {
      font-size: 0;
      letter-spacing: 0;
      margin: 0 auto 51px;
      width: 970px; }
      @media (max-width: 767px) {
        #index-page .news .news-list {
          margin: 0 auto 21px;
          width: 100%; } }
      #index-page .news .news-list > li {
        border: 1px solid #000;
        box-sizing: border-box;
        display: inline-block;
        height: 330px;
        position: relative;
        text-align: center;
        vertical-align: top;
        width: 310px;
        z-index: 1; }
        @media (max-width: 767px) {
          #index-page .news .news-list > li {
            height: auto;
            display: block;
            text-align: left;
            width: 100%; } }
        #index-page .news .news-list > li::before {
          background: #000;
          content: "";
          display: block;
          height: 330px;
          left: 2px;
          position: absolute;
          top: 2px;
          width: 310px;
          z-index: -1; }
          @media (max-width: 767px) {
            #index-page .news .news-list > li::before {
              height: 100%;
              left: 3px;
              top: 3px;
              width: 100%; } }
        #index-page .news .news-list > li:nth-last-of-type(n+2) {
          margin-right: 20px; }
          @media (max-width: 767px) {
            #index-page .news .news-list > li:nth-last-of-type(n+2) {
              margin-bottom: 11px;
              margin-right: 0; } }
        #index-page .news .news-list > li > a {
          background: #F7F3F4;
          box-sizing: border-box;
          display: block;
          height: 328px;
          padding: 37px 35px 0;
          width: 308px; }
          @media (max-width: 767px) {
            #index-page .news .news-list > li > a {
              height: auto;
              padding: 5px 9px 11px;
              width: 100%; }
              #index-page .news .news-list > li > a::after {
                clear: both;
                content: "";
                display: block; } }
          #index-page .news .news-list > li > a:hover {
            background: #fff; }
        #index-page .news .news-list > li .attribute {
          margin-bottom: 22px; }
          @media (max-width: 767px) {
            #index-page .news .news-list > li .attribute {
              margin-bottom: 11px; } }
          #index-page .news .news-list > li .attribute .category {
            color: #f76a88;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 0.02em;
            line-height: 28px; }
            @media (max-width: 767px) {
              #index-page .news .news-list > li .attribute .category {
                font-size: 10px;
                line-height: 16px; } }
            #index-page .news .news-list > li .attribute .category::after {
              background: #000;
              content: "";
              display: inline-block;
              height: 14px;
              margin: 0 13px;
              vertical-align: -1px;
              width: 1px; }
              @media (max-width: 767px) {
                #index-page .news .news-list > li .attribute .category::after {
                  height: 9px;
                  margin: 0 8px; } }
          #index-page .news .news-list > li .attribute .date {
            color: #ccc;
            font-size: 13px;
            letter-spacing: 0.02em;
            line-height: 28px; }
            @media (max-width: 767px) {
              #index-page .news .news-list > li .attribute .date {
                font-size: 10px;
                line-height: 16px; } }
        #index-page .news .news-list > li .article-title {
          font-size: 16px;
          height: 78px;
          letter-spacing: 0.06em;
          line-height: 26px;
          margin-bottom: 18px;
          overflow: hidden;
          text-align: left; }
          @media (max-width: 767px) {
            #index-page .news .news-list > li .article-title {
              font-size: 14px;
              height: auto;
              line-height: 20px;
              margin-bottom: 6px;
              padding-left: 15px; } }
        #index-page .news .news-list > li .excerpt {
          font-size: 13px;
          height: 72px;
          letter-spacing: 0.04em;
          line-height: 24px;
          margin-bottom: 28px;
          overflow: hidden;
          text-align: left; }
          @media (max-width: 767px) {
            #index-page .news .news-list > li .excerpt {
              font-size: 9px;
              height: auto;
              line-height: 17px;
              margin-bottom: 11px;
              padding-left: 15px; } }
        #index-page .news .news-list > li .txt-more {
          border-bottom: 1px solid #000;
          margin: 0 auto;
          width: 35px; }
          #index-page .news .news-list > li .txt-more img {
            vertical-align: middle;
            width: 100%; }
          @media (max-width: 767px) {
            #index-page .news .news-list > li .txt-more {
              float: right;
              width: 25px; } }
    #index-page .news .btn-news {
      background: #fff;
      border: 1px solid #000;
      box-sizing: border-box;
      display: block;
      height: 50px;
      margin: 0 auto;
      position: relative;
      text-align: center;
      width: 220px;
      overflow: hidden;
      position: relative; }
      @media (min-width: 768px) {
        #index-page .news .btn-news:hover .inner:nth-of-type(2) {
          left: -20px;
          -webkit-transition: all .5s;
          transition: all .5s; }
        #index-page .news .btn-news:hover .inner:nth-of-type(3) {
          left: 0px;
          -webkit-transition: all .3s;
          transition: all .3s; } }
      #index-page .news .btn-news .inner {
        box-sizing: border-box;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
        #index-page .news .btn-news .inner:nth-of-type(2) {
          background: #000;
          left: calc(-100% - 65px);
          -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
          -webkit-transition: all .2s;
          transition: all .2s;
          width: calc(100% + 40px); }
          @media (max-width: 767px) {
            #index-page .news .btn-news .inner:nth-of-type(2) {
              display: none; } }
        #index-page .news .btn-news .inner:nth-of-type(3) {
          left: -100%;
          -webkit-transition: all .2s;
          transition: all .2s; }
          #index-page .news .btn-news .inner:nth-of-type(3) svg {
            fill: #fff; }
          @media (max-width: 767px) {
            #index-page .news .btn-news .inner:nth-of-type(3) {
              display: none; } }
      @media (max-width: 767px) {
        #index-page .news .btn-news {
          height: 40px;
          width: 160px; } }
      #index-page .news .btn-news img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 67px; }
        @media (max-width: 767px) {
          #index-page .news .btn-news img {
            width: 60px; } }
  #index-page .team {
    padding-bottom: 49px;
    position: relative; }
    @media (max-width: 767px) {
      #index-page .team {
        padding-bottom: 36px; } }
    #index-page .team::before {
      background: #F7F3F4;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; }
    #index-page .team::after {
      background: #fff;
      content: "";
      display: block;
      height: 1500px;
      left: 50%;
      position: absolute;
      top: -489px;
      transform: rotate(-14deg) translate(-50%, 0);
      width: 5000px;
      z-index: -1; }
      @media (max-width: 767px) {
        #index-page .team::after {
          top: -528px; } }
    #index-page .team .section-title {
      margin-bottom: 9px;
      text-align: center; }
      #index-page .team .section-title img {
        width: 124px; }
      @media (max-width: 767px) {
        #index-page .team .section-title {
          margin: 0 auto 3px; }
          #index-page .team .section-title img {
            width: 75px; } }
    #index-page .team .section-subtitle {
      margin-bottom: 42px; }
      @media (max-width: 767px) {
        #index-page .team .section-subtitle {
          margin-bottom: 22px; } }
    #index-page .team .team-list {
      font-size: 0;
      letter-spacing: 0;
      margin: 0 auto;
      text-align: center;
      width: 983px; }
      @media (max-width: 767px) {
        #index-page .team .team-list {
          width: 100%; } }
      #index-page .team .team-list li {
        cursor: pointer;
        display: inline-block;
        text-align: center;
        width: 230px; }
        @media (max-width: 767px) {
          #index-page .team .team-list li {
            width: 37.33%; } }
        #index-page .team .team-list li:nth-last-of-type(n+2) {
          margin-right: 21px; }
          @media (max-width: 767px) {
            #index-page .team .team-list li:nth-last-of-type(n+2) {
              margin-right: 0; } }
        @media (max-width: 767px) {
          #index-page .team .team-list li:nth-of-type(1) {
            margin-right: 30px; }
          #index-page .team .team-list li:nth-of-type(-n+2) {
            margin-bottom: 19px; } }
        #index-page .team .team-list li .img-box {
          border-radius: 50%;
          height: 230px;
          margin-bottom: 13px;
          overflow: hidden;
          position: relative;
          width: 230px; }
          @media (max-width: 767px) {
            #index-page .team .team-list li .img-box {
              height: auto;
              margin-bottom: 8px;
              width: 100%; } }
          #index-page .team .team-list li .img-box img {
            vertical-align: middle;
            width: 100%; }
          #index-page .team .team-list li .img-box:hover::after {
            background: rgba(242, 109, 138, 0.7);
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0; }
          #index-page .team .team-list li .img-box:hover .hover-txt img {
            opacity: 1;
            -webkit-transition: all .35s;
            transition: all .35s;
            -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s; }
          #index-page .team .team-list li .img-box:hover .hover-txt span {
            -webkit-transition: all .35s;
            transition: all .35s; }
            #index-page .team .team-list li .img-box:hover .hover-txt span:nth-of-type(1) {
              left: 0; }
            #index-page .team .team-list li .img-box:hover .hover-txt span:nth-of-type(2) {
              top: 0;
              -webkit-transition-delay: 0.35s;
              transition-delay: 0.35s; }
            #index-page .team .team-list li .img-box:hover .hover-txt span:nth-of-type(3) {
              right: 0; }
            #index-page .team .team-list li .img-box:hover .hover-txt span:nth-of-type(4) {
              bottom: 0;
              -webkit-transition-delay: 0.35s;
              transition-delay: 0.35s; }
          #index-page .team .team-list li .img-box .hover-txt {
            bottom: 0;
            box-sizing: border-box;
            height: 40px;
            left: 0;
            margin: auto;
            overflow: hidden;
            position: absolute;
            right: 0;
            top: 0;
            width: 110px;
            z-index: 1; }
            #index-page .team .team-list li .img-box .hover-txt img {
              bottom: 0;
              height: 10px;
              left: 0;
              margin: auto;
              opacity: 0;
              position: absolute;
              right: 0;
              top: 0;
              width: 56px; }
            #index-page .team .team-list li .img-box .hover-txt span {
              display: block;
              height: 100%;
              position: absolute;
              width: 100%; }
              #index-page .team .team-list li .img-box .hover-txt span:nth-of-type(1) {
                border-top: 1px solid #fff;
                top: 0;
                left: -100%; }
              #index-page .team .team-list li .img-box .hover-txt span:nth-of-type(2) {
                border-right: 1px solid #fff;
                right: 0;
                top: -100%; }
              #index-page .team .team-list li .img-box .hover-txt span:nth-of-type(3) {
                border-bottom: 1px solid #fff;
                bottom: 0;
                right: -100%; }
              #index-page .team .team-list li .img-box .hover-txt span:nth-of-type(4) {
                border-left: 1px solid #fff;
                bottom: -100%;
                left: 0; }
        #index-page .team .team-list li .name {
          font-size: 16px;
          letter-spacing: 0.04em;
          line-height: 26px;
          margin-bottom: -1px; }
          @media (max-width: 767px) {
            #index-page .team .team-list li .name {
              font-size: 12px;
              line-height: 18px; } }
        #index-page .team .team-list li .attr {
          font-size: 13px;
          letter-spacing: 0.04em;
          line-height: 26px; }
          @media (max-width: 767px) {
            #index-page .team .team-list li .attr {
              font-size: 9px;
              line-height: 18px; } }
    #index-page .team .profile-area {
      background: rgba(245, 199, 209, 0.9);
      bottom: 0;
      display: none;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 1; }
      #index-page .team .profile-area .btn-close {
        bottom: 502px;
        cursor: pointer;
        height: 15px;
        left: 392px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 15px; }
        @media (max-width: 767px) {
          #index-page .team .profile-area .btn-close {
            left: auto;
            bottom: 372px;
            right: 25px; } }
      #index-page .team .profile-area .profile-list li {
        background: #F5C7D1;
        box-sizing: border-box;
        border: 1px solid #fff;
        bottom: 0;
        display: none;
        height: 460px;
        left: 0;
        margin: auto;
        overflow-x: scroll;
        padding: 48px 45px 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 370px; }
        @media (max-width: 767px) {
          #index-page .team .profile-area .profile-list li {
            height: 315px;
            padding: 40px 38px 0;
            width: 275px;
            width: calc(100% - 45px); } }
        #index-page .team .profile-area .profile-list li .list-title {
          line-height: 0;
          margin-bottom: 30px; }
          @media (max-width: 767px) {
            #index-page .team .profile-area .profile-list li .list-title {
              margin-bottom: 17px; } }
          #index-page .team .profile-area .profile-list li .list-title img {
            vertical-align: middle;
            width: 96px; }
            @media (max-width: 767px) {
              #index-page .team .profile-area .profile-list li .list-title img {
                width: 100px; } }
        #index-page .team .profile-area .profile-list li .name-area {
          letter-spacing: 0.04em;
          line-height: 26px;
          margin-bottom: 22px;
          vertical-align: middle; }
          @media (max-width: 767px) {
            #index-page .team .profile-area .profile-list li .name-area {
              margin-bottom: 20px; } }
          #index-page .team .profile-area .profile-list li .name-area .name {
            font-size: 24px; }
            @media (max-width: 767px) {
              #index-page .team .profile-area .profile-list li .name-area .name {
                font-size: 17px; } }
            #index-page .team .profile-area .profile-list li .name-area .name::after {
              content: "|";
              display: inline-block;
              font-size: 20px;
              margin: auto 9px auto 14px;
              vertical-align: 2px; }
              @media (max-width: 767px) {
                #index-page .team .profile-area .profile-list li .name-area .name::after {
                  font-size: 17px;
                  margin: auto 11px; } }
          #index-page .team .profile-area .profile-list li .name-area .attr {
            font-size: 16px;
            vertical-align: 3px; }
            @media (max-width: 767px) {
              #index-page .team .profile-area .profile-list li .name-area .attr {
                font-size: 14px;
                vertical-align: 2px; } }
        #index-page .team .profile-area .profile-list li .desc {
          font-size: 14px;
          letter-spacing: 0.02em;
          line-height: 29px;
          padding-bottom: 20px;
          text-align: left; }
          @media (max-width: 767px) {
            #index-page .team .profile-area .profile-list li .desc {
              font-size: 11px;
              line-height: 21px; } }
  #index-page .message {
    padding-bottom: 0;
    position: relative; }
    @media (max-width: 767px) {
      #index-page .message {
        padding: 50px 20px 38px; } }
    #index-page .message::before {
      background: #F5C7D1;
      content: "";
      display: block;
      height: 1500px;
      left: 50%;
      position: absolute;
      top: -405px;
      transform: rotate(-12deg) translate(-50%, 0);
      width: 5000px;
      z-index: -1; }
      @media (max-width: 767px) {
        #index-page .message::before {
          top: -443px; } }
    #index-page .message .section-title {
      margin-bottom: 13px;
      text-align: center; }
      #index-page .message .section-title img {
        width: 218px; }
      @media (max-width: 767px) {
        #index-page .message .section-title {
          margin: 0 auto 3px; }
          #index-page .message .section-title img {
            width: 131px; } }
    #index-page .message .section-subtitle {
      margin-bottom: 42px; }
      @media (max-width: 767px) {
        #index-page .message .section-subtitle {
          margin-bottom: 23px; } }
    #index-page .message .content-wrapper {
      background: no-repeat right 0px top 0px url(./assets/images/bg-img-rouge.png), #fff;
      margin: 0 auto;
      width: 1300px; }
      @media (max-width: 767px) {
        #index-page .message .content-wrapper {
          background: #fff;
          width: 100%; } }
      #index-page .message .content-wrapper .img-box {
        float: left;
        width: 50%; }
        @media (max-width: 767px) {
          #index-page .message .content-wrapper .img-box {
            float: none;
            width: 100%; } }
        #index-page .message .content-wrapper .img-box img {
          vertical-align: middle;
          width: 100%; }
      #index-page .message .content-wrapper .txt-box {
        box-sizing: border-box;
        float: right;
        padding-left: 69px;
        padding-top: 114px;
        width: 50%; }
        @media (max-width: 767px) {
          #index-page .message .content-wrapper .txt-box {
            background: no-repeat right 0px top 50%/45px auto url(./assets/images/bg-img-rouge-sp.png);
            float: none;
            padding: 34px 38px 14px 43px;
            width: 100%; } }
        #index-page .message .content-wrapper .txt-box .desc {
          font-size: 13px;
          line-height: 28px;
          letter-spacing: 0.04em; }
          @media (max-width: 767px) {
            #index-page .message .content-wrapper .txt-box .desc {
              font-size: 11px;
              line-height: 21px;
              margin-bottom: 17px; } }
        #index-page .message .content-wrapper .txt-box .txt-signature {
          left: 228px;
          position: relative;
          top: 45px;
          width: 225px; }
          @media (max-width: 767px) {
            #index-page .message .content-wrapper .txt-box .txt-signature {
              position: static;
              text-align: right;
              width: 100%; } }
          #index-page .message .content-wrapper .txt-box .txt-signature img {
            vertical-align: middle;
            width: 100%; }
            @media (max-width: 767px) {
              #index-page .message .content-wrapper .txt-box .txt-signature img {
                width: 120px; } }



/* ↓↓↓↓↓↓↓↓↓↓↓↓  */
/* ↓↓↓↓↓↓↓↓↓↓↓↓  */
/* ↓↓↓↓↓↓↓↓↓↓↓↓  */
/* Company Area 19.03.06改修 */
#index-page .company {
  background: no-repeat 0px 0px url(./assets/images/bg-img-crash.png);
  padding-bottom: 86px;
  padding-top: 201px;
}
/* Company Area 19.03.06改修 */
/* ↑↑↑↑↑↑↑↑↑↑↑↑  */
/* ↑↑↑↑↑↑↑↑↑↑↑↑  */
/* ↑↑↑↑↑↑↑↑↑↑↑↑  */



    @media (max-width: 767px) {
      #index-page .company {
        background: no-repeat 0px -71px/cover url(./assets/images/bg-img-crash-sp.png);
        padding: 50px 20px 108px; } }
    #index-page .company .content-wrapper {
      background: #fff;
      height: 360px;
      margin: 0 auto;
      position: relative;
      width: 970px; }
      @media (max-width: 767px) {
        #index-page .company .content-wrapper {
          height: auto;
          width: 100%; } }
      #index-page .company .content-wrapper .section-title {
        left: -35px;
        position: absolute;
        top: -23px;
        width: 191px; }
        #index-page .company .content-wrapper .section-title img {
          width: 191px; }
        @media (max-width: 767px) {
          #index-page .company .content-wrapper .section-title {
            left: 0;
            margin: 0 auto;
            right: 0;
            top: -22px;
            width: 119px; }
            #index-page .company .content-wrapper .section-title img {
              vertical-align: middle;
              width: 100%; } }
      #index-page .company .content-wrapper .txt-box {
        box-sizing: border-box;
        height: 360px;
        float: left;
        padding-top: 66px;
        padding-left: 64px;
        width: 50%; }
        @media (max-width: 767px) {
          #index-page .company .content-wrapper .txt-box {
            float: none;
            height: auto;
            padding: 24px 32px 20px;
            width: 100%; } }
        #index-page .company .content-wrapper .txt-box .name {
          color: #f76a88;
          font-size: 31px;
          letter-spacing: -0.03em;
          line-height: 66px; }
          @media (max-width: 767px) {
            #index-page .company .content-wrapper .txt-box .name {
              font-size: 27px;
              letter-spacing: 0.06em;
              line-height: 1;
              margin-bottom: 13px;
              text-align: center; } }
          #index-page .company .content-wrapper .txt-box .name span {
            font-size: 28px; }
            @media (max-width: 767px) {
              #index-page .company .content-wrapper .txt-box .name span {
                font-size: 22px;
                letter-spacing: 0.08em; } }
        #index-page .company .content-wrapper .txt-box .company-list {
          font-size: 0;
          letter-spacing: 0; }
          #index-page .company .content-wrapper .txt-box .company-list dt, #index-page .company .content-wrapper .txt-box .company-list dd {
            display: inline-block;
            font-size: 13px;
            letter-spacing: 0.04em;
            line-height: 26px; }
            @media (max-width: 767px) {
              #index-page .company .content-wrapper .txt-box .company-list dt, #index-page .company .content-wrapper .txt-box .company-list dd {
                font-size: 10px;
                line-height: 21px;
                vertical-align: top; } }
          #index-page .company .content-wrapper .txt-box .company-list dt {
            position: relative;
            width: 83px; }
            @media (max-width: 767px) {
              #index-page .company .content-wrapper .txt-box .company-list dt {
                width: 58px; } }
            #index-page .company .content-wrapper .txt-box .company-list dt::after {
              content: ":";
              display: inline-block;
              position: absolute;
              right: 14px;
              top: -1px; }
              @media (max-width: 767px) {
                #index-page .company .content-wrapper .txt-box .company-list dt::after {
                  right: 7px;
                  top: 0px; } }
          #index-page .company .content-wrapper .txt-box .company-list dd {
            width: 300px; }
            @media (max-width: 767px) {
              #index-page .company .content-wrapper .txt-box .company-list dd {
                width: 178px;
                width: calc(100% - 58px); } }
      #index-page .company .content-wrapper .map-box {
        height: 360px;
        float: right;
        width: 50%; }
        @media (max-width: 767px) {
          #index-page .company .content-wrapper .map-box {
            float: none;
            height: auto;
            padding-top: 59.1%;
            width: 100%; } }
      #index-page .company .content-wrapper .btn-googlemap {
        background: #000;
        border: 1px solid #000;
        bottom: -32px;
        box-sizing: border-box;
        display: block;
        height: 50px;
        right: -19px;
        text-align: center;
        width: 220px;
        overflow: hidden;
        position: relative;
        position: absolute; }
        @media (min-width: 768px) {
          #index-page .company .content-wrapper .btn-googlemap:hover .inner:nth-of-type(2) {
            left: -20px;
            -webkit-transition: all .5s;
            transition: all .5s; }
          #index-page .company .content-wrapper .btn-googlemap:hover .inner:nth-of-type(3) {
            left: 0px;
            -webkit-transition: all .3s;
            transition: all .3s; } }
        #index-page .company .content-wrapper .btn-googlemap .inner {
          box-sizing: border-box;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }
          #index-page .company .content-wrapper .btn-googlemap .inner:nth-of-type(2) {
            background: #000;
            left: calc(-100% - 65px);
            -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
            -webkit-transition: all .2s;
            transition: all .2s;
            width: calc(100% + 40px); }
            @media (max-width: 767px) {
              #index-page .company .content-wrapper .btn-googlemap .inner:nth-of-type(2) {
                display: none; } }
          #index-page .company .content-wrapper .btn-googlemap .inner:nth-of-type(3) {
            left: -100%;
            -webkit-transition: all .2s;
            transition: all .2s; }
            #index-page .company .content-wrapper .btn-googlemap .inner:nth-of-type(3) svg {
              fill: #fff; }
            @media (max-width: 767px) {
              #index-page .company .content-wrapper .btn-googlemap .inner:nth-of-type(3) {
                display: none; } }
        #index-page .company .content-wrapper .btn-googlemap .inner:nth-of-type(2) {
          background: #fff; }
        @media (max-width: 767px) {
          #index-page .company .content-wrapper .btn-googlemap {
            bottom: -17px;
            height: 40px;
            right: -20px;
            width: 160px; } }
        #index-page .company .content-wrapper .btn-googlemap img {
          bottom: 0;
          left: 0;
          margin: auto;
          position: absolute;
          right: 0;
          top: 0;
          width: 92px; }
          @media (max-width: 767px) {
            #index-page .company .content-wrapper .btn-googlemap img {
              width: 81px; } }



/* ↓↓↓↓↓↓↓↓↓↓↓↓  */
/* ↓↓↓↓↓↓↓↓↓↓↓↓  */
/* ↓↓↓↓↓↓↓↓↓↓↓↓  */
/* Contact Area 19.03.06改修 */
#index-page .contact-wrap {
  padding-top: 118px;
}
/* Contact Area 19.03.06改修 */
/* ↑↑↑↑↑↑↑↑↑↑↑↑  */
/* ↑↑↑↑↑↑↑↑↑↑↑↑  */
/* ↑↑↑↑↑↑↑↑↑↑↑↑  */



  #index-page .contact {
    padding: 29px 0 101px;
    position: relative;
    text-align: center; }
    @media (max-width: 767px) {
      #index-page .contact {
        padding: 18px 20px 40px; } }
    #index-page .contact .bg-movie {
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
      #index-page .contact .bg-movie video {
        width: 100%; }
        @media (max-width: 767px) {
          #index-page .contact .bg-movie video {
            height: 100%;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            width: auto; } }
    #index-page .contact .section-title {
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      text-align: center;
      top: -18px;
      width: 230px;
      z-index: 2; }
      #index-page .contact .section-title img {
        width: 230px; }
      @media (max-width: 767px) {
        #index-page .contact .section-title {
          top: -21px; }
          #index-page .contact .section-title img {
            vertical-align: middle;
            width: 138px; } }
    #index-page .contact .section-subtitle {
      color: #f76a88;
      font-size: 13px;
      letter-spacing: 0.08em;
      line-height: 28px;
      margin-bottom: 16px;
      position: relative;
      text-align: center;
      z-index: 2; }
      @media (max-width: 767px) {
        #index-page .contact .section-subtitle {
          font-size: 9px;
          line-height: 14px;
          margin-bottom: 15px; } }
    #index-page .contact .intro {
      color: #fff;
      font-size: 18px;
      letter-spacing: 0.04em;
      line-height: 31px;
      margin-bottom: 1px;
      position: relative;
      z-index: 2; }
      @media (max-width: 767px) {
        #index-page .contact .intro {
          font-size: 11px;
          line-height: 18px; } }
    #index-page .contact .caution {
      color: #fff;
      font-size: 12px;
      letter-spacing: 0.04em;
      line-height: 31px;
      margin-bottom: 13px;
      position: relative;
      z-index: 2; }
      @media (max-width: 767px) {
        #index-page .contact .caution {
          font-size: 9px;
          line-height: 18px;
          margin-bottom: 10px; } }
    #index-page .contact .contact-form {
      margin: 0 auto;
      position: relative;
      width: 770px;
      z-index: 2; }
      @media (max-width: 767px) {
        #index-page .contact .contact-form {
          width: 100%; } }
      #index-page .contact .contact-form .form-list {
        float: left;
        margin-bottom: 15px;
        width: 380px; }
        @media (max-width: 767px) {
          #index-page .contact .contact-form .form-list {
            float: none;
            margin-bottom: 10px;
            width: 100%; } }
        #index-page .contact .contact-form .form-list:nth-of-type(2) {
          float: right; }
          @media (max-width: 767px) {
            #index-page .contact .contact-form .form-list:nth-of-type(2) {
              float: none; } }
        #index-page .contact .contact-form .form-list li:nth-last-of-type(n+2) {
          margin-bottom: 10px; }
        #index-page .contact .contact-form .form-list input, #index-page .contact .contact-form .form-list select, #index-page .contact .contact-form .form-list textarea {
          -webkit-appearance: none;
          background: rgba(232, 219, 221, 0.8);
          border: 0;
          border-radius: 0;
          box-sizing: border-box;
          color: #777;
          font-size: 13px;
          height: 60px;
          letter-spacing: 0.04em;
          line-height: 26px;
          padding: 0 0 0 30px;
          resize: none;
          width: 100%; }
          @media (max-width: 767px) {
            #index-page .contact .contact-form .form-list input, #index-page .contact .contact-form .form-list select, #index-page .contact .contact-form .form-list textarea {
              font-size: 11px;
              height: 50px;
              padding: 0 0 0 20px; } }
          #index-page .contact .contact-form .form-list input:placeholder-shown, #index-page .contact .contact-form .form-list select:placeholder-shown, #index-page .contact .contact-form .form-list textarea:placeholder-shown {
            color: #a79494; }
        #index-page .contact .contact-form .form-list textarea {
          height: 200px;
          padding: 19px 30px; }
          @media (max-width: 767px) {
            #index-page .contact .contact-form .form-list textarea {
              height: 130px;
              padding: 13px 20px; } }
        #index-page .contact .contact-form .form-list select {
          background: no-repeat right 8px top 50% url("./assets/images/icon-select.png"), rgba(232, 219, 221, 0.8); }
      #index-page .contact .contact-form .btn-send {
        background: #F46C89;
        border: 1px solid #F56C89;
        border-radius: 0;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 60px;
        position: relative;
        text-align: center;
        width: 100%;
        overflow: hidden;
        position: relative; }
        @media (min-width: 768px) {
          #index-page .contact .contact-form .btn-send:hover .inner:nth-of-type(2) {
            left: -20px;
            -webkit-transition: all .5s;
            transition: all .5s; }
          #index-page .contact .contact-form .btn-send:hover .inner:nth-of-type(3) {
            left: 0px;
            -webkit-transition: all .3s;
            transition: all .3s; } }
        #index-page .contact .contact-form .btn-send .inner {
          box-sizing: border-box;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }
          #index-page .contact .contact-form .btn-send .inner:nth-of-type(2) {
            background: #000;
            left: calc(-100% - 65px);
            -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
            -webkit-transition: all .2s;
            transition: all .2s;
            width: calc(100% + 40px); }
            @media (max-width: 767px) {
              #index-page .contact .contact-form .btn-send .inner:nth-of-type(2) {
                display: none; } }
          #index-page .contact .contact-form .btn-send .inner:nth-of-type(3) {
            left: -100%;
            -webkit-transition: all .2s;
            transition: all .2s; }
            #index-page .contact .contact-form .btn-send .inner:nth-of-type(3) svg {
              fill: #fff; }
            @media (max-width: 767px) {
              #index-page .contact .contact-form .btn-send .inner:nth-of-type(3) {
                display: none; } }
        @media (max-width: 767px) {
          #index-page .contact .contact-form .btn-send {
            height: 50px;
            margin-top: 14px; } }
        #index-page .contact .contact-form .btn-send .inner:nth-of-type(2) {
          background: #fff; }
        #index-page .contact .contact-form .btn-send .inner:nth-of-type(3) svg {
          fill: #F56C89; }
        #index-page .contact .contact-form .btn-send svg {
          fill: #fff;
          position: absolute;
          right: 25px;
          top: 22px;
          width: 18px; }
          @media (max-width: 767px) {
            #index-page .contact .contact-form .btn-send svg {
              right: 18px;
              top: 18px;
              width: 14px; } }
        #index-page .contact .contact-form .btn-send img {
          bottom: 0;
          left: 0;
          margin: auto;
          position: absolute;
          right: 0;
          top: 0;
          width: 40px; }
          @media (max-width: 767px) {
            #index-page .contact .contact-form .btn-send img {
              width: 31px; } }

/*-----------------
 news page
-------------------*/
#news-page {
  overflow: hidden;
  padding: 169px 0 120px;
  position: relative; }
  #news-page::before {
    background: #F5C7D1;
    content: "";
    display: block;
    height: 1000px;
    left: 0;
    position: absolute;
    top: -1245px;
    transform-origin: left top;
    transform: rotate(26deg);
    width: 5000px;
    z-index: -1; }
    @media (max-width: 767px) {
      #news-page::before {
        top: -1170px;
        width: 1000px; } }
  @media (max-width: 767px) {
    #news-page {
      padding: 59px 0 60px; } }
  #news-page .head {
    margin-bottom: 49px;
    text-align: center; }
    @media (max-width: 767px) {
      #news-page .head {
        margin-bottom: 27px; } }
    #news-page .head .title {
      margin: 0 auto 9px;
      width: 134px; }
      @media (max-width: 767px) {
        #news-page .head .title {
          margin: 0 auto 3px;
          width: 81px; } }
      #news-page .head .title img {
        vertical-align: middle;
        width: 100%; }
    #news-page .head .subtitle {
      color: #f76a88;
      font-size: 13px;
      line-height: 28px;
      letter-spacing: 0.08em;
      margin-bottom: 27px; }
      @media (max-width: 767px) {
        #news-page .head .subtitle {
          font-size: 9px;
          line-height: 14px;
          margin-bottom: 16px; } }
    #news-page .head .category-list {
      font-size: 0;
      letter-spacing: 0; }
      #news-page .head .category-list li {
        display: inline-block; }
        #news-page .head .category-list li:nth-of-type(1) a {
          width: 28px; }
        #news-page .head .category-list li:nth-of-type(2) a {
          width: 48px; }
          #news-page .head .category-list li:nth-of-type(2) a::after {
            background-color: #F56C89; }
        #news-page .head .category-list li:nth-of-type(3) a {
          width: 77px; }
          #news-page .head .category-list li:nth-of-type(3) a::after {
            background-color: #999999; }
        #news-page .head .category-list li:nth-of-type(4) a {
          width: 66px; }
          #news-page .head .category-list li:nth-of-type(4) a::after {
            background-color: #CA0A37; }
        @media (max-width: 767px) {
          #news-page .head .category-list li:nth-of-type(1) a {
            width: 18px; }
          #news-page .head .category-list li:nth-of-type(2) a {
            width: 30px; }
          #news-page .head .category-list li:nth-of-type(3) a {
            width: 49px; }
          #news-page .head .category-list li:nth-of-type(4) a {
            width: 42px; } }
        #news-page .head .category-list li:nth-last-of-type(n+2):after {
          content: "|";
          display: inline-block;
          font-size: 13px;
          margin: 0 29px;
          vertical-align: -4px; }
          @media (max-width: 767px) {
            #news-page .head .category-list li:nth-last-of-type(n+2):after {
              font-size: 10px;
              margin: 0 13px;
              vertical-align: -3px; } }
        #news-page .head .category-list li a {
          display: inline-block;
          position: relative;
          vertical-align: middle; }
          #news-page .head .category-list li a::after {
            background: #000;
            bottom: -8px;
            content: "";
            display: block;
            height: 2px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            -webkit-transition: all .3s;
            transition: all .3s;
            width: 0%; }
          #news-page .head .category-list li a:hover::after {
            width: 100%; }
        #news-page .head .category-list li img {
          vertical-align: middle;
          width: 100%; }
  #news-page .news-index {
    margin: 0 auto;
    position: relative;
    width: 970px; }
    @media (max-width: 767px) {
      #news-page .news-index {
        box-sizing: border-box;
        padding: 0 22px;
        width: 100%; } }
    #news-page .news-index::before {
      background: #F5C7D1;
      bottom: -2442px;
      content: "";
      display: block;
      height: 1500px;
      left: 50%;
      position: absolute;
      transform: rotate(26deg) translate(-50%, 0);
      width: 5000px;
      z-index: -1; }
      @media (max-width: 767px) {
        #news-page .news-index::before {
          bottom: -2672px; } }
    #news-page .news-index .news-list li {
      background: #fff;
      border: 1px solid #000;
      box-sizing: border-box;
      position: relative;
      width: 100%;
      z-index: 1; }
      @media (max-width: 767px) {
        #news-page .news-index .news-list li {
          height: auto; } }
      #news-page .news-index .news-list li:nth-last-of-type(n+2) {
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          #news-page .news-index .news-list li:nth-last-of-type(n+2) {
            margin-bottom: 11px; } }
      #news-page .news-index .news-list li::before {
        border-bottom: 3px solid #000;
        border-right: 3px solid #000;
        box-sizing: border-box;
        content: "";
        display: block;
        height: calc(100% + 2px);
        left: 2px;
        position: absolute;
        top: 2px;
        width: calc(100% + 2px);
        z-index: -1; }
        @media (max-width: 767px) {
          #news-page .news-index .news-list li::before {
            border-width: 2px;
            left: 1px;
            top: 1px; } }
      #news-page .news-index .news-list li a {
        display: block;
        padding: 14px 0 33px 21px;
        position: relative; }
        @media (max-width: 767px) {
          #news-page .news-index .news-list li a {
            padding: 0 0 9px 9px; } }
      #news-page .news-index .news-list li .attr {
        font-size: 0;
        letter-spacing: 0;
        margin-bottom: 18px; }
        @media (max-width: 767px) {
          #news-page .news-index .news-list li .attr {
            margin-bottom: 7px; } }
        #news-page .news-index .news-list li .attr .category {
          display: inline-block;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0.02em;
          line-height: 24px; }
          @media (max-width: 767px) {
            #news-page .news-index .news-list li .attr .category {
              font-size: 10px; } }
          #news-page .news-index .news-list li .attr .category:after {
            content: "|";
            display: inline-block;
            font-size: 13px;
            margin: 0 13px;
            vertical-align: 2px; }
            @media (max-width: 767px) {
              #news-page .news-index .news-list li .attr .category:after {
                font-size: 10px; } }
        #news-page .news-index .news-list li .attr .date {
          color: #ccc;
          display: inline-block;
          font-size: 13px;
          letter-spacing: 0.02em;
          line-height: 24px; }
          @media (max-width: 767px) {
            #news-page .news-index .news-list li .attr .date {
              font-size: 10px; } }
      #news-page .news-index .news-list li .list-title {
        box-sizing: border-box;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 0.06em;
        line-height: 26px;
        margin-bottom: 7px;
        padding-left: 37px;
        width: 767px; }
        @media (max-width: 767px) {
          #news-page .news-index .news-list li .list-title {
            font-size: 14px;
            letter-spacing: 0.08em;
            line-height: 20px;
            margin-bottom: 5px;
            padding: 0 16px;
            width: 100%; } }
      #news-page .news-index .news-list li .excerpt {
        box-sizing: border-box;
        color: #999;
        font-size: 13px;
        letter-spacing: 0.04em;
        line-height: 24px;
        padding-left: 38px;
        width: 767px; }
        @media (max-width: 767px) {
          #news-page .news-index .news-list li .excerpt {
            font-size: 9px;
            letter-spacing: 0.08em;
            line-height: 17px;
            margin-bottom: 11px;
            padding: 0 16px;
            width: 100%; } }
      #news-page .news-index .news-list li .more-area {
        border-left: 2px solid #000;
        bottom: 0;
        height: 80px;
        line-height: 0;
        margin: auto 0;
        position: absolute;
        right: 0px;
        text-align: center;
        top: 0;
        width: 141px; }
        @media (max-width: 767px) {
          #news-page .news-index .news-list li .more-area {
            border: 0;
            box-sizing: border-box;
            height: auto;
            padding-right: 12px;
            position: static;
            text-align: right;
            width: 100%; } }
        #news-page .news-index .news-list li .more-area .img-box {
          bottom: 0;
          height: 9px;
          left: 0;
          margin: auto;
          position: absolute;
          right: 0;
          top: 0;
          width: 35px; }
          @media (max-width: 767px) {
            #news-page .news-index .news-list li .more-area .img-box {
              bottom: auto;
              display: inline-block;
              left: auto;
              position: relative;
              right: auto;
              text-align: center;
              top: auto;
              width: 25px; } }
          #news-page .news-index .news-list li .more-area .img-box::after {
            background: #000;
            bottom: -3px;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            width: 100%; }
            @media (max-width: 767px) {
              #news-page .news-index .news-list li .more-area .img-box::after {
                bottom: 0; } }
          #news-page .news-index .news-list li .more-area .img-box img {
            vertical-align: middle;
            width: 100%; }
    #news-page .news-index .pagenation-list, #news-page .news-index ul.page-numbers {
      font-size: 0;
      letter-spacing: 0;
      margin-top: 79px;
      text-align: center; }
      @media (max-width: 767px) {
        #news-page .news-index .pagenation-list, #news-page .news-index ul.page-numbers {
          margin-top: 24px; } }
      #news-page .news-index .pagenation-list li, #news-page .news-index ul.page-numbers li {
        display: inline-block;
        vertical-align: middle; }
        #news-page .news-index .pagenation-list li:nth-last-of-type(n+2), #news-page .news-index ul.page-numbers li:nth-last-of-type(n+2) {
          margin-right: 10px; }
          @media (max-width: 767px) {
            #news-page .news-index .pagenation-list li:nth-last-of-type(n+2), #news-page .news-index ul.page-numbers li:nth-last-of-type(n+2) {
              margin-right: 8px; } }
        #news-page .news-index .pagenation-list li a, #news-page .news-index .pagenation-list li span, #news-page .news-index ul.page-numbers li a, #news-page .news-index ul.page-numbers li span {
          background: #fff;
          border: 1px solid #000;
          box-sizing: border-box;
          display: block;
          font-size: 22px;
          font-weight: bold;
          height: 50px;
          letter-spacing: 0.02em;
          line-height: 48px;
          text-align: center;
          width: 50px; }
          @media (max-width: 767px) {
            #news-page .news-index .pagenation-list li a, #news-page .news-index .pagenation-list li span, #news-page .news-index ul.page-numbers li a, #news-page .news-index ul.page-numbers li span {
              font-size: 13px;
              height: 30px;
              line-height: 28px;
              width: 30px; } }
        #news-page .news-index .pagenation-list li span, #news-page .news-index ul.page-numbers li span {
          background: #000;
          color: #f6c7d1; }
          #news-page .news-index .pagenation-list li span.dots, #news-page .news-index ul.page-numbers li span.dots {
            background: transparent;
            border: 0;
            color: #000;
            display: inline-block;
            font-size: 16px;
            width: auto; }
            @media (max-width: 767px) {
              #news-page .news-index .pagenation-list li span.dots, #news-page .news-index ul.page-numbers li span.dots {
                font-size: 10px; } }
        #news-page .news-index .pagenation-list li.dot span, #news-page .news-index ul.page-numbers li.dot span {
          background: transparent;
          border: 0;
          color: #000;
          display: inline-block;
          font-size: 16px;
          width: auto; }
          @media (max-width: 767px) {
            #news-page .news-index .pagenation-list li.dot span, #news-page .news-index ul.page-numbers li.dot span {
              font-size: 10px; } }

/*-----------------
 news detail page
-------------------*/
#news-page.detail-page .head {
  margin-bottom: 31px; }
  @media (max-width: 767px) {
    #news-page.detail-page .head {
      margin-bottom: 17px; } }
#news-page.detail-page .news-article {
  margin-bottom: 56px; }
  @media (max-width: 767px) {
    #news-page.detail-page .news-article {
      margin-bottom: 82px; } }
  #news-page.detail-page .news-article .article-wrapper {
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 95px 99px 0;
    position: relative;
    width: 970px;
    z-index: 1; }
    @media (max-width: 767px) {
      #news-page.detail-page .news-article .article-wrapper {
        border: 0;
        padding: 0 22px;
        width: 100%; } }
    #news-page.detail-page .news-article .article-wrapper::before {
      border-bottom: 3px solid #000;
      border-right: 3px solid #000;
      box-sizing: border-box;
      content: "";
      display: block;
      height: calc(100% + 2px);
      left: 2px;
      position: absolute;
      top: 2px;
      width: calc(100% + 2px);
      z-index: -1; }
      @media (max-width: 767px) {
        #news-page.detail-page .news-article .article-wrapper::before {
          display: none; } }
    #news-page.detail-page .news-article .article-wrapper .article-title {
      font-size: 28px;
      letter-spacing: 0.06em;
      line-height: 1.4;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        #news-page.detail-page .news-article .article-wrapper .article-title {
          font-size: 19px;
          line-height: 25px;
          margin-bottom: 4px; } }
    #news-page.detail-page .news-article .article-wrapper .attr {
      border-bottom: 2px solid #000;
      font-size: 0;
      letter-spacing: 0;
      margin-bottom: 45px; }
      @media (max-width: 767px) {
        #news-page.detail-page .news-article .article-wrapper .attr {
          margin-bottom: 32px; } }
      #news-page.detail-page .news-article .article-wrapper .attr .category, #news-page.detail-page .news-article .article-wrapper .attr .date {
        background: #fff;
        display: inline-block;
        font-size: 13px;
        letter-spacing: 0.04em;
        line-height: 1.4;
        position: relative;
        top: 9px; }
        @media (max-width: 767px) {
          #news-page.detail-page .news-article .article-wrapper .attr .category, #news-page.detail-page .news-article .article-wrapper .attr .date {
            font-size: 10px; } }
      #news-page.detail-page .news-article .article-wrapper .attr .category {
        color: #f76a88; }
        #news-page.detail-page .news-article .article-wrapper .attr .category:after {
          content: "|";
          display: inline-block;
          font-size: 13px;
          padding: 0 11px;
          vertical-align: 1px; }
          @media (max-width: 767px) {
            #news-page.detail-page .news-article .article-wrapper .attr .category:after {
              font-size: 10px;
              padding: 0 7px; } }
      #news-page.detail-page .news-article .article-wrapper .attr .date {
        color: #ccc;
        padding-right: 8px; }
        @media (max-width: 767px) {
          #news-page.detail-page .news-article .article-wrapper .attr .date {
            padding-right: 11px; } }
    #news-page.detail-page .news-article .article-wrapper .article-content {
      padding-bottom: 55px; }
      @media (max-width: 767px) {
        #news-page.detail-page .news-article .article-wrapper .article-content {
          padding-bottom: 1px; } }
      #news-page.detail-page .news-article .article-wrapper .article-content h2 {
        font-size: 20px;
        letter-spacing: 0.06em;
        line-height: 1.4;
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          #news-page.detail-page .news-article .article-wrapper .article-content h2 {
            font-size: 15px;
            margin-bottom: 22px; } }
      #news-page.detail-page .news-article .article-wrapper .article-content p {
        font-size: 14px;
        letter-spacing: 0.04em;
        line-height: 32px;
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          #news-page.detail-page .news-article .article-wrapper .article-content p {
            font-size: 11px;
            line-height: 22px;
            margin-bottom: 22px; } }
      #news-page.detail-page .news-article .article-wrapper .article-content a {
        color: #F4C8D1; }
        #news-page.detail-page .news-article .article-wrapper .article-content a:hover {
          text-decoration: underline; }
      #news-page.detail-page .news-article .article-wrapper .article-content img {
        height: auto;
        margin-bottom: 15px;
        vertical-align: middle;
        width: 100%; }
        @media (max-width: 767px) {
          #news-page.detail-page .news-article .article-wrapper .article-content img {
            margin-bottom: 6px;
            margin-left: -22px;
            width: calc( 100% + 44px ); } }
    #news-page.detail-page .news-article .article-wrapper .pager-area {
      border-top: 2px solid #000;
      padding: 71px 0 76px; }
      @media (max-width: 767px) {
        #news-page.detail-page .news-article .article-wrapper .pager-area {
          padding: 27px 0 0; } }
      #news-page.detail-page .news-article .article-wrapper .pager-area .pager-list {
        font-size: 0;
        letter-spacing: 0;
        text-align: center; }
        #news-page.detail-page .news-article .article-wrapper .pager-area .pager-list li {
          display: inline-block;
          vertical-align: middle; }
          #news-page.detail-page .news-article .article-wrapper .pager-area .pager-list li.hide {
            visibility: hidden; }
          #news-page.detail-page .news-article .article-wrapper .pager-area .pager-list li:nth-last-of-type(n+2)::after {
            content: "|";
            display: inline-block;
            font-size: 12px;
            margin: 0 30px;
            vertical-align: -4px; }
            @media (max-width: 767px) {
              #news-page.detail-page .news-article .article-wrapper .pager-area .pager-list li:nth-last-of-type(n+2)::after {
                font-size: 10px;
                margin: 0 23px; } }
          #news-page.detail-page .news-article .article-wrapper .pager-area .pager-list li.prev a {
            width: 61px; }
          #news-page.detail-page .news-article .article-wrapper .pager-area .pager-list li.news-top a {
            width: 79px; }
          #news-page.detail-page .news-article .article-wrapper .pager-area .pager-list li.next a {
            width: 59px; }
          @media (max-width: 767px) {
            #news-page.detail-page .news-article .article-wrapper .pager-area .pager-list li.prev a {
              width: 50px; }
            #news-page.detail-page .news-article .article-wrapper .pager-area .pager-list li.news-top a {
              width: 64px; }
            #news-page.detail-page .news-article .article-wrapper .pager-area .pager-list li.next a {
              width: 48px; } }
          #news-page.detail-page .news-article .article-wrapper .pager-area .pager-list li a {
            display: inline-block;
            vertical-align: middle; }
          #news-page.detail-page .news-article .article-wrapper .pager-area .pager-list li img {
            vertical-align: middle;
            width: 100%; }
#news-page.detail-page .news-index::before {
  background: #F5C7D1;
  top: 106px;
  content: "";
  display: block;
  height: 1500px;
  left: 50%;
  position: absolute;
  transform-origin: 0 50%;
  transform: rotate(26deg) translate(-50%, 0);
  width: 5000px;
  z-index: -1; }
#news-page.detail-page .news-index .index-title {
  margin: 0 auto 53px;
  width: 164px; }
  @media (max-width: 767px) {
    #news-page.detail-page .news-index .index-title {
      margin: 0 auto 12px;
      width: 99px; } }
  #news-page.detail-page .news-index .index-title img {
    vertical-align: middle;
    width: 100%; }
#news-page.detail-page .news-index .btn-newstop {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #000;
  display: block;
  height: 50px;
  margin: 79px auto 0;
  padding: 18px 0;
  text-align: center;
  width: 196px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    #news-page.detail-page .news-index .btn-newstop:hover .inner:nth-of-type(2) {
      left: -20px;
      -webkit-transition: all .5s;
      transition: all .5s; }
    #news-page.detail-page .news-index .btn-newstop:hover .inner:nth-of-type(3) {
      left: 0px;
      -webkit-transition: all .3s;
      transition: all .3s; } }
  #news-page.detail-page .news-index .btn-newstop .inner {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    #news-page.detail-page .news-index .btn-newstop .inner:nth-of-type(2) {
      background: #000;
      left: calc(-100% - 65px);
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      -webkit-transition: all .2s;
      transition: all .2s;
      width: calc(100% + 40px); }
      @media (max-width: 767px) {
        #news-page.detail-page .news-index .btn-newstop .inner:nth-of-type(2) {
          display: none; } }
    #news-page.detail-page .news-index .btn-newstop .inner:nth-of-type(3) {
      left: -100%;
      -webkit-transition: all .2s;
      transition: all .2s; }
      #news-page.detail-page .news-index .btn-newstop .inner:nth-of-type(3) svg {
        fill: #fff; }
      @media (max-width: 767px) {
        #news-page.detail-page .news-index .btn-newstop .inner:nth-of-type(3) {
          display: none; } }
  @media (max-width: 767px) {
    #news-page.detail-page .news-index .btn-newstop {
      height: 30px;
      margin: 23px auto 0;
      padding: 10px 0 0;
      width: 120px; } }
  #news-page.detail-page .news-index .btn-newstop img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 79px; }
    @media (max-width: 767px) {
      #news-page.detail-page .news-index .btn-newstop img {
        width: 65px; } }

/*-----------------
 404 page
-------------------*/
#not-found-page {
  overflow: hidden;
  padding: 206px 0;
  position: relative; }
  @media (max-width: 767px) {
    #not-found-page {
      padding: 176px 0 75px; } }
  #not-found-page::before {
    background: #F5C7D1;
    bottom: -48px;
    content: "";
    display: block;
    height: 1500px;
    left: 50%;
    position: absolute;
    transform: rotate(26deg) translate(-50%, 0);
    transform-origin: 0 50%;
    width: 5000px;
    z-index: -1; }
    @media (max-width: 767px) {
      #not-found-page::before {
        bottom: 54px; } }
  #not-found-page .img-not-found {
    margin-bottom: 61px;
    text-align: center; }
    @media (max-width: 767px) {
      #not-found-page .img-not-found {
        margin-bottom: 158px;
        width: 100%; }
        #not-found-page .img-not-found img {
          vertical-align: middle;
          width: 100%; } }
  #not-found-page .btn-backtohome {
    background: #FD6586;
    box-sizing: border-box;
    display: block;
    height: 60px;
    margin: 0 auto;
    padding-top: 24px;
    text-align: center;
    width: 330px; }
    @media (max-width: 767px) {
      #not-found-page .btn-backtohome {
        height: 40px;
        padding-top: 16px;
        width: 275px;
        width: calc(100% - 45px); } }
    #not-found-page .btn-backtohome img {
      vertical-align: top;
      width: 137px; }
      @media (max-width: 767px) {
        #not-found-page .btn-backtohome img {
          width: 83px; } }

/*-----------------
 thanks page
-------------------*/
#thanks-page {
  overflow: hidden;
  padding: 206px 0;
  position: relative; }
  @media (max-width: 767px) {
    #thanks-page {
      padding: 176px 0 75px; } }
  #thanks-page::before {
    background: #F5C7D1;
    bottom: -48px;
    content: "";
    display: block;
    height: 1500px;
    left: 50%;
    position: absolute;
    transform: rotate(26deg) translate(-50%, 0);
    transform-origin: 0 50%;
    width: 5000px;
    z-index: -1; }
    @media (max-width: 767px) {
      #thanks-page::before {
        bottom: 54px; } }
  #thanks-page .desc {
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 2;
    margin-bottom: 75px;
    text-align: center; }
    @media (max-width: 767px) {
      #thanks-page .desc {
        font-size: 14px;
        margin-bottom: 140px;
        padding: 0 22px; } }
  #thanks-page .btn-backtohome {
    background: #FD6586;
    box-sizing: border-box;
    display: block;
    height: 60px;
    margin: 0 auto;
    padding-top: 24px;
    text-align: center;
    width: 330px; }
    @media (max-width: 767px) {
      #thanks-page .btn-backtohome {
        height: 40px;
        padding-top: 16px;
        width: 275px;
        width: calc(100% - 45px); } }
    #thanks-page .btn-backtohome img {
      vertical-align: top;
      width: 137px; }
      @media (max-width: 767px) {
        #thanks-page .btn-backtohome img {
          width: 83px; } }

/*-----------------
 contact form 7
-------------------*/
.wpcf7-mail-sent-ok,
.wpcf7-not-valid-tip,
.wpcf7-validation-errors,
.screen-reader-response,
.ajax-loader {
  display: none !important; }

.wpcf7-mail-sent-ok {
  display: block !important;
  margin-top: 50px; }

/*# sourceMappingURL=style.css.map */
