@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color: #111;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1.05px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 640px) {
  html {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.25px;
  }
}

body {
  margin: 0;
}

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

body:not(.custom-background-image):before {
  height: 0 !important;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.75em;
}

h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 0.5em;
}

@media (max-width: 640px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0;
  margin-bottom: 0.5em;
}

@media (max-width: 640px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0;
  margin-bottom: 0.5em;
}

@media (max-width: 640px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 0.8rem;
  font-weight: 800;
  margin-bottom: 0;
  margin-bottom: 0.5em;
}

@media (max-width: 640px) {
  h4 {
    font-size: 0.8rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  word-wrap: break-word;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0083D7;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}

figure {
  margin: 0 0 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5em;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5em;
  font-size: 1.5em;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
.page {
  min-width: 1180px;
  width: 100vw;
  overflow: hidden;
}

@media (max-width: 640px) {
  .page {
    min-width: 100%;
  }
}

.header {
  letter-spacing: 0.25px;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translateY(-16px);
  width: 100%;
  z-index: 9999;
}

@media (max-width: 640px) {
  .header {
    height: 48px;
  }
}

.show.header {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s;
  transition-duration: 0.3s;
}

.header-logo {
  background-color: #fff;
  height: 80px;
  margin: 0;
}

@media (max-width: 640px) {
  .header-logo {
    height: 36px;
  }
}

.header-logoLink {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
  padding: 8px 16px;
}

@media (max-width: 640px) {
  .header-logoLink {
    height: 36px;
    padding: 8px;
  }
}

.header-container {
  display: flex;
  height: 80px;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 640px) {
  .header-container {
    height: 48px;
  }
}

.header-logoImg {
  height: 32px;
}

@media (max-width: 640px) {
  .header-logoImg {
    height: 18px;
  }
}

.header-nav {
  align-items: center;
  display: flex;
  margin-left: auto;
}

@media (max-width: 640px) {
  .header-nav {
    display: none;
  }
}

.header-navList {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.header-navItem {
  align-items: center;
  padding: 8px 12px 0;
}

.header-navLink {
  color: #fff;
  position: relative;
}

.header-navLink:hover {
  color: #fff;
}

.header-navLink::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: .2s;
}

.header-navLink:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(0.8, 1);
  transition: .2s;
}

.header-btnBlock {
  display: flex;
  width: 248px;
}

@media (max-width: 640px) {
  .header-btnBlock {
    width: auto;
  }
}

.header-menuBox {
  height: 80px;
  position: relative;
  width: 160px;
}

@media (max-width: 640px) {
  .header-menuBox {
    height: 64px;
    width: auto;
  }
}

.header-menu {
  background-color: #3DD7DD;
  cursor: pointer;
  display: block;
  height: 80px;
  margin-left: auto;
  position: relative;
  width: 80px;
}

@media (max-width: 640px) {
  .header-menu {
    height: 64px;
    width: 64px;
  }
}

.header-ctaBox {
  align-items: center;
  display: flex;
  margin-left: 0;
}

@media (max-width: 640px) {
  .header-ctaBox {
    display: none;
  }
}

.header-cta {
  align-items: center;
  background-color: #0083D7;
  color: #fff;
  display: flex;
  height: 100%;
  padding: 0 12px;
  justify-content: center;
  width: 160px;
  text-align: center;
  transition: .5s;
}

.header-cta:hover {
  color: #fff;
  transform: translateY(-8px);
  transition: .3s;
}

.header-cta_2nd {
  background-color: #3DD7DD;
}

.header-cta_2nd:hover {
  background-color: #3DD7DD;
}

.header-menuLine {
  background-color: #fff;
  display: inline-block;
  height: 4px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  transform-origin: center;
  transition: .3s;
  width: 50%;
}

@media (max-width: 640px) {
  .header-menuLine {
    height: 2px;
  }
}

.header-menuLine:nth-child(1) {
  top: calc(50%);
}

.header-menuLine:nth-child(2) {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(0deg) translateY(-12px);
  transform-origin: center;
}

.header-menuLine:nth-child(3) {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(0) translateY(16px);
  transform-origin: center;
}

@media (max-width: 640px) {
  .header-menuLine:nth-child(3) {
    transform: rotate(0) translateY(14px);
  }
}

.header-menuTxt::before {
  transform: translateY(-8px);
}

.header-menuTxt::after {
  transform: translateY(8px);
}

.mOpen .header-menu {
  transition: .2s;
}

.mOpen .header-menu .header-menuLine:nth-child(1) {
  opacity: 0;
}

.mOpen .header-menu .header-menuLine:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: center;
}

