@charset "UTF-8";

/*scss Document */
html,
body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  position: relative;
  color: #000000;
  background-color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: initial;
}

address {
  font-style: normal;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media (min-width: 1001px) {
  .mb5 {
    margin-bottom: 5px !important;
  }
}

@media (max-width: 1000px) {
  .mb5 {
    margin-bottom: 0.6vw !important;
  }
}

@media (min-width: 1001px) {
  .mb10 {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 1000px) {
  .mb10 {
    margin-bottom: 1.3vw !important;
  }
}

@media (min-width: 1001px) {
  .mb15 {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 1000px) {
  .mb15 {
    margin-bottom: 2vw !important;
  }
}

@media (min-width: 1001px) {
  .mb20 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1000px) {
  .mb20 {
    margin-bottom: 2.6vw !important;
  }
}

@media (min-width: 1001px) {
  .mb25 {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 1000px) {
  .mb25 {
    margin-bottom: 3.3vw !important;
  }
}

@media (min-width: 1001px) {
  .mb30 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 1000px) {
  .mb30 {
    margin-bottom: 3.3vw !important;
  }
}

@media (min-width: 1001px) {
  .mb40 {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 1000px) {
  .mb40 {
    margin-bottom: 5.3vw !important;
  }
}

@media (min-width: 1001px) {
  .mb50 {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 1000px) {
  .mb50 {
    margin-bottom: 6.6vw !important;
  }
}

@media (min-width: 1001px) {
  .mb60 {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 1000px) {
  .mb60 {
    margin-bottom: 8vw !important;
  }
}

@media (min-width: 1001px) {
  .mb70 {
    margin-bottom: 70px !important;
  }
}

@media (max-width: 1000px) {
  .mb70 {
    margin-bottom: 9.3vw !important;
  }
}

@media (min-width: 1001px) {
  .mb80 {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 1000px) {
  .mb80 {
    margin-bottom: 10.6vw !important;
  }
}

@media (min-width: 1001px) {
  .mb90 {
    margin-bottom: 90px !important;
  }
}

@media (max-width: 1000px) {
  .mb90 {
    margin-bottom: 12vw !important;
  }
}

@media (min-width: 1001px) {
  .mb100 {
    margin-bottom: 100px !important;
  }
}

@media (max-width: 1000px) {
  .mb100 {
    margin-bottom: 13.3vw !important;
  }
}

@media (min-width: 1001px) {
  .mb110 {
    margin-bottom: 110px !important;
  }
}

@media (max-width: 1000px) {
  .mb110 {
    margin-bottom: 14.6vw !important;
  }
}

@media (min-width: 1001px) {
  .mb120 {
    margin-bottom: 120px !important;
  }
}

@media (max-width: 1000px) {
  .mb120 {
    margin-bottom: 16vw !important;
  }
}

@media (min-width: 1001px) {
  .mb130 {
    margin-bottom: 130px !important;
  }
}

@media (max-width: 1000px) {
  .mb130 {
    margin-bottom: 17.3vw !important;
  }
}

@media (min-width: 1001px) {
  .mb140 {
    margin-bottom: 140px !important;
  }
}

@media (max-width: 1000px) {
  .mb140 {
    margin-bottom: 18.6vw !important;
  }
}

@media (min-width: 1001px) {
  .mb150 {
    margin-bottom: 150px !important;
  }
}

@media (max-width: 1000px) {
  .mb150 {
    margin-bottom: 20vw !important;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

@media (min-width: 1001px) {
  .pb10 {
    padding-bottom: 10px !important;
  }
}

@media (max-width: 1000px) {
  .pb10 {
    padding-bottom: 1.3vw !important;
  }
}

@media (min-width: 1001px) {
  .p15 {
    padding: 0 15px !important;
  }
}

@media (max-width: 1000px) {
  .p15 {
    padding: 0 2vw !important;
  }
}

@media (min-width: 1001px) {
  .pt10 {
    padding-top: 10px !important;
  }
}

@media (max-width: 1000px) {
  .pt10 {
    padding-top: 1.3vw !important;
  }
}

@media (min-width: 1001px) {
  .pt15 {
    padding-top: 15px !important;
  }
}

@media (max-width: 1000px) {
  .pt15 {
    padding-top: 2vw !important;
  }
}

@media (min-width: 1001px) {
  .pt20 {
    padding-top: 20px !important;
  }
}

@media (max-width: 1000px) {
  .pt20 {
    padding-top: 2.6vw !important;
  }
}

@media (min-width: 1001px) {
  .pt30 {
    padding-top: 30px !important;
  }
}

@media (max-width: 1000px) {
  .pt30 {
    padding-top: 3.3vw !important;
  }
}

@media (min-width: 1001px) {
  .pt40 {
    padding-top: 40px !important;
  }
}

@media (max-width: 1000px) {
  .pt40 {
    padding-top: 5.3vw !important;
  }
}


li {
  list-style: none;
}

p {
  text-align: justify;
  -ms-text-justify: auto;
  text-justify: auto;
  text-justify: inter-ideograph;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: normal;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

.ta_l {
  text-align: left;
}

.txt_wrap {
  display: inline-block;
}

.bold {
  font-weight: bold !important;
}

.plus_rounded {
font-family: "M PLUS Rounded 1c", sans-serif;
}

/* ---------------------------------------------------------------------- */
@media (min-width: 1001px) {
  #contents {
    overflow: hidden;
  }
  a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a:active,
  a:hover,
  a:hover img {
    opacity: 0.8;
  }

  .img_hidden {
    opacity: 0;
    transition: 1s;
  }

  .uv2 {
    animation-delay: 0.3s !important;
  }

  .uv3 {
    animation-delay: 0.6s !important;
  }

  .uv4 {
    animation-delay: 0.9s !important;
  }

  .uv4 {
    animation-delay: 1.2s !important;
  }

  .img_open {
    -moz-animation: imgfade 1s linear 0s 1 normal forwards;
    -webkit-animation: imgfade 1s linear 0s 1 normal forwards;
    -o-animation: imgfade 1s linear 0s 1 normal forwards;
    -ms-animation: imgfade 1s linear 0s 1 normal forwards;
  }

  .img_open.ih2 {
    -moz-animation: imgfade 1s linear 0.3s 1 normal forwards;
    -webkit-animation: imgfade 1s linear 0.3s 1 normal forwards;
    -o-animation: imgfade 1s linear 0.3s 1 normal forwards;
    -ms-animation: imgfade 1s linear 0.3s 1 normal forwards;
  }

  .img_open.ih3 {
    -moz-animation: imgfade 1s linear 0.6s 1 normal forwards;
    -webkit-animation: imgfade 1s linear 0.6s 1 normal forwards;
    -o-animation: imgfade 1s linear 0.6s 1 normal forwards;
    -ms-animation: imgfade 1s linear 0.6s 1 normal forwards;
  }

  .img_open.ih4 {
    -moz-animation: imgfade 1s linear 0.9s 1 normal forwards;
    -webkit-animation: imgfade 1s linear 0.9s 1 normal forwards;
    -o-animation: imgfade 1s linear 0.9s 1 normal forwards;
    -ms-animation: imgfade 1s linear 0.9s 1 normal forwards;
  }

  .img_open.ih5 {
    -moz-animation: imgfade 1s linear 1.2s 1 normal forwards;
    -webkit-animation: imgfade 1s linear 1.2s 1 normal forwards;
    -o-animation: imgfade 1s linear 1.2s 1 normal forwards;
    -ms-animation: imgfade 1s linear 1.2s 1 normal forwards;
  }

  .fadeup {
    opacity: 0;
    transition: 1s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }

  .upview {
    -moz-animation: fadeup 0.6s linear 0s 1 normal forwards;
    -webkit-animation: fadeup 0.6s linear 0s 1 normal forwards;
    -o-animation: fadeup 0.6s linear 0s 1 normal forwards;
    -ms-animation: fadeup 0.6s linear 0s 1 normal forwards;
  }

  .fadedown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }

  .downview {
    -moz-animation: fadedown 0.6s linear 0s 1 normal forwards;
    -webkit-animation: fadedown 0.6s linear 0s 1 normal forwards;
    -o-animation: fadedown 0.6s linear 0s 1 normal forwards;
    -ms-animation: fadedown 0.6s linear 0s 1 normal forwards;
  }

  .downview.dv2 {
    -moz-animation: fadedown 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: fadedown 0.6s linear 0.3s 1 normal forwards;
    -o-animation: fadedown 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: fadedown 0.6s linear 0.3s 1 normal forwards;
  }

  .downview.dv3 {
    -moz-animation: fadedown 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: fadedown 0.6s linear 0.6s 1 normal forwards;
    -o-animation: fadedown 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: fadedown 0.6s linear 0.6s 1 normal forwards;
  }

  .downview.dv4 {
    -moz-animation: fadedown 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: fadedown 0.6s linear 0.9s 1 normal forwards;
    -o-animation: fadedown 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: fadedown 0.6s linear 0.9s 1 normal forwards;
  }

  .fadeleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }

  .leftview {
    -moz-animation: fadeleft 1s linear 0s 1 normal forwards;
    -webkit-animation: fadeleft 1s linear 0s 1 normal forwards;
    -o-animation: fadeleft 1s linear 0s 1 normal forwards;
    -ms-animation: fadeleft 1s linear 0s 1 normal forwards;
  }

  .faderight {
    opacity: 0;
    transition: 1s;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }

  .rightview {
    -moz-animation: faderight 1s linear 0s 1 normal forwards;
    -webkit-animation: faderight 1s linear 0s 1 normal forwards;
    -o-animation: faderight 1s linear 0s 1 normal forwards;
    -ms-animation: faderight 1s linear 0s 1 normal forwards;
  }

  .sp {
    display: none !important;
  }

  .for_tab {
    display: none !important;
  }

  .for_nw {
    display: none !important;
  }

  .tab .for_tab {
    display: inline !important;
  }

  .wrap,
  #page {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  /* header
  ---------------------------------------------------------------------- */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9996;
    width: 100%;
    height: 80px;
    z-index: 9999;
    transition:background 0.3s;
  }

  .header.scroll {
    background: #fff;
    z-index: 9999;
  }

  .header__inr {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

   /* footer
  ---------------------------------------------------------------------- */
  .footer__inr {
    padding: 90px 0 95px;
    max-width: 700px;
    margin: 0 auto;
  }

  .footer__ttl {
    font-size: 3.8rem;
    font-weight: 900;
    text-align: center;
    padding: 20px 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 30px;
  }

  .footer__wrap {
    font-size: 2.4rem;
    padding: 25px 0 25px 40px;
    border-bottom: 1px solid #000;
    font-weight: 300;
  }

  .footer__wrap:last-of-type {
    border-bottom: none;
  }

  .footer__wrap ul li {
    text-indent: -6.5em;
    margin-left: 6.5em;
  }

  .footer__dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer__dl dt {
    width: 20%;
    font-weight: 500;
  }

  .footer__dl dd {
    width: 78%;
    font-weight: 300;
  }

  .copy {
    background-color: #00ADA9;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 300;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* pagetop
  ---------------------------------------------------------------------- */
  #page-top {
    width: 100px;
    position: fixed;
    bottom: 40px;
    right: 35px;
    z-index: 10;
    transition: all 0.3s ease;
    cursor: pointer;
    display: none;
  }

  #page-top:hover {
    opacity: 0.8;
  }

  #page-top.stop {
    position: absolute;
    top: -20px;
    bottom: initial;
  }

  /* common
  ---------------------------------------------------------------------- */

  .w1240 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .w1280 {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .w1440 {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .w1100 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .w1000 {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .bg_deco {
    background: url(../images/bg01.png) repeat-x bottom;
    background-color: #00ADA9;
  }


  /* title
---------------------------------------------------------------------- */
  .ctitle {
    text-align: center;
    font-size: 5rem;
    letter-spacing: 0;
    font-weight: 900;
  }

  .ctitle.ctitle--w {
    color: #fff;
  }

  .ctitle span:not(.txt_wrap) {
    font-size: 3rem;
  }


  /* btn
---------------------------------------------------------------------- */
  .cbtn {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
  }

  /* End @media (min-width: 1001px) and  (max-width:1055px) */
  /* ---------------------------------------------------------------------- */
  @-moz-keyframes imgfade {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-webkit-keyframes imgfade {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-o-keyframes imgfade {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-ms-keyframes imgfade {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-moz-keyframes fadeup {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @-webkit-keyframes fadeup {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @-o-keyframes fadeup {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @-ms-keyframes fadeup {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @-moz-keyframes fadedown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @-webkit-keyframes fadedown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @-o-keyframes fadedown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @-ms-keyframes fadedown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @-moz-keyframes fadeleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @-webkit-keyframes fadeleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @-o-keyframes fadeleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @-ms-keyframes fadeleft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @-moz-keyframes faderight {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @-webkit-keyframes faderight {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @-o-keyframes faderight {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @-ms-keyframes faderight {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}


/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {
  body {
    font-size: 2.2rem;
  }

  #contents {
    overflow: hidden;
  }

  .mb20 {
    margin-bottom: 2.6vw !important;
  }

  .mb25 {
    margin-bottom: 3.3vw !important;
  }

  .mb30 {
    margin-bottom: 4vw !important;
  }

  .mb40 {
    margin-bottom: 5.3vw !important;
  }

  .mb50 {
    margin-bottom: 6.6vw !important;
  }

  .mb60 {
    margin-bottom: 8vw !important;
  }

  .mb70 {
    margin-bottom: 9.3vw !important;
  }

  .mb80 {
    margin-bottom: 10.6vw !important;
  }

  .mb90 {
    margin-bottom: 12vw;
  }

  .mb100 {
    margin-bottom: 13.3vw !important;
  }

  .mb120 {
    margin-bottom: 16vw !important;
  }

  .pt50 {
    padding-top: 6.6vw !important;
  }

  .ls-1 {
    letter-spacing: -1px;
  }

  .ls-2 {
    letter-spacing: -2px;
  }

  .ls-3 {
    letter-spacing: -3px;
  }

  .ls-4 {
    letter-spacing: -4px;
  }

  .fs10 {
    font-size: 3vw;
  }

  .fs14,
  .fs15 {
    font-size: 3.4vw;
  }

  .fs16 {
    font-size: 3.7vw;
  }

  .fs24 {
    font-size: 4vw;
  }

  .fs26 {
    font-size: 5vw;
  }

  .wrap,
  #page {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .pc {
    display: none !important;
  }

  .for_tab {
    display: none;
  }

  .for_nw {
    display: none !important;
  }

  .cf_s:before,
  .cf_s:after {
    content: "";
    display: table;
  }

  .cf_s:after {
    clear: both;
  }

  .cf_s {
    zoom: 1;
  }

  .fadeup {
    opacity: 0;
    transition: 1s;
    transform: translateY(4vw);
    -webkit-transform: translateY(4vw);
    -moz-transform: translateY(4vw);
    -ms-transform: translateY(4vw);
    -o-transform: translateY(4vw);
  }

  .upview {
    -moz-animation: fadeup 1s linear 0s 1 normal forwards;
    -webkit-animation: fadeup 1s linear 0s 1 normal forwards;
    -o-animation: fadeup 1s linear 0s 1 normal forwards;
    -ms-animation: fadeup 1s linear 0s 1 normal forwards;
  }

  .fadedown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-4vw);
    -webkit-transform: translateY(-4vw);
    -moz-transform: translateY(-4vw);
    -ms-transform: translateY(-4vw);
    -o-transform: translateY(-4vw);
  }

  .downview {
    -moz-animation: fadeup 1s linear 0s 1 normal forwards;
    -webkit-animation: fadeup 1s linear 0s 1 normal forwards;
    -o-animation: fadeup 1s linear 0s 1 normal forwards;
    -ms-animation: fadeup 1s linear 0s 1 normal forwards;
  }

  .fadeleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-4vw);
    -webkit-transform: translateX(-4vw);
    -moz-transform: translateX(-4vw);
    -ms-transform: translateX(-4vw);
    -o-transform: translateX(-4vw);
  }

  .leftview {
    -moz-animation: fadeleft 1s linear 0s 1 normal forwards;
    -webkit-animation: fadeleft 1s linear 0s 1 normal forwards;
    -o-animation: fadeleft 1s linear 0s 1 normal forwards;
    -ms-animation: fadeleft 1s linear 0s 1 normal forwards;
  }

  .faderight {
    opacity: 0;
    transition: 1s;
    transform: translateX(4vw);
    -webkit-transform: translateX(4vw);
    -moz-transform: translateX(4vw);
    -ms-transform: translateX(4vw);
    -o-transform: translateX(4vw);
  }

  .rightview {
    -moz-animation: faderight 1s linear 0s 1 normal forwards;
    -webkit-animation: faderight 1s linear 0s 1 normal forwards;
    -o-animation: faderight 1s linear 0s 1 normal forwards;
    -ms-animation: faderight 1s linear 0s 1 normal forwards;
  }

  /* header
  ---------------------------------------------------------------------- */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9996;
    width: 100%;
    height: 80px;
    z-index: 9999;
    transition:background 0.3s;
  }

  .header.scroll {
    background: #fff;
    z-index: 9999;
  }

  .header__inr {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

   /* footer
  ---------------------------------------------------------------------- */
  .footer__inr {
    padding: 60px 0 60px;
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
    max-width: 700px;
    margin: 0 auto;
  }

  .footer__ttl {
    font-size: 2.7rem;
    font-weight: 900;
    text-align: center;
    padding: 20px 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 30px;
  }

  .footer__wrap {
    font-size: 2rem;
    padding: 25px 0 25px 0;
    border-bottom: 1px solid #000;
    font-weight: 300;
  }

  .footer__wrap:last-of-type {
    border-bottom: none;
  }

  .footer__dl dt {
    font-weight: 500;
    font-size: 2.4rem;
  }

  .footer__dl dd {
    font-weight: 300;
    margin-bottom: 15px;
  }

  .footer__dl dd:last-child {
    margin-bottom: 0;
  }

  .copy {
    background-color: #00ADA9;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 3vw;
  }

  /* pagetop
  ---------------------------------------------------------------------- */
  #page-top {
    width: min(17vw,100px);
    position: fixed;
    bottom: 5vw;
    right: 5vw;
    z-index: 10;
    transition: all 0.3s ease;
    cursor: pointer;
    display: none;
  }

  #page-top:hover {
    opacity: 0.8;
  }

  #page-top.stop {
    position: absolute;
    top: -20px;
    bottom: initial;
  }

  /* common
  ---------------------------------------------------------------------- */
  .bg_deco {
    background: url(../images/bg01.png) repeat-x bottom;
    background-color: #00ADA9;
  }


  /* title
---------------------------------------------------------------------- */
  .ctitle {
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: 0;
    font-weight: 900;
  }

  .ctitle.ctitle--w {
    color: #fff;
  }

  .ctitle span:not(.txt_wrap) {
    font-size: 2.7rem;
  }


  /* btn
---------------------------------------------------------------------- */
  .cbtn {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
  }

  /* common
  ---------------------------------------------------------------------- */
  .w1240,
  .w1280,
  .w1440,
  .w1100,
  .w1000 {
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

}



/* keyframe
  ---------------------------------------------------------------------- */
@-moz-keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(4vw);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(4vw);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(4vw);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-ms-keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(4vw);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes txtfade {
  0% {
    opacity: 0;
    transform: translateY(4vw);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes txtfade {
  0% {
    opacity: 0;
    transform: translateY(4vw);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes txtfade {
  0% {
    opacity: 0;
    transform: translateY(4vw);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-ms-keyframes txtfade {
  0% {
    opacity: 0;
    transform: translateY(4vw);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-o-keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-ms-keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-moz-keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-o-keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-ms-keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* End @media (max-width:1000px) */
/* ----------------------------------------------------------------------*/