@charset "UTF-8";
/* CSS Document */
/* CSS Document */
html {
  font: 10px/2.222 "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /* 基本文字設定 */
  *font-size: small;
  /* Win IE7およびWin IE6標準準拠モード向け */
  *font: x-small;
  /* Win IE 5-5.5､6(後方互換モード)向け */
  letter-spacing: 0;
  background-color: #fff;
  color: #000;
  font-weight: normal; }

* {
  outline: none; }

a {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: all 300ms ease-in-out; }
  a:after {
    text-decoration: none; }
  a:hover, a:focus {
    color: #000;
    opacity: 0.8; }
    a:hover img, a:focus img {
      opacity: 0.8; }
  a:focus-visible {
    outline: dotted 1px #000;
    outline-offset: -2px;
    color: #e88349;
    box-shadow: 0 0 0 2px #e88349; }
  a img {
    background: url(../image/share/transparent.png);
    transition: opacity 300ms ease-in-out; }
  .main-wpcontent a {
    color: #000;
    text-decoration: underline; }

button:focus-visible {
  outline: dotted 1px #000;
  outline-offset: 2px;
  color: #e88349;
  box-shadow: 0 0 0 2px #e88349; }

textarea:focus,
input:focus {
  box-shadow: 0 0 3px 1px inset #e88349; }

#mainScroll {
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 300;
  overflow-x: hidden;
  overflow-y: visible; }

#header {
  position: sticky;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  z-index: 400;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  top: 0; }
  @media screen and (max-width: 600px) {
    #header {
      height: 18.133vw;
      box-shadow: 0px 0.8vw 1.6vw rgba(0, 0, 0, 0.16); } }
  #header__inner {
    position: relative;
    width: 1200px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    box-sizing: border-box; }
    @media screen and (max-width: 1300px) {
      #header__inner {
        width: auto;
        padding: 0 0 0 50px; } }
    @media screen and (max-width: 600px) {
      #header__inner {
        height: 18.133vw;
        padding: 0 0 0 5.333vw; } }
    #header__inner #identity-area {
      flex: 0 0 220px;
      width: 220px;
      line-height: 1; }
      @media screen and (max-width: 600px) {
        #header__inner #identity-area {
          flex: 0 0 46.667vw;
          width: 46.667vw; } }
      #header__inner #identity-area img {
        width: 100%;
        height: auto; }

#menu-button--close,
#menu-button {
  display: none;
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #1949a8;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border-radius: 0;
  transition: all 300ms ease-in-out;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: bold; }
  #menu-button--close:hover,
  #menu-button:hover {
    cursor: pointer; }
  @media screen and (max-width: 1300px) {
    #menu-button--close,
    #menu-button {
      display: block; } }
  @media screen and (max-width: 600px) {
    #menu-button--close,
    #menu-button {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 18.133vw;
      height: 18.133vw;
      font-size: 3.2vw; } }
  #menu-button--close .menu--line,
  #menu-button .menu--line {
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    top: 50px;
    border-radius: 99999px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all 300ms ease-in-out;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media screen and (max-width: 600px) {
      #menu-button--close .menu--line,
      #menu-button .menu--line {
        top: 9.0665vw;
        width: 8vw; } }
  #menu-button--close .menu--line--top,
  #menu-button .menu--line--top {
    -webkit-transform: translate(-50%, -18.5px);
    transform: translate(-50%, -18.5px); }
    @media screen and (max-width: 600px) {
      #menu-button--close .menu--line--top,
      #menu-button .menu--line--top {
        -webkit-transform: translate(-50%, -2.9335vw);
        transform: translate(-50%, -2.9335vw); } }
  #menu-button--close .menu--line--bottom,
  #menu-button .menu--line--bottom {
    -webkit-transform: translate(-50%, 18.5px);
    transform: translate(-50%, 18.5px); }
    @media screen and (max-width: 600px) {
      #menu-button--close .menu--line--bottom,
      #menu-button .menu--line--bottom {
        -webkit-transform: translate(-50%, 2.9335vw);
        transform: translate(-50%, 2.9335vw); } }
  #menu-button--close.active .menu--line--top,
  #menu-button.active .menu--line--top {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg); }
  #menu-button--close.active .menu--line--middle,
  #menu-button.active .menu--line--middle {
    opacity: 0; }
  #menu-button--close.active .menu--line--bottom,
  #menu-button.active .menu--line--bottom {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg); }

#global-area {
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1300px) {
    #global-area {
      display: none; } }
  #global-area__inner {
    margin: 0;
    padding: 0; }

#nav-global {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0 30px; }
  #nav-global > li {
    flex: 0 0 auto;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 0;
    padding: 0; }
    #nav-global > li a {
      display: block;
      color: #000; }
      #nav-global > li a .nav-global--jp {
        display: block; }
      #nav-global > li a .nav-global--en {
        display: block;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #e88349;
        margin: 8px 0 0;
        padding: 0; }
    #nav-global > li.nav-global--contact a {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      background-color: #f44661;
      border-radius: 999999px;
      height: 60px;
      width: 180px;
      color: #fff; }
      #nav-global > li.nav-global--contact a::after {
        display: inline-block;
        content: "";
        background: url("../image/shortmovie001/icon-inquiry-mail.svg") center center no-repeat;
        width: 28px;
        height: 21px;
        margin: 0 0 0 9px; }

#global-area-sp {
  display: none; }
  @media screen and (max-width: 1300px) {
    #global-area-sp {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 0;
      margin: 0;
      padding: 0;
      z-index: 600;
      box-sizing: border-box;
      transition: all 300ms ease-in-out;
      overflow: hidden;
      text-align: center;
      overflow-y: scroll;
      overflow-x: hidden; }
      #global-area-sp::-webkit-scrollbar {
        width: 4px; }
      #global-area-sp::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 2px; }
      #global-area-sp::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 2px; } }
  #global-area-sp.active {
    height: 100vh; }
  #global-area-sp__inner {
    position: relative;
    padding: 0;
    min-height: 100%;
    box-sizing: border-box;
    background-color: #F8F2EC; }

#identity-area-sp {
  position: relative;
  width: auto;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 0 50px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  @media screen and (max-width: 600px) {
    #identity-area-sp {
      height: 18.133vw;
      padding: 0 0 0 5.333vw;
      box-shadow: 0px 0.8vw 1.6vw rgba(0, 0, 0, 0.16); } }
  #identity-area-sp img {
    flex: 0 0 220px;
    width: 220px;
    line-height: 1;
    height: auto; }
    @media screen and (max-width: 600px) {
      #identity-area-sp img {
        flex: 0 0 46.667vw;
        width: 46.667vw; } }

#nav-global-sp {
  width: auto;
  margin: 60px auto 0;
  padding: 0 50px;
  max-width: 600px; }
  @media screen and (max-width: 600px) {
    #nav-global-sp {
      margin-top: 9.867vw;
      max-width: inherit;
      padding: 0 5.333vw; } }
  #nav-global-sp > li {
    border-bottom: 2px solid #ccc;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 600px) {
      #nav-global-sp > li {
        font-size: 3.733vw;
        border-bottom-width: 1px; } }
    #nav-global-sp > li:first-child {
      border-top: 2px solid #ccc; }
      @media screen and (max-width: 600px) {
        #nav-global-sp > li:first-child {
          border-top-width: 1px; } }
    #nav-global-sp > li a {
      display: block;
      color: #000;
      margin: 0;
      padding: 20px 0; }
      @media screen and (max-width: 600px) {
        #nav-global-sp > li a {
          padding: 4vw 0; } }
      #nav-global-sp > li a .nav-global--jp {
        display: block; }
        @media screen and (max-width: 600px) {
          #nav-global-sp > li a .nav-global--jp {
            font-size: 3.733vw; } }
      #nav-global-sp > li a .nav-global--en {
        display: block;
        margin: 10px 0 0;
        font-size: 14px;
        color: #e88349; }
        @media screen and (max-width: 600px) {
          #nav-global-sp > li a .nav-global--en {
            margin-top: 2.667vw;
            font-size: 3.2vw; } }
    #nav-global-sp > li.nav-global-sp--contact {
      border-bottom: none;
      margin: 30px 0 0; }
      @media screen and (max-width: 600px) {
        #nav-global-sp > li.nav-global-sp--contact {
          margin-top: 8vw; } }
      #nav-global-sp > li.nav-global-sp--contact a {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        background-color: #f44661;
        font-size: 14px;
        color: #fff;
        padding: 18px 0; }
        @media screen and (max-width: 600px) {
          #nav-global-sp > li.nav-global-sp--contact a {
            font-size: 3.733vw;
            padding: 4.8vw 0; } }
        #nav-global-sp > li.nav-global-sp--contact a::after {
          display: inline-block;
          content: "";
          background: url("../image/shortmovie001/icon-inquiry-mail.svg") center center no-repeat;
          width: 28px;
          height: 21px;
          margin: 0 0 0 9px; }
          @media screen and (max-width: 600px) {
            #nav-global-sp > li.nav-global-sp--contact a::after {
              width: 8.267vw;
              height: 6.133vw;
              margin-left: 2.4vw;
              background-size: contain; } }

#contents-area__inner {
  box-sizing: border-box; }

main {
  position: relative; }
  main section {
    position: relative;
    z-index: 150; }

.contact-link {
  margin: 0;
  padding: 120px 0 100px; }
  @media screen and (max-width: 600px) {
    .contact-link {
      padding: 13.333vw 0; } }
  .contact-link__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      .contact-link__inner {
        padding: 0 5.333vw; } }
    .contact-link__inner .contact-link--text {
      font-weight: bold;
      font-size: 20px;
      line-height: 1.5;
      text-align: center;
      color: #000;
      margin: 0 auto 20px; }
      @media screen and (max-width: 600px) {
        .contact-link__inner .contact-link--text {
          font-size: 4.8vw;
          margin-bottom: 5.3333vw; } }
    .contact-link__inner .contact-link--link {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      width: 100%;
      max-width: 726px;
      height: 100px;
      border-radius: 20px;
      background: #f44661;
      box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.16);
      font-weight: bold;
      font-size: 25px;
      line-height: 1.45;
      color: #fff;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        .contact-link__inner .contact-link--link {
          font-size: 5.333vw;
          box-shadow: 0px 2.667vw 0px rgba(0, 0, 0, 0.16);
          padding: 0 5.333vw;
          line-height: 1.45;
          text-align: justify;
          text-justify: inter-ideograph; } }
      .contact-link__inner .contact-link--link::after {
        display: inline-block;
        content: "";
        background: url("../image/shortmovie001/icon-arrow-inquiry.svg") center center no-repeat;
        background-size: cover;
        flex: 0 0 21px;
        width: 21px;
        height: 21px;
        margin: 0 0 0 10px; }
        @media screen and (max-width: 600px) {
          .contact-link__inner .contact-link--link::after {
            width: 5.333vw;
            height: 5.333vw;
            flex: 0 0 5.333vw;
            margin-left: 2.667vw; } }

