html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

html,
body {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  font-weight: inherit;
  font-size: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  word-wrap: break-word;
}

input[type=text],
input[type=tel],
input[type=mail] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.ex-maxWidth {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.ex-XYcent, .price-page--main::before, .price-page--main .backImg, .top-page--bottom .backImg, .top-page--bottom::before, .top-page--image .list li .img, .top-page--image .list li::before, .top-page--main .pc::before, .top-page--main .pc .backImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ex-Xcent, .price-page--price .list .box.bottom:before, .price-page--price .list .box-title:before, .top-page--reason .title:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ex-Ycent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ex-cent-clear {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

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

.br--sp {
  display: none;
}
@media all and (max-width: 660px) {
  .br--sp {
    display: inline;
  }
}

@media all and (max-width: 660px) {
  .br-no-sp {
    display: none;
  }
}

.br--tb {
  display: none;
}
@media all and (max-width: 960px) {
  .br--tb {
    display: inline;
  }
}

@media all and (max-width: 960px) {
  .br-no-tb {
    display: none;
  }
}

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

body {
  font-size: 16px;
  line-height: 2;
  font-family: "normal", sans-serif;
}

.ex-f-e {
  font-family: "kaiso", sans-serif;
}

body {
  font-family: serif;
}

header .hd-main {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media all and (max-width: 660px) {
  header .hd-main {
    display: none;
  }
}
header .hd-main--list {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 1320px) {
  header .hd-main--list {
    padding-right: 5vw;
  }
}
header .hd-main--list li {
  line-height: 80px;
}
header .hd-main--list li .anchor {
  padding: 0 1.5em;
  display: inline-block;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media all and (max-width: 1320px) {
  header .hd-main--list li .anchor {
    padding: 0 1em;
  }
}
@media (hover: hover) and (pointer: fine) {
  header .hd-main--list li .anchor:hover {
    opacity: 0.6;
  }
}
header .fixedBottomNav {
  background: #689eb6;
  width: 100%;
  height: 100px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media all and (max-width: 660px) {
  header .fixedBottomNav {
    height: 65px;
  }
}
header .fixedBottomNav .anchor {
  display: block;
  text-align: center;
}
header .fixedBottomNav img {
  height: 100px;
}
@media all and (max-width: 660px) {
  header .fixedBottomNav img {
    height: 65px;
  }
}

.mobileNavButton {
  width: 56px;
  height: 56px;
  position: fixed;
  top: 4px;
  right: 4px;
  z-index: 9999;
  display: none;
}
@media all and (max-width: 660px) {
  .mobileNavButton {
    display: block;
  }
}

.mobileNavButton .inr {
  width: 26px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobileNavButton .bar {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.mobileNavButton .bar:nth-child(1) {
  top: 0;
}

.isOpen__mobileNav .mobileNavButton .bar:nth-child(1) {
  top: 9px;
  transform: rotate(40deg);
}

.mobileNavButton .bar:nth-child(2) {
  top: 8px;
}

.isOpen__mobileNav .mobileNavButton .bar:nth-child(2) {
  opacity: 0;
}

.mobileNavButton .bar:nth-child(3) {
  bottom: 0px;
}

.isOpen__mobileNav .mobileNavButton .bar:nth-child(3) {
  bottom: 8px;
  transform: rotate(-40deg);
}

.mobileNav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  display: none;
}
@media all and (max-width: 660px) {
  .mobileNav {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .mobileNav {
    display: none;
  }
}
.isOpen__mobileNav .mobileNav .inr {
  pointer-events: all;
}

.mobileNav .inr {
  width: 78vw;
  height: 100%;
  padding: 0 14px 0;
  background: #689eb5;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  transition: transform 0.65s;
  transform: translateX(88vw);
  z-index: 20;
}

.mobileNav .button-box {
  margin-top: 20px;
}

.mobileNav .button-box .anchor {
  display: block;
  margin-bottom: 6px;
  padding: 12px 0;
  text-align: center;
  font-size: 13px;
}

.mobileNav .button-box .anchor.line {
  background-color: #00b900;
}

.mobileNav .button-box .anchor.online {
  border: 1px solid #fff;
  color: #fff;
}

.mobileNav .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}

.isOpen__mobileNav .mobileNav .overlay {
  opacity: 0.5;
  pointer-events: all;
}

.isOpen__mobileNav .mobileNav .inr {
  transform: translateX(0);
}

.mobileNav .nav {
  padding-top: 60px;
}

.mobileNav .nav a {
  display: block;
  padding: 10px 0 10px 5px;
  border-bottom: 1px solid #8ab7cb;
}

.top-page--main .pc {
  height: 100vh;
  min-height: 880px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media all and (max-width: 660px) {
  .top-page--main .pc {
    display: none;
  }
}
.top-page--main .pc .inr {
  z-index: 3;
  text-align: center;
  color: #fff;
}
.top-page--main .pc .inr .logo {
  max-width: 350px;
  margin-bottom: 40px;
  display: inline-block;
}
.top-page--main .pc .inr .top {
  margin-bottom: 24px;
  font-size: 24px;
  margin-bottom: 12px;
}
.top-page--main .pc .inr .list {
  margin-bottom: 24px;
}
.top-page--main .pc .inr .anchor {
  padding: 5px 24px;
  display: inline-block;
  font-size: 15px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 20px 0px 20px;
}
.top-page--main .pc .backImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.top-page--main .pc::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  z-index: 1;
}
.top-page--main .mobile {
  display: none;
}
@media all and (max-width: 660px) {
  .top-page--main .mobile {
    display: block;
  }
}
.top-page--reason {
  padding: 60px 5vw 90px;
  background: #689eb6;
  color: #fff;
}
@media all and (max-width: 660px) {
  .top-page--reason {
    padding: 40px 5vw 50px;
  }
}
.top-page--reason .title {
  max-width: 780px;
  margin: 0 auto 80px;
  padding: 33px 0;
  border-top: 1px solid #fff;
  font-size: 30px;
  text-align: center;
  position: relative;
}
@media all and (max-width: 960px) {
  .top-page--reason .title {
    width: 88%;
    font-size: 26px;
    padding: 26px 0;
  }
}
@media all and (max-width: 660px) {
  .top-page--reason .title {
    width: 100%;
    margin-bottom: 55px;
    padding: 0 0 16px;
    border-top: none;
    font-size: 23px;
    line-height: 1.7;
  }
}
.top-page--reason .title:before {
  content: "";
  width: 50%;
  height: 1px;
  background: #fff;
  display: block;
  bottom: 0;
}
@media all and (max-width: 660px) {
  .top-page--reason .title:before {
    width: 45%;
  }
}
.top-page--reason .list li {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.top-page--reason .list li:not(:last-of-type) {
  margin-bottom: 95px;
}
@media all and (max-width: 660px) {
  .top-page--reason .list li:not(:last-of-type) {
    margin-bottom: 68px;
  }
}
.top-page--reason .list li .num {
  padding: 0 70px 20px;
  margin-bottom: 30px;
  line-height: 1;
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: 22px;
}
@media all and (max-width: 660px) {
  .top-page--reason .list li .num {
    margin-bottom: 20px;
    padding: 0 45px 20px;
    font-size: 20px;
  }
}
.top-page--reason .list li .n {
  font-size: 30px;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}
@media all and (max-width: 660px) {
  .top-page--reason .list li .n {
    margin-bottom: 7px;
    font-size: 24px;
  }
}
.top-page--reason .list li .l {
  font-size: 16px;
  margin-bottom: 20px;
}
@media all and (max-width: 660px) {
  .top-page--reason .list li .l {
    font-size: 14px;
    opacity: 0.85;
    line-height: 1.55;
  }
}
.top-page--image {
  padding-bottom: 100px;
  background: #689eb6;
}
@media all and (max-width: 660px) {
  .top-page--image {
    padding-bottom: 0;
  }
}
.top-page--image .list {
  display: flex;
  flex-wrap: wrap;
}
.top-page--image .list li {
  width: 50%;
  height: 37vw;
  max-height: 720px;
  position: relative;
  padding: 30px 30px 0;
}
@media all and (max-width: 960px) {
  .top-page--image .list li {
    padding: 18px 18px 0;
  }
}
@media all and (max-width: 660px) {
  .top-page--image .list li {
    width: 100%;
    height: 80vw;
  }
}
.top-page--image .list li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  z-index: 1;
}
.top-page--image .list li .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-page--image .list li p {
  color: #fff;
  z-index: 2;
  position: relative;
  font-size: 24px;
}
@media all and (max-width: 960px) {
  .top-page--image .list li p {
    font-size: 20px;
  }
}
.top-page--bottom {
  padding: 12vw;
  position: relative;
  color: #fff;
}
.top-page--bottom::before {
  content: "";
  opacity: 0.35;
  background: #000;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.top-page--bottom .flex {
  display: flex;
  justify-content: center;
}
.top-page--bottom .inr {
  z-index: 4;
  position: relative;
  text-align: center;
}
.top-page--bottom .inr img {
  width: 440px;
  margin-bottom: 60px;
}
@media all and (max-width: 1440px) {
  .top-page--bottom .inr img {
    width: 36%;
  }
}
.top-page--bottom .inr p {
  font-size: 18px;
}
@media all and (max-width: 1640px) {
  .top-page--bottom .inr p {
    font-size: 1.2vw;
  }
}
@media all and (max-width: 1240px) {
  .top-page--bottom .inr p {
    font-size: 1.45vw;
  }
}
@media all and (max-width: 960px) {
  .top-page--bottom .inr p {
    font-size: 1.58vw;
  }
}
.top-page--bottom .backImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media all and (max-width: 660px) {
  .top-page--bottom {
    display: none;
  }
}

footer .fot-main {
  padding: 100px 5vw 130px;
  background: #689eb6;
}
@media all and (max-width: 660px) {
  footer .fot-main {
    padding: 50px 5vw 80px;
  }
}
footer .fot-main .inr {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
}
@media all and (max-width: 660px) {
  footer .fot-main .inr {
    padding-top: 25px;
  }
}
footer .fot-main .inr .text-box {
  width: 50%;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 660px) {
  footer .fot-main .inr .text-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .fot-main .inr .text-box .title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 30px;
}
footer .fot-main .inr .text-box .l {
  font-size: 15px;
  line-height: 1.55;
}
footer .fot-main .inr .text-box .l:not(:last-of-type) {
  margin-bottom: 1em;
}
footer .fot-main .inr .text-box .l a {
  text-decoration: underline;
}
footer .fot-main .inr .map-box {
  width: 45%;
}
@media all and (max-width: 660px) {
  footer .fot-main .inr .map-box {
    width: 100%;
  }
}
footer .fot-main .inr .map-box .iframe {
  width: 100%;
  height: 370px;
  position: relative;
}
@media all and (max-width: 660px) {
  footer .fot-main .inr .map-box .iframe {
    height: 340px;
  }
}
footer .fot-main .inr .map-box .iframe iframe {
  width: 100%;
  height: 100%;
}

.price-page--main {
  height: 100vh;
  min-height: 880px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media all and (max-width: 660px) {
  .price-page--main {
    height: auto;
  }
}
.price-page--main .inr {
  z-index: 3;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 960px) {
  .price-page--main .inr {
    padding: 0 5vw;
  }
}
@media all and (max-width: 660px) {
  .price-page--main .inr {
    padding: 100px 5vw 30px;
  }
}
.price-page--main .inr .logo {
  max-width: 350px;
  margin-bottom: 40px;
  display: inline-block;
}
@media all and (max-width: 660px) {
  .price-page--main .inr .logo {
    width: 75%;
  }
}
.price-page--main .inr .top {
  margin-bottom: 24px;
  font-size: 24px;
  margin-bottom: 12px;
}
.price-page--main .inr .list {
  margin-bottom: 24px;
}
@media all and (max-width: 660px) {
  .price-page--main .inr .list {
    font-size: 15px;
    text-align: justify;
  }
}
.price-page--main .inr .anchor {
  padding: 5px 24px;
  display: inline-block;
  font-size: 15px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 20px 0px 20px;
}
.price-page--main .backImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.price-page--main::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  z-index: 1;
}
.price-page--price {
  padding: 80px 5vw 100px;
  background: #689eb6;
}
.price-page--price .list {
  max-width: 380px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 42px 0;
}
.price-page--price .list .box {
  text-align: center;
  color: #fff;
}
.price-page--price .list .box-title {
  margin-bottom: 15px;
  padding: 14px 0;
  border-top: 1px solid #fff;
  font-size: 30px;
  position: relative;
}
@media all and (max-width: 660px) {
  .price-page--price .list .box-title {
    font-size: 26px;
  }
}
.price-page--price .list .box-title:before {
  content: "";
  width: 75%;
  height: 1px;
  background: #fff;
  display: block;
  bottom: 0;
}
.price-page--price .list .box-l {
  font-size: 25px;
}
@media all and (max-width: 660px) {
  .price-page--price .list .box-l {
    font-size: 20px;
  }
}
.price-page--price .list .box.bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
  position: relative;
}
.price-page--price .list .box.bottom:before {
  content: "";
  width: 75%;
  height: 1px;
  background: #fff;
  display: block;
  bottom: 0;
}
.price-page--price .list .box.bottom .top {
  font-size: 30px;
}
@media all and (max-width: 660px) {
  .price-page--price .list .box.bottom .top {
    font-size: 26px;
  }
}
.price-page--price .list .box.bottom .bottom {
  font-size: 20px;
}
/*# sourceMappingURL=style.css.map */