@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  margin: 0;
  padding: 0;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho";
}

.font_en {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

/*=======================================================

    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================

    common

========================================================*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-y: inherit !important;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 56.5%;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.8;
  }
}

@media screen and (max-width: 1349px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc02 {
    display: none !important;
  }
}

@media screen and (max-width: 1699px) {
  .pc03 {
    display: none !important;
  }
}

@media screen and (min-width: 1350px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp02 {
    display: none !important;
  }
}

@media screen and (min-width: 1281px) {
  .sp03 {
    display: none !important;
  }
}

@media screen and (min-width: 1350px) {
  .lg {
    display: none !important;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.mrgT5 {
  margin-top: 5px;
}

.mrgT10 {
  margin-top: 10px;
}

.mrgT15 {
  margin-top: 15px;
}

.mrgT20 {
  margin-top: 20px;
}

.mrgT25 {
  margin-top: 25px;
}

.mrgT30 {
  margin-top: 30px;
}

.mrgT40 {
  margin-top: 40px;
}

.mrgT50 {
  margin-top: 50px;
}

.mrgT60 {
  margin-top: 60px;
}

.mrgT70 {
  margin-top: 70px;
}

.mrgB5 {
  margin-bottom: 5px;
}

.mrgB10 {
  margin-bottom: 10px;
}

.mrgB15 {
  margin-bottom: 15px;
}

.mrgB20 {
  margin-bottom: 20px;
}

.mrgB25 {
  margin-bottom: 25px;
}

.mrgB30 {
  margin-bottom: 30px;
}

.mrgB40 {
  margin-bottom: 40px;
}

.mrgB50 {
  margin-bottom: 50px;
}

.mrgB60 {
  margin-bottom: 60px;
}

.mrgB70 {
  margin-bottom: 70px;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.fontBold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.f14 {
  font-size: 1.4rem;
}

.f16 {
  font-size: 1.6rem;
}

.f18 {
  font-size: 1.8rem;
}

.red {
  color: #c1272d;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  color: #131313;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.link {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

a:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70); /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  transition: opacity 1s ease-out;
}

.link {
  color: #02b340;
}

.marker {
  background: linear-gradient(transparent 70%, #ffe500 70%) !important;
  font-weight: bold;
  font-size: inherit !important;
}

@media screen and (max-width: 767px) {
  header .p-gnav__item:last-child {
    margin-top: 20px;
  }
}

/* --------------------------------------------------------------- */
/* 全体レイアウト */
/* --------------------------------------------------------------- */
#container {
  overflow: hidden;
}
#container .main {
  background: 0;
}
#container .main section p {
  line-height: 1.9;
}
#container .main section .flex {
  display: flex;
  flex-wrap: wrap;
}
#container .main section .bnr {
  text-align: center;
}
#container .main section .inner {
  max-width: 1240px !important;
  width: auto;
  margin: 0 auto;
  padding: 90px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  #container .main section .inner {
    padding: 30px 15px;
    box-sizing: border-box;
  }
}
#container .main section .inner img {
  max-width: 100%;
  height: auto;
}
#container .main section img {
  max-width: 100%;
  height: auto;
}
#container .more01 a {
  background: #ef7e17;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 45px;
  font-size: 2rem;
  font-weight: 500;
  padding: 15px 40px;
  max-width: 300px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
#container .more01 a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #container .more01 a {
    margin: 0 auto;
  }
}

