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,
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: none;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
}

cursor: help, table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: none;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

main,
footer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

header {
  width: 100%;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

main {
  padding-top: 60px;
}

body.home main {
  padding-top: 12.5vw;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 100;
  src: url("../../dst/font/Noto Sans JP/NotoSansJP-Thin.otf");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url("../../dst/font/Noto Sans JP/NotoSansJP-Light.otf");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../../dst/font/Noto Sans JP/NotoSansJP-Regular.otf");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../../dst/font/Noto Sans JP/NotoSansJP-Medium.otf");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("../../dst/font/Noto Sans JP/NotoSansJP-Bold.otf");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("../../dst/font/Noto Sans JP/NotoSansJP-Black.otf");
}

@font-face {
  font-family: "Arial Black";
  font-weight: 900;
  src: url("../../dst/font/Arial Black/ARIBLK.woff");
}

@font-face {
  font-family: "Aldrich";
  font-weight: 400;
  src: url("../../dst/font/Aldrich/Aldrich-Regular.ttf");
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  font-size: 14px;
  color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a {
  color: #222;
}

.hm {
  min-width: 7.5vw;
  max-width: 7.5vw;
  height: 6vw;
  background-color: #003990;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.25vw 2.5vw;
  overflow: hidden;
  cursor: pointer;
}

.hm * {
  width: 100%;
  height: 0.75vw;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hm--open *:nth-child(1) {
  -webkit-transform: translateY(2.625vw) rotate(45deg);
  -ms-transform: translateY(2.625vw) rotate(45deg);
  transform: translateY(2.625vw) rotate(45deg);
}

.hm--open *:nth-child(2) {
  opacity: 0;
}

.hm--open *:nth-child(3) {
  -webkit-transform: translateY(-2.625vw) rotate(-45deg);
  -ms-transform: translateY(-2.625vw) rotate(-45deg);
  transform: translateY(-2.625vw) rotate(-45deg);
}

.blue_line_title {
  background-color: #eef9ff;
  border-top: 1px solid #003990;
  line-height: 40px;
  font-weight: 700;
  font-size: 1.8rem;
  font-size: 18px;
  color: #003990;
  text-align: center;
}

.white_line_title {
  background-color: #003990;
  line-height: 50px;
  font-weight: 700;
  font-size: 2rem;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  position: relative;
}

.white_line_title::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blue_paint_title {
  background-color: #0d6eb7;
  line-height: 30px;
  font-weight: 500;
  font-size: 1.6rem;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
}

.archive_btn {
  width: 100%;
  max-width: 230px;
  height: 40px;
  background-image: url("../img/common/bg_archive_btn_01.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.archive_btn a {
  line-height: 40px;
  font-weight: 500;
  font-size: 1.6rem;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
}

.show--tab {
  display: none;
}

.show--pc {
  display: none;
}

.br--tab {
  display: none;
}

.br--pc {
  display: none;
}

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

header .sp_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .sp_row__logo {
  width: 100%;
  max-width: 38.75vw;
  padding-left: 3.75vw;
}

header .sp_row__reception_time p {
  font-size: 3vw;
}

header .sp_row__reception_time p:first-child {
  color: #e72222;
}

header .sp_row .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .sp_row__tel {
  width: 100%;
  max-width: 12.5vw;
  min-width: 12.5vw;
  height: 12.5vw;
  background-color: #ffdc00;
}

header .sp_row__tel a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

header .sp_row__tel a::after {
  content: "";
  width: 100%;
  max-width: 9.5vw;
  height: 9.5vw;
  background-image: url("../img/common/ico_tel_01.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .pc_row {
  display: none;
}

header .gnav {
  width: 100%;
  height: calc(100vh - 50px);
  background-color: #fff;
  overflow: scroll;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header .gnav ul li,
header .gnav ul a {
  font-size: 1.6rem;
  font-size: 16px;
}

header .gnav ul a {
  display: block;
}

header .gnav ul .parent {
  background-color: #0d6eb7;
  line-height: 35px;
  color: #fff;
  padding: 0 25px;
}

header .gnav ul .parent:nth-child(n + 9) {
  border-top: 1px solid #fff;
  position: relative;
}

header .gnav ul .parent.parent--has-link {
  position: relative;
}

header .gnav ul .parent.parent--has-link::after {
  content: "";
  width: 100%;
  max-width: 6px;
  height: 12px;
  background-image: url("../img/common/ico_trg_01.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .gnav ul .parent a {
  color: #fff;
}

header .gnav ul .ico--link {
  width: 100%;
  max-width: 10px;
  height: 10px;
  background-image: url("../img/common/ico_link_01.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 5px 10px;
}

header .gnav ul .home_child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 15px;
}

header .gnav ul .home_child li {
  width: 44.5%;
  height: 70px;
  border: 1px solid #003990;
  border-radius: 5px;
}

header .gnav ul .home_child a {
  width: 100%;
  height: 100%;
  font-weight: 500;
  display: block;
  position: relative;
}

header .gnav ul .home_child a span {
  color: #003990;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

header .gnav ul .home_child a span:nth-child(1) {
  background-image: url("../img/");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 10px;
}

header .gnav ul .home_child a span:nth-child(2) {
  bottom: 10px;
}

header .gnav ul .home_child li:nth-child(1) span:nth-child(1) {
  width: 100%;
  max-width: 20px;
  height: 16px;
  background-image: url("../img/common/ico_contact_01.svg");
}

header .gnav ul .home_child li:nth-child(2) span:nth-child(1) {
  width: 100%;
  max-width: 19px;
  height: 17px;
  background-image: url("../img/common/ico_line_01.svg");
}

header .gnav ul .lower_child li {
  line-height: 40px;
  padding: 0 25px;
  position: relative;
}

header .gnav ul .lower_child li::after {
  content: "";
  width: 100%;
  max-width: 6px;
  height: 12px;
  background-image: url("../img/common/ico_trg_02.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .gnav ul .lower_child li:nth-child(n + 2) {
  border-top: 1px solid #b7b7b7;
}

header .gnav ul .nav_child--open {
  opacity: 1 !important;
  visibility: visible !important;
}

header .gnav--open {
  opacity: 1;
  visibility: visible;
}

.line_banner a {
  width: 92.5vw;
  height: 40vw;
  background-image: url("../img/common/img_line_banner_01.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin: 80px auto 0;
}

body.home .line_banner a {
  margin-top: 60px;
}

.estimate_banner {
  background-image: url("../img/common/bg_estimate_banner_01.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 15px 15px;
  margin-top: 20px;
}

.estimate_banner .container {
  position: relative;
}

.estimate_banner .container::after {
  content: "";
  width: 46.5vw;
  height: 33.7vw;
  background-image: url("../img/common/img_estimate_banner_01.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  right: -15px;
}

.estimate_banner__msg {
  line-height: 1;
  font-weight: 700;
  font-size: 2.8rem;
  font-size: 28px;
  color: #fff;
}

.estimate_banner .wrapper {
  margin-top: 20px;
}

.estimate_banner__tel a {
  line-height: 1;
  font-family: "Arial Black", sans-serif;
  font-size: 4.4rem;
  font-size: 30px;
  color: #ffff09;
  padding-left: 35px;
  position: relative;
}

.estimate_banner__tel a::after {
  content: "";
  width: 100%;
  max-width: 25px;
  height: 42px;
  background-image: url("../img/common/ico_tel_02.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.estimate_banner__reception_time {
  margin-top: 10px;
}

.estimate_banner__reception_time p {
  color: #fff;
}

.estimate_banner__contact {
  width: 100%;
  max-width: 195px;
  height: 48px;
  background-image: url("../img/common/bg_estimate_banner_02.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin-top: 10px;
}

.estimate_banner__contact a {
  height: 100%;
  display: block;
  position: relative;
}

.estimate_banner__contact a::before,
.estimate_banner__contact a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.estimate_banner__contact a::before {
  content: "メールはこちら";
  line-height: 1;
  font-weight: 900;
  font-size: 1.6rem;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  left: 13px;
}

.estimate_banner__contact a::after {
  width: 100%;
  max-width: 31px;
  height: 25px;
  background-image: url("../img/common/ico_contact_02.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  right: 23px;
}

.estimate_banner__area {
  width: 100%;
  max-width: 195px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 2rem;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

body.home .estimate_banner {
  margin-top: 40px;
}

.news_blog {
  padding: 0 15px;
  margin-top: 40px;
}

.news_blog .news,
.news_blog .blog {
  background-color: #eef9ff;
  padding: 20px 15px;
}

.news_blog .news__title,
.news_blog .blog__title {
  line-height: 1;
  font-weight: 900;
  font-size: 1.8rem;
  font-size: 18px;
  color: #003990;
}

.news_blog .news__list,
.news_blog .blog__list {
  margin-top: 15px;
}

.news_blog .news__list li:nth-child(n + 2),
.news_blog .blog__list li:nth-child(n + 2) {
  margin-top: 10px;
}

.news_blog .news__list li a,
.news_blog .blog__list li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news_blog .news__list li time,
.news_blog .blog__list li time {
  width: 30%;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
}

.news_blog .news__list li p,
.news_blog .blog__list li p {
  width: 70%;
  font-size: 1.6rem;
  font-size: 16px;
}

.news_blog .news__btn,
.news_blog .blog__btn {
  width: 100%;
  max-width: 250px;
  height: 40px;
  background-color: #003990;
  margin: 40px auto 0;
}

.news_blog .news__btn a,
.news_blog .blog__btn a {
  line-height: 40px;
  font-weight: 500;
  font-size: 1.8rem;
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: block;
}

.news_blog .blog {
  margin-top: 20px;
}

footer {
  background-color: #f8f8f8;
  padding-top: 20px;
}

footer .wrapper_01 .logo {
  width: 100%;
  max-width: 230px;
  margin-left: 15px;
}

footer .wrapper_01 .inner {
  padding: 0 15px;
  margin-top: 20px;
}

footer .wrapper_01 .inner .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .wrapper_01 .inner .info dt,
footer .wrapper_01 .inner .info dd {
  font-size: 1.5rem;
  font-size: 15px;
  margin-top: 10px;
}

footer .wrapper_01 .inner .info *:nth-child(1),
footer .wrapper_01 .inner .info *:nth-child(2) {
  margin-top: 0;
}

footer .wrapper_01 .inner .info dt {
  width: 26%;
}

footer .wrapper_01 .inner .info dd {
  width: 74%;
}

footer .wrapper_01 .inner .gnav_01,
footer .wrapper_01 .inner .gnav_02 {
  display: none;
}

footer .wrapper_02 {
  margin-top: 30px;
}

footer .wrapper_02 .inner .tel {
  text-align: center;
}

footer .wrapper_02 .inner .tel a {
  line-height: 1;
  font-family: "Arial Black", sans-serif;
  font-size: 4.3rem;
  font-size: 43px;
  color: #003990;
  display: inline-block;
  padding-left: 35px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

footer .wrapper_02 .inner .tel a::after {
  content: "";
  width: 100%;
  max-width: 25px;
  height: 42px;
  background-image: url("../img/common/ico_tel_03.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .wrapper_02 .inner .tel a:hover {
  opacity: 0.7;
}

footer .wrapper_02 .inner .fb_btn {
  width: 100%;
  max-width: 270px;
  height: 45px;
  background-color: #003990;
  margin: 25px auto 0;
}

footer .wrapper_02 .inner .fb_btn a {
  line-height: 45px;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  color: #fff;
  text-align: right;
  display: block;
  padding-right: 20px;
  position: relative;
}

footer .wrapper_02 .inner .fb_btn a::after {
  content: "";
  width: 100%;
  max-width: 30px;
  height: 30px;
  background-image: url("../img/common/ico_fb_01.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .wrapper_02 .available_credit_card {
  display: none;
}

footer .wrapper_03 {
  background-color: #003990;
  padding: 10px 15px;
  margin-top: 25px;
}

footer .wrapper_03 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .wrapper_03 .link a {
  color: #fff;
}

footer .wrapper_03 .copyRight small {
  color: #fff;
}

body.home footer {
  margin-top: 40px;
}

.ml_faq .wrapper {
  padding: 0 15px;
  margin-top: 20px;
}

.ml_faq__q_a:nth-child(n + 2) {
  margin-top: 30px;
}

.ml_faq__q_a__question,
.ml_faq__q_a__answer {
  padding-left: 50px;
  position: relative;
}

.ml_faq__q_a__question::after,
.ml_faq__q_a__answer::after {
  width: 100%;
  max-width: 29px;
  line-height: 1;
  font-family: "Aldrich", sans-serif;
  font-size: 2.1rem;
  font-size: 21px;
  color: #fff;
  text-align: center;
  padding: 4px 0 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.ml_faq__q_a__question {
  font-weight: 500;
  font-size: 1.6rem;
  font-size: 16px;
}

.ml_faq__q_a__question::after {
  content: "Q";
  background-color: #0d6eb7;
}

.ml_faq__q_a__answer {
  font-size: 1.6rem;
  font-size: 16px;
  margin-top: 15px;
}

.ml_faq__q_a__answer::after {
  content: "A";
  background-color: #f59e23;
}

.ml_faq .archive_btn {
  margin: 55px auto 0;
}

body.home main .mv__catch {
  height: 470px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../img/home/mv_01.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

body.home main .mv__catch__title {
  line-height: 1;
  font-weight: 900;
  font-size: 2.4rem;
  font-size: 24px;
  text-align: center;
}

body.home main .mv__catch__point {
  width: 100%;
  max-width: 100px;
  height: 100px;
  background-image: url("../img/home/img_deco_01.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
}

body.home main .mv__catch__point .inner {
  position: relative;
}

body.home main .mv__catch__point p {
  line-height: 1;
  font-weight: 900;
  text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.home main .mv__catch__point p:nth-child(1) {
  top: 27px;
}

body.home main .mv__catch__point p:nth-child(2) {
  font-size: 3.6rem;
  font-size: 36px;
  color: #e72222;
  bottom: 27px;
}

body.home main .mv__catch__point_01 {
  /*top: 75px; */
  top: 70%;
  left: 2%;
  width: 100px;
  max-width: none;
  height: 100px;
}

body.home main .mv__catch__point_02 {
  /* top: 195px; */
  top: 70%;
  left: 34%;
  width: 100px;
  max-width: none;
  height: 100px;
}

body.home main .mv__catch__point_03 {
  /* top: 315px; */
  top: 70%;
  left: 66%;
  width: 100px;
  max-width: none;
  height: 100px;
}

body.home main .mv__msg {
  background-color: #8a8a8c;
  padding: 20px 15px;
}

body.home main .mv__msg__title {
  line-height: 1;
  font-weight: 700;
  font-size: 1.8rem;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

body.home main .mv__msg .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

body.home main .mv__msg__catch {
  width: 47.3%;
  height: 27.7vw;
  background-image: url("../img/");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.home main .mv__msg__catch:nth-child(n + 3) {
  margin-top: 20px;
}

body.home main .mv__msg__catch:nth-child(1) {
  background-image: url("../img/home/img_mv_msg_01.jpg");
}

body.home main .mv__msg__catch:nth-child(2) {
  background-image: url("../img/home/img_mv_msg_02.jpg");
}

body.home main .mv__msg__catch:nth-child(3) {
  background-image: url("../img/home/img_mv_msg_03.jpg");
}

body.home main .mv__msg__catch:nth-child(4) {
  background-image: url("../img/home/img_mv_msg_04.jpg");
}

body.home main .top_banner {
  display: none;
}

body.home main .banner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

body.home main .covid {
  width: 92.5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../img/home/bg_covid_01.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #222;
  margin: 40px auto 0;
}

body.home main .covid__title {
  background-color: #e72222;
  line-height: 40px;
  font-weight: 700;
  font-size: 2rem;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

body.home main .covid .inner {
  width: 52.5vw;
  max-width: 210px;
  padding: 10px 0;
  margin-left: auto;
}

body.home main .covid__msg {
  font-weight: 500;
}

body.home main .covid__list {
  margin-top: 15px;
}

body.home main .covid__list li {
  line-height: 1;
  font-weight: 900;
  font-size: 1.6rem;
  font-size: 16px;
  color: #003990;
}

body.home main .covid__list li:nth-child(n + 2) {
  margin-top: 10px;
}

body.home main .covid__list li:last-child {
  display: none;
}

body.home main .available_credit_card {
  width: 92.5vw;
  height: 27.5vw;
  background-image: url("../img/common/img_credit_card_01.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 40px auto 0;
}

body.home main .articles {
  padding: 0 15px;
  margin-top: 40px;
}

body.home main .articles__article {
  width: 92.5vw;
}

body.home main .articles__article:nth-child(n + 2) {
  margin-top: 15px;
}

body.home main .articles__article__catch,
body.home main .articles__article__title {
  width: 91.8%;
  margin: 0 auto;
}

body.home main .articles__article__catch {
  position: relative;
}

body.home main .articles__article__catch::after {
  content: "詳しく見る";
  width: 100%;
  max-width: 111px;
  line-height: 40px;
  background-color: #ffff09;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  position: absolute;
  bottom: 8px;
  right: 0;
}

body.home main .articles__article__title {
  background-color: #f59e23;
  font-weight: 500;
  font-size: 1.6rem;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 7px 0;
}

body.home main .articles__article__text {
  margin-top: 10px;
}

body.home main .trouble {
  background-color: #fffbee;
  margin-top: 60px;
}

body.home main .trouble__title {
  background-image: url("../img/home/bg_trouble_01.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 13px 0;
}

body.home main .trouble__title span {
  font-size: 2.6rem;
  font-size: 26px;
  display: block;
  margin-top: 10px;
}

body.home main .trouble .wrapper--sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 33px;
  margin: 20px auto 0;
}

body.home main .trouble__example {
  width: 47.8%;
}

body.home main .trouble__example:nth-child(n + 3) {
  margin-top: 20px;
}

body.home main .trouble__example__caption {
  margin-top: 10px;
}

body.home main .trouble__example__title {
  font-weight: 700;
  color: #003990;
  text-align: center;
}

body.home main .trouble__btn {
  background-color: #553e20;
  line-height: 50px;
  margin-top: 20px;
}

body.home main .trouble__btn a {
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
}

body.home main .trouble .wrapper--pc {
  display: none;
}

body.home main .review {
  margin-top: 60px;
}

body.home main .review .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
  margin: 20px auto 0;
}

body.home main .review__example {
  width: 48.1%;
}

body.home main .review__example:nth-child(1) .review__example__catch {
  background-image: url("../img/home/img_review_01.jpg");
}

body.home main .review__example:nth-child(2) .review__example__catch {
  background-image: url("../img/home/img_review_02.jpg");
}

body.home main .review__example:nth-child(3) .review__example__catch {
  background-image: url("../img/home/img_review_03.jpg");
}

body.home main .review__example:nth-child(4) .review__example__catch {
  background-image: url("../img/home/img_review_04.jpg");
}

body.home main .review__example:nth-child(n + 3) {
  display: none;
}

body.home main .review__example__catch {
  width: 100%;
  height: 28vw;
  background-image: url("../img/");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.home main .review__example__text {
  margin-top: 5px;
}

body.home main .review .archive_btn {
  margin: 40px auto 0;
}

body.home main .service {
  background-color: rgba(13, 110, 183, 0.8);
  padding: 25px 15px 20px;
  margin-top: 60px;
}

body.home main .service__title {
  line-height: 1;
  font-weight: 700;
  font-size: 2.6rem;
  font-size: 26px;
  color: #fff;
  text-align: center;
}

body.home main .service__msg {
  color: #fff;
  margin-top: 15px;
}

body.home main .service .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

body.home main .service__example {
  width: 48.1%;
}

body.home main .service__example:nth-child(n + 3) {
  margin-top: 20px;
}

body.home main .service__example__title {
  background-color: #0d6eb7;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

body.home main .service__example__text {
  color: #fff;
  margin-top: 10px;
}

body.home main .service__btn {
  width: 100%;
  max-width: 370px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f59e23;
  border: 1px solid #f59e23;
  margin: 20px auto 0;
}

body.home main .service__btn a {
  line-height: 50px;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
}

body.home main .why {
  margin-top: 60px;
}

body.home main .why .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-top: 20px;
}

body.home main .why__reason {
  width: 48.1%;
}

body.home main .why__reason:nth-child(n + 3) {
  margin-top: 40px;
}

body.home main .why__reason__title {
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  color: #003990;
  text-align: center;
  margin-top: 10px;
}

body.home main .why__reason__text {
  margin-top: 5px;
}

body.home main .qualification {
  margin-top: 60px;
}

body.home main .qualification__media {
  padding: 0 15px;
  margin-top: 20px;
}

body.home main .qualification__media__catch {
  background-image: url("../img/home/per01.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.home main .qualification__media__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #222;
  padding: 8px;
  margin-top: 20px;
}

body.home main .qualification__media__list li {
  font-weight: 500;
}

body.home main .performance {
  padding: 0 15px;
  margin-top: 40px;
}

body.home main .performance .wrapper {
  margin-top: 20px;
}

body.home main .performance__example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home main .performance__example:nth-child(n + 2) {
  margin-top: 10px;
}

body.home main .performance__example img {
  width: 30.9%;
}

body.home main .performance__example__caption {
  width: 65.4%;
  background-color: #f8f8f8;
}

body.home main .performance__example__caption p {
  text-align: center;
}

body.home main .greeting {
  margin-top: 60px;
}

body.home main .greeting__media {
  padding: 0 15px;
  margin-top: 20px;
}

body.home main .greeting__media__catch {
  width: 100%;
  height: 52.2vw;
  background-image: url("../img/home/gree01.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 15px;
}

body.home main .case {
  margin-top: 60px;
}

body.home main .case .wrapper {
  padding: 0 15px;
  margin-top: 20px;
}

body.home main .case__example {
  border: 2px solid #707070;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 15px 15px 10px;
  position: relative;
}

body.home main .case__example::after {
  content: "";
  width: 32vw;
  height: 15.7vw;
  background-image: url("../img/common/ico_arrow_01.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 117px;
  left: 23vw;
}

body.home main .case__example:nth-child(1) .case__example__before {
  background-image: url("../img/home/img_case_before_01.jpg");
}

body.home main .case__example:nth-child(1) .case__example__after {
  background-image: url("../img/home/img_case_after_01.jpg");
}

body.home main .case__example:nth-child(2) .case__example__before {
  background-image: url("../img/home/img_case_before_02.jpg");
}

body.home main .case__example:nth-child(2) .case__example__after {
  background-image: url("../img/home/img_case_after_02.jpg");
}

body.home main .case__example:nth-child(3) .case__example__before {
  background-image: url("../img/home/img_case_before_03.jpg");
}

body.home main .case__example:nth-child(3) .case__example__after {
  background-image: url("../img/home/img_case_after_03.jpg");
}

body.home main .case__example:nth-child(4) .case__example__before {
  background-image: url("../img/home/img_case_before_04.jpg");
}

body.home main .case__example:nth-child(4) .case__example__after {
  background-image: url("../img/home/img_case_after_04.jpg");
}

body.home main .case__example:nth-child(n + 2) {
  margin-top: 20px;
}

body.home main .case__example:nth-child(n + 3) {
  display: none;
}

body.home main .case__example__catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.home main .case__example__before,
body.home main .case__example__after {
  background-image: url("../img/");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

body.home main .case__example__before::after,
body.home main .case__example__after::after {
  width: 100%;
  max-width: 68px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 23px;
  font-family: "Aldrich", sans-serif;
  font-size: 1.4rem;
  font-size: 14px;
  color: #222;
  padding-left: 10px;
  position: absolute;
  right: 0;
}

body.home main .case__example__before {
  width: 37vw;
  height: 28.7vw;
}

body.home main .case__example__before::after {
  content: "Before";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2px;
  top: 3px;
}

body.home main .case__example__after {
  width: 44vw;
  height: 35.7vw;
}

body.home main .case__example__after::after {
  content: "After";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2px;
  bottom: 3px;
}

body.home main .case__example__caption {
  margin-top: 15px;
}

body.home main .case__example__title {
  font-weight: 900;
  font-size: 1.6rem;
  font-size: 16px;
  color: #003990;
  text-align: center;
}

body.home main .case .archive_btn {
  margin: 40px auto 0;
}

body.home main .fee {
  margin-top: 60px;
}

body.home main .fee .container {
  padding: 0 15px;
  margin-top: 20px;
}

body.home main .fee__media {
  border: 1px solid #707070;
  padding: 10px;
}

body.home main .fee__media:nth-child(n + 2) {
  margin-top: 20px;
}

body.home main .fee__media:nth-child(n + 3) {
  display: none;
}

body.home main .fee__media .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body.home main .fee__media__catch {
  width: 100%;
  max-width: 86px;
  height: 86px;
  background-image: url("../img/");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.home main .fee__media:nth-child(1) .fee__media__catch {
  background-image: url("../img/home/img_fee_01.jpg");
}

body.home main .fee__media:nth-child(2) .fee__media__catch {
  background-image: url("../img/home/img_fee_02.jpg");
}

body.home main .fee__media .inner {
  margin-left: 10px;
}

body.home main .fee__media__title {
  line-height: 1;
  font-weight: 700;
  font-size: 1.5rem;
  font-size: 15px;
}

body.home main .fee__media__fee {
  font-weight: 700;
  font-size: 3.8rem;
  font-size: 38px;
  color: #e72222;
  margin-top: 7px;
}

body.home main .fee__media__fee span {
  font-size: 2.5rem;
  font-size: 25px;
  display: inline-block;
  margin-left: 10px;
}

body.home main .fee__media__text {
  margin-top: 5px;
}

body.home main .fee .archive_btn {
  margin: 40px auto 0;
}

body.home main .banner_01,
body.home main .banner_02 a,
body.home main .banner_03 a {
  width: 92.5vw;
  background-image: url("../img/");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.home main .banner_02 a,
body.home main .banner_03 a {
  margin: 10px auto 0;
  display: block;
}

body.home main .banner_01 {
  height: 27.5vw;
  background-image: url("../img/common/img_banner_01.jpg");
  margin: 60px auto 0;
}

body.home main .banner_02 a {
  height: 33.5vw;
  background-image: url("../img/common/img_banner_02.jpg");
}

body.home main .banner_03 a {
  height: 31.5vw;
  background-image: url("../img/common/img_banner_03.png");
}

body.home main .flow {
  margin-top: 40px;
}

body.home main .flow .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-top: 40px;
}

body.home main .flow__figure {
  width: 48.1%;
}

body.home main .flow__figure:nth-child(n + 3) {
  margin-top: 15px;
}

body.home main .flow__figure img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #003990;
}

body.home main .flow__figure__caption {
  margin-top: 15px;
}

body.home main .flow__figure__title {
  line-height: 1;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  color: #003990;
  text-align: center;
}

body.home main .flow .archive_btn {
  margin: 40px auto 0;
}

body.home main .ml_faq {
  margin-top: 60px;
}

@media screen and (min-width: 400px) {
  body.home main {
    padding-top: 50px;
  }
  header .sp_row__logo {
    max-width: 155px;
    padding-left: 15px;
  }
  header .sp_row__reception_time p {
    font-size: 1.2rem;
    font-size: 12px;
  }
  header .sp_row__tel {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
  }
  header .sp_row__tel a::after {
    max-width: 38px;
    height: 38px;
  }

  .hm {
    min-width: 30px;
    max-width: 30px;
    height: 24px;
    padding: 13px 10px;
  }
  .hm * {
    height: 3px;
  }

  .hm--open *:nth-child(1) {
    -webkit-transform: translateY(10.5px) rotate(45deg);
    -ms-transform: translateY(10.5px) rotate(45deg);
    transform: translateY(10.5px) rotate(45deg);
  }

  .hm--open *:nth-child(3) {
    -webkit-transform: translateY(-10.5px) rotate(-45deg);
    -ms-transform: translateY(-10.5px) rotate(-45deg);
    transform: translateY(-10.5px) rotate(-45deg);
  }
}

@media screen and (min-width: 560px) {
  .show--sp {
    display: none;
  }

  .show--tab {
    display: block;
  }

  .br--sp {
    display: none;
  }

  .br--tab {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  body.home main {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1150px) {
  main {
    padding-top: 125px;
  }
  .page-main {
    padding-top: 155px;
  }

  body {
    font-size: 1.6rem;
    font-size: 16px;
  }

  .blue_line_title {
    line-height: 62px;
    font-size: 2.6rem;
    font-size: 26px;
  }

  .white_line_title {
    line-height: 70px;
    font-size: 3.4rem;
    font-size: 34px;
    padding-top: 17px;
    text-align: left;
  }

  .white_line_title span {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
  }

  .white_line_title::after {
    height: 3px;
    top: 17px;
  }

  .blue_paint_title {
    line-height: 50px;
    font-size: 2rem;
    font-size: 20px;
    padding: 0 30px;
  }

  .archive_btn {
    max-width: 300px;
    height: 60px;
    background-image: url("../img/common/bg_archive_btn_01--pc.svg");
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .archive_btn:hover {
    opacity: 0.7;
  }

  .archive_btn a {
    line-height: 60px;
    font-size: 1.8rem;
    font-size: 18px;
  }

  .show--tab {
    display: none;
  }

  .show--pc {
    display: block;
  }

  .br--tab {
    display: none;
  }

  .br--pc {
    display: block;
  }

  header {
    padding-top: 20px;
    margin: 0 auto;
  }

  header .sp_row {
    display: none;
  }

  header .pc_row {
    width: calc(100% - 30px);
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }

  header .pc_row__logo {
    width: 100%;
    max-width: 280px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  header .pc_row__logo:hover {
    opacity: 0.7;
  }

  header .pc_row__flag {
    width: 100%;
    max-width: 150px;
    margin-left: -10px;
  }

  header .pc_row__reception_time {
    font-size: 1.2rem;
    font-size: 12px;
    margin-left: -8px;
    text-align: center;
  }

  header .pc_row__reception_time p {
    margin-top: 5px;
    color: #878787;
    line-height: 1;
  }

  header .tel_wrap {
    margin-right: 15px;
  }

  header .header_right {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
  }

  /* 電話番号 */
  header .pc_row__tel {
    display: flex;
    align-items: center;
  }

  header .pc_row__tel p:first-child {
    padding: 2px 5px;
    margin-right: 10px;
    border: 2px solid #e72222;
    font-size: 13px;
    font-weight: bold;
    color: #e72222;
    line-height: 1.2;
  }

  header .pc_row__tel a {
    line-height: 1;
    font-family: "Noto sans", sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    color: #e72222;
    padding-left: 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  header .pc_row__tel a::after {
    content: "";
    width: 100%;
    max-width: 31px;
    height: 24px;
    background-image: url("../img/common/ico_tel_05.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 56%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header .pc_row__tel a:hover {
    opacity: 0.7;
  }

  header .pc_row .inner {
    width: 100%;
    max-width: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  header .pc_row .inner .contact_btn,
  header .pc_row .inner .line_btn {
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  header .pc_row .inner .contact_btn:hover,
  header .pc_row .inner .line_btn:hover {
    opacity: 0.7;
  }

  header .pc_row .inner .contact_btn a,
  header .pc_row .inner .line_btn a {
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  header .pc_row .inner .contact_btn {
    position: relative;
    padding-left: 30px;
    margin-right: 14px;
    width: 164px;
    background-color: #003990;
  }
  header .pc_row .inner .contact_btn::before {
    content: "";
    position: absolute;
    top: 52%;
    left: 16px;
    transform: translateY(-50%);
    width: 20px;
    height: 15px;
    background-image: url(../img/common/ico_mail_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  header .pc_row .inner .line_btn {
    width: 124px;
    background-color: #07b724;
  }

  header .gnav {
    height: auto;
    margin: 15px auto 0;
    padding: 13px 0 12px;
    background: #eef9ff !important;
    overflow: visible;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  header .gnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: calc(100% - 15px);
  }

  header .gnav ul > * {
    width: 12.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header .gnav > ul {
    max-width: 1200px;
    margin: 0 auto;
  }

  header .gnav ul li,
  header .gnav ul a {
    font-weight: 500;
    cursor: pointer;
  }

  header .gnav ul .parent {
    background-color: transparent;
    border-left: 1px solid #003990;
    color: #222;
    padding: 0;
    text-align: center;
  }

  header .gnav ul .nav_trigger_04 {
    min-width: 155px;
    padding-right: 10px;
  }

  header .gnav ul li .arrow_bottom {
    position: relative;
  }
  header .gnav>ul>li .arrow_bottom::after {
    content: url("../img/common/ico_arrow_bottom.svg");
    position: absolute;
    top: 43%;
    right: -15px;
    transform: translateY(-50%);
  }

  header .gnav ul .parent:nth-child(12) {
    display: none;
  }

  header .gnav ul .parent:nth-child(n + 9) {
    border: none;
    border-left: 1px solid #003990;
    position: static;
  }

  header .gnav ul .parent:nth-child(n + 9):last-child {
    border-right: 1px solid #003990;
  }

  header .gnav ul .parent.parent--has-link::after {
    display: none;
  }

  header .gnav ul .parent a {
    color: #222;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  header .gnav ul .parent a:hover {
    opacity: 0.7;
  }

  header .gnav ul .ico--link {
    max-width: 14px;
    height: 14px;
    background-image: url("../img/common/ico_link_03.svg");
    margin: 0 0 15px 5px;
  }

  header .gnav ul .home_parent {
    border-left: 1px solid #003990;
  }

  header .gnav ul .home_parent::after {
    display: none;
  }

  header .gnav ul .home_child {
    display: none;
  }

  header .gnav ul .lower_child {
    width: 100vw;
    background-color: #eef9ff;
    position: absolute;
    bottom: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    padding: 25px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  header .gnav ul .lower_child .inner {
    width: 100%;
    max-width: 895px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  header .gnav ul .lower_child li {
    width: 31.4%;
    line-height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #003990;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  header .gnav ul .lower_child li:nth-child(n + 4) {
    margin-top: 25px;
  }

  header .gnav ul .lower_child li:nth-child(n + 2) {
    margin-left: 2.9%;
  }

  header .gnav ul .lower_child li:nth-child(3n + 1) {
    margin-left: 0;
  }

  header .gnav ul .lower_child li a {
    font-weight: 500;
    color: #003990;
    display: block;
    padding: 0 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  header .gnav ul .lower_child li:hover {
    background-color: #003990;
  }

  header .gnav ul .lower_child li:hover a {
    color: #fff;
  }

  header .gnav ul .lower_child li::after {
    display: none;
  }

  header .gnav ul .lower_child li:nth-child(n + 2) {
    border: 1px solid #003990;
  }

  .line_banner a {
    width: 100%;
    max-width: 1200px;
    height: 200px;
    background-image: url("../img/common/img_line_banner_01--pc.svg");
    margin-top: 100px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .line_banner a:hover {
    opacity: 0.7;
  }

  .estimate_banner {
    background-image: url("../img/common/bg_estimate_banner_01--pc.jpg");
    overflow: hidden;
    padding: 20px 0;
    margin-top: 60px;
  }

  .estimate_banner .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .estimate_banner .container::after {
    width: 100%;
    max-width: 270px;
    height: 212px;
    background-image: url("../img/common/img_estimate_banner_01--pc.png");
    bottom: -30px;
    right: 0;
  }

  .estimate_banner .container::before {
    content: "無理な押し売りは一切いたしません。\a お気軽にご相談ください！";
    font-weight: 500;
    font-size: 17px;
    color: rgb(255, 255, 255);
    white-space: pre;
    position: absolute;
    top: -6px;
    right: 145px;
  }
  .estimate_banner__msg {
    font-size: 41px;
  }
  .estimate_banner .wrapper {
    width: 100%;
    max-width: 920px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }

  .estimate_banner__tel a {
    font-size: 6.2rem;
    font-size: 62px;
    padding-left: 55px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .estimate_banner__tel a:hover {
    opacity: 0.7;
  }

  .estimate_banner__tel a::after {
    max-width: 41px;
    height: 69px;
  }

  .estimate_banner__reception_time p {
    font-size: 1.7rem;
    font-size: 17px;
    display: inline-block;
  }

  .estimate_banner__contact {
    max-width: 180px;
    height: 105px;
    margin-top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .estimate_banner__contact:hover {
    opacity: 0.7;
  }

  .estimate_banner__contact a::before,
  .estimate_banner__contact a::after {
    top: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .estimate_banner__contact a::before {
    font-size: 1.9rem;
    font-size: 19px;
    top: 12px;
    left: 50%;
  }

  .estimate_banner__contact a::after {
    max-width: 69px;
    height: 55px;
    bottom: 9px;
    left: 50%;
  }

  .estimate_banner__area {
    max-width: 188px;
    line-height: 1.7;
    font-size: 2.9rem;
    font-size: 29px;
    text-align: center;
    padding: 2.5px 0;
    margin-top: 0;
  }

  body.home .estimate_banner {
    margin-top: 60px;
  }

  .news_blog {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 40px auto 0;
  }

  .news_blog .news,
  .news_blog .blog {
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }

  .news_blog .news__list,
  .news_blog .blog__list {
    margin-top: 20px;
  }

  .news_blog .news__list li:nth-child(n + 2),
  .news_blog .blog__list li:nth-child(n + 2) {
    margin-top: 20px;
  }

  .news_blog .news__list li a,
  .news_blog .blog__list li a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .news_blog .news__list li a:hover,
  .news_blog .blog__list li a:hover {
    opacity: 0.7;
  }

  .news_blog .news__list li time,
  .news_blog .blog__list li time {
    width: 16.5%;
  }

  .news_blog .news__list li p,
  .news_blog .blog__list li p {
    width: 80.7%;
    font-size: 1.4rem;
    font-size: 14px;
  }

  .news_blog .news__btn,
  .news_blog .blog__btn {
    max-width: 300px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .news_blog .news__btn:hover,
  .news_blog .blog__btn:hover {
    opacity: 0.7;
  }

  .news_blog .blog {
    margin-top: 0;
  }

  footer .wrapper_01 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  footer .wrapper_01 .logo {
    margin-left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  footer .wrapper_01 .logo:hover {
    opacity: 0.7;
  }

  footer .wrapper_01 .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 40px;
  }

  footer .wrapper_01 .inner .info {
    width: 31.7%;
  }

  footer .wrapper_01 .inner .info dt,
  footer .wrapper_01 .inner .info dd {
    font-size: 1.4rem;
    font-size: 14px;
    margin-top: 5px;
  }

  footer .wrapper_01 .inner .gnav_01,
  footer .wrapper_01 .inner .gnav_02 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px dashed #707070;
  }

  footer .wrapper_01 .inner .gnav_01 {
    width: 15.8%;
    padding: 0 35px;
  }

  footer .wrapper_01 .inner .gnav_01 li:nth-child(n + 2) {
    margin-top: 10px;
  }

  footer .wrapper_01 .inner .gnav_01 a {
    font-weight: 700;
    color: #003990;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  footer .wrapper_01 .inner .gnav_01 a:hover {
    opacity: 0.7;
  }

  footer .wrapper_01 .inner .gnav_01 a .ico--link {
    width: 100%;
    max-width: 10px;
    height: 10px;
    background-image: url("../img/common/ico_link_02.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 10px 10px;
  }

  footer .wrapper_01 .inner .gnav_02 {
    width: 52.5%;
    padding: 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .wrapper_01 .inner .gnav_02 ul li:first-child {
    font-weight: 700;
    color: #767676;
  }

  footer .wrapper_01 .inner .gnav_02 ul li:nth-child(2) {
    margin-top: 15px;
  }

  footer .wrapper_01 .inner .gnav_02 ul li:nth-child(n + 3) {
    margin-top: 5px;
  }

  footer .wrapper_02 {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0;
    position: relative;
  }

  footer .wrapper_02 .inner {
    width: 100%;
    max-width: 650px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .wrapper_02 .inner .fb_btn {
    margin: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  footer .wrapper_02 .inner .fb_btn:hover {
    opacity: 0.7;
  }

  footer .wrapper_02 .available_credit_card {
    display: block;
    width: 100%;
    max-width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  footer .wrapper_03 {
    padding: 10px 0;
    margin-top: 20px;
  }

  footer .wrapper_03 .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  footer .wrapper_03 .link a {
    font-size: 1.4rem;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  footer .wrapper_03 .link a:hover {
    opacity: 0.7;
  }

  footer .wrapper_03 .copyRight small {
    font-size: 1.4rem;
    font-size: 14px;
  }

  body.home footer {
    margin-top: 60px;
  }

  .ml_faq {
    width: 100%;
    max-width: 1200px;
  }

  .ml_faq .wrapper {
    padding: 0 100px;
  }

  .ml_faq__q_a:nth-child(n + 2) {
    display: block;
  }

  .ml_faq__q_a:nth-child(n + 2) .ml_faq__q_a__question {
    margin-top: 40px;
    position: relative;
  }

  .ml_faq__q_a:nth-child(n + 2) .ml_faq__q_a__question::before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #707070;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .ml_faq__q_a__question,
  .ml_faq__q_a__answer {
    padding-left: 70px;
  }

  .ml_faq__q_a__question::after,
  .ml_faq__q_a__answer::after {
    max-width: 50px;
    font-size: 2.4rem;
    font-size: 24px;
    padding: 13px 0 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .ml_faq__q_a__question {
    font-size: 1.8rem;
    font-size: 18px;
  }

  .ml_faq__q_a__answer {
    margin-top: 25px;
  }

  .ml_faq .archive_btn {
    margin-top: 60px;
  }

  body.home main .mv {
    background-image: url("../img/home/mv_01--pc.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 24px 0 5px;
  }

  body.home main .mv__catch {
    width: 100%;
    max-width: 1200px;
    height: auto;
    background-image: url("");
    padding-top: 0;
    margin: 0 auto;
  }

  body.home main .mv__catch__title {
    font-size: 3rem;
    font-size: 30px;
    text-align: left;
  }

  body.home main .mv__catch__point {
    max-width: 155px;
    height: 155px;
    left: 0;
  }

  body.home main .mv__catch__point p:nth-child(1) {
    font-size: 2rem;
    font-size: 20px;
    top: 40px;
  }

  body.home main .mv__catch__point p:nth-child(2) {
    font-size: 5rem;
    font-size: 50px;
    bottom: 40px;
  }

  body.home main .mv__catch__point_01 {
    width: 100%;
    top: 45px;
    -webkit-transform: none;
    transform: none;
  }

  body.home main .mv__catch__point_02 {
    width: 100%;
    top: 45px;
    left: 175px;
    -webkit-transform: none;
    transform: none;
  }

  body.home main .mv__catch__point_03 {
    width: 100%;
    top: 45px;
    left: 345px;
    -webkit-transform: none;
    transform: none;
  }

  body.home main .mv__msg {
    width: 100%;
    max-width: 1200px;
    background-color: transparent;
    padding: 0;
    margin: 180px auto 0;
  }

  body.home main .mv__msg .container {
    width: 100%;
    max-width: 760px;
    background-color: rgba(93, 93, 93, 0.7);
    padding: 15px 20px 10px;
  }

  body.home main .mv__msg__title {
    text-align: left;
  }

  body.home main .mv__msg .wrapper {
    margin-top: 15px;
  }

  body.home main .mv__msg__catch {
    width: 22.9%;
    max-height: 111px;
  }

  body.home main .mv__msg__catch:nth-child(n + 3) {
    margin-top: 0;
  }

  body.home main .top_banner {
    display: block;
    background-image: url("../img/common/bg_top_banner_01.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body.home main .top_banner .wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 3px 0 5px;
    margin: 0 auto;
    position: relative;
  }

  body.home main .top_banner .wrapper::after {
    content: "";
    width: 100%;
    max-width: 226px;
    height: 140px;
    background-image: url("../img/common/img_top_banner_01.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: -20px;
  }

  body.home main .top_banner p {
    color: #fff;
  }

  body.home main .top_banner .inner_01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  body.home main .top_banner__msg {
    font-weight: 700;
    font-size: 3.6rem;
    font-size: 36px;
  }

  body.home main .top_banner__note {
    font-weight: 500;
    font-size: 2rem;
    font-size: 20px;
    margin-left: 30px;
  }

  body.home main .top_banner .inner_02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -15px;
  }

  body.home main .top_banner__tel a {
    font-family: "Arial Black", sans-serif;
    font-size: 5.4rem;
    font-size: 54px;
    color: #ffff09;
    padding-left: 50px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  body.home main .top_banner__tel a::after {
    content: "";
    width: 100%;
    max-width: 30px;
    height: 50px;
    background-image: url("../img/common/ico_tel_02.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  body.home main .top_banner__tel a:hover {
    opacity: 0.7;
  }

  body.home main .top_banner__reception_time {
    font-size: 1.7rem;
    font-size: 17px;
    margin-left: 15px;
  }

  body.home main .top_banner__area {
    width: 100%;
    max-width: 160px;
    border: 1px solid #fff;
    line-height: 1.4;
    font-weight: 700;
    font-size: 2.3rem;
    font-size: 23px;
    text-align: center;
    padding: 5px 0;
    margin-left: 15px;
  }

  body.home main .covid {
    width: 100%;
    max-width: 1200px;
    background-image: url("../img/home/bg_covid_01--pc.jpg");
    border-width: 2px;
    margin-top: 60px;
  }

  body.home main .covid__title {
    line-height: 80px;
    font-size: 4.8rem;
    font-size: 48px;
  }

  body.home main .covid .inner {
    width: 100%;
    max-width: 750px;
    padding: 10px 0 20px;
    margin: 0 auto;
  }

  body.home main .covid__msg {
    font-size: 2.2rem;
    font-size: 22px;
  }

  body.home main .covid__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  body.home main .covid__list li {
    width: 50%;
    font-size: 2.8rem;
    font-size: 28px;
  }

  body.home main .covid__list li:nth-child(n + 2) {
    margin-top: 0;
  }

  body.home main .covid__list li:last-child {
    width: 100%;
    display: block;
  }

  body.home main .covid__list li:nth-child(n + 3) {
    margin-top: 20px;
  }

  body.home main .available_credit_card {
    width: 100%;
    max-width: 1200px;
    height: 110px;
    background-image: url("../img/common/img_credit_card_01--pc.svg");
    margin-top: 60px;
  }

  body.home main .articles {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 60px auto 0;
  }

  body.home main .articles__article {
    width: 24%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  body.home main .articles__article:hover {
    opacity: 0.7;
  }

  body.home main .articles__article:nth-child(n + 2) {
    margin-top: 0;
  }

  body.home main .articles__article__catch,
  body.home main .articles__article__title {
    width: 100%;
  }

  body.home main .articles__article__catch::after {
    max-width: 96px;
    font-size: 1.4rem;
    font-size: 14px;
    bottom: 5px;
  }

  body.home main .articles__article__title {
    font-size: 1.8rem;
    font-size: 18px;
    padding: 10px 0;
  }

  body.home main .trouble {
    width: 100%;
    max-width: 1200px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin: 60px auto 0;
  }

  body.home main .trouble__title {
    font-size: 3rem;
    font-size: 30px;
    padding: 25px 0;
  }

  body.home main .trouble__title span {
    font-size: 4.6rem;
    font-size: 46px;
    margin-top: 20px;
  }

  body.home main .trouble .wrapper--sp {
    display: none;
  }

  body.home main .trouble__example {
    width: 22.8%;
  }

  body.home main .trouble__example:nth-child(n + 3) {
    margin-top: 0;
  }

  body.home main .trouble__example:nth-child(n + 5) {
    margin-top: 10px;
  }

  body.home main .trouble__example__title {
    font-size: 1.8rem;
    font-size: 18px;
  }

  body.home main .trouble__btn {
    display: none;
  }

  body.home main .trouble .wrapper--pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 205px 10px;
  }

  body.home main .review {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0;
  }

  body.home main .review .wrapper {
    padding: 0;
    margin-top: 40px;
  }

  body.home main .review__example {
    width: 23.5%;
  }

  body.home main .review__example:nth-child(n + 3) {
    display: block;
  }

  body.home main .review__example__catch {
    height: 180px;
  }

  body.home main .review__example__text {
    margin-top: 10px;
  }

  body.home main .review .archive_btn {
    margin-top: 50px;
  }

  body.home main .service {
    padding: 40px 0 30px;
    margin-top: 100px;
  }

  body.home main .service__title {
    font-size: 4rem;
    font-size: 40px;
  }

  body.home main .service__msg {
    text-align: center;
    margin-top: 25px;
  }

  body.home main .service .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0;
  }

  body.home main .service__example {
    width: 23.5%;
  }

  body.home main .service__example:nth-child(n + 3) {
    margin-top: 0;
  }

  body.home main .service__example__title {
    line-height: 47px;
    font-size: 2rem;
    font-size: 20px;
  }

  body.home main .service__example__text {
    margin-top: 15px;
  }

  body.home main .service__btn {
    margin: 20px auto 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  body.home main .service__btn a {
    font-size: 1.8rem;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  body.home main .service__btn:hover {
    background-color: #fff;
  }

  body.home main .service__btn:hover a {
    color: #f59e23;
  }

  body.home main .why {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0;
  }

  body.home main .why .wrapper {
    padding: 0;
    margin-top: 40px;
  }

  body.home main .why__reason {
    width: 23.5%;
  }

  body.home main .why__reason:nth-child(n + 3) {
    margin-top: 0;
  }

  body.home main .why__reason__title {
    font-size: 2rem;
    font-size: 20px;
    margin-top: 15px;
  }

  body.home main .why__reason__text {
    margin-top: 10px;
  }

  body.home main .qualification {
    width: 100%;
    max-width: 1200px;
    margin: 80px auto 0;
  }

  body.home main .qualification__media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 100px;
    margin-top: 40px;
  }
  s body.home main .qualification__media__catch,
  body.home main .qualification__media__list {
    width: 48.1%;
  }

  body.home main .qualification__media__catch {
    width: 100%;
    max-width: 335px;
    height: 253px;
    background-image: url("../img/home/per01.jpg");
  }

  body.home main .qualification__media__list {
    width: 100%;
    max-width: 600px;
    padding: 15px 20px;
    margin-top: 0;
  }

  body.home main .qualification__media__list li {
    line-height: 1.5;
    font-size: 1.8rem;
    font-size: 18px;
  }

  body.home main .performance {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 60px auto 0;
  }

  body.home main .performance .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  body.home main .performance__example {
    width: 32%;
    display: block;
  }

  body.home main .performance__example:nth-child(n + 2) {
    margin-top: 0;
  }

  body.home main .performance__example img {
    width: 100%;
  }

  body.home main .performance__example__caption {
    width: 100%;
    max-height: 80px;
    margin-top: 10px;
  }

  body.home main .performance__example:nth-child(2) .performance__example__caption,
  body.home main .performance__example:nth-child(3) .performance__example__caption {
    padding: 13px 0;
  }

  body.home main .greeting {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0;
  }

  body.home main .greeting__media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 40px;
  }

  body.home main .greeting__media__text {
    width: 100%;
    max-width: 592px;
  }

  body.home main .greeting__media__catch {
    max-width: 500px;
    height: 270px;
    background-image: url("../img/home/gree01.jpg");
    margin-top: 0;
  }

  body.home main .case {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0;
  }

  body.home main .case .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 40px;
  }

  body.home main .case__example {
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }

  body.home main .case__example::after {
    width: 100%;
    max-width: 200px;
    height: 98px;
    top: 180px;
    left: 150px;
  }

  body.home main .case__example:nth-child(n + 2) {
    margin-top: 0;
  }

  body.home main .case__example:nth-child(n + 3) {
    margin-top: 25px;
  }

  body.home main .case__example:nth-child(n + 3) {
    display: block;
  }

  body.home main .case__example__before::after,
  body.home main .case__example__after::after {
    max-width: 108px;
    line-height: 36px;
    font-size: 2.2rem;
    font-size: 22px;
    padding-left: 15px;
  }

  body.home main .case__example__before {
    width: 100%;
    max-width: 236px;
    height: 183px;
  }

  body.home main .case__example__before::after {
    padding-top: 4px;
    top: 6px;
  }

  body.home main .case__example__after {
    width: 100%;
    max-width: 279px;
    height: 227px;
  }

  body.home main .case__example__after::after {
    padding-top: 4px;
    bottom: 6px;
  }

  body.home main .case__example__caption {
    margin-top: 30px;
  }

  body.home main .case__example__title {
    font-size: 1.8rem;
    font-size: 18px;
  }

  body.home main .case .archive_btn {
    margin-top: 60px;
  }

  body.home main .fee {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0;
  }

  body.home main .fee .container {
    padding: 0;
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  body.home main .fee__media {
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 200px;
    position: relative;
  }

  body.home main .fee__media:nth-child(n + 2) {
    margin-top: 0;
  }

  body.home main .fee__media:nth-child(n + 3) {
    display: block;
  }

  body.home main .fee__media:nth-child(n + 3) {
    margin-top: 30px;
  }

  body.home main .fee__media .wrapper {
    padding-top: 15px;
  }

  body.home main .fee__media__catch {
    max-width: 179px;
    height: 100%;
    min-height: 159px;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.home main .fee__media:nth-child(1) .fee__media__catch {
    background-image: url("../img/home/img_fee_01--pc.jpg");
  }

  body.home main .fee__media:nth-child(2) .fee__media__catch {
    background-image: url("../img/home/img_fee_02--pc.jpg");
  }

  body.home main .fee__media:nth-child(3) .fee__media__catch {
    background-image: url("../img/home/img_fee_03--pc.jpg");
  }

  body.home main .fee__media:nth-child(4) .fee__media__catch {
    background-image: url("../img/home/img_fee_04--pc.jpg");
  }

  body.home main .fee__media .inner {
    margin-left: 0;
  }

  body.home main .fee__media__title {
    font-size: 1.6rem;
    font-size: 16px;
  }

  body.home main .fee__media__fee {
    font-size: 4.6rem;
    font-size: 46px;
  }

  body.home main .fee__media__fee span {
    font-size: 2.9rem;
    font-size: 29px;
  }

  body.home main .fee__media__text {
    font-size: 1.4rem;
    font-size: 14px;
    margin-top: 0;
    padding: 0 15px 8px 0;
  }

  body.home main .fee .archive_btn {
    margin-top: 60px;
  }

  body.home main .banner_01,
  body.home main .banner_02 a,
  body.home main .banner_03 a {
    width: 100%;
    max-width: 1200px;
  }

  body.home main .banner_02 a,
  body.home main .banner_03 a {
    margin-top: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  body.home main .banner_02 a:hover,
  body.home main .banner_03 a:hover {
    opacity: 0.7;
  }

  body.home main .banner_01 {
    height: 160px;
    background-image: url("../img/common/img_banner_01--pc.jpg");
    margin-top: 100px;
  }

  body.home main .banner_02 a {
    height: 160px;
    background-image: url("../img/common/img_banner_02--pc.jpg");
  }

  body.home main .banner_03 a {
    height: 205px;
    background-image: url("../img/common/img_banner_03--pc.png");
  }

  body.home main .flow {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0;
  }

  body.home main .flow .wrapper {
    padding: 0 100px;
  }

  body.home main .flow__figure {
    width: 23%;
  }

  body.home main .flow__figure:nth-child(n + 3) {
    margin-top: 0;
  }

  body.home main .flow__figure:nth-child(n + 5) {
    margin-top: 30px;
  }

  body.home main .flow__figure__title {
    font-size: 2rem;
    font-size: 20px;
  }

  body.home main .flow .archive_btn {
    margin-top: 60px;
  }

  body.home main .ml_faq {
    margin: 100px auto 0;
  }
}

@media screen and (min-width: 960px) and (min-width: 960px) {
  footer .wrapper_01 .inner a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  footer .wrapper_01 .inner a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1200px) {
  .pc_row__logo {
    max-width: 298px !important;
  }
  header .tel_wrap {
    margin-right: 28px !important;
  }
  header .pc_row__tel a {
    font-size: 4.2rem !important;
    padding-left: 35px !important;
  }
  header .pc_row__tel a::after {
    max-width: 31px !important;
    height: 30px !important;
    top: 53%;
  }
  header .pc_row__tel p:first-child {
    font-size: 1.6rem !important;
  }
  .pc_row__reception_time {
    font-size: 14px !important;
    margin-left: -5px !important;
  }
}

@media screen and (min-width: 1200px) {
  .estimate_banner .container::before {
    content: "無理な押し売りは一切いたしません。\Aお気軽にご相談ください！";
    font-weight: 500;
    font-size: 2.2rem;
    font-size: 22px;
    color: #fff;
    white-space: pre;
    position: absolute;
    top: -6px;
    right: 145px;
  }
  .estimate_banner__msg {
    font-size: 5.2rem;
    font-size: 52px;
  }
}
/*# sourceMappingURL=home.min.css.map */
