@charset "UTF-8";
/* ==================================================

   Author   Eiichiro Asai
   URL
   License  © 2019

   --------------------------------------------------
      Structure
   --------------------------------------------------
   0. Reset
   1. Utility
   2. Icon
   3. Base
   4. Header
   5. Content
   6. Footer
   7. Module

================================================== */
/* ==================================================
   Reset http://meyerweb.com/eric/tools/css/reset/
================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* Add
-------------------------------------------------- */
a {
  text-decoration: none; }

img {
  vertical-align: top; }

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input, textarea {
    background-color: transparent;
    border: none;
    font-family: inherit;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

textarea {
  resize: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  border: none; }

button {
  background-color: transparent;
  border: none;
  padding: 0; }

hr {
  margin: 0; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/* ==================================================
   Utility
================================================== */
/* Base
-------------------------------------------------- */
/* Base
-------------------------------------------------- */
/* Media Query
-------------------------------------------------- */
/* Media Query
-------------------------------------------------- */
/* Functions
-------------------------------------------------- */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/NotoSansCJKjp-Thin.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Thin.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Light.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype"); }
/* ==================================================
   Icon
================================================== */
/* ==================================================
   Base
================================================== */
body {
  color: #333333;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.75; }
  @media (min-width: 641px) {
    body {
      font-size: calc( 12px + ( ( 14 - 12 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    body {
      font-size: 14px; } }
  body #wrap {
    overflow: hidden; }
    body #wrap a {
      color: #333333; }
    body #wrap img {
      width: 100%; }
    body #wrap .section > .inner {
      padding: 0 20px; }
      body #wrap .section > .inner > .inner-02 {
    padding-bottom: 20px;
    padding-top: 50px;
}
        @media (min-width: 641px) {
          body #wrap .section > .inner > .inner-02 {
            padding-bottom: calc( 50px + ( ( 100 - 50 ) * ( 100vw / 1025 ) ) ); } }
        @media (min-width: 1025px) {
          body #wrap .section > .inner > .inner-02 {
            padding-bottom: 100px; } }
        @media (min-width: 641px) {
          body #wrap .section > .inner > .inner-02 {
            padding-top: calc( 50px + ( ( 100 - 50 ) * ( 100vw / 1025 ) ) ); } }
        @media (min-width: 1025px) {
          body #wrap .section > .inner > .inner-02 {
            padding-top: 100px; } }

/* ==================================================
   Header
================================================== */
#header {
  background-color: #FFF;
  position: fixed;
  width: 100%;
  z-index: 9999; }
  #header > .inner {
    padding: 0 20px; }
    #header > .inner > .inner-02 {
      padding-bottom: 20px;
      padding-top: 20px; }
      @media (min-width: 641px) {
        #header > .inner > .inner-02 {
          padding-bottom: calc( 20px + ( ( 30 - 20 ) * ( 100vw / 1025 ) ) ); } }
      @media (min-width: 1025px) {
        #header > .inner > .inner-02 {
          padding-bottom: 30px; } }
      @media (min-width: 641px) {
        #header > .inner > .inner-02 {
          padding-top: calc( 20px + ( ( 30 - 20 ) * ( 100vw / 1025 ) ) ); } }
      @media (min-width: 1025px) {
        #header > .inner > .inner-02 {
          padding-top: 30px; } }
      #header > .inner > .inner-02 .h-unit:nth-of-type(1) {
        width: 205px; }
      #header > .inner > .inner-02 .h-unit:nth-of-type(2) {
        width: calc( 100% - 205px ); }
      #header > .inner > .inner-02 #menu {
        background-color: rgba(255, 255, 255, 0.95);
        display: none;
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 8888; }
        #header > .inner > .inner-02 #menu #g-navi {
          left: 50%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%); }
          #header > .inner > .inner-02 #menu #g-navi .item {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
            #header > .inner > .inner-02 #menu #g-navi .item:last-child {
              margin-bottom: 0; }
            #header > .inner > .inner-02 #menu #g-navi .item .home {
              display: block;
              padding-left: 25px;
              position: relative; }
              #header > .inner > .inner-02 #menu #g-navi .item .home::after {
                background: url(../img/home.png) no-repeat center center;
                bottom: 0;
                content: "";
                display: block;
                height: 14px;
                margin: auto 0;
                left: 0;
                position: absolute;
                top: 0;
                width: 15px; }
        @media (min-width: 1025px) {
          #header > .inner > .inner-02 #menu {
            display: block;
            height: auto;
            opacity: 1;
            position: static;
            width: 100%; }
            #header > .inner > .inner-02 #menu #g-navi {
              position: static;
              text-align: right;
              transform: translate(0, 0);
              width: 100%; }
              #header > .inner > .inner-02 #menu #g-navi .item {
                display: inline-block;
                margin-bottom: 0;
                margin-left: 60px;
                width: auto; }
                #header > .inner > .inner-02 #menu #g-navi .item:first-child {
                  margin-left: 0; } }
      #header > .inner > .inner-02 #menu-button {
        height: 25px;
        position: absolute;
        right: 20px;
        top: 25px;
        width: 35px;
        z-index: 9999; }
        #header > .inner > .inner-02 #menu-button a {
          display: block;
          height: 100%;
          width: 100%; }
          #header > .inner > .inner-02 #menu-button a span {
            background-color: #333333;
            display: block;
            height: 1px;
            position: absolute;
            transition: .3s;
            width: 100%; }
            #header > .inner > .inner-02 #menu-button a span:nth-of-type(1) {
              top: 0; }
            #header > .inner > .inner-02 #menu-button a span:nth-of-type(2) {
              top: 12px; }
            #header > .inner > .inner-02 #menu-button a span:nth-of-type(3) {
              bottom: 0; }
        @media (min-width: 1025px) {
          #header > .inner > .inner-02 #menu-button {
            display: none; } }
        #header > .inner > .inner-02 #menu-button._opened a span:nth-of-type(1) {
          transform: translateY(12px) rotate(45deg); }
        #header > .inner > .inner-02 #menu-button._opened a span:nth-of-type(2) {
          opacity: 0; }
        #header > .inner > .inner-02 #menu-button._opened a span:nth-of-type(3) {
          transform: translateY(-12px) rotate(-45deg); }