.mOpen .header-menu .header-menuLine:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: center;
}

.mordalMenu {
  background-color: #f3f3f3;
  display: block;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: 0.3s;
  width: 30%;
  z-index: 2000;
}

@media (max-width: 640px) {
  .mordalMenu {
    width: 80%;
  }
}

.mOpen .mordalMenu {
  transform: translateX(0%);
  transition: 0.3s;
}

.mordalMenu-list {
  font-size: 1.2rem;
  font-weight: 800;
  padding: 128px 32px 32px 48px;
}

@media (max-width: 640px) {
  .mordalMenu-list {
    font-size: 1.2rem;
  }
}

.mordalMenu-item_s {
  font-size: 18px;
}

@media (max-width: 640px) {
  .mordalMenu-item_s {
    font-size: 16px;
  }
}

.mordalMenu-item {
  margin-bottom: 16px;
}

.mordalMenu-link, .mordalMenu-link:hover {
  color: #111;
}

.mordalMenu-link:hover {
  text-decoration: underline;
}

.mOpen .main, .mOpen .hero, .mOpen .footer {
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0.9;
}

.pageVisual {
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  height: 280px;
  letter-spacing: 1.5px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 640px) {
  .pageVisual {
    height: 180px;
  }
}

.pageVisual::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.show.pageVisual::before {
  transform-origin: left;
  animation-name: heroMsk;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

@keyframes heroMsk {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.pageVisual-ttl {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  margin: 80px auto 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 10;
  animation-name: pageTtl;
  animation-delay: 0.8s;
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

@media (max-width: 640px) {
  .pageVisual-ttl {
    font-size: 1.5rem;
    margin: 40px auto 0;
  }
}

@keyframes pageTtl {
  0% {
    opacity: 0;
    transform: translateY(-40%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}

.pageVisual-line {
  height: 100%;
  position: absolute;
  width: 100%;
}

.pageVisual-line::after, .pageVisual-line::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.pageVisual-line::after {
  border-right: solid 8px #fff;
  border-bottom: solid 8px #fff;
  transform-origin: bottom right;
}

.pageVisual-line::before {
  border-left: solid 8px #fff;
  border-top: solid 8px #fff;
  transform-origin: top left;
}

.show .pageVisual-line::before, .show .pageVisual-line::after {
  animation-name: heroLine;
  animation-delay: 0.4s;
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

@keyframes heroLine {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}

.section {
  overflow: hidden;
  padding: 112px 0;
}

@media (max-width: 640px) {
  .section {
    padding: 64px 0;
  }
}

.container {
  margin: 0 auto;
  min-width: 960px;
  max-width: 1160px;
  padding: 0 16px;
}

@media (max-width: 640px) {
  .container {
    min-width: 100%;
    width: 100%;
    padding: 0 16px;
  }
}

.container_s {
  margin: 0 auto;
  min-width: 640px;
  max-width: 640px;
  padding: 0 16px;
}

@media (max-width: 640px) {
  .container_s {
    min-width: 100%;
    width: 100%;
    padding: 0 16px;
  }
}

.box {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 640px) {
  .box {
    flex-wrap: wrap;
  }
}

.block_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .block_grid {
    flex-wrap: wrap;
  }
}

.grid_2 {
  width: calc(50% - 16px);
}

@media (max-width: 640px) {
  .grid_2 {
    width: 100%;
  }
}

.grid_3 {
  width: calc(33% - 16px);
}

@media (max-width: 640px) {
  .grid_3 {
    width: 100%;
  }
}

.grid_4 {
  width: calc(25% - 8px);
}

@media (max-width: 640px) {
  .grid_4 {
    width: calc(50% - 8px);
  }
}

.noMgn {
  margin: 0;
}

.txt_small {
  font-size: 0.8rem;
}

@media (max-width: 640px) {
  .txt_small {
    font-size: 0.8rem;
  }
}

.inquiry {
  background-image: url(../images/inquery.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

.inquiry .container {
  z-index: 20;
}

.inquiry::after {
  background-color: #111;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.inquiry-container {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 960px;
  z-index: 20;
}

@media (max-width: 640px) {
  .inquiry-container {
    width: 90%;
  }
}

.inquiry-box {
  align-items: center;
  background-color: #fff;
  display: flex;
  padding: 32px 16px;
  opacity: 0;
  transform: translateY(16px);
}

@media (max-width: 640px) {
  .inquiry-box {
    flex-wrap: wrap;
    padding: 16px;
  }
}

.inquiry-box .box-left, .inquiry-box .box-right {
  padding: 16px 24px;
  width: 50%;
}

@media (max-width: 640px) {
  .inquiry-box .box-left, .inquiry-box .box-right {
    padding: 16px 8px;
    width: 100%;
  }
}

.inquiry-box .box-left .inquiry-ttl, .inquiry-box .box-right .inquiry-ttl {
  font-size: 18px;
  text-align: center;
}

.inquiry-box .box-left {
  border-right: solid 1px #ccc;
}

@media (max-width: 640px) {
  .inquiry-box .box-left {
    border-right: none;
    border-bottom: solid 1px #ccc;
  }
}

.inquiry-box .box-left .inquiry-link {
  background-color: #e9f6ff;
  display: block;
  padding: 16px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.inquiry-box .box-right {
  text-align: center;
}

.inquiry-box .box-right .inquiry-tel {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.4em;
  text-align: center;
}

@media (max-width: 640px) {
  .inquiry-box .box-right .inquiry-tel {
    font-size: 1.5rem;
  }
}

.inquiry-box .box-right .inquiry-tel .fas {
  font-size: 32px;
  margin-right: 8px;
}

@media (max-width: 640px) {
  .inquiry-box .box-right .inquiry-tel .fas {
    font-size: 1.5rem;
  }
}

.inquiry-box .box-right .inquiry-tel a {
  color: #111;
}

.inquiry-box .box-right .inquiry-hour {
  color: #999;
  margin-bottom: 0;
}

.show .inquiry-box {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.4s;
}

.hline-wrap {
  margin-bottom: 64px;
  text-align: center;
}

@media (max-width: 640px) {
  .hline-wrap {
    margin-bottom: 32px;
  }
}

.hline {
  color: #111;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 0;
  opacity: 0;
  position: relative;
  transform: translateY(16px);
  text-align: center;
}

@media (max-width: 640px) {
  .hline {
    font-size: 1.5rem;
  }
}

.show.hline {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.4s;
}

.hline_beLead {
  margin-bottom: 0;
}

.hline-lead {
  margin-bottom: 0;
}

.hline_top {
  margin-bottom: calc(1em + 24px);
  opacity: 0;
  transform: translateY(8px);
}

@media (max-width: 640px) {
  .hline_top {
    margin-bottom: 2em;
  }
}

.show.hline_top {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.4s;
}

.hline_top::after {
  bottom: -24px;
  content: attr(data-hline);
  color: #999;
  font-size: 1.2rem;
  font-weight: 400;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (max-width: 640px) {
  .hline_top::after {
    bottom: -18px;
    font-size: 16px;
  }
}

.btn {
  background-color: #e9f6ff;
  display: block;
  width: 100%;
  padding: 16px;
  position: relative;
  text-align: center;
}

.btn_full {
  width: 100%;
}

.btn_40 {
  margin: 0 auto;
  width: 40%;
}

@media (max-width: 640px) {
  .btn_40 {
    width: 80%;
  }
}

.btn_gst {
  background-color: transparent;
  border: solid 1px #0083D7;
  color: #0083D7;
}

.btnAllow {
  background-color: #0083D7;
  display: inline-block;
  height: 1px;
  position: absolute;
  right: -12px;
  top: calc(50% + 2px);
  transition: 0.1s;
  transform-origin: left;
  width: 38px;
}

@media (max-width: 640px) {
  .btnAllow {
    width: 32px;
  }
}

.btnAllow::after {
  background-color: #0083D7;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  right: 0px;
  top: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  width: 6px;
}

.btn:hover .btnAllow {
  transform: scaleX(1.3);
  transition: 0.2s;
}

.flow {
  background-color: #F5F8FA;
}

.flow .container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .flow .container {
    display: block;
  }
}

.flow-hline {
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  opacity: 0;
  transform: translateY(16px);
  writing-mode: vertical-rl;
  width: 10%;
}

@media (max-width: 640px) {
  .flow-hline {
    margin-bottom: 1.5em;
    width: 100%;
    writing-mode: horizontal-tb;
  }
}

.show.flow-hline {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.4s;
}

.flow-list {
  border-left: solid 1px #ccc;
  padding: 0 0px 16px 48px;
  position: relative;
  width: 75%;
}

@media (max-width: 640px) {
  .flow-list {
    padding: 0 0px 16px 24px;
    width: 100%;
  }
}

.flow-itemttl {
  color: #0083D7;
  font-size: 1.2rem;
  font-weight: 800;
  position: relative;
}

@media (max-width: 640px) {
  .flow-itemttl {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
}

.flow-itemttl::before {
  background-color: #0083D7;
  border-radius: 32px;
  content: "";
  height: 16px;
  left: -48px;
  position: absolute;
  top: 13px;
  transform: translateX(-50%);
  width: 16px;
}

@media (max-width: 640px) {
  .flow-itemttl::before {
    left: -24px;
    top: 6px;
  }
}

.flow-itemTxt {
  margin-bottom: 48px;
}

.flow-itemTxt:last-child {
  margin-bottom: 0;
}

.area-hline {
  color: #0083D7;
  opacity: 0;
  transform: translateY(16px);
}

.show.area-hline {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.4s;
}

.area-pref {
  margin-bottom: 0.5em;
}

.area-txt {
  font-size: 0.8rem;
  margin-bottom: 32px;
}

@media (max-width: 640px) {
  .area-txt {
    font-size: 0.8rem;
    margin-bottom: 16px;
  }
}

.area-txt:last-child {
  margin-bottom: 0;
}

.linkBlock {
  margin-top: 32px;
  padding: 32px;
  width: 100%;
}

.linkBlock .grid_2 {
  margin-bottom: 32px;
  width: 47%;
}

.footer {
  background-color: #111;
  color: #fff;
  padding: 64px 96px;
}

@media (max-width: 640px) {
  .footer {
    padding: 32px 16px;
  }
}

.footer .box-left {
  width: 40%;
}

@media (max-width: 640px) {
  .footer .box-left {
    margin-bottom: 32px;
    width: 100%;
  }
}

.footer .box-right {
  width: 40%;
}

@media (max-width: 640px) {
  .footer .box-right {
    width: 100%;
  }
}

.footer-ttl {
  font-size: 1.5rem;
}

.footer-branchAddr {
  font-size: 0.8rem;
  margin-bottom: 1em;
}

.footer-linkItem {
  display: inline-block;
  margin: 0 8px 8px 0;
}

.footer-linkList {
  margin-bottom: 32px;
}

.footer-linkLink {
  color: #fff;
  font-size: 0.8rem;
}

.footer-linkLink:hover {
  color: #fff;
}

.fInquiry {
  border: solid 2px #fff;
  padding: 16px 32px;
  text-align: center;
}

.fInquiry-ttl {
  font-weight: 400;
}

.fInquiry-tel {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.1em;
}

.fInquiry-tel .fas {
  margin-right: 8px;
}

.fInquiry-tel a {
  color: #fff;
}

.fInquiry-hour {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.footer-copyright {
  padding: 64px 0 0;
  text-align: center;
}

.policy {
  border: solid 1px #ccc;
  font-size: 0.8rem;
  height: 200px;
  margin: 32px 0;
  overflow: scroll;
  padding: 8px;
  width: 100%;
}

.policy h2 {
  margin-top: 0;
}

.policy h3 {
  font-size: 1.2rem;
}

.clr-p {
  color: #0083D7;
}

.clr-a {
  color: #FFC239;
}

.clr-a2 {
  color: #FF432B;
}

.clr-g {
  color: #ccc;
}

.txt-xs {
  font-size: 0.65em;
}

.txt-s {
  font-size: 0.8rem;
}

.txt-m {
  font-size: 1.2rem;
}

.txt-l {
  font-size: 1.5rem;
}

.txt-xl {
  font-size: 48px;
}

.txt-xxl {
  font-size: 64px;
}

@media (max-width: 640px) {
  .txt-xxl {
    font-size: 32px;
  }
}

.txt-b {
  font-weight: 600;
}

.strong_red {
  color: #FF432B;
  font-size: 1.2em;
}

.strong_blue {
  color: #0083D7;
  font-size: 1.2em;
}

.pageVisual_rent {
  background-image: url(../images/rent_pageVisual.jpg);
}

.pageSubVisual {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 8px 32px;
  position: relative;
  transform: translateY(-32px);
  width: 1080px;
  z-index: 10000;
}

@media (max-width: 640px) {
  .pageSubVisual {
    padding: 8px;
    transform: translateY(-16px);
    width: calc(100% - 40px);
  }
}

.pageSubVisual-imgWrap {
  margin-bottom: 0;
}

.pageSubVisual-img {
  width: 100%;
}

@media (max-width: 640px) {
  .pageSubVisual-img {
    display: none;
  }
}

.pageSubVisual-img_sp {
  display: none;
}

@media (max-width: 640px) {
  .pageSubVisual-img_sp {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

.lead .box-left {
  position: relative;
}

.lead .box-leftContainer {
  background-color: #fff;
  margin: 64px 0;
  padding: 32px;
  position: relative;
  width: 720px;
  z-index: 100;
}

@media (max-width: 640px) {
  .lead .box-leftContainer {
    margin: 160px 0 32px;
    padding: 16px;
    width: 100%;
  }
}

.lead .box-left::after {
  background-color: #e9f6ff;
  content: "";
  height: 40%;
  left: -64px;
  position: absolute;
  top: 20px;
  width: 40%;
  z-index: 10;
}

@media (max-width: 640px) {
  .lead .box-left::after {
    bottom: 0px;
    left: 16px;
    top: auto;
    width: 100%;
  }
}

.lead .box-right {
  background-image: url(../images/rent_lead.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: calc((100vw - 100%) / -2);
  top: 0;
  width: 55vw;
}

@media (max-width: 640px) {
  .lead .box-right {
    height: 320px;
    margin-left: -16px;
    margin-right: -16px;
    right: 0;
    width: calc(100% + 32px);
  }
}

.lead a {
  border: solid 1px #0083D7;
  display: inline-block;
  font-size: 0.8rem;
  margin-top: 8px;
  padding: 4px 8px;
  width: auto;
}

.lead-catchWrap {
  color: #0083D7;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (max-width: 640px) {
  .lead-catchWrap {
    font-size: 1.2rem;
  }
}

.lead-catchWrap p:first-child {
  font-size: 1.5rem;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .lead-catchWrap p:first-child {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
}

.plan {
  background-color: #F5F8FA;
}

.plan-priceList-imgWrap {
  background-color: #fff;
  margin: 0 auto 64px;
  padding: 32px;
  width: 1080px;
}

@media (max-width: 640px) {
  .plan-priceList-imgWrap {
    margin: 0 -16px 32px;
    padding: 8px 4px;
    width: calc(100% + 32px);
  }
}

.plan-priceList {
  width: 100%;
}

.plan-block {
  position: relative;
}

.linkBlock {
  padding-bottom: 0;
}

@media (max-width: 640px) {
  .linkBlock {
    padding-top: 0;
  }
}

.linkBlock .grid_2 {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .linkBlock .grid_2 {
    margin-bottom: 16px;
    width: 100%;
  }
}

.plan-ttl {
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 16px;
}

.plan-block_01 {
  margin-bottom: 32px;
}

.plan-block_01 .plan-ttl {
  background-color: #0083D7;
  margin-bottom: 0;
  position: relative;
  z-index: 1000;
}

.plan-block_01 .plan-contents {
  background-color: #fff;
  border: solid 2px #0083D7;
  font-size: 0.8rem;
  padding: 32px;
  position: relative;
  transform: translate(16px, -16px);
}

@media (max-width: 640px) {
  .plan-block_01 .plan-contents {
    padding: 32px 16px 16px;
    transform: translate(0, -16px);
  }
}

.plan-block_01 .plan-contents p {
  margin-bottom: 0;
}

.plan-block_01 .plan-contents p:first-child {
  color: #0083D7;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0.5em;
}

.plan-block_02 .plan-ttl {
  background-color: #FFC239;
  margin-bottom: 0;
  position: relative;
  z-index: 1000;
}

.plan-block_02 .plan-contents {
  background-color: #fff;
  border: solid 2px #FFC239;
  font-size: 0.8rem;
  padding: 32px;
  position: relative;
  transform: translate(16px, -16px);
}

@media (max-width: 640px) {
  .plan-block_02 .plan-contents {
    padding: 32px 16px 16px;
    transform: translate(0, -16px);
  }
}

.plan-block_02 .plan-contents p {
  margin-bottom: 0;
}

.plan-block_02 .plan-contents p:first-child {
  color: #FFC239;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0.5em;
}

.service {
  background-color: #f3f3f3;
}

.service-imgBox {
  background-image: url(../images/rentService_img.jpg);
  background-position: bottom;
  background-size: cover;
  height: 400px;
  margin: 0 -48px;
  position: relative;
  width: calc(100% + 96px);
}

@media (max-width: 640px) {
  .service-imgBox {
    height: 200px;
    margin: 0 -16px;
    width: calc(100% + 32px);
  }
}

.service-imgBox .hline-wrap {
  left: 50%;
  position: absolute;
  top: 64px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1000;
}

@media (max-width: 640px) {
  .service-imgBox .hline-wrap {
    top: 48px;
    width: 100%;
  }
}

.service-imgBox .hline {
  color: #fff;
}

.service-imgBox::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
}

.service-block {
  margin-bottom: 48px;
  margin-top: -200px;
}

@media (max-width: 640px) {
  .service-block {
    margin-top: -64px;
  }
}

@media (max-width: 640px) {
  .service-block .grid_2 {
    margin-bottom: 32px;
  }
}

@media (max-width: 640px) {
  .service-block .grid_2:last-child {
    margin-bottom: 0;
  }
}

.service-ttlBox {
  background-color: #0083D7;
  color: #fff;
  font-weight: 800;
  margin: 0 auto;
  padding: 8px;
  position: relative;
  text-align: center;
  width: 90%;
  z-index: 100;
}

@media (max-width: 640px) {
  .service-ttlBox {
    width: 94%;
  }
}

.service-ttlBox_02 {
  background-color: #FFC239;
}

.service-ttl {
  font-size: 1.5rem;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .service-ttl {
    font-size: 1.2rem;
  }
}

.service-ttllead {
  margin-bottom: 0;
}

.service-contentsList {
  background-color: #fff;
  margin-top: -32px;
  padding: 64px 24px 16px;
  position: relative;
}

@media (max-width: 640px) {
  .service-contentsList {
    padding: 48px 16px 16px;
  }
}

.service-contentsList dt, .service-contentsList dd {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 4px 0;
}

.service-contentsList dt {
  font-size: 0.65em;
  font-weight: 400;
  text-align: center;
  width: 40%;
}

@media (max-width: 640px) {
  .service-contentsList dt {
    font-size: 10px;
  }
}

.service-contentsList dd {
  font-size: 0.65em;
  text-align: center;
  width: 58%;
}

@media (max-width: 640px) {
  .service-contentsList dd {
    width: 58%;
  }
}

.service-contentsList dd .txt-b {
  font-size: 0.8rem;
}

@media (max-width: 640px) {
  .service-contentsList dd .txt-b {
    font-size: 0.8rem;
  }
}

.service-contentsItem {
  border-bottom: dashed 1px #ccc;
  display: flex;
}

.service-contentsItem:last-child {
  border-bottom: none;
}

.service-note {
  font-size: 0.65em;
}

@media (max-width: 640px) {
  .service-note {
    font-size: 10px;
  }
}

.merit {
  position: relative;
}

.merit .hline {
  text-align: left;
}

@media (max-width: 640px) {
  .merit .hline {
    font-size: 1.2rem;
  }
}

.merit::before {
  position: absolute;
  content: "";
  opacity: 0.2;
  transform: skew(35deg);
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background-color: #0083D7;
  transform-origin: right top;
  z-index: 1;
}

@media (max-width: 640px) {
  .merit::before {
    transform: skew(15deg);
    width: 35%;
  }
}

.merit::after {
  position: absolute;
  content: "";
  opacity: 0.2;
  transform: skew(-18deg);
  top: 0;
  right: 0;
  width: 18%;
  height: 100%;
  background-color: #3DD7DD;
  transform-origin: right bottom;
  z-index: 2;
}

@media (max-width: 640px) {
  .merit::after {
    transform: skew(-10deg);
  }
}

.merit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 92%;
}

@media (max-width: 640px) {
  .merit-list {
    width: 100%;
  }
}

.merit-item {
  margin-bottom: 32px;
  width: 48%;
}

@media (max-width: 640px) {
  .merit-item {
    font-size: 0.8rem;
    margin-bottom: 24px;
    width: 100%;
  }
}

.merit-itemNo {
  background-color: #0083D7;
  color: #fff;
  display: inline-block;
  font-weight: 800;
  margin-bottom: 8px;
  padding: 8px 16px;
}

.merit-itemLead {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.2em;
}

@media (max-width: 640px) {
  .merit-itemLead {
    font-size: 16px;
  }
}