/* --------------------------------------------------------------- */
/* TOP */
/* --------------------------------------------------------------- */
#top #container #mv {
  position: relative;
}
#top #container #mv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: url(../img/bg_mv.png) no-repeat center top/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #top #container #mv::after {
    background: url(../img/bg_mv_sp.png) no-repeat center top/cover;
    width: 100%;
    height: 55%;
  }
}
#top #container #mv .mv_inner {
  padding: 40px 30px 40px;
}
@media screen and (max-width: 767px) {
  #top #container #mv .mv_inner {
    padding: 350px 10px 15px;
  }
}
#top #container #mv .mv_inner h3 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #ef7e17;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #top #container #mv .mv_inner h3 {
    font-size: 2rem;
    background: #fff;
    padding: 5px;
    display: inline-block;
  }
}
#top #container #mv .mv_inner h2 {
  font-weight: 900;
  font-size: 4.6rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #top #container #mv .mv_inner h2 {
    font-size: 2.3rem;
  }
}
#top #container #mv .mv_inner h2 span {
  display: inline-block;
  background: #fff;
  padding: 5px 15px 5px 0;
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  #top #container #mv .mv_inner h2 span {
    padding: 5px;
  }
}
#top #container #mv .mv_inner .txt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top #container #mv .mv_inner .txt {
    font-size: 1.6rem;
  }
}
#top #container #mv .mv_inner .btn a {
  font-size: 2.2rem;
  color: #fff;
  background: #d42a1f;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 520px;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top #container #mv .mv_inner .btn a {
    font-size: 1.8rem;
  }
}
#top #container #mv .mv_inner .btn a::before {
  content: url(../img/ico_play.svg);
  margin-right: 10px;
}
#top #container #mv .mv_inner .btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#top #container h2 {
  line-height: 1.6;
}
#top #container h2.style01 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #top #container h2.style01 {
    font-size: 2.4rem;
    text-align: left;
  }
}
#top #container h2.style01 span {
  color: #d42a1f;
  font-size: 120%;
}
#top #container h2.style01::after {
  content: "";
  background: #ca392f;
  height: 3px;
  width: 76px;
  margin: 10px auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #top #container h2.style01::after {
    margin: 10px 0;
  }
}
#top #container h2.service_ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
#top #container p {
  line-height: 1.6;
}
#top #container .sec001 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #top #container .sec001 .inner .lead {
    text-align: left;
  }
}
#top #container .sec001 .inner .flex {
  justify-content: space-between;
  margin-bottom: 40px;
}
#top #container .sec001 .inner .flex li {
  width: calc(33.33333% - 20px);
  background: #fff;
  box-shadow: 0 0 8px #e0e0e0;
}
@media screen and (max-width: 767px) {
  #top #container .sec001 .inner .flex li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#top #container .sec001 .inner .flex li .txt {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 20px;
}
#top #container .sec001 .inner .lead02 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #top #container .sec001 .inner .lead02 {
    text-align: left;
  }
}
#top #container .sec002 {
  background: #f5f5f5;
}
#top #container .sec002 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
#top #container .sec002 .inner .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
#top #container .sec002 .inner .flex figure {
  width: calc(45% - 40px);
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .flex figure {
    width: 100%;
    margin-bottom: 30px;
  }
}
#top #container .sec002 .inner .flex .cont {
  width: calc(55% - 40px);
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .flex .cont {
    width: 100%;
  }
}
#top #container .sec002 .inner .flex .cont h3 {
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .flex .cont h3 {
    font-size: 2.2rem;
  }
}
#top #container .sec002 .inner .flex .cont ul {
  list-style: disc;
  padding-left: 1em;
  line-height: 2;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