/* ==================================================
   Content
================================================== */
#main-visual {
  opacity: 0;
  transition: 2s;
  padding-top: 77px;
  position: relative; }
  @media (min-width: 641px) {
    #main-visual {
      padding-top: calc( 77px + ( ( 97 - 77 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    #main-visual {
      padding-top: 97px; } }
  #main-visual .inner {
    padding: 0 20px;
    position: relative;
    z-index: 999; }
    #main-visual .inner > .inner-02 {
      height: 317.5px;
      position: relative; }
      @media (min-width: 641px) {
        #main-visual .inner > .inner-02 {
          height: calc( 317.5px + ( ( 635 - 317.5 ) * ( 100vw / 1025 ) ) ); } }
      @media (min-width: 1025px) {
        #main-visual .inner > .inner-02 {
          height: 635px; } }
      #main-visual .inner > .inner-02 #main-visual-inner {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        #main-visual .inner > .inner-02 #main-visual-inner #catchcopy {
          font-size: 21px;
          font-weight: 900;
          margin-bottom: 30px;
          opacity: 0;
          transform: translateY(100px);
          transition: .75s;
          white-space: nowrap; }
          @media (min-width: 641px) {
            #main-visual .inner > .inner-02 #main-visual-inner #catchcopy {
              font-size: calc( 21px + ( ( 42 - 21 ) * ( 100vw / 1025 ) ) ); } }
          @media (min-width: 1025px) {
            #main-visual .inner > .inner-02 #main-visual-inner #catchcopy {
              font-size: 42px; } }
          @media (min-width: 641px) {
            #main-visual .inner > .inner-02 #main-visual-inner #catchcopy {
              margin-bottom: calc( 30px + ( ( 60 - 30 ) * ( 100vw / 1025 ) ) ); } }
          @media (min-width: 1025px) {
            #main-visual .inner > .inner-02 #main-visual-inner #catchcopy {
              margin-bottom: 60px; } }
          #main-visual .inner > .inner-02 #main-visual-inner #catchcopy .c-inner {
            background-color: rgba(255, 255, 255, 0.5); }
        @media (min-width: 897px) {
          #main-visual .inner > .inner-02 #main-visual-inner {
            left: 50%;
            transform: translate(-50%, -50%); } }
      #main-visual .inner > .inner-02 .button {
        opacity: 0;
        transition: .75s;
        transform: translateY(100px); }
      #main-visual .inner > .inner-02 #scroll {
        display: none; }
  #main-visual .particles-js-canvas-el {
    left: 0;
    position: absolute;
    top: 0; }
  #main-visual.active {
    opacity: 1; }
    #main-visual.active .inner > .inner-02 #main-visual-inner #catchcopy {
      opacity: 1;
      transform: translateY(0px); }
    #main-visual.active .inner > .inner-02 .button {
      opacity: 1;
      transform: translateY(0); }

