@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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,
video,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  line-height: 2;
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  body {
    width: 100%;
    min-width: auto;
  }
}

ol,
ul {
  list-style: none;
}

a:hover {
  opacity: 0.7;
}
a:link {
  color: #222;
  text-decoration: none;
}
a:visited {
  color: #222;
}

.m-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .m-inner {
    width: 90%;
  }
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  width: 100%;
}

#overflow {
  overflow: hidden;
}

.pc-hidden {
  display: block;
}
@media (max-width: 767px) {
  .pc-hidden {
    display: none;
  }
}

.sp-hidden {
  display: none;
}
@media (max-width: 767px) {
  .sp-hidden {
    display: block;
  }
}

header {
  border-bottom: 2px solid #ccc;
}
header img {
  display: block;
}
header .flex {
  justify-content: space-between;
}

.m-inner {
  position: relative;
  max-width: 800px;
}
.m-inner p {
  width: 95%;
  margin: auto;
  font-size: 14px;
}
@media (max-width: 767px) {
  .m-inner p {
    font-size: 10px;
    line-height: 1.8;
  }
}
.m-inner .fukidashi {
  width: 60%;
  margin: 50px auto 10px;
}
@media (max-width: 767px) {
  .m-inner .fukidashi {
    width: 80%;
    margin: 0 auto;
  }
}
.m-inner .btn {
  width: 80%;
  margin: auto;
}
@media (max-width: 767px) {
  .m-inner .btn {
    width: 100%;
  }
}

.main-image {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 767px) {
  .main-image {
    width: 100%;
  }
}
.main-tel__area {
  margin-top: 150px;
  padding: 80px 0 10px;
  background: #FEF6DF;
}
@media (max-width: 767px) {
  .main-tel__area {
    margin-top: 20vw;
    padding-top: 10vw;
  }
}
.main-tel__area a.tel {
  display: block;
  width: 60%;
  margin: auto;
}
@media (max-width: 767px) {
  .main-tel__area a.tel {
    width: 80%;
  }
}
.main-tel__banner {
  width: 100%;
  position: absolute;
  top: -240px;
}
.main-tel__banner a {
  display: block;
}
@media (max-width: 767px) {
  .main-tel__banner {
    top: -26vw;
    width: 90%;
    left: 5%;
  }
}
.main-red__banner {
  display: block;
  background: #C9151E;
}
.main-red__banner img {
  display: block;
}
.main-red__banner.point02 {
  background: #DC353E;
}
.main-red__banner.point03 {
  background: #E8545B;
}
.main-red__banner-area {
  display: none;
  position: relative;
  margin-bottom: 0px;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 767px) {
  .main-red__banner-area {
    width: 90%;
  }
}
.main-red__banner-area.active {
  display: block;
}
.main-red__banner-area.plus {
  margin-bottom: 20px;
}
.main-red__banner-btn {
  position: absolute;
  width: 60px;
  top: 33%;
  right: 20px;
}
@media (max-width: 767px) {
  .main-red__banner-btn {
    width: 40px;
    right: 5px;
    top: 25%;
  }
}
.main-red__content {
  display: none;
}
@media (max-width: 767px) {
  .main-red__content.m-inner {
    width: 100%;
  }
}
.main-red__content.active {
  display: block;
}
.main-plan__area {
  background: #FFE59C;
  margin-top: 60px;
}
.main-service__area {
  background: #E9E3F1;
  padding-bottom: 60px;
}
.main-service__area p {
  font-weight: bold;
}
.main-service__notice {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .main-service__notice {
    margin-top: 30px;
  }
}
.main-service__notice p {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-service__notice p {
    font-size: 12px;
  }
}
.main-service__notice p a {
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 2px solid #ccc;
}
.main-flow__area {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .main-flow__area {
    padding-bottom: 30px;
  }
}
.main-flow__area .notice {
  display: flex;
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}
.main-flow__area .notice::before {
  content: "※";
}
@media (max-width: 767px) {
  .main-flow__area .notice::before {
    font-size: 10px;
  }
}
.main-flow__area ul {
  margin-top: 2px;
}
.main-flow__area ul li {
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-flow__area ul li {
    font-size: 10px;
  }
}
.main-company__area {
  margin: 30px auto;
  padding: 25px 20px;
  background: #F6F6F6;
  border-radius: 10px;
}
.main-company__txt b {
  display: block;
  width: 95%;
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .main-company__txt b {
    font-size: 16px;
  }
}
.main-company__txt p {
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 767px) {
  .main-company__txt p {
    font-size: 12px;
  }
}
.main-notice__area {
  background: #FFDFE1;
  color: red;
  margin-top: 30px;
  padding: 20px 10px 20px;
  border-radius: 10px;
  border: 2px solid red;
}
.main-notice__area p {
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-notice__area p {
    font-size: 12px;
  }
}
.main-notice__area img {
  display: block;
  margin: 0 auto 20px;
  width: 40px;
}

.footer__logo {
  max-width: 400px;
  width: 70%;
  margin: 20px auto;
}
.footer__body {
  padding: 12px 0;
  background: #6e4598;
}
.footer .footer-copyright__text {
  display: block;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
}

.fixed-btn {
  background: #FEF6DF;
  bottom: 0;
  position: fixed;
  width: 100%;
}
.fixed-btn img {
  display: block;
  width: 70%;
  margin: auto;
}
@media (max-width: 767px) {
  .fixed-btn img {
    width: 100%;
    left: 0;
  }
}