@charset "UTF-8";
/* CSS Document */
/* CSS Document */
html {
  font: 10px/1.5 "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;
  scroll-margin-top: 10rem; }
  @media screen and (max-width: 600px) {
    html {
      font-size: 2.667vw; } }

* {
  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: #0070A9;
    box-shadow: 0 0 0 2px #0070A9; }
  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: #0070A9;
  box-shadow: 0 0 0 2px #0070A9; }

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

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

.contact--link {
  margin: 80px 0 0;
  padding: 0; }
  @media screen and (max-width: 600px) {
    .contact--link {
      margin: 5rem 0 0; } }
  .contact--link a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50rem;
    height: 8rem;
    padding: 2rem;
    gap: 2rem;
    border-radius: 999rem;
    background: -webkit-linear-gradient(#33A6DF 0%, #137AD0 50%, #33A6DF 100%);
    background: -o-linear-gradient(#33A6DF 0%, #137AD0 50%, #33A6DF 100%);
    background: linear-gradient(#33A6DF 0%, #137AD0 50%, #33A6DF 100%);
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.52;
    color: #FFF;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .contact--link a {
        width: 100%;
        font-size: 2rem;
        line-height: 1.5;
        height: 7rem; } }
    .contact--link a::before {
      display: inline-block;
      content: "";
      background: url("../image/shortmovie002/icon-mail.svg") center center no-repeat;
      background-size: contain;
      width: 3.1rem;
      height: 3.1rem; }
      @media screen and (max-width: 600px) {
        .contact--link a::before {
          width: 2.5rem;
          height: 2.5rem; } }

.h2--title {
  margin: 0 0 6rem;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .h2--title {
      margin-bottom: 3rem; } }
  .h2--title h2 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .h2--title h2 {
        font-size: 2.2rem; } }
.h2--subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #33A6DF;
  text-align: center;
  margin: 1rem 0 0; }
  @media screen and (max-width: 600px) {
    .h2--subtitle {
      font-size: 1.4rem; } }

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

#header {
  position: sticky;
  width: 100%;
  height: 10rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  z-index: 400;
  background: white;
  top: 0;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(204, 204, 204, 0.25); }
  #header__inner {
    position: relative;
    width: 114rem;
    height: 10rem;
    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 5rem; } }
    @media screen and (max-width: 600px) {
      #header__inner {
        padding: 0 0 0 2rem; } }
    #header__inner #identity-area {
      flex: 0 0 16.5rem;
      width: 16.5rem; }
      #header__inner #identity-area img {
        width: 100%;
        height: auto; }

#menu-button--close,
#menu-button {
  display: none;
  position: relative;
  width: 10rem;
  height: 10rem;
  background-color: #33A6DF;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border-radius: 0;
  transition: all 300ms ease-in-out;
  font-size: 1.2rem;
  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: 10rem;
      height: 10rem;
      font-size: 1.2rem; } }
  #menu-button--close .menu--line,
  #menu-button .menu--line {
    position: absolute;
    display: block;
    width: 5rem;
    height: 2px;
    background-color: #FFF;
    left: 50%;
    top: 5rem;
    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: 5rem;
        width: 5rem; } }
  #menu-button--close .menu--line--top,
  #menu-button .menu--line--top {
    -webkit-transform: translate(-50%, -2rem);
    transform: translate(-50%, -2rem); }
    @media screen and (max-width: 600px) {
      #menu-button--close .menu--line--top,
      #menu-button .menu--line--top {
        -webkit-transform: translate(-50%, -2rem);
        transform: translate(-50%, -2rem); } }
  #menu-button--close .menu--line--bottom,
  #menu-button .menu--line--bottom {
    -webkit-transform: translate(-50%, 2rem);
    transform: translate(-50%, 2rem); }
    @media screen and (max-width: 600px) {
      #menu-button--close .menu--line--bottom,
      #menu-button .menu--line--bottom {
        -webkit-transform: translate(-50%, 2rem);
        transform: translate(-50%, 2rem); } }
  #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 60px; }
  #nav-global > li {
    flex: 0 0 auto;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    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: 1.2rem;
        font-weight: bold;
        line-height: 1.5;
        color: #33A6DF;
        margin: 0.3rem 0 0;
        padding: 0; }
    #nav-global > li.nav-global--contact a {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      gap: 1rem;
      background-color: #f44661;
      border-radius: 999rem;
      height: 4.2rem;
      width: 22.7rem;
      font-size: 1.8rem;
      color: #FFF;
      line-height: 1.5;
      background: -webkit-linear-gradient(#33A6DF 0%, #137AD0 50%, #33A6DF 100%);
      background: -o-linear-gradient(#33A6DF 0%, #137AD0 50%, #33A6DF 100%);
      background: linear-gradient(#33A6DF 0%, #137AD0 50%, #33A6DF 100%); }
      #nav-global > li.nav-global--contact a::before {
        display: inline-block;
        content: "";
        background: url("../image/shortmovie002/icon-mail.svg") center center no-repeat;
        background-size: contain;
        width: 2.7rem;
        height: 2.7rem; }

#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: #DAF2FF; }

#identity-area-sp {
  position: relative;
  width: auto;
  height: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 0 5rem;
  background-color: #FFF;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(204, 204, 204, 0.25); }
  @media screen and (max-width: 600px) {
    #identity-area-sp {
      padding: 0 0 0 2rem; } }
  #identity-area-sp img {
    flex: 0 0 16.5rem;
    width: 16.5rem;
    line-height: 1;
    height: auto; }