#intro > .inner > .inner-02 {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%; }
#intro .column > .inner {
  background-color: #FFF;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px; }
  @media (min-width: 641px) {
    #intro .column > .inner {
      border-radius: calc( 5px + ( ( 10 - 5 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    #intro .column > .inner {
      border-radius: 10px; } }
  @media (min-width: 641px) {
    #intro .column > .inner {
      padding-bottom: calc( 20px + ( ( 25 - 20 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    #intro .column > .inner {
      padding-bottom: 25px; } }
  @media (min-width: 641px) {
    #intro .column > .inner {
      padding-left: calc( 20px + ( ( 25 - 20 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    #intro .column > .inner {
      padding-left: 25px; } }
  @media (min-width: 641px) {
    #intro .column > .inner {
      padding-right: calc( 20px + ( ( 25 - 20 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    #intro .column > .inner {
      padding-right: 25px; } }
  @media (min-width: 641px) {
    #intro .column > .inner {
      padding-top: calc( 20px + ( ( 25 - 20 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    #intro .column > .inner {
      padding-top: 25px; } }
  #intro .column > .inner:last-child {
    margin-bottom: 0; }
  #intro .column > .inner .head {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    margin-bottom: 25px; }
    @media (min-width: 641px) {
      #intro .column > .inner .head {
        font-size: calc( 12px + ( ( 14 - 12 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #intro .column > .inner .head {
        font-size: 14px; } }
    @media (min-width: 641px) {
      #intro .column > .inner .head {
        margin-bottom: calc( 25px + ( ( 50 - 25 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #intro .column > .inner .head {
        margin-bottom: 50px; } }
  #intro .column > .inner .img {
    margin-bottom: 20px; }
    @media (min-width: 641px) {
      #intro .column > .inner .img {
        margin-bottom: calc( 20px + ( ( 40 - 20 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #intro .column > .inner .img {
        margin-bottom: 40px; } }
  #intro .column > .inner .text {
    color: #333;
    font-size: x-large;
}
  #intro .column > .inner:nth-of-type(1) .head {
    background-color: #2193b0; }
    #intro .column > .inner:nth-of-type(1) .head::after {
      border-color: #2193b0 transparent transparent transparent; }
  #intro .column > .inner:nth-of-type(1) .img {
    margin-left: auto;
    margin-right: auto;
    max-width: 189px;
    max-width: 155px;
    width: 100%; }
    @media (min-width: 641px) {
      #intro .column > .inner:nth-of-type(1) .img {
        max-width: calc( 155px + ( ( 189 - 155 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #intro .column > .inner:nth-of-type(1) .img {
        max-width: 189px; } }
  #intro .column > .inner:nth-of-type(2) .head {
    background-color: #E54564; }
    #intro .column > .inner:nth-of-type(2) .head::after {
      border-color: #E54564 transparent transparent transparent; }
  #intro .column > .inner:nth-of-type(2) .img {
    margin-left: auto;
    margin-right: auto;
    max-width: 279px;
    width: 100%; }
  @media (min-width: 897px) {
    #intro .column > .inner {
      margin-bottom: 0;
      width: calc( 50% - 10px ); } }
#intro.active .head-A {
  opacity: 1;
  transform: translateY(0); }
#intro.active .column > .inner {
  opacity: 1;
  transform: translateY(0); }

#feature .unit {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  width: 100%; }
  #feature .unit .inner {
    width: 100%; }
    #feature .unit .inner .head-D {
      opacity: 0;
      transform: translateX(100px);
      transition: .3s; }
    #feature .unit .inner .text-B {
      opacity: 0;
      transform: translateX(100px);
      transition: .6s; }
    @media (min-width: 897px) {
      #feature .unit .inner {
        width: auto; } }
  @media (min-width: 897px) {
    #feature .unit:nth-of-type(1) {
      transform: translateX(-100px); } }
  #feature .unit:nth-of-type(1) .img {
    max-width: 218px; }
    @media (min-width: 641px) {
      #feature .unit:nth-of-type(1) .img {
        max-width: calc( 218px + ( ( 316 - 218 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #feature .unit:nth-of-type(1) .img {
        max-width: 316px; } }
  #feature .unit:nth-of-type(2) .img {
    max-width: 280px; }
    @media (min-width: 641px) {
      #feature .unit:nth-of-type(2) .img {
        max-width: calc( 280px + ( ( 395 - 280 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #feature .unit:nth-of-type(2) .img {
        max-width: 395px; } }
    @media (min-width: 897px) {
      #feature .unit:nth-of-type(2) .img:nth-of-type(1) {
        display: block; }
      #feature .unit:nth-of-type(2) .img:nth-of-type(2) {
        display: none; } }
  @media (min-width: 897px) {
    #feature .unit:nth-of-type(3) {
      transform: translateX(-100px); } }
  #feature .unit:nth-of-type(3) .img {
    max-width: 192px; }
    @media (min-width: 641px) {
      #feature .unit:nth-of-type(3) .img {
        max-width: calc( 192px + ( ( 218 - 192 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #feature .unit:nth-of-type(3) .img {
        max-width: 218px; } }
  #feature .unit .img {
    transform: scale(0, 1);
    transition: .75s;
    transform-origin: right; }
  #feature .unit.active .inner .head-D {
    opacity: 1;
    transform: translateX(0);
    transition: .3s; }
  #feature .unit.active .inner .text-B {
    opacity: 1;
    transform: translateX(0);
    transition: .6s; }
  #feature .unit.active .img {
    transform: scale(1, 1); }

#reason .unit {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  width: 100%; }
  #reason .unit .inner .head-D {
    opacity: 0;
    transform: translateX(100px);
    transition: .3s; }
  #reason .unit .inner .text-B {
    opacity: 0;
    transform: translateX(100px);
    transition: .6s; }
  #reason .unit .img {
    transform: scale(0, 1);
    transition: .75s;
    transform-origin: right; }
    @media (min-width: 897px) {
      #reason .unit .img {
        width: 315px; } }
  @media (min-width: 897px) {
    #reason .unit:nth-of-type(1) {
      transform: translateX(-100px); }
      #reason .unit:nth-of-type(1) .img:nth-of-type(1) {
        display: block; }
      #reason .unit:nth-of-type(1) .img:nth-of-type(2) {
        display: none; } }
  @media (min-width: 897px) {
    #reason .unit:nth-of-type(3) {
      transform: translateX(-100px); }
      #reason .unit:nth-of-type(3) .img:nth-of-type(1) {
        display: block; }
      #reason .unit:nth-of-type(3) .img:nth-of-type(2) {
        display: none; } }
  #reason .unit.active .inner .head-D {
    opacity: 1;
    transform: translateX(0);
    transition: .3s; }
  #reason .unit.active .inner .text-B {
    opacity: 1;
    transform: translateX(0);
    transition: .6s; }
  #reason .unit.active .img {
    transform: scale(1, 1); }