#main {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: url("../image/shortmovie001/bg-main-pc.svg") center center repeat-x;
  height: 700px; }
  @media screen and (max-width: 1300px) {
    #main {
      height: auto;
      background-size: cover; } }
  @media screen and (max-width: 600px) {
    #main {
      background: url("../image/shortmovie001/bg-main-sp.svg") center center no-repeat;
      background-size: cover; } }
  #main__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1300px) {
      #main__inner {
        width: auto;
        margin: 0; } }
    #main__inner h1 {
      margin: 0;
      padding: 0; }
      #main__inner h1 img {
        width: 100%;
        height: auto; }

#about__inner .about--title, #point__inner .point--title, #service__inner .service--title, #price__inner .price--title, #flow__inner .flow--title, #faq__inner .faq--title, #contact__inner .contact--title {
  margin: 0 0 60px;
  text-align: center; }
  @media screen and (max-width: 600px) {
    #about__inner .about--title, #point__inner .point--title, #service__inner .service--title, #price__inner .price--title, #flow__inner .flow--title, #faq__inner .faq--title, #contact__inner .contact--title {
      margin-bottom: 8vw; } }

#about__inner .about--title--jp, #point__inner .point--title--jp, #service__inner .service--title--jp, #price__inner .price--title--jp, #flow__inner .flow--title--jp, #faq__inner .faq--title--jp, #contact__inner .contact--title--jp {
  font-size: 50px;
  font-weight: bold;
  color: #1949a8;
  line-height: 1.5;
  margin: 0 0 5px; }
  @media screen and (max-width: 800px) {
    #about__inner .about--title--jp, #point__inner .point--title--jp, #service__inner .service--title--jp, #price__inner .price--title--jp, #flow__inner .flow--title--jp, #faq__inner .faq--title--jp, #contact__inner .contact--title--jp {
      font-size: 40px; } }
  @media screen and (max-width: 600px) {
    #about__inner .about--title--jp, #point__inner .point--title--jp, #service__inner .service--title--jp, #price__inner .price--title--jp, #flow__inner .flow--title--jp, #faq__inner .faq--title--jp, #contact__inner .contact--title--jp {
      font-size: 7.2vw;
      margin-bottom: 2.667vw; } }

#about__inner .about--title--en, #point__inner .point--title--en, #service__inner .service--title--en, #price__inner .price--title--en, #flow__inner .flow--title--en, #faq__inner .faq--title--en, #contact__inner .contact--title--en {
  font-size: 30px;
  font-weight: bold;
  color: #e88349;
  line-height: 1.5;
  margin: 0; }
  @media screen and (max-width: 800px) {
    #about__inner .about--title--en, #point__inner .point--title--en, #service__inner .service--title--en, #price__inner .price--title--en, #flow__inner .flow--title--en, #faq__inner .faq--title--en, #contact__inner .contact--title--en {
      font-size: 25px; } }
  @media screen and (max-width: 600px) {
    #about__inner .about--title--en, #point__inner .point--title--en, #service__inner .service--title--en, #price__inner .price--title--en, #flow__inner .flow--title--en, #faq__inner .faq--title--en, #contact__inner .contact--title--en {
      font-size: 4.267vw; } }

#about {
  margin: 0;
  padding: 120px 0 0;
  background-color: #F8F2EC; }
  @media screen and (max-width: 600px) {
    #about {
      padding-top: 10.667vw; } }
  #about__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      #about__inner {
        padding: 0 5.333vw; } }
    #about__inner .about--text {
      font-size: 20px;
      line-height: 1.5;
      text-align: center;
      margin: 0 0 80px; }
      @media screen and (max-width: 600px) {
        #about__inner .about--text {
          font-size: 4.533vw;
          line-height: 1.176;
          letter-spacing: 0.05em;
          margin-bottom: 8vw; } }
    #about__inner .about--flow {
      max-width: 1140px;
      margin: 0 auto; }
      #about__inner .about--flow img {
        max-width: 1140px;
        width: 100%;
        height: auto; }

#about-effect {
  margin: 100px 0 0;
  padding: 0; }
  @media screen and (max-width: 600px) {
    #about-effect {
      margin-top: 16vw; } }
  #about-effect__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      #about-effect__inner {
        padding: 0 5.333vw; } }
    #about-effect__inner .about-effect--title {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      height: 84px;
      width: 100%;
      background-color: #e88349;
      font-size: 30px;
      line-height: 1.467;
      text-align: center;
      color: #fff;
      margin: 0 0 60px;
      border-radius: 99999px; }
      @media screen and (max-width: 600px) {
        #about-effect__inner .about-effect--title {
          font-size: 5.333vw;
          height: 18.34vw;
          margin-bottom: 5.333vw; } }

#about-effect--list {
  width: 100%;
  margin: 0;
  padding: 0 0 120px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1300px) {
    #about-effect--list {
      flex-flow: column;
      gap: 60px 0; } }
  @media screen and (max-width: 600px) {
    #about-effect--list {
      gap: 5.333vw 0;
      padding-bottom: 10.667vw; } }
  #about-effect--list > li {
    flex: 0 0 540px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px;
    border: 3px solid #e88349;
    border-radius: 10px; }
    @media screen and (max-width: 1300px) {
      #about-effect--list > li {
        flex: 0 0 auto; } }
    @media screen and (max-width: 600px) {
      #about-effect--list > li {
        padding: 6.667vw;
        border-width: 0.8vw;
        border-radius: 2.667vw; } }
    #about-effect--list > li > dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #about-effect--list > li > dl .about-effect--list--title {
        flex: 0 0 100%;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.467;
        text-align: center;
        border-bottom: 3px solid #ccc;
        padding: 0 0 20px;
        margin: 0 0 30px; }
        @media screen and (max-width: 600px) {
          #about-effect--list > li > dl .about-effect--list--title {
            font-size: 5.333vw;
            border-bottom-width: 0.8vw;
            padding-bottom: 4vw;
            margin-bottom: 5.333vw; } }
      #about-effect--list > li > dl .about-effect--list--text {
        flex: 0 0 235px;
        font-size: 17px;
        line-height: 1.529;
        text-align: left;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 1300px) {
          #about-effect--list > li > dl .about-effect--list--text {
            flex: 0 0 calc(100% - 220px);
            align-self: center; } }
        @media screen and (max-width: 600px) {
          #about-effect--list > li > dl .about-effect--list--text {
            flex: 0 0 100%;
            margin-bottom: 4vw; } }
      #about-effect--list > li > dl .about-effect--list--img {
        flex: 0 0 200px;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 600px) {
          #about-effect--list > li > dl .about-effect--list--img {
            flex: 0 0 53.333vw;
            margin: 0 auto; } }
        #about-effect--list > li > dl .about-effect--list--img img {
          width: 100%;
          height: auto; }

#about-use {
  background-color: #e88349;
  margin: 0;
  padding: 95px 0 0; }
  @media screen and (max-width: 600px) {
    #about-use {
      padding-top: 12vw; } }
  #about-use__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      #about-use__inner {
        padding: 0 5.333vw; } }
    #about-use__inner .about-use--title {
      font-size: 35px;
      line-height: 1.514;
      text-align: center;
      color: #fff;
      margin: 0 0 80px; }
      @media screen and (max-width: 600px) {
        #about-use__inner .about-use--title {
          font-size: 6.667vw;
          line-height: 1.52;
          margin-bottom: 8vw; } }

#about-use--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  gap: 60px; }
  @media screen and (max-width: 1300px) {
    #about-use--list {
      gap: 60px 5%; } }
  @media screen and (max-width: 800px) {
    #about-use--list {
      gap: 60px 0; } }
  @media screen and (max-width: 600px) {
    #about-use--list {
      gap: 5.333vw 0; } }
  #about-use--list > li {
    flex: 0 0 540px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0;
    padding: 40px; }
    @media screen and (max-width: 1300px) {
      #about-use--list > li {
        flex: 0 0 47.5%; } }
    @media screen and (max-width: 800px) {
      #about-use--list > li {
        flex: 0 0 100%; } }
    @media screen and (max-width: 600px) {
      #about-use--list > li {
        border-radius: 2.667vw;
        padding: 6.667vw; } }
    #about-use--list > li > dl {
      margin: 0;
      padding: 0; }
      #about-use--list > li > dl .about-use--list--title {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.467;
        text-align: center;
        border-bottom: 3px solid #ccc;
        padding: 0 0 20px;
        margin: 0 0 20px; }
        @media screen and (max-width: 600px) {
          #about-use--list > li > dl .about-use--list--title {
            font-size: 5.333vw;
            padding-bottom: 4vw;
            margin-bottom: 4vw;
            border-bottom-width: 0.8vw; } }
      #about-use--list > li > dl .about-use--list--img {
        margin: 0 0 20px;
        padding: 0; }
        @media screen and (max-width: 600px) {
          #about-use--list > li > dl .about-use--list--img {
            margin-bottom: 4vw; } }
        #about-use--list > li > dl .about-use--list--img img {
          width: 100%;
          height: auto; }
      #about-use--list > li > dl .about-use--list--text {
        font-size: 17px;
        line-height: 1.529;
        text-align: justify;
        text-justify: inter-ideograph;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 600px) {
          #about-use--list > li > dl .about-use--list--text {
            font-size: 4.533vw;
            line-height: 1.529;
            letter-spacing: 0.05em; } }

#about-case {
  background-color: #e88349;
  margin: 0;
  padding: 140px 0 115px; }
  @media screen and (max-width: 600px) {
    #about-case {
      padding: 13.333vw 0; } }
  #about-case__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      #about-case__inner {
        padding: 0 5.333vw; } }
    #about-case__inner .about-case--title {
      font-size: 35px;
      line-height: 1.514;
      text-align: center;
      color: #fff;
      margin: 0 0 80px; }
      @media screen and (max-width: 600px) {
        #about-case__inner .about-case--title {
          font-size: 6.667vw;
          line-height: 1.52;
          margin-bottom: 8vw; } }

