@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icons/icomoon.ttf?ue1mqn") format("truetype"), url("../fonts/icons/icomoon.woff?ue1mqn") format("woff"), url("../fonts/icons/icomoon.svg?ue1mqn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search02:before {
  content: "\e906";
}

.icon-stairs:before {
  content: "\e907";
}

.icon-arrow-bottom:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-note:before {
  content: "\e902";
}

.icon-pen:before {
  content: "\e903";
}

.icon-search:before {
  content: "\e904";
}

.icon-time:before {
  content: "\e905";
}

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

section,
article,
aside,
main,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

address {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 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 #000;
  cursor: help;
}

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

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

input,
button,
select,
option,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

input,
select {
  vertical-align: middle;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=radio],
input[type=submit],
button,
textarea,
select {
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
}

* {
  -webkit-appearance: none;
}

*:after,
*:before {
  font-family: inherit;
  color: inherit;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 14px;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
html.is-locked {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  html.is-locked {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}

body {
  color: #000;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  color: #333;
  min-width: 1000px;
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1140px;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

a {
  color: #000;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: all;
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

span {
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

img,
svg {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

img {
  height: auto;
}

picture {
  display: block;
}

strong,
em {
  font-weight: 700;
}

pre {
  white-space: pre-wrap;
}

table {
  max-width: 100%;
  width: 100%;
}
table th,
table td {
  word-break: break-all;
}

sup {
  font-size: 0.75em;
  vertical-align: super;
}

sub {
  font-size: 0.75em;
  vertical-align: sub;
}

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

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

.nodisp {
  display: none;
}

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

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

.u-hidden-txt {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.js-fadein-up {
  opacity: 0;
  transform: translate(0, 40px);
}

body.is-loaded .js-fadein-up.is-scrollin {
  animation: fadein-up 0.6s forwards;
}

@keyframes fadein-up {
  25% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.l-wrapper {
  overflow: hidden;
}

.l-header {
  background: #fff;
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.l-header__in {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  max-width: 847px;
  min-width: 847px;
  margin: 0 auto;
  padding: 0 87px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .l-header__in {
    height: 50px;
    max-width: 100%;
    padding: 0 20px;
    min-width: inherit;
  }
}
.l-header__logo {
  max-width: 440px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 225px;
    margin-right: 20px;
  }
}
.l-header__logo img {
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    max-width: 100%;
  }
}
.l-header__tel {
  max-width: 194px;
}
@media screen and (max-width: 768px) {
  .l-header__tel {
    max-width: 90px;
  }
  .l-header__tel img {
    max-width: 90px;
  }
}

.l-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-container {
    max-width: inherit;
    padding: 0 6%;
  }
}

.l-footer {
  border-top: 1px solid #333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 30px;
  }
}
.l-footer__in {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__in {
    padding: 0 20px;
  }
}
.l-footer__logo {
  padding-bottom: 20px;
}
.l-footer__logo img {
  max-width: 398px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo img {
    max-width: 335px;
  }
}
@media screen and (max-width: 320px) {
  .l-footer__logo img {
    max-width: 100%;
  }
}
.l-footer__ad {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .l-footer__ad {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 320px) {
  .l-footer__ad {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.l-footer__ad a {
  color: #333333;
}
.l-footer__bottom {
  padding: 30px 0;
  background: #333;
}
.l-footer__copy {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 320px) {
  .l-footer__copy {
    font-size: 12px;
    line-height: 1.4;
  }
}

b {
  font-weight: 900;
}

.mv__img {
  position: relative;
  max-width: 1000px;
  margin: 87px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .mv__img {
    margin: 50px auto 0 auto;
  }
}
.mv__line {
  position: absolute;
  max-width: 153px;
  cursor: pointer;
  bottom: 0;
  right: 10px;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .mv__line {
    max-width: 65px;
  }
}
@media screen and (max-width: 360px) {
  .mv__line {
    max-width: 60px;
  }
}
@media screen and (max-width: 320px) {
  .mv__line {
    max-width: 55px;
  }
}
.mv__line:hover {
  opacity: 0.8;
}
.mv b {
  font-weight: 900;
}
.mv__tab {
  background: url(../images/bg-btn.png) no-repeat center center/cover;
  width: 100%;
  height: 174px;
  padding: 30px 0px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mv__tab {
    padding: 20px 0px;
  }
}
.mv__tab__list {
  max-width: 868px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mv__tab__item {
  width: 202px;
}
@media screen and (max-width: 768px) {
  .mv__tab__item {
    width: calc(50% - (15px / 2));
  }
}
.mv__tab__item:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .mv__tab__item:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv__tab__item:nth-child(odd) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mv__tab__item:nth-child(-n+2) {
    margin-bottom: 15px;
  }
}
.mv__tab__item a {
  width: 100%;
  background: #f1b819;
  color: #fff;
  box-shadow: 0px 3px 10px #6d6d6d;
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 12px;
  padding: 21px 10px;
  transition: all 0.3s ease 0s;
}
.mv__tab__item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .mv__tab__item a {
    width: 100%;
    font-size: 17px;
  }
}
@media screen and (max-width: 320px) {
  .mv__tab__item a {
    font-size: 16px;
  }
}
.mv__lead__ttl {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mv__lead__ttl {
    margin-top: 30px;
  }
}
.mv__lead__block {
  margin: 70px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mv__lead__block {
    display: block;
    margin: 35px 0;
  }
}
.mv__lead__half {
  width: calc(828px / 2);
  padding: 42px 0 83px 35px;
  background: #fff;
  box-shadow: 1px 2px 20px #d4f7f7;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .mv__lead__half {
    width: 100%;
    padding: 21px 0 17px 20px;
  }
}
.mv__lead__half__l {
  position: relative;
}
.mv__lead__half__l::after {
  position: absolute;
  content: "";
  background: url(../images/img-mv_lead_l.png) no-repeat center center/contain;
  width: 103px;
  height: 50px;
  bottom: -49px;
  right: 100px;
}
@media screen and (max-width: 768px) {
  .mv__lead__half__l::after {
    content: none;
  }
}
.mv__lead__half__r {
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__lead__half__r {
    margin-top: 30px;
  }
}
.mv__lead__half__r::after {
  position: absolute;
  content: "";
  background: url(../images/img-mv_lead_r.png) no-repeat center center/contain;
  width: 88px;
  height: 49px;
  left: 100px;
  bottom: -49px;
}
@media screen and (max-width: 768px) {
  .mv__lead__half__r::after {
    content: none;
  }
}
.mv__lead__half__ttl {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #3aae36;
  padding-left: 1.3em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__lead__half__ttl {
    font-size: 21px;
  }
}
@media screen and (max-width: 320px) {
  .mv__lead__half__ttl {
    font-size: 19px;
  }
}
.mv__lead__half__ttl::before {
  content: "";
  position: absolute;
  background: url(../images/icon-arrow.png) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .mv__lead__half__ttl::before {
    width: 21px;
    height: 21px;
    top: 3px;
  }
}
@media screen and (max-width: 320px) {
  .mv__lead__half__ttl::before {
    width: 19px;
    height: 19px;
    top: 2px;
  }
}
.mv__lead__half ul {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .mv__lead__half ul {
    margin-top: 18px;
  }
}
.mv__lead__half ul li {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 1.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__lead__half ul li {
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 320px) {
  .mv__lead__half ul li {
    font-size: 13px;
    letter-spacing: 0.06em;
  }
}
.mv__lead__half ul li::before {
  content: "";
  position: absolute;
  background: url(../images/icon-check.png) no-repeat center center/contain;
  width: 29px;
  height: 19px;
  top: 5px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .mv__lead__half ul li::before {
    width: 25px;
    height: 15px;
    top: 5px;
  }
}
.mv__lead__half ul li:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mv__lead__half ul li:not(:first-child) {
    margin-top: 15px;
  }
}
.mv__lead__mass {
  margin-top: 153px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__lead__mass {
    margin-top: 77px;
    padding-bottom: 30px;
  }
}
.mv__lead__mass__heading {
  font-size: 35px;
  width: 852px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.014em;
  color: #333;
  display: inline-block;
  padding-bottom: 31px;
  border-bottom: 4px solid;
  border-image: linear-gradient(90deg, #85c48d 0%, #2bb6c7 100%);
  border-image-slice: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__lead__mass__heading {
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 12px;
    border-bottom: 3px solid;
  }
}
@media screen and (max-width: 320px) {
  .mv__lead__mass__heading {
    font-size: 17px;
  }
}
.mv__lead__mass__heading::before, .mv__lead__mass__heading::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 56px;
  background: no-repeat center ceter/contain;
}
@media screen and (max-width: 768px) {
  .mv__lead__mass__heading::before, .mv__lead__mass__heading::after {
    width: 16px;
    height: 28px;
  }
}
.mv__lead__mass__heading::before {
  background: url(../images/img-mv_lead_txt-l.png) no-repeat center center/contain;
  background: url(../images/img-mv_lead_txt-l.png) no-repeat center center/contain;
  /* left: -34px; */
  top: -10px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .mv__lead__mass__heading::before {
    top: -5px;
    left: 10px;
  }
}
.mv__lead__mass__heading::after {
  background: url(../images/img-mv_lead_txt-r.png) no-repeat center center/contain;
  right: 20px;
}
.mv__lead__mass__heading .font-g {
  background: #3aae36;
  padding: 0 25px 2px;
  margin: 0 10px;
  color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .mv__lead__mass__heading .font-g {
    padding: 0 10px 1px;
    margin: 0 3px;
    border-radius: 8px;
  }
}
.mv__lead__mass__txt {
  width: 852px;
  margin: 14px auto 0 auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.14em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .mv__lead__mass__txt {
    font-size: 16px;
    width: 100%;
    line-height: 1.6;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .mv__lead__mass__txt {
    font-size: 14px;
    letter-spacing: 0.11em;
  }
}

.point {
  background: #f2f2f2;
}
.point__in {
  max-width: 760px;
  margin: 0 auto;
}
.point__top {
  padding: 67px 0 76px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point__top {
    padding: 30px 0 38px 0;
  }
}
.point__ttl {
  text-align: center;
}
.point__ttl__lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .point__ttl__lead {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
}
.point__block {
  background: #f2f2f2;
}
.point__block--02 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .point__block--02 {
    margin-top: 40px;
  }
}
.point__block--03 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .point__block--03 {
    margin-top: 40px;
  }
}
.point__num {
  font-size: 26px;
  font-weight: 900;
  position: relative;
  padding: 0px 0px 45px 0;
}
@media screen and (max-width: 768px) {
  .point__num {
    font-size: 20px;
    padding: 0px 0px 30px 30px;
  }
}
.point__num:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -103px;
  background: url(../images/img-line.png) no-repeat;
  width: 247px;
  height: 104px;
}
@media screen and (max-width: 768px) {
  .point__num:before {
    left: -80px;
    bottom: -10px;
  }
}
.point__num b {
  font-size: 37px;
  color: #3aae36;
}
@media screen and (max-width: 768px) {
  .point__num b {
    font-size: 27px;
  }
}
.point__subttl {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.8;
  color: #3aae36;
  margin-bottom: 15px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .point__subttl {
    font-size: 22px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .point__subttl {
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.point__txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  color: #333333;
  letter-spacing: 0.1em;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .point__txt {
    font-size: 15px;
    margin-left: 0;
  }
}
.point__notes {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 68px;
  padding-bottom: 64px;
}
.point__notes a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .point__notes {
    margin-top: 20px;
    padding-bottom: 32px;
  }
}

.support b {
  font-weight: 900;
}
.support__in {
  padding-bottom: 129px;
}
@media screen and (max-width: 768px) {
  .support__in {
    margin-top: 0;
  }
}
.support__top {
  margin-top: 70px;
  padding-top: 40px;
  padding-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support__top {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.support__ttl {
  text-align: center;
}
.support__ttl__lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}
.support__block {
  display: flex;
  justify-content: center;
  padding-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .support__block {
    display: block;
  }
}
.support__block__half {
  max-width: 345px;
}
@media screen and (max-width: 768px) {
  .support__block__half {
    max-width: 100%;
  }
}
.support__block__half:first-child {
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .support__block__half:first-child {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .support__block__half__img {
    text-align: center;
  }
}
.support__block__half__top {
  padding-bottom: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support__block__half__top {
    padding-bottom: 18px;
  }
}
.support__block__half__num {
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support__block__half__num::before, .support__block__half__num::after {
  border-top: 1px solid black;
  content: "";
  width: 65px;
}
.support__block__half__num::before {
  margin-right: 10px;
}
.support__block__half__num::after {
  margin-left: 10px;
}
.support__block__half__heading {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #3aae36;
}
@media screen and (max-width: 768px) {
  .support__block__half__heading {
    margin-top: 12px;
    font-size: 22px;
  }
}
.support__block__half__txt {
  margin-top: 47px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .support__block__half__txt {
    margin-top: 24px;
    font-size: 15px;
  }
}
.support__bottom {
  max-width: 894px;
  background: #fff;
  border-radius: 50px;
  margin: 0 auto;
  padding: 45px 60px 37px;
  box-shadow: 0px 0px 20px #b3b3b3;
}
@media screen and (max-width: 768px) {
  .support__bottom {
    max-width: 100%;
    padding: 60px 20px 20px;
    border-radius: 40px;
  }
}
.support__bottom .underline {
  border-bottom: solid #333 2px;
}
.support__bottom__block {
  display: flex;
}
@media screen and (max-width: 768px) {
  .support__bottom__block {
    display: block;
  }
}
.support__bottom__ttl {
  font-size: 27px;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: 0.24em;
  color: #3aae36;
  padding-left: 175px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .support__bottom__ttl {
    padding-left: 0;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}
.support__bottom__ttl::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/img-support04.png) no-repeat center center/contain;
  width: 148px;
  height: 148px;
  left: -10px;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .support__bottom__ttl::before {
    width: 74px;
    height: 74px;
    left: 15px;
    top: -80px;
  }
}
.support__bottom__txt01 {
  margin-top: 30px;
  font-size: 19px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .support__bottom__txt01 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.support__bottom__txt02 {
  font-size: 31px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .support__bottom__txt02 {
    margin-top: 15px;
    font-size: 24px;
  }
}
.support__bottom__txt03 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.16em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .support__bottom__txt03 {
    margin-top: 8px;
  }
}
.support__bottom__img {
  max-width: 158px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .support__bottom__img {
    margin: 15px auto 0 auto;
  }
}

.flow .underline {
  border-bottom: 2px solid #3aae36;
}
.flow .sm {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .flow .sm {
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .flow .sm {
    font-size: 14px;
  }
}
.flow__top {
  padding: 120px 0 76px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__top {
    padding: 30px 0 20px 0;
  }
}
.flow__ttl {
  text-align: center;
}
.flow__ttl__lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .flow__ttl__lead {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
    text-align: left;
  }
}
.flow__step {
  display: flex;
  align-items: center;
  max-width: 716px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .flow__step {
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
    max-width: 375px;
  }
}
.flow__step__child {
  display: flex;
  flex-direction: column;
  max-width: 152px;
}
@media screen and (max-width: 768px) {
  .flow__step__child {
    max-width: 100%;
  }
}
.flow__step__child:not(:last-child) {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .flow__step__child:not(:last-child) {
    margin-right: 0;
  }
}
.flow__step__child--01 .flow__step__child__img::after, .flow__step__child--02 .flow__step__child__img::after, .flow__step__child--03 .flow__step__child__img::after {
  position: absolute;
  content: "";
  background: url(../images/img-flow_arrow.png) no-repeat center center/contain;
  width: 17px;
  height: 38px;
  right: 0;
  top: 50%;
  transform: translate(27px, -50%);
}
@media screen and (max-width: 768px) {
  .flow__step__child--01 .flow__step__child__img::after, .flow__step__child--02 .flow__step__child__img::after, .flow__step__child--03 .flow__step__child__img::after {
    width: 10px;
    height: 31px;
    right: 15%;
    bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .flow__step__child--01 .flow__step__child__img::after, .flow__step__child--02 .flow__step__child__img::after, .flow__step__child--03 .flow__step__child__img::after {
    right: 19%;
  }
}
@media screen and (max-width: 320px) {
  .flow__step__child--01 .flow__step__child__img::after, .flow__step__child--02 .flow__step__child__img::after, .flow__step__child--03 .flow__step__child__img::after {
    right: 22%;
  }
}
.flow__step__child__img {
  width: 100%;
  height: 152px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__step__child__img {
    max-width: 65px;
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  .flow__step__child__img {
    max-width: 55px;
    height: auto;
  }
}
.flow__step__child__txt {
  margin-top: 23px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__step__child__txt {
    font-size: 10px;
    margin-top: 5px;
  }
}
.flow__cp {
  padding-top: 50px;
  padding-bottom: 67px;
  max-width: 771px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .flow__cp {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 58px;
  }
}
.flow__cp__heading {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.24em;
  color: #3aae36;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .flow__cp__heading {
    letter-spacing: 0.1em;
    font-size: 21px;
  }
}
@media screen and (max-width: 360px) {
  .flow__cp__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .flow__cp__heading {
    font-size: 19px;
  }
}
.flow__cp__heading::before, .flow__cp__heading::after {
  border-top: 1px solid black;
  content: "";
  width: 40%;
}
@media screen and (max-width: 768px) {
  .flow__cp__heading::before, .flow__cp__heading::after {
    width: 33%;
  }
}
@media screen and (max-width: 320px) {
  .flow__cp__heading::before, .flow__cp__heading::after {
    width: 32%;
  }
}
.flow__cp__heading::before {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .flow__cp__heading::before {
    margin-right: 8px;
  }
}
.flow__cp__heading::after {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .flow__cp__heading::after {
    margin-left: 8px;
  }
}
.flow__cp__in {
  display: flex;
  justify-content: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flow__cp__in {
    display: block;
    margin-top: 18px;
  }
}
.flow__cp ul {
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .flow__cp ul {
    margin-top: 8px;
  }
}
.flow__cp ul li {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__cp ul li {
    font-size: 15px;
  }
}
.flow__cp ul li::before {
  content: "●";
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  width: 15px;
  color: #3aae36;
}
@media screen and (max-width: 768px) {
  .flow__cp ul li::before {
    width: 8px;
    height: 8px;
  }
}
.flow__cp ul li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .flow__cp ul li:not(:first-child) {
    margin-top: 8px;
  }
}
.flow__wrap {
  border-radius: 20px;
}
.flow__block {
  background: #f2f2f2;
  padding-bottom: 120px;
}
.flow__block:first-child {
  border-top-right-radius: 70px;
  border-top-left-radius: 70px;
}
@media screen and (max-width: 768px) {
  .flow__block:first-child {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}
.flow__block:last-child {
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
}
@media screen and (max-width: 768px) {
  .flow__block:last-child {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
.flow__block__in {
  max-width: 771px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .flow__block__in {
    max-width: 100%;
  }
}
.flow__block__cont {
  max-width: 717px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .flow__block__cont {
    display: block;
    max-width: 100%;
  }
}
.flow__block__ttl {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.flow__block__ttl::after {
  position: absolute;
  content: "";
  display: block;
  background-image: linear-gradient(90deg, #85c48d 0%, #2bb6c7 100%);
  height: 4px;
  bottom: -15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow__block__ttl {
    font-size: 21px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .flow__block--01 .flow__block {
    padding-bottom: 100px;
  }
}
.flow__block--01 .flow__block__ttl {
  position: relative;
  z-index: 1;
}
.flow__block--01 .flow__block__ttl::before {
  position: absolute;
  content: "";
  background: url(../images/bg-flow_01.png) no-repeat center center/contain;
  width: 220px;
  height: 141px;
  left: -75px;
  bottom: -53px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .flow__block--01 .flow__block__ttl::before {
    width: 170px;
    height: 91px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 120%;
  }
}
@media screen and (max-width: 360px) {
  .flow__block--01 .flow__block__ttl::before {
    width: 174px;
    height: 95px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130px;
  }
}
.flow__block--01 .flow__block__cont {
  padding-bottom: 102px;
  position: relative;
  align-items: flex-end;
}
.flow__block--01 .flow__block__cont::after {
  content: "";
  position: absolute;
  background: url(../images/bg-flow_arrow.png) no-repeat center center/contain;
  width: 299px;
  height: 95px;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .flow__block--01 .flow__block__cont::after {
    bottom: 15px;
    width: 279px;
    height: 75px;
  }
}
.flow__block--01 .flow__block__cont__half {
  position: relative;
  z-index: 1;
}
.flow__block--01 .flow__block__cont__half:first-child {
  margin-right: 49px;
}
@media screen and (max-width: 768px) {
  .flow__block--01 .flow__block__cont__half:first-child {
    margin-right: 0;
  }
}
.flow__block--01 .flow__block__cont__half img {
  max-width: 322px;
}
@media screen and (max-width: 768px) {
  .flow__block--01 .flow__block__cont__half img {
    max-width: 250px;
    display: block;
    margin: 30px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .flow__block--01 .flow__block__bottom {
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .flow__block--02 {
    padding-bottom: 100px;
  }
}
.flow__block--02 .flow__block__ttl {
  position: relative;
  z-index: 1;
}
.flow__block--02 .flow__block__ttl::before {
  position: absolute;
  content: "";
  background: url(../images/bg-flow_02.png) no-repeat center center/contain;
  width: 260px;
  height: 145px;
  left: -105px;
  bottom: -55px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .flow__block--02 .flow__block__ttl::before {
    width: 210px;
    height: 95px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 120%;
  }
}
@media screen and (max-width: 320px) {
  .flow__block--02 .flow__block__ttl::before {
    bottom: 100px;
  }
}
.flow__block--02 .flow__block__cont {
  margin-top: 21px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  align-items: center;
}
.flow__block--02 .flow__block__cont::after {
  content: "";
  position: absolute;
  background: url(../images/bg-flow_arrow.png) no-repeat center center/contain;
  width: 299px;
  height: 95px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .flow__block--02 .flow__block__cont::after {
    bottom: -65px;
    width: 279px;
    height: 75px;
  }
}
.flow__block--02 .flow__block__cont__half:first-child {
  margin-right: 200px;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .flow__block--02 .flow__block__cont__half:first-child {
    margin-right: 0;
  }
}
.flow__block--02 .flow__block__cont__half img {
  max-width: 165px;
  display: block;
  margin-top: 15px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .flow__block--02 .flow__block__cont__half img {
    max-width: 150px;
    margin: 30px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .flow__block--02 .flow__block__bottom {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .flow__block--03 {
    padding-bottom: 50px;
  }
}
.flow__block--03 .flow__block__ttl {
  position: relative;
  z-index: 1;
}
.flow__block--03 .flow__block__ttl::before {
  position: absolute;
  content: "";
  background: url(../images/bg-flow_03.png) no-repeat center center/contain;
  width: 263px;
  height: 146px;
  left: -105px;
  bottom: -10px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .flow__block--03 .flow__block__ttl::before {
    width: 213px;
    height: 96px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 115%;
  }
}
@media screen and (max-width: 768px) {
  .flow__block--03 .flow__block__ttl {
    text-align: left;
  }
}
.flow__block--03 .flow__block__cont {
  margin-top: 10px;
  padding-bottom: 102px;
  position: relative;
}
.flow__block--03 .flow__block__cont::after {
  content: "";
  position: absolute;
  background: url(../images/bg-flow_arrow.png) no-repeat center center/contain;
  width: 299px;
  height: 95px;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .flow__block--03 .flow__block__cont::after {
    width: 279px;
    height: 75px;
    bottom: 18px;
  }
}
.flow__block--03 .flow__block__cont__half img {
  position: absolute;
  max-width: 194px;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .flow__block--03 .flow__block__cont__half img {
    position: inherit;
    margin: 0 auto;
    display: block;
    margin: 30px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .flow__block--03 .flow__block__bottom {
    margin-top: -14px;
  }
}
.flow__block__lead {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.008em;
  background: #fff;
  color: #3aae36;
  padding: 18px 0;
  border: 2px solid #3aae36;
  border-radius: 10px;
  width: 425px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -20px);
  border: 2px solid #3aae36;
}
@media screen and (max-width: 768px) {
  .flow__block__lead {
    width: 85%;
    font-size: 13px;
    padding: 10px 0;
  }
}
.flow__block__lead::after, .flow__block__lead::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.flow__block__lead::before {
  border-color: rgba(58, 174, 54, 0);
  border-top-color: #3aae36;
  border-width: 18px;
  margin-left: -18px;
}
@media screen and (max-width: 768px) {
  .flow__block__lead::before {
    border-width: 12px;
    margin-left: -12px;
  }
}
.flow__block__lead::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .flow__block__lead::after {
    border-width: 9px;
    margin-left: -9px;
  }
}
.flow__block__heading {
  position: relative;
  padding-top: 72px;
}
@media screen and (max-width: 768px) {
  .flow__block__heading {
    padding-top: 150px;
  }
}
.flow__block__list:first-child {
  margin-top: 50px;
}
.flow__block__list:not(:first-child) {
  margin-top: 26px;
}
.flow__block__list__heading {
  width: 166px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  padding: 4px 0;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #333;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .flow__block__list__heading {
    font-size: 18px;
  }
}
.flow__block__list ul {
  margin-top: 10px;
}
.flow__block__list ul li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .flow__block__list ul li {
    font-size: 16px;
  }
}
.flow__block__list ul li:not(:first-child) {
  margin-top: 3px;
}
.flow__block__bottom ul li {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 1.1em;
}
@media screen and (max-width: 768px) {
  .flow__block__bottom ul li {
    font-size: 18px;
  }
}
.flow__block__bottom ul li::before {
  position: absolute;
  content: "";
  border-radius: 10px;
  top: 10px;
  height: 18px;
  width: 18px;
  background: linear-gradient(90deg, #85c48d 0%, #2bb6c7 100%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .flow__block__bottom ul li::before {
    height: 16px;
    width: 16px;
    top: 6px;
  }
}

.btn_tel_contact_pc {
  background: #333333;
  padding: 14px 0px;
}
@media screen and (max-width: 768px) {
  .btn_tel_contact_pc {
    display: none;
  }
}
.btn_tel_contact_pc .wrap {
  max-width: 854px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin: 0 auto;
}
.btn_tel_contact_pc .wrap li {
  width: 50%;
}
.btn_tel_contact_pc .wrap li:nth-child(1) a {
  border-right: 2px solid #fff;
}
.btn_tel_contact_pc .wrap li a {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0px;
}
.btn_tel_contact_pc .wrap li.tel a {
  pointer-events: none;
}
.btn_tel_contact_pc .wrap li.tel .txt {
  color: #fff;
  padding-left: 15px;
}
.btn_tel_contact_pc .wrap li.tel .txt h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.btn_tel_contact_pc .wrap li.tel .txt p {
  font-size: 43px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.btn_tel_contact_pc .wrap li.contact a {
  padding-left: 40px;
}
.btn_tel_contact_pc .wrap li.contact .txt {
  padding-left: 15px;
  color: #fff;
}
.btn_tel_contact_pc .wrap li.contact .txt h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.btn_tel_contact_pc .wrap li.contact .txt p {
  font-size: 31px;
  font-weight: 500;
}
.btn_tel_contact_sm {
  background: #333333;
  display: block;
  padding: 0px;
}
@media screen and (min-width: 769px) {
  .btn_tel_contact_sm {
    display: none;
  }
}
.btn_tel_contact_sm .wrap {
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_tel_contact_sm .wrap li {
  width: 100%;
}
.btn_tel_contact_sm .wrap li:nth-child(1) a {
  border-right: 2px solid #fff;
}
.btn_tel_contact_sm .wrap li a {
  color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0px;
  justify-content: center;
}
.btn_tel_contact_sm .wrap li a .icon {
  width: 20%;
}
.btn_tel_contact_sm .wrap li a .txt {
  width: 80%;
}
.btn_tel_contact_sm .wrap li.tel .inner {
  max-width: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 320px) {
  .btn_tel_contact_sm .wrap li.tel .inner {
    max-width: 130px;
  }
}
.btn_tel_contact_sm .wrap li.tel .block {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 320px) {
  .btn_tel_contact_sm .wrap li.tel .block {
    margin-bottom: 5px;
  }
}
.btn_tel_contact_sm .wrap li.tel .bottom {
  font-size: 19px;
  font-weight: 900;
}
@media screen and (max-width: 320px) {
  .btn_tel_contact_sm .wrap li.tel .bottom {
    font-size: 17px;
  }
}
.btn_tel_contact_sm .wrap li.tel a {
  pointer-events: all;
  margin-right: 5px;
}
@media screen and (max-width: 320px) {
  .btn_tel_contact_sm .wrap li.tel a {
    margin-right: 10px;
  }
}
.btn_tel_contact_sm .wrap li.tel .txt {
  color: #fff;
  padding-left: 7px;
}
.btn_tel_contact_sm .wrap li.tel .txt h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 13px;
  line-height: 1.2;
}
@media screen and (max-width: 320px) {
  .btn_tel_contact_sm .wrap li.tel .txt h3 {
    font-size: 12px;
  }
}
.btn_tel_contact_sm .wrap li.contact .inner {
  max-width: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 320px) {
  .btn_tel_contact_sm .wrap li.contact .inner {
    max-width: 130px;
  }
}
.btn_tel_contact_sm .wrap li.contact .block {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 320px) {
  .btn_tel_contact_sm .wrap li.contact .block {
    margin-bottom: 5px;
  }
}
.btn_tel_contact_sm .wrap li.contact .bottom {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 320px) {
  .btn_tel_contact_sm .wrap li.contact .bottom {
    font-size: 14px;
  }
}
.btn_tel_contact_sm .wrap li.contact a {
  margin-left: 5px;
}
.btn_tel_contact_sm .wrap li.contact .txt {
  padding-left: 7px;
  color: #fff;
}
.btn_tel_contact_sm .wrap li.contact .txt h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 320px) {
  .btn_tel_contact_sm .wrap li.contact .txt h3 {
    font-size: 13px;
  }
}

.form_area {
  padding: 150px 20px 90px;
}
@media screen and (max-width: 768px) {
  .form_area {
    padding: 50px 20px 60px;
  }
}
.form_area .ttl_area {
  text-align: center;
  padding: 52px 20px 123px 0px;
}
@media screen and (max-width: 768px) {
  .form_area .ttl_area {
    padding: 36px 20px 88px 0px;
  }
}
.form_area .form__ttl {
  text-align: center;
}
.form_area .txt {
  margin-top: 46px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .form_area .txt {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
.form_area .txt b {
  color: #ff0000;
}
.form_area .comp_ttl {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .form_area .comp_ttl {
    font-size: 18px;
    margin-top: 20px;
  }
}
.form_area .comp_txt {
  color: #333;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .form_area .comp_txt {
    font-size: 14px;
  }
}
.form_area .tbl_area {
  max-width: 700px;
  margin: 0 auto;
}
.form_area .tbl_area .error_txt {
  font-size: 15px;
  font-weight: 600;
  color: #ff0000;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .form_area .tbl_area .error_txt {
    font-size: 13px;
  }
}
.form_area .tbl_area table {
  width: 100%;
}
.form_area .tbl_area table th {
  width: 31%;
  text-align: left;
  padding-top: 15px;
  font-size: 17px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .form_area .tbl_area table th {
    width: 100%;
    font-size: 15px;
    display: block;
    padding-bottom: 15px;
  }
}
.form_area .tbl_area table th b {
  color: #ff0000;
}
.form_area .tbl_area table th.vtop {
  vertical-align: top;
}
.form_area .tbl_area table td {
  width: 69%;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .form_area .tbl_area table td {
    width: 100%;
    font-size: 15px;
    display: block;
    padding-bottom: 15px;
  }
}
.form_area .tbl_area table td input {
  width: 100%;
  border: 1px solid #333333;
  padding: 13px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form_area .tbl_area table td input {
    font-size: 14px;
  }
}
.form_area .tbl_area table td textarea {
  width: 100%;
  min-height: 132px;
  border: 1px solid #333333;
  padding: 13px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form_area .tbl_area table td textarea {
    font-size: 14px;
  }
}
.form_area .consent{
  display: flex;
}
@media screen and (max-width: 768px) {
  .form_area .consent{
    flex-direction: column;
  }
}
.form_area .consent .consent-txt{
  width: 31%;
  text-align: left;
  font-size: 17px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .form_area .consent .consent-txt{
    width: 100%;
    font-size: 15px;
    display: block;
    padding-bottom: 15px;
  } 
}
.form_area .consent .consent-txt a{
  color: #3aae36;
  text-decoration: underline;
}
.form_area .consent .consent-txt a:hover{
  text-decoration: none;
}
.form_area .consent div{
  width: 69%;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px){
  .form_area .consent div{
    width: 100%;
    font-size: 15px;
    display: block;
    padding-bottom: 15px;
  }  
}
.form_area .consent .consent-ckbox{
  appearance: auto;
  border: 1px solid #333;
  margin: 0 3px 3px 4px;
}
.form_area .form_btn {
  width: 78%;
  margin: 0 auto;
}

.form_area .form_btn label {
  pointer-events: all;
  letter-spacing: 0.1em;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  padding: 8px 10px 12px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  background: #3aae36;
  color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .form_area .form_btn label {
    margin-top: 20px;
    font-size: 16px;
    padding: 15px 10px 19px;
  }
}
.form_area .form_btn .submit_btn--inactive{
  pointer-events: none;
  background-color: gray;
}
.form_area .tbl_area .conf_tbl {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.form_area .tbl_area .conf_tbl th {
  font-size: 16px;
  font-weight: 500;
  padding: 25px;
  color: #fff;
  background: #4d4d4d;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .form_area .tbl_area .conf_tbl th {
    font-size: 14px;
    padding: 15px;
  }
}
.form_area .tbl_area .conf_tbl td {
  padding: 25px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: middle;
  background: #e6e6e6;
  color: #333;
}
@media screen and (max-width: 768px) {
  .form_area .tbl_area .conf_tbl td {
    font-size: 14px;
    padding: 15px;
  }
}
.form_area .conf_btnarea {
  width: 78%;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .form_area .conf_btnarea {
    padding-top: 20px;
  }
}
.form_area .conf_btnarea .submit_btn {
  letter-spacing: 0.1em;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  padding: 8px 10px 12px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  background: #3aae36;
  color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .form_area .conf_btnarea .submit_btn {
    margin-top: 20px;
    font-size: 16px;
    padding: 15px 10px 19px;
  }
}
.form_area .conf_btnarea .back_btn {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_area .conf_btnarea .back_btn {
    margin: 30px auto 0;
  }
}
.form_area .conf_btnarea .back_btn a {
  border-radius: 5px;
  color: #fff;
  padding: 5px 50px 9px;
  background: #bbb;
}
@media screen and (max-width: 768px) {
  .form_area .conf_btnarea .back_btn a {
    font-size: 14px;
  }
}