#price > .inner > .inner-02 {
  margin: 0 auto;
  max-width: 750px;
  width: 100%; }
  #price > .inner > .inner-02 .head-C {
    opacity: 0;
    transform: translateY(100px);
    transition: .5s; }
  #price > .inner > .inner-02 .column {
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(100px);
    transition: 1s; }
    #price > .inner > .inner-02 .column:last-child {
      margin-bottom: 0; }
    #price > .inner > .inner-02 .column > .inner {
    background-color: #FFF;
    border: 7px solid #F2F2F2;
    border-radius: 5px;
    border-width: 3.5px;
    box-sizing: border-box;
    color: #2193b0;
    margin-bottom: 10px;
    padding-bottom: 17.5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    width: 100%;
    text-align: center;
}
      @media (min-width: 641px) {
        #price > .inner > .inner-02 .column > .inner {
          border-radius: calc( 5px + ( ( 10 - 5 ) * ( 100vw / 1025 ) ) ); } }
      @media (min-width: 1025px) {
        #price > .inner > .inner-02 .column > .inner {
          border-radius: 10px; } }
      @media (min-width: 641px) {
        #price > .inner > .inner-02 .column > .inner {
          border-width: calc( 3.5px + ( ( 7 - 3.5 ) * ( 100vw / 1025 ) ) ); } }
      @media (min-width: 1025px) {
        #price > .inner > .inner-02 .column > .inner {
          border-width: 7px; } }
      @media (min-width: 641px) {
        #price > .inner > .inner-02 .column > .inner {
          padding-bottom: calc( 17.5px + ( ( 35 - 17.5 ) * ( 100vw / 1025 ) ) ); } }
      @media (min-width: 1025px) {
        #price > .inner > .inner-02 .column > .inner {
          padding-bottom: 35px; } }
      @media (min-width: 641px) {
        #price > .inner > .inner-02 .column > .inner {
          padding-left: calc( 20px + ( ( 40 - 20 ) * ( 100vw / 1025 ) ) ); } }
      @media (min-width: 1025px) {
        #price > .inner > .inner-02 .column > .inner {
          padding-left: 40px; } }
      @media (min-width: 641px) {
        #price > .inner > .inner-02 .column > .inner {
          padding-right: calc( 20px + ( ( 40 - 20 ) * ( 100vw / 1025 ) ) ); } }
      @media (min-width: 1025px) {
        #price > .inner > .inner-02 .column > .inner {
          padding-right: 40px; } }
      @media (min-width: 641px) {
        #price > .inner > .inner-02 .column > .inner {
          padding-top: calc( 15px + ( ( 30 - 15 ) * ( 100vw / 1025 ) ) ); } }
      @media (min-width: 1025px) {
        #price > .inner > .inner-02 .column > .inner {
          padding-top: 30px; } }
      #price > .inner > .inner-02 .column > .inner:last-child {
        margin-bottom: 0; }
      #price > .inner > .inner-02 .column > .inner .price {
        border-bottom: 1px solid #E5E5E5;
        border-top: 1px solid #E5E5E5;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        width: 100%; }
        @media (min-width: 641px) {
          #price > .inner > .inner-02 .column > .inner .price {
            padding-bottom: calc( 10px + ( ( 20 - 10 ) * ( 100vw / 1025 ) ) ); } }
        @media (min-width: 1025px) {
          #price > .inner > .inner-02 .column > .inner .price {
            padding-bottom: 20px; } }
        @media (min-width: 641px) {
          #price > .inner > .inner-02 .column > .inner .price {
            padding-top: calc( 10px + ( ( 20 - 10 ) * ( 100vw / 1025 ) ) ); } }
        @media (min-width: 1025px) {
          #price > .inner > .inner-02 .column > .inner .price {
            padding-top: 20px; } }
        #price > .inner > .inner-02 .column > .inner .price > span {
          line-height: 1; }
        #price > .inner > .inner-02 .column > .inner .price .max {
          font-size: 50px;
          font-weight: 900; }
          @media (min-width: 641px) {
            #price > .inner > .inner-02 .column > .inner .price .max {
              font-size: calc( 50px + ( ( 50 - 50 ) * ( 100vw / 1025 ) ) ); } }
          @media (min-width: 1025px) {
            #price > .inner > .inner-02 .column > .inner .price .max {
              font-size: 50px; } }
      #price > .inner > .inner-02 .column > .inner > .text {
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center; }
        @media (min-width: 641px) {
          #price > .inner > .inner-02 .column > .inner > .text {
            margin-bottom: calc( 20px + ( ( 30 - 20 ) * ( 100vw / 1025 ) ) ); } }
        @media (min-width: 1025px) {
          #price > .inner > .inner-02 .column > .inner > .text {
            margin-bottom: 30px; } }
        @media (min-width: 641px) {
          #price > .inner > .inner-02 .column > .inner > .text {
            padding-bottom: calc( 20px + ( ( 25 - 20 ) * ( 100vw / 1025 ) ) ); } }
        @media (min-width: 1025px) {
          #price > .inner > .inner-02 .column > .inner > .text {
            padding-bottom: 25px; } }
        @media (min-width: 641px) {
          #price > .inner > .inner-02 .column > .inner > .text {
            padding-top: calc( 20px + ( ( 25 - 20 ) * ( 100vw / 1025 ) ) ); } }
        @media (min-width: 1025px) {
          #price > .inner > .inner-02 .column > .inner > .text {
            padding-top: 25px; } }
      #price > .inner > .inner-02 .column > .inner .list-A .item {
    font-size: 15px;
    text-align: center;
}
#price .inner .inner-02 .fl.column.column-A .inner {
}
    #price > .inner > .inner-02 .column > .text {
      margin-bottom: 15px; }
      @media (min-width: 641px) {
        #price > .inner > .inner-02 .column > .text {
          margin-bottom: calc( 15px + ( ( 20 - 15 ) * ( 100vw / 1025 ) ) ); } }
      @media (min-width: 1025px) {
        #price > .inner > .inner-02 .column > .text {
          margin-bottom: 20px; } }
    @media (min-width: 897px) {
      #price > .inner > .inner-02 .column.column-A > .inner {
        margin-bottom: 0;
        width: calc( 50% - 5px ); } }
  #price > .inner > .inner-02 .flow-list .item {
    border: 1px solid #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 75px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 100%; }
    @media (min-width: 641px) {
      #price > .inner > .inner-02 .flow-list .item {
        line-height: calc( 75px + ( ( 85 - 75 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #price > .inner > .inner-02 .flow-list .item {
        line-height: 85px; } }
    #price > .inner > .inner-02 .flow-list .item:last-child {
      margin-bottom: 0;
      text-align: center; }
    @media (min-width: 641px) {
      #price > .inner > .inner-02 .flow-list .item {
        margin-bottom: 0;
        width: calc( 33.33333% - 7.5px ); } }
    #price > .inner > .inner-02 .flow-list .item::after {
      background: url(../img/arrow.png) no-repeat center center;
      bottom: -17.5px;
      content: "";
      display: block;
      height: 20px;
      margin: 0 auto;
      left: 0;
      position: absolute;
      transform: rotate(90deg);
      right: 0;
      width: 33px;
      z-index: 888; }
      @media (min-width: 641px) {
        #price > .inner > .inner-02 .flow-list .item::after {
          height: calc( 20px + ( ( 20 - 20 ) * ( 100vw / 1025 ) ) ); } }
      @media (min-width: 1025px) {
        #price > .inner > .inner-02 .flow-list .item::after {
          height: 20px; } }
      @media (min-width: 641px) {
        #price > .inner > .inner-02 .flow-list .item::after {
          width: calc( 33px + ( ( 33 - 33 ) * ( 100vw / 1025 ) ) ); } }
      @media (min-width: 1025px) {
        #price > .inner > .inner-02 .flow-list .item::after {
          width: 33px; } }
      @media (min-width: 641px) {
        #price > .inner > .inner-02 .flow-list .item::after {
          bottom: 0;
          margin: auto 0;
          left: auto;
          right: -22.5px;
          top: 0;
          transform: rotate(0); } }
    #price > .inner > .inner-02 .flow-list .item:last-child::after {
      display: none; }