#nav-global-sp {
  width: auto;
  margin: 1rem auto 0;
  padding: 0 5rem;
  max-width: 600px; }
  @media screen and (max-width: 600px) {
    #nav-global-sp {
      max-width: inherit;
      padding: 0 2rem; } }
  #nav-global-sp > li {
    border-bottom: 2px solid #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    padding: 0; }
    #nav-global-sp > li a {
      display: block;
      color: #000;
      margin: 0;
      padding: 2rem 0; }
      #nav-global-sp > li a .nav-global-sp--jp {
        display: block; }
      #nav-global-sp > li a .nav-global-sp--en {
        display: block;
        margin: 0.3rem 0 0;
        font-size: 1.2rem;
        line-height: 1.5;
        color: #33A6DF; }
    #nav-global-sp > li.nav-global-sp--contact {
      border-bottom: none;
      margin: 3rem 0 0; }
      #nav-global-sp > li.nav-global-sp--contact a {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 1rem;
        background-color: #33A6DF;
        font-size: 1.8rem;
        line-height: 1.5;
        color: #FFF;
        width: 100%;
        height: 7rem;
        border-radius: 9999rem; }
        #nav-global-sp > li.nav-global-sp--contact a::before {
          display: inline-block;
          content: "";
          background: url("../image/shortmovie002/icon-mail.svg") center center no-repeat;
          background-size: contain;
          width: 2.7rem;
          height: 2.7rem; }

main {
  position: relative; }

#main .main-headarea {
  background: #B0E9FE url("../image/shortmovie002/bg-main-pc.svg") center center repeat-x;
  background-size: auto 100%;
  height: 70rem; }
  @media screen and (max-width: 1300px) {
    #main .main-headarea {
      height: 60rem; } }
  @media screen and (max-width: 600px) {
    #main .main-headarea {
      height: 48.8rem;
      background: #B0E9FE url("../image/shortmovie002/bg-main-sp.svg") center center repeat-x;
      background-size: cover; } }
  #main .main-headarea__inner {
    width: 114rem;
    height: 70rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 66.2rem 3.2rem 32rem auto;
    grid-template-rows: auto 21rem 4.1rem 24.9rem 3rem 8rem auto; }
    @media screen and (max-width: 1300px) {
      #main .main-headarea__inner {
        width: 54rem;
        height: 60rem;
        grid-template-columns: 32.3rem auto 19rem;
        grid-template-rows: auto 17.6rem 0.6rem 27rem 3rem 7rem auto; } }
    @media screen and (max-width: 600px) {
      #main .main-headarea__inner {
        width: 100%;
        height: 48.8rem;
        grid-template-columns: 2rem 20.4rem auto 12rem 2rem;
        grid-template-rows: auto 11rem 0.5rem 23.3rem 2rem 7rem auto; } }
#main .main--title {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3; }
  @media screen and (max-width: 1300px) {
    #main .main--title {
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row-start: 2;
      grid-row-end: 3; } }
  @media screen and (max-width: 600px) {
    #main .main--title {
      grid-column-start: 2;
      grid-column-end: 5;
      grid-row-start: 2;
      grid-row-end: 3; } }
  #main .main--title picture,
  #main .main--title img {
    max-width: 100%;
    height: auto; }
    @media screen and (max-width: 600px) {
      #main .main--title picture,
      #main .main--title img {
        width: 100%; } }
#main .main--text {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5; }
  @media screen and (max-width: 1300px) {
    #main .main--text {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 4;
      grid-row-end: 5; } }
  @media screen and (max-width: 600px) {
    #main .main--text {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 4;
      grid-row-end: 5; } }
  #main .main--text picture,
  #main .main--text img {
    max-width: 100%;
    height: auto; }
    @media screen and (max-width: 600px) {
      #main .main--text picture,
      #main .main--text img {
        width: 100%; } }