#about-case--slide {
  margin: 0 -35px;
  /* Arrows */
  /* Dots */ }
  @media screen and (max-width: 1300px) {
    #about-case--slide {
      margin: 0; } }
  #about-case--slide .about-case--slide--in {
    background-color: #fff;
    border: 10px solid #F7630E;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    gap: 0 40px;
    margin: 0 35px; }
    @media screen and (max-width: 1300px) {
      #about-case--slide .about-case--slide--in {
        margin: 0; } }
    @media screen and (max-width: 1000px) {
      #about-case--slide .about-case--slide--in {
        flex-wrap: wrap;
        gap: 60px 0; } }
    @media screen and (max-width: 600px) {
      #about-case--slide .about-case--slide--in {
        gap: 6.667vw 0; } }
    @media screen and (max-width: 600px) {
      #about-case--slide .about-case--slide--in {
        border-width: 2.667vw;
        border-radius: 5.333vw;
        padding: 6.667vw 4vw;
        margin: 0; } }
  #about-case--slide .about-case--slide--textarea {
    flex: 0 0 560px; }
    @media screen and (max-width: 1300px) {
      #about-case--slide .about-case--slide--textarea {
        flex: 1 1 100%; } }
    @media screen and (max-width: 1000px) {
      #about-case--slide .about-case--slide--textarea {
        flex: 0 0 100%; } }
  #about-case--slide .about-case--slide--title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.333;
    text-align: left;
    border-bottom: 2px solid #ccc;
    padding: 0 0 20px;
    margin: 0 0 20px; }
@inclue mq('sm') {
  #about-case--slide .about-case--slide--title {
    font-size: 6.667vw;
    line-height: 1.6;
    padding-bottom: 4vw;
    margin-bottom: 4vw; } }
    #about-case--slide .about-case--slide--title span {
      display: inline-block;
      font-size: 17px;
      letter-spacing: 0.05em;
      line-height: 1;
      margin: 0 14px 0 0;
      padding: 10px 20px;
      color: #e88349;
      border: 1px solid #e88349;
      border-radius: 99999px;
      vertical-align: top; }
      @media screen and (max-width: 600px) {
        #about-case--slide .about-case--slide--title span {
          font-size: 4.533vw;
          margin-right: 2.667vw;
          padding: 2.133vw 5.333vw; } }
  #about-case--slide .about-case--slide--text {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.52;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 0 25px; }
    @media screen and (max-width: 600px) {
      #about-case--slide .about-case--slide--text {
        font-size: 5.333vw;
        line-height: 1.5;
        margin-bottom: 5.333vw; } }
  #about-case--slide .about-case--slide--case {
    margin: 0 0 10px;
    padding: 0; }
    @media screen and (max-width: 600px) {
      #about-case--slide .about-case--slide--case {
        margin-bottom: 4vw; } }
    #about-case--slide .about-case--slide--case dt {
      font-size: 17px;
      font-weight: bold;
      color: #e88349;
      line-height: 1;
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 0 0 5px;
      padding: 0; }
      @media screen and (max-width: 600px) {
        #about-case--slide .about-case--slide--case dt {
          font-size: 4.533vw;
          margin-bottom: 1.333vw; } }
    #about-case--slide .about-case--slide--case dd {
      font-size: 17px;
      letter-spacing: 0.05em;
      line-height: 1.529;
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 600px) {
        #about-case--slide .about-case--slide--case dd {
          font-size: 4.533vw; } }
  #about-case--slide .about-case--slide--effect {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start; }
    #about-case--slide .about-case--slide--effect dt {
      flex: 0 0 107px;
      margin: 0;
      padding: 0;
      background-color: #1949a8;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center; }
      @media screen and (max-width: 600px) {
        #about-case--slide .about-case--slide--effect dt {
          flex: 0 0 21.333vw;
          width: 21.333vw; } }
      #about-case--slide .about-case--slide--effect dt img {
        width: 100%;
        height: auto; }
    #about-case--slide .about-case--slide--effect dd {
      flex: 1 1 100%;
      font-size: 17px;
      font-weight: bold;
      letter-spacing: 0.05em;
      line-height: 1.529;
      text-align: justify;
      text-justify: inter-ideograph;
      background-color: #F8F2EC;
      margin: 0;
      padding: 15px;
      box-sizing: border-box;
      align-self: center; }
      @media screen and (max-width: 600px) {
        #about-case--slide .about-case--slide--effect dd {
          font-size: 4.533vw;
          padding: 4vw; } }
  #about-case--slide .about-case--slide--imgarea {
    flex: 0 0 440px; }
    @media screen and (max-width: 1000px) {
      #about-case--slide .about-case--slide--imgarea {
        flex: 0 1 440px;
        margin: 0 auto; } }
    @media screen and (max-width: 600px) {
      #about-case--slide .about-case--slide--imgarea {
        flex: 0 0 100%; } }
    #about-case--slide .about-case--slide--imgarea img {
      width: 100%;
      height: auto; }
  #about-case--slide .slick-track {
    display: flex; }
  #about-case--slide .slick-slide {
    height: auto !important; }
  #about-case--slide .slick-list {
    overflow: visible; }
    @media screen and (max-width: 1300px) {
      #about-case--slide .slick-list {
        overflow: hidden; } }
  #about-case--slide .slick-prev,
  #about-case--slide .slick-next {
    z-index: 100;
    width: 75px;
    height: 75px; }
    @media screen and (max-width: 600px) {
      #about-case--slide .slick-prev,
      #about-case--slide .slick-next {
        width: 10.667vw;
        height: 10.667vw; } }
  #about-case--slide .slick-prev.slick-disabled:before,
  #about-case--slide .slick-next.slick-disabled:before {
    opacity: .25; }
  #about-case--slide .slick-prev:before,
  #about-case--slide .slick-next:before {
    display: block;
    width: 100%;
    height: 100%; }
  #about-case--slide .slick-prev {
    left: -40px; }
    @media screen and (max-width: 600px) {
      #about-case--slide .slick-prev {
        left: -5.333vw; } }
  #about-case--slide .slick-prev:before {
    content: '';
    background: url("../image/shortmovie001/icon-arrow-slide-left.svg") center center no-repeat;
    background-size: cover; }
  #about-case--slide .slick-next {
    right: -40px; }
    @media screen and (max-width: 600px) {
      #about-case--slide .slick-next {
        right: -5.333vw; } }
  #about-case--slide .slick-next:before {
    content: '';
    background: url("../image/shortmovie001/icon-arrow-slide-right.svg") center center no-repeat;
    background-size: cover; }
  #about-case--slide.slick-dotted.slick-slider {
    margin-bottom: 60px; }
    @media screen and (max-width: 600px) {
      #about-case--slide.slick-dotted.slick-slider {
        margin-bottom: 10.667vw; } }
  #about-case--slide .slick-dots {
    bottom: -60px; }
    @media screen and (max-width: 600px) {
      #about-case--slide .slick-dots {
        bottom: -10.667vw; } }
  #about-case--slide .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 10px; }
    @media screen and (max-width: 600px) {
      #about-case--slide .slick-dots li {
        width: 4vw;
        height: 4vw;
        margin: 0 2.667vw; } }
  #about-case--slide .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    transition: all 300ms ease-in-out; }
    @media screen and (max-width: 600px) {
      #about-case--slide .slick-dots li button {
        width: 4vw;
        height: 4vw; } }
  #about-case--slide .slick-dots li button:hover,
  #about-case--slide .slick-dots li button:focus,
  #about-case--slide .slick-dots li.slick-active button {
    background-color: #333; }
  #about-case--slide .slick-dots li button:before {
    display: none; }

#about-trouble {
  margin: 0;
  padding: 120px 0;
  background-color: #d0daed; }
  @media screen and (max-width: 600px) {
    #about-trouble {
      padding: 13.333vw 0; } }
  #about-trouble__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      #about-trouble__inner {
        padding: 0 5.333vw; } }
    #about-trouble__inner .about-trouble--text01 {
      font-size: 35px;
      font-weight: bold;
      line-height: 1.514;
      text-align: center;
      margin: 0 0 80px; }
      @media screen and (max-width: 600px) {
        #about-trouble__inner .about-trouble--text01 {
          font-size: 6.667vw;
          margin-bottom: 6.667vw; } }
    #about-trouble__inner .about-trouble--img {
      margin: 0 0 80px; }
      @media screen and (max-width: 600px) {
        #about-trouble__inner .about-trouble--img {
          margin-bottom: 6.667vw; } }
      #about-trouble__inner .about-trouble--img img {
        width: 100%;
        height: auto; }
    #about-trouble__inner .about-trouble--text02 {
      position: relative;
      font-size: 28px;
      font-weight: bold;
      line-height: 1.429;
      text-align: center;
      margin: 0; }
      @media screen and (max-width: 600px) {
        #about-trouble__inner .about-trouble--text02 {
          font-size: 5.333vw;
          line-height: 1.45;
          padding: 0 15vw; } }
      #about-trouble__inner .about-trouble--text02::before, #about-trouble__inner .about-trouble--text02::after {
        content: "";
        display: inline-block;
        width: 5px;
        height: 60px;
        background-color: #e88349;
        vertical-align: middle; }
        @media screen and (max-width: 600px) {
          #about-trouble__inner .about-trouble--text02::before, #about-trouble__inner .about-trouble--text02::after {
            display: block;
            position: absolute;
            width: 1.333vw;
            height: 18.667vw; } }
      #about-trouble__inner .about-trouble--text02::before {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
        margin: 0 65px 0 0; }
        @media screen and (max-width: 600px) {
          #about-trouble__inner .about-trouble--text02::before {
            margin: 0;
            top: 0;
            left: 0;
            transform-origin: 0 0; } }
      #about-trouble__inner .about-trouble--text02::after {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
        margin: 0 0 0 65px; }
        @media screen and (max-width: 600px) {
          #about-trouble__inner .about-trouble--text02::after {
            margin: 0;
            top: 0;
            right: 0;
            transform-origin: 100% 0; } }

#point {
  margin: 0;
  padding: 120px 0 0; }
  @media screen and (max-width: 600px) {
    #point {
      padding-top: 13.333vw; } }
  #point__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      #point__inner {
        padding: 0 5.333vw; } }
    #point__inner .point--text {
      font-size: 20px;
      line-height: 1.5;
      text-align: center;
      margin: 0 0 80px; }
      @media screen and (max-width: 600px) {
        #point__inner .point--text {
          font-size: 4.533vw;
          line-height: 1.529;
          margin-bottom: 8vw; } }