#price.active > .inner > .inner-02 .head-C {
  opacity: 1;
  transform: translateY(0); }
#price.active > .inner > .inner-02 .column {
  opacity: 1;
  transform: translateY(0); }

#about > .inner > .inner-02 .text-area {
  opacity: 0;
  transform: translateY(100px);
  transition: .3s;
  margin-bottom: 35px; }
  @media (min-width: 641px) {
    #about > .inner > .inner-02 .text-area {
      margin-bottom: calc( 35px + ( ( 70 - 35 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    #about > .inner > .inner-02 .text-area {
      margin-bottom: 70px; } }
  #about > .inner > .inner-02 .text-area .text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
}
  #about > .inner > .inner-02 .text-area.active {
    opacity: 1;
    transform: translateY(0); }
#about > .inner > .inner-02 > .text-D {
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(100px);
  transition: .3s; }
  #about > .inner > .inner-02 > .text-D.active {
    opacity: 1;
    transform: translateY(0); }
#about > .inner > .inner-02 > .text-F {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(100px);
  transition: .3s; }
  #about > .inner > .inner-02 > .text-F.active {
    opacity: 1;
    transform: translateY(0); }
#about > .inner > .inner-02 .img {
  margin: 0 auto;
  max-width: 583px;
  width: 100%;
  transition: .3s;
  transform: scale(1, 0); }
  #about > .inner > .inner-02 .img.active {
    transform: scale(1, 1); }

