@charset "UTF-8";
br {
  letter-spacing: 0; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

html {
  overflow-x: hidden;
  height: 100%;
  font-size: 10px; }

body {
  background: #000;
  font-family: 'メイリオ','Meiryo', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  line-height: 1;
  color: #666;
  -webkit-text-size-adjust: none;
  position: relative;
  font-size: 1.8rem; }

*::-ms-backdrop, body {
  background-attachment: scroll; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

ul li {
  list-style: none; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img, picture {
  font-size: 0;
  width: 100%;
  line-height: 0;
  display: block; }

input[type='submit'] {
  -webkit-appearance: none !important; }

html, body, header, footer, main, article, section, div, p, span, h1, h2, h3, h4, h5, h6, ul, li, a, dl, dt, dd, nav {
  box-sizing: border-box;
  position: relative; }

input, textarea, select, option, button, picture {
  box-sizing: border-box; }

html {
  width: 100vw;
  max-width: 1920px;
  padding: 0;
  margin: 0;
  overflow-x: hidden; }
  html body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #313131;
    background: #fff; }
  html a {
    text-decoration: none; }

.movenav {
  display: block;
  height: 110px;
  background: #fff; }

.contents {
  width: 1200px;
  margin: 0 auto;
  z-index: 2; }
  .contents h4 {
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 5rem;
    color: #333; }
    .contents h4 span {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 2.4rem;
      display: block;
      padding-top: 15px; }

.contents1080 {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  top: -5vw;
  z-index: 3; }
  .contents1080 h4 {
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 5rem;
    color: #333; }
    .contents1080 h4 span {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 2.4rem;
      display: block;
      padding-top: 15px; }

.sp {
  display: none; }
  .sp__space {
    display: none; }

.center {
  display: flex;
  justify-content: center; }

.subtitle {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  .subtitle .border {
    width: 55px;
    height: 1px;
    background: #003B63;
    margin: 0 40px; }
  .subtitle p {
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 3.4rem;
    color: #003B63;
    padding: 0 15px 0 30px; }
  .subtitle__num {
    width: 145px; }
  .subtitle__icon1 {
    width: 70px; }
  .subtitle__icon2 {
    width: 52px; }
  .subtitle__icon3 {
    width: 68px; }
  .subtitle::after {
    content: '';
    position: absolute;
    top: 118%;
    right: 48.7%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-bottom: solid 30px transparent;
    border-top: solid 15px #fff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent; }

#page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 8;
  border-radius: 5px;
  width: 75px;
  height: 65px; }

#page-top.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
#page-top.DownMove {
  animation: DownAnime 0.5s forwards; }

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
/*header*/
.header {
  width: 100%;
  border-radius: 0 0 20px 20px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 20px;
  transition: .3s;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header__logo {
    position: relative;
    top: 60px;
    left: 60px;
    transition: .3s; }
  .header__r {
    display: none; }
  .header__list {
    display: flex;
    align-items: center;
    font-size: 1.14vw;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal; }
    .header__list li {
      padding: 0 1.30vw; }
      .header__list li .header__listitem {
        color: #333; }
        .header__list li .header__listitem:hover {
          color: #0D9EB9;
          transition: all 0.3s ease; }
    .header__list .button {
      background-color: #0D9EB9;
      border-radius: 100px;
      font-size: 1.25vw;
      padding: 1.041vw 1.25vw; }
      .header__list .button img {
        display: inline;
        width: 1.40625vw;
        padding-right: 0.3645vw; }
      .header__list .button a {
        color: #fff;
        padding: 1.041vw 1.25vw;
        margin: 0 -1.25vw;
        white-space: nowrap; }
      .header__list .button:hover {
        background-color: #003B63;
        transition: all  0.3s ease; }

header.active {
  padding: 10px 20px; }

header.active .header__logo {
  top: 0;
  left: 0;
  transform: scale(0.7);
  transform-origin: left; }

/*header*/
/*main*/
.main {
  background: #0D9EB9;
  /*background: url("../img/PC_TOP_back.svg") no-repeat;
  background-size: cover;
  background-position: left bottom;*/
  max-height: 730px; }
  .main__visual {
    display: flex;
    justify-content: space-between;
    background: url("../img/PC_TOP_back.svg") no-repeat;
    background-size: cover;
    background-position: left bottom;
    z-index: 4; }
    .main__visual img {
      border-radius: 100px 0 0 100px;
      width: 58vw;
      margin-bottom: 2.083vw; }
  .main__circle h1 {
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #333;
    font-size: 3.54vw;
    padding: 10.416vw 0 3.125vw 7.291vw;
    line-height: 5.2vw; }
  .main__circle h2 {
    color: #003b63;
    font-size: 1.5625vw;
    font-weight: bold;
    line-height: 2.6vw;
    margin-left: 7.29vw; }
  .main__text1 span {
    letter-spacing: -0.1em;
    font-weight: bold; }
  .main__text1::after {
    content: '';
    display: block;
    width: 25.8vw;
    position: relative;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #003b63; }
  .main__text2::after {
    content: '';
    display: block;
    width: 25.52vw;
    position: relative;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #003b63; }

/*main*/
/*info*/
.info {
  background: #0D9EB9;
  color: #fff; }
  .info h3 {
    font-size: 5rem;
    padding: 15rem 0 3rem;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal; }
    .info h3 img {
      display: inline;
      width: 350px;
      padding-right: 1.5rem; }
  .info__mation {
    display: flex;
    border-top: 1px solid #fff;
    padding: 5rem 0 15rem; }
    .info__mation img {
      width: 220px;
      padding: 0 4rem; }
  .info__text--1 {
    font-size: 2.4rem;
    line-height: 4rem;
    padding-bottom: 4rem;
    width: 825px; }
  .info__text--2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    white-space: nowrap; }
    .info__text--2 span {
      letter-spacing: -0.6em; }
  .info__text .letter {
    letter-spacing: -0.1em; }
  .info__text .letter2 {
    letter-spacing: -0.5em; }
  .info__text .letter3 {
    letter-spacing: -0.4em; }
  .info__att {
    font-size: 1.6rem; }
  .info__five {
    font-size: 2.4rem;
    width: 860px;
    background: #fff;
    color: #333;
    border-radius: 100px;
    padding: 7rem 0;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25); }
    .info__five .red {
      font-size: 3rem;
      color: #C30D23;
      font-weight: bold; }
    .info__five ol {
      position: relative;
      margin: 0;
      padding: 0 10px 0 6px;
      list-style: none;
      font-weight: bold;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .info__five ol li {
        font-weight: bold;
        position: relative;
        padding: 20px 0;
        line-height: 1.5;
        width: 650px;
        border-bottom: 1px dashed #333;
        display: flex;
        align-items: center; }
        .info__five ol li:nth-last-child(1) {
          border-bottom: none; }
        .info__five ol li .circle_number {
          display: block;
          width: 38px;
          height: 38px;
          margin: 0 2rem 0 6.5rem;
          background-color: #8AB424;
          color: #fff;
          border-radius: 50%;
          text-align: center;
          box-sizing: border-box; }
        .info__five ol li .letter {
          letter-spacing: -0.6em; }
  .info__title {
    display: flex;
    font-size: 5rem;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    padding-bottom: 50px;
    padding-left: 95px; }
    .info__title img {
      position: absolute;
      top: -70%;
      right: 6%;
      width: 200px; }
    .info__title .green90 {
      color: #8AB424;
      font-size: 9rem; }
    .info__title .green70 {
      color: #8AB424;
      font-size: 7rem; }
    .info__title .green50 {
      color: #8AB424;
      font-size: 5rem; }

/*info*/
/*rf*/
.rf {
  position: relative;
  top: -5vw;
  margin-bottom: -5vw; }
  .rf ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10rem 0; }
  .rf__step {
    border-radius: 100%;
    width: 350px;
    height: 350px; }
    .rf__step h5 {
      font-size: 4.2rem;
      font-weight: bold; }
    .rf__step a {
      color: #fff;
      display: block;
      height: 100%;
      width: 100%; }
  .rf__eng {
    font-size: 1.6rem;
    padding: 1.5rem 0 2.5rem; }
  .rf__maru {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .rf__num {
    width: 75px;
    padding: 4rem 0 3rem; }
  .rf__g {
    background: #89B324; }
    .rf__g .rf__sys {
      height: 60px; }
    .rf__g .rf__num {
      width: 65px; }
  .rf__a {
    background: #0D9EB9; }
    .rf__a .rf__sys {
      height: 90px; }
  .rf__b {
    background: #003B63; }
    .rf__b .rf__sys {
      height: 80px; }
  .rf__more1 {
    background: #fff;
    width: 90px;
    height: 90px;
    z-index: 3;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    color: #8AB424;
    border: 1px solid #8AB424;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0 0 0; }
  .rf__more2 {
    background: #fff;
    width: 90px;
    height: 90px;
    z-index: 3;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    color: #0D9EB9;
    border: 1px solid #0D9EB9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0 0 0; }
  .rf__more3 {
    background: #fff;
    width: 90px;
    height: 90px;
    z-index: 3;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    color: #003B63;
    border: 1px solid #003B63;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0 0 0; }
  .rf__hover {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.5rem; }
  .rf__arrow2 {
    transform: rotate(-90deg);
    font-size: 2.4rem; }

.rf__g:hover .rf__more1 {
  width: 110px;
  height: 110px;
  transition: .3s; }
  .rf__g:hover .rf__more1 .rf__hover {
    font-size: 2.4rem; }

.rf__a:hover .rf__more2 {
  width: 110px;
  height: 110px;
  transition: .3s; }
  .rf__a:hover .rf__more2 .rf__hover {
    font-size: 2.4rem; }

.rf__b:hover .rf__more3 {
  width: 110px;
  height: 110px;
  transition: .3s; }
  .rf__b:hover .rf__more3 .rf__hover {
    font-size: 2.4rem; }

/*rf*/
/*rental*/
.rental {
  display: flex;
  justify-content: center;
  border-bottom: 20px solid #333;
  height: 5.72vw; }
  .rental__l {
    width: 7.2916vw;
    position: absolute;
    bottom: 0;
    left: 28.2%; }
  .rental__r {
    width: 7.6041vw;
    position: absolute;
    right: 27.8%;
    bottom: 0; }
  .rental p {
    font-size: 1.25vw;
    font-weight: bold;
    letter-spacing: 0.25em;
    position: relative;
    bottom: -50%;
    left: 11.9%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: flex;
    align-items: center; }
  .rental__blue {
    color: #0D9EB9;
    font-weight: bold; }
  .rental__green {
    color: #8AB424;
    font-weight: bold; }
  .rental .space {
    width: 7px; }

/*rental*/
/*web*/
.web {
  background: #89B324; }
  .web__flow {
    width: 700px;
    padding: 90px 0; }
  .web__info {
    width: 1080px;
    background: #fff;
    border-radius: 100px;
    padding: 40px 110px;
    margin-bottom: 150px; }
    .web__info ul li {
      padding: 30px 0; }
  .web__title {
    display: flex;
    align-items: center;
    padding-bottom: 30px; }
    .web__title h2 {
      font-size: 2.8rem;
      font-family: "nitalago-ruika", sans-serif;
      font-weight: 100;
      font-style: normal;
      color: #003B63;
      position: relative;
      z-index: 4; }
    .web__title img {
      width: 160px;
      padding-right: 45px; }
    .web__title::after {
      content: '';
      display: block;
      width: 520px;
      position: absolute;
      bottom: 37%;
      left: 21%;
      border-bottom: 20px solid #8AB424;
      opacity: 0.15;
      z-index: 2; }
  .web__text {
    font-size: 1.8rem;
    line-height: 3rem; }
  .web__under {
    border-bottom: 1px dashed #999; }
  .web__att {
    font-size: 1.6rem;
    padding-top: 12px; }
    .web__att p {
      padding: 0.5em 0;
      line-height: 1em; }
    .web__att span {
      letter-spacing: -0.6em; }
  .web__imgbox {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .web__imgbox--r {
      width: 420px; }
  .web__item {
    width: 360px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-left: 25px; }
    .web__item .pc {
      width: 450px;
      position: absolute;
      top: -16%;
      left: -25px; }
  .web__logo {
    max-width: 163px;
    max-height: 40px;
    padding: 1rem 0; }

/*web*/
/*shop*/
.shop {
  background: #0D9EB9; }
  .shop__list {
    padding-bottom: 80px; }
    .shop__list li {
      border-radius: 60px;
      background: #fff;
      width: 800px;
      margin: 90px 0 70px; }
  .shop__info {
    background: #003B63;
    display: flex;
    align-items: center;
    height: 100px;
    border-radius: 60px 60px 0 0; }
    .shop__info img {
      height: 30px;
      width: auto;
      padding-left: 70px; }
  .shop__flex {
    display: flex; }
  .shop__title {
    font-size: 2.8rem;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #fff;
    padding: 0 15px 0 25px; }
    .shop__title span {
      color: #FFE100; }
  .shop__sub {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.4rem;
    color: #fff; }
    .shop__sub span {
      letter-spacing: -0.2em; }
    .shop__sub::before {
      content: '／'; }
  .shop__img {
    width: 600px;
    padding: 48px 0 55px;
    margin: 0 auto; }

/*shop*/
/*auto*/
.auto {
  background: #003B63; }
  .auto__info {
    background: #8AB424;
    display: flex;
    align-items: center;
    height: 100px;
    border-radius: 60px 60px 0 0; }
    .auto__info img {
      height: 30px;
      width: auto;
      padding-left: 70px; }
  .auto__title {
    font-size: 2.8rem;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #fff;
    padding: 0 0 0 20px; }
  .auto__list {
    width: 800px;
    padding-top: 90px; }
  .auto__listitem {
    margin-bottom: 70px;
    border-radius: 60px;
    background: #fff; }
  .auto__img {
    width: 600px;
    padding: 48px 0 15px;
    margin: 0 auto; }
  .auto__mini {
    font-size: 1.8rem;
    padding-bottom: 35px;
    margin-left: 100px; }
    .auto__mini li {
      padding: 7px 0; }
      .auto__mini li::before {
        content: '■'; }
  .auto__button {
    margin: 0;
    padding: 20px 40px;
    height: 65px;
    background: #0D9EB9;
    color: #fff;
    font-size: 2.4rem;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    display: flex;
    align-items: center;
    border-radius: 30px; }
    .auto__button img {
      width: 45px;
      padding-right: 15px; }
    .auto__button p span {
      display: inline-block; }

.auto__button:hover p span {
  transition: .6s;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg); }
  .auto__button:hover p span:nth-of-type(1) {
    -webkit-transition-delay: .02s;
    transition-delay: .02s; }
  .auto__button:hover p span:nth-of-type(2) {
    -webkit-transition-delay: .04s;
    transition-delay: .04s; }
  .auto__button:hover p span:nth-of-type(3) {
    -webkit-transition-delay: .06s;
    transition-delay: .06s; }
  .auto__button:hover p span:nth-of-type(4) {
    -webkit-transition-delay: .08s;
    transition-delay: .08s; }
  .auto__button:hover p span:nth-of-type(5) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s; }
  .auto__button:hover p span:nth-of-type(6) {
    -webkit-transition-delay: .12s;
    transition-delay: .12s; }
  .auto__button:hover p span:nth-of-type(7) {
    -webkit-transition-delay: .14s;
    transition-delay: .06s; }
  .auto__button:hover p span:nth-of-type(8) {
    -webkit-transition-delay: .16s;
    transition-delay: .16s; }
  .auto__button:hover p span:nth-of-type(9) {
    -webkit-transition-delay: .18s;
    transition-delay: .18s; }
  .auto__button:hover p span:nth-of-type(10) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s; }
  .auto__button:hover p span:nth-of-type(11) {
    -webkit-transition-delay: .22s;
    transition-delay: .22s; }
  .auto__button:hover p span:nth-of-type(12) {
    -webkit-transition-delay: .24s;
    transition-delay: .24s; }

/*auto*/
/*so*/
.so {
  padding-bottom: 0;
  position: relative;
  top: -5vw;
  margin-bottom: -5vw; }
  .so h5 {
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 2.8rem;
    padding: 50px 0 20px;
    width: 930px;
    margin: 0 auto; }
  .so__top {
    padding-top: 100px; }
  .so__aqua {
    color: #0D9EB9; }
  .so__blue {
    color: #003B63; }
  .so dl {
    width: 930px;
    display: flex;
    flex-wrap: wrap;
    margin: auto; }
  .so dt {
    width: 210px;
    color: #fff;
    font-size: 1.8rem;
    padding: 21px 0;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .so dd {
    width: 710px;
    border-bottom: 1px dashed #999;
    padding: 17px 0 10px 45px;
    line-height: 3rem; }
  .so .blue dt {
    background: #003B63; }
  .so .aqua dt {
    background: #0D9EB9; }

.so dl .so__last {
  border-bottom: none; }

/*so*/
/*dd*/
.dd {
  background: #0D9EB9;
  z-index: 3;
  top: -1px;
  margin-bottom: -1px; }
  .dd h4 {
    text-align: end;
    color: #fff;
    padding-bottom: 70px; }
  .dd__info {
    display: flex;
    justify-content: space-between; }
    .dd__info h6 {
      color: #003B63;
      font-size: 2.2rem;
      padding-bottom: 1rem; }
      .dd__info h6::before {
        content: '■'; }
    .dd__info--l {
      background: #fff;
      width: 510px;
      border-radius: 30px;
      font-size: 1.8rem;
      color: #333;
      line-height: 3rem;
      padding: 3.5rem 5rem;
      box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25); }
    .dd__info--r {
      background: #fff;
      width: 510px;
      border-radius: 30px;
      font-size: 1.8rem;
      color: #333;
      line-height: 3rem;
      padding: 3.5rem 5rem;
      box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25); }
  .dd__logo {
    height: 110px;
    padding: 100px 0 0; }

/*dd*/
.footer {
  background: #003B63;
  color: #8AB424;
  z-index: 3; }
  .footer__cre {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }

/*wave*/
.wave1 {
  z-index: 1;
  background: url("../img/wave01.svg") no-repeat;
  background-size: calc(100% + 2px);
  background-position: center;
  top: -1px;
  padding-bottom: 18.22vw; }
  .wave1::before {
    content: '';
    background: url("../img/car02.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    width: 6.25vw;
    height: 3.75vw;
    bottom: 12vw;
    left: 7vw;
    transform: rotate(-7deg);
    transition: .3s; }
  .wave1::after {
    content: '';
    background: url("../img/fukidashi.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    width: 17.1875vw;
    height: 7.5vw;
    bottom: 3vw;
    right: 15.625vw;
    transition: .3s; }

.wave2 {
  z-index: 1;
  background: url("../img/wave03.svg") no-repeat;
  background-size: calc(100% + 2px);
  background-position: center;
  top: -1px;
  padding-bottom: 18.22vw; }
  .wave2::after {
    content: '';
    background: url("../img/car04.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    width: 6.25vw;
    height: 7.5vw;
    bottom: -4.7vw;
    right: 15.625vw;
    transition: .3s; }

.wave3 {
  z-index: 1;
  background: url("../img/wave02.svg") no-repeat;
  background-size: calc(100% + 2px);
  background-position: center;
  top: -1px;
  padding-bottom: 16.22vw; }

/*wave*/
@media screen and (max-width: 1200px) {
  .contents {
    width: 86.6667vw; }
    .contents h4 {
      font-size: 8vw; }
      .contents h4 span {
        font-size: 4vw;
        padding-top: 2vw; }

  .contents1080 {
    width: 86.6667vw;
    top: 0; }
    .contents1080 h4 {
      font-size: 8vw; }
      .contents1080 h4 span {
        font-size: 4vw;
        padding-top: 2vw; }

  .pc {
    display: none; }

  .sp {
    display: block; }
    .sp__space {
      display: block;
      width: 1em; }

  .sp2 {
    display: inline;
    margin-left: 1em; }

  .movie {
    width: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .movie p {
      color: #003B63;
      font-size: 1.8rem;
      font-family: "nitalago-ruika", sans-serif;
      font-weight: 100;
      font-style: normal; }
    .movie img {
      width: 60px;
      padding-bottom: 9px; }

  .subtitle {
    height: 18.6667vw; }
    .subtitle p {
      font-size: 5.6vw;
      padding: 0 3.7333vw 0 5.333vw; }
    .subtitle__num {
      width: 24vw; }
    .subtitle__icon1 {
      width: 12vw; }
    .subtitle__icon2 {
      width: 8.666vw; }
    .subtitle__icon3 {
      width: 11.466vw; }
    .subtitle::after {
      top: 115%;
      right: 48%;
      border-bottom: solid 4vw transparent;
      border-top: solid 2vw #fff;
      border-left: solid 2vw transparent;
      border-right: solid 2vw transparent; }

  /*header*/
  .header {
    width: 100%;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    padding: 0;
    transition: .3s; }
    .header__r {
      display: flex;
      justify-content: center; }
    .header__logo {
      position: relative;
      top: 0;
      left: 0;
      transition: .3s; }
      .header__logo img {
        width: 230px;
        display: flex;
        align-items: center;
        padding-left: 50px; }
    .header__nav {
      display: none;
      position: fixed;
      top: 110px;
      left: 0;
      background: #0D9EB9; }
      .header__nav .sp {
        display: flex;
        justify-content: center;
        padding: 16vw 0 30vw; }
        .header__nav .sp img {
          width: 60.666vw; }
    .header__list {
      flex-direction: column;
      justify-content: center;
      background: url("../img/SP_TOP_back.svg") no-repeat;
      background-position: center bottom;
      background-size: 100%;
      width: 100vw;
      padding-top: 8vw;
      font-size: 5.333vw; }
      .header__list li {
        padding: 5.9vw 0;
        width: 63.333vw;
        border-bottom: 2px dashed #0D9EB9;
        text-align: center; }
        .header__list li .header__listitem {
          color: #003B63; }
      .header__list .bordernone {
        border-bottom: none; }
      .header__list .button {
        background-color: #003B63;
        border-radius: 100px;
        font-size: 5.333vw;
        padding: 2.666vw 6.6666vw;
        margin-top: 6.9333vw;
        border-bottom: none;
        position: relative;
        top: 3vw;
        width: 53.333vw; }
        .header__list .button img {
          display: inline;
          width: 9.333vw;
          padding-right: 2.4vw; }
        .header__list .button a {
          display: flex;
          align-items: center;
          justify-content: center; }

  header.active {
    padding: 0; }

  header.active .header__logo {
    top: 0;
    left: 0;
    transform: scale(0.7);
    transform-origin: left; }

  .spmenu {
    display: block;
    height: 110px;
    width: 110px;
    background: #0D9EB9;
    position: relative; }

  .header__nav.panelactive {
    display: block;
    z-index: 10; }

  .spmenu span {
    display: inline-block;
    transition: all .3s;
    position: absolute;
    right: 21px;
    height: 4px;
    border-radius: 5px;
    background: #fff; }
    .spmenu span:nth-child(1) {
      width: 61.817%;
      top: 28px; }
    .spmenu span:nth-child(2) {
      width: 42.727%;
      top: 46px; }
      .spmenu span:nth-child(2)::after {
        content: 'MENU';
        position: absolute;
        top: 26px;
        right: 0;
        color: #fff;
        font-size: 1.8rem;
        font-family: "nitalago-ruika", sans-serif;
        font-weight: 100;
        font-style: normal; }

  .openbtn1.active span:nth-child(1) {
    transform: translateY(6px) rotate(-30deg);
    width: 56.36%;
    top: 30px; }
  .openbtn1.active span:nth-child(2) {
    transform: translateY(6px) rotate(30deg);
    width: 56.36%;
    top: 31px; }
    .openbtn1.active span:nth-child(2)::after {
      content: 'CLOSE';
      transform: translateY(0) rotate(-30deg);
      top: 29px;
      right: -21px; }

  /*header*/
  /*main*/
  .main {
    max-height: inherit; }
    .main__visual {
      justify-content: center;
      flex-direction: column-reverse;
      overflow: hidden;
      background-image: url("../img/SP_TOP_back.svg");
      background-size: cover;
      background-position: center bottom; }
      .main__visual img {
        border-radius: 0;
        padding-bottom: 0;
        width: 103vw; }
    .main__circle h1 {
      font-size: 9.26vw;
      padding: 9.666vw 0 6.666vw 10vw;
      line-height: 1.5em; }
    .main__circle h2 {
      font-size: 4.9vw;
      line-height: 1.5em;
      margin-left: 9.5vw; }
    .main__text1 {
      padding-bottom: 1vw; }
      .main__text1::after {
        width: 81vw; }
    .main__text2 {
      padding-bottom: 20.666vw; }
      .main__text2::after {
        width: 79.6vw; }

  /*main*/
  /*info*/
  .info {
    padding-bottom: 13.333vw; }
    .info h3 {
      font-size: 6.9333vw;
      padding: 13.3333vw 0 4vw; }
      .info h3 img {
        width: 48.9vw;
        padding-right: 2.6vw; }
    .info__mation {
      flex-direction: column-reverse;
      border-top: 1px solid #fff;
      padding: 4vw 0 2rem; }
      .info__mation img {
        width: 34vw;
        height: auto;
        padding: 0 6.4vw 0 2vw;
        position: absolute;
        top: 12%;
        left: 0; }
    .info__text--1 {
      font-size: 4.2vw;
      line-height: 1.8em;
      padding-bottom: 0;
      width: 87.6vw; }
    .info__text--2 {
      font-size: 3.2vw;
      line-height: 1.6em;
      max-width: 45vw;
      white-space: normal; }
    .info__top {
      padding: 17.666vw 0 8vw; }
    .info__under {
      padding-bottom: 20vw; }
    .info__att {
      font-size: 3.2vw; }
    .info__five {
      font-size: 3.7333vw;
      width: 100%;
      border-radius: 30px;
      padding: 6.666vw 0; }
      .info__five .red {
        font-size: 4.5333vw; }
      .info__five ol {
        padding: 0 10px 0 6px; }
        .info__five ol li {
          padding: 3vw 0;
          line-height: 1.5;
          width: 78.666vw; }
          .info__five ol li .circle_number {
            width: 5.0666vw;
            height: 5.0666vw;
            margin: 0 1.3333vw 0 2vw; }
    .info__title {
      font-size: 5.333vw;
      padding-bottom: 5vw;
      padding-left: 6vw; }
      .info__title img {
        top: -94%;
        right: 4%;
        width: 24.333vw; }
      .info__title .green90 {
        font-size: 10.133vw; }
      .info__title .green70 {
        font-size: 8vw; }
      .info__title .green50 {
        font-size: 5.333vw; }
    .info__sp {
      display: flex;
      justify-content: flex-end; }

  /*info*/
  /*rf*/
  .rf {
    top: 4vw;
    margin-bottom: 4vw; }
    .rf ul {
      justify-content: center;
      flex-direction: column;
      padding: 9.333vw; }
    .rf__step {
      width: 66.666vw;
      height: 66.666vw; }
      .rf__step h5 {
        font-size: 8vw; }
    .rf__eng {
      font-size: 3.2vw;
      padding: 2.666vw 0 8vw; }
    .rf__num {
      width: 14vw;
      padding: 8vw 0 4vw; }
    .rf__g .rf__sys {
      height: 11.6vw; }
    .rf__g .rf__num {
      width: 12vw; }
    .rf__a .rf__sys {
      height: 17.0666vw; }
    .rf__b .rf__sys {
      height: 15.6vw; }
    .rf__more1 {
      width: 17.333vw;
      height: 17.333vw;
      padding: 2vw 0 0 0; }
    .rf__more2 {
      width: 17.333vw;
      height: 17.333vw;
      padding: 2vw 0 0 0; }
    .rf__more3 {
      width: 17.333vw;
      height: 17.333vw;
      padding: 2vw 0 0 0; }
    .rf__hover {
      font-size: 4vw;
      letter-spacing: 0.05em;
      margin-bottom: 2.333vw; }
    .rf__arrow img {
      transform: rotate(90deg);
      padding: 3.7333vw 0; }
    .rf__arrow2 {
      font-size: 2.9333vw; }

  /*rf*/
  /*rental*/
  .rental {
    border-bottom: 3.333vw solid #333;
    height: 14.666vw; }
    .rental__l {
      width: 17.333vw;
      left: 3.33%;
      bottom: 0; }
    .rental__r {
      width: 18vw;
      right: 3%; }
    .rental p {
      font-size: 3.4666vw;
      letter-spacing: 0.05em;
      padding: 0 0 3.333vw 0;
      bottom: -71%;
      left: 25%; }
    .rental .space {
      width: 0.9vw; }

  /*rental*/
  /*web*/
  .web {
    background: #89B324; }
    .web__flow {
      width: 86.6667vw;
      padding: 13.333vw 0 9.333vw; }
    .web__info {
      width: 86.6667vw;
      border-radius: 30px;
      padding: 8vw 4vw;
      margin-bottom: 20vw; }
      .web__info ul li {
        padding: 8vw 0 4vw; }
      .web__info ul .web__under {
        padding: 0 0 7vw; }
    .web__title {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      padding-bottom: 5.333vw; }
      .web__title h2 {
        font-size: 5.6vw;
        line-height: 1.2em; }
      .web__title::after {
        width: 72vw;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        border-bottom: 2.666vw solid #8AB424; }
      .web__title img {
        width: 24.88vw;
        padding-right: 0;
        padding-bottom: 4vw; }
    .web .spunder::after {
      width: 60.4vw; }
    .web__text {
      font-size: 3.7333vw;
      line-height: 1.6em; }
    .web__att {
      font-size: 3.2vw;
      padding-top: 4vw; }
      .web__att p {
        padding: 0;
        line-height: 1.6em; }
      .web__att span {
        letter-spacing: -0.3em; }
    .web__imgbox {
      flex-direction: column;
      justify-content: center; }
      .web__imgbox--r {
        width: 68vw; }
    .web__item {
      width: 56vw;
      margin-left: 0;
      padding: 6vw 0 8.666vw; }
      .web__item .sp {
        width: 66.666vw;
        position: absolute;
        top: 53%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); }
    .web__logo {
      max-width: 28vw;
      max-height: 6vw;
      padding: 1.333vw 0; }

  /*web*/
  /*shop*/
  .shop__list {
    padding-bottom: 10vw; }
    .shop__list li {
      border-radius: 30px;
      width: 86.6667vw;
      margin: 9.333vw 0; }
  .shop__info {
    height: 17.333vw;
    border-radius: 30px 30px 0 0;
    justify-content: center; }
    .shop__info img {
      height: 5.3333vw;
      position: absolute;
      top: 38%;
      left: 10%;
      padding: 0; }
  .shop__flex {
    flex-direction: column; }
  .shop__title {
    font-size: 5.6vw;
    text-align: center;
    padding: 0 0 2vw; }
  .shop__sub {
    font-size: 3.7333vw;
    display: block;
    text-align: center; }
    .shop__sub::before {
      content: ''; }
  .shop__img {
    width: 65.333vw;
    padding: 5.0666vw 0 5.6vw; }

  /*shop*/
  /*auto*/
  .auto {
    padding-bottom: 0.5vw; }
    .auto__info {
      height: 18.666vw;
      border-radius: 30px 30px 0 0; }
      .auto__info img {
        height: 5.333vw;
        padding-left: 4.9333vw; }
    .auto__title {
      font-size: 5.6vw;
      padding: 0 0 0 2.666vw;
      text-align: center;
      line-height: 1.2em; }
    .auto__list {
      width: 86.6667vw;
      padding-top: 13.333vw; }
    .auto__listitem {
      margin-bottom: 9.333vw;
      border-radius: 30px; }
    .auto__img {
      width: 65.333vw;
      padding: 4.666vw 0 3.7333vw; }
    .auto__mini {
      font-size: 3.7333vw;
      padding-bottom: 5.6vw;
      margin: 0 7.2vw 0 8.666vw; }
      .auto__mini li {
        padding: 0;
        line-height: 1.25em;
        margin-left: 1em;
        text-indent: -1em; }
    .auto__button {
      margin: 4.333vw 0 0;
      padding: 3.7333vw 7.2vw;
      width: 80.6667vw;
      max-width: 86.6667vw;
      height: 12vw;
      font-size: 4.8vw;
      border-radius: 50px;
      justify-content: center; }
      .auto__button img {
        width: 8.333vw;
        padding-right: 2.9333vw; }

  /*auto*/
  /*so*/
  .so {
    top: 3vw;
    margin-bottom: 3vw;
    padding-bottom: 13.333vw; }
    .so h5 {
      font-size: 4.8vw;
      padding: 9.333vw 0 4vw;
      width: 87vw; }
    .so dl {
      width: 87vw; }
    .so .sp {
      font-size: 3.7vw; }
      .so .sp li::before {
        content: "・"; }
    .so .mar {
      margin-left: 1em; }
    .so dt {
      width: 26.5vw;
      font-size: 3.7vw;
      padding: 2.9333vw 2.1vw;
      border-radius: 10px;
      margin-bottom: 2.666vw;
      text-align: center;
      line-height: 1.2em; }
    .so dd {
      display: flex;
      align-items: center;
      font-size: 3.7vw;
      width: 60.5vw;
      padding: 2.33vw 0 3.33vw 2.666vw;
      line-height: 1.4em; }
    .so__top {
      padding-top: 9.333vw; }
      .so__top dd {
        padding: 2.666vw 0 4vw 1vw; }

  /*so*/
  /*dd*/
  .dd {
    top: -1vw;
    margin-bottom: -1vw; }
    .dd h4 {
      padding-top: 4.4vw;
      padding-bottom: 9.333vw; }
    .dd__info {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .dd__info h6 {
        font-size: 4.2666vw;
        padding-bottom: 3vw; }
      .dd__info--l {
        width: 86.6667vw;
        font-size: 3.7333vw;
        line-height: 1.45em;
        padding: 4.333vw 6.666vw;
        margin-bottom: 6.666vw;
        border-radius: 10px; }
      .dd__info--r {
        width: 86.6667vw;
        font-size: 3.7333vw;
        line-height: 1.45em;
        padding: 4.333vw 6.666vw;
        border-radius: 10px; }
    .dd__logo {
      height: 14.666vw;
      padding: 13.333vw 0 8.333vw; }

  /*dd*/
  .footer__cre {
    height: 12vw;
    font-size: 3.2vw; }

  /*wave*/
  .wave1 {
    background: url("../img/wave01-sp.svg") no-repeat;
    padding-bottom: 29.22vw;
    background-size: calc(100% + 2px);
    background-position: center; }
    .wave1::before {
      width: 15.5vw;
      height: 13.75vw;
      bottom: 8vw;
      left: 12vw;
      transform: rotate(-2deg); }
    .wave1::after {
      width: 49.333vw;
      height: 22.5vw;
      bottom: 7vw;
      right: 6.625vw; }

  .wave2 {
    background: url("../img/wave03-sp.svg") no-repeat;
    padding-bottom: 29.22vw;
    background-size: calc(100% + 2px);
    background-position: center 99.5%;
    position: relative;
    top: -0.6vw; }
    .wave2::after {
      width: 18.66vw;
      height: 9.5vw;
      bottom: -0.8vw;
      right: 7.625vw; }

  .wave3 {
    background: url("../img/wave02-sp.svg") no-repeat;
    background-size: calc(100% + 2px);
    background-position: center 99.5%;
    padding-bottom: 21.22vw; }

  /*wave*/ }
@media screen and (max-width: 525px) {
  /*header*/
  .movie {
    width: 60px; }
    .movie p {
      font-size: 1.1rem; }
    .movie img {
      width: 34px;
      padding-bottom: 5.3px; }

  .header__logo {
    position: relative;
    top: 0;
    left: 0;
    transition: .3s; }
    .header__logo img {
      width: 130px;
      padding-left: 3.666vw; }
  .header__nav {
    top: 60px;
    left: 0; }
    .header__nav .sp {
      padding: 16vw 0 30vh; }
      .header__nav .sp img {
        width: 60.666vw; }
  .header__list .button {
    top: 6vw; }

  .spmenu {
    height: 60px;
    width: 60px; }

  .spmenu span {
    right: 12px;
    height: 2px; }
    .spmenu span:nth-child(1) {
      width: 61.817%;
      top: 14px; }
    .spmenu span:nth-child(2) {
      width: 42.727%;
      top: 25px; }
      .spmenu span:nth-child(2)::after {
        top: 13px;
        right: 0;
        font-size: 1.1rem; }

  .openbtn1.active span:nth-child(1) {
    transform: translateY(6px) rotate(-30deg);
    width: 56.36%;
    top: 13px; }
  .openbtn1.active span:nth-child(2) {
    transform: translateY(6px) rotate(30deg);
    width: 56.36%;
    top: 13px; }
    .openbtn1.active span:nth-child(2)::after {
      content: 'CLOSE';
      transform: translateY(0) rotate(-30deg);
      top: 15.5px;
      right: -14.5px; }

  /*header*/
  /*main*/
  .main__circle h1 {
    padding: 10.666vw 0 6vw 10vw; }

  /*main*/
  /*rf*/
  .rf__hover {
    margin-bottom: 2vw; }

  /*rf*/
  /*auto*/
  .auto__info img {
    padding-left: 8.333vw; }
  .auto__mini {
    font-size: 3.333vw; }

  /*auto*/
  /*so*/
  .so dt {
    font-size: 3.4vw; }
  .so dd {
    font-size: 3.4vw; }
  .so .sp {
    font-size: 3.4vw; }

  /*so*/ }