#top #container .sec002 .inner .flex .cont .txt {
  font-size: 1.8rem;
}
#top #container .sec002 .inner .box {
  text-align: center;
}
#top #container .sec002 .inner .box h4 {
  background: #d42a1f;
  padding: 15px 50px;
  color: #fff;
  display: inline-block;
  font-size: 2.8rem;
  margin-bottom: 1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .box h4 {
    padding: 15px;
    font-size: 2.2rem;
    display: block;
  }
}
#top #container .sec002 .inner .box table {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 8px #e0e0e0;
  vertical-align: middle;
}
#top #container .sec002 .inner .box table tr th {
  padding: 15px;
  background: #d42a1f;
  font-weight: 700;
  color: #fff;
  border: 1px solid #dddddd;
  font-size: 2rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .box table tr th {
    font-size: 1.6rem;
  }
}
#top #container .sec002 .inner .box table tr td {
  padding: 15px;
  border: 1px solid #dddddd;
  line-height: 1.8;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .box table tr td {
    font-size: 1.6rem;
    text-align: left;
  }
}
#top #container .sec002 .inner .box table tr td.tit {
  text-align: center;
}
#top #container .sec003 .inner .box {
  padding: 60px 35px;
  background: #fff;
  margin-bottom: 60px;
  position: relative;
  box-shadow: 0 0 8px #e0e0e0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#top #container .sec003 .inner .box figure {
  width: calc(35% - 20px);
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .box figure {
    width: 100%;
    margin-bottom: 30px;
  }
}
#top #container .sec003 .inner .box .cont {
  width: calc(65% - 20px);
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .box .cont {
    width: 100%;
  }
}
#top #container .sec003 .inner .box .cont h3 {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 2.8rem;
}
#top #container .sec003 .inner .box .cont .txt {
  font-weight: 500;
}
#top #container .sec003 .inner .box .cont .txt span {
  color: #ca392f;
}
#top #container .sec003 .inner .box.num01::before {
  content: url(../img/num01.svg);
  position: absolute;
  left: 30px;
  top: -30px;
}
#top #container .sec003 .inner .box.num02::before {
  content: url(../img/num02.svg);
  position: absolute;
  left: 30px;
  top: -30px;
}
#top #container .sec003 .inner .box.num03::before {
  content: url(../img/num03.svg);
  position: absolute;
  left: 30px;
  top: -30px;
}
#top #container .sec004 {
  background: #f5f5f5;
}
#top #container .sec004 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner .lead {
    text-align: left;
  }
}
#top #container .sec004 .inner .flex {
  padding: 40px 25px;
  background: #fff;
  margin-bottom: 60px;
  position: relative;
  box-shadow: 0 0 8px #e0e0e0;
  justify-content: space-between;
  align-items: center;
}
#top #container .sec004 .inner .flex figure {
  width: calc(30% - 20px);
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner .flex figure {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}
#top #container .sec004 .inner .flex .cont {
  width: calc(70% - 20px);
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner .flex .cont {
    width: 100%;
    order: 2;
  }
}
#top #container .sec004 .inner .flex .cont h3 {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 2.3rem;
}
#top #container .sec004 .inner .flex .cont .txt {
  font-weight: 500;
}
#top #container .sec004 .inner .flex .cont ul {
  list-style: disc;
  padding-left: 1em;
  line-height: 2;
  font-size: 1.8rem;
}
#top #container .sec005 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #top #container .sec005 .inner .lead {
    text-align: left;
  }
}
#top #container .sec005 .inner .flex {
  justify-content: space-between;
  margin-bottom: 40px;
}
#top #container .sec005 .inner .flex li {
  width: calc(25% - 20px);
  background: #fff;
  box-shadow: 0 0 8px #e0e0e0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top #container .sec005 .inner .flex li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#top #container .sec005 .inner .flex li h3 {
  font-size: 2rem;
  padding: 20px;
  font-weight: 600;
}
#top #container .sec005 .inner .flex li .txt {
  font-weight: 500;
  padding: 0 20px 20px;
}
#top #container .sec005 .inner .box {
  padding: 35px 20px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  #top #container .sec005 .inner .box {
    padding: 25px 15px;
  }
}
#top #container .sec005 .inner .box .catch {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  #top #container .sec005 .inner .box .catch {
    text-align: left;
    font-size: 1.7rem;
  }
}
#top #container .sec005 .inner .box .catch span {
  font-weight: 700;
}
#top #container .sec006 {
  background: #f5f5f5;
}
#top #container .sec006 .inner .box {
  max-width: 850px;
  padding: 40px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 8px #e0e0e0;
}
@media screen and (max-width: 767px) {
  #top #container .sec006 .inner .box {
    padding: 20px;
  }
}
#top #container .sec006 .inner .box h3 {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #top #container .sec006 .inner .box h3 {
    font-size: 3.2rem;
  }
}
#top #container .sec006 .inner .box .price01 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-decoration: line-through;
  text-decoration-color: #ca392f;
}
@media screen and (max-width: 767px) {
  #top #container .sec006 .inner .box .price01 {
    font-size: 2.4rem;
  }
}
#top #container .sec006 .inner .box .result {
  margin-bottom: 30px;
}
#top #container .sec006 .inner .box .result::before {
  content: url(../img/ico_arrow01.svg);
  margin-bottom: 30px;
  display: block;
}
#top #container .sec006 .inner .box ul {
  text-align: left;
}
#top #container .sec006 .inner .box ul li {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 500;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
@media screen and (max-width: 767px) {
  #top #container .sec006 .inner .box ul li {
    font-size: 1.8rem;
  }
}
#top #container .sec006 .inner .box ul li span {
  font-weight: 700;
}
#top #container .sec006 .inner .box ul li::before {
  content: url(../img/ico_check.svg);
  margin-right: 20px;
}/*# sourceMappingURL=style.css.map */