#conact > .inner > .inner-02 {
  margin: 0 auto;
  max-width: 480px;
  width: 100%; }
  #conact > .inner > .inner-02 .list {
    margin-bottom: 5px;
}
    @media (min-width: 641px) {
      #conact > .inner > .inner-02 .list {
        margin-bottom: calc( 25px + ( ( 50 - 25 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #conact > .inner > .inner-02 .list {
    margin-bottom: 1px;
} }
    #conact > .inner > .inner-02 .list .item {
      margin-bottom: 5px;
      width: 100%; }
      @media (min-width: 641px) {
        #conact > .inner > .inner-02 .list .item {
          margin-bottom: calc( 5px + ( ( 10 - 5 ) * ( 100vw / 1025 ) ) ); } }
      @media (min-width: 1025px) {
        #conact > .inner > .inner-02 .list .item {
          margin-bottom: 10px; } }
        #conact > .inner > .inner-02 .list .item:last-child {
        margin-bottom: 0; }
      @media (min-width: 641px) {
        #conact > .inner > .inner-02 .list .item {
          width: calc( 50% - 5px ); } }
  #conact > .inner > .inner-02 input[type="text"] {
    background-color: #E5E5E5;
    box-sizing: border-box;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
    @media (min-width: 641px) {
      #conact > .inner > .inner-02 input[type="text"] {
        line-height: calc( 45px + ( ( 45 - 45 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #conact > .inner > .inner-02 input[type="text"] {
        line-height: 45px; } }
    @media (min-width: 641px) {
      #conact > .inner > .inner-02 input[type="text"] {
        padding-left: calc( 10px + ( ( 20 - 10 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #conact > .inner > .inner-02 input[type="text"] {
    padding-left: 20px;
} }
    @media (min-width: 641px) {
      #conact > .inner > .inner-02 input[type="text"] {
        padding-right: calc( 10px + ( ( 20 - 10 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #conact > .inner > .inner-02 input[type="text"] {
        padding-right: 20px; } }
  #conact > .inner > .inner-02 input[type="submit"] {
    background-color: #FFD400;
    border-radius: 25px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 50px;
    line-height: 40px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 230px;
    width: 100%; }
    @media (min-width: 641px) {
      #conact > .inner > .inner-02 input[type="submit"] {
        font-size: calc( 12px + ( ( 14 - 12 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #conact > .inner > .inner-02 input[type="submit"] {
        font-size: 14px; } }
    @media (min-width: 641px) {
      #conact > .inner > .inner-02 input[type="submit"] {
        line-height: calc( 40px + ( ( 50 - 40 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #conact > .inner > .inner-02 input[type="submit"] {
        line-height: 50px; } }
    @media (min-width: 641px) {
      #conact > .inner > .inner-02 input[type="submit"] {
        margin-bottom: calc( 25px + ( ( 50 - 25 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #conact > .inner > .inner-02 input[type="submit"] {
        margin-bottom: 50px; } }

#media > .inner {
  padding: 0 !important; }

/* ==================================================
   Footer
================================================== */
#footer > .inner > .inner-02 {
  background: linear-gradient(to right, #2193b0, #6dd5ed);
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px; }
  @media (min-width: 641px) {
    #footer > .inner > .inner-02 {
      padding-bottom: calc( 50px + ( ( 100 - 50 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    #footer > .inner > .inner-02 {
      padding-bottom: 100px; } }
  @media (min-width: 641px) {
    #footer > .inner > .inner-02 {
      padding-top: calc( 50px + ( ( 100 - 50 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    #footer > .inner > .inner-02 {
      padding-top: 100px; } }
  #footer > .inner > .inner-02 #footer-logo {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 205px;
    width: 100%; }
    @media (min-width: 641px) {
      #footer > .inner > .inner-02 #footer-logo {
        margin-bottom: calc( 20px + ( ( 30 - 20 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #footer > .inner > .inner-02 #footer-logo {
        margin-bottom: 30px; } }
  #footer > .inner > .inner-02 .tel {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2em;
    margin-bottom: 25px;
    text-align: center; }
    @media (min-width: 641px) {
      #footer > .inner > .inner-02 .tel {
        margin-bottom: calc( 25px + ( ( 50 - 25 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      #footer > .inner > .inner-02 .tel {
        margin-bottom: 50px; } }
  #footer > .inner > .inner-02 #footer-navi {
    margin: 0 auto;
    max-width: 660px;
    width: 100%; }
    @media (min-width: 641px) {
      #footer > .inner > .inner-02 #footer-navi {
        border-left: 1px solid #FFF; } }
    #footer > .inner > .inner-02 #footer-navi .item {
      width: 100%; }
      #footer > .inner > .inner-02 #footer-navi .item a {
        color: #FFF; }
      @media (min-width: 641px) {
        #footer > .inner > .inner-02 #footer-navi .item {
    border-right: 1px solid #FFF;
    box-sizing: border-box;
    width: 20%;
    text-align: center;
    font-weight: 700;
} }
#footer > .inner #catchcopy {
  letter-spacing: .1em;
  padding: 20px;
  text-align: center; }

/* ==================================================
   Module
================================================== */
/* Section
-------------------------------------------------- */
.section.section-A {
  background: linear-gradient(to right, #2193b0, #6dd5ed);
  color: #FFF; }
  .section.section-A .head.head-C::after {
    background-color: #FFF; }
.section.section-C {
  background-color: #F2F2F2; }

.column.column-A > .inner {
  width: 100%; }

.unit {
  margin-bottom: 40px; }
  @media (min-width: 641px) {
    .unit {
      margin-bottom: calc( 40px + ( ( 80 - 40 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    .unit {
      margin-bottom: 80px; } }
  .unit:last-child {
    margin-bottom: 0; }
  .unit .img {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    .unit .img:first-child {
      display: none; }
    @media (min-width: 897px) {
      .unit .img {
        margin: 0; } }
  .unit .head {
    margin-bottom: 15px; }
    @media (min-width: 641px) {
      .unit .head {
        margin-bottom: calc( 15px + ( ( 25 - 15 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      .unit .head {
        margin-bottom: 25px; } }
  .unit .text {
    margin-bottom: 30px; }
    .unit .text .min {
      font-size: 12px;
      font-weight: 400; }

/* Text
-------------------------------------------------- */
.head.head-A {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center; }
  @media (min-width: 641px) {
    .head.head-A {
      font-size: calc( 21px + ( ( 34 - 21 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    .head.head-A {
      font-size: 34px; } }
  @media (min-width: 641px) {
    .head.head-A {
      margin-bottom: calc( 25px + ( ( 50 - 25 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    .head.head-A {
      margin-bottom: 50px; } }
.head.head-B {
  position: relative; }
  .head.head-B::after {
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: transparent transparent transparent transparent;
    bottom: -5px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0; }
.head.head-C {
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative; }
  @media (min-width: 641px) {
    .head.head-C {
      margin-bottom: calc( 25px + ( ( 50 - 25 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    .head.head-C {
      margin-bottom: 50px; } }
  @media (min-width: 641px) {
    .head.head-C {
      padding-bottom: calc( 20px + ( ( 30 - 20 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    .head.head-C {
      padding-bottom: 30px; } }
  .head.head-C > span {
    display: block;
    text-align: center; }
    .head.head-C > span.ja {
      font-size: 21px;
      font-weight: 600; }
      @media (min-width: 641px) {
        .head.head-C > span.ja {
          font-size: calc( 21px + ( ( 28 - 21 ) * ( 100vw / 1025 ) ) ); } }
      @media (min-width: 1025px) {
        .head.head-C > span.ja {
    font-size: 28px;
    padding-bottom: 110px;
} }
  .head.head-C::after {
    background-color: #2193b0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 25px; }
    @media (min-width: 641px) {
      .head.head-C::after {
        height: calc( 2px + ( ( 2 - 2 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      .head.head-C::after {
        height: 2px; } }
    @media (min-width: 641px) {
      .head.head-C::after {
        width: calc( 25px + ( ( 25 - 25 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      .head.head-C::after {
        width: 25px; } }
.head.head-D {
  color: #2193b0;
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 600; }
.head.head-E {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 641px) {
.head.head-E {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 20px;
  text-align: center; }
    .head.head-E {
      font-size: calc( 16px + ( ( 18 - 16 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    .head.head-E {
      font-size: 18px; } }
  @media (min-width: 641px) {
    .head.head-E {
      margin-bottom: calc( 20px + ( ( 30 - 20 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    .head.head-E {
      margin-bottom: 30px; } }
.head.head-F {
  border-bottom: 1px solid #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  @media (min-width: 641px) {
    .head.head-F {
      font-size: calc( 16px + ( ( 18 - 16 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    .head.head-F {
      font-size: 18px; } }
  @media (min-width: 641px) {
    .head.head-F {
      margin-bottom: calc( 10px + ( ( 15 - 10 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    .head.head-F {
      margin-bottom: 15px; } }
  @media (min-width: 641px) {
    .head.head-F {
      padding-bottom: calc( 10px + ( ( 15 - 10 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    .head.head-F {
      padding-bottom: 15px; } }

.text {
  line-height: 1.75;
  text-align: justify;
  justify-content: inter-ideograph; }
  .text.text-center {
    text-align: center; }
  .text.text-A {
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 641px) {
      .text.text-A {
        font-size: calc( 14px + ( ( 18 - 14 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      .text.text-A {
        font-size: 18px; } }
  .text.text-B {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 641px) {
      .text.text-B {
        font-size: calc( 16px + ( ( 18 - 16 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      .text.text-B {
        font-size: 18px; } }
  .text.text-C {
    color: #2193b0;
    font-size: 21px;
    font-weight: 600; }
    @media (min-width: 641px) {
      .text.text-C {
        font-size: calc( 21px + ( ( 28 - 21 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      .text.text-C {
        font-size: 28px; } }
  .text.text-D {
    font-size: 16px;
    font-weight: 600; }
    .text.text-D .inner {
      border-bottom: 1px solid #2193b0; }
    @media (min-width: 641px) {
      .text.text-D .inner br {
        display: none; } }
  .text.text-E {
    font-size: 14px; }
  .text.text-F a {
    color: #6dd5ed !important; }

.color-R {
  color: #E54564; }

/* Button
-------------------------------------------------- */
.button.button-A {
  max-width: 230px; }
  .button.button-A a {
    background-color: #FFD400;
    border-radius: 25px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 50px;
    line-height: 40px;
    text-align: center; }
    @media (min-width: 641px) {
      .button.button-A a {
        font-size: calc( 12px + ( ( 14 - 12 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      .button.button-A a {
        font-size: 14px; } }
    @media (min-width: 641px) {
      .button.button-A a {
        line-height: calc( 40px + ( ( 50 - 40 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      .button.button-A a {
        line-height: 50px; } }

/* List
-------------------------------------------------- */
/* Layout
-------------------------------------------------- */
.ib {
  letter-spacing: -.4em; }
  .ib > * {
    display: inline-block;
    letter-spacing: 0.05em;
    vertical-align: top; }

.tb {
  display: table; }
  .tb > * {
    display: table-cell; }

.fl {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/* Animation
-------------------------------------------------- */
.slide-wrap {
  position: relative; }
  .slide-wrap .inner {
    overflow: hidden;
    position: relative;
    width: 100%; }
  .slide-wrap .slide-arrows {
    display: none;
    width: 100%; }
    .slide-wrap .slide-arrows .arrow {
      bottom: 0;
      margin: auto 0;
      position: absolute;
      top: 0;
      background-color: #000;
      height: 25px;
      width: 25px; }
      .slide-wrap .slide-arrows .arrow.arrow-L {
        left: 0; }
        .slide-wrap .slide-arrows .arrow.arrow-L a {
          display: block;
          height: 100%;
          width: 100%; }
      .slide-wrap .slide-arrows .arrow.arrow-R {
        right: 0; }
        .slide-wrap .slide-arrows .arrow.arrow-R a {
          display: block;
          height: 100%;
          width: 100%; }

.slide {
  letter-spacing: -.4em;
  margin: 0 auto;
  position: relative;
  width: 200px; }
  @media (min-width: 641px) {
    .slide {
      width: calc( 200px + ( ( 300 - 200 ) * ( 100vw / 1025 ) ) ); } }
  @media (min-width: 1025px) {
    .slide {
      width: 300px; } }
  .slide .item {
    background-color: #E5E5E5;
    color: #FFF;
    display: inline-block;
    letter-spacing: 0.05em;
    line-height: 200px;
    margin-right: 20px;
    text-align: center;
    width: 200px; }
    @media (min-width: 641px) {
      .slide .item {
        line-height: calc( 200px + ( ( 300 - 200 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      .slide .item {
        line-height: 300px; } }
    @media (min-width: 641px) {
      .slide .item {
        margin-right: calc( 20px + ( ( 30 - 20 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      .slide .item {
        margin-right: 30px; } }
    @media (min-width: 641px) {
      .slide .item {
        width: calc( 200px + ( ( 300 - 200 ) * ( 100vw / 1025 ) ) ); } }
    @media (min-width: 1025px) {
      .slide .item {
        width: 300px; } }
    .slide .item a {
      color: #000; }
form .inquiry-A  {
    background-color: #E5E5E5;
    width: 100%;
    max-width: 480px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-top: 10px;
}
form .inquiry-B  {
    background-color: #E5E5E5;
    width: 100%;
    max-width: 480px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
}
form .inquiry-C  {
    background-color: #E5E5E5;
    width: 100%;
    max-width: 480px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-top: 0px;
}
form .inquiry-D {
    background-color: #E5E5E5;
    width: 100%;
    max-width: 480px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-top: 0px;
}
form .inquiry-E {
    background-color: #E5E5E5;
    width: 100%;
    max-width: 480px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-top: 0px;
}