#main .main--link {
  margin: 0;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 6;
  grid-row-end: 7; }
  @media screen and (max-width: 1300px) {
    #main .main--link {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 6;
      grid-row-end: 7; } }
  @media screen and (max-width: 600px) {
    #main .main--link {
      grid-column-start: 2;
      grid-column-end: 5;
      grid-row-start: 6;
      grid-row-end: 7; } }
  #main .main--link a {
    margin: 0; }
    @media screen and (max-width: 1300px) {
      #main .main--link a {
        height: 7rem;
        font-size: 2rem;
        gap: 2rem; } }
    #main .main--link a::before {
      width: 3rem;
      height: 3rem; }
#main .main--phone {
  position: relative;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 7; }
  @media screen and (max-width: 1300px) {
    #main .main--phone {
      grid-column-start: 3;
      grid-column-end: 4;
      grid-row-start: 4;
      grid-row-end: 7; } }
  @media screen and (max-width: 600px) {
    #main .main--phone {
      grid-column-start: 4;
      grid-column-end: 5;
      grid-row-start: 4;
      grid-row-end: 5; } }
  #main .main--phone picture,
  #main .main--phone img {
    max-width: 100%;
    height: auto; }
    @media screen and (max-width: 600px) {
      #main .main--phone picture,
      #main .main--phone img {
        width: 100%; } }
  #main .main--phone--movie {
    position: absolute;
    width: 25.9rem;
    height: 58rem;
    bottom: 1.5rem;
    left: 3rem;
    overflow: hidden; }
    @media screen and (max-width: 1300px) {
      #main .main--phone--movie {
        width: 14.9rem;
        height: 34.1rem;
        bottom: 1.6rem;
        left: 2rem; } }
    @media screen and (max-width: 600px) {
      #main .main--phone--movie {
        width: 9.5rem;
        height: 21.4rem;
        bottom: 1rem;
        left: 1.2rem; } }
    #main .main--phone--movie video {
      width: 100%;
      height: 100%;
      object-fit: contain; }
#main .main-textarea {
  background: #ECECEC;
  margin: 0;
  padding: 8rem 0; }
  @media screen and (max-width: 600px) {
    #main .main-textarea {
      padding: 7rem 0 5rem; } }
  #main .main-textarea__inner {
    width: 114rem;
    margin: 0 auto; }
    @media screen and (max-width: 1300px) {
      #main .main-textarea__inner {
        width: auto;
        padding: 0 5rem; } }
    @media screen and (max-width: 600px) {
      #main .main-textarea__inner {
        padding: 0 2rem; } }
#main .main--copy--text01 {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 600px) {
    #main .main--copy--text01 {
      font-size: 1.8rem; } }
#main .main--copy--text02 {
  display: block;
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5; }
  @media screen and (max-width: 600px) {
    #main .main--copy--text02 {
      font-size: 2.2rem; } }
#main .main--extrication {
  display: flex;
  width: 100%;
  min-height: 10rem;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 9999rem;
  background: #33A6DF;
  font-size: 2rem;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  line-height: 1.5; }
  @media screen and (max-width: 600px) {
    #main .main--extrication {
      padding: 1rem 1.5rem;
      border-radius: 4rem;
      font-size: 1.6rem; } }

#main--list {
  position: relative;
  margin: 4.5rem 0 11.7rem;
  padding: 0; }
  @media screen and (max-width: 600px) {
    #main--list {
      margin: 3rem 0 5rem; } }
  #main--list::after {
    position: absolute;
    display: block;
    content: "";
    border-top: 3.1rem solid #CCC;
    border-left: 16.6rem solid transparent;
    border-right: 16.6rem solid transparent;
    bottom: -8.7rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media screen and (max-width: 600px) {
      #main--list::after {
        border-top: 2.2rem solid #CCC;
        border-left: 11.3rem solid transparent;
        border-right: 11.3rem solid transparent;
        bottom: -3.9rem; } }
  #main--list > li {
    position: relative;
    padding: 2rem;
    border-radius: 9999rem;
    background: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #main--list > li {
        padding: 1rem 1.5rem 1rem 3.8rem;
        font-family: "Noto Sans JP";
        font-size: 1.4rem;
        text-align: justify;
        text-justify: inter-ideograph; } }
    #main--list > li::before {
      content: "";
      display: inline-block;
      background: url("../image/shortmovie002/icon-mark.svg") center center no-repeat;
      background-size: contain;
      width: 2.4rem;
      height: 2.4rem;
      margin-right: 1em;
      vertical-align: middle; }
      @media screen and (max-width: 600px) {
        #main--list > li::before {
          position: absolute;
          display: block;
          margin: 0;
          width: 1.8rem;
          height: 1.8rem;
          left: 1.5rem;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); } }
    #main--list > li em {
      color: #33A6DF; }
    #main--list > li + li {
      margin-top: 2rem; }
      @media screen and (max-width: 600px) {
        #main--list > li + li {
          margin-top: 1.5rem; } }