#point--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px; }
  @media screen and (max-width: 600px) {
    #point--list {
      gap: 5.333vw; } }
  #point--list > li {
    flex: 0 0 550px;
    background-color: #F8F2EC;
    border-radius: 10px;
    margin: 0;
    padding: 50px; }
    @media screen and (max-width: 1300px) {
      #point--list > li {
        flex: 0 0 100%; } }
    @media screen and (max-width: 600px) {
      #point--list > li {
        padding: 6.667vw;
        border-radius: 2.667vw; } }
    #point--list > li > dl {
      margin: 0;
      padding: 0; }
      #point--list > li > dl .point--list--title {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        margin: 0 0 20px; }
        @media screen and (max-width: 600px) {
          #point--list > li > dl .point--list--title {
            margin-bottom: 5.333vw; } }
        #point--list > li > dl .point--list--title--num {
          flex: 0 0 80px;
          background-color: #e88349;
          border-radius: 10px;
          margin: 0 20px 0 0;
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center;
          font-size: 43px;
          font-weight: bold;
          line-height: 1;
          color: #fff;
          width: 80px;
          height: 80px; }
          @media screen and (max-width: 600px) {
            #point--list > li > dl .point--list--title--num {
              flex: 0 0 16vw;
              border-radius: 2.667vw;
              margin-right: 2.667vw;
              font-size: 8vw;
              width: 16vw;
              height: 16vw; } }
        #point--list > li > dl .point--list--title--textarea {
          flex: 1 1 100%; }
        #point--list > li > dl .point--list--title--copy {
          display: block;
          font-size: 20px;
          font-weight: bold;
          line-height: 1.444;
          text-align: justify;
          text-justify: inter-ideograph;
          margin: 0 0 5px; }
          @media screen and (max-width: 600px) {
            #point--list > li > dl .point--list--title--copy {
              font-size: 4.267vw;
              line-height: 1.5;
              margin-bottom: 1.333vw; } }
        #point--list > li > dl .point--list--title--text {
          display: block;
          font-size: 20px;
          font-weight: bold;
          line-height: 1.5;
          text-align: justify;
          text-justify: inter-ideograph;
          color: #e88349; }
          @media screen and (max-width: 600px) {
            #point--list > li > dl .point--list--title--text {
              font-size: 5.333vw;
              line-height: 1.45; } }
      #point--list > li > dl .point--list--img {
        margin: 0 auto 20px;
        text-align: center; }
        @media screen and (max-width: 600px) {
          #point--list > li > dl .point--list--img {
            margin-bottom: 5.333vw; } }
        #point--list > li > dl .point--list--img img {
          width: 100%;
          max-width: 450px;
          height: auto; }
          @media screen and (max-width: 600px) {
            #point--list > li > dl .point--list--img img {
              max-width: inherit; } }
      #point--list > li > dl .point--list--text {
        font-size: 17px;
        line-height: 1.529;
        letter-spacing: 0.05em;
        text-align: justify;
        text-justify: inter-ideograph; }
        @media screen and (max-width: 600px) {
          #point--list > li > dl .point--list--text {
            font-size: 4.533vw; } }

#service {
  margin: 0;
  padding: 120px 0;
  background-color: #F8F2EC; }
  @media screen and (max-width: 600px) {
    #service {
      padding: 13.333vw 0; } }
  #service__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      #service__inner {
        padding: 0 5.333vw; } }
    #service__inner .service--text {
      font-size: 20px;
      line-height: 1.5;
      text-align: center;
      margin: 0 0 80px; }
      @media screen and (max-width: 600px) {
        #service__inner .service--text {
          font-size: 4.533vw;
          margin-bottom: 8vw; } }
  #service .contact-link {
    padding-bottom: 0; }

#service-works,
#service-touse {
  margin: 0;
  padding: 0; }
  #service-works__inner,
  #service-touse__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      #service-works__inner,
      #service-touse__inner {
        padding: 0 5.333vw; } }
    #service-works__inner .service-works--title,
    #service-works__inner .service-touse--title,
    #service-touse__inner .service-works--title,
    #service-touse__inner .service-touse--title {
      font-size: 35px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      color: #fff;
      width: 100%;
      height: 84px;
      border-radius: 9999px;
      margin: 0 0 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center; }
      @media screen and (max-width: 600px) {
        #service-works__inner .service-works--title,
        #service-works__inner .service-touse--title,
        #service-touse__inner .service-works--title,
        #service-touse__inner .service-touse--title {
          font-size: 5.333vw;
          height: 18.4vw;
          margin-bottom: 6.667vw; } }
    #service-works__inner .service-works--title,
    #service-touse__inner .service-works--title {
      background-color: #e88349; }
    #service-works__inner .service-touse--title,
    #service-touse__inner .service-touse--title {
      background-color: #1949a8; }

#service-touse {
  padding-top: 120px; }
  @media screen and (max-width: 600px) {
    #service-touse {
      padding-top: 13.333vw; } }

