@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
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;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* === Hambuerger Button's Style Paste Here === */
/*+++ Reset +++*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none; }

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none; }

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0; }

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0; }

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%; }

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%; }

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px; }

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px; }

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0; }

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px); }

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none; }

.zdo_drawer_button.active .zdo_drawer_close {
  display: block; }

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px; }

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none; }

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #2274a5; }

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #2274a5; }

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001; }
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none; }
.zdo_drawer_menu a:visited {
  color: inherit; }
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0; }
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  transform: translate(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF; }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px; }
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-100%);
  right: auto;
  left: 0; }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px; }
  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 16px;
    margin-bottom: 15px; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* wrap */
/*	common
---------------------------------*/
::selection {
  background: #3c3c3c;
  color: #fff; }

::-moz-selection {
  background: #3c3c3c;
  color: #fff; }

body {
  color: #3c3c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.875; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* link */
a {
  color: #3c3c3c;
  text-decoration: none;
  transition: .4s; }
  a img {
    transition: .4s; }

a:hover {
  transition: .4s;
  opacity: 0.6; }

a:active, a:focus {
  outline: none; }

/* element */
.image {
  display: inline; }
  @media (max-width: 900px) {
    .image {
      display: none; } }

.image_s {
  display: none; }
  @media (max-width: 900px) {
    .image_s {
      display: inline; } }

.cf::after {
  content: "";
  display: block;
  clear: both; }

/* adjust anchor */
.anc {
  margin-top: -120px;
  padding-top: 120px; }
  @media screen and (max-width: 900px) {
    .anc {
      margin-top: -50px;
      padding-top: 50px; } }

/* figure */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block !important; }
  @media screen and (max-width: 900px) {
    .block_p {
      display: none !important; } }

.block_s {
  display: none; }
  @media screen and (max-width: 900px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 900px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 900px) {
    .inline_s {
      display: inline; } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.between {
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.wrapper {
  position: relative;
  overflow: hidden; }

.inner,
.innerS {
  max-width: 1160px;
  margin: auto;
  position: relative;
  padding: 0 40px; }
  @media screen and (max-width: 900px) {
    .inner,
    .innerS {
      padding: 0 30px; } }

.buttonWrap .button {
  overflow: inherit; }
.buttonWrap .button__link {
  width: 160px;
  height: 40px; }
  .buttonWrap .button__link:hover .button__inner::before {
    background: url("../img/icon_mail_b.svg") no-repeat;
    background-size: 15px; }
.buttonWrap .button__inner::after {
  right: 11px; }
.buttonWrap .button__inner::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 18px;
  width: 15px;
  height: 11px;
  transform: translateY(-50%);
  background: url("../img/icon_mail.svg") no-repeat;
  background-size: 15px; }

.header {
  transition: .4s;
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  z-index: 10;
  height: 105px;
  align-items: center;
  background: #FFF;
  top: 15px;
  padding: 0 65px 0 35px;
  /* メガメニューのスタイル */ }
  @media screen and (max-width: 900px) {
    .header {
      height: 50px;
      top: 0;
      padding: 0 15px; } }
  .header__logo {
    display: block;
    width: 301.6325px;
    transition: .4s; }
    @media screen and (max-width: 900px) {
      .header__logo {
        width: 170px;
        position: relative;
        top: -2px; } }
  .header__nav {
    height: 100%; }
    @media screen and (max-width: 1290px) {
      .header__nav {
        display: none; } }
  .header__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%; }
  .header__li {
    margin-right: 30px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .header__li:last-of-type {
      margin-right: 0; }
  .header__li2 {
    position: relative;
    z-index: 10; }
  .header__link {
    font-weight: 600;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    letter-spacing: 0.5px;
    transition: .4s; }
    .header__link:hover {
      color: #61C5CB;
      text-decoration: none;
      opacity: 1; }
  .header__linkInner {
    position: relative;
    z-index: 1; }
  .header__btn {
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-radius: 100px;
    height: 40px;
    width: 155px;
    align-items: center;
    justify-content: center;
    background: #25c9ce;
    transition: .4s;
    color: #FFF; }
    .header__btn img {
      display: inline-block;
      width: 15px;
      position: relative;
      vertical-align: middle;
      position: relative;
      margin: 0 7px 0 0;
      top: -2px; }
  .header__triger {
    position: relative;
    cursor: pointer;
    padding-right: 28px;
    background: url("../img/megamenu_plus.svg") right center no-repeat;
    background-size: 20px; }
    .header__triger:hover {
      background: url("../img/megamenu_minus.svg") right center no-repeat;
      background-size: 20px; }
      .header__triger:hover .header__childNavWrap {
        opacity: 1;
        visibility: visible; }
  .header__childNavWrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% - 25px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s; }
  .header__childNavWrap1 {
    width: 910px;
    left: calc(50% - 455px); }
  .header__childNav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background: #25c9ce;
    border-radius: 10px;
    padding: 33px 33px 22px;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    box-sizing: border-box; }
  .header__childNavLi {
    width: 260px;
    margin-right: 30px; }
    .header__childNavLi:last-of-type {
      margin-right: 0; }
  .header__childNavThum {
    overflow: hidden;
    display: block; }
    .header__childNavThum img {
      transition: transform .4s ease; }
  .header__childNavLink {
    display: block;
    color: #FFF; }
    .header__childNavLink:hover {
      opacity: 1; }
    .header__childNavLink:hover .button4__link {
      color: #FFF;
      opacity: 1; }
      .header__childNavLink:hover .button4__link::after {
        width: calc(100% - 2px);
        opacity: 1; }
      .header__childNavLink:hover .button4__link .button4__inner::after {
        background: url("../img/arrow_w.svg") no-repeat;
        background-size: 13px; }
  .header__childNavTxt {
    margin-top: 10px;
    position: relative;
    margin-right: 7px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: center; }
    .header__childNavTxt .button4 {
      overflow: inherit; }
    .header__childNavTxt .button4__link {
      margin-top: 0;
      width: 26px;
      height: 25px; }
    .header__childNavTxt .button4__inner::after {
      right: 0px; }

.header.on {
  transition: .4s; }

.header.bg {
  background: #000; }

.spNav {
  display: none; }
  @media screen and (max-width: 1290px) {
    .spNav {
      display: block; } }
  .spNav .zdo_drawer_button {
    width: 30px;
    height: 16px;
    background: url("../img/hum_open.svg") center no-repeat;
    background-size: 30px;
    right: 35px;
    top: 58px; }
    @media screen and (max-width: 900px) {
      .spNav .zdo_drawer_button {
        right: 15px;
        top: 17px; } }
  .spNav .zdo_drawer_button.active {
    background: url("../img/hum_close.svg") center no-repeat;
    background-size: 30px; }
  .spNav .zdo_drawer_menu .zdo_drawer_nav_wrapper {
    height: calc(100% - 15px);
    top: 15px;
    background: #FFF;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 375px; }
    @media screen and (max-width: 900px) {
      .spNav .zdo_drawer_menu .zdo_drawer_nav_wrapper {
        top: 0;
        height: 100%;
        max-width: 100%; } }
  .spNav .zdo_drawer_menu .zdo_drawer_bg {
    height: calc(100% - 130px);
    top: 130px;
    opacity: 0; }
  .spNav__box {
    padding: 105px 30px 30px;
    background: #FFF;
    position: relative; }
    @media screen and (max-width: 900px) {
      .spNav__box {
        padding: 60px 30px 30px; } }
  .spNav__logoHead {
    display: block;
    width: 175px;
    display: block;
    width: 175px;
    left: 30px;
    position: absolute;
    top: 35px; }
    @media screen and (max-width: 900px) {
      .spNav__logoHead {
        top: 8px;
        width: 170px;
        left: 15px; } }
  .spNav__link {
    font-weight: 600;
    display: block;
    box-sizing: border-box;
    padding: 13px 0;
    background: url("../img/arrow.svg") right 0px center no-repeat;
    background-size: 18px;
    border-top: 1px solid #CCC; }
  .spNav__linkNoBg {
    background: none; }
  .spNav__list {
    border-bottom: 1px solid #CCC; }
  .spNav__list2 {
    padding-left: 25px;
    border-bottom: none; }
  .spNav__btn {
    width: 100%;
    height: 40px;
    margin-top: 30px; }
  .spNav__btnInner {
    color: #FFF; }
  .spNav__logo {
    display: block;
    max-width: 200px;
    margin: 55px auto 10px; }
  .spNav__ttl {
    text-align: center; }
  .spNav .button {
    margin-top: 30px; }
  .spNav .button__link {
    margin: auto;
    left: 0;
    color: #FFF; }
    .spNav .button__link .button__inner {
      color: #FFF; }
    .spNav .button__link:hover .button__inner {
      color: #25c9ce; }

.ttl {
  font-size: 38px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin-top: 5px; }
  @media screen and (max-width: 900px) {
    .ttl {
      font-size: 25px; } }

.enTtl {
  color: #9fa0a0;
  font-family: "Ubuntu";
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
  font-weight: 500;
  letter-spacing: 0.5px; }
  @media screen and (max-width: 900px) {
    .enTtl {
      font-size: 12px; } }
  .enTtl:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 19px;
    background: url("../img/icon_kazari.svg") no-repeat;
    background-size: 12px; }
    @media screen and (max-width: 900px) {
      .enTtl:before {
        top: 2px; } }

.btn,
.btn2,
.btn3 {
  width: 289.4137px;
  height: 64px;
  position: relative;
  background: url("../img/bg_btn.png") no-repeat;
  background-size: 289.4137px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #FFF; }
  @media screen and (max-width: 900px) {
    .btn,
    .btn2,
    .btn3 {
      background: url("../img/bg_btn.png") no-repeat;
      background-size: 220px;
      width: 220px;
      height: 48px; } }
  .btn:after,
  .btn2:after,
  .btn3:after {
    content: "";
    background: url("../img/arrow_w.svg");
    background-size: 20px;
    width: 20px;
    height: 6px;
    position: absolute;
    right: 40px; }
    @media screen and (max-width: 900px) {
      .btn:after,
      .btn2:after,
      .btn3:after {
        right: 30px;
        background: url("../img/arrow_w.svg") no-repeat;
        background-size: 16px;
        width: 16px;
        height: 5px; } }
  .btn:hover,
  .btn2:hover,
  .btn3:hover {
    opacity: 1;
    color: #25c9ce;
    background: url("../img/bg_btn_w.png") no-repeat;
    background-size: 289.4137px; }
    @media screen and (max-width: 900px) {
      .btn:hover,
      .btn2:hover,
      .btn3:hover {
        background: url("../img/bg_btn_w.png") no-repeat;
        background-size: 220px;
        width: 220px;
        height: 48px; } }
    .btn:hover:after,
    .btn2:hover:after,
    .btn3:hover:after {
      right: 30px;
      background: url("../img/arrow.svg") no-repeat;
      background-size: 16px;
      width: 16px;
      height: 5px; }

.btn2 {
  width: 208px;
  height: 46px;
  background: url("../img/bg_btn2.png") no-repeat;
  background-size: 208px;
  justify-content: flex-start; }
  @media screen and (max-width: 900px) {
    .btn2 {
      width: 120px;
      height: 27px;
      background-size: 120px; } }
  .btn2:after {
    content: "";
    background: url("../img/arrow_w.svg");
    background-size: 20px;
    width: 20px;
    height: 6px;
    position: absolute;
    right: 40px; }
    @media screen and (max-width: 900px) {
      .btn2:after {
        background: url("../img/arrow_w.svg") no-repeat;
        background-size: 15px;
        right: 15px; } }
  .btn2:hover {
    background: url("../img/bg_btn2_w.png") no-repeat;
    background-size: 208px; }
    @media screen and (max-width: 900px) {
      .btn2:hover {
        width: 120px;
        height: 27px;
        background: url("../img/bg_btn2_w.png") no-repeat;
        background-size: 120px; } }
    .btn2:hover:after {
      right: 40px; }
      @media screen and (max-width: 900px) {
        .btn2:hover:after {
          background: url("../img/arrow.svg") no-repeat;
          background-size: 15px;
          right: 15px; } }
  .btn2__inner {
    position: relative;
    display: inline-block;
    left: 40px; }
    @media screen and (max-width: 900px) {
      .btn2__inner {
        font-size: 10px;
        left: 20px; } }

.button {
  overflow: hidden; }
  .button__inner {
    z-index: 3; }
    .button__inner::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      width: 20px;
      height: 6px;
      transform: translateY(-50%);
      background: url("../img/arrow_w.svg") no-repeat;
      background-size: 20px; }
  .button__link {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 253px;
    left: 20px;
    color: #fff;
    text-decoration: none;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    background-color: transparent;
    z-index: 1;
    transition: color .4s; }
    @media screen and (max-width: 900px) {
      .button__link {
        height: 45px;
        width: 200px;
        left: 14px; } }
    .button__link::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 3px;
      background: #25c9ce;
      border: 1px solid #25c9ce;
      transform-origin: left center;
      transform: skewX(-30deg);
      z-index: 1; }
      @media screen and (max-width: 900px) {
        .button__link::before {
          border-radius: 3px; } }
    .button__link::after {
      content: "";
      position: absolute;
      top: 1px;
      bottom: 1px;
      left: 1px;
      right: 1px;
      width: 0;
      border-radius: 2px;
      background: #fff;
      transform-origin: left center;
      transform: skewX(-30deg);
      opacity: 0;
      z-index: 2;
      transition: all .4s ease; }
    .button__link .button__inner {
      font-size: 16px; }
    .button__link:hover {
      color: #25c9ce;
      opacity: 1; }
      .button__link:hover::after {
        width: calc(100% - 2px);
        opacity: 1; }
      .button__link:hover .button__inner::after {
        background: url("../img/arrow.svg") no-repeat;
        background-size: 20px; }

.button2 {
  overflow: hidden; }
  .button2__inner {
    z-index: 3; }
    .button2__inner::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 20px;
      width: 20px;
      height: 6px;
      transform: translateY(-50%) scaleX(-1);
      background: url("../img/arrow_w.svg") no-repeat;
      background-size: 20px;
      transition: background .4s ease; }
  .button2__link {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 253px;
    left: 20px;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    transition: color .4s ease;
    opacity: 1; }
    @media screen and (max-width: 900px) {
      .button2__link {
        height: 45px;
        width: 200px;
        left: 14px; } }
    .button2__link::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 3px;
      background: #25c9ce;
      border: 1px solid #25c9ce;
      transform-origin: left center;
      transform: skewX(-30deg);
      z-index: 1; }
    .button2__link::after {
      content: "";
      position: absolute;
      top: 1px;
      bottom: 1px;
      left: 1px;
      width: 0;
      border-radius: 2px;
      background: #fff;
      transform-origin: left center;
      transform: skewX(-30deg);
      opacity: 1;
      z-index: 2;
      transition: all .4s ease; }
    .button__link2 .button2__inner {
      color: inherit;
      font-size: 16px; }
    .button2__link:hover {
      color: #25c9ce;
      opacity: 1 !important; }
      .button2__link:hover::after {
        width: calc(100% - 2px);
        opacity: 1 !important; }
      .button2__link:hover .button2__inner::after {
        background: url("../img/arrow.svg") no-repeat;
        background-size: 20px;
        transform: translateY(-50%) scaleX(-1); }

.button3 {
  overflow: hidden; }
  .button3__inner {
    z-index: 3; }
    .button3__inner::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 8px;
      width: 20px;
      height: 6px;
      transform: translateY(-50%);
      background: url("../img/arrow_w.svg") no-repeat;
      background-size: 13px; }
  .button3__link {
    margin: 20px auto 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 40px;
    left: auto;
    color: #FFF;
    text-decoration: none;
    z-index: 1;
    transition: color .4s; }
    .button3__link::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 3px;
      background: #25c9ce;
      transform-origin: left center;
      transform: skewX(-30deg);
      z-index: 1; }
    .button3__link::after {
      content: "";
      position: absolute;
      top: 1px;
      bottom: 1px;
      left: 1px;
      width: 0;
      border-radius: 2px;
      background: #FFF;
      transform-origin: left center;
      transform: skewX(-30deg);
      opacity: 0;
      z-index: 2;
      transition: all .4s ease; }

.button4 {
  overflow: hidden; }
  .button4__inner {
    z-index: 3; }
    .button4__inner::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 8px;
      width: 20px;
      height: 6px;
      transform: translateY(-50%);
      background: url("../img/arrow.svg") no-repeat;
      background-size: 13px; }
  .button4__link {
    margin: 20px auto 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 40px;
    left: auto;
    color: #25c9ce;
    text-decoration: none;
    z-index: 1;
    transition: color .4s; }
    .button4__link::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 3px;
      background: #FFF;
      transform-origin: left center;
      transform: skewX(-30deg);
      z-index: 1; }
    .button4__link::after {
      content: "";
      position: absolute;
      top: 1px;
      bottom: 1px;
      left: 1px;
      width: 0;
      border-radius: 2px;
      background: #3C3C3C;
      transform-origin: left center;
      transform: skewX(-30deg);
      opacity: 0;
      z-index: 2;
      transition: all .4s ease; }
    .button4__link:hover {
      color: #FFF;
      opacity: 1; }
      .button4__link:hover::after {
        width: calc(100% - 2px);
        opacity: 1; }
      .button4__link:hover .button4__inner::after {
        background: url("../img/arrow_w.svg") no-repeat;
        background-size: 13px; }

.topQa:hover .button3__link {
  color: #FFF;
  opacity: 1; }
  .topQa:hover .button3__link::after {
    width: calc(100% - 2px);
    opacity: 1; }
  .topQa:hover .button3__link .button3__inner::after {
    background: url("../img/arrow.svg") no-repeat;
    background-size: 13px; }

.topContact:hover .button4__link {
  color: #FFF;
  opacity: 1; }
  .topContact:hover .button4__link::after {
    width: calc(100% - 2px);
    opacity: 1; }
  .topContact:hover .button4__link .button4__inner::after {
    background: url("../img/arrow_w.svg") no-repeat;
    background-size: 13px; }

.mv {
  position: relative;
  height: 890px;
  margin-bottom: 100px;
  /* dotsエリアの位置など必要なら調整 */
  /* 基本ボタン */
  /* アクティブ */
  /* 上から伸びて → 全体表示 → 上から消えていく */ }
  @media screen and (max-width: 900px) {
    .mv {
      height: auto;
      margin-bottom: 50px; } }
  .mv__inner {
    position: relative;
    height: 850px;
    overflow: hidden; }
    @media screen and (max-width: 900px) {
      .mv__inner {
        height: auto; } }
    .mv__inner:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 392.9996px;
      background: #CCC;
      z-index: 1;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%); }
      @media screen and (max-width: 900px) {
        .mv__inner:before {
          width: 250px;
          height: 650px; } }
  .mv__box {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 175px 45px 0 0;
    height: 100%; }
    @media screen and (max-width: 900px) {
      .mv__box {
        padding: 85px 25px 0 0;
        min-height: 650px; } }
  .mv__ttl, .mv__txt {
    color: #FFF;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.5px; }
  .mv__ttl {
    font-weight: 600;
    font-size: 50px;
    line-height: 1.32;
    letter-spacing: 5px;
    margin-left: 10px; }
    @media screen and (max-width: 900px) {
      .mv__ttl {
        font-size: 45px; } }
  .mv__txtTate {
    writing-mode: horizontal-tb;
    /* 横書きに上書き */
    text-orientation: mixed;
    /* 文字崩れ防止（特に日本語） */
    position: relative;
    margin: -10px 0 -1px;
    left: 5px; }
  .mv__txtTate2 {
    margin: -5px 0;
    left: 1px; }
  .mv__slides {
    width: 100%;
    height: 100%;
    width: calc(100% - 90px);
    position: relative;
    float: right;
    border-radius: 0 0 0 30px;
    overflow: hidden; }
    @media screen and (max-width: 900px) {
      .mv__slides {
        width: calc(100% - 35px); } }
  .mv__slide {
    width: 100%;
    height: 850px; }
    @media screen and (max-width: 900px) {
      .mv__slide {
        height: 650px; } }
  .mv__slide1 {
    background: url("../img/mvslide1.png") center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 900px) {
      .mv__slide1 {
        background: url("../img/mvslide1_sp.png") center no-repeat;
        background-size: cover; } }
  .mv__slide2 {
    background: url("../img/mvslide1.png") center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 900px) {
      .mv__slide2 {
        background: url("../img/mvslide1_sp.png") center no-repeat;
        background-size: cover; } }
  .mv .slick-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    bottom: 40px;
    left: 40px; }
    @media screen and (max-width: 900px) {
      .mv .slick-dots {
        bottom: 20px;
        left: 25px; } }
  .mv .slick-dots li {
    width: 32px;
    height: 32px;
    margin: 0;
    margin-right: 5px; }
  .mv .slick-dots li button:before,
  .mv .slick-dots li.slick-active button:before {
    content: none; }
  .mv .slick-dots li button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 10px;
    box-sizing: border-box;
    padding-top: 1px;
    letter-spacing: 0.5px;
    color: #FFF;
    background: transparent;
    border: none;
    line-height: 32px;
    text-align: center;
    padding: 0;
    transition: .4s;
    opacity: 1;
    /* slickのデフォルト薄さを消す */ }
  .mv .slick-dots li.slick-active button {
    background: #25c9ce;
    /* ← $緑 に対応するCSS変数でOK */
    font-size: 15px; }
  .mv .scrollIndicator {
    position: absolute;
    left: 40px;
    bottom: 0; }
    @media screen and (max-width: 900px) {
      .mv .scrollIndicator {
        position: absolute;
        left: 16px;
        bottom: 172px; } }
  .mv .scrollIndicator__text {
    writing-mode: vertical-rl;
    font-size: 10px;
    font-family: "Ubuntu";
    font-weight: 400;
    position: relative;
    margin-bottom: 10px;
    left: -8px;
    letter-spacing: 0.5px; }
  .mv .scrollIndicator__line {
    width: 1px;
    height: 60px;
    background: #cfcfcf;
    /* 薄いベースライン */
    position: relative;
    overflow: hidden; }
  .mv .scrollIndicator__line::after {
    content: "";
    position: absolute;
    inset: 0;
    /* top,right,bottom,left 全部0 */
    background: #666;
    /* 動く黒ライン */
    animation: scrollLine 1.4s ease-in-out infinite; }