#main--plan {
  margin: 8rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  counter-reset: number 0; }
  @media screen and (max-width: 1300px) {
    #main--plan {
      justify-content: center; } }
  @media screen and (max-width: 600px) {
    #main--plan {
      margin-top: 7rem;
      gap: 2rem; } }
  #main--plan > dd {
    flex: 0 0 36rem;
    background: #FFF;
    border-radius: 1rem;
    padding: 4rem;
    counter-increment: number 1; }
    @media screen and (max-width: 600px) {
      #main--plan > dd {
        flex: 0 0 100%;
        padding: 2rem; } }
    #main--plan > dd > dl > dt::before {
      content: counter(number,decimal-leading-zero); }
  #main--plan .main--plan--title {
    flex: 0 0 100%;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2rem; }
    @media screen and (max-width: 600px) {
      #main--plan .main--plan--title {
        font-size: 2.2rem;
        margin-bottom: 1rem; } }
    #main--plan .main--plan--title em {
      color: #33A6DF; }
      @media screen and (max-width: 600px) {
        #main--plan .main--plan--title em {
          display: inline-block; } }
  #main--plan .main--plan--subtitle {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.5; }
    #main--plan .main--plan--subtitle::before {
      display: block;
      font-size: 3rem;
      line-height: 1.5;
      color: #33A6DF;
      text-align: center;
      font-weight: bold;
      margin: 0 0 0.5rem; }
  #main--plan .main--plan--img {
    margin: 2rem 0 0; }
    @media screen and (max-width: 600px) {
      #main--plan .main--plan--img {
        margin-top: 1rem; } }
    #main--plan .main--plan--img img {
      width: 100%;
      height: auto; }
  #main--plan .main--plan--text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 2rem 0 0;
    text-align: justify;
    text-justify: inter-ideograph; }
    @media screen and (max-width: 600px) {
      #main--plan .main--plan--text {
        margin-top: 1rem; } }

#reason {
  padding: 8rem 0; }
  @media screen and (max-width: 600px) {
    #reason {
      padding: 7rem 0 6rem; } }
  #reason__inner {
    width: 114rem;
    margin: 0 auto; }
    @media screen and (max-width: 1300px) {
      #reason__inner {
        width: auto;
        padding: 0 5rem; } }
    @media screen and (max-width: 600px) {
      #reason__inner {
        padding: 0 2rem; } }

#reason--list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6rem; }
  @media screen and (max-width: 1300px) {
    #reason--list {
      justify-content: space-around; } }
  @media screen and (max-width: 600px) {
    #reason--list {
      gap: 5rem; } }
  #reason--list > li {
    flex: 0 0 54rem;
    max-width: 100%; }
    @media screen and (max-width: 600px) {
      #reason--list > li {
        flex: 0 0 100%; } }
    #reason--list > li > dl {
      display: flex;
      flex-direction: column;
      gap: 2rem; }
      @media screen and (max-width: 600px) {
        #reason--list > li > dl {
          gap: 1.5rem; } }
  #reason--list .reason--list--title {
    position: relative;
    order: 2;
    padding-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 2rem; }
    @media screen and (max-width: 600px) {
      #reason--list .reason--list--title {
        font-size: 2rem;
        padding-bottom: 1.5rem; } }
    #reason--list .reason--list--title::after {
      position: absolute;
      content: "";
      height: 2px;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-linear-gradient(left, #33A6DF 0%, #33A6DF 18rem, #ECECEC 18rem, #ECECEC 100%);
      background: -o-linear-gradient(left, #33A6DF 0%, #33A6DF 18rem, #ECECEC 18rem, #ECECEC 100%);
      background: linear-gradient(to right, #33A6DF 0%, #33A6DF 18rem, #ECECEC 18rem, #ECECEC 100%); }
      @media screen and (max-width: 600px) {
        #reason--list .reason--list--title::after {
          background: -webkit-linear-gradient(left, #33A6DF 0%, #33A6DF 11.2rem, #ECECEC 11.2rem, #ECECEC 100%);
          background: -o-linear-gradient(left, #33A6DF 0%, #33A6DF 11.2rem, #ECECEC 11.2rem, #ECECEC 100%);
          background: linear-gradient(to right, #33A6DF 0%, #33A6DF 11.2rem, #ECECEC 11.2rem, #ECECEC 100%); } }
  #reason--list .reason--list--img {
    order: 1; }
    #reason--list .reason--list--img img {
      width: 100%;
      height: auto; }
  #reason--list .reason--list--text {
    order: 3;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph; }
    #reason--list .reason--list--text em {
      font-weight: bold;
      color: #000; }
  #reason--list .reason--list--link {
    order: 4;
    margin-top: 1rem; }
    @media screen and (max-width: 600px) {
      #reason--list .reason--list--link {
        margin-top: 0; } }
    #reason--list .reason--list--link a {
      display: flex;
      width: 100%;
      height: 6rem;
      padding: 1rem;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      border-radius: 999rem;
      background: #0070A9;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.5;
      color: #FFF; }
      #reason--list .reason--list--link a::before {
        content: "";
        display: inline-block;
        background: url("../image/shortmovie002/icon-instagram.svg") center center no-repeat;
        background-size: contain;
        width: 2.4rem;
        height: 2.4rem; }

#works {
  padding: 8rem 0;
  background: #F3FBFF; }
  @media screen and (max-width: 600px) {
    #works {
      padding: 7rem 0; } }
  #works__inner {
    width: 114rem;
    margin: 0 auto; }
    @media screen and (max-width: 1300px) {
      #works__inner {
        width: auto;
        padding: 0 5rem; } }
    @media screen and (max-width: 600px) {
      #works__inner {
        padding: 0 2rem; } }