#service-works--slide,
#service-touse--slide {
  margin: 0 -35px;
  /* Arrows */
  /* Dots */ }
  @media screen and (max-width: 1300px) {
    #service-works--slide,
    #service-touse--slide {
      margin: 0; } }
  #service-works--slide .service-works--slide--in,
  #service-works--slide .service-touse--slide--in,
  #service-touse--slide .service-works--slide--in,
  #service-touse--slide .service-touse--slide--in {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    margin: 0 35px;
    padding: 50px 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1300px) {
      #service-works--slide .service-works--slide--in,
      #service-works--slide .service-touse--slide--in,
      #service-touse--slide .service-works--slide--in,
      #service-touse--slide .service-touse--slide--in {
        margin: 0;
        padding: 50px; } }
    @media screen and (max-width: 600px) {
      #service-works--slide .service-works--slide--in,
      #service-works--slide .service-touse--slide--in,
      #service-touse--slide .service-works--slide--in,
      #service-touse--slide .service-touse--slide--in {
        border-radius: 2.667vw;
        padding: 6.667vw;
        box-shadow: 0px 0px 2.667vw rgba(0, 0, 0, 0.16); } }
  #service-works--slide .service-works--slide--title,
  #service-works--slide .service-touse--slide--title,
  #service-touse--slide .service-works--slide--title,
  #service-touse--slide .service-touse--slide--title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #e88349;
    margin: 0 0 10px; }
    @media screen and (max-width: 600px) {
      #service-works--slide .service-works--slide--title,
      #service-works--slide .service-touse--slide--title,
      #service-touse--slide .service-works--slide--title,
      #service-touse--slide .service-touse--slide--title {
        font-size: 6.667vw;
        line-height: 1.8;
        margin-bottom: 2.667vw; } }
  #service-works--slide .service-works--slide--client,
  #service-works--slide .service-touse--slide--client,
  #service-touse--slide .service-works--slide--client,
  #service-touse--slide .service-touse--slide--client {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
    margin: 0 0 50px; }
    @media screen and (max-width: 600px) {
      #service-works--slide .service-works--slide--client,
      #service-works--slide .service-touse--slide--client,
      #service-touse--slide .service-works--slide--client,
      #service-touse--slide .service-touse--slide--client {
        font-size: 4.533vw;
        line-height: 1.471;
        margin-bottom: 4.533vw; } }
  #service-works--slide .service-works--slide--box,
  #service-works--slide .service-touse--slide--box,
  #service-touse--slide .service-works--slide--box,
  #service-touse--slide .service-touse--slide--box {
    width: 910px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: url("../image/shortmovie001/icon-arrow-right.svg") center 190px no-repeat; }
    @media screen and (max-width: 1300px) {
      #service-works--slide .service-works--slide--box,
      #service-works--slide .service-touse--slide--box,
      #service-touse--slide .service-works--slide--box,
      #service-touse--slide .service-touse--slide--box {
        width: auto;
        background: none;
        flex-direction: column;
        gap: 120px 0; } }
    @media screen and (max-width: 600px) {
      #service-works--slide .service-works--slide--box,
      #service-works--slide .service-touse--slide--box,
      #service-touse--slide .service-works--slide--box,
      #service-touse--slide .service-touse--slide--box {
        gap: 18.667vw 0; } }
  #service-works--slide .service-works--slide--before,
  #service-works--slide .service-touse--slide--before,
  #service-touse--slide .service-works--slide--before,
  #service-touse--slide .service-touse--slide--before {
    position: relative;
    flex: 0 0 370px; }
    @media screen and (max-width: 1300px) {
      #service-works--slide .service-works--slide--before,
      #service-works--slide .service-touse--slide--before,
      #service-touse--slide .service-works--slide--before,
      #service-touse--slide .service-touse--slide--before {
        flex: 0 0 auto; } }
    @media screen and (max-width: 1300px) {
      #service-works--slide .service-works--slide--before::after,
      #service-works--slide .service-touse--slide--before::after,
      #service-touse--slide .service-works--slide--before::after,
      #service-touse--slide .service-touse--slide--before::after {
        position: absolute;
        content: "";
        background: url("../image/shortmovie001/icon-arrow-down.svg") center center no-repeat;
        background-size: contain;
        width: 78px;
        height: 30px;
        bottom: -60px;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%); } }
    @media screen and (max-width: 600px) {
      #service-works--slide .service-works--slide--before::after,
      #service-works--slide .service-touse--slide--before::after,
      #service-touse--slide .service-works--slide--before::after,
      #service-touse--slide .service-touse--slide--before::after {
        width: 20.8vw;
        height: 8vw;
        bottom: -9.333vw; } }
  #service-works--slide .service-works--slide--img,
  #service-works--slide .service-touse--slide--img,
  #service-touse--slide .service-works--slide--img,
  #service-touse--slide .service-touse--slide--img {
    margin: 0 auto 33px;
    height: 458px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #service-works--slide .service-works--slide--img,
      #service-works--slide .service-touse--slide--img,
      #service-touse--slide .service-works--slide--img,
      #service-touse--slide .service-touse--slide--img {
        height: auto;
        margin-bottom: 5.333vw; } }
    #service-works--slide .service-works--slide--img img,
    #service-works--slide .service-touse--slide--img img,
    #service-touse--slide .service-works--slide--img img,
    #service-touse--slide .service-touse--slide--img img {
      width: auto;
      height: 100%;
      margin: 0 auto; }
      @media screen and (max-width: 600px) {
        #service-works--slide .service-works--slide--img img,
        #service-works--slide .service-touse--slide--img img,
        #service-touse--slide .service-works--slide--img img,
        #service-touse--slide .service-touse--slide--img img {
          width: 100%;
          height: auto; } }
  #service-works--slide .service-works--slide--outline,
  #service-works--slide .service-touse--slide--outline,
  #service-touse--slide .service-works--slide--outline,
  #service-touse--slide .service-touse--slide--outline {
    min-height: 230px;
    background-color: #F8F2EC;
    padding: 30px 20px; }
    @media screen and (max-width: 1300px) {
      #service-works--slide .service-works--slide--outline,
      #service-works--slide .service-touse--slide--outline,
      #service-touse--slide .service-works--slide--outline,
      #service-touse--slide .service-touse--slide--outline {
        min-height: inherit; } }
    @media screen and (max-width: 600px) {
      #service-works--slide .service-works--slide--outline,
      #service-works--slide .service-touse--slide--outline,
      #service-touse--slide .service-works--slide--outline,
      #service-touse--slide .service-touse--slide--outline {
        padding: 5.333vw; } }
    #service-works--slide .service-works--slide--outline > dl,
    #service-works--slide .service-touse--slide--outline > dl,
    #service-touse--slide .service-works--slide--outline > dl,
    #service-touse--slide .service-touse--slide--outline > dl {
      margin: 0;
      padding: 0; }
      #service-works--slide .service-works--slide--outline > dl > dt,
      #service-works--slide .service-touse--slide--outline > dl > dt,
      #service-touse--slide .service-works--slide--outline > dl > dt,
      #service-touse--slide .service-touse--slide--outline > dl > dt {
        font-size: 17px;
        font-weight: bold;
        line-height: 1.45;
        text-align: justify;
        text-justify: inter-ideograph;
        margin: 0 0 10px;
        padding: 0; }
        @media screen and (max-width: 600px) {
          #service-works--slide .service-works--slide--outline > dl > dt,
          #service-works--slide .service-touse--slide--outline > dl > dt,
          #service-touse--slide .service-works--slide--outline > dl > dt,
          #service-touse--slide .service-touse--slide--outline > dl > dt {
            font-size: 4.533vw;
            margin-bottom: 2.667vw; } }
      #service-works--slide .service-works--slide--outline > dl > dd,
      #service-works--slide .service-touse--slide--outline > dl > dd,
      #service-touse--slide .service-works--slide--outline > dl > dd,
      #service-touse--slide .service-touse--slide--outline > dl > dd {
        font-size: 17px;
        line-height: 1.529;
        letter-spacing: 0.05em;
        text-align: justify;
        text-justify: inter-ideograph;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 600px) {
          #service-works--slide .service-works--slide--outline > dl > dd,
          #service-works--slide .service-touse--slide--outline > dl > dd,
          #service-touse--slide .service-works--slide--outline > dl > dd,
          #service-touse--slide .service-touse--slide--outline > dl > dd {
            font-size: 4.533vw; } }
  #service-works--slide .service-works--slide--after,
  #service-works--slide .service-touse--slide--after,
  #service-touse--slide .service-works--slide--after,
  #service-touse--slide .service-touse--slide--after {
    flex: 0 0 400px; }
    @media screen and (max-width: 1300px) {
      #service-works--slide .service-works--slide--after,
      #service-works--slide .service-touse--slide--after,
      #service-touse--slide .service-works--slide--after,
      #service-touse--slide .service-touse--slide--after {
        flex: 0 0 auto; } }
  #service-works--slide .service-works--slide--movie,
  #service-works--slide .service-touse--slide--movie,
  #service-touse--slide .service-works--slide--movie,
  #service-touse--slide .service-touse--slide--movie {
    margin: 0 auto 33px;
    height: 458px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #service-works--slide .service-works--slide--movie,
      #service-works--slide .service-touse--slide--movie,
      #service-touse--slide .service-works--slide--movie,
      #service-touse--slide .service-touse--slide--movie {
        margin-bottom: 5.333vw;
        height: auto;
        padding: 0 4vw; } }
    #service-works--slide .service-works--slide--movie img,
    #service-works--slide .service-touse--slide--movie img,
    #service-touse--slide .service-works--slide--movie img,
    #service-touse--slide .service-touse--slide--movie img {
      margin: 0 auto;
      width: auto;
      height: 100%; }
      @media screen and (max-width: 600px) {
        #service-works--slide .service-works--slide--movie img,
        #service-works--slide .service-touse--slide--movie img,
        #service-touse--slide .service-works--slide--movie img,
        #service-touse--slide .service-touse--slide--movie img {
          width: 100%;
          height: auto; } }
  #service-works--slide .service-works--slide--example, #service-works--slide .service-works--slide--effect,
  #service-works--slide .service-touse--slide--example,
  #service-works--slide .service-touse--slide--effect,
  #service-touse--slide .service-works--slide--example,
  #service-touse--slide .service-works--slide--effect,
  #service-touse--slide .service-touse--slide--example,
  #service-touse--slide .service-touse--slide--effect {
    margin: 0;
    padding: 0;
    display: flex; }
    #service-works--slide .service-works--slide--example > dt, #service-works--slide .service-works--slide--effect > dt,
    #service-works--slide .service-touse--slide--example > dt,
    #service-works--slide .service-touse--slide--effect > dt,
    #service-touse--slide .service-works--slide--example > dt,
    #service-touse--slide .service-works--slide--effect > dt,
    #service-touse--slide .service-touse--slide--example > dt,
    #service-touse--slide .service-touse--slide--effect > dt {
      flex: 0 0 107px;
      min-height: 107px;
      background-color: #1949a8;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center; }
      @media screen and (max-width: 600px) {
        #service-works--slide .service-works--slide--example > dt, #service-works--slide .service-works--slide--effect > dt,
        #service-works--slide .service-touse--slide--example > dt,
        #service-works--slide .service-touse--slide--effect > dt,
        #service-touse--slide .service-works--slide--example > dt,
        #service-touse--slide .service-works--slide--effect > dt,
        #service-touse--slide .service-touse--slide--example > dt,
        #service-touse--slide .service-touse--slide--effect > dt {
          flex: 0 0 21.333vw;
          min-height: inherit; } }
    #service-works--slide .service-works--slide--example > dd, #service-works--slide .service-works--slide--effect > dd,
    #service-works--slide .service-touse--slide--example > dd,
    #service-works--slide .service-touse--slide--effect > dd,
    #service-touse--slide .service-works--slide--example > dd,
    #service-touse--slide .service-works--slide--effect > dd,
    #service-touse--slide .service-touse--slide--example > dd,
    #service-touse--slide .service-touse--slide--effect > dd {
      flex: 1 1 100%;
      background-color: #F8F2EC;
      display: flex;
      align-items: center;
      align-content: center;
      font-size: 17px;
      font-weight: bold;
      line-height: 1.471;
      letter-spacing: 0.05em;
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 0;
      padding: 15px;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        #service-works--slide .service-works--slide--example > dd, #service-works--slide .service-works--slide--effect > dd,
        #service-works--slide .service-touse--slide--example > dd,
        #service-works--slide .service-touse--slide--effect > dd,
        #service-touse--slide .service-works--slide--example > dd,
        #service-touse--slide .service-works--slide--effect > dd,
        #service-touse--slide .service-touse--slide--example > dd,
        #service-touse--slide .service-touse--slide--effect > dd {
          font-size: 4.533vw;
          padding: 4vw; } }
  #service-works--slide .service-works--slide--effect,
  #service-works--slide .service-touse--slide--effect,
  #service-touse--slide .service-works--slide--effect,
  #service-touse--slide .service-touse--slide--effect {
    margin-top: 21px; }
    @media screen and (max-width: 600px) {
      #service-works--slide .service-works--slide--effect,
      #service-works--slide .service-touse--slide--effect,
      #service-touse--slide .service-works--slide--effect,
      #service-touse--slide .service-touse--slide--effect {
        margin-top: 5.333vw; } }
  #service-works--slide .slick-track,
  #service-touse--slide .slick-track {
    display: flex; }
  #service-works--slide .slick-slide,
  #service-touse--slide .slick-slide {
    height: auto !important; }
  #service-works--slide .slick-list,
  #service-touse--slide .slick-list {
    overflow: visible; }
    @media screen and (max-width: 1300px) {
      #service-works--slide .slick-list,
      #service-touse--slide .slick-list {
        overflow: hidden; } }
  #service-works--slide .slick-prev,
  #service-works--slide .slick-next,
  #service-touse--slide .slick-prev,
  #service-touse--slide .slick-next {
    z-index: 100;
    width: 75px;
    height: 75px; }
    @media screen and (max-width: 600px) {
      #service-works--slide .slick-prev,
      #service-works--slide .slick-next,
      #service-touse--slide .slick-prev,
      #service-touse--slide .slick-next {
        width: 10.667vw;
        height: 10.667vw; } }
  #service-works--slide .slick-prev.slick-disabled:before,
  #service-works--slide .slick-next.slick-disabled:before,
  #service-touse--slide .slick-prev.slick-disabled:before,
  #service-touse--slide .slick-next.slick-disabled:before {
    opacity: .25; }
  #service-works--slide .slick-prev:before,
  #service-works--slide .slick-next:before,
  #service-touse--slide .slick-prev:before,
  #service-touse--slide .slick-next:before {
    display: block;
    width: 100%;
    height: 100%; }
  #service-works--slide .slick-prev,
  #service-touse--slide .slick-prev {
    left: -40px; }
    @media screen and (max-width: 600px) {
      #service-works--slide .slick-prev,
      #service-touse--slide .slick-prev {
        left: -5.333vw; } }
  #service-works--slide .slick-prev:before,
  #service-touse--slide .slick-prev:before {
    content: '';
    background: url("../image/shortmovie001/icon-arrow-slide-left.svg") center center no-repeat;
    background-size: cover; }
  #service-works--slide .slick-next,
  #service-touse--slide .slick-next {
    right: -40px; }
    @media screen and (max-width: 600px) {
      #service-works--slide .slick-next,
      #service-touse--slide .slick-next {
        right: -5.333vw; } }
  #service-works--slide .slick-next:before,
  #service-touse--slide .slick-next:before {
    content: '';
    background: url("../image/shortmovie001/icon-arrow-slide-right.svg") center center no-repeat;
    background-size: cover; }
  #service-works--slide.slick-dotted.slick-slider,
  #service-touse--slide.slick-dotted.slick-slider {
    margin-bottom: 60px; }
    @media screen and (max-width: 600px) {
      #service-works--slide.slick-dotted.slick-slider,
      #service-touse--slide.slick-dotted.slick-slider {
        margin-bottom: 10.667vw; } }
  #service-works--slide .slick-dots,
  #service-touse--slide .slick-dots {
    bottom: -60px; }
    @media screen and (max-width: 600px) {
      #service-works--slide .slick-dots,
      #service-touse--slide .slick-dots {
        bottom: -10.667vw; } }
  #service-works--slide .slick-dots li,
  #service-touse--slide .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 10px; }
    @media screen and (max-width: 600px) {
      #service-works--slide .slick-dots li,
      #service-touse--slide .slick-dots li {
        width: 4vw;
        height: 4vw;
        margin: 0 2.667vw; } }
  #service-works--slide .slick-dots li button,
  #service-touse--slide .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    transition: all 300ms ease-in-out; }
    @media screen and (max-width: 600px) {
      #service-works--slide .slick-dots li button,
      #service-touse--slide .slick-dots li button {
        width: 4vw;
        height: 4vw; } }
  #service-works--slide .slick-dots li button:hover,
  #service-works--slide .slick-dots li button:focus,
  #service-works--slide .slick-dots li.slick-active button,
  #service-touse--slide .slick-dots li button:hover,
  #service-touse--slide .slick-dots li button:focus,
  #service-touse--slide .slick-dots li.slick-active button {
    background-color: #333; }
  #service-works--slide .slick-dots li button:before,
  #service-touse--slide .slick-dots li button:before {
    display: none; }

