/*===============================
reset
================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}

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;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

button {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}

nav ul {
  list-style: none;
}

ol,
ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #212121;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

blockquote,
q {
  quotes: none;
}

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

table, td, th {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

/*===============================
base
================================*/
html {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  overflow: auto;
  height: 100%;
  letter-spacing: 0;
}

body {
  max-width: 1500px;
  margin-inline: auto;
  position: relative;
  z-index: 100;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

.wrap {
  width: calc(100% - 25px);
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .wrap {
    width: calc(100% - 50px);
  }
}

.palmtop {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .palmtop {
    display: none !important;
  }
}

.laptop {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .laptop {
    display: block !important;
  }
}

.sclNone {
  overflow: hidden;
}

/*===============================
layout
================================*/
/*
header
================================*/
.site-header {
  position: relative;
  z-index: 100;
  width: 100%;
}
.site-header .bar {
  text-align: center;
  padding: 10px 0;
  background: #2177F2;
  color: #fff;
}
.site-header .container {
  padding: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .site-header .container {
    padding: 15px;
  }
}
.site-header .container .logo img {
  width: 200px;
}
@media screen and (min-width: 1024px) {
  .site-header .container .logo img {
    width: auto;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .container .free-dial-icon {
    display: none;
  }
}
.site-header .container .inner {
  display: none;
}
@media screen and (min-width: 1024px) {
  .site-header .container .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header .container .inner .inner-bar {
  display: none;
  padding: 10px;
  background: #2177F2;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .site-header .container .inner .inner-bar {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-header .container .inner .free-dial-time {
  text-align: center;
}
.site-header .container .inner .free-dial-time img {
  width: 300px;
}
@media screen and (min-width: 1024px) {
  .site-header .container .inner .free-dial-time img {
    width: auto;
    height: 50px;
  }
}

/*
main
================================*/
.site-main section {
  padding: 25px 0;
}
@media screen and (min-width: 1024px) {
  .site-main section {
    padding: 50px 0;
  }
}
.site-main .sec-title {
  -moz-text-align-last: center;
       text-align-last: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .site-main .sec-title {
    margin-bottom: 50px;
  }
}
.site-main .sec-title__sub img {
  width: auto;
  height: 25px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .site-main .sec-title__sub img {
    height: 35px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main .sec-title__sub img {
    height: 40px;
  }
}
.site-main .sec-title__main img {
  width: auto;
  height: 35px;
}
@media screen and (min-width: 768px) {
  .site-main .sec-title__main img {
    height: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main .sec-title__main img {
    height: 55px;
  }
}
.site-main__cta {
  background: #2177F2;
}
@media screen and (min-width: 1024px) {
  .site-main__cta .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__cta .column .ele {
    width: calc(50% - 25px);
    margin-right: 50px;
  }
}
.site-main__cta .column .ele:nth-child(2) {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .site-main__cta .column .ele:nth-child(2) {
    margin-top: 0;
    margin-right: 0;
  }
}
.site-main__cta .column .ele .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-main__cta .column .ele .list .item {
  width: calc(50% - 7.5px);
  margin-right: 15px;
}
.site-main__cta .column .ele .list .item:nth-child(2n) {
  margin-right: 0;
}
.site-main__hero {
  overflow: hidden;
  background-image: url("image/hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.site-main__hero .column {
  position: relative;
}
.site-main__hero .column:before {
  display: none;
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  background-image: url("image/hero-img.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom right;
  width: 671px;
  height: 622px;
}
@media screen and (min-width: 1024px) {
  .site-main__hero .column:before {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__hero .column:before {
    right: 0;
  }
}
.site-main__hero .column .ele {
  position: relative;
  z-index: 10;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .site-main__hero .column .ele {
    text-align: initial;
  }
}
.site-main__problem {
  background-image: url("image/problem-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.site-main__problem .problem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-main__problem .problem-list .item {
  -moz-text-align-last: center;
       text-align-last: center;
  padding: 15px;
  background: #061C43;
  color: #fff;
  width: calc(50% - 7.5px);
  margin-top: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .site-main__problem .problem-list .item {
    -moz-text-align-last: initial;
         text-align-last: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__problem .problem-list .item {
    padding: 25px;
    width: calc(33.3% - 10px);
    margin-right: 15px;
  }
}
.site-main__problem .problem-list .item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .site-main__problem .problem-list .item:nth-child(2n) {
    margin-right: 15px;
  }
}
.site-main__problem .problem-list .item:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .site-main__problem .problem-list .item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__problem .problem-list .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .site-main__problem .problem-list .item .icon {
    width: 100px;
  }
}
.site-main__problem .problem-list .item .icon img {
  width: 75px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .site-main__problem .problem-list .item .icon img {
    width: 100px;
  }
}
.site-main__problem .problem-list .item .title {
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.4em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .site-main__problem .problem-list .item .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__problem .problem-list .item .title {
    font-size: 25px;
  }
}
.site-main__rush {
  overflow: hidden;
  position: relative;
  background-image: url("image/rush-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.site-main__rush:before, .site-main__rush:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 30% auto;
  width: 671px;
  height: 622px;
}
@media screen and (min-width: 768px) {
  .site-main__rush:before, .site-main__rush:after {
    background-size: 50% auto;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__rush:before, .site-main__rush:after {
    background-size: 60% auto;
  }
}
.site-main__rush:before {
  left: -50px;
  background-image: url("image/rush-bg_01.png");
  background-position: bottom left;
}
.site-main__rush:after {
  right: -50px;
  background-image: url("image/rush-bg_02.png");
  background-position: bottom right;
}
.site-main__rush .sec-title {
  position: relative;
  z-index: 10;
}
.site-main__rush .catch {
  position: relative;
  z-index: 10;
  text-align: center;
}
.site-main__rush .catch img {
  width: 85%;
  max-width: 800px;
}
.site-main__strength {
  position: relative;
  background-image: url("image/strength-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.site-main__strength .strength-list .item:not(:first-child) {
  margin-top: 25px;
}
.site-main__strength .strength-list .item .title {
  padding: 15px;
  background: #2177F2;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-main__strength .strength-list .item .title .num {
  letter-spacing: -1px;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .site-main__strength .strength-list .item .title .num {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__strength .strength-list .item .title .num {
    font-size: 45px;
  }
}
.site-main__strength .strength-list .item .title .text {
  margin-left: 15px;
  font-size: 15px;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .site-main__strength .strength-list .item .title .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__strength .strength-list .item .title .text {
    font-size: 25px;
  }
}
.site-main__strength .strength-list .item .column {
  padding: 25px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .site-main__strength .strength-list .item .column {
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__strength .strength-list .item .column .img {
    width: 50%;
  }
}
.site-main__strength .strength-list .item .column .desc {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .site-main__strength .strength-list .item .column .desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-right: 50px;
  }
}
.site-main__strength .strength-list .item .column .desc p {
  line-height: 1.6em;
}
.site-main__strength .strength-list .item .column .desc p:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .site-main__strength .strength-list .item .column .desc p:not(:first-child) {
    margin-top: 20px;
  }
}
.site-main__promise {
  overflow: hidden;
  position: relative;
  background-image: url("image/promise-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.site-main__promise:before, .site-main__promise:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 30% auto;
  width: 671px;
  height: 622px;
}
@media screen and (min-width: 768px) {
  .site-main__promise:before, .site-main__promise:after {
    background-size: 50% auto;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__promise:before, .site-main__promise:after {
    background-size: 60% auto;
  }
}
.site-main__promise:before {
  left: -50px;
  background-image: url("image/promise-bg_01.png");
  background-position: bottom left;
}
.site-main__promise:after {
  right: -50px;
  background-image: url("image/promise-bg_02.png");
  background-position: bottom right;
}
.site-main__promise .sec-title {
  position: relative;
  z-index: 10;
}
.site-main__promise .promise-list {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .site-main__promise .promise-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main__promise .promise-list .item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-main__promise .promise-list .item {
    width: calc(33.3% - 16.6px);
    margin-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__promise .promise-list .item {
    width: calc(33.3% - 33.3px);
    margin-right: 50px;
  }
}
.site-main__promise .promise-list .item:nth-child(2) {
  margin: 15px 0;
}
@media screen and (min-width: 768px) {
  .site-main__promise .promise-list .item:nth-child(2) {
    margin: 0 25px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__promise .promise-list .item:nth-child(2) {
    margin: 0 50px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .site-main__promise .promise-list .item:nth-child(3) {
    margin-right: 0;
  }
}
.site-main__promise .promise-list .item img {
  width: 100%;
}
.site-main__voice {
  background: #efefef;
}
@media screen and (min-width: 1024px) {
  .site-main__voice .voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-main__voice .voice-list .item {
  padding: 15px;
  background: #fff;
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .site-main__voice .voice-list .item {
    padding: 25px;
    width: calc(50% - 25px);
    margin-right: 50px;
  }
}
.site-main__voice .voice-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .site-main__voice .voice-list .item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__voice .voice-list .item:nth-child(2n) {
    margin-right: 0;
  }
}
.site-main__voice .voice-list .item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-main__voice .voice-list .item .name .icon {
  width: 50px;
}
@media screen and (min-width: 1024px) {
  .site-main__voice .voice-list .item .name .icon {
    width: 75px;
  }
}
.site-main__voice .voice-list .item .name .text {
  margin-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .site-main__voice .voice-list .item .name .text {
    margin-left: 25px;
    font-size: 18px;
  }
}
.site-main__voice .voice-list .item .comment {
  margin-top: 15px;
  line-height: 1.6em;
}
.site-main__area {
  background: #2177F2;
  color: #fff;
}
.site-main__area .area-list .item:not(:first-child) {
  margin-top: 25px;
}
.site-main__area .area-list .item .title, .site-main__area .area-list .item .desc {
  padding: 15px;
}
.site-main__area .area-list .item .title {
  background: #fff;
  color: #2177F2;
  font-weight: bold;
}
.site-main__area .area-list .item .desc {
  border: 2px solid #fff;
  font-size: 12px;
  line-height: 1.4em;
}
@media screen and (min-width: 1024px) {
  .site-main__area .area-list .item .desc {
    font-size: 13px;
  }
}
.site-main__contact {
  position: relative;
  background-image: url("image/contact-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.site-main__contact .form {
  max-width: 600px;
  margin-inline: auto;
}
.site-main__contact .form dl {
  margin-top: 30px;
}
.site-main__contact .form dl dt span {
  display: inline-block;
  margin-left: 5px;
  color: #cc0000;
}
.site-main__contact .form dl dd {
  position: relative;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .site-main__contact .form dl dd {
    margin-top: 20px;
  }
}
.site-main__contact .form dl dd input[type=text], .site-main__contact .form dl dd input[type=email], .site-main__contact .form dl dd input[type=tel], .site-main__contact .form dl dd select, .site-main__contact .form dl dd textarea {
  padding: 8px 10px;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 16px;
}
.site-main__contact .form dl dd ul li:not(:first-child) {
  margin-top: 10px;
}
.site-main__contact .form dl dd ul li label input[type=checkbox], .site-main__contact .form dl dd ul li label input[type=radio] {
  margin: 0 8px 0 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.site-main__contact .form dl dd .other-text {
  margin-top: 12px;
}
.site-main__contact .form dl dd .error_blank {
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  color: #cc0000;
}
@media screen and (min-width: 768px) {
  .site-main__contact .form dl dd .error_blank {
    bottom: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__contact .form dl dd .error_blank {
    margin-top: 15px;
    font-size: 13px;
  }
}
.site-main__contact .form .address-text input {
  display: inline-block;
}
.site-main__contact .form .address-text input:not(:first-child) {
  margin-top: 10px;
}
.site-main__contact .form #form_submit {
  text-align: center;
  margin-top: clamp(1.563rem, 0.852rem + 3.03vw, 3.125rem);
}
.site-main__contact .form #form_submit input {
  display: inline-block;
  padding: 15px 30px;
  background: #2177F2;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  border: none;
}
.site-main__thanks {
  -moz-text-align-last: center;
       text-align-last: center;
}

/*
footer
================================*/
.site-footer {
  -moz-text-align-last: center;
       text-align-last: center;
}
.site-footer .logo img {
  width: 200px;
}
@media screen and (min-width: 1024px) {
  .site-footer .logo img {
    width: auto;
    height: 50px;
  }
}
.site-footer .cp {
  margin-top: 25px;
  font-size: 12px;
  padding-bottom: 64.48px;
}
@media screen and (min-width: 1024px) {
  .site-footer .cp {
    margin-top: 50px;
    font-size: 13px;
    padding-bottom: 0;
  }
}

/*
bottom-nav
================================*/
.bottom-nav {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #cc0000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px -1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px -1px 4px;
}
@media screen and (min-width: 768px) {
  .bottom-nav {
    display: none;
  }
}

/*===============================
module
================================*/
/*
space
================================*/
.pad-tb {
  padding: 25px 0;
}
@media screen and (min-width: 1024px) {
  .pad-tb {
    padding: 50px 0;
  }
}

/*
align
================================*/
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}