#works--list {
  margin: 0 auto;
  padding: 0;
  max-width: 92.5rem; }
  @media screen and (max-width: 1000px) {
    #works--list {
      max-width: 55.4rem; } }
  @media screen and (max-width: 600px) {
    #works--list {
      max-width: inherit; } }
  #works--list > li {
    display: grid;
    grid-template-columns: 55.4rem auto 27rem; }
    @media screen and (max-width: 1000px) {
      #works--list > li {
        display: flex;
        flex-direction: column; } }
    #works--list > li + li {
      margin-top: 8rem; }
      @media screen and (max-width: 600px) {
        #works--list > li + li {
          margin-top: 6rem; } }
    #works--list > li .works--list--titlearea {
      position: relative;
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: 2;
      margin: 0 0 2.3rem;
      padding: 0 0 2rem; }
      @media screen and (max-width: 600px) {
        #works--list > li .works--list--titlearea {
          margin-bottom: 1rem;
          padding-bottom: 1rem; } }
      #works--list > li .works--list--titlearea::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: -webkit-linear-gradient(left, #33A6DF 0%, #33A6DF 18rem, #ECECEC 18rem, #ECECEC 100%);
        background: -o-linear-gradient(left, #33A6DF 0%, #33A6DF 18rem, #ECECEC 18rem, #ECECEC 100%);
        background: linear-gradient(to right, #33A6DF 0%, #33A6DF 18rem, #ECECEC 18rem, #ECECEC 100%); }
        @media screen and (max-width: 600px) {
          #works--list > li .works--list--titlearea::after {
            background: -webkit-linear-gradient(left, #33A6DF 0%, #33A6DF 11.2rem, #ECECEC 11.2rem, #ECECEC 100%);
            background: -o-linear-gradient(left, #33A6DF 0%, #33A6DF 11.2rem, #ECECEC 11.2rem, #ECECEC 100%);
            background: linear-gradient(to right, #33A6DF 0%, #33A6DF 11.2rem, #ECECEC 11.2rem, #ECECEC 100%); } }
    #works--list > li .works--list--subtitle {
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.5; }
      @media screen and (max-width: 600px) {
        #works--list > li .works--list--subtitle {
          font-size: 1.4rem; } }
    #works--list > li .works--list--title {
      font-size: 2.2rem;
      font-weight: bold;
      line-height: 1.5; }
      @media screen and (max-width: 600px) {
        #works--list > li .works--list--title {
          font-size: 1.8rem; } }
    #works--list > li .works--list--text {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 2;
      grid-row-end: 3;
      font-size: 1.6rem;
      line-height: 1.5;
      text-align: justify;
      text-justify: inter-ideograph; }
      @media screen and (max-width: 600px) {
        #works--list > li .works--list--text {
          font-size: 1.6rem; } }
    #works--list > li .works--list--link {
      position: relative;
      grid-column-start: 3;
      grid-column-end: 4;
      grid-row-start: 1;
      grid-row-end: 4; }
      @media screen and (max-width: 1000px) {
        #works--list > li .works--list--link {
          margin: 3rem auto 0; } }
      #works--list > li .works--list--link::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url("../image/shortmovie002/icon-play.svg") center center no-repeat;
        background-size: contain;
        width: 5rem;
        height: 5rem; }
      @media screen and (max-width: 600px) {
        #works--list > li .works--list--link img {
          width: 27rem;
          height: auto; } }

#service {
  padding: 8rem 0 8rem; }
  @media screen and (max-width: 600px) {
    #service {
      padding: 7rem 0; } }
  #service__inner {
    width: 114rem;
    margin: 0 auto; }
    @media screen and (max-width: 1300px) {
      #service__inner {
        width: auto;
        padding: 0 5rem; } }
    @media screen and (max-width: 600px) {
      #service__inner {
        padding: 0 2rem; } }
    #service__inner .service--title {
      margin-bottom: 4rem; }
      @media screen and (max-width: 600px) {
        #service__inner .service--title {
          margin-bottom: 3rem; } }
    #service__inner .service--text {
      font-size: 1.6rem;
      line-height: 1.5;
      text-align: center; }
      #service__inner .service--text span {
        display: block; }
        @media screen and (max-width: 1300px) {
          #service__inner .service--text span {
            display: inline; } }