#price {
  margin: 0;
  padding: 120px 0 0; }
  @media screen and (max-width: 600px) {
    #price {
      padding-top: 13.333vw; } }
  #price__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      #price__inner {
        padding: 0 5.333vw; } }
    #price__inner .price--text01 {
      font-size: 20px;
      line-height: 1.5;
      text-align: center;
      margin: 0 0 110px; }
      @media screen and (max-width: 600px) {
        #price__inner .price--text01 {
          font-size: 4.533vw;
          line-height: 1.529;
          letter-spacing: 0.05em;
          margin-bottom: 8vw; } }
    #price__inner .price--text02 {
      font-size: 16px;
      line-height: 1.75;
      text-align: center;
      margin: 0; }
      @media screen and (max-width: 600px) {
        #price__inner .price--text02 {
          font-size: 4.533vw;
          line-height: 1.529;
          letter-spacing: 0.05em; } }

#price--plan {
  margin: 0 0 115px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 1300px) {
    #price--plan {
      gap: 60px 0; } }
  @media screen and (max-width: 600px) {
    #price--plan {
      margin-bottom: 10.667vw;
      gap: 5.333vw 0; } }
  #price--plan > li {
    flex: 0 0 540px;
    border-radius: 10px;
    border: 2px solid #000;
    background-color: #F8F2EC; }
    @media screen and (max-width: 1300px) {
      #price--plan > li {
        flex: 0 0 100%; } }
    @media screen and (max-width: 600px) {
      #price--plan > li {
        border-radius: 2.667vw; } }
    #price--plan > li > dl > dt {
      margin: 0;
      padding: 0; }
    #price--plan > li > dl > dd {
      margin: 0;
      padding: 50px; }
      @media screen and (max-width: 600px) {
        #price--plan > li > dl > dd {
          padding: 5.333vw; } }
    #price--plan > li > dl .price-plan--title {
      width: 100%;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      padding: 0 40px;
      font-size: 30px;
      font-weight: bold;
      line-height: 1.5;
      text-align: center;
      color: #fff;
      background-color: #000; }
      @media screen and (max-width: 600px) {
        #price--plan > li > dl .price-plan--title {
          font-size: 6.667vw;
          padding: 0 5.333vw; } }
    #price--plan > li > dl .price-plan--price {
      font-size: 60px;
      font-weight: bold;
      line-height: 1.5;
      text-align: center;
      margin: 0 0 10px; }
      @media screen and (max-width: 600px) {
        #price--plan > li > dl .price-plan--price {
          font-size: 13.333vw;
          margin-bottom: 1.333vw; } }
      #price--plan > li > dl .price-plan--price span {
        font-size: 40px; }
        @media screen and (max-width: 600px) {
          #price--plan > li > dl .price-plan--price span {
            font-size: 8vw; } }
    #price--plan > li > dl .price-plan--notax {
      font-size: 17px;
      line-height: 1.529;
      letter-spacing: 0.05em;
      text-align: center;
      margin: 0 0 30px; }
      @media screen and (max-width: 600px) {
        #price--plan > li > dl .price-plan--notax {
          font-size: 4.533vw;
          margin-bottom: 5.333vw; } }
    #price--plan > li > dl .price-plan--textarea {
      background-color: #fff;
      margin: 0;
      padding: 20px; }
      @media screen and (max-width: 600px) {
        #price--plan > li > dl .price-plan--textarea {
          padding: 5.333vw; } }
    #price--plan > li > dl .price-plan--example {
      font-size: 17px;
      font-weight: bold;
      line-height: 1.529;
      letter-spacing: 0.05em;
      text-align: center;
      margin: 0 0 10px; }
      @media screen and (max-width: 600px) {
        #price--plan > li > dl .price-plan--example {
          font-size: 4.533vw;
          margin-bottom: 1.333vw; } }
    #price--plan > li > dl .price-plan--text {
      font-size: 17px;
      line-height: 1.529;
      letter-spacing: 0.05em;
      text-align: center; }
      @media screen and (max-width: 600px) {
        #price--plan > li > dl .price-plan--text {
          font-size: 4.533vw; } }

#price--list {
  margin: 0 0 80px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 60px; }
  @media screen and (max-width: 1300px) {
    #price--list {
      flex-wrap: wrap; } }
  @media screen and (max-width: 600px) {
    #price--list {
      gap: 13.333vw 0;
      margin-bottom: 10.667vw; } }
  #price--list > li {
    flex: 0 0 240px;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 1300px) {
      #price--list > li {
        flex: 1 0 45%;
        min-width: 240px; } }
    @media screen and (max-width: 600px) {
      #price--list > li {
        flex: 0 0 100%; } }
    #price--list > li > dl {
      margin: 0;
      padding: 0; }
      #price--list > li > dl .price--list--title {
        width: 100%;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        font-size: 17px;
        font-weight: bold;
        line-height: 1.529;
        letter-spacing: 0.05em;
        text-align: center;
        color: #fff;
        background-color: #000;
        border-radius: 10px;
        margin: 0 0 20px;
        padding: 0; }
        @media screen and (max-width: 600px) {
          #price--list > li > dl .price--list--title {
            height: 12vw;
            font-size: 4.533vw;
            border-radius: 2.667vw;
            margin-bottom: 5.333vw; } }
      #price--list > li > dl .price--list--img {
        margin: 0 0 20px;
        padding: 0;
        text-align: center; }
        @media screen and (max-width: 600px) {
          #price--list > li > dl .price--list--img {
            margin-bottom: 5.333vw; } }
        #price--list > li > dl .price--list--img img {
          width: 100%;
          height: auto; }
          @media screen and (max-width: 1300px) {
            #price--list > li > dl .price--list--img img {
              margin: 0 auto;
              max-width: 240px; } }
          @media screen and (max-width: 600px) {
            #price--list > li > dl .price--list--img img {
              max-width: 64vw; } }
      #price--list > li > dl .price--list--text {
        font-size: 17px;
        line-height: 1.529;
        letter-spacing: 0.05em;
        text-align: center; }
        @media screen and (max-width: 600px) {
          #price--list > li > dl .price--list--text {
            font-size: 4.533vw; } }
        #price--list > li > dl .price--list--text span {
          display: inline-block; }

#flow {
  margin: 0;
  padding: 120px 0;
  background-color: #F8F2EC; }
  @media screen and (max-width: 600px) {
    #flow {
      padding: 13.333vw 0; } }
  #flow__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      #flow__inner {
        padding: 0 5.333vw; } }
    #flow__inner .flow--text01 {
      font-size: 20px;
      line-height: 1.5;
      text-align: center;
      margin: 0 0 80px; }
      @media screen and (max-width: 600px) {
        #flow__inner .flow--text01 {
          font-size: 4.533vw;
          line-height: 1.529;
          letter-spacing: 0.05em;
          margin-bottom: 8vw; } }
    #flow__inner .flow--plus {
      margin: 80px 0 0;
      padding: 35px 30px;
      background-color: #fff;
      border-radius: 10px; }
      @media screen and (max-width: 600px) {
        #flow__inner .flow--plus {
          padding-top: 12vw;
          padding: 6.667vw;
          border-radius: 2.667vw; } }
      #flow__inner .flow--plus > dl {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        gap: 30px;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 1000px) {
          #flow__inner .flow--plus > dl {
            flex-wrap: wrap;
            justify-content: center; } }
        @media screen and (max-width: 600px) {
          #flow__inner .flow--plus > dl {
            gap: 2.667vw; } }
        #flow__inner .flow--plus > dl .flow--plus--title {
          flex: 0 0 auto;
          font-size: 25px;
          font-weight: bold;
          line-height: 1.52;
          margin: 0;
          padding: 0; }
          @media screen and (max-width: 600px) {
            #flow__inner .flow--plus > dl .flow--plus--title {
              font-size: 6.667vw;
              line-height: 1;
              text-align: center; } }
        #flow__inner .flow--plus > dl .flow--plus--img {
          flex: 0 0 110px; }
          @media screen and (max-width: 600px) {
            #flow__inner .flow--plus > dl .flow--plus--img {
              text-align: center; } }
          #flow__inner .flow--plus > dl .flow--plus--img img {
            width: 100%;
            height: auto; }
            @media screen and (max-width: 600px) {
              #flow__inner .flow--plus > dl .flow--plus--img img {
                max-width: 29.333vw;
                margin: 0 auto; } }
        #flow__inner .flow--plus > dl .flow--plus--text {
          flex: 1 1 100%;
          font-size: 17px;
          line-height: 1.529;
          letter-spacing: 0.05em;
          text-align: justify;
          text-justify: inter-ideograph;
          margin: 0;
          padding: 0; }
          @media screen and (max-width: 1000px) {
            #flow__inner .flow--plus > dl .flow--plus--text {
              flex: 0 0 100%; } }
          @media screen and (max-width: 600px) {
            #flow__inner .flow--plus > dl .flow--plus--text {
              font-size: 4.533vw; } }

