/*===============================
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: 600;
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  overflow: auto;
  height: 100%;
}

body {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
  z-index: 100;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
}

.wrap {
  width: calc(100% - 25px);
  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: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 15px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .site-header {
    padding: 30px;
  }
}
.site-header .container {
  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;
}
.site-header .container .logo {
  margin-right: 15px;
}
@media screen and (min-width: 481px) {
  .site-header .container .logo {
    margin-right: 0;
  }
}
.site-header .container .logo a img {
  width: auto;
  height: 35px;
}
@media screen and (min-width: 1024px) {
  .site-header .container .logo a img {
    height: 45px;
  }
}
.site-header .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .container .inner .tel-mail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .container .inner .tel-mail-list .tel, .site-header .container .inner .tel-mail-list .mail {
  width: 50px;
  margin-right: 5px;
}
@media screen and (min-width: 481px) {
  .site-header .container .inner .tel-mail-list .tel, .site-header .container .inner .tel-mail-list .mail {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .site-header .container .inner .tel-mail-list .tel, .site-header .container .inner .tel-mail-list .mail {
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .container .inner .tel-mail-list .tel, .site-header .container .inner .tel-mail-list .mail {
    width: 250px;
  }
}
.site-header .container .inner .tel-mail-list .tel a, .site-header .container .inner .tel-mail-list .mail a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .site-header .container .inner .tel-mail-list .tel a, .site-header .container .inner .tel-mail-list .mail a {
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .container .inner .tel-mail-list .tel a, .site-header .container .inner .tel-mail-list .mail a {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .site-header .container .inner .tel-mail-list .tel .pt-icon, .site-header .container .inner .tel-mail-list .mail .pt-icon {
    display: none;
  }
}
.site-header .container .inner .tel-mail-list .tel .lt-block, .site-header .container .inner .tel-mail-list .mail .lt-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .site-header .container .inner .tel-mail-list .tel .lt-block, .site-header .container .inner .tel-mail-list .mail .lt-block {
    display: block;
    -moz-text-align-last: center;
         text-align-last: center;
    color: #fff;
    padding: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .container .inner .tel-mail-list .tel .lt-block, .site-header .container .inner .tel-mail-list .mail .lt-block {
    padding: 10px 0;
  }
}
.site-header .container .inner .tel-mail-list .tel .lt-block .catch, .site-header .container .inner .tel-mail-list .mail .lt-block .catch {
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .site-header .container .inner .tel-mail-list .tel .lt-block .catch, .site-header .container .inner .tel-mail-list .mail .lt-block .catch {
    font-size: 20px;
  }
}
.site-header .container .inner .tel-mail-list .tel .lt-block .column, .site-header .container .inner .tel-mail-list .mail .lt-block .column {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .site-header .container .inner .tel-mail-list .tel .lt-block .column, .site-header .container .inner .tel-mail-list .mail .lt-block .column {
    margin-top: 10px;
  }
}
.site-header .container .inner .tel-mail-list .tel .lt-block .column .icon, .site-header .container .inner .tel-mail-list .mail .lt-block .column .icon {
  width: 25px;
}
@media screen and (min-width: 1024px) {
  .site-header .container .inner .tel-mail-list .tel .lt-block .column .icon, .site-header .container .inner .tel-mail-list .mail .lt-block .column .icon {
    width: 35px;
  }
}
.site-header .container .inner .tel-mail-list .tel .lt-block .column .text, .site-header .container .inner .tel-mail-list .mail .lt-block .column .text {
  margin-left: 5px;
  font-size: 20px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (min-width: 1024px) {
  .site-header .container .inner .tel-mail-list .tel .lt-block .column .text, .site-header .container .inner .tel-mail-list .mail .lt-block .column .text {
    font-size: 25px;
  }
}
.site-header .container .inner .tel-mail-list .tel a {
  background: #CC0000;
}
.site-header .container .inner .tel-mail-list .mail {
  margin-right: 0;
}
.site-header .container .inner .tel-mail-list .mail a {
  background: #1A008E;
}
.site-header .container .inner .tel-mail-list .mail a .lt-block .column .text {
  margin-left: 5px;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .site-header .container .inner .tel-mail-list .mail a .lt-block .column .text {
    font-size: 22px;
  }
}

/*
main
================================*/
.site-main {
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .site-main {
    margin-top: 135px;
  }
}
.site-main section .sec-title {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
  margin-bottom: 25px;
  letter-spacing: -1px;
  line-height: 1.1em;
}
@media screen and (min-width: 1024px) {
  .site-main section .sec-title {
    margin-bottom: 45px;
  }
}
.site-main section .white-box {
  padding: 25px 15px;
  background: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .site-main section .white-box {
    padding: 50px;
  }
}
.site-main__cta {
  background: #cc0000;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .site-main__cta {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .site-main__cta .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-main__cta .column .strength-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .site-main__cta .column .strength-list {
    margin-right: 25px;
  }
}
.site-main__cta .column .strength-list .item {
  width: 100%;
}
.site-main__cta .column .strength-list .item:nth-child(2n) {
  margin: 0 10px;
}
.site-main__cta .column .strength-list .item img {
  width: 100%;
}
.site-main__cta .column .tel-payment {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .site-main__cta .column .tel-payment {
    margin-top: 0;
    margin-right: 0;
  }
}
.site-main__hero {
  position: relative;
  overflow: hidden;
  background-image: url("image/hero-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-main__hero .wrap {
  position: relative;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .site-main__hero .wrap:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("image/hero-img-bg.png");
    background-repeat: no-repeat;
    background-size: auto 500px;
    background-position: bottom right;
    width: 493px;
    height: 676px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .site-main__hero .wrap:before {
    background-size: auto 575px;
  }
}
.site-main__hero .wrap .contents {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .site-main__hero .wrap .contents {
    max-width: 550px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__hero .wrap .contents {
    max-width: 650px;
  }
}
.site-main__hero .wrap .contents .img-list {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .site-main__hero .wrap .contents .img-list {
    margin-top: 10px;
  }
}
.site-main__hero .wrap .contents .img-list .item:not(:first-child) {
  margin-left: 5px;
}
.site-main__problem {
  position: relative;
  overflow: hidden;
  background-image: url("image/problem-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-main__problem .white-box:nth-child(2n) {
  margin-top: 15px;
  border: 5px solid #cc0000;
}
@media screen and (min-width: 768px) {
  .site-main__problem .white-box:nth-child(2n) {
    border: 10px solid #cc0000;
  }
}
.site-main__problem .white-box:nth-child(2n) .desc {
  margin-top: -1%;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-main__problem .sec-title {
    letter-spacing: -5px !important;
  }
}
.site-main__problem .sec-title .pt-br {
  display: block;
}
@media screen and (min-width: 768px) {
  .site-main__problem .sec-title .pt-br {
    display: none;
  }
}
.site-main__problem .sec-title span {
  color: #cc0000;
}
@media screen and (min-width: 768px) {
  .site-main__problem .problem-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main__problem .problem-list .item {
  -moz-text-align-last: center;
       text-align-last: center;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .site-main__problem .problem-list .item {
    margin-top: 0;
    width: calc(33.3% - 16.6px);
    margin-right: 25px;
  }
}
.site-main__problem .problem-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .site-main__problem .problem-list .item:nth-child(3n) {
    margin-right: 0;
  }
}
.site-main__problem .problem-list .item .num {
  font-weight: bold;
  color: #FF8103;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .site-main__problem .problem-list .item .num {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__problem .problem-list .item .num {
    font-size: 30px;
  }
}
.site-main__problem .problem-list .item .img {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .site-main__problem .problem-list .item .img {
    margin-top: 20px;
  }
}
.site-main__problem .problem-list .item .img img {
  width: 200px;
}
@media screen and (min-width: 1024px) {
  .site-main__problem .problem-list .item .img img {
    width: 250px;
  }
}
.site-main__problem .problem-list .item .desc {
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .site-main__problem .problem-list .item .desc {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__problem .problem-list .item .desc {
    font-size: 30px;
  }
}
.site-main__problem .caution-list {
  margin: 25px 0;
}
@media screen and (min-width: 768px) {
  .site-main__problem .caution-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__problem .caution-list {
    margin: 45px 0;
  }
}
.site-main__problem .caution-list .item {
  -moz-text-align-last: center;
       text-align-last: center;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .site-main__problem .caution-list .item {
    margin-top: 0;
    width: calc(33.3% - 16.6px);
    margin-right: 25px;
  }
}
.site-main__problem .caution-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .site-main__problem .caution-list .item:nth-child(3n) {
    margin-right: 0;
  }
}
.site-main__problem .caution-list .item .img {
  border-radius: 5px;
  overflow: hidden;
}
.site-main__problem .caution-list .item .title {
  font-weight: bold;
  color: #cc0000;
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .site-main__problem .caution-list .item .title {
    margin-top: 25px;
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__problem .caution-list .item .title {
    font-size: 30px;
  }
}
.site-main__problem .caution-list .item .desc {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .site-main__problem .caution-list .item .desc {
    margin-top: 15px;
  }
}
.site-main__problem .message {
  text-align: center;
  font-weight: 900;
  color: #cc0000;
  letter-spacing: -1px;
  line-height: 1.1em;
  font-size: clamp(1.5rem, 0.818rem + 2.91vw, 3rem);
}
.site-main__reason {
  position: relative;
  overflow: hidden;
  background-image: url("image/reason-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-main__reason:before, .site-main__reason:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 50% auto;
  width: 400px;
  height: 394px;
}
@media screen and (min-width: 768px) {
  .site-main__reason:before, .site-main__reason:after {
    background-size: 75% auto;
  }
}
.site-main__reason:before {
  bottom: 0;
  left: -100px;
  background-position: bottom left;
  background-image: url("image/reason-bg-img_before.png");
}
.site-main__reason:after {
  top: 0;
  right: -100px;
  background-position: top right;
  background-image: url("image/reason-bg-img_after.png");
}
.site-main__reason .wrap {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .site-main__reason .reason-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-main__reason .reason-list .item {
  border: 3px solid #FF8103;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 25px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .site-main__reason .reason-list .item {
    width: calc(50% - 12.5px);
    margin-right: 25px;
    border: 5px solid #FF8103;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__reason .reason-list .item {
    width: calc(33.3% - 16.6px);
  }
}
.site-main__reason .reason-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .site-main__reason .reason-list .item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__reason .reason-list .item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .site-main__reason .reason-list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__reason .reason-list .item:nth-child(2n) {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__reason .reason-list .item:nth-child(3n) {
    margin-right: 0;
  }
}
.site-main__reason .reason-list .item .contents {
  padding: 15px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .site-main__reason .reason-list .item .contents {
    padding: 25px;
  }
}
.site-main__reason .reason-list .item .contents .title {
  text-align: center;
  font-weight: bold;
  color: #cc0000;
  font-size: 20px;
  line-height: 1.1em;
}
@media screen and (min-width: 768px) {
  .site-main__reason .reason-list .item .contents .title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__reason .reason-list .item .contents .title {
    font-size: 30px;
  }
}
.site-main__reason .reason-list .item .contents .desc {
  line-height: 1.5em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .site-main__reason .reason-list .item .contents .desc {
    margin-top: 15px;
  }
}
.site-main__price {
  position: relative;
  background-image: url("image/price-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .site-main__price .price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-main__price .price-list .item {
  position: relative;
  padding: 15px;
  background: #f7f7f7;
  margin-top: 25px;
}
.site-main__price .price-list .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  width: 50%;
  background: #FF8103;
}
@media screen and (min-width: 768px) {
  .site-main__price .price-list .item:before {
    height: 10px;
  }
}
@media screen and (min-width: 768px) {
  .site-main__price .price-list .item {
    width: calc(50% - 12.5px);
    padding: 25px;
    margin-right: 25px;
  }
}
.site-main__price .price-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .site-main__price .price-list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .site-main__price .price-list .item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.site-main__price .price-list .item .title {
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .site-main__price .price-list .item .title {
    margin-top: 10px;
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__price .price-list .item .title {
    font-size: 30px;
  }
}
.site-main__price .price-list .item .img {
  margin: 15px 0;
}
@media screen and (min-width: 768px) {
  .site-main__price .price-list .item .img {
    margin: 25px 0;
  }
}
.site-main__price .price-list .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .site-main__price .price-list .item .info {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__price .price-list .item .info {
    font-size: 30px;
  }
}
.site-main__price .price-list .item .info dt, .site-main__price .price-list .item .info dd {
  padding: 10px 0;
  text-align: center;
  width: 50%;
}
.site-main__price .price-list .item .info dt {
  background: #FF8103;
  color: #fff;
}
.site-main__price .price-list .item .info dd {
  background: #fff;
  color: #cc0000;
  font-weight: 900;
}
.site-main__flow {
  position: relative;
  background-image: url("image/flow-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-main__flow .flow-list .item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-main__flow .flow-list .item:not(:first-child) {
  margin-top: 50px;
}
.site-main__flow .flow-list .item:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 25px;
  background: #FF8103;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-list .item:not(:last-child):before {
    left: 75px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-list .item:not(:last-child):before {
    left: 100px;
  }
}
.site-main__flow .flow-list .item .img {
  display: none;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-list .item .img {
    display: block;
    width: 200px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-list .item .img {
    width: 250px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-list .item .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.site-main__flow .flow-list .item .contents .num {
  color: #FF8103;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-list .item .contents .num {
    font-size: 20px;
  }
}
.site-main__flow .flow-list .item .contents .title {
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1em;
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-list .item .contents .title {
    margin-top: 21px;
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__flow .flow-list .item .contents .title {
    font-size: 30px;
  }
}
.site-main__flow .flow-list .item .contents .desc {
  line-height: 1.5em;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-list .item .contents .desc {
    margin-top: 20px;
  }
}
.site-main__voice {
  background: #f7f7f7;
}
@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;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .site-main__voice .voice-list .item {
    padding: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__voice .voice-list .item {
    width: calc(50% - 12.5px);
    margin-right: 25px;
  }
}
.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 .column {
  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 .column .icon {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .site-main__voice .voice-list .item .column .icon {
    width: 75px;
  }
}
.site-main__voice .voice-list .item .column .title {
  font-weight: bold;
  font-size: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .site-main__voice .voice-list .item .column .title {
    margin-left: 25px;
    font-size: 20px;
  }
}
.site-main__voice .voice-list .item .message {
  margin-top: 15px;
  line-height: 1.5em;
}
@media screen and (min-width: 1024px) {
  .site-main__voice .voice-list .item .message {
    margin-top: 20px;
  }
}
.site-main__area {
  position: relative;
  background-image: url("image/area-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-main__area .area-list .item {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 15px;
}
.site-main__area .area-list .item:first-child {
  margin-top: 0;
}
.site-main__area .area-list .item dt, .site-main__area .area-list .item dd {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .site-main__area .area-list .item dt, .site-main__area .area-list .item dd {
    padding: 15px 25px;
  }
}
.site-main__area .area-list .item dt {
  position: relative;
  background: #FF8103;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .site-main__area .area-list .item dt {
    font-size: 20px;
  }
}
.site-main__area .area-list .item dt:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  background-image: url("image/icon-add.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top right;
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .site-main__area .area-list .item dt:after {
    top: calc(50% - 9px);
    width: 20px;
    height: 20px;
    right: 25px;
  }
}
.site-main__area .area-list .item .is-rotate:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-main__area .area-list .item dd {
  display: none;
  border: 3px solid #FF8103;
  border-top: none;
  line-height: 1.5em;
}
.site-main__contact {
  background: #f7f7f7;
}
.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: #000;
  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;
}

.site-main--page {
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .site-main--page {
    margin-top: 110px;
  }
}

/*
footer
================================*/
.site-footer {
  -moz-text-align-last: center;
       text-align-last: center;
}
.site-footer .logo img {
  width: auto;
  height: 35px;
}
@media screen and (min-width: 1024px) {
  .site-footer .logo img {
    height: 45px;
  }
}
.site-footer .company {
  margin: 20px 0 15px;
  font-size: 20px;
}
.site-footer .cp {
  font-size: 12px;
  padding-bottom: 104.75px;
}
@media screen and (min-width: 768px) {
  .site-footer .cp {
    padding-bottom: 0;
  }
}

/*
bottom-nav
================================*/
.bottom-nav {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #cc0000;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .bottom-nav {
    display: none;
  }
}
/*===============================
module
================================*/
/*
space
================================*/
.pad-tb {
  padding: clamp(1.563rem, 0.852rem + 3.03vw, 3.125rem) 0;
}

.pad-t {
  padding-top: clamp(1.563rem, 0.852rem + 3.03vw, 3.125rem);
}

.pad-b {
  padding-bottom: clamp(1.563rem, 0.852rem + 3.03vw, 3.125rem);
}

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}