#service--list {
  margin: 6rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6rem; }
  @media screen and (max-width: 1300px) {
    #service--list {
      justify-content: space-around; } }
  #service--list > li {
    flex: 0 0 54rem;
    max-width: 100%; }
    @media screen and (max-width: 600px) {
      #service--list > li {
        flex: 0 0 100%;
        max-width: inherit; } }
    #service--list > li > dl {
      display: flex;
      flex-direction: column;
      gap: 2rem; }
      @media screen and (max-width: 600px) {
        #service--list > li > dl {
          gap: 1.5rem; } }
  #service--list .service--list--title {
    order: 2;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5; }
    @media screen and (max-width: 600px) {
      #service--list .service--list--title {
        font-size: 1.8rem; } }
  #service--list .service--list--img {
    order: 1; }
    #service--list .service--list--img img {
      width: 100%;
      height: auto; }
  #service--list .service--list--text {
    order: 3;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph; }
  #service--list .service--list--link {
    order: 4;
    margin: 1rem 0 0; }
    @media screen and (max-width: 600px) {
      #service--list .service--list--link {
        margin-top: 0; } }
    #service--list .service--list--link a {
      display: flex;
      width: 100%;
      height: 6rem;
      padding: 1rem;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      border-radius: 9999rem;
      background: #33A6DF;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.5;
      color: #FFF; }
      #service--list .service--list--link a::after {
        content: "";
        display: inline-block;
        background: url("../image/shortmovie002/icon-link.svg") center center no-repeat;
        background-size: contain;
        width: 2.4rem;
        height: 2.4rem; }

#faq {
  padding: 8rem 0;
  background: #F3FBFF; }
  @media screen and (max-width: 600px) {
    #faq {
      padding: 7rem 0; } }
  #faq__inner {
    width: 114rem;
    margin: 0 auto; }
    @media screen and (max-width: 1300px) {
      #faq__inner {
        width: auto;
        padding: 0 5rem; } }
    @media screen and (max-width: 600px) {
      #faq__inner {
        padding: 0 2rem; } }

#faq--list {
  display: flex;
  flex-direction: column; }
  #faq--list > div + div {
    margin: 3rem 0 0;
    padding: 3rem 0 0;
    border-top: 1px solid #CCC; }
    @media screen and (max-width: 600px) {
      #faq--list > div + div {
        margin: 2rem 0 0;
        padding: 2rem 0 0; } }
  #faq--list > div > dt {
    position: relative;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    min-height: 3.9rem;
    padding: 0.75rem 0 0 6.4rem; }
    @media screen and (max-width: 600px) {
      #faq--list > div > dt {
        padding: 0.75rem 0 0 5.4rem; } }
    #faq--list > div > dt::before {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      width: 3.9rem;
      height: 3.9rem;
      justify-content: center;
      align-items: center;
      border-radius: 0.5rem;
      background: #CCC;
      content: "Q";
      color: #FFF;
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1; }
  #faq--list > div > dd {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
    min-height: 3.9rem;
    margin: 2rem 0 0;
    padding: 0.75rem 0 0 6.4rem; }
    @media screen and (max-width: 600px) {
      #faq--list > div > dd {
        padding: 0.75rem 0 0 5.4rem; } }
    #faq--list > div > dd a {
      color: #33A6DF;
      text-decoration: underline; }
    #faq--list > div > dd::before {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      width: 3.9rem;
      height: 3.9rem;
      justify-content: center;
      align-items: center;
      border-radius: 0.5rem;
      background: #33A6DF;
      content: "A";
      color: #FFF;
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1; }