@keyframes scrollLine {
  0% {
    clip-path: inset(0 0 100% 0); }
  /* まだ上に少しだけ */
  45% {
    clip-path: inset(0 0 0 0); }
  /* 全部出た状態 */
  100% {
    clip-path: inset(100% 0 0 0); }
  /* 上から削られて消える */ }
  @media screen and (max-width: 900px) {
    .mv .slick-dotted.slick-slider {
      margin-bottom: 40px; } }

.is-safari .mv__txt {
  position: relative;
  right: -60px; }

.mvTopics {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: absolute;
  right: 23px;
  bottom: 23px;
  width: 387px;
  height: 109px;
  background: #f7f8f8;
  z-index: 5;
  border-radius: 6px; }
  @media screen and (max-width: 900px) {
    .mvTopics {
      position: static;
      margin: 0 auto;
      width: calc(100% - 60px);
      height: 80px; } }
  .mvTopics__img {
    width: 140px;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
    height: 100%; }
    @media screen and (max-width: 900px) {
      .mvTopics__img {
        width: 120px; } }
    .mvTopics__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute; }
  .mvTopics__imgInner {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
  .mvTopics__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 18px 20px 20px; }
    @media screen and (max-width: 900px) {
      .mvTopics__detail {
        padding: 10px; } }
  .mvTopics__ttl {
    font-size: 14px;
    line-height: 1.571;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: calc(1.571em * 2); }
    @media screen and (max-width: 900px) {
      .mvTopics__ttl {
        font-size: 11px;
        line-height: 1.545; } }
  .mvTopics__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    align-items: center; }
    @media screen and (max-width: 900px) {
      .mvTopics__list {
        margin-top: 5px; } }
  .mvTopics__date {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 13px; }
    @media screen and (max-width: 900px) {
      .mvTopics__date {
        font-size: 10px; } }
  .mvTopics__cate {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 9px 1px;
    border: 1px solid #232323;
    color: #232323;
    border-radius: 100px;
    line-height: 1.3; }
    @media screen and (max-width: 900px) {
      .mvTopics__cate {
        line-height: 1.1; } }
  .mvTopics__cateInner {
    font-size: 10px;
    position: relative;
    top: -2px; }

