@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_flow {
  background-image: url(../images/flow_pageVisual.jpg);
}

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

@media (max-width: 640px) {
  .pageVisual_flow .pageVisual-ttl span {
    display: inline-block;
    line-height: 1.2em;
    width: 100%;
  }
}

.flowOutline {
  padding: 64px 0;
}

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

.flowOutline-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}

.flowOutline-item {
  border: solid 2px #0083D7;
  color: #0083D7;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 16px;
  padding: 16px;
  text-align: center;
  width: 32%;
}

@media (max-width: 640px) {
  .flowOutline-item {
    font-size: 1.2rem;
    text-align: left;
    width: 100%;
  }
}

.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;
  writing-mode: vertical-rl;
  width: 10%;
}

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

.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 a {
  border: solid 1px #0083D7;
  display: inline-block;
  margin-right: 16px;
  margin-top: 16px;
  padding: 8px 16px;
}

@media (max-width: 640px) {
  .flow-itemTxt a {
    margin-right: 8px;
    margin-top: 8px;
  }
}

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