#contact {
  padding: 8.5rem 0; }
  @media screen and (max-width: 600px) {
    #contact {
      padding: 7rem 0 0; } }
  #contact__inner {
    width: 114rem;
    margin: 0 auto; }
    @media screen and (max-width: 1300px) {
      #contact__inner {
        width: auto;
        padding: 0 5rem; } }
    @media screen and (max-width: 600px) {
      #contact__inner {
        padding: 0 2rem; } }
    #contact__inner .contact--title {
      margin-bottom: 4rem; }
      @media screen and (max-width: 600px) {
        #contact__inner .contact--title {
          margin-bottom: 3rem; } }
    #contact__inner .contact--text {
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.5;
      margin-bottom: 3rem; }
      @media screen and (max-width: 600px) {
        #contact__inner .contact--text {
          margin-bottom: 0.9rem; } }
    #contact__inner .contact--note {
      color: #FF0000;
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.5; }
    #contact__inner .contact-tel {
      margin: 14rem 0 0;
      padding: 6rem 3rem;
      border-radius: 2rem;
      background: #F3FBFF; }
      @media screen and (max-width: 600px) {
        #contact__inner .contact-tel {
          margin-top: 5rem;
          padding: 3rem 1rem; } }
      #contact__inner .contact-tel--text {
        position: relative;
        color: #1E1E1E;
        text-align: center;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.8; }
        @media screen and (max-width: 1000px) {
          #contact__inner .contact-tel--text {
            font-size: 1.8rem; } }
        @media screen and (max-width: 600px) {
          #contact__inner .contact-tel--text span {
            display: inline-block; } }
        #contact__inner .contact-tel--text::before, #contact__inner .contact-tel--text::after {
          content: "";
          display: inline-block;
          width: 3px;
          height: 3.6rem;
          background: #AAA;
          vertical-align: middle; }
          @media screen and (max-width: 600px) {
            #contact__inner .contact-tel--text::before, #contact__inner .contact-tel--text::after {
              position: absolute;
              height: 5.4rem; } }
        #contact__inner .contact-tel--text::before {
          -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
          margin-right: 3rem; }
          @media screen and (max-width: 1000px) {
            #contact__inner .contact-tel--text::before {
              margin-right: 2rem; } }
          @media screen and (max-width: 600px) {
            #contact__inner .contact-tel--text::before {
              margin: 0;
              top: 50%;
              left: 3rem;
              -webkit-transform: rotate(-30deg) translate(0, -50%);
              transform: rotate(-30deg) translate(0, -50%); } }
        #contact__inner .contact-tel--text::after {
          -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
          margin-left: 3rem; }
          @media screen and (max-width: 1000px) {
            #contact__inner .contact-tel--text::after {
              margin-left: 2rem; } }
          @media screen and (max-width: 600px) {
            #contact__inner .contact-tel--text::after {
              margin: 0;
              top: 50%;
              right: 3rem;
              -webkit-transform: rotate(30deg) translate(0, -50%);
              transform: rotate(30deg) translate(0, -50%); } }
      #contact__inner .contact-tel--tel {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        border-radius: 9999rem;
        background: #33A6DF;
        box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
        max-width: 57.5rem;
        height: 10rem;
        color: #FFF;
        text-align: center;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.5;
        margin: 2rem auto 0; }
        @media screen and (max-width: 600px) {
          #contact__inner .contact-tel--tel {
            max-width: inherit;
            height: 7rem;
            font-size: 2rem; } }
        #contact__inner .contact-tel--tel::before {
          display: inline-block;
          content: "";
          background: url("../image/shortmovie002/icon-tel.svg") center center no-repeat;
          background-size: contain;
          width: 4rem;
          height: 4rem; }
          @media screen and (max-width: 600px) {
            #contact__inner .contact-tel--tel::before {
              width: 2.4rem;
              height: 2.4rem; } }
      #contact__inner .contact-tel--hour {
        color: #1E1E1E;
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.5;
        margin: 2rem 0 0; }

