abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

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:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

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

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

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

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: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* =====================
フォーム リセットCSS
======================== */
input,
button,
select,
textarea {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"] {
  background: none;
  border: none;
  outline: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label {
  background: #ff0000;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label {
  background: #ff0000;
}
select {
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  background: transparent;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
button,
input[type="submit"] {
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
}

body,
html {
  overflow-x: hidden;
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-display: swap;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

figure {
  line-height: 0;
}

.container {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.s-container {
  max-width: 990px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.sp-display {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp-display {
    display: block;
  }
}

.md-display {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .md-display {
    display: block !important;
  }
  .md-none {
    display: none !important;
  }
}

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

@media screen and (max-width: 480px) {
  .sp-none {
    display: none;
  }
}

.sec-title {
  font-size: 3.6rem;
  color: #19ac9e;
  text-align: center;
  font-weight: 500;
  margin-bottom: 71px;
}

@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .sec-title {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}

.sec-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #19ac9e;
  margin: 25px auto 0;
}

@media screen and (max-width: 480px) {
  .sec-title::after {
    margin-top: 15px;
  }
}

.under-mv {
  background-color: #19ac9e;
  padding: 100px 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .under-mv {
    margin-top: 60px;
  }
}

@media screen and (max-width: 480px) {
  .under-mv {
    padding: 70px 0;
    margin-bottom: 50px;
  }
}

.under-mv__title {
  font-size: 4rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .under-mv__title {
    font-size: 3rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 97px;
  background-color: #fff;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}

.header .container {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .header .container {
    padding-right: 0;
  }
}

.header__container {
  height: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo img {
  width: 161px;
  height: 47px;
}

@media screen and (max-width: 768px) {
  .header__logo img {
    width: 120px;
    height: auto;
  }
}

.header__ham {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__ham {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #19ac9e;
    cursor: pointer;
  }
  .header__ham span {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 16px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__ham span:first-child {
    top: calc(50% - 10px - 1px);
  }
  .header__ham span:nth-child(2) {
    top: calc(50% - 1px);
  }
  .header__ham span:last-child {
    top: calc(50% + 10px - 1px);
  }
  .header__ham.open span {
    z-index: 1000;
    background-color: #fff;
  }
  .header__ham.open span:first-child,
  .header__ham.open span:last-child {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__ham.open span:nth-child(2) {
    width: 0;
  }
  .header__ham.open span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 172, 158, 0.9);
    z-index: 999;
  }
}

.header__nav > ul {
  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;
}

@media screen and (max-width: 768px) {
  .header__nav > ul {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 100px 15px;
  }
}

@media screen and (max-width: 768px) {
  .header__nav > ul > li {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}

.header__nav > ul > li:not(:last-child) {
  margin-right: 37px;
}

@media screen and (max-width: 768px) {
  .header__nav > ul > li:not(:last-child) {
    margin-right: 0;
  }
}

.header__nav > ul > li > a {
  font-size: 1.6rem;
  color: #555;
}

@media screen and (max-width: 768px) {
  .header__nav > ul > li > a {
    color: #fff;
  }
}

.mv {
  background-color: #19ac9e;
  padding-top: 28px;
  max-height: 510px;
  margin-top: 97px;
}

@media screen and (max-width: 768px) {
  .mv {
    margin-top: 60px;
  }
}

@media screen and (max-width: 480px) {
  .mv {
    padding-top: 0;
    background-color: transparent;
  }
}

@media screen and (max-width: 480px) {
  .mv .container {
    padding: 0;
  }
}

.mv__img {
  margin-left: 70px;
}

@media screen and (max-width: 768px) {
  .mv__img {
    margin-left: 0;
  }
}

.mv__img img {
  width: 100%;
  height: auto;
  z-index: 10;
}

.cv-area {
  padding: 50px 0 45px;
}

.cv-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(../images/top/bg-btn-after.svg);
  background-repeat: repeat;
}

.cv-area__btn h2 {
  text-align: center;
  margin-bottom: 10px;
}

.cv-area__btn a {
  display: block;
  max-width: 511px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #fe0a55;
  -webkit-box-shadow: 5px 5px 0 rgba(139, 190, 185, 0.3);
  box-shadow: 5px 5px 0 rgba(139, 190, 185, 0.3);
  text-align: center;
  line-height: 100px;
  color: #ffff65;
  font-size: 3rem;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 480px) {
  .cv-area__btn a {
    font-size: 2rem;
    height: 70px;
    border-radius: 35px;
    line-height: 70px;
  }
}

.cv-area__btn a span {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cv-area__btn a span::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(../images/top/icon-btn.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 22px;
}

@media screen and (max-width: 480px) {
  .cv-area__btn a span::before {
    width: 35px;
    height: 35px;
  }
}

.cv-area__btn a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}

.strong {
  padding: 84px 0 95px;
  background-color: #eff9f8;
}

@media screen and (max-width: 480px) {
  .strong {
    padding: 42px 0 48px;
  }
}

.strong__point {
  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;
}

@media screen and (max-width: 1200px) {
  .strong__point {
    display: block;
  }
}

.strong__point:nth-child(2n-1) {
  padding-right: 70px;
}

@media screen and (max-width: 1200px) {
  .strong__point:nth-child(2n-1) {
    padding-right: 0;
  }
}

.strong__point:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 70px;
}

@media screen and (max-width: 1200px) {
  .strong__point:nth-child(2n) {
    padding-left: 0;
  }
}

.strong__point:not(:last-child) {
  margin-bottom: 100px;
}

.strong__point:first-child .strong__point--txt h2 .title {
  font-size: 8rem;
}

@media screen and (max-width: 480px) {
  .strong__point:first-child .strong__point--txt h2 .title {
    font-size: 4rem;
  }
}

.strong__point:first-child .strong__point--txt h2 .title span {
  display: inline-block;
  padding: 0 8px;
}

.strong__point:nth-child(2) .strong__point--txt h2 .title {
  font-size: 8rem;
  position: relative;
  display: inline-block;
  padding: 0 8px 10px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .strong__point:nth-child(2) .strong__point--txt h2 .title {
    font-size: 13.1rem;
  }
}

@media screen and (max-width: 768px) {
  .strong__point:nth-child(2) .strong__point--txt h2 .title {
    font-size: 7rem;
  }
}

@media screen and (max-width: 480px) {
  .strong__point:nth-child(2) .strong__point--txt h2 .title {
    font-size: 4rem;
    padding: 0 8px;
    line-height: 1.5;
  }
}

.strong__point:nth-child(3) .strong__point--txt h2 .title {
  font-size: 7.1rem;
  padding: 0 8px;
}

@media screen and (max-width: 768px) {
  .strong__point:nth-child(3) .strong__point--txt h2 .title {
    font-size: 6rem;
  }
}

@media screen and (max-width: 480px) {
  .strong__point:nth-child(3) .strong__point--txt h2 .title {
    font-size: 4rem;
  }
}

.strong__point:nth-child(3) .strong__point--txt h2 img {
  width: 100%;
  height: auto;
}

.strong__point:nth-child(4) .strong__point--txt h2 .title {
  font-size: 7.1rem;
  padding: 0 8px;
}

@media screen and (max-width: 768px) {
  .strong__point:nth-child(4) .strong__point--txt h2 .title {
    font-size: 6rem;
  }
}

@media screen and (max-width: 480px) {
  .strong__point:nth-child(4) .strong__point--txt h2 .title {
    font-size: 4rem;
  }
}

.strong__point:last-child .strong__point--txt h2 .title {
  font-size: 7.1rem;
  padding: 0 8px;
}

@media screen and (max-width: 768px) {
  .strong__point:last-child .strong__point--txt h2 .title {
    font-size: 6rem;
  }
}

@media screen and (max-width: 480px) {
  .strong__point:last-child .strong__point--txt h2 .title {
    font-size: 4rem;
  }
}

.strong__point--img {
  width: 49%;
}

@media screen and (max-width: 1200px) {
  .strong__point--img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .strong__point--img {
    margin-bottom: 20px;
  }
}

.strong__point--img img {
  width: 100%;
  height: auto;
}

.strong__point--txt {
  width: 49%;
}

@media screen and (max-width: 1200px) {
  .strong__point--txt {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.strong__point--txt .num {
  display: inline-block;
  background-color: #19ac9e;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  padding: 0 32px 0 22px;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .strong__point--txt .num {
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 135px;
    display: block;
    margin-bottom: 20px;
  }
}

.strong__point--txt .num strong {
  font-size: 4rem;
}

@media screen and (max-width: 480px) {
  .strong__point--txt .num strong {
    font-size: 3.2rem;
  }
}

.strong__point--txt .num::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23.5px 12.3px 23.5px 0;
  border-color: transparent #eff9f8 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 480px) {
  .strong__point--txt .num::after {
    border-width: 21px 12.3px 21px 0;
  }
}

.strong__point--txt h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .strong__point--txt h2 {
    text-align: center;
  }
}

.strong__point--txt h2 .title {
  color: #fff;
  background-color: #f95f89;
  display: inline-block;
  width: 100%;
}

.strong__point--txt h2 .sub-title {
  font-size: 3.6rem;
  color: #000;
  display: block;
}

@media screen and (max-width: 480px) {
  .strong__point--txt h2 .sub-title {
    font-size: 2rem;
  }
}

.strong__point--txt h2 .sub-title2 {
  font-size: 5.8rem;
  color: #f95f89;
  display: block;
}

@media screen and (max-width: 480px) {
  .strong__point--txt h2 .sub-title2 {
    font-size: 2rem;
  }
}

.strong__point--txt p {
  color: #2c2c2c;
  font-size: 1.8rem;
  line-height: 40px;
}

@media screen and (max-width: 480px) {
  .strong__point--txt p {
    font-size: 1.6rem;
    line-height: 36px;
  }
}

.strong__point--txt p .marker {
  background-color: #fff700;
  font-weight: 700;
}

.about {
  padding: 84px 0 0;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .about {
    padding: 42px 0 0;
  }
}

.about .container {
  position: relative;
  padding-bottom: 94px;
}

@media screen and (max-width: 480px) {
  .about .container {
    padding-bottom: 47px;
  }
}

.about__txt p {
  font-size: 1.8rem;
  color: #555;
  max-width: 610px;
  line-height: 40px;
  margin: 0 auto;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .about__txt p {
    font-size: 1.6rem;
    line-height: 36px;
  }
}

.about__img1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 992px) {
  .about__img1 {
    display: none;
  }
}

.about__img2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 992px) {
  .about__img2 {
    display: none;
  }
}

.flow {
  padding: 83px 0 95px;
  background-color: #68c1b8;
}

@media screen and (max-width: 480px) {
  .flow {
    padding: 42px 0 48px;
  }
}

.flow .s-container {
  max-width: 1200px;
}

.flow .sec-title {
  color: #fff;
}

.flow .sec-title::after {
  background-color: #fff;
}

.flow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .flow__list {
    display: block;
    width: 100%;
    max-width: 783px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .flow__list {
    max-width: 450px;
  }
}

@media screen and (max-width: 480px) {
  .flow__list {
    max-width: 290px;
  }
}

.flow__block {
  width: 33%;
  padding: 26px 20px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .flow__block {
    width: 100%;
    padding-top: 30px;
  }
}

.flow__block:not(:first-child) {
  padding-left: 42px;
}

@media screen and (max-width: 1200px) {
  .flow__block:not(:first-child) {
    padding-left: 20px;
  }
}

.flow__block:not(:first-child)::after {
  content: "";
  display: block;
  -webkit-filter: drop-shadow(10px 3px 10px rgba(104, 193, 184, 0.2));
  filter: drop-shadow(10px 3px 10px rgba(104, 193, 184, 0.2));
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 149px 0 149px 42px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .flow__block:not(:first-child)::after {
    -webkit-filter: drop-shadow(0 10px 6px rgba(104, 193, 184, 0.2));
    filter: drop-shadow(0 10px 6px rgba(104, 193, 184, 0.2));
    top: -39px;
    border-width: 42px 391.5px 0 391.5px;
    border-color: #fff transparent transparent transparent;
  }
}

@media screen and (max-width: 768px) {
  .flow__block:not(:first-child)::after {
    border-width: 42px 225px 0 225px;
  }
}

@media screen and (max-width: 480px) {
  .flow__block:not(:first-child)::after {
    border-width: 42px 145px 0 145px;
  }
}

@media screen and (max-width: 1200px) {
  .flow__block:not(:last-child) {
    padding-bottom: 49px;
  }
}

.flow__block .num {
  width: 128px;
  height: 40px;
  border-radius: 20px;
  background-color: #68c1b8;
  color: #fff700;
  font-size: 2.2rem;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 15px;
}

.flow__block .icon {
  width: 85px;
  height: 95px;
  margin: 0 auto 15px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flow__block .title {
  font-size: 1.6rem;
  color: #68c1b8;
  margin-bottom: 10px;
  line-height: 30px;
  text-align: center;
}

.flow__block .txt {
  font-size: 1.3rem;
  line-height: 22px;
  color: #000;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .flow__block .txt {
    text-align: center;
  }
}

.flow__block .txt .red {
  color: #fe0a55;
  font-weight: bold;
}

.compare {
  padding: 83px 0 96px;
}

@media screen and (max-width: 480px) {
  .compare {
    padding: 42px 0 48px;
  }
}

.compare__subtitle1 {
  font-size: 4.6rem;
  color: #000;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .compare__subtitle1 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .compare__subtitle1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .compare__subtitle1 {
    font-size: 1.6rem;
  }
}

.compare__subtitle1 span {
  font-size: 5.9rem;
  color: #f95f89;
}

@media screen and (max-width: 1200px) {
  .compare__subtitle1 span {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 768px) {
  .compare__subtitle1 span {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 480px) {
  .compare__subtitle1 span {
    font-size: 2.1rem;
  }
}

.compare__subtitle2 {
  color: #f95f89;
  text-align: center;
  font-weight: 700;
}

.compare__subtitle2 > span {
  font-size: 6rem;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .compare__subtitle2 > span {
    font-size: 4rem;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .compare__subtitle2 > span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .compare__subtitle2 > span {
    font-size: 2.1rem;
  }
}

.compare__subtitle2 > span > span {
  font-size: 4.9rem;
}

@media screen and (max-width: 1200px) {
  .compare__subtitle2 > span > span {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .compare__subtitle2 > span > span {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .compare__subtitle2 > span > span {
    font-size: 1.6rem;
  }
}

.compare__subtitle2 > span::after,
.compare__subtitle2 > span::before {
  content: "";
  display: block;
  width: 36px;
  height: 40.8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 1200px) {
  .compare__subtitle2 > span::after,
  .compare__subtitle2 > span::before {
    top: -20px;
  }
}

@media screen and (max-width: 480px) {
  .compare__subtitle2 > span::after,
  .compare__subtitle2 > span::before {
    top: -10px;
    width: 18px;
    height: 20.4px;
  }
}

.compare__subtitle2 > span::before {
  background-image: url(../images/top/icon-compare1.svg);
  left: -40px;
}

@media screen and (max-width: 1200px) {
  .compare__subtitle2 > span::before {
    left: -10px;
  }
}

.compare__subtitle2 > span::after {
  background-image: url(../images/top/icon-compare2.svg);
  right: -40px;
}

@media screen and (max-width: 1200px) {
  .compare__subtitle2 > span::after {
    right: -10px;
  }
}

@media screen and (max-width: 768px) {
  .compare__table {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .compare__table img {
    width: 768px;
    height: auto;
    max-width: none;
  }
}

.works {
  padding: 83px 0 95px;
  background-color: #eef9f8;
}

@media screen and (max-width: 480px) {
  .works {
    padding: 42px 0 48px;
  }
}

.works__block:not(:last-child) {
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .works__block:not(:last-child) {
    margin-bottom: 50px;
  }
}

.works__block--title {
  text-align: center;
  font-size: 3rem;
  color: #4db6ac;
  margin-bottom: 38px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .works__block--title {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .works__block--title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .works__block--title {
    font-size: 1.8rem;
  }
}

.works__block--title::after,
.works__block--title::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 170px;
  height: 1px;
  background-color: #4db6ac;
  position: absolute;
  bottom: 20px;
}

@media screen and (max-width: 480px) {
  .works__block--title::after,
  .works__block--title::before {
    max-width: 100px;
  }
}

.works__block--title::before {
  left: 0;
}

.works__block--title::after {
  right: 0;
}

.works__block--title span {
  background-color: #eef9f8;
  position: relative;
  padding: 0 15px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .works__block--title span {
    position: static;
  }
}
@media screen and (max-width: 480px) {
  .works__block--title span {
    padding: 0 10px;
  }
}

.works__block--price {
  background-image: url(../images/top/img-works1.jpg);
  background-size: cover;
  background-position: right;
  padding: 45px;
}

@media screen and (max-width: 1200px) {
  .works__block--price {
    padding: 45px 20px;
  }
}

@media screen and (max-width: 480px) {
  .works__block--price {
    padding: 0;
    background-image: none;
  }
}

.works__block--price .price-block {
  background-color: rgba(255, 255, 255, 0.58);
  padding: 22px 20px 36px 25px;
  max-width: 505px;
  width: 52.6%;
}

@media screen and (max-width: 768px) {
  .works__block--price .price-block {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 480px) {
  .works__block--price .price-block {
    background-color: #fff;
    padding: 20px 15px;
  }
}

.works__block--price .price-block__price {
  color: #f95f89;
  font-size: 6rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .works__block--price .price-block__price {
    font-size: 5rem;
  }
}

@media screen and (max-width: 480px) {
  .works__block--price .price-block__price {
    font-size: 3rem;
  }
}

.works__block--price .price-block__price .txt {
  font-size: 3rem;
}

@media screen and (max-width: 1200px) {
  .works__block--price .price-block__price .txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .works__block--price .price-block__price .txt {
    font-size: 1.6rem;
  }
}

.works__block--price .price-block__price .unit {
  font-size: 4rem;
}

@media screen and (max-width: 1200px) {
  .works__block--price .price-block__price .unit {
    font-size: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .works__block--price .price-block__price .unit {
    font-size: 2rem;
  }
}

.works__block--price .price-block .desc {
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
  line-height: 30px;
  margin: 9px 0 22px;
}

@media screen and (max-width: 480px) {
  .works__block--price .price-block .desc {
    font-size: 1.4rem;
    line-height: 26px;
  }
}

.works__block--price .price-block .company-name {
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .works__block--price .price-block .company-name {
    font-size: 1.4rem;
    line-height: 26px;
  }
}

.works__block--txt-img {
  margin-top: 32px;
  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;
}

@media screen and (max-width: 768px) {
  .works__block--txt-img {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .works__block--txt-img {
    margin-top: 33px;
  }
}

.works__block--txt-img:nth-child(2n-1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 37px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .works__block--txt-img:nth-child(2n-1) {
    padding-left: 0;
  }
}

.works__block--txt-img .img {
  max-width: 320px;
  width: 33.3%;
}

@media screen and (max-width: 768px) {
  .works__block--txt-img .img {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.works__block--txt-img .txt {
  width: 59.4%;
  max-width: 570px;
}

@media screen and (max-width: 768px) {
  .works__block--txt-img .txt {
    width: 100%;
    margin: 0 auto;
  }
}

.works__block--txt-img .txt .title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #262626;
  margin-bottom: 22px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .works__block--txt-img .txt .title {
    font-size: 2rem;
    padding-left: 37px;
  }
}

@media screen and (max-width: 480px) {
  .works__block--txt-img .txt .title {
    font-size: 1.8rem;
    margin-bottom: 11px;
  }
}

.works__block--txt-img .txt .title::before {
  content: "";
  display: block;
  /* width: 29px; */
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  /* top: 50%; */
  /* left: -37px; */
  bottom: 5px;
  right: calc(100% + 10px);
}

@media screen and (max-width: 768px) {
  .works__block--txt-img .txt .title::before {
    width: 29px;
    top: 50%;
    bottom: auto;
    left: 0;
  }
}

.works__block--txt-img .txt p {
  font-size: 1.4rem;
  color: #474747;
  font-weight: 500;
  line-height: 30px;
}

.faq {
  padding: 95px 0 102px;
}

@media screen and (max-width: 480px) {
  .faq {
    padding: 48px 0 51px;
  }
}

.faq__block:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .faq__block:not(:last-child) {
    margin-bottom: 25px;
  }
}

.faq__block .question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.faq__block .question::after,
.faq__block .question::before {
  content: "";
  display: block;
  width: 37px;
  height: 3px;
  background-color: #4db6ac;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 21px;
  top: calc(50% - 1.5px);
}

@media screen and (max-width: 768px) {
  .faq__block .question::after,
  .faq__block .question::before {
    width: 30px;
  }
}

.faq__block .question::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq__block .question:hover {
  background-color: rgba(130, 233, 223, 0.11);
}

.faq__block .question.open::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.faq__block .question .icon {
  width: 68px;
  background-color: #4db6ac;
  font-size: 3.6rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .faq__block .question .icon {
    font-size: 3rem;
    width: 55px;
  }
}

@media screen and (max-width: 480px) {
  .faq__block .question .icon {
    font-size: 2.4rem;
    width: 45px;
  }
}

.faq__block .question .title {
  padding: 18px 70px 18px 17px;
  background-color: rgba(77, 182, 172, 0.11);
  color: #4db6ac;
  font-size: 2.2rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .faq__block .question .title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .faq__block .question .title {
    font-size: 1.6rem;
  }
}

.faq__block .answer {
  padding-top: 23px;
  display: none;
}

@media screen and (max-width: 480px) {
  .faq__block .answer {
    padding-top: 12px;
  }
}

.faq__block .answer p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #474747;
  line-height: 37px;
}

@media screen and (max-width: 480px) {
  .faq__block .answer p {
    font-size: 1.4rem;
    line-height: 33px;
  }
}

.faq__block .answer p strong {
  color: #f95f89;
  font-weight: 700;
}

.greeting {
  background-color: #f6f6f6;
  padding: 100px 0 94px;
}

@media screen and (max-width: 480px) {
  .greeting {
    padding: 50px 0 47px;
  }
}

.greeting__block {
  margin-bottom: 72px;
  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;
}

@media screen and (max-width: 768px) {
  .greeting__block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .greeting__block {
    margin-bottom: 36px;
  }
}

.greeting__block--img {
  max-width: 504px;
  width: 45.8%;
}

@media screen and (max-width: 768px) {
  .greeting__block--img {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.greeting__block--img img {
  border-radius: 8px;
}

.greeting__block--txt {
  width: 50%;
  max-width: 550px;
}

@media screen and (max-width: 768px) {
  .greeting__block--txt {
    width: 100%;
    margin: 0 auto;
  }
}

.greeting__block--txt .title {
  margin-bottom: 64px;
}

@media screen and (max-width: 480px) {
  .greeting__block--txt .title {
    margin-bottom: 32px;
  }
}

.greeting__block--txt .title > span {
  display: block;
  color: #474747;
  font-weight: 400;
}

.greeting__block--txt .title > span.catch {
  font-size: 2.4rem;
  margin-bottom: 10px;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .greeting__block--txt .title > span.catch {
    font-size: 2rem;
    line-height: 30px;
  }
}

@media screen and (max-width: 480px) {
  .greeting__block--txt .title > span.catch {
    font-size: 1.8rem;
  }
}

.greeting__block--txt .title > span.name {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .greeting__block--txt .title > span.name {
    font-size: 1.6rem;
  }
}

.greeting__block--txt .title > span.name .job {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .greeting__block--txt .title > span.name .job {
    font-size: 1.2rem;
  }
}

.greeting__block--txt p {
  font-size: 1.4rem;
  color: #474747;
  line-height: 30px;
  font-weight: 400;
}

.greeting__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

@media screen and (max-width: 480px) {
  .greeting__info {
    display: block;
  }
}

.greeting__info--block:first-child {
  margin-right: 62px;
}

@media screen and (max-width: 768px) {
  .greeting__info--block:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width: 480px) {
  .greeting__info--block:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.greeting__info--block h4 {
  font-size: 2.3rem;
  font-weight: 400;
  color: #474747;
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  .greeting__info--block h4 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 480px) {
  .greeting__info--block h4 {
    font-size: 1.7rem;
  }
}

.greeting__info--block ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.greeting__info--block ul li span {
  font-size: 1.6rem;
  color: #474747;
  line-height: 36px;
}

@media screen and (max-width: 480px) {
  .greeting__info--block ul li span {
    font-size: 1.4rem;
  }
}

.greeting__info--block ul li span.datetime {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.greeting__btn {
  margin-top: 37px;
}

.greeting__btn a {
  display: block;
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
  height: 70px;
  border-radius: 35px;
  border: 1px solid #505050;
  font-size: 2.2rem;
  text-align: center;
  line-height: 68px;
  font-weight: 500;
  color: #505050;
}

@media screen and (max-width: 480px) {
  .greeting__btn a {
    height: 50px;
    border-radius: 25px;
    font-size: 1.8rem;
    line-height: 48px;
  }
}

.greeting__btn a:hover {
  background-color: #505050;
  color: #fff;
  opacity: 1;
}

.footer-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer-btns {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

.footer-btns a {
  display: block;
  width: 33.33%;
  height: 170px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 170px;
}

@media screen and (max-width: 1200px) {
  .footer-btns a {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-btns a {
    height: 100px;
    line-height: 100px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .footer-btns a {
    height: 60px;
    line-height: 60px;
    font-size: 1.2rem;
    position: relative;
  }
}

.footer-btns a.mail {
  background-color: #4db6ac;
}

.footer-btns a.mail span::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 52px;
  background-image: url(../images/top/icon-mail.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 16px;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .footer-btns a.mail span::before {
    width: 41px;
    height: 38px;
  }
}

@media screen and (max-width: 768px) {
  .footer-btns a.mail span::before {
    width: 18px;
    height: 16px;
    margin-right: 5px;
  }
}

.footer-btns a.tel {
  background-color: #339b91;
}

@media screen and (max-width: 480px) {
  .footer-btns a.tel {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px) {
  .footer-btns a.tel span {
    margin-left: 10px;
  }
}

.footer-btns a.tel span::before {
  content: "";
  display: inline-block;
  width: 33.5px;
  height: 52.4px;
  background-image: url(../images/top/icon-tel.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 16px;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .footer-btns a.tel span::before {
    width: 25.5px;
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer-btns a.tel span::before {
    width: 10px;
    height: 16px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 480px) {
  .footer-btns a.tel span::before {
    position: absolute;
    top: calc(50% - 8px);
    left: 10px;
  }
}

.footer-btns a.estimate {
  background-color: #f95f89;
}

.footer-btns a.estimate span::before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url(../images/top/icon-btn-wh.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 16px;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .footer-btns a.estimate span::before {
    width: 41px;
    height: 41px;
  }
}

@media screen and (max-width: 768px) {
  .footer-btns a.estimate span::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}

.footer {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 20px 0;
    margin-bottom: 60px;
  }
}

.footer__copy {
  text-align: center;
}

.footer__copy small {
  font-size: 1.8rem;
  font-weight: 400;
  color: #474747;
}

@media screen and (max-width: 480px) {
  .footer__copy small {
    font-size: 1.2rem;
  }
}

.complete {
  padding-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .complete {
    padding-bottom: 50px;
  }
}

.complete p {
  font-size: 1.6rem;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .complete p {
    text-align: left;
  }
}

/* 表 */
.info-table {
  width: 100%;
  margin-bottom: 80px;
}
.info-table dl {
  display: flex;
  margin-bottom: 20px;
}
.info-table dl dt {
  display: flex;
  width: 170px;
  min-height: 46px;
  justify-content: center;
  align-items: center;
  background: #4db6ac;
  margin-right: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.info-table dl dd {
  display: flex;
  align-items: center;
  width: calc(100% - 178px);
  line-height: 2;
  padding: 8px 20px 8px 30px;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 767px) {
  .info-table dl {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .info-table dl dt {
    width: 100%;
    min-height: 40px;
    justify-content: left;
    padding-left: 16px;
    margin-right: 0;
  }
  .info-table dl dd {
    width: 100%;
    padding: 8px 20px;
    border: 1px solid #999;
    border-top: none;
  }
  .info-table dl:not(:last-of-type) dd {
    border-bottom: none;
  }
}

/* 見積もりページ */
.content-inner {
  max-width: 960px;
  margin: 0 auto;
}
.sec-subtitle {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
.sec-subtitle .pink {
  font-size: 36px;
  color: #f95f89;
}
.sec-subtitle .pink:nth-of-type(2) {
  font-size: 53px;
}
.sec-subtitle .pink:nth-of-type(2) .sm {
  font-size: 41px;
}
.form-area {
  background: #eff9f8;
  padding: 90px 20px;
}
.form-area table {
  width: 100%;
  margin-bottom: 50px;
}
.form-area table tr th {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #68c1b8;
  line-height: 1;
  text-align: center;
  min-width: 300px;
  width: 31.3%;
  padding: 27px;
}
.form-area table tr td {
  max-width: 660px;
  width: 68.7%;
  padding: 15px 11px;
  font-size: 18px;
  line-height: 1.2;
  background: #fff;
}
.form-area table tr th,
.form-area table tr td {
  border: 1px solid #9b9b9b;
}
input[type="text"],
select {
  font-size: 18px;
  padding: 10px 15px;
  border: 1px solid #9b9b9b;
}
.select-area {
  position: relative;
}
.form-area table tr.row_2 .select-area {
  margin-bottom: 12px;
}
.select-area::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 9px 0 9px;
  border-color: #19ac9d transparent transparent transparent;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.select-area select {
  width: 100%;
}
.input-area {
  display: inline-block;
  max-width: 136px;
}
.input-area.w100 {
  width: 100%;
  max-width: 100%;
}
.form-area table tr.row_2 .input-area {
  max-width: 100%;
  width: calc(100% - 3.3em);
}
.input-area input[type="text"] {
  width: 100%;
  height: 100%;
}
.ma-btn {
  position: relative;
  max-width: 510px;
  margin: 0 auto;
  /* transition: .3s; */
}
.ma-btn:hover {
  opacity: 0.8;
}
.ma-btn::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 52px;
  top: 50%;
  left: 74px;
  transform: translateY(-50%);
  background: url(../images/estimate/estimate_icon.png) 50% 50% / cover
    no-repeat;
}
.ma-btn.contact::before {
  background: url(../images/estimate/contact_icon.png) 50% 50% / cover no-repeat;
}
.ma-btn a,
.ma-btn input[type="submit"] {
  display: inline-block;
  width: 100%;
  height: 100px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ffff65;
  background: #fe0a55;
  padding: 33px 20px 33px 143px;
  border-radius: 50px;
  box-shadow: 5px 5px rgba(139, 190, 185, 0.3);
}
.ma-btn a:hover {
  opacity: 1;
}
.btn-top-text {
  font-size: 26px;
  font-weight: bold;
  color: #fe0a55;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.btn-top-text span {
  position: relative;
}
.btn-top-text span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 37px;
  background: #fe0a55;
  top: 50%;
  left: -20px;
  transform: translateY(-50%) rotate(-30deg);
}
.btn-top-text span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 37px;
  background: #fe0a55;
  top: 50%;
  right: -20px;
  transform: translateY(-50%) rotate(30deg);
}
.error {
  color: #ff0000;
}
.error_class {
  margin-bottom: 15px;
}

/* 見積もり完了 */
.result-area {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 88px 20px 48px;
  margin-bottom: 50px;
}
.result-area::before {
  position: absolute;
  content: "";
  width: 21%;
  height: 418px;
  bottom: 0;
  left: 0;
  background: url(../images/estimate/result_img01.png) 0 100% / contain
    no-repeat;
}
.result-area::after {
  position: absolute;
  content: "";
  width: 22%;
  height: 404px;
  bottom: 0;
  right: 0;
  background: url(../images/estimate/result_img02.png) 0 100% / contain
    no-repeat;
}
.result-area .text {
  font-size: 36px;
  font-weight: bold;
  color: #474747;
  margin-bottom: 46px;
}
.result-area .text span {
  position: relative;
}
.result-area .text span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 41px;
  background: #474747;
  top: 50%;
  left: -20px;
  transform: translateY(-50%) rotate(-30deg);
}
.result-area .text span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 41px;
  background: #474747;
  top: 50%;
  right: -20px;
  transform: translateY(-50%) rotate(30deg);
}
.result-area .result-price {
  text-align: center;
  margin-bottom: 50px;
}
.result-area .result-price span {
  display: block;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4;
  color: #f95f89;
}
.result-area .result-price span + span {
  font-size: 53px;
}
.result-area .note {
  font-size: 14px;
  color: #7d7d7d;
}


.header__logo {
  font-size: 35px;
}
.header__logo a {
  color: #000;
}
@media screen and (max-width:768px){
  .header__logo {
    font-size: 20px;
  }
  .sec-subtitle {
    font-size: 24px;
  }
  .sec-subtitle .pink {
    font-size: 28px;
  }
  .sec-subtitle .pink:nth-of-type(2) {
    font-size: 30px;
  }
  .sec-subtitle .pink:nth-of-type(2) .sm {
    font-size: 24px;
  }
  .form-area table,
  .form-area table tbody,
  .form-area table tr,
  .form-area table tr th,
  .form-area table tr td {
    display: block;
    width: 100%;
  }
  .form-area table tr th {
    padding: 14px;
  }
  .form-area table tr td {
    padding: 15px 10px;
  }
  .ma-btn {
    max-width: 340px;
  }
  .ma-btn a, .ma-btn input[type="submit"] {
    font-size: 20px;
    height: 70px;
    line-height: 70px;
    padding: 0 10px 0 70px;
    border-radius: 35px;
  }
  .ma-btn::before {
    width: 35px;
    height: 35px;
    left: 35px;
  }
  .error {
    font-size: 14px;
  }
  .result-area {
    padding: 40px 20px 150px;
  }
  .result-area .text {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .result-area .text span {
    display: block;
    line-height: 1.2;
  }
  .result-area .text span::before {
    left: 20px;
    height: 52px;
  }
  .result-area .text span::after {
    right: 20px;
    height: 52px;
  }
  .result-area .result-price {
    margin-bottom: 30px;
  }
  .result-area .result-price span {
    font-size: 32px;
  }
  .result-area .result-price span + span {
    font-size: 40px;
  }
  .result-area::before {
    left: 20%;
  }
  .result-area::after {
    right: 20%;
  }
  .btn-top-text {
    font-size: 20px;
  }
  .btn-top-text span {
    display: block;
  }
  .btn-top-text span::before {
    left: 0;
  }
  .btn-top-text span::after {
    right: 0;
  }
}