#flow--list {
  counter-reset: ol-counter;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 100px 60px; }
  @media screen and (max-width: 600px) {
    #flow--list {
      gap: 8vw 0; } }
  #flow--list > li {
    flex: 0 0 340px;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 1300px) {
      #flow--list > li {
        flex: 1 0 340px; } }
    @media screen and (max-width: 600px) {
      #flow--list > li {
        flex: 0 0 100%; } }
    #flow--list > li::before {
      counter-increment: ol-counter;
      content: counter(ol-counter) "";
      color: #000;
      width: 65px;
      height: 65px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      margin: 0 auto 20px;
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      color: #fff;
      background-color: #e88349;
      border-radius: 50%; }
      @media screen and (max-width: 600px) {
        #flow--list > li::before {
          width: 17.333vw;
          height: 17.333vw;
          font-size: 8vw;
          margin-bottom: 5.333vw; } }
    #flow--list > li .flow--list--title {
      font-size: 25px;
      font-weight: bold;
      line-height: 1.52;
      text-align: center;
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 600px) {
        #flow--list > li .flow--list--title {
          font-size: 6.667vw;
          margin-bottom: 5.333vw; } }
    #flow--list > li .flow--list--img {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 1300px) {
        #flow--list > li .flow--list--img {
          text-align: center; } }
      @media screen and (max-width: 600px) {
        #flow--list > li .flow--list--img {
          margin-bottom: 5.333vw; } }
      #flow--list > li .flow--list--img img {
        width: 100%;
        height: auto; }
        @media screen and (max-width: 1300px) {
          #flow--list > li .flow--list--img img {
            margin: 0 auto;
            max-width: 340px; } }
        @media screen and (max-width: 600px) {
          #flow--list > li .flow--list--img img {
            max-width: inherit; } }
    #flow--list > li .flow--list--text {
      font-size: 17px;
      line-height: 1.529;
      letter-spacing: 0.05em;
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 600px) {
        #flow--list > li .flow--list--text {
          font-size: 4.533vw; } }

#faq {
  margin: 0;
  padding: 120px 0; }
  @media screen and (max-width: 600px) {
    #faq {
      padding: 13.333vw 0; } }
  #faq__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      #faq__inner {
        padding: 0 5.333vw; } }
    #faq__inner .faq--text01 {
      font-size: 20px;
      line-height: 1.5;
      text-align: center;
      margin: 0 0 20px; }
      @media screen and (max-width: 600px) {
        #faq__inner .faq--text01 {
          font-size: 4.533vw;
          line-height: 1.529;
          letter-spacing: 0.05em;
          margin-bottom: 8vw; } }
    #faq__inner .faq--text02 {
      font-size: 17px;
      line-height: 1.529;
      letter-spacing: 0.05em;
      text-align: center;
      margin: 0; }
      @media screen and (max-width: 600px) {
        #faq__inner .faq--text02 {
          font-size: 4.533vw; } }

#faq--list {
  margin: 0 0 60px;
  padding: 0; }
  @media screen and (max-width: 600px) {
    #faq--list {
      margin-bottom: 8vw; } }
  #faq--list > li {
    margin: 0;
    padding: 60px 0;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 600px) {
      #faq--list > li {
        padding: 6.667vw 0 8vw; } }
    #faq--list > li > dl {
      margin: 0;
      padding: 0; }
      #faq--list > li > dl > dt {
        position: relative;
        font-size: 17px;
        font-weight: bold;
        line-height: 1.529;
        letter-spacing: 0.05em;
        text-align: justify;
        text-justify: inter-ideograph;
        margin: 0 0 25px;
        padding: 6px 0 0 60px;
        min-height: 39px; }
        @media screen and (max-width: 600px) {
          #faq--list > li > dl > dt {
            font-size: 4.533vw;
            margin-bottom: 8vw;
            padding: 0 0 0 16vw;
            min-height: 10.4vw; } }
        #faq--list > li > dl > dt::before {
          position: absolute;
          top: 0;
          left: 0;
          content: "Q";
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center;
          width: 39px;
          height: 39px;
          font-size: 20px;
          font-weight: bold;
          line-height: 1;
          text-align: center;
          color: #fff;
          background-color: #1949a8;
          border-radius: 5px; }
          @media screen and (max-width: 600px) {
            #faq--list > li > dl > dt::before {
              font-size: 5.333vw;
              width: 10.4vw;
              height: 10.4vw;
              border-radius: 1.333vw; } }
      #faq--list > li > dl > dd {
        position: relative;
        font-size: 17px;
        line-height: 1.529;
        letter-spacing: 0.05em;
        text-align: justify;
        text-justify: inter-ideograph;
        margin: 0;
        padding: 6px 0 0 60px;
        min-height: 39px; }
        @media screen and (max-width: 600px) {
          #faq--list > li > dl > dd {
            font-size: 4.533vw;
            margin-bottom: 8vw;
            padding: 0 0 0 16vw;
            min-height: 10.4vw; } }
        #faq--list > li > dl > dd::before {
          position: absolute;
          top: 0;
          left: 0;
          content: "A";
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center;
          width: 39px;
          height: 39px;
          font-size: 20px;
          font-weight: bold;
          line-height: 1;
          text-align: center;
          color: #fff;
          background-color: #e88349;
          border-radius: 5px; }
          @media screen and (max-width: 600px) {
            #faq--list > li > dl > dd::before {
              font-size: 5.333vw;
              width: 10.4vw;
              height: 10.4vw;
              border-radius: 1.333vw; } }

#contact {
  position: relative;
  margin: 0;
  padding: 120px 0;
  background-color: #F8F2EC; }
  @media screen and (max-width: 600px) {
    #contact {
      padding: 13.333vw 0; } }
  #contact__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      #contact__inner {
        padding: 0 5.333vw; } }
    #contact__inner .contact--text {
      font-size: 20px;
      line-height: 1.5;
      text-align: center;
      margin: 0 0 80px; }
      @media screen and (max-width: 600px) {
        #contact__inner .contact--text {
          font-size: 4.533vw;
          line-height: 1.529;
          letter-spacing: 0.05em;
          margin-bottom: 10.667vw; } }
    #contact__inner .contact-tel {
      margin: 180px 0 0; }
      @media screen and (max-width: 600px) {
        #contact__inner .contact-tel {
          margin-top: 18.667vw; } }
      #contact__inner .contact-tel--text {
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
        margin: 0 0 30px; }
        @media screen and (max-width: 600px) {
          #contact__inner .contact-tel--text {
            font-size: 5.333vwvw;
            margin-bottom: 8vw; } }
      #contact__inner .contact-tel--tel {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 100%;
        max-width: 800px;
        height: 140px;
        border-radius: 99999px;
        background: #e88349;
        box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.16);
        font-weight: bold;
        font-size: 30px;
        line-height: 1.6;
        color: #fff;
        margin: 0 auto 30px;
        padding: 0 70px;
        box-sizing: border-box;
        pointer-events: none; }
        @media screen and (max-width: 600px) {
          #contact__inner .contact-tel--tel {
            pointer-events: auto;
            height: 16vw;
            box-shadow: 0px 1.333vw 0px rgba(0, 0, 0, 0.16);
            font-size: 5.333vw;
            margin-bottom: 6.667vw;
            padding: 0; } }
        #contact__inner .contact-tel--tel::before {
          display: inline-block;
          content: "";
          background: url("../image/shortmovie001/icon-phone.svg") center center no-repeat;
          background-size: cover;
          flex: 0 0 48px;
          width: 48px;
          height: 48px;
          margin: 0 23px 0 0; }
          @media screen and (max-width: 600px) {
            #contact__inner .contact-tel--tel::before {
              width: 7.467vw;
              height: 7.467vw;
              flex: 0 0 7.467vw;
              margin-right: 1.333vw; } }
      #contact__inner .contact-tel--hour {
        font-size: 17px;
        line-height: 1.529;
        letter-spacing: 0.05em;
        text-align: center;
        margin: 0; }
        @media screen and (max-width: 600px) {
          #contact__inner .contact-tel--hour {
            font-size: 4.533vw; } }

#contact-content {
  margin: 0;
  padding: 0; }
  #contact-content .contact-content--title {
    font-size: 30px;
    line-height: 1.467;
    text-align: center;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    background-color: #000;
    margin: 0 0 30px;
    padding: 0; }
    @media screen and (max-width: 600px) {
      #contact-content .contact-content--title {
        font-size: 5.333vw;
        height: 16vw;
        margin-bottom: 4vw; } }
  #contact-content .contact-content--note {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
    color: #f44661;
    margin: 0 0 80px; }
    @media screen and (max-width: 600px) {
      #contact-content .contact-content--note {
        font-size: 4.267vw;
        margin-bottom: 13.333vw; } }