#contact--form {
  margin: 8rem 0 0;
  padding: 0; }
  #contact--form form#mailformpro dl {
    margin: 0 0 6rem;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 4rem; }
    @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: 3rem; } }
    #contact--form form#mailformpro dl > dt {
      flex: 0 0 200px;
      border: none;
      color: #1E1E1E;
      text-align: justify;
      text-justify: inter-ideograph;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1.5;
      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: 2rem; } }
      @media screen and (max-width: 600px) {
        #contact--form form#mailformpro dl > dt {
          font-size: 1.6rem;
          margin-bottom: 1.5rem; } }
      #contact--form form#mailformpro dl > dt:where(.contact--message--area *) {
        height: 5.4rem; }
        @media screen and (max-width: 1000px) {
          #contact--form form#mailformpro dl > dt:where(.contact--message--area *) {
            height: auto; } }
      #contact--form form#mailformpro dl > dt sup {
        color: #FF0000;
        font-size: 65%;
        vertical-align: super; }
    #contact--form form#mailformpro dl > dd {
      flex: 1 1 100%;
      border: none;
      color: #1E1E1E;
      font-size: 1.6rem;
      line-height: 1.5;
      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: 1.6rem; } }
  #contact--form input[type="text"],
  #contact--form input[type="email"],
  #contact--form input[type="tel"],
  #contact--form select {
    font-size: 1.6rem;
    line-height: 1.5;
    height: 5.4rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    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: 5.1rem;
        padding: 1.5rem 1rem;
        font-size: 1.4rem; } }
    #contact--form input[type="text"]::placeholder,
    #contact--form input[type="email"]::placeholder,
    #contact--form input[type="tel"]::placeholder,
    #contact--form select::placeholder {
      font-size: 1.6rem;
      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: 1.4rem; } }
    #contact--form input[type="text"] option,
    #contact--form input[type="email"] option,
    #contact--form input[type="tel"] option,
    #contact--form select option {
      font-size: 1.6rem; }
      @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: 1.4rem; } }
  #contact--form select {
    padding: 0 4rem; }
    @media screen and (max-width: 600px) {
      #contact--form select {
        padding: 0 2.5rem; } }
  #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 #CCC;
        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 #CCC; }
    #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; }
  #contact--form textarea {
    font-size: 1.4rem;
    line-height: 1.5;
    height: 16rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    background-color: #FFF; }
    @media screen and (max-width: 600px) {
      #contact--form textarea {
        padding: 1.5rem 1rem;
        height: 15.3rem; } }
    #contact--form textarea::placeholder {
      font-size: 1.6rem;
      color: #CCC; }
      @media screen and (max-width: 600px) {
        #contact--form textarea::placeholder {
          font-size: 1.4rem; } }
  #contact--form .contact--privacy--link {
    text-align: center;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 8rem 0 3rem; }
    @media screen and (max-width: 600px) {
      #contact--form .contact--privacy--link {
        font-size: 1.4rem;
        line-height: 1.71429;
        margin: 3rem 0; } }
    #contact--form .contact--privacy--link a {
      color: #1E1E1E;
      text-decoration: underline; }
  #contact--form .contact--privacy--agree {
    text-align: center;
    color: #1E1E1E;
    font-size: 2rem;
    line-height: 1.5; }
    @media screen and (max-width: 600px) {
      #contact--form .contact--privacy--agree {
        font-size: 1.6rem; } }
  #contact--form .contact--form--submit {
    text-align: center; }
    #contact--form .contact--form--submit #contact--submit {
      display: flex;
      width: 40rem;
      height: 6.6rem;
      padding: 0.5rem 5rem;
      justify-content: center;
      align-items: center;
      color: #FFF;
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.5;
      margin: 6rem auto 0;
      border: none;
      border-radius: 9999rem;
      background-color: #0070A9;
      text-shadow: none;
      transition: opacity 300ms ease-in-out; }
      @media screen and (max-width: 600px) {
        #contact--form .contact--form--submit #contact--submit {
          width: 100%;
          margin-top: 3rem; } }
      #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 {
  padding: 8rem 0 8rem; }
  @media screen and (max-width: 600px) {
    #thanks {
      padding: 7rem 0; } }
  #thanks__inner {
    width: 114rem;
    margin: 0 auto; }
    @media screen and (max-width: 1300px) {
      #thanks__inner {
        width: auto;
        padding: 0 5rem; } }
    @media screen and (max-width: 600px) {
      #thanks__inner {
        padding: 0 2rem; } }
    #thanks__inner .thanks--title {
      margin-bottom: 4rem; }
      @media screen and (max-width: 600px) {
        #thanks__inner .thanks--title {
          margin-bottom: 3rem; } }
    #thanks__inner .thanks--text {
      font-size: 1.6rem;
      line-height: 1.5;
      text-align: center;
      text-align: justify;
      text-justify: inter-ideograph; }

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 300; }
  #pagetop a {
    display: block;
    width: 7rem;
    height: 7rem;
    background: #0070A9 url("../image/shortmovie002/pagetop.svg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 600px) {
      #pagetop a {
        width: 3rem;
        height: 3rem; } }

#banner {
  padding: 7.5rem 0 8rem; }
  @media screen and (max-width: 600px) {
    #banner {
      padding: 6rem 0; } }
  #banner__inner {
    width: 114rem;
    margin: 0 auto; }
    @media screen and (max-width: 1300px) {
      #banner__inner {
        width: auto;
        padding: 0 5rem; } }
    @media screen and (max-width: 600px) {
      #banner__inner {
        padding: 0 2rem; } }
    #banner__inner .banner--text {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.5; }
      @media screen and (max-width: 600px) {
        #banner__inner .banner--text {
          font-size: 1.8rem; } }

#banner--list {
  margin: 8rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4.5rem; }
  @media screen and (max-width: 1300px) {
    #banner--list {
      justify-content: center; } }
  @media screen and (max-width: 600px) {
    #banner--list {
      margin-top: 3rem;
      gap: 2rem; } }
  #banner--list > li {
    flex: 0 0 35rem; }
    @media screen and (max-width: 600px) {
      #banner--list > li {
        flex: 0 0 100%; } }
    #banner--list > li a img {
      width: 100%;
      height: auto; }

#footer {
  padding: 3rem 0;
  background: #33A6DF; }
  #footer__inner {
    width: 114rem;
    margin: 0 auto; }
    @media screen and (max-width: 1300px) {
      #footer__inner {
        width: auto;
        padding: 0 5rem; } }
    @media screen and (max-width: 600px) {
      #footer__inner {
        padding: 0 2rem; } }

#copyright {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #FFF; }
  @media screen and (max-width: 600px) {
    #copyright {
      font-size: 1rem; } }

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

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