.topAbout {
  margin-bottom: 120px;
  height: 617px;
  margin-bottom: 120px;
  position: relative; }
  @media screen and (max-width: 900px) {
    .topAbout {
      height: auto;
      margin-bottom: 50px; } }
  @media screen and (max-width: 1060px) {
    .topAbout .ttl {
      font-size: 30px; } }
  .topAbout__inner, .topAbout__inner2 {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .topAbout__inner2 {
    justify-content: flex-end; }
  .topAbout__bg {
    position: absolute;
    height: 100%;
    width: calc(50% - 113.0424px); }
    @media screen and (max-width: 900px) {
      .topAbout__bg {
        position: static;
        width: 100%;
        background: none !important;
        height: auto;
        overflow: hidden;
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: 30px; } }
  .topAbout__bg1 {
    right: 0;
    top: 0;
    border-radius: 46px 0 0 46px;
    background: url("../img/img_about1.png") center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 900px) {
      .topAbout__bg1 {
        padding-left: 30px;
        border-radius: 0; } }
    @media screen and (max-width: 900px) {
      .topAbout__bg1 img {
        overflow: hidden;
        border-radius: 25px 0 0 25px; } }
  .topAbout__bg2 {
    left: 0;
    top: 0;
    border-radius: 0 46px 46px 0;
    background: url("../img/img_about2.png") center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 900px) {
      .topAbout__bg2 {
        border-radius: 0;
        padding-right: 30px; } }
    @media screen and (max-width: 900px) {
      .topAbout__bg2 img {
        border-radius: 0 25px 25px 0;
        overflow: hidden; } }
  .topAbout__box {
    width: calc(50% - 50px); }
    @media screen and (max-width: 900px) {
      .topAbout__box {
        width: 100%; } }
  .topAbout__txt {
    margin-bottom: 30px; }
    @media screen and (max-width: 900px) {
      .topAbout__txt {
        margin-bottom: 20px; } }

.topAbout2 {
  margin-bottom: 30px; }
  @media screen and (max-width: 900px) {
    .topAbout2 {
      margin-bottom: 85px; } }

.topArea {
  position: relative;
  min-height: 996px;
  background: url("../img/bg_map.png") center top no-repeat;
  background-size: cover;
  padding-top: 225px;
  padding-bottom: 50px; }
  @media screen and (max-width: 900px) {
    .topArea {
      padding: 0 0 70px;
      background: none;
      min-height: auto; } }
  @media screen and (max-width: 900px) {
    .topArea:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 40vw;
      background: #f6f7f7; } }
  .topArea__spMap {
    position: relative;
    width: 100%;
    left: 0;
    top: -30px; }
    @media screen and (max-width: 392px) {
      .topArea__spMap {
        position: absolute;
        left: 0; } }
  .topArea__txt {
    margin-bottom: 30px; }
  @media screen and (max-width: 900px) {
    .topArea__inner {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; } }
  @media screen and (max-width: 392px) {
    .topArea__inner {
      position: relative;
      z-index: 1; } }

.topCases {
  background: #F7F7F7;
  position: relative;
  padding-bottom: 100px;
  /*&__box {
    width: 335px;
    background: #CC0000;
    @media screen and (max-width: $viewport) {
      width: 225px;
    }
    &:last-of-type {
      margin-right: 0!important;
    }
    
  }*/ }
  @media screen and (max-width: 900px) {
    .topCases {
      padding-bottom: 55px; } }
  .topCases:before {
    content: "";
    right: 0;
    top: 0;
    width: calc(100%/2);
    height: calc(100% - 100px);
    background: #FFF;
    position: absolute; }
  .topCases .enTtl, .topCases .ttl {
    position: relative;
    z-index: 1; }
  .topCases__inner {
    max-width: 1160px;
    margin: auto;
    padding: 95px 40px 100px;
    position: relative; }
    @media screen and (max-width: 900px) {
      .topCases__inner {
        padding: 25px 30px; } }
    .topCases__inner:before {
      content: "";
      position: absolute;
      right: 40px;
      top: 0;
      height: 100%;
      background: #FFF;
      width: calc(100% - 175px);
      border-radius: 46px 0 0 46px; }
      @media screen and (max-width: 900px) {
        .topCases__inner:before {
          width: calc(100% - 75px);
          border-radius: 25px 0 0 25px;
          right: 0; } }
  .topCases__caseWrap {
    margin-right: calc(-50vw + 540px);
    padding: 17px 0 40px;
    padding-right: 40px;
    position: relative; }
    @media screen and (max-width: 1180px) {
      .topCases__caseWrap {
        margin-right: -40px; } }
    @media screen and (max-width: 900px) {
      .topCases__caseWrap {
        margin-right: -30px;
        padding-right: 30px;
        padding-top: 12px;
        padding-bottom: 25px; } }

.scrollbar,
.scrollbar2 {
  max-width: 1080px !important;
  position: relative !important;
  width: calc(100% - 0px) !important;
  height: 5px !important;
  padding: 0 !important;
  left: auto !important;
  background: none !important;
  z-index: 1 !important; }
  .scrollbar:before,
  .scrollbar2:before {
    height: 100%;
    width: calc(100% + 0px);
    background: #efefef !important;
    content: "";
    position: absolute;
    top: 0 !important; }

.swiper-scrollbar-drag {
  margin-right: 4.15px;
  background: #25c9ce;
  border-radius: 0px !important; }

.topBox {
  width: 335px; }
  @media screen and (max-width: 900px) {
    .topBox {
      width: 170px; } }
  .topBox__txtWrap {
    margin-bottom: 7px; }
    @media screen and (max-width: 900px) {
      .topBox__txtWrap {
        margin-bottom: 5px; } }
  .topBox:last-of-type {
    margin-right: 0 !important; }
  .topBox__ttl {
    line-height: 1.5;
    font-size: 20px;
    margin: 20px 0 5px; }
    @media screen and (max-width: 900px) {
      .topBox__ttl {
        line-height: 1.667;
        font-size: 12px;
        margin: 10px 0 5px; } }
  .topBox__img {
    width: 100%;
    aspect-ratio: 670 / 447;
    border-radius: 5px;
    overflow: hidden;
    position: relative; }
    .topBox__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .topBox__txt {
    font-size: 16px;
    margin-bottom: 8px; }
    @media screen and (max-width: 900px) {
      .topBox__txt {
        margin-bottom: 4px;
        font-size: 12px; } }
  .topBox__category {
    display: inline-block;
    box-sizing: border-box;
    font-size: 11px;
    box-sizing: border-box;
    border: 1px solid #3c3c3c;
    border-radius: 100px;
    padding: 0 10px;
    margin-right: 3px;
    background: #FFF; }
    @media screen and (max-width: 900px) {
      .topBox__category {
        font-size: 10px; } }
  .topBox__date {
    font-size: 13px;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative; }
    @media screen and (max-width: 900px) {
      .topBox__date {
        font-size: 10px;
        margin: 0 5px 0 0; } }

.topInfo__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 900px) {
    .topInfo__wrap {
      flex-wrap: nowrap; } }
.topInfo__box {
  margin-right: 40px;
  width: calc(100% / 3 - 37px);
  max-width: 335px; }
  @media screen and (max-width: 900px) {
    .topInfo__box {
      margin-right: 0;
      width: 170px;
      max-width: 170px; } }
  .topInfo__box:last-of-type {
    margin-right: 0; }
.topInfo__ttl {
  font-size: 18px;
  margin-bottom: 15px; }
  @media screen and (max-width: 900px) {
    .topInfo__ttl {
      line-height: 1.667;
      font-size: 12px;
      margin: 10px 0 5px; } }

.topFlow {
  background: #F7F7F7;
  padding-top: 50px;
  padding-bottom: 120px; }
  @media screen and (max-width: 900px) {
    .topFlow {
      padding-top: 0;
      padding-bottom: 20px; } }
  .topFlow__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    padding-top: 17px;
    position: relative; }
  .topFlow__box {
    width: calc(100%/2 - 23px);
    position: relative; }
    @media screen and (max-width: 900px) {
      .topFlow__box {
        width: 100%; } }
    .topFlow__box:before {
      content: "";
      background: #DCDDDC;
      width: 2px;
      position: absolute;
      left: 64px;
      top: 25%;
      height: 50%; }
      @media screen and (max-width: 900px) {
        .topFlow__box:before {
          content: none; } }
  .topFlow__boxInner {
    background: #FFF;
    border-radius: 10px;
    margin: 0 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    align-items: center; }
    @media screen and (max-width: 900px) {
      .topFlow__boxInner {
        background: none;
        align-items: flex-start;
        padding: 0 0 30px;
        margin-bottom: 0; } }
    @media screen and (max-width: 900px) {
      .topFlow__boxInner:before {
        content: "";
        background: #DCDDDC;
        width: 1px;
        position: absolute;
        left: 22px;
        bottom: 0;
        height: calc(100% - 30px); } }
  @media screen and (max-width: 900px) {
    .topFlow__boxInnerLast:last-of-type:before {
      content: none; } }
  .topFlow__subttl {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 5px; }
    @media screen and (max-width: 900px) {
      .topFlow__subttl {
        margin-bottom: 15px;
        margin-top: 5px; } }
  .topFlow__txt {
    font-size: 15px;
    line-height: 1.733; }
    @media screen and (max-width: 900px) {
      .topFlow__txt {
        line-height: 1.786;
        font-size: 14px;
        background: #FFF;
        box-sizing: border-box;
        border-radius: 5px;
        box-sizing: border-box;
        padding: 10px; } }
  .topFlow__numberWrap {
    width: 90px;
    height: 90px;
    border-radius: 1000px;
    background: #64DCE3;
    background: linear-gradient(140deg, #64dce3 0%, #2bcace 100%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: "Ubuntu";
    padding-top: 8px;
    letter-spacing: 1px; }
    @media screen and (max-width: 900px) {
      .topFlow__numberWrap {
        width: 45px;
        height: 45px;
        padding-top: 6px;
        position: relative; } }
  .topFlow__numberTtl {
    display: block;
    font-size: 13px;
    text-align: center;
    margin: 0 0 -17px; }
    @media screen and (max-width: 900px) {
      .topFlow__numberTtl {
        font-size: 6px;
        margin: 0 0 -9px; } }
  .topFlow__number {
    font-size: 32px;
    font-weight: 500; }
    @media screen and (max-width: 900px) {
      .topFlow__number {
        font-size: 16px; } }
  .topFlow__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 20px; }
    @media screen and (max-width: 900px) {
      .topFlow__detail {
        padding-left: 10px; } }

.topTtlBtn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  align-items: flex-end; }
  .topTtlBtn__btnWrap {
    position: relative;
    top: -23px; }
    @media screen and (max-width: 900px) {
      .topTtlBtn__btnWrap {
        top: -28px; } }
  .topTtlBtn .button {
    overflow: inherit; }
  .topTtlBtn .button__link {
    width: 175px;
    height: 45px;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-left: 20px;
    left: -7px; }
    @media screen and (max-width: 900px) {
      .topTtlBtn .button__link {
        width: 100px;
        height: 25px;
        font-size: 10px;
        padding-left: 13px; } }
    @media screen and (max-width: 900px) {
      .topTtlBtn .button__link:before {
        border-radius: 2px; } }
    @media screen and (max-width: 900px) {
      .topTtlBtn .button__link:hover .button__inner::after {
        background-size: 15px;
        right: 5px; } }
  @media screen and (max-width: 900px) {
    .topTtlBtn .button__inner::after {
      background-size: 15px;
      right: 5px; } }