#contact--form {
  margin: 0;
  padding: 0; }
  #contact--form form#mailformpro dl {
    margin: 0 0 70px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 0 85px; }
    @media screen and (max-width: 1000px) {
      #contact--form form#mailformpro dl {
        display: block; } }
    @media screen and (max-width: 600px) {
      #contact--form form#mailformpro dl {
        margin-bottom: 8vw; } }
    #contact--form form#mailformpro dl > dt {
      flex: 0 0 200px;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.25;
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      align-content: center; }
      @media screen and (max-width: 1000px) {
        #contact--form form#mailformpro dl > dt {
          flex: none;
          margin-bottom: 20px;
          padding: 0; } }
      @media screen and (max-width: 600px) {
        #contact--form form#mailformpro dl > dt {
          font-size: 5.333vw;
          margin-bottom: 4vw; } }
      #contact--form form#mailformpro dl > dt:where(.contact--message--area *) {
        align-items: flex-start;
        padding-top: 25px; }
        @media screen and (max-width: 1000px) {
          #contact--form form#mailformpro dl > dt:where(.contact--message--area *) {
            padding-top: 0; } }
      #contact--form form#mailformpro dl > dt sup {
        color: #f44661;
        font-size: 65%;
        vertical-align: super; }
    #contact--form form#mailformpro dl > dd {
      flex: 1 1 100%;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.5;
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 1000px) {
        #contact--form form#mailformpro dl > dd {
          flex: none; } }
      @media screen and (max-width: 600px) {
        #contact--form form#mailformpro dl > dd {
          font-size: 4.267vw; } }
  #contact--form input[type="text"],
  #contact--form input[type="email"],
  #contact--form input[type="tel"],
  #contact--form select {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    height: 75px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #707070;
    padding: 25px 40px;
    border-radius: 10px;
    background-color: #fff; }
    @media screen and (max-width: 600px) {
      #contact--form input[type="text"],
      #contact--form input[type="email"],
      #contact--form input[type="tel"],
      #contact--form select {
        height: 13.333vw;
        font-size: 4.267vw;
        padding: 6.667vw;
        border-radius: 2.667vw; } }
    #contact--form input[type="text"]::placeholder,
    #contact--form input[type="email"]::placeholder,
    #contact--form input[type="tel"]::placeholder,
    #contact--form select::placeholder {
      font-size: 16px;
      color: #ccc; }
      @media screen and (max-width: 600px) {
        #contact--form input[type="text"]::placeholder,
        #contact--form input[type="email"]::placeholder,
        #contact--form input[type="tel"]::placeholder,
        #contact--form select::placeholder {
          font-size: 4.267vw; } }
    #contact--form input[type="text"] option,
    #contact--form input[type="email"] option,
    #contact--form input[type="tel"] option,
    #contact--form select option {
      font-size: 16px; }
      @media screen and (max-width: 600px) {
        #contact--form input[type="text"] option,
        #contact--form input[type="email"] option,
        #contact--form input[type="tel"] option,
        #contact--form select option {
          font-size: 4.267vw; } }
  #contact--form select {
    padding: 0 40px; }
    @media screen and (max-width: 600px) {
      #contact--form select {
        padding: 0 6.67vw; } }
  #contact--form input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit; }
    #contact--form input[type="checkbox"] ~ .contact--agree--checkbox {
      position: relative;
      margin: 0;
      padding: 0 0 0 1.5em; }
      #contact--form input[type="checkbox"] ~ .contact--agree--checkbox:hover {
        cursor: pointer; }
      #contact--form input[type="checkbox"] ~ .contact--agree--checkbox::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        border: 1px solid #000;
        background-color: #fff;
        width: 1.1em;
        height: 1.1em;
        box-sizing: border-box; }
    #contact--form input[type="checkbox"]:focus ~ .contact--agree--checkbox::before {
      box-shadow: 0 0 3px 1px inset #000; }
    #contact--form input[type="checkbox"]:checked ~ .contact--agree--checkbox::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      line-height: 1;
      box-sizing: border-box;
      width: 1.25em;
      height: 0.75em;
      border-left: 3px solid #000;
      border-bottom: 3px solid #000;
      -webkit-transform: translate(0, -0.2em) rotate(-45deg);
      transform: translate(0, -0.2em) rotate(-45deg); }
  #contact--form input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit; }
    #contact--form input[type="radio"] ~ .contact--plan--radiobutton {
      position: relative;
      margin: 0;
      padding: 0 0 0 1.5em; }
      #contact--form input[type="radio"] ~ .contact--plan--radiobutton:hover {
        cursor: pointer; }
      #contact--form input[type="radio"] ~ .contact--plan--radiobutton::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        border: 1px solid #707070;
        background-color: #fff;
        width: 1.1em;
        height: 1.1em;
        border-radius: 50%;
        box-sizing: border-box; }
    #contact--form input[type="radio"]:focus ~ .contact--plan--radiobutton::before {
      box-shadow: 0 0 3px 1px inset #707070; }
    #contact--form input[type="radio"]:checked ~ .contact--plan--radiobutton::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0.2em;
      margin: auto;
      border: 1px solid #000;
      background-color: #000;
      width: 0.7em;
      height: 0.7em;
      border-radius: 50%;
      box-sizing: border-box; }
  @media screen and (max-width: 1000px) {
    #contact--form #contact--plan label {
      display: block; } }
  #contact--form #contact--plan label + label {
    margin: 0 0 0 80px; }
    @media screen and (max-width: 1000px) {
      #contact--form #contact--plan label + label {
        margin: 0.5em 0 0; } }
  #contact--form textarea {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    border: 1px solid #707070;
    background-color: #fff;
    padding: 25px 40px;
    border-radius: 10px;
    box-sizing: border-box; }
    @media screen and (max-width: 600px) {
      #contact--form textarea {
        font-size: 4.267vw;
        height: 40vw;
        padding: 6.667vw;
        border-radius: 2.667vw; } }
    #contact--form textarea::placeholder {
      font-size: 16px;
      color: #ccc; }
      @media screen and (max-width: 600px) {
        #contact--form textarea::placeholder {
          font-size: 4.267vw; } }
  #contact--form .contact--privacy--link {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0 0 30px; }
    @media screen and (max-width: 600px) {
      #contact--form .contact--privacy--link {
        font-size: 5.333vw;
        margin-bottom: 8vw; } }
    #contact--form .contact--privacy--link a {
      text-decoration: underline 1px; }
  #contact--form .contact--privacy--agree {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    margin: 0; }
    @media screen and (max-width: 600px) {
      #contact--form .contact--privacy--agree {
        font-size: 5.333vw; } }
  #contact--form .contact--form--submit {
    text-align: center; }
    #contact--form .contact--form--submit #contact--submit {
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
      color: #fff;
      text-align: center;
      max-width: 345px;
      width: 100%;
      height: 60px;
      margin: 65px auto 0;
      border: none;
      border-radius: 99999px;
      background-color: #000;
      text-shadow: none;
      transition: opacity 300ms ease-in-out; }
      @media screen and (max-width: 600px) {
        #contact--form .contact--form--submit #contact--submit {
          font-size: 4.267vw;
          max-width: inherit;
          height: 16vw;
          margin-top: 17.333vw; } }
      #contact--form .contact--form--submit #contact--submit:hover {
        cursor: pointer;
        opacity: 0.8; }

#mfp_overlay_inner h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  text-align: center; }
#mfp_overlay_inner button {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  max-width: 345px;
  margin: 45px auto 0;
  padding: 10px 20px;
  border: none;
  border-radius: 99999px;
  background-color: #000;
  text-shadow: none;
  transition: opacity 300ms ease-in-out; }
  @media screen and (max-width: 600px) {
    #mfp_overlay_inner button {
      font-size: 4.267vw;
      max-width: inherit;
      padding: 5.333vw; } }
  #mfp_overlay_inner button + button {
    margin-left: 20px; }
    @media screen and (max-width: 600px) {
      #mfp_overlay_inner button + button {
        margin-left: 5.333vw; } }
  #mfp_overlay_inner button:hover {
    cursor: pointer;
    opacity: 0.8; }

#thanks {
  margin: 0;
  padding: 160px 0;
  background: #fff; }
  @media screen and (max-width: 600px) {
    #thanks {
      padding: 30vw 0; } }
  #thanks__inner {
    width: 1140px;
    margin: 0 auto; }
    @media screen and (max-width: 1300px) {
      #thanks__inner {
        width: auto;
        padding: 0 50px; } }
    @media screen and (max-width: 600px) {
      #thanks__inner {
        width: auto;
        padding: 0 5.333vw; } }
    #thanks__inner .thanks--title {
      font-size: 30px;
      line-height: 1;
      letter-spacing: 0;
      color: #fff;
      background: #1949a8;
      margin: 0 0 50px;
      padding: 15px;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        #thanks__inner .thanks--title {
          font-size: 5.333vw;
          margin-bottom: 10.667vw;
          padding: 4vw 8vw; } }
    #thanks__inner .thanks--text {
      font-size: 17px;
      line-height: 1.875;
      text-align: justify;
      text-justify: inter-ideograph; }
      @media screen and (max-width: 600px) {
        #thanks__inner .thanks--text {
          font-size: 4.533vw; } }

#update {
  margin: 0;
  padding: 120px 0; }
  @media screen and (max-width: 600px) {
    #update {
      padding: 13.333vw 0; } }
  #update__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      #update__inner {
        padding: 0 5.333vw; } }
    #update__inner .update--text {
      font-size: 35px;
      font-weight: bold;
      line-height: 1.514;
      text-align: center;
      margin: 0 0 30px; }
      @media screen and (max-width: 600px) {
        #update__inner .update--text {
          font-size: 6.667vw;
          margin-bottom: 5.333vw; } }
      #update__inner .update--text span {
        display: inline-block; }
    #update__inner .update--img img {
      width: 100%;
      height: auto; }

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 300; }
  #pagetop a {
    display: block;
    width: 70px;
    height: 70px;
    background: #e88349 url("../image/shortmovie001/pagetop.svg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 600px) {
      #pagetop a {
        width: 8vw;
        height: 8vw; } }

#banner {
  margin: 0;
  padding: 120px 0 150px;
  background-color: #F8F2EC; }
  @media screen and (max-width: 600px) {
    #banner {
      padding: 10.667vw 0 18.667vw; } }
  #banner__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      #banner__inner {
        padding: 0 5.333vw; } }
    #banner__inner .banner--text {
      font-size: 20px;
      line-height: 1.5;
      text-align: center;
      margin: 0 0 80px; }
      @media screen and (max-width: 600px) {
        #banner__inner .banner--text {
          font-size: 4.267vw;
          margin-bottom: 12vw; } }

#banner--list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  gap: 45px; }
  @media screen and (max-width: 1300px) {
    #banner--list {
      justify-content: space-around;
      flex-wrap: wrap; } }
  @media screen and (max-width: 600px) {
    #banner--list {
      gap: 5.333vw; } }
  #banner--list > li {
    flex: 0 0 350px;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 600px) {
      #banner--list > li {
        flex: 0 0 100%; } }
    #banner--list > li a img {
      width: 100%;
      height: auto; }

#footer {
  position: relative;
  margin: 0;
  padding: 30px 0;
  background: #1949a8; }
  @media screen and (max-width: 600px) {
    #footer {
      padding: 5.333vw 0; } }
  #footer__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: content-box; }
    @media screen and (max-width: 600px) {
      #footer__inner {
        padding: 0 5.333vw; } }
    #footer__inner #copyright__inner {
      font-size: 13px;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 0.05em;
      text-align: center;
      color: #fff; }
      #footer__inner #copyright__inner span {
        display: inline-block; }
      @media screen and (max-width: 600px) {
        #footer__inner #copyright__inner {
          font-size: 3.2vw; } }

.sp-br {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp-br {
      display: inline-block; } }

em {
  color: #f44661;
  font-style: normal; }

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0; }

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