@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: none;
  font: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: 0;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, img {
  border: none;
  outline: none;
}

img {
  vertical-align: middle;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

label, button {
  cursor: pointer;
}

sup {
  font-size: 54.5%;
  font-weight: normal;
  vertical-align: super;
  line-height: normal;
}

.pre {
  position: relative;
  overflow: auto;
  white-space: pre-wrap;
  white-space: -pre-wrap;
  white-space: -webkit-pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

.nobr {
  white-space: nowrap;
}

a:hover,
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, input[type=image]:hover,
button:hover, .button:hover {
  opacity: 0.8;
}

a:active,
input[type=submit]:active, input[type=reset]:active, input[type=button]:active, input[type=image]:active,
button:active, .button:active {
  opacity: 0.5;
}

.iphone a:hover,
.iphone input[type=submit]:hover,
.iphone input[type=reset]:hover,
.iphone input[type=button]:hover,
.iphone input[type=image]:hover,
.iphone button:hover,
.iphone .button:hover,
.iphone a:active,
.iphone input[type=submit]:active,
.iphone input[type=reset]:active,
.iphone input[type=button]:active,
.iphone input[type=image]:active,
.iphone button:active,
.iphone .button:active, .ipad a:hover,
.ipad input[type=submit]:hover,
.ipad input[type=reset]:hover,
.ipad input[type=button]:hover,
.ipad input[type=image]:hover,
.ipad button:hover,
.ipad .button:hover,
.ipad a:active,
.ipad input[type=submit]:active,
.ipad input[type=reset]:active,
.ipad input[type=button]:active,
.ipad input[type=image]:active,
.ipad button:active,
.ipad .button:active, .ipod a:hover,
.ipod input[type=submit]:hover,
.ipod input[type=reset]:hover,
.ipod input[type=button]:hover,
.ipod input[type=image]:hover,
.ipod button:hover,
.ipod .button:hover,
.ipod a:active,
.ipod input[type=submit]:active,
.ipod input[type=reset]:active,
.ipod input[type=button]:active,
.ipod input[type=image]:active,
.ipod button:active,
.ipod .button:active, .android a:hover,
.android input[type=submit]:hover,
.android input[type=reset]:hover,
.android input[type=button]:hover,
.android input[type=image]:hover,
.android button:hover,
.android .button:hover,
.android a:active,
.android input[type=submit]:active,
.android input[type=reset]:active,
.android input[type=button]:active,
.android input[type=image]:active,
.android button:active,
.android .button:active {
  opacity: 1 !important;
}

a {
  text-decoration: none;
  -webkit-transition: 0.16s ease-in-out;
  transition: 0.16s ease-in-out;
}
a:link, a:active {
  color: #333;
}
a:hover {
  color: #77DDD1;
  opacity: 0.8;
}
a:visited {
  color: #333;
}

b, .b {
  font-weight: normal;
}

strong, .strong {
  font-weight: bold;
}

em {
  font-weight: normal;
}

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

small, .small {
  font-size: 85.75%;
}

p, .p, li, dt, dd, th, td {
  font-size: 100%;
  line-height: 170%;
  line-break: strict;
}
@media only screen and (max-width: 767px) {
  p, .p, li, dt, dd, th, td {
    line-height: 180%;
  }
}

ol, ul, li {
  list-style: none;
}

ul li p,
ol li p {
  font-size: 100%;
}

table, .table {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  empty-cells: show;
}

th, td,
.th, .td {
  padding: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
th.align-r, td.align-r,
.th.align-r, .td.align-r {
  text-align: right;
}
th.valign-m, td.valign-m,
.th.valign-m, .td.valign-m {
  vertical-align: middle;
}

.table {
  display: table;
}

.tr {
  display: table-row;
}

.th, .td {
  display: table-cell;
}

/* html, body { height: 100%; } */
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
img.border {
  border: solid 1px #e3e5ed;
}

.display-large {
  display: block;
}

.display-middle {
  display: none;
}

.display-small {
  display: none;
}

/*
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.display-large  { display: none; }
	.display-middle { display: block; }
	.display-small  { display: none; }
}
*/
@media only screen and (max-width: 767px) {
  .display-large {
    display: none;
  }
  .display-middle {
    display: none;
  }
  .display-small {
    display: block;
  }
}
p.notes,
span.notes {
  text-indent: -1em !important;
  margin-left: 1em !important;
  overflow: visible;
}

span.notes {
  display: block;
}

ol.decimal {
  list-style-type: decimal;
}
ol.decimal > li {
  list-style-type: decimal;
  margin-left: 25px;
  overflow: visible;
}
ol.decimal > li + li {
  margin-top: 8px;
}
ol.term {
  list-style: none;
  counter-reset: section;
}
ol.term > li {
  padding-left: 3.5em;
  position: relative;
  overflow: visible;
}
ol.term > li::before {
  counter-increment: section;
  content: "第" counter(section) "項";
  position: absolute;
  left: 0;
}
ol.term > li + li {
  margin-top: 8px;
}

ul {
  list-style: none;
}
ul.dot li {
  padding-left: 25px;
  position: relative;
  overflow: visible;
}
ul.dot li:before {
  content: "";
  background-color: #7f9098;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 2px;
}
ul.dot li + li {
  margin-top: 0.425em;
}
ul.dot li p + ul.dot,
ul.dot li p + ol.decimal {
  margin-top: 0.625em;
}

p + ol,
p + ul {
  margin-top: 1em;
}

body {
  background-color: #F8F7F5;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  opacity: 1;
}

html > img {
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: -1;
}

h1,
h2,
h3,
.font-title {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  opacity: 1;
}

h2.title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #0D5F76;
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 1023px) {
  h2.title {
    font-size: max( 3.90625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  h2.title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 375px) {
  h2.title {
    font-size: max( 8.5333333333vw, 12px );
    font-size: max( 8.5333333333dvw, 12px );
  }
}

strong {
  font-style: normal;
  font-weight: 700;
  color: #FF8800;
}

.strong {
  font-style: normal;
  font-weight: 700;
}

.footer {
  border-top: 1px solid #D6D6D6;
  width: 100%;
}
.footer--header {
  padding: 24px 24px 32px;
}
.footer h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #0D5F76;
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 1023px) {
  .footer h2 {
    font-size: max( 3.125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .footer h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .footer h2 {
    font-size: max( 6.4vw, 12px );
  }
}
.footer--address {
  margin-top: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .footer--address {
    font-size: max( 1.953125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .footer--address {
    margin-top: 16px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .footer--address {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.footer--service {
  margin: 26px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer--service {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    margin-top: 24px;
    max-width: 280px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer--service li {
  border-left: solid 1px #333;
  padding: 0 12px 2px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 1023px) {
  .footer--service li {
    font-size: max( 1.5625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .footer--service li {
    border-left: none;
    padding: 12px;
    width: 100%;
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .footer--service li {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.footer--service li + li {
  border-left: dashed 1px #333;
}
@media only screen and (max-width: 767px) {
  .footer--service li + li {
    border-top: dashed 1px #333;
    border-left: none;
  }
}
.footer--service li:last-child {
  border-right: solid 1px #333;
}
@media only screen and (max-width: 767px) {
  .footer--service li:last-child {
    border-right: none;
  }
}
.footer--bottom {
  background: #333;
  padding: 16px 24px;
}
.footer--privacy {
  text-align: center;
}
.footer--privacy a {
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 162px;
  height: 25px;
  background: #fff;
  border-radius: 100px;
  color: #333;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  position: relative;
  overflow: visible;
}
.footer--copyright {
  margin-top: 12px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  color: #fff;
  position: relative;
  overflow: visible;
}

.cv {
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  padding: 40px 24px;
}
@media only screen and (max-width: 767px) {
  .cv {
    padding: 48px 24px;
  }
}
.cv--wrap {
  margin: 0 auto;
  max-width: 816px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .cv--wrap {
    display: block;
  }
}
.cv--section {
  max-width: 400px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cv--section {
    margin: 0 auto;
    position: relative;
    overflow: visible;
  }
  .cv--section + .cv--section {
    margin-top: 64px;
  }
  .cv--section + .cv--section::before {
    content: "";
    background: url(../image/cv_line_sp.min.png) no-repeat center center;
    background-size: auto 4px;
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    top: -32px;
  }
}
.cv h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 1023px) {
  .cv h2 {
    font-size: max( 2.34375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .cv h2 {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.cv .h2-notes {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cv .h2-notes {
    margin-top: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .cv .h2-notes {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.cv--button,
.cv a.cv--button {
  background: #FF8800;
  border-radius: 100px;
  margin-top: 16px;
  padding: 8px 8px 12px;
  width: 100%;
  min-height: 68px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: visible;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .cv--button,
  .cv a.cv--button {
    font-size: max( 2.34375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv--button,
  .cv a.cv--button {
    font-size: 22px;
  }
}
@media only screen and (max-width: 375px) {
  .cv--button,
  .cv a.cv--button {
    font-size: max( 5.8666666667vw, 12px );
  }
}
.cv--button::before,
.cv a.cv--button::before {
  content: "";
  background: url(../image/icon_cv-arrow.min.png) no-repeat center center;
  background-size: contain;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.cv--button--small {
  margin: 2px auto 0;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 1023px) {
  .cv--button--small {
    font-size: max( 1.46484375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv--button--small {
    display: none;
  }
}
.cv--button--tel-num {
  display: block;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .cv--button--tel-num {
    font-size: 28px;
  }
}
@media only screen and (max-width: 375px) {
  .cv--button--tel-num {
    font-size: max( 7.4666666667vw, 12px );
  }
}
.cv--button--tel-num::before {
  content: "";
  background: url(../image/icon_tel.min.png) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  left: -44px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 767px) {
  .cv--button--tel-num::before {
    margin-top: 2px;
    left: -36px;
  }
}

.cv2 {
  border-top: solid 1px #D6D6D6;
  background: #fff;
  padding: 40px 24px;
}
.cv2 h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0.02em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .cv2 h2 {
    font-size: max( 3.125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv2 h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 375px) {
  .cv2 h2 {
    font-size: max( 7.4666666667vw, 12px );
  }
}
.cv2 h2 span {
  font-size: 40px;
  line-height: normal;
  color: #FF8800;
}
@media only screen and (max-width: 1023px) {
  .cv2 h2 span {
    font-size: max( 3.90625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv2 h2 span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 375px) {
  .cv2 h2 span {
    font-size: max( 8.5333333333vw, 12px );
  }
}
.cv2 h2 span:nth-child(1) {
  color: #00A556;
}
.cv2 h2 span:nth-child(2) {
  color: #FF8800;
}
.cv2 h2 br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cv2 h2 br {
    display: block;
  }
}
.cv2--main {
  margin: 40px auto 0;
  max-width: 840px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .cv2--main {
    margin-top: 32px;
    display: block;
  }
}
.cv2--section {
  width: calc((100% - 24px) / 2);
}
@media only screen and (max-width: 767px) {
  .cv2--section {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cv2--section + .cv2--section {
    margin-top: 64px;
  }
}
.cv2--section + .cv2--section::before {
  content: "";
  background: url(../image/cv2_line_sp.min.png) no-repeat center center;
  background-size: auto 4px;
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
  height: 4px;
  display: block;
  position: relative;
  top: -28px;
}
.cv2--catchphrase {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}
@media only screen and (max-width: 1023px) {
  .cv2--catchphrase {
    font-size: max( 1.953125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv2--catchphrase {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .cv2--catchphrase {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.cv2--catchphrase-strong {
  margin: 6px 0 0;
  padding: 0 25px;
  position: relative;
  overflow: hidden;
}
.cv2--catchphrase-strong span {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.04em;
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .cv2--catchphrase-strong span {
    font-size: max( 3.125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv2--catchphrase-strong span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 375px) {
  .cv2--catchphrase-strong span {
    font-size: max( 8.5333333333vw, 12px );
  }
}
.cv2--catchphrase-strong::before {
  content: "";
  font-size: 32px;
  background: #F9E95A;
  width: 5.8em;
  height: 7px;
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 2px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .cv2--catchphrase-strong::before {
    font-size: max( 3.125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv2--catchphrase-strong::before {
    font-size: 32px;
  }
}
@media only screen and (max-width: 375px) {
  .cv2--catchphrase-strong::before {
    font-size: max( 8.5333333333vw, 12px );
  }
}
.cv2--button-assessment {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  .cv2--button-assessment {
    margin-top: 16px;
  }
}
.cv2--button-assessment a {
  background: #FF8800 url(../image/icon_cv-arrow.min.png) no-repeat bottom 12px right 12px;
  background-size: 28px 28px;
  border-radius: 8px;
  padding: 30px 10px;
  min-height: 180px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .cv2--button-assessment a {
    padding: 28px 24px;
    min-height: unset;
  }
}
.cv2--button-assessment--catchphrase {
  margin: 0 auto;
  background: #fff;
  border-radius: 100px;
  max-width: 334px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  color: #FF8800;
}
@media only screen and (max-width: 1023px) {
  .cv2--button-assessment--catchphrase {
    font-size: max( 2.34375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv2--button-assessment--catchphrase {
    padding: 8px 24px;
    min-height: 40px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .cv2--button-assessment--catchphrase {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.cv2--button-assessment--title {
  margin-top: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: normal;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .cv2--button-assessment--title {
    font-size: max( 4.296875vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv2--button-assessment--title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .cv2--button-assessment--title {
    font-size: max( 6.4vw, 12px );
  }
}
.cv2--button-tel {
  margin-top: 10px;
}
.cv2--button-tel a {
  background: #fff;
  border: 3px solid #FF8800;
  border-radius: 8px;
  padding: 52px 10px 10px;
  min-height: 180px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .cv2--button-tel a {
    padding: 20px 20px 12px;
    min-height: unset;
  }
}
.cv2--button-tel--num {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: normal;
  color: #FF8800;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 1023px) {
  .cv2--button-tel--num {
    font-size: max( 4.296875vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv2--button-tel--num {
    font-size: 28px;
  }
}
@media only screen and (max-width: 375px) {
  .cv2--button-tel--num {
    font-size: max( 7.4666666667vw, 12px );
  }
}
.cv2--button-tel--num::before {
  content: "";
  background: url(../image/icon_circle-tel.min.png) no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
}
.cv2--button-tel--notes {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #FF8800;
}
@media only screen and (max-width: 1023px) {
  .cv2--button-tel--notes {
    font-size: max( 2.1484375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv2--button-tel--notes {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .cv2--button-tel--notes {
    font-size: max( 4.8vw, 12px );
  }
}
.cv2--button-tel--notes-small {
  margin-top: -0.3em;
  font-size: 16px;
  line-height: 140%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .cv2--button-tel--notes-small {
    font-size: max( 1.5625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv2--button-tel--notes-small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  .cv2--button-tel--notes-small {
    font-size: max( 3.7333333333vw, 12px );
  }
}

.cv3 {
  border-top: solid 1px #D6D6D6;
  padding: 56px 24px;
}
@media only screen and (max-width: 767px) {
  .cv3 {
    padding: 32px 24px;
  }
}
.cv3--read {
  margin-top: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
}
@media only screen and (max-width: 1023px) {
  .cv3--read {
    font-size: max( 2.34375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv3--read {
    margin-top: 24px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .cv3--read {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.cv3--read br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cv3--read br {
    display: block;
  }
}
.cv3--free-assessment {
  margin: 24px auto 0;
  background: #FFFFFF;
  border: 3px solid #00A556;
  -webkit-box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.16);
          box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.16);
  border-radius: 8px;
  padding: 37px;
  max-width: 840px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cv3--free-assessment {
    padding: 32px 24px;
  }
}
.cv3--free-assessment h3 {
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0.07em;
  color: #FF8800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 9px;
}
@media only screen and (max-width: 1023px) {
  .cv3--free-assessment h3 {
    font-size: max( 3.125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv3--free-assessment h3 {
    font-size: 20px;
    gap: 4px;
  }
}
@media only screen and (max-width: 375px) {
  .cv3--free-assessment h3 {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.cv3--free-assessment h3::before, .cv3--free-assessment h3::after {
  content: "";
  background: url(../image/mkr_h_left.min.png) no-repeat center;
  background-size: cover;
  width: 13px;
  height: 22px;
  display: block;
  position: relative;
  top: 0.11em;
}
@media only screen and (max-width: 767px) {
  .cv3--free-assessment h3::before, .cv3--free-assessment h3::after {
    width: 11px;
    height: 19px;
    top: 0.09em;
  }
}
.cv3--free-assessment h3::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.cv3--free-assessment p {
  margin-top: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 1023px) {
  .cv3--free-assessment p {
    font-size: max( 3.125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv3--free-assessment p {
    margin-top: 8px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .cv3--free-assessment p {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.cv3--free-assessment ul {
  margin: 24px auto 0;
  max-width: 606px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .cv3--free-assessment ul {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cv3--free-assessment li {
  width: calc((100% - 16px) / 2);
}
@media only screen and (max-width: 767px) {
  .cv3--free-assessment li {
    width: 100%;
  }
}
.cv3--free-assessment a, .cv3--free-assessment span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 48px;
  background: #FF8800;
  border-radius: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .cv3--free-assessment a, .cv3--free-assessment span {
    font-size: max( 2.1484375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv3--free-assessment a, .cv3--free-assessment span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 375px) {
  .cv3--free-assessment a, .cv3--free-assessment span {
    font-size: max( 5.8666666667vw, 12px );
  }
}
.cv3--tel--title {
  margin-top: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #00A556;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .cv3--tel--title {
    font-size: max( 1.953125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv3--tel--title {
    margin-top: 24px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .cv3--tel--title {
    font-size: max( 4.8vw, 12px );
  }
}
.cv3--tel--title::before, .cv3--tel--title::after {
  content: "";
  border-top: 2px solid #00A556;
  width: 15px;
  height: 0;
  display: block;
}
.cv3--tel--num {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 1023px) {
  .cv3--tel--num {
    font-size: max( 4.6875vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv3--tel--num {
    font-size: 40px;
  }
}
@media only screen and (max-width: 375px) {
  .cv3--tel--num {
    font-size: max( 10.6666666667vw, 12px );
  }
}
.cv3--tel--notes {
  margin-top: -6px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}
@media only screen and (max-width: 1023px) {
  .cv3--tel--notes {
    font-size: max( 1.7578125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .cv3--tel--notes {
    font-size: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .cv3--tel--notes {
    font-size: max( 4vw, 12px );
  }
}

.first-visual {
  background-color: #fff;
  background-image: url(../image/first-visual_bg_top.min.png), url(../image/first-visual_bg_bottom.min.png);
  background-repeat: no-repeat;
  background-position: center 0, center 100%;
  background-size: 100% auto;
  padding: 58px 24px 109px;
}
@media only screen and (max-width: 767px) {
  .first-visual {
    background-image: url(../image/first-visual_bg_top_sp.min.png), url(../image/first-visual_bg_bottom_sp.min.png);
    padding: 48px 24px 97px;
  }
}
.first-visual--wrap {
  margin: 0 auto;
}
.first-visual h1 {
  margin: 0 auto;
  max-width: 417px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .first-visual h1 {
    max-width: 313px;
  }
}
.first-visual h2 {
  margin-top: 35px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #FF8800;
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 1023px) {
  .first-visual h2 {
    font-size: max( 3.90625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .first-visual h2 {
    margin-top: 83px;
    font-size: 28px;
    -webkit-box-align: last baseline;
        -ms-flex-align: last baseline;
            align-items: last baseline;
    gap: 7px;
  }
}
@media only screen and (max-width: 375px) {
  .first-visual h2 {
    font-size: max( 7.4666666667vw, 12px );
  }
}
.first-visual h2::before, .first-visual h2::after {
  content: "";
  background: url(../image/mkr_h_left.min.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 42px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .first-visual h2::before, .first-visual h2::after {
    width: 12px;
    height: 21px;
  }
}
.first-visual h2::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.first-visual--read {
  margin-top: 13px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #00A556;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 1023px) {
  .first-visual--read {
    font-size: max( 2.34375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .first-visual--read {
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .first-visual--read {
    font-size: max( 6.4vw, 12px );
  }
}
.first-visual--info {
  margin-top: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 149%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #333;
}
@media only screen and (max-width: 1023px) {
  .first-visual--info {
    font-size: max( 1.953125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .first-visual--info {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .first-visual--info {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.first-visual--tel {
  margin: 13px auto 0;
  width: 334px;
  color: #00A556;
  display: block;
}
@media only screen and (max-width: 767px) {
  .first-visual--tel {
    width: 240px;
  }
}
.first-visual--tel span {
  line-height: 100%;
  text-align: center;
  display: block;
  position: relative;
  overflow: visible;
}
.first-visual--tel--title {
  border-style: solid none;
  border-width: 1px;
  border-color: #00A556;
  padding: 6px 8px 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (max-width: 1023px) {
  .first-visual--tel--title {
    font-size: max( 2.34375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .first-visual--tel--title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .first-visual--tel--title {
    font-size: max( 4.8vw, 12px );
  }
}
.first-visual--tel--num {
  margin: 8px 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
}
@media only screen and (max-width: 1023px) {
  .first-visual--tel--num {
    font-size: max( 4.6875vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .first-visual--tel--num {
    font-size: 32px;
  }
}
@media only screen and (max-width: 375px) {
  .first-visual--tel--num {
    font-size: max( 8.5333333333vw, 12px );
  }
}
.first-visual--tel--num a {
  color: #00A556;
}
.first-visual--tel--notes {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  .first-visual--tel--notes {
    font-size: max( 1.953125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .first-visual--tel--notes {
    font-size: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .first-visual--tel--notes {
    font-size: max( 4vw, 12px );
  }
}
.first-visual--goform {
  background: #fff;
  margin: 14px auto 0;
  padding: 23px 0 0;
  max-width: 560px;
  width: 100%;
  border: solid 3px #00A556;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .first-visual--goform {
    padding-top: 30px;
  }
}
.first-visual--goform h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.06em;
  color: #00A556;
}
@media only screen and (max-width: 1023px) {
  .first-visual--goform h3 {
    font-size: max( 3.41796875vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .first-visual--goform h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 375px) {
  .first-visual--goform h3 {
    font-size: max( 9.3333333333vw, 12px );
  }
}
.first-visual--goform h3 span {
  padding: 0 0 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #F9E95A));
  background: linear-gradient(transparent 80%, #F9E95A 20%);
  display: inline-block;
}
.first-visual--goform--visual {
  margin: 10px auto 0;
  max-width: 225px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .first-visual--goform--visual {
    margin-top: -5px;
    font-size: 35px;
  }
}
.first-visual--goform--question {
  margin-top: 15px;
  border-radius: 0 0 8px 8px;
  background: #FFFDEC;
  padding: 0 34px 34px;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .first-visual--goform--question {
    margin-top: 25px;
    padding: 0 24px 24px;
  }
}
.first-visual--goform--question::before {
  content: "";
  background: url(../image/first-visual_question-line.min.png) no-repeat center center;
  background-size: auto 5px;
  width: 100%;
  height: 5px;
  display: block;
  margin-top: -5px;
}
.first-visual--goform--question p {
  margin-top: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #00A556;
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 1023px) {
  .first-visual--goform--question p {
    margin-top: 20px;
    font-size: max( 2.1484375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .first-visual--goform--question p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 375px) {
  .first-visual--goform--question p {
    font-size: max( 5.8666666667vw, 12px );
  }
}
.first-visual--goform--question p br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .first-visual--goform--question p br {
    display: block;
  }
}
.first-visual--goform--question ul {
  margin-top: 23px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .first-visual--goform--question ul {
    font-size: 14px;
    gap: 9px;
  }
}
.first-visual--goform--question li {
  max-width: 180px;
  width: calc((100% - 20px) / 2);
  display: block;
}
.first-visual--goform--question li > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 100%;
  height: 48px;
  background: #FF8800;
  border-radius: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .first-visual--goform--question li > * {
    font-size: max( 2.1484375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .first-visual--goform--question li > * {
    font-size: 22px;
  }
}
@media only screen and (max-width: 375px) {
  .first-visual--goform--question li > * {
    font-size: max( 5.8666666667vw, 12px );
  }
}

.about--main {
  padding: 46px 24px 81px;
}
@media only screen and (max-width: 767px) {
  .about--main {
    padding-bottom: 26px;
  }
}
@media only screen and (max-width: 390px) {
  .about h2.title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .about h2.title {
    font-size: max( 8vw, 12px );
    font-size: max( 8dvw, 12px );
  }
}
.about h2.title br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .about h2.title br {
    display: block;
  }
}
.about--read {
  margin-top: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 160%;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .about--read {
    font-size: max( 3.125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .about--read {
    margin-top: 12px;
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 390px) {
  .about--read {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .about--read {
    font-size: max( 4.8vw, 12px );
  }
}
.about ul.about--point {
  border: 2px solid #00A556;
  border-radius: 8px;
  margin: 9px auto 0;
  padding: 32px;
  max-width: 840px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about ul.about--point {
    margin-top: 12px;
    padding: 24px;
  }
}
.about ul.about--point li {
  padding-left: 48px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  text-align: left;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 1023px) {
  .about ul.about--point li {
    padding-left: max( 4.6875vw, 12px );
    font-size: max( 2.34375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .about ul.about--point li {
    padding-left: 28px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .about ul.about--point li {
    padding-left: max( 7.4666666667vw, 12px );
    font-size: max( 4.8vw, 12px );
  }
}
.about ul.about--point li:before {
  content: "";
  background: url(../image/icon_checkcircle.min.svg) no-repeat center center;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  .about ul.about--point li:before {
    width: max( 3.90625vw, 12px );
    height: max( 3.90625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .about ul.about--point li:before {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    top: 2px;
  }
}
@media only screen and (max-width: 375px) {
  .about ul.about--point li:before {
    background-size: max( 6.4vw, 12px ) max( 6.4vw, 12px );
    width: max( 6.4vw, 12px );
    height: max( 6.4vw, 12px );
  }
}
.about ul.about--point li + li {
  border-top: 1px dashed #333;
  margin: 12px 0 0;
  padding-top: 12px;
}
.about ul.about--point li + li:before {
  top: 12px;
}
@media only screen and (max-width: 767px) {
  .about ul.about--point li + li:before {
    top: 14px;
  }
}
.about ul.about--point .strong {
  color: #0D5F76;
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.about ul.about--point em {
  font-style: normal;
  font-weight: 700;
  color: #E93800;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  text-fill-color: unset;
}
.about p.about--point {
  margin-top: 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .about p.about--point {
    font-size: max( 2.34375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .about p.about--point {
    margin-top: 12px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .about p.about--point {
    font-size: max( 4.8vw, 12px );
  }
}
.about--comment {
  background: #00A556;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .about--comment {
    padding: 25px 0;
  }
}
.about--comment--wrap {
  margin: 0 auto;
  padding: 32px 0 27px 188px;
  max-width: 840px;
  width: 100%;
  text-align: left;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .about--comment--wrap {
    padding: 0 20px 0 130px;
  }
}
.about--comment img {
  width: 188px;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .about--comment img {
    width: 140px;
    bottom: -25px;
  }
}
.about--comment p {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .about--comment p {
    font-size: max( 3.125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .about--comment p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .about--comment p {
    font-size: max( 4.8vw, 12px );
  }
}

.point {
  padding: 56px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .point {
    padding: 32px 0;
  }
}
.point::after {
  content: "";
  background: url(../image/point_line.min.png) no-repeat center center;
  background-size: auto 4px;
  margin: 56px auto 0;
  max-width: 840px;
  width: 100%;
  height: 4px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .point::after {
    background-image: url(../image/point_line_sp.min.png);
  }
}
.point h2.title br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .point h2.title br {
    display: block;
  }
}
.point--list {
  margin: 48px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 60px;
}
@media only screen and (max-width: 767px) {
  .point--list {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
}
.point--section {
  width: calc((100% - 80px) / 2);
  text-align: right;
  padding-right: 87px;
}
@media only screen and (max-width: 767px) {
  .point--section {
    width: 100%;
    padding-right: 101px;
  }
}
.point--section:nth-child(even) {
  padding-left: 87px;
  padding-right: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .point--section:nth-child(even) {
    padding-left: 101px;
    padding-right: 0;
  }
}
.point--section--main {
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  border-radius: 0px 0px 24px 0px;
  padding: 20px 63px 20px 24px;
  min-height: 165px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .point--section--main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}
.point--section:nth-child(even) .point--section--main {
  border-radius: 0px 0px 0 24px;
  padding: 20px 24px 20px 63px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.point--section--visual {
  border: 2px solid #00A556;
  border-radius: 100px;
  width: 130px;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  right: -87px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.point--section:nth-child(even) .point--section--visual {
  left: -87px;
  right: auto;
}
.point--section h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  vertical-align: center;
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
}
@media only screen and (max-width: 1023px) {
  .point--section h3 {
    font-size: max( 1.7578125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .point--section h3 {
    font-size: 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 375px) {
  .point--section h3 {
    font-size: max( 4.8vw, 12px );
  }
}
.point--section:nth-child(even) h3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.point--section--h3-num {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.04em;
  display: inline-block;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 1023px) {
  .point--section--h3-num {
    font-size: max( 2.34375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .point--section--h3-num {
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .point--section--h3-num {
    font-size: max( 6.4vw, 12px );
  }
}
.point--section p {
  margin-top: 6px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.03em;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .point--section p {
    font-size: max( 1.953125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .point--section p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 375px) {
  .point--section p {
    font-size: max( 5.8666666667vw, 12px );
  }
}
.point--section p br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .point--section p br {
    display: block;
  }
}
.point--section--strong {
  font-style: normal;
  font-weight: 500;
  font-size: 29px;
  line-height: normal;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 1023px) {
  .point--section--strong {
    font-size: max( 2.83203125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .point--section--strong {
    font-size: 29px;
  }
}
@media only screen and (max-width: 375px) {
  .point--section--strong {
    font-size: max( 7.7333333333vw, 12px );
  }
}
.point--section p.point--section--comment {
  margin: 12px 0 0 auto;
  max-width: 380px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #333;
}
@media only screen and (max-width: 1023px) {
  .point--section p.point--section--comment {
    font-size: max( 1.7578125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .point--section p.point--section--comment {
    margin-left: 24px;
    margin-right: -77px;
    max-width: unset;
    width: auto;
    font-size: 18px;
    text-align: left;
  }
}
@media only screen and (max-width: 375px) {
  .point--section p.point--section--comment {
    font-size: max( 4.8vw, 12px );
  }
}
.point--section:nth-child(even) p.point--section--comment {
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .point--section:nth-child(even) p.point--section--comment {
    margin-left: -77px;
    margin-right: 24px;
  }
}

.voice {
  padding: 56px 24px;
}
@media only screen and (max-width: 767px) {
  .voice {
    padding: 32px 24px 38px;
  }
}
.voice h2.title br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .voice h2.title br {
    display: block;
  }
}
.voice--section {
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  margin: 37px auto 0;
  padding: 40px;
  max-width: 840px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .voice--section {
    margin-top: 34px;
    padding: 32px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.voice--section + .voice--section {
  margin-top: 16px;
}
.voice--section--comment {
  padding: 22px 0 0;
  width: calc(100% - 304px);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .voice--section--comment {
    padding: 24px 0 0;
    width: 100%;
  }
}
.voice--section--comment h3 {
  padding-left: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #00A556;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .voice--section--comment h3 {
    font-size: max( 2.34375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .voice--section--comment h3 {
    padding: 20px 0 0;
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .voice--section--comment h3 {
    font-size: max( 6.4vw, 12px );
  }
}
.voice--section--comment h3::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#0D5F76), to(#00A556));
  background: linear-gradient(#0D5F76 0%, #00A556 100%);
  border-radius: 100px;
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}
@media only screen and (max-width: 767px) {
  .voice--section--comment h3::before {
    width: 80px;
    height: 4px;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
}
.voice--section--comment p {
  margin-top: 33px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}
@media only screen and (max-width: 1023px) {
  .voice--section--comment p {
    font-size: max( 1.7578125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .voice--section--comment p {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .voice--section--comment p {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.voice--section--user {
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .voice--section--user {
    width: 100%;
  }
}
.voice--section--user--data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.voice--section--user--data img {
  width: 140px;
  height: auto;
}
.voice--section--user--data > div {
  width: calc(100% - 152px);
}
.voice--section--user--data p {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 1023px) {
  .voice--section--user--data p {
    font-size: max( 1.5625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .voice--section--user--data p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .voice--section--user--data p {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.voice--section--user--data p > span {
  display: block;
}
.voice--section--user--data p .title {
  width: 3.2em;
  color: #0D5F76;
}
.voice--section--user--data p + p {
  border-top: solid 1px #D6D6D6;
  margin-top: 8px;
  padding-top: 7px;
}
.voice--section--user--property {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.voice--section--user--property--title {
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  padding: 6px 25px 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .voice--section--user--property--title {
    font-size: max( 1.5625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .voice--section--user--property--title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .voice--section--user--property--title {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.voice--section--user--property > div {
  background: #F8F7F5;
  padding: 10px;
  text-align: center;
}
.voice--section--user--property--sales-amount {
  width: 166px;
}
.voice--section--user--property--rent {
  width: calc(100% - 170px);
}
.voice--section--user--property .title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 6px;
}
@media only screen and (max-width: 1023px) {
  .voice--section--user--property .title {
    font-size: max( 1.5625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .voice--section--user--property .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .voice--section--user--property .title {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.voice--section--user--property .title::before, .voice--section--user--property .title::after {
  content: "";
  border-top: solid 1px #333;
  width: 8px;
  height: 0;
  display: block;
}
.voice--section--user--property .money {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #0D5F76;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 1023px) {
  .voice--section--user--property .money {
    font-size: max( 1.5625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .voice--section--user--property .money {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .voice--section--user--property .money {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.voice--section--user--property .money .num {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.04em;
  color: #FF8800;
}
@media only screen and (max-width: 1023px) {
  .voice--section--user--property .money .num {
    font-size: max( 3.90625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .voice--section--user--property .money .num {
    font-size: 40px;
  }
}
@media only screen and (max-width: 375px) {
  .voice--section--user--property .money .num {
    font-size: max( 10.6666666667vw, 12px );
  }
}
.voice--section--user--estimate {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}
@media only screen and (max-width: 1023px) {
  .voice--section--user--estimate {
    font-size: max( 1.5625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .voice--section--user--estimate {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .voice--section--user--estimate {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.voice--section--user--estimate .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 12px;
}
.voice--section--user--estimate .title::before, .voice--section--user--estimate .title::after {
  content: "";
  border-top: solid 1px #333;
  width: 64px;
  height: 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .voice--section--user--estimate .title::before, .voice--section--user--estimate .title::after {
    width: 32px;
  }
}
.voice--section--user--estimate ul, .voice--section--user--estimate li {
  text-align: center;
  display: block;
}
.voice--section--user--estimate ul {
  margin-top: 8px;
}
.voice--section--user--estimate li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.voice .cv {
  display: none;
}
@media only screen and (max-width: 767px) {
  .voice .cv {
    margin: 16px -24px 0;
    padding: 24px;
    display: block;
  }
}
.cv + .voice--section {
  margin-top: 16px;
}

.service-flow {
  background: #fff;
  padding: 48px 24px;
}
.service-flow h2.title br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .service-flow h2.title br {
    display: block;
  }
}
.service-flow--list {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-flow--list {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-flow--section {
  padding: 0 21px 3px;
  width: 242px;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .service-flow--section {
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.service-flow--section + .service-flow--section {
  border-left: solid 1px #D6D6D6;
}
@media only screen and (max-width: 767px) {
  .service-flow--section + .service-flow--section {
    border: none;
    padding-top: 58px;
  }
}
.service-flow--section + .service-flow--section::before {
  content: "";
  background: url(../image/service-flow_arrow.min.png) no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 34px;
  display: block;
  position: absolute;
  top: 50%;
  left: -9px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 767px) {
  .service-flow--section + .service-flow--section::before {
    top: 15px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0) rotate(90deg);
            transform: translate3d(-50%, 0, 0) rotate(90deg);
  }
}
.service-flow--section h3 {
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  border-radius: 100px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .service-flow--section h3 {
    font-size: max( 1.5625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .service-flow--section h3 {
    width: 100%;
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .service-flow--section h3 {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.service-flow--section h3 .num {
  margin-left: 5px;
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .service-flow--section h3 .num {
    font-size: max( 2.34375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .service-flow--section h3 .num {
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .service-flow--section h3 .num {
    font-size: max( 6.4vw, 12px );
  }
}
.service-flow--section--visual {
  margin: 24px auto 0;
  width: 84px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .service-flow--section--visual {
    margin: 0.3em 0 0;
    width: 84px;
    height: 80px;
  }
}
.service-flow--section--text {
  margin: 18px 0 0;
}
@media only screen and (max-width: 767px) {
  .service-flow--section--text {
    margin-top: 0;
    width: calc(100% - 104px);
  }
}
.service-flow--section--subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #0D5F76;
}
@media only screen and (max-width: 1023px) {
  .service-flow--section--subtitle {
    font-size: max( 2.34375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .service-flow--section--subtitle {
    font-size: 24px;
    text-align: left;
  }
}
@media only screen and (max-width: 375px) {
  .service-flow--section--subtitle {
    font-size: max( 6.4vw, 12px );
  }
}
.service-flow--section--comment {
  margin: 14px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .service-flow--section--comment {
    font-size: max( 1.46484375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .service-flow--section--comment {
    margin-top: 8px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .service-flow--section--comment {
    font-size: max( 4vw, 12px );
  }
}

.faq {
  border-top: solid 1px #D6D6D6;
  padding: 64px 24px;
}
@media only screen and (max-width: 767px) {
  .faq {
    padding: 32px 24px;
  }
}
.faq--read {
  margin-top: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
}
@media only screen and (max-width: 1023px) {
  .faq--read {
    font-size: max( 2.34375vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .faq--read {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .faq--read {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.faq--read br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .faq--read br {
    display: block;
  }
}
.faq--question {
  border-top: 1px solid #333;
  margin: 32px auto 0;
  padding: 20px 0 12px 40px;
  max-width: 840px;
  width: 100%;
  min-height: 32px;
  position: relative;
  overflow: visible;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: left;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .faq--question {
    font-size: max( 1.7578125vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .faq--question {
    margin-top: 24px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .faq--question {
    font-size: max( 4.8vw, 12px );
  }
}
.faq--question::before {
  content: "Q";
  background: #FF8800;
  border-radius: 40px;
  width: 32px;
  height: 32px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 18px;
  left: 0;
}
.faq--answer + .faq--question {
  margin-top: 20px;
}
.faq--answer {
  border-top: 1px dashed #333;
  margin: 12px auto 0;
  padding: 17px 0 0 40px;
  max-width: 840px;
  width: 100%;
  min-height: 32px;
  position: relative;
  overflow: visible;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: left;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .faq--answer {
    font-size: max( 1.5625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .faq--answer {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .faq--answer {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.faq--answer::before {
  content: "A";
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  border-radius: 40px;
  width: 32px;
  height: 32px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 18px;
  left: 0;
}
.faq .notes {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .faq .notes {
    font-size: max( 1.3671875vw, 12px );
  }
}

.menu-smartphone {
  display: none;
}
@media only screen and (max-width: 767px) {
  .menu-smartphone {
    display: block;
  }
}
.menu-smartphone--open {
  display: none;
}
@media only screen and (max-width: 767px) {
  .menu-smartphone--open {
    width: 24px;
    height: 18px;
    display: block;
    position: absolute;
    top: 27px;
    right: 28px;
    z-index: 10;
  }
  .menu-smartphone--open img {
    display: block;
  }
}
.menu-smartphone--main {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  overflow: auto;
  background: #fff;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.menu-smartphone--main--footer {
  position: sticky;
  top: 100vh;
  width: 100%;
}
.menu-smartphone--main--header {
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  width: 100%;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
.menu-smartphone--main--header--logo {
  margin: 0 auto;
  max-width: 165px;
  width: 100%;
  height: auto;
  display: block;
}
.menu-smartphone--main--header--close {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 12px;
  right: 17px;
}
.menu-smartphone--main--body ul, .menu-smartphone--main--body li {
  display: block;
}
.menu-smartphone--main--body li {
  border-bottom: 1px solid #E4E4E4;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
@media only screen and (max-width: 375px) {
  .menu-smartphone--main--body li {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.menu-smartphone--main--body li a {
  padding: 22px 32px 24px;
  color: #454545;
  display: block;
}
.menu-smartphone_open .menu-smartphone--main {
  display: none;
}
@media only screen and (max-width: 767px) {
  .menu-smartphone_open .menu-smartphone--main {
    display: block;
  }
}

.free-diagnosis {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  overflow: auto;
  background: #fff;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 50px 24px;
  display: none;
}
.free-diagnosis_1 #free-diagnosis1, .free-diagnosis_2 #free-diagnosis2, .free-diagnosis_3 #free-diagnosis3, .free-diagnosis_4 #free-diagnosis4, .free-diagnosis_5 #free-diagnosis5 {
  display: block;
}
.free-diagnosis fieldset {
  background: #fff;
  border: 3px solid #00A556;
  -webkit-box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.16);
          box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.16);
  border-radius: 8px;
  margin: 0 auto;
  padding: 22px 24px 58px;
  max-width: 360px;
  width: 100%;
  display: none;
  position: relative;
}
.free-diagnosis h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: block;
}
@media only screen and (max-width: 375px) {
  .free-diagnosis h2 {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.free-diagnosis h2 + * {
  margin-top: 16px;
}
h2 + .free-diagnosis--read {
  margin-top: 4px;
}
.free-diagnosis--read {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 139%;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.free-diagnosis--read + * {
  margin-top: 16px;
}
.free-diagnosis--questions-left {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #333;
  position: absolute;
  bottom: 11px;
  right: 13px;
}
.free-diagnosis--questions-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  background: #F8F7F5;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #333;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.free-diagnosis--questions-back a {
  color: #333;
}
.free-diagnosis--questions-back a::before {
  content: "";
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
  background: #333;
  height: 8.6602540378px;
  width: 6px;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.free-diagnosis--radio-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.free-diagnosis--radio-button li {
  width: calc((100% - 8px) / 2);
}
.free-diagnosis--radio-button input[type=radio] {
  display: none;
}
.free-diagnosis--radio-button label {
  background: #fff;
  border: 1px solid #FF8800;
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #FF8800;
  cursor: pointer;
}
.free-diagnosis--radio-button label .small {
  margin-top: -0.35em;
  font-size: 16px;
}
.free-diagnosis--radio-button input[type=radio]:checked + label {
  background: #FF8800;
  color: #fff;
}
.free-diagnosis--title {
  margin-top: 16px;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: left;
  color: #333;
  display: block;
}
.free-diagnosis input[type=text],
.free-diagnosis input[type=email],
.free-diagnosis input[type=tel],
.free-diagnosis input[type=number] {
  outline: none;
  font: inherit;
  font-size: inherit;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  margin-top: 8px;
  padding: 0 16px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: normal;
  text-align: left;
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.free-diagnosis input[type=text]:hover,
.free-diagnosis input[type=email]:hover,
.free-diagnosis input[type=tel]:hover,
.free-diagnosis input[type=number]:hover {
  border-color: #6a6a6a;
}
.free-diagnosis input[type=text]:focus,
.free-diagnosis input[type=email]:focus,
.free-diagnosis input[type=tel]:focus,
.free-diagnosis input[type=number]:focus {
  border-color: #333;
}
.free-diagnosis input[type=text]:disabled,
.free-diagnosis input[type=email]:disabled,
.free-diagnosis input[type=tel]:disabled,
.free-diagnosis input[type=number]:disabled {
  background-color: #f8f8f8;
  border-color: #dcdcdc;
  color: #ababab;
}
.free-diagnosis input[type=text]::-webkit-input-placeholder,
.free-diagnosis input[type=email]::-webkit-input-placeholder,
.free-diagnosis input[type=tel]::-webkit-input-placeholder,
.free-diagnosis input[type=number]::-webkit-input-placeholder {
  color: #ababab;
}
.free-diagnosis input[type=text]:-moz-placeholder,
.free-diagnosis input[type=email]:-moz-placeholder,
.free-diagnosis input[type=tel]:-moz-placeholder,
.free-diagnosis input[type=number]:-moz-placeholder {
  color: #ababab;
}
.free-diagnosis input[type=text]::-moz-placeholder,
.free-diagnosis input[type=email]::-moz-placeholder,
.free-diagnosis input[type=tel]::-moz-placeholder,
.free-diagnosis input[type=number]::-moz-placeholder {
  color: #ababab;
}
.free-diagnosis input[type=text]:-ms-input-placeholder,
.free-diagnosis input[type=email]:-ms-input-placeholder,
.free-diagnosis input[type=tel]:-ms-input-placeholder,
.free-diagnosis input[type=number]:-ms-input-placeholder {
  color: #ababab;
}
.free-diagnosis input[type=text]:-moz-placeholder-shown, .free-diagnosis input[type=email]:-moz-placeholder-shown, .free-diagnosis input[type=tel]:-moz-placeholder-shown, .free-diagnosis input[type=number]:-moz-placeholder-shown {
  color: #ababab;
}
.free-diagnosis input[type=text]:-ms-input-placeholder, .free-diagnosis input[type=email]:-ms-input-placeholder, .free-diagnosis input[type=tel]:-ms-input-placeholder, .free-diagnosis input[type=number]:-ms-input-placeholder {
  color: #ababab;
}
.free-diagnosis input[type=text]:placeholder-shown,
.free-diagnosis input[type=email]:placeholder-shown,
.free-diagnosis input[type=tel]:placeholder-shown,
.free-diagnosis input[type=number]:placeholder-shown {
  color: #ababab;
}
.free-diagnosis button {
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 143px;
  width: 100%;
  height: 48px;
  background: #FF8800;
  border: none;
  border-radius: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.simple {
  min-height: 100vh;
  min-height: 100dvh;
}
.simple--header {
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  width: 100%;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
.simple--header--logo {
  margin: 0 auto;
  max-width: 165px;
  width: 100%;
  height: auto;
  display: block;
}
.simple--main {
  background: #fff;
  padding: 26px 24px;
  text-align: center;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.simple--main--goback {
  margin-top: 80px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1023px) {
  .simple--main--goback {
    font-size: max( 1.5625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .simple--main--goback {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .simple--main--goback {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.simple h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #0D5F76;
  background: -webkit-gradient(linear, left top, right top, from(#00A556), to(#0D5F76));
  background: linear-gradient(90deg, #00A556 0%, #0D5F76 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 1023px) {
  .simple h1 {
    font-size: max( 3.90625vw, 12px );
  }
}
@media only screen and (max-width: 767px) {
  .simple h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 375px) {
  .simple h1 {
    font-size: max( 8.5333333333vw, 12px );
    font-size: max( 8.5333333333dvw, 12px );
  }
}/*# sourceMappingURL=layout.css.map */