.topPrice {
  background: #F7F7F7;
  padding-bottom: 150px; }
  @media screen and (max-width: 900px) {
    .topPrice {
      padding-bottom: 55px; } }
  .topPrice__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .topPrice__boxLeft {
    width: calc(100%/2 - 50px); }
    @media screen and (max-width: 900px) {
      .topPrice__boxLeft {
        width: 100%; } }
  .topPrice__boxRight {
    width: calc(100%/2 - 25px);
    padding: 52px 0 0 0; }
    @media screen and (max-width: 900px) {
      .topPrice__boxRight {
        width: 100%;
        padding: 20px 0 0 0; } }
  .topPrice__txt {
    margin-bottom: 43px; }
    @media screen and (max-width: 900px) {
      .topPrice__txt {
        margin-bottom: 0; } }
  .topPrice__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    margin: 0 0 4px;
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 900px) {
      .topPrice__dl {
        border-radius: 5px; } }
  .topPrice__dt {
    color: #FFF;
    width: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 900px) {
      .topPrice__dt {
        width: 90px; } }
  .topPrice__dt1 {
    background: #A0A0A0; }
  .topPrice__dt2 {
    background: #898989; }
  .topPrice__dt3 {
    background: #717171; }
  .topPrice__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 20px 5px 20px; }
    @media screen and (max-width: 900px) {
      .topPrice__dd {
        padding: 5px 20px; } }
  .topPrice__price {
    display: inline-block;
    font-size: 32px;
    margin: 0 5px 0 0;
    font-family: "Ubuntu"; }
    @media screen and (max-width: 900px) {
      .topPrice__price {
        font-size: 25px; } }
  .topPrice__caution {
    font-size: 14px;
    line-height: 1.857;
    margin: 10px 0 0 0;
    text-indent: -1em;
    padding-left: 1em; }
    @media screen and (max-width: 900px) {
      .topPrice__caution {
        margin: 5px 0 25px; } }
  @media screen and (max-width: 900px) {
    .topPrice .button {
      overflow: inherit; } }

.topQaContact,
.topQaContact2 {
  position: relative;
  padding: 0 50px; }
  @media screen and (max-width: 900px) {
    .topQaContact,
    .topQaContact2 {
      padding: 0 20px; } }
  .topQaContact:before,
  .topQaContact2:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: #F7F7F7; }
  .topQaContact__wrap,
  .topQaContact2__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-radius: 45px;
    overflow: hidden;
    position: relative; }
  .topQaContact__box,
  .topQaContact2__box {
    width: calc(100%/2);
    padding: 70px 20px 60px;
    display: block;
    box-sizing: border-box; }
    @media screen and (max-width: 900px) {
      .topQaContact__box,
      .topQaContact2__box {
        width: 100%;
        padding: 40px 20px 30px; } }
    .topQaContact__box:hover,
    .topQaContact2__box:hover {
      opacity: 1; }
  .topQaContact__txt,
  .topQaContact2__txt {
    text-align: center; }
  .topQaContact__enTtl, .topQaContact__ttl,
  .topQaContact2__enTtl,
  .topQaContact2__ttl {
    text-align: center; }
  .topQaContact__enTtlInner:before,
  .topQaContact2__enTtlInner:before {
    top: 0; }
  .topQaContact__btn,
  .topQaContact2__btn {
    display: block;
    width: 60px;
    margin: 20px auto 0; }

.topQaContact2:before {
  content: none; }

.topQa {
  background: #3C3C3C; }
  .topQa__ttlInner {
    color: #A3A3A3; }
    .topQa__ttlInner:before {
      background: url(../img/icon_kazari2.svg) no-repeat;
      background-size: 12px; }
      @media screen and (max-width: 900px) {
        .topQa__ttlInner:before {
          top: -3px; } }
  .topQa__ttl, .topQa__txt {
    color: #FFF; }

.topContact {
  background: #25c9ce; }
  .topContact__ttlInner {
    color: #FFF; }
    .topContact__ttlInner:before {
      background: url(../img/icon_kazari3.svg) no-repeat;
      background-size: 12px; }

.footer {
  margin-top: 150px; }
  @media screen and (max-width: 900px) {
    .footer {
      margin-top: 75px; } }
  .footer__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 150px; }
    @media screen and (max-width: 900px) {
      .footer__top {
        display: block;
        padding-bottom: 35px; } }
  .footer__right {
    width: calc(100% - 350px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    box-sizing: border-box;
    position: relative;
    padding-top: 20px; }
    @media screen and (max-width: 900px) {
      .footer__right {
        width: 100%;
        justify-content: center;
        padding-top: 30px;
        left: -15px; } }
    .footer__right:before {
      content: "";
      width: 1px;
      height: 190px;
      position: absolute;
      left: 60px;
      top: 0;
      background: #EFEFEF; }
      @media screen and (max-width: 1040px) {
        .footer__right:before {
          left: 0; } }
      @media screen and (max-width: 900px) {
        .footer__right:before {
          content: none; } }
  .footer__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-right: 40px;
    max-width: 350px; }
    @media screen and (max-width: 900px) {
      .footer__left {
        max-width: 100%;
        padding-right: 0;
        width: 100%;
        text-align: center; } }
  .footer__logoWrap {
    max-width: 310px; }
    @media screen and (max-width: 900px) {
      .footer__logoWrap {
        max-width: 100%;
        text-align: center;
        margin: auto; } }
    @media screen and (max-width: 900px) {
      .footer__logoWrap img {
        display: block;
        width: 200px;
        margin: 0 auto; } }
  .footer__logo {
    display: block; }
  .footer__logoInner {
    color: #636363;
    display: block;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 900px) {
      .footer__logoInner {
        font-weight: 500; } }
  .footer__address {
    text-align: center;
    color: #636363;
    font-size: 14px;
    width: 310px; }
    @media screen and (max-width: 900px) {
      .footer__address {
        font-size: 12px;
        display: block;
        width: 100%; } }
  .footer__li {
    margin-bottom: 7px;
    font-weight: 500;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 1040px) {
      .footer__li {
        font-size: 14px; } }
    .footer__li a {
      color: #636363; }
  .footer__box {
    margin-left: 60px; }
    @media screen and (max-width: 1040px) {
      .footer__box {
        margin-left: 30px; } }
    .footer__box:first-of-type {
      margin-left: 0; }
    @media screen and (max-width: 900px) {
      .footer__box {
        margin: 0; } }
  .footer__liS {
    font-size: 15px;
    margin-top: 8px; }
    @media screen and (max-width: 1040px) {
      .footer__liS {
        font-size: 12px; } }
    .footer__liS a {
      display: block;
      font-weight: 400; }
  .footer__btm {
    background: #25c9ce;
    border-radius: 50px 50px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    font-size: 13px;
    padding: 40px 20px 40px 50px;
    color: #FFF; }
    @media screen and (max-width: 900px) {
      .footer__btm {
        flex-direction: column-reverse;
        padding: 0; } }
  @media screen and (max-width: 900px) {
    .footer__btmTxt {
      background: #FFF; } }
  @media screen and (max-width: 900px) {
    .footer__btmTxtInner {
      background: #25c9ce;
      border-radius: 23px 23px 0 0;
      text-align: center;
      box-sizing: border-box;
      padding: 20px;
      display: block; } }
  .footer__btmList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 900px) {
      .footer__btmList {
        justify-content: center;
        background: #FFF;
        justify-content: center;
        padding-bottom: 35px; } }
  .footer__btmLi {
    margin-right: 20px;
    font-size: 13px;
    color: #FFF; }
    @media screen and (max-width: 900px) {
      .footer__btmLi {
        color: #3c3c3c; } }
    .footer__btmLi a {
      color: #FFF;
      position: relative; }
      @media screen and (max-width: 900px) {
        .footer__btmLi a {
          color: #3c3c3c; } }
      .footer__btmLi a:after {
        position: absolute;
        bottom: -4px;
        /*テキストからの距離*/
        left: 0;
        content: '';
        width: 100%;
        /*hover時に表示*/
        height: 1px;
        /*下線の高さ*/
        background: #FFF;
        /*下線の色*/
        transform: scale(0, 1);
        /*トランス前の下線*/
        transform-origin: left top;
        /*トランスフォーム開始位置*/
        transition: transform .3s;
        /*アニメーション速度*/ }
      .footer__btmLi a:hover {
        opacity: 1; }
        .footer__btmLi a:hover:after {
          transform: scale(1, 1); }
  .footer .button {
    overflow: inherit; }
  .footer .button__link {
    width: 160px;
    height: 40px; }
    .footer .button__link:hover .button__inner::before {
      background: url("../img/icon_mail_b.svg") no-repeat;
      background-size: 15px; }
  .footer .button__inner::after {
    right: 11px; }
  .footer .button__inner::before {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    left: 18px;
    width: 15px;
    height: 11px;
    transform: translateY(-50%);
    background: url("../img/icon_mail.svg") no-repeat;
    background-size: 15px; }

.pageTtl {
  height: 395px;
  padding-left: 95px;
  margin-bottom: 20px; }
  @media screen and (max-width: 900px) {
    .pageTtl {
      height: 110px;
      margin-top: 50px;
      padding-left: 20px;
      margin-bottom: 55px; } }
  .pageTtl__inner {
    height: 100%;
    border-radius: 0 0 0 45px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 60px;
    padding-top: 120px; }
    @media screen and (max-width: 900px) {
      .pageTtl__inner {
        border-radius: 0 0 0 25px;
        padding-top: 0;
        padding: 0 25px; } }
  .pageTtl__ttl, .pageTtl__ttlEn {
    color: #FFF;
    font-size: 41px;
    font-weight: 600;
    font-style: oblique;
    letter-spacing: 1px; }
    @media screen and (max-width: 900px) {
      .pageTtl__ttl, .pageTtl__ttlEn {
        font-size: 25px;
        letter-spacing: 0.5px; } }
  .pageTtl__ttlEn {
    font-family: "Ubuntu";
    font-size: 12px;
    position: relative;
    font-weight: 500;
    position: relative;
    background: url("../img/bg_pagettl.svg") left center no-repeat;
    background-size: 20px;
    padding-left: 30px; }
    @media screen and (max-width: 900px) {
      .pageTtl__ttlEn {
        font-size: 10px; } }

.pageTtlAbout {
  background: url("../img/about/ttl_about.png") center no-repeat;
  background-size: cover; }

.pageTtlEffect {
  background: url("../img/about/effect/ttl_effect.png") center no-repeat;
  background-size: cover; }

.pageTtlPrice {
  background: url("../img/price/ttl_price.png") center no-repeat;
  background-size: cover; }

.pageTtlCompany {
  background: url("../img/about/company/ttl_company.png") center no-repeat;
  background-size: cover; }

.pageTtlCase {
  background: url("../img/case/ttl_case.png") center no-repeat;
  background-size: cover; }

.pageTtlNews {
  background: url("../img/news/ttl_news.png") center no-repeat;
  background-size: cover; }

.pageTtlFaq {
  background: url("../img/faq/ttl_faq.png") center no-repeat;
  background-size: cover; }

.pageTtlPrivacy {
  background: url("../img/privacy/ttl_privacy.png") center no-repeat;
  background-size: cover; }

.pageTtlNotfound {
  background: url("../img/notfound/ttl_notfound.png") center no-repeat;
  background-size: cover; }

.pan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 20px;
  margin-bottom: 100px; }
  @media screen and (max-width: 900px) {
    .pan {
      display: none; } }
  .pan__li {
    font-size: 11px;
    margin-right: 5px; }
    .pan__li:last-of-type .pan__link {
      padding: 0; }
      .pan__li:last-of-type .pan__link:before {
        content: none; }
  .pan__link {
    box-sizing: border-box;
    position: relative;
    padding: 0 7px 0 0; }
    .pan__link:before {
      content: "";
      position: absolute;
      right: 0px;
      top: calc(50% + 1px);
      width: 2px;
      height: 1px;
      background: #3c3c3c; }

@media screen and (max-width: 900px) {
  .aboutLead {
    padding-bottom: 0;
    margin-bottom: 30px; } }
.aboutLead__box {
  width: calc(50% - 15px); }
  @media screen and (max-width: 900px) {
    .aboutLead__box {
      width: 100%; } }
.aboutLead__ttl {
  letter-spacing: -1px; }
  @media screen and (max-width: 900px) {
    .aboutLead__ttl {
      line-height: 1.6; } }
.aboutLead__txt {
  padding-right: 40px; }
  @media screen and (max-width: 900px) {
    .aboutLead__txt {
      padding-right: 0; } }
.aboutLead .topAbout__bg1 {
  background: url("../img/about/bg_about1.png") center no-repeat;
  background-size: cover; }

.aboutLead2 .topAbout__bg2 {
  background: url("../img/about/bg_about2.png") center no-repeat;
  background-size: cover; }

.aboutDetail {
  background: #F7F7F7;
  padding-top: 120px; }
  @media screen and (max-width: 900px) {
    .aboutDetail {
      padding-top: 55px; } }

.chigai {
  padding-bottom: 150px;
  margin-top: 50px; }
  @media screen and (max-width: 900px) {
    .chigai {
      margin-top: -35px;
      padding-bottom: 55px; } }
  .chigai__ttl {
    font-size: 28px;
    line-height: 2.357;
    margin-bottom: 20px; }
    @media screen and (max-width: 900px) {
      .chigai__ttl {
        font-size: 20px;
        margin-bottom: 10px; } }
  .chigai__box {
    padding-left: 35px;
    position: relative;
    margin-bottom: 60px; }
    @media screen and (max-width: 900px) {
      .chigai__box {
        padding-left: 0;
        margin-bottom: 20px; } }
    .chigai__box:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 1px;
      background: #3c3c3c; }
      @media screen and (max-width: 900px) {
        .chigai__box:before {
          content: none; } }
  .chigai__txt:first-of-type {
    margin-bottom: 25px; }

.table {
  margin: 0 auto; }
  @media screen and (max-width: 900px) {
    .table {
      width: calc(100% + 60px);
      margin: 0 -30px;
      padding-left: 30px;
      position: relative; } }
  .table__inner {
    overflow: visible; }
    @media screen and (max-width: 900px) {
      .table__inner {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; }
        .table__inner::-webkit-scrollbar {
          display: none; } }
  .table__el {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    padding: 1px;
    background: #25c9ce;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #25c9ce; }
    @media screen and (max-width: 900px) {
      .table__el {
        min-width: 725px;
        margin-right: 30px;
        border-radius: 5px; } }
  .table__th, .table__td {
    padding: 16px 18px;
    text-align: center;
    word-break: break-word;
    font-size: 16px;
    position: relative; }
    @media screen and (max-width: 900px) {
      .table__th, .table__td {
        font-size: 12px;
        padding: 10px; } }
    .table__th:before, .table__td:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background: url(../img/bg_border.svg) left bottom repeat-x;
      background-size: 7px;
      width: 100%;
      height: 1px; }
  .table__side {
    width: 150px;
    font-size: 14px !important;
    border-bottom: 1px solid #d7f1f4; }
    @media screen and (max-width: 900px) {
      .table__side {
        width: 125px; } }
  .table__thTtl {
    background: #3c3c3c !important;
    color: #25c9ce !important; }
    .table__thTtl:before {
      content: none !important; }
  .table__thLine {
    border-bottom: 1px solid #25c9ce; }
  .table__middle {
    vertical-align: middle; }
  .table__th {
    background: #25c9ce;
    color: #fff;
    font-weight: 600; }
    .table__th:not(:first-child) {
      background-color: #EFEFEF;
      color: #3c3c3c;
      border-right: 1px solid #25c9ce; }
      .table__th:not(:first-child):before {
        content: none !important; }
  .table__td {
    border-right: 1px solid #25c9ce; }
  .table__tdLeft:before {
    content: none; }
  .table__tdLast {
    border-bottom: none;
    background-image: none; }
  .table tbody tr:nth-child(even) .table__td:not(:first-child) {
    background-color: #E6FAF9; }
  .table tbody tr:nth-child(odd) .table__td:not(:first-child) {
    background-color: #FFF; }
  .table__scroll {
    display: none; }
    @media screen and (max-width: 900px) {
      .table__scroll {
        display: block;
        padding: 30px 0 0;
        width: calc(100% - 30px); } }
  .table__scrollTrack {
    position: relative;
    width: 100%;
    height: 5px;
    background: #efefef;
    overflow: hidden; }
  .table__tdLeft {
    text-align: left; }
  .table__scrollThumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #25c9ce;
    border-radius: inherit;
    transform: translateX(0);
    will-change: transform; }

.bold {
  font-weight: 600; }

.tokucho {
  padding-top: 150px;
  padding-bottom: 150px; }
  @media screen and (max-width: 900px) {
    .tokucho {
      padding-top: 55px;
      padding-bottom: 55px; } }
  .tokucho .button__link {
    width: 275px; }
    @media screen and (max-width: 900px) {
      .tokucho .button__link {
        width: 255px; } }
  .tokucho .button__inner {
    margin-left: -10px; }
  .tokucho .ttl {
    letter-spacing: 0; }
  .tokucho__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin-top: 90px; }
    @media screen and (max-width: 900px) {
      .tokucho__wrap {
        margin-top: 0; } }
  .tokucho__wrapTop {
    margin-top: 45px; }
    @media screen and (max-width: 900px) {
      .tokucho__wrapTop {
        margin-top: 10px; } }
  .tokucho__box {
    width: calc(100%/2 - 50px); }
    @media screen and (max-width: 900px) {
      .tokucho__box {
        width: 100%;
        margin-top: 50px; } }
  @media screen and (max-width: 900px) {
    .tokucho__boxTop {
      margin-top: 0; } }
  @media screen and (max-width: 900px) {
    .tokucho__boxInner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse; } }
  .tokucho__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: center; }
    @media screen and (max-width: 900px) {
      .tokucho__dl {
        margin-bottom: 15px; } }
  .tokucho__dt {
    width: 55px; }
    @media screen and (max-width: 900px) {
      .tokucho__dt {
        width: 45px; } }
    .tokucho__dt .topFlow__numberWrap {
      width: 100%;
      height: 55px; }
      @media screen and (max-width: 900px) {
        .tokucho__dt .topFlow__numberWrap {
          height: 45px; } }
    .tokucho__dt .topFlow__numberTtl {
      font-size: 9px;
      margin-bottom: -12px; }
      @media screen and (max-width: 900px) {
        .tokucho__dt .topFlow__numberTtl {
          font-size: 6.5px;
          margin-bottom: -8px; } }
    .tokucho__dt .topFlow__number {
      font-size: 20px; }
      @media screen and (max-width: 900px) {
        .tokucho__dt .topFlow__number {
          font-size: 16px; } }
  .tokucho__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 20px; }
    @media screen and (max-width: 1160px) {
      .tokucho__dd {
        padding-left: 1.8vw; } }
  .tokucho__subTtl {
    font-size: 26px;
    line-height: 1.538;
    font-weight: 500; }
    @media screen and (max-width: 1160px) {
      .tokucho__subTtl {
        font-size: 2.25vw; } }
    @media screen and (max-width: 900px) {
      .tokucho__subTtl {
        font-size: 20px;
        line-height: 1.5;
        padding-left: 5px;
        letter-spacing: -0.5px; } }
  .tokucho__txt {
    margin-bottom: 30px; }
    @media screen and (max-width: 900px) {
      .tokucho__txt {
        margin-bottom: 20px; } }
  @media screen and (max-width: 900px) {
    .tokucho__pic {
      margin-bottom: 20px;
      border-radius: 5px;
      overflow: hidden; } }
  .tokucho__pic2 {
    position: relative;
    margin-bottom: -10px; }
    @media screen and (max-width: 900px) {
      .tokucho__pic2 {
        margin: 10px 0 21px 0;
        border-radius: 5px;
        overflow: hidden; } }

.carInfo {
  position: relative;
  margin-bottom: 100px; }
  @media screen and (max-width: 900px) {
    .carInfo {
      margin-bottom: 85px; } }
  .carInfo__pic {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px; }
  .carInfo__picTop {
    margin-top: 30px; }
    @media screen and (max-width: 900px) {
      .carInfo__picTop {
        margin-top: 5px; } }
  .carInfo:before {
    content: "";
    right: 0;
    top: 0;
    width: calc(100% / 2);
    height: 100%;
    background: #f6f7f7;
    position: absolute; }
  .carInfo__wrap {
    padding: 100px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 900px) {
      .carInfo__wrap {
        padding: 25px 0; } }
    .carInfo__wrap:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      background: #f6f7f7;
      width: calc(100% - 95px);
      border-radius: 46px 0 0 46px; }
      @media screen and (max-width: 900px) {
        .carInfo__wrap:before {
          border-radius: 25px 0 0 25px;
          width: calc(100% - 45px); } }
  .carInfo__left {
    width: calc(50% - 30px);
    position: relative; }
    @media screen and (max-width: 900px) {
      .carInfo__left {
        width: 100%; } }
  .carInfo__right {
    width: calc(50% - 50px);
    position: relative; }
    @media screen and (max-width: 900px) {
      .carInfo__right {
        width: 100%; } }
  .carInfo__box {
    border: 1px solid #25c9ce;
    border-radius: 5px;
    overflow: hidden;
    background: #FFF; }
  .carInfo__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .carInfo__dt {
    width: 160px;
    border-bottom: 1px solid #FFF;
    background: #25c9ce;
    color: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 9px 20px; }
    @media screen and (max-width: 900px) {
      .carInfo__dt {
        width: 125px;
        font-size: 12px;
        line-height: 1.667;
        padding: 13px 15px; } }
  .carInfo__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    background: url(../img/bg_border.svg) left bottom repeat-x;
    background-size: 7px;
    padding: 13px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 900px) {
      .carInfo__dd {
        font-size: 12px;
        padding: 13px 15px; } }
  .carInfo__ddNote {
    font-size: 12px;
  }
  @media screen and (max-width: 900px) {
    .carInfo__ddNote {
      font-size: 10px;
    }
  }
  .carInfo__ddBlue {
    background: url(../img/bg_border.svg) left bottom repeat-x #f1fcfc;
    background-size: 7px; }
  .carInfo__noBorder {
    border-bottom: none;
    background-image: none; }

@media screen and (max-width: 900px) {
  .effectLead {
    margin-bottom: 35px; } }
.effectLead .topAbout__bg1 {
  background: url("../img/about/effect/img_effect1.png") center no-repeat;
  background-size: cover; }
@media screen and (max-width: 900px) {
  .effectLead__ttl {
    font-size: 25px !important; } }

.merit {
  background: #F0FAFB;
  padding: 150px 0; }
  @media screen and (max-width: 900px) {
    .merit {
      padding: 55px 0 5px; } }
  .merit__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin-top: 50px; }
    @media screen and (max-width: 900px) {
      .merit__wrap {
        margin-top: 30px; } }
  .merit__box {
    width: calc(100%/3 - 40px); }
    @media screen and (max-width: 900px) {
      .merit__box {
        width: 100%;
        margin-bottom: 50px; } }
  .merit__pic {
    max-width: 155px;
    margin: 0 auto 40px; }
    @media screen and (max-width: 900px) {
      .merit__pic {
        max-width: 130px;
        margin: 0 auto 23px; } }
  .merit__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 900px) {
      .merit__dl {
        align-items: center; } }
  .merit__dt,
  .merit .topFlow__numberWrap {
    width: 60px;
    height: 60px; }
    @media screen and (max-width: 900px) {
      .merit__dt,
      .merit .topFlow__numberWrap {
        width: 45px;
        height: 45px; } }
  .merit .topFlow__numberTtl {
    font-size: 12px; }
    @media screen and (max-width: 900px) {
      .merit .topFlow__numberTtl {
        font-size: 6.5px;
        margin-bottom: -8px; } }
  .merit .topFlow__number {
    font-size: 26px;
    position: relative;
    left: 2px; }
    @media screen and (max-width: 900px) {
      .merit .topFlow__number {
        font-size: 16px;
        left: 1px;
        top: -1px; } }
  .merit__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 20px; }
    @media screen and (max-width: 900px) {
      .merit__dd {
        padding-left: 10px; } }
  .merit__subTtl {
    font-size: 20px;
    line-height: 1.5; }

.point4 {
  padding-top: 150px;
  padding-bottom: 105px; }
  @media screen and (max-width: 900px) {
    .point4 {
      padding-top: 55px;
      padding-bottom: 35px; } }
  .point4__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .point4__box {
    width: calc(100%/2 - 25px);
    margin-bottom: 45px; }
    @media screen and (max-width: 900px) {
      .point4__box {
        width: 100%;
        margin-bottom: 20px; } }
  .point4__boxWrap {
    border-radius: 6px;
    border: 1px solid #25c9ce;
    overflow: hidden; }
  .point4__boxInner {
    padding: 20px; }
  .point4__subTtl {
    font-size: 20px; }
  .point4__lists {
    position: relative; }
  .point4__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0; }
  .point4__dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: #25c9ce;
    width: 150px;
    border-top: 1px solid #C8F4F7;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 900px) {
      .point4__dt {
        font-size: 12px;
        width: 125px; } }
  .point4__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    background: #f0fafa;
    box-sizing: border-box;
    padding: 15px 30px;
    margin: 0;
    background: url(../img/bg_border.svg) left top repeat-x #f1fcfc;
    background-size: 7px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 900px) {
      .point4__dd {
        font-size: 12px;
        padding: 15px;
        line-height: 1.667; } }

.report {
  min-height: 355px;
  background: #F7F7F7;
  margin-bottom: 0;
  padding: 150px 0 110px;
  height: auto; }
  @media screen and (max-width: 900px) {
    .report {
      padding-top: 55px;
      min-height: auto;
      padding-bottom: 35px; } }
  .report .topAbout__bg1 {
    height: 100%;
    background: url("../img/about/effect/img_effect9.png") center no-repeat;
    background-size: cover;
    max-height: 355px;
    top: 150px; }

.paymentImage__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  padding-top: 25px;
  margin-bottom: 160px; }
  @media screen and (max-width: 900px) {
    .paymentImage__wrap {
      margin-bottom: 55px; } }
.paymentImage__box {
  width: calc(100%/3 - 80px);
  border: 2px solid #25c9ce;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  background: #f8ffff; }
  @media screen and (max-width: 900px) {
    .paymentImage__box {
      width: 100%;
      border-radius: 3px;
      min-height: auto;
      padding: 30px 10px 25px; } }
  @media screen and (max-width: 900px) {
    .paymentImage__box:nth-of-type(2) {
      margin: 70px 0; } }
  .paymentImage__box:nth-of-type(2):before, .paymentImage__box:nth-of-type(2):after {
    position: absolute;
    content: "";
    background: url("../img/price/plus.svg") no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: -80px; }
    @media screen and (max-width: 900px) {
      .paymentImage__box:nth-of-type(2):before, .paymentImage__box:nth-of-type(2):after {
        background-size: 30px;
        width: 30px;
        height: 30px;
        top: -52px;
        left: auto;
        right: auto; } }
  .paymentImage__box:nth-of-type(2):after {
    left: auto;
    right: -80px; }
    @media screen and (max-width: 900px) {
      .paymentImage__box:nth-of-type(2):after {
        top: auto;
        bottom: -52px;
        right: auto; } }
.paymentImage__pic {
  margin: 0 auto 20px;
  max-width: 140px; }
  @media screen and (max-width: 900px) {
    .paymentImage__pic {
      margin: 0 auto 10px; } }
.paymentImage__subTtl {
  font-size: 20px;
  font-weight: 600;
  text-align: center; }

.dlBox {
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid #25c9ce; }
  @media screen and (max-width: 900px) {
    .dlBox {
      font-size: 12px;
      border: 1px solid #25c9ce;
      border-radius: 5px; } }
  .dlBox__ggMap {
    width: 100%;
    height: 300px;
    margin-top: 10px; }
    @media screen and (max-width: 900px) {
      .dlBox__ggMap {
        height: 120px; } }
    .dlBox__ggMap iframe {
      width: 100%;
      height: 100%; }
  .dlBox__list {
    padding-left: 15px; }
    @media screen and (max-width: 900px) {
      .dlBox__list {
        padding-left: 10px; } }
  .dlBox__li {
    position: relative; }
    .dlBox__li:before {
      content: "";
      position: absolute;
      left: -15px;
      top: 13px;
      width: 4px;
      height: 4px;
      background: #3c3c3c;
      border-radius: 100px; }
      @media screen and (max-width: 900px) {
        .dlBox__li:before {
          top: 15px;
          width: 3px;
          height: 3px;
          left: -10px; } }
  .dlBox__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  @media screen and (max-width: 900px) {
    .dlBox__dl.dlBoxBlank {
      display: none; } }
  .dlBox__dt {
    background: #25c9ce;
    color: #FFF;
    padding: 18px 20px;
    border-top: 1px solid #FFF; }
    @media screen and (max-width: 900px) {
      .dlBox__dt {
        padding: 10px 12px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center; } }
  .dlBox__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 18px 20px;
    background: #FFF;
    position: relative; }
    @media screen and (max-width: 900px) {
      .dlBox__dd {
        padding: 10px 12px; } }
    .dlBox__dd:before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 0;
      background: url("../img/bg_border.svg") left top repeat-x #FFF;
      background-size: 10px; }
  @media screen and (max-width: 900px) {
    .dlBox__ddCenter {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center; } }
  .dlBox-type02 .dlBox__dl:first-child .dlBox__dt,
  .dlBox-type02 .dlBox__dl:first-child .dlBox__dd,
  .dlBox__dtNoBorder, .dlBox__ddNoBorder {
    border-top: none !important;
    background-image: none; }
    .dlBox-type02 .dlBox__dl:first-child .dlBox__dt:before,
    .dlBox-type02 .dlBox__dl:first-child .dlBox__dd:before,
    .dlBox__dtNoBorder:before, .dlBox__ddNoBorder:before {
      content: none; }
  @media screen and (max-width: 900px) {
    .dlBox__dtSpBorder {
      border-top: 1px solid #FFF !important; } }
  @media screen and (max-width: 900px) {
    .dlBox__ddSpBorder {
      border-top: 1px dotted #25c9ce !important; } }
  .dlBox-type02 .dlBox__dl:nth-child(2n) .dlBox__dd,
  .dlBox__ddBg {
    background-color: #f0fafa; }
  .dlBox a {
    text-decoration: underline; }
  .dlBox a:hover {
    text-decoration: none; }
  .dlBox a.dlBox__ddLink {
    text-decoration: none; }
  .dlBox a.dlBox__ddLink:hover {
    text-decoration: underline; }

@media screen and (max-width: 900px) {
  .dlBox.dlBoxBlank {
    display: none; } }

.rentalFee {
  background: #f6f7f7;
  padding: 160px 0; }
  @media screen and (max-width: 900px) {
    .rentalFee {
      padding: 55px 0; } }
  .rentalFee__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  @media screen and (max-width: 900px) {
    .rentalFee__dl dt {
      width: 125px !important; } }
  .rentalFee__box {
    width: calc(100%/2); }
    @media screen and (max-width: 900px) {
      .rentalFee__box {
        width: 100%; } }
    .rentalFee__box .dlBox {
      border-radius: 0;
      border: none; }
    .rentalFee__box .dlBox__dt {
      width: 200px; }
      @media screen and (max-width: 900px) {
        .rentalFee__box .dlBox__dt {
          width: 80px; } }
    @media screen and (max-width: 900px) {
      .rentalFee__box .dlBox__ddBg2 {
        background-color: #FFF; } }
    @media screen and (max-width: 900px) {
      .rentalFee__box .dlBox__ddBg3 {
        background-color: #f0fafa; } }
    @media screen and (max-width: 900px) {
      .rentalFee__box .dlBox__spBox {
        border: none !important;
        background-color: #f0fafa; } }
    @media screen and (max-width: 900px) {
      .rentalFee__box .dlBox__spBox:before {
        content: "";
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../img/bg_border.svg) left top repeat-x #FFF;
        background-size: 10px; } }
  @media screen and (max-width: 900px) {
    .rentalFee .ttl {
      margin-bottom: -20px; } }
  .rentalFee__subTtl {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 35px; }
    @media screen and (max-width: 900px) {
      .rentalFee__subTtl {
        line-height: 1.5; } }
  .rentalFee .button {
    margin-top: 50px; }
    @media screen and (max-width: 900px) {
      .rentalFee .button {
        margin-top: 30px; } }
  .rentalFee .button__link {
    width: 273px; }
    @media screen and (max-width: 900px) {
      .rentalFee .button__link {
        width: 254px; } }
  .rentalFee .button__inner {
    margin-left: -20px; }

.optionFee {
  position: relative;
  overflow: hidden;
  padding: 150px 0 0; }
  @media screen and (max-width: 900px) {
    .optionFee {
      padding: 55px 0 85px; } }
  .optionFee .inner {
    position: static; }
  .optionFee__left {
    width: 540px;
    max-width: 100%; }
    @media screen and (max-width: 1000px) {
      .optionFee__left {
        width: 450px; } }
    @media screen and (max-width: 900px) {
      .optionFee__left {
        width: 100%; } }
  .optionFee__box {
    margin-bottom: 70px; }
    @media screen and (max-width: 900px) {
      .optionFee__box {
        margin-bottom: 45px; } }
  .optionFee .button__link {
    width: 273px; }
    @media screen and (max-width: 900px) {
      .optionFee .button__link {
        width: 254px; } }
  .optionFee .button__inner {
    margin-left: -20px; }
  .optionFee__subTtl {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 10px; }
    @media screen and (max-width: 900px) {
      .optionFee__subTtl {
        font-size: 20px; } }
  .optionFee__subTtl2 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px; }
  .optionFee__caution {
    margin: 10px 0 40px;
    font-size: 14px; }
    @media screen and (max-width: 900px) {
      .optionFee__caution {
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 25px; } }
  .optionFee .topPrice__dl {
    margin-top: 20px; }
  .optionFee .topPrice__dt {
    justify-content: flex-start;
    padding-left: 20px;
    width: 220px; }
    @media screen and (max-width: 1000px) {
      .optionFee .topPrice__dt {
        width: 170px; } }
    @media screen and (max-width: 900px) {
      .optionFee .topPrice__dt {
        width: 110px;
        font-size: 14px; } }
  .optionFee .topPrice__dd {
    background: #f6f7f7;
    justify-content: flex-start;
    padding-left: 40px;
    padding-top: 1px; }
    @media screen and (max-width: 900px) {
      .optionFee .topPrice__dd {
        padding: 0;
        padding: 5px 20px; } }
  .optionFee .dlBox__dt {
    width: 220px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 1000px) {
      .optionFee .dlBox__dt {
        width: 170px; } }
  .optionFee__pic {
    position: absolute;
    top: 275px;
    right: 0;
    width: calc(50vw - 100px);
    max-width: 630px; }
    @media screen and (max-width: 900px) {
      .optionFee__pic {
        display: none; } }
  .optionFee__picInner {
    display: block;
    box-sizing: border-box;
    border-radius: 50px 0 0 50px;
    overflow: hidden; }
    .optionFee__picInner:nth-of-type(2) {
      margin: 40px 0; }
    .optionFee__picInner img {
      display: block;
      width: 100%;
      height: auto; }
  @media screen and (max-width: 900px) {
    .optionFee__spImg {
      width: 100vw;
      position: relative;
      margin: 0 -30px;
      padding-left: 30px;
      margin-top: 23px;
      margin-bottom: 15px; } }
  @media screen and (max-width: 900px) {
    .optionFee__spImg img {
      display: block;
      border-radius: 25px 0 0 25px;
      overflow: hidden; } }

@media screen and (max-width: 900px) {
  .TransFee:before {
    height: calc(100% - 40vw) !important; } }
.TransFee__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }
@media screen and (max-width: 900px) {
  .TransFee .topArea__spMap {
    position: absolute; } }
@media screen and (max-width: 900px) {
  .TransFee .topArea__inner {
    position: relative; } }
.TransFee .topArea__box {
  width: calc(100%/2); }
  @media screen and (max-width: 900px) {
    .TransFee .topArea__box {
      width: 100%; } }
.TransFee__box {
  width: calc(50% - 100px); }
  @media screen and (max-width: 900px) {
    .TransFee__box {
      width: 100%;
      margin-top: 23px; } }
.TransFee .dlBox__dt,
.TransFee .dlBox__dd {
  justify-content: flex-start;
  padding-left: 20px;
  width: 50%; }
  @media screen and (max-width: 900px) {
    .TransFee .dlBox__dt,
    .TransFee .dlBox__dd {
      padding: 10px 12px; } }
@media screen and (max-width: 900px) {
  .TransFee .dlBox__dt {
    width: 125px;
    line-height: 1.667; } }
@media screen and (max-width: 900px) {
  .TransFee .dlBox__dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; } }

.cancel {
  background: #F7F7F7;
  position: relative;
  padding-bottom: 100px; }
  @media screen and (max-width: 900px) {
    .cancel {
      padding-bottom: 55px; } }
  .cancel .dlBox__dd:before {
    top: -1px; }
  .cancel:before {
    content: "";
    right: 0;
    top: 0;
    width: calc(100% / 2);
    height: calc(100% - 100px);
    background: #FFF;
    position: absolute; }
    @media screen and (max-width: 900px) {
      .cancel:before {
        width: calc(100% - 75px);
        border-radius: 25px 0 0 25px;
        right: 0; } }
  .cancel__inner {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media screen and (max-width: 900px) {
      .cancel__inner {
        padding: 25px 30px; } }
    .cancel__inner:before {
      content: "";
      position: absolute;
      right: 40px;
      top: 0;
      height: 100%;
      background: #FFF;
      width: calc(100% - 175px);
      border-radius: 46px 0 0 46px; }
  .cancel__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    position: relative;
    z-index: 1; }
  .cancel__box {
    width: 50%; }
    @media screen and (max-width: 900px) {
      .cancel__box {
        width: 100%; } }
  .cancel__pic {
    width: calc(100%/2 - 100px);
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 900px) {
      .cancel__pic {
        width: 100%;
        margin-top: 20px;
        border-radius: 5px; } }
  .cancel .dlBox__dl {
    align-items: center; }
  .cancel .dlBox__dt {
    width: 220px; }
    @media screen and (max-width: 900px) {
      .cancel .dlBox__dt {
        width: 180px; } }

.company {
  border-bottom: 1px solid #efefef;
  padding-bottom: 150px; }
  @media screen and (max-width: 900px) {
    .company {
      padding-bottom: 55px; } }
  .company__box:first-of-type {
    margin-bottom: 100px; }
    @media screen and (max-width: 900px) {
      .company__box:first-of-type {
        margin-bottom: 55px; } }
  @media screen and (max-width: 900px) {
    .company .dlBox__dl {
      display: block; } }
  .company .dlBox__dt {
    width: 300px; }
    @media screen and (max-width: 900px) {
      .company .dlBox__dt {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 16px; } }
  @media screen and (max-width: 900px) {
    .company .dlBox__dd {
      width: 100%;
      background: #FFF;
      font-size: 16px; } }
  @media screen and (max-width: 900px) {
    .company .dlBox__dd:before {
      content: none; } }

.case {
  padding-bottom: 150px;
  background: #f6f7f7;
  overflow: hidden;
  position: relative; }
  .case__top {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  @media screen and (max-width: 900px) {
    .case {
      padding-bottom: 55px; } }
  .case .inner,
  .case .pNav {
    position: relative;
    z-index: 2; }

  .case .topCases__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    @media screen and (max-width: 900px) {
      .case .topCases__wrap {
        -webkit-justify-content: space-between;
        /* Safari etc. */
        -ms-justify-content: space-between;
        /* IE10        */
        justify-content: space-between; } }
  @media screen and (max-width: 900px) {
    .case .topBox__category {
      padding: 0 7px;
      margin-right: 3px; } }
  .case .topBox {
    width: calc(100%/3 - 20px);
    margin-right: 30px;
    margin-bottom: 50px; }
    @media screen and (max-width: 900px) {
      .case .topBox {
        margin-right: 0;
        width: calc(100%/2 - 10px);
        margin-bottom: 30px; } }
    .case .topBox:nth-child(3n) {
      margin-right: 0; }
  .case .topBox__img {
    border-radius: 10px;
    position: relative; }
    @media screen and (max-width: 900px) {
      .case .topBox__img {
        border-radius: 5px; } }
  .case .topBox__txt {
    font-size: 16px; }
    @media screen and (max-width: 900px) {
      .case .topBox__txt {
        font-size: 10px; } }

.iconNew {
  position: absolute;
  box-sizing: border-box;
  border-radius: 100px;
  background: #25c9ce;
  padding: 0 7px;
  line-height: 1.3;
  left: 20px;
  top: 20px; }
  @media screen and (max-width: 900px) {
    .iconNew {
      left: 10px;
      top: 10px; } }
  .iconNew__inner {
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    top: -1px; }
    @media screen and (max-width: 900px) {
      .iconNew__inner {
        font-size: 10px;
        top: -2px; } }

.pNav {
  padding-top: 30px; }
  @media screen and (max-width: 900px) {
    .pNav {
      padding-top: 20px; } }
  .pNav__count {
    text-align: center;
    font-size: 12px; }
    @media screen and (max-width: 900px) {
      .pNav__count {
        font-size: 10px; } }
  .pNav__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 900px) {
      .pNav__list {
        margin-bottom: 10px; } }
  .pNav__txt {
    text-align: center;
    font-size: 12px; }
  .pNav__li a,
  .pNav__li span.current,
  .pNav__li span.dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    margin: 0 10px;
    font-size: 24px;
    background: #FFF;
    font-weight: 500; }
    @media screen and (max-width: 900px) {
      .pNav__li a,
      .pNav__li span.current,
      .pNav__li span.dots {
        width: 35px;
        height: 35px;
        font-size: 18px; } }
  .pNav__li span.dots {
    width: 25px; }
  .pNav__li span.current {
    background: #25c9ce;
    color: #FFF;
    font-weight: 500;
    font-size: 30px;
    width: 60px;
    height: 60px; }
    @media screen and (max-width: 900px) {
      .pNav__li span.current {
        width: 45px;
        height: 45px;
        font-size: 22px; } }
  .pNav__li span.page-numbers {
    padding-bottom: 2px; }
  .pNav__liLinkArrowL img, .pNav__liLinkArrowR img {
    display: block;
    width: 20px; }
    @media screen and (max-width: 900px) {
      .pNav__liLinkArrowL img, .pNav__liLinkArrowR img {
        width: 12px; } }

.detail {
  position: relative;
  padding-bottom: 160px; }
  @media screen and (max-width: 900px) {
    .detail {
      background: #f6f7f7;
      padding-bottom: 55px; } }
  .detail:before {
    background: #f6f7f7;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100px; }
    @media screen and (max-width: 900px) {
      .detail:before {
        content: none; } }
  .detail__bg {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%; }
    @media screen and (max-width: 900px) {
      .detail__bg {
        top: 0;
        bottom: auto; } }
    .detail__bg img {
      width: 100%; }
  .detail .dlBox {
    background: #FFF; }
  @media screen and (max-width: 900px) {
    .detail .dlBox__li:before {
      top: 11px; } }
  .detail__inner {
    position: relative;
    max-width: 980px;
    padding: 0 40px;
    margin: auto;
    z-index: 1; }
    @media screen and (max-width: 900px) {
      .detail__inner {
        padding: 0 30px; } }
  .detail__lead {
    margin-bottom: 50px; }
    @media screen and (max-width: 900px) {
      .detail__lead {
        margin-bottom: 30px; } }
  .detail__pic {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px; }
    @media screen and (max-width: 900px) {
      .detail__pic {
        border-radius: 5px;
        margin-bottom: 20px; } }
    .detail__pic img {
      width: 100%; }
  .detail__txt {
    margin-bottom: 30px; }
    @media screen and (max-width: 900px) {
      .detail__txt {
        margin-bottom: 20px; } }
  .detail .iconNew {
    padding: 1px 10px;
    position: relative;
    margin-right: 3px;
    top: 2px;
    left: auto;
    display: inline-block; }
  .detail .dlBox__dt {
    width: 240px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 900px) {
      .detail .dlBox__dt {
        width: 125px; } }
  .detail__ttl {
    font-size: 38px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 20px; }
    @media screen and (max-width: 900px) {
      .detail__ttl {
        line-height: 1.6;
        font-size: 25px;
        margin-bottom: 5px; } }

.search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 900px) {
    .search {
      margin-bottom: 15px; } }
  .search__txt {
    font-size: 12px; }
    @media screen and (max-width: 900px) {
      .search__txt {
        display: none; } }
  .search__ttl {
    font-size: 20px;
    font-weight: 600; }
    @media screen and (max-width: 900px) {
      .search__ttl {
        font-size: 12px; } }
    .search__ttl img {
      position: relative;
      display: inline-block;
      width: 24px;
      margin: 0 2px 0 0;
      vertical-align: middle;
      top: -2px; }
      @media screen and (max-width: 900px) {
        .search__ttl img {
          width: 15px;
          top: -1px; } }

.news {
  position: relative;
  padding-bottom: 150px; }
  @media screen and (max-width: 900px) {
    .news {
      padding-bottom: 15px; } }
  .news__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .news .pNav__li a,
  .news .pNav__li span.current,
  .news .pNav__li span.dots {
    background: #f6f7f7; }
  .news .pNav__li span.current {
    background: #25c9ce; }

.newsSide {
  width: 300px; }
  @media screen and (max-width: 900px) {
    .newsSide {
      width: 100%; } }
  .newsSide__box {
    margin-bottom: 40px; }
  .newsSide__ttl, .newsSide__ttl2 {
    font-size: 20px;
    margin-bottom: 15px; }
    @media screen and (max-width: 900px) {
      .newsSide__ttl, .newsSide__ttl2 {
        font-size: 16px;
        margin-bottom: 8px; } }
  .newsSide__ttl2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #25c9ce;
    margin-bottom: 20px; }
  .newsSide .dlBox__dd {
    padding: 15px 20px; }
    @media screen and (max-width: 900px) {
      .newsSide .dlBox__dd {
        padding: 10px 15px; } }

.prBnr {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px; }
  @media screen and (max-width: 900px) {
    .prBnr {
      margin-bottom: 15px; } }

.recommendList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 15px;
  box-sizing: border-box;
  border-top: 1px solid #25c9ce;
  border-bottom: 1px solid #25c9ce;
  margin-bottom: -1px; }
  @media screen and (max-width: 900px) {
    .recommendList {
      align-items: center;
      padding: 15px 0; } }
  .recommendList .iconNew {
    left: 5px;
    top: 5px;
    padding: 0 9px; }
  .recommendList .iconNew__inner {
    font-size: 10px;
    top: -2.5px; }
  .recommendList__dt {
    width: 100px; }
  .recommendList__pic {
    width: 100%;
    aspect-ratio: 670 / 447;
    position: relative;
    border-radius: 3px;
    overflow: hidden; }
    .recommendList__pic img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .recommendList__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 10px; }
  .recommendList__ttl {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.714;
    letter-spacing: -1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: calc(1.714em * 2); }
    @media screen and (max-width: 900px) {
      .recommendList__ttl {
        font-size: 12px; } }
  .recommendList__date {
    font-size: 12px; }
    @media screen and (max-width: 900px) {
      .recommendList__date {
        font-size: 10px; } }

.newsCont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-right: 50px; }
  @media screen and (max-width: 900px) {
    .newsCont {
      padding-right: 0;
      width: 100%;
      margin-bottom: 55px; } }
  .newsCont__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .newsCont .topBox {
    width: calc(100%/2 - 18px); }
    @media screen and (max-width: 900px) {
      .newsCont .topBox {
        width: calc(100%/2 - 10px); } }
  .newsCont__box {
    margin-bottom: 5px; }
  .newsCont .topBox {
    margin-bottom: 50px; }
    @media screen and (max-width: 900px) {
      .newsCont .topBox {
        margin-bottom: 30px; } }
  .newsCont__count {
    font-size: 12px;
    margin-bottom: 15px; }
    @media screen and (max-width: 900px) {
      .newsCont__count {
        display: none; } }

.newsDetail__ttl {
  font-size: 38px;
  line-height: 1.6; }
  @media screen and (max-width: 900px) {
    .newsDetail__ttl {
      line-height: 1.6;
      font-size: 25px; } }
.newsDetail__lead {
  margin-bottom: 50px; }
  @media screen and (max-width: 900px) {
    .newsDetail__lead {
      margin-bottom: 30px; } }
.newsDetail__main {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 10px; }
  @media screen and (max-width: 900px) {
    .newsDetail__main {
      border-radius: 5px;
      margin-bottom: 30px; } }
  .newsDetail__main img {
    width: 100%;
    height: auto; }
.newsDetail .iconNew {
  position: static;
  display: inline-block;
  margin-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
  top: 2px;
  left: auto; }
.newsDetail__date {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px; }

.cateBtns {
  border-top: 2px solid #f6f7f7;
  padding-top: 50px;
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 900px) {
    .cateBtns {
      padding-top: 30px;
      margin-top: 30px; } }
  .cateBtns__cateWrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-right: 40px; }
  .cateBtns__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    width: 110px; }
  .cateBtns__li {
    width: 30px; }
    .cateBtns__li a {
      display: block; }

.copyUrl {
  position: relative;
}
.copyUrl::before {
  content: "URLをクリップボードにコピーしました";
  display: inline-block;
  height: 34px;
  padding: 0 15px;
  background: #141414;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.copyUrl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #141414 transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.copyUrl.on::before,
.copyUrl.on::after {
  opacity: 1;
}

.faq {
  position: relative;
  padding-bottom: 120px; }
  @media screen and (max-width: 900px) {
    .faq {
      padding-bottom: 40px; } }
  .faq__inner {
    max-width: 980px;
    padding: 0 40px;
    margin: auto; }
    @media screen and (max-width: 900px) {
      .faq__inner {
        padding: 0; } }
  .faq__dl {
    border-radius: 6px;
    border: 1px solid #25c9ce;
    overflow: hidden;
    margin-bottom: 30px; }
    @media screen and (max-width: 900px) {
      .faq__dl {
        margin-bottom: 15px; } }
  .faq__dt {
    background: url("../img/faq/open.svg") right 30px center no-repeat #f0fafa;
    background-size: 14px;
    box-sizing: border-box;
    padding: 25px; }
    @media screen and (max-width: 900px) {
      .faq__dt {
        padding: 15px 20px;
        background: url("../img/faq/open.svg") right 20px center no-repeat #f0fafa;
        background-size: 14px;
        padding-right: 60px;
        line-height: 1.563; } }
  .faq__dt.active {
    background: url("../img/faq/close.svg") right 30px center no-repeat #f0fafa;
    background-size: 14px; }
    @media screen and (max-width: 900px) {
      .faq__dt.active {
        background: url("../img/faq/close.svg") right 20px center no-repeat #f0fafa;
        background-size: 14px; } }
  .faq__dd {
    padding: 25px;
    display: none;
    background: url(../img/bg_border.svg) left top repeat-x;
    background-size: 7px; }
    @media screen and (max-width: 900px) {
      .faq__dd {
        padding: 15px 20px; } }
    @media screen and (max-width: 900px) {
      .faq__dd .button {
        padding-top: 10px; } }
  .faq__dtInner {
    position: relative;
    padding-left: 30px; }
    .faq__dtInner:before {
      content: "Q.";
      color: #25c9ce;
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 600; }
  .faq__ddInner {
    position: relative;
    padding-left: 30px; }
    .faq__ddInner:before {
      content: "A.";
      color: #eb6100;
      position: absolute;
      left: 0;
      font-weight: 600;
      top: 0; }
  .faq .button__link1,
  .faq .button__link2 {
    height: 45px;
    width: 169px;
    justify-content: flex-start;
    padding-left: 25px;
    margin-top: 23px; }
    @media screen and (max-width: 900px) {
      .faq .button__link1,
      .faq .button__link2 {
        position: relative;
        left: 0px;
        margin: auto; } }
  .faq .button__link2 {
    width: 190px; }

.contact {
  position: relative;
  border-bottom: 1px solid #efefef;
  padding-bottom: 70px; }
  @media screen and (max-width: 900px) {
    .contact {
      padding-bottom: 15px; } }
  .contact__inner {
    margin: auto;
    max-width: 980px;
    padding: 0 40px; }
    @media screen and (max-width: 900px) {
      .contact__inner {
        padding: 0 30px; } }
  .contact__notFoundTxt {
    margin-bottom: 30px; }
  .contact__ttl {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 2px solid #25c9ce;
    margin-bottom: 20px;
    padding-bottom: 5px; }
    @media screen and (max-width: 900px) {
      .contact__ttl {
        font-size: 25px;
        line-height: 1.6; } }
  .contact__leadTxt {
    margin-bottom: 70px; }
    @media screen and (max-width: 900px) {
      .contact__leadTxt {
        margin-bottom: 25px; } }
  .contact__caution {
    font-size: 12px;
    margin-top: -50px;
    margin-bottom: 40px;
    text-indent: -1em;
    padding-left: 1em; }
    @media screen and (max-width: 900px) {
      .contact__caution {
        margin-bottom: 30px;
        margin-top: 0; } }

.contactForm {
  position: relative; }
  .contactForm__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dcdddd;
    border-top: 1px solid #dcdddd;
    margin-bottom: -1px;
    padding: 20px 0; }
  .contactForm__dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: center;
    width: 300px;
    font-weight: 600; }
    @media screen and (max-width: 900px) {
      .contactForm__dt {
        width: 100%;
        justify-content: flex-start;
        padding-bottom: 10px; } }
  .contactForm__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 30px; }
    @media screen and (max-width: 900px) {
      .contactForm__dd {
        padding-left: 0; } }
  .contactForm__hissu {
    background: #25c9ce;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 40.5638px;
    height: 23.4556px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border-radius: 3px; }
    @media screen and (max-width: 900px) {
      .contactForm__hissu {
        width: 32px;
        height: 18px;
        border-radius: 2px;
        margin-left: 10px;
        top: 1px;
        position: relative;
        font-size: 10px; } }
  .contactForm__hissuInner {
    position: relative;
    top: -4px; }
    @media screen and (max-width: 900px) {
      .contactForm__hissuInner {
        font-size: 12px;
        top: -3px; } }
  .contactForm__subTtl {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 0; }
    @media screen and (max-width: 900px) {
      .contactForm__subTtl {
        font-size: 20px;
        margin-bottom: 10px; } }
  .contactForm__select, .contactForm__textArea, .contactForm__input, .contactForm__inputShort {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFF;
    padding: 7px 20px;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    border: 1px solid #dcdddd;
    border-radius: 8px;
    line-height: 1.875; }
    @media screen and (max-width: 900px) {
      .contactForm__select, .contactForm__textArea, .contactForm__input, .contactForm__inputShort {
        border-radius: 5px;
        padding: 7px 15px;
        width: 100%; } }
  .contactForm__input2 {
    height: 46px; }
    @media screen and (max-width: 900px) {
      .contactForm__input2 {
        height: auto; } }
  .contactForm__input {
    width: 100%; }
  @media screen and (max-width: 900px) {
    .contactForm__inputShort {
      width: 100%; } }
  .contactForm__select {
    min-width: 300px;
    background: url("../img/contact/triangle.svg") right 10px center no-repeat;
    background-size: 7.9971px; }
  .contactForm__textArea {
    width: 100%;
    min-height: 85px; }
    @media screen and (max-width: 900px) {
      .contactForm__textArea {
        min-height: 105px; } }
  .contactForm__textArea::placeholder, .contactForm__input::placeholder, .contactForm__inputShort::placeholder {
    color: #dcdddd; }
  .contactForm__box {
    margin-bottom: 80px; }
    @media screen and (max-width: 900px) {
      .contactForm__box {
        margin-bottom: 40px; } }
  .contactForm__bottom {
    margin-top: 80px; }
    @media screen and (max-width: 900px) {
      .contactForm__bottom {
        margin-top: 40px; } }
  .contactForm__pTxt {
    text-align: center;
    margin-bottom: 25px; }
    .contactForm__pTxt a {
      text-decoration: underline; }
  .contactForm__buttons {
    margin: 40px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 900px) {
      .contactForm__buttons {
        flex-direction: column-reverse; } }
  .contactForm__buttonBox {
    margin: 80px auto 0; }
    @media screen and (max-width: 900px) {
      .contactForm__buttonBox {
        margin: 40px auto 0; } }
  .contactForm__buttonBox1 {
    max-width: 291px; }
    @media screen and (max-width: 900px) {
      .contactForm__buttonBox1 {
        max-width: 281px; } }
  .contactForm__buttonBox2 {
    max-width: 510px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 900px) {
      .contactForm__buttonBox2 {
        flex-direction: column-reverse;
        justify-content: center;
        max-width: 285px; } }
    .contactForm__buttonBox2 div {
      overflow: hidden; }
    .contactForm__buttonBox2 .button,
    .contactForm__buttonBox2 .button2 {
      padding-right: 38px; }
      @media screen and (max-width: 900px) {
        .contactForm__buttonBox2 .button,
        .contactForm__buttonBox2 .button2 {
          padding: 0; } }
    .contactForm__buttonBox2 .button {
      position: relative;
      left: -20px; }
      @media screen and (max-width: 900px) {
        .contactForm__buttonBox2 .button {
          left: auto;
          margin-bottom: 15px; } }
    .contactForm__buttonBox2 .button__link,
    .contactForm__buttonBox2 .button2__link {
      width: 217px; }
      @media screen and (max-width: 900px) {
        .contactForm__buttonBox2 .button__link,
        .contactForm__buttonBox2 .button2__link {
          width: 264px !important; } }
      @media screen and (max-width: 900px) {
        .contactForm__buttonBox2 .button__link .button__inner,
        .contactForm__buttonBox2 .button2__link .button__inner {
          margin-left: 0; } }
    .contactForm__buttonBox2 .button__link::before {
      transform: skewX(-20deg); }
    .contactForm__buttonBox2 .button__link::after {
      transform: skewX(-20deg); }
    .contactForm__buttonBox2 .button2__link::after {
      transform: skewX(-20deg); }
    .contactForm__buttonBox2 .button2__link::before {
      transform: skewX(-20deg); }
  .contactForm .button__inner {
    margin-left: -20px; }
    @media screen and (max-width: 900px) {
      .contactForm .button__inner {
        margin-left: -50px; } }
  @media screen and (max-width: 900px) {
    .contactForm .button__link {
      width: 255px; } }

.contactForm .contactForm__dd .form-err {
  margin-top: 10px;
  color: #f00;
}
.contactForm .contactForm__recaptcha {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .contactForm .contactForm__recaptcha {
    margin-top: 25px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contactForm .contactForm__recaptcha .g-recaptcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactForm .contactForm__recaptcha .form-err-recaptcha {
  margin-top: 10px;
  color: #f00;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .confirm .contactForm__dl {
    padding: 15px 0; } }
@media screen and (max-width: 900px) {
  .confirm .contactForm__dt {
    padding-bottom: 0; } }

.contactButton__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.contactButton__inner {
  position: relative;
  z-index: 1;
  left: 40px; }
  @media screen and (max-width: 900px) {
    .contactButton__inner {
      left: 30px; } }
.contactButton__link {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 65px;
  width: 274px;
  color: #fff;
  align-items: center;
  transition: .4s;
  left: 20px;
  z-index: 1; }
  @media screen and (max-width: 900px) {
    .contactButton__link {
      height: 45px;
      width: 254px;
      left: 14px; } }
  .contactButton__link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 3px;
    background: #25c9ce;
    transform: skewX(-20deg);
    border: 1px solid #25c9ce; }
    @media screen and (max-width: 900px) {
      .contactButton__link:before {
        border-radius: 3px; } }
  .contactButton__link:after {
    content: "";
    background: url("../img/arrow_w.svg");
    background-size: 20px;
    width: 20px;
    height: 6px;
    position: absolute;
    right: 25px; }
    @media screen and (max-width: 900px) {
      .contactButton__link:after {
        background: url("../img/arrow_w.svg") no-repeat;
        background-size: 15px;
        width: 15px;
        right: 15px; } }
  .contactButton__link:hover {
    color: #25c9ce;
    opacity: 1; }
    .contactButton__link:hover:before {
      background: #FFF; }
    .contactButton__link:hover:after {
      content: "";
      background: url("../img/arrow.svg");
      background-size: 20px;
      width: 20px;
      height: 6px;
      position: absolute;
      right: 25px; }
      @media screen and (max-width: 900px) {
        .contactButton__link:hover:after {
          background: url("../img/arrow.svg") no-repeat;
          background-size: 15px;
          width: 15px;
          right: 15px; } }

.contactButton1 {
  position: relative;
  left: -20px; }

.thanks {
  padding-bottom: 150px; }
  @media screen and (max-width: 900px) {
    .thanks {
      padding-bottom: 55px; } }
  .thanks .contactButton__link {
    left: 10px; }
  @media screen and (max-width: 900px) {
    .thanks .button__link {
      width: 255px; } }
  @media screen and (max-width: 900px) {
    .thanks .button__inner {
      margin-left: -50px; } }

.privacy {
  padding: 0 0 110px;
  border-bottom: 1px solid #efefef; }
  @media screen and (max-width: 900px) {
    .privacy {
      padding: 0 0 15px; } }
  .privacy__inner {
    max-width: 980px;
    margin: auto;
    padding: 0 40px; }
    @media screen and (max-width: 900px) {
      .privacy__inner {
        padding: 0 30px; } }
  .privacy__box {
    margin-bottom: 40px; }
  .privacy__lead {
    margin-bottom: 40px; }
  .privacy__numberList {
    padding-left: 0;
    padding-left: 20px; }
  .privacy__subTtl {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 2px solid #25c9ce;
    margin-bottom: 20px;
    padding-bottom: 5px; }
    @media screen and (max-width: 900px) {
      .privacy__subTtl {
        font-size: 25px;
        line-height: 1.4;
        padding-bottom: 10px; } }
  .privacy__list {
    margin-top: 30px; }
    .privacy__list li {
      position: relative;
      padding-left: 15px; }
      .privacy__list li:before {
        content: "";
        width: 3px;
        height: 3px;
        position: absolute;
        left: 0;
        top: 15px;
        background: #3c3c3c;
        border-radius: 100px; }
  .privacy__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px; }
    @media screen and (max-width: 900px) {
      .privacy__dl {
        font-size: 14px; } }
  .privacy__dt {
    width: 85px; }
  .privacy__dd {
    width: calc(100% - 90px); }
    @media screen and (max-width: 900px) {
      .privacy__dd {
        width: calc(100% - 85px); } }

@media screen and (max-width: 900px) {
  .notFound .contact__ttl {
    line-height: 1.4; } }

@media screen and (max-width: 900px) {
  .otherCases .ttl {
    letter-spacing: 0px;
    font-size: 24px; } }
