@charset "UTF-8";
/*
    # Reset

    `core/_reset.scss`
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

@media screen and (max-width: 768px) {
  .--pc {
    display: none !important;
  }
}
.section-about {
  background-color: white;
  margin-top: 60px;
}
.section-about .section-inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 20px;
}
.section-about .section-inner .about-left {
  max-width: 360px;
}
.section-about .section-inner .about-right h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.section-about .section-inner .about-right p {
  font-size: 16px;
  line-height: 26px;
}
.section-about .section-inner .about-right p span {
  color: #ad8f2b;
}
.section-about .section-inner .sim-cv-steps h3 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .section-about .section-inner .sim-cv-steps h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.section-about .section-inner .sim-cv-steps h3 span {
  border-bottom: 3px dashed #333;
  padding-bottom: 10px;
  display: inline-block;
}
.section-about .section-inner .sim-cv-steps div.arrow {
  width: 60px;
  height: 100px;
  background-image: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/lp/tetsuzuki-simulator/src/img/cv-step-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  margin: auto;
  background-size: contain;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-1 h4, .section-about .section-inner .sim-cv-steps .sim-cv-step-2 h4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-1 h4 span, .section-about .section-inner .sim-cv-steps .sim-cv-step-2 h4 span {
  font-size: 32px;
  background-color: #333;
  padding: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .section-about .section-inner .sim-cv-steps .sim-cv-step-1 h4 span, .section-about .section-inner .sim-cv-steps .sim-cv-step-2 h4 span {
    font-size: 22px;
    line-height: 28px;
  }
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-1 h4 span::before, .section-about .section-inner .sim-cv-steps .sim-cv-step-2 h4 span::before {
  content: "";
  display: inline-block;
  transition: background-color 0.2s;
  background-image: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/lp/tetsuzuki-simulator/src/img/cv-step-hand.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  position: relative;
  margin-right: 8px;
  top: 4px;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-1 p {
  margin: 40px 0;
  text-align: center;
  font-size: 22px;
  line-height: 56px;
}
@media screen and (max-width: 640px) {
  .section-about .section-inner .sim-cv-steps .sim-cv-step-1 p {
    margin: 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .section-about .section-inner .sim-cv-steps .sim-cv-step-1 p {
    font-size: 18px;
    line-height: 48px;
  }
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-1 p strong {
  border-bottom: 1px solid #f08d18;
  padding-bottom: 4px;
  font-weight: bold;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-1 p span {
  position: relative;
  font-weight: bold;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-1 p span::before {
  position: absolute;
  top: -7px;
  left: 35%;
  content: "";
  background-color: #f08d18;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-2 h4 {
  font-size: 32px;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .section-about .section-inner .sim-cv-steps .sim-cv-step-2 ul {
    flex-direction: column;
  }
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-2 ul li {
  margin: 0 10px;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-2 ul li > div:first-child {
  text-align: center;
  font-size: 20px;
  margin: 10px 0;
  font-weight: bold;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-2 ul li > div:first-child span {
  font-family: Roboto;
  font-size: 30px;
  font-weight: bold;
  color: #f08d18;
  position: relative;
  top: 2px;
  left: 4px;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-2 ul li > div:last-child {
  padding: 20px;
  border: 1px solid #333;
  font-size: 16px;
  line-height: 28px;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-2 ul li > div:last-child span {
  font-weight: bold;
  border-bottom: 1px solid #f08d18;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-3 h4 {
  font-size: 32px;
  color: #f08d18;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 20px 0;
}
@media screen and (max-width: 640px) {
  .section-about .section-inner .sim-cv-steps .sim-cv-step-3 h4 {
    margin: 20px 0 10px 0;
  }
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-3 h5 {
  background-image: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/lp/tetsuzuki-simulator/src/img/cv-step-ribbon.svg);
  color: white;
  max-width: 530px;
  background-size: contain;
  margin: auto;
  display: flex;
  background-repeat: no-repeat;
  width: 530px;
  background-position: center;
  height: 119px;
  max-width: 100%;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-3 h5 > div:first-child {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  width: 50%;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-3 h5 > div:first-child img {
  height: 40px;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 640px) {
  .section-about .section-inner .sim-cv-steps .sim-cv-step-3 h5 > div:first-child img {
    height: 30px;
    position: relative;
    top: -10px;
  }
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-3 h5 > div:last-child {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  width: 50%;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-3 h5 > div:last-child > div {
  position: relative;
  top: -10px;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-3 h5 > div:last-child > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  font-size: 16px;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-3 h5 > div:last-child > div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .section-about .section-inner .sim-cv-steps .sim-cv-step-3 h5 > div:last-child > div:last-child {
    font-size: 16px;
    line-height: 22px;
  }
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-3 ul {
  margin-top: 40px;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-3 ul li {
  padding: 20px;
  border: 1px solid #f08d18;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  flex-direction: flex-start;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-3 ul li > div:first-child {
  display: inline-block;
  transition: background-color 0.2s;
  background-image: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/lp/tetsuzuki-simulator/src/img/cv-step-badge.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  margin-left: 10px;
  min-width: 40px;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-3 ul li > div:last-child {
  font-size: 22px;
  line-height: 1.6em;
}
.section-about .section-inner .sim-cv-steps .sim-cv-step-3 ul li > div:last-child span {
  border-bottom: 2px solid #f08d18;
  padding-bottom: 4px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .section-about .section-inner .sim-cv-steps .sim-cv-step-3 ul li > div:last-child {
    font-size: 16px;
  }
  .section-about .section-inner .sim-cv-steps .sim-cv-step-3 ul li > div:last-child span {
    border-bottom: 2px solid #f08d18;
    padding-bottom: 2px;
    font-weight: bold;
  }
}
.section-about .section-inner .blog-cv-step__contact-heading {
  font-size: 28px;
  font-weight: bold;
  padding: 20px;
  color: #f08d18;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-about .section-inner .blog-cv-step__contact-heading {
    font-size: 24px;
    line-height: 1.4em;
  }
}
.section-about .blog-cv-step__contact {
  width: auto;
  margin: 25px 15px 0 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-about .blog-cv-step__contact {
    width: 590px;
    margin: 30px auto 0 auto;
  }
}
.section-about .blog-cv-step__contact-copy {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .section-about .blog-cv-step__contact-copy {
    font-size: 13px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 359px) {
  .section-about .blog-cv-step__contact-copy {
    font-size: 10px;
    letter-spacing: -0.01em;
    padding: 0 6px;
  }
}
.section-about .blog-cv-step__contact-copy span {
  color: #F08D18;
}
.section-about .blog-cv-step__contact-copy::before, .section-about .blog-cv-step__contact-copy::after {
  border-left: 2px solid #333333;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .section-about .blog-cv-step__contact-copy::before, .section-about .blog-cv-step__contact-copy::after {
    top: 0px;
    height: 19px;
  }
}
.section-about .blog-cv-step__contact-copy::before {
  left: 0;
  transform: rotate(-30deg);
}
.section-about .blog-cv-step__contact-copy::after {
  right: 0;
  transform: rotate(30deg);
}
.section-about .blog-cv-step__contact-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: linear-gradient(45deg, #FDA43A, #F08D18);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.34);
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  position: relative;
  margin: 10px 0;
  height: 74px;
}
@media screen and (min-width: 768px) {
  .section-about .blog-cv-step__contact-btn {
    height: 115px;
  }
}
.section-about .blog-cv-step__contact-btn > div {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .section-about .blog-cv-step__contact-btn > div {
    margin-right: 25px;
  }
}
@media screen and (max-width: 359px) {
  .section-about .blog-cv-step__contact-btn > div {
    margin-right: 10px;
  }
}
.section-about .blog-cv-step__contact-btn::before {
  content: "";
  display: block;
  background-image: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/images/navi/blog_cv_step_btn_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 115px;
  height: 80px;
  left: 6px;
}
@media screen and (min-width: 768px) {
  .section-about .blog-cv-step__contact-btn::before {
    width: 180px;
    height: 125px;
    left: 10px;
  }
}
.section-about .blog-cv-step__contact-btn--form {
  background: #76a022;
  justify-content: center;
  font-size: 16px;
  height: auto;
  padding: 20px 10px;
}
.section-about .blog-cv-step__contact-btn--form i {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .section-about .blog-cv-step__contact-btn--form {
    font-size: 20px;
  }
  .section-about .blog-cv-step__contact-btn--form br {
    display: none;
  }
}
.section-about .blog-cv-step__contact-btn--form::before {
  background: none;
  width: auto;
  height: auto;
  left: auto;
}
@media screen and (min-width: 768px) {
  .section-about .blog-cv-step__contact-btn--form::before {
    width: auto;
    height: auto;
    left: auto;
  }
}
.section-about .blog-cv-step__contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  z-index: 2;
  font-family: "Roboto";
  letter-spacing: 0.07em;
  line-height: 1;
  margin-top: 5px;
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .section-about .blog-cv-step__contact-tel {
    font-size: 39px;
  }
}
@media screen and (max-width: 359px) {
  .section-about .blog-cv-step__contact-tel {
    font-size: 26px;
  }
}
.section-about .blog-cv-step__contact-tel img {
  width: 28px;
  margin-top: 5px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .section-about .blog-cv-step__contact-tel img {
    width: 46px;
    margin-top: 2px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 359px) {
  .section-about .blog-cv-step__contact-tel img {
    margin-top: 2px;
    width: 28px;
  }
}
.section-about .blog-cv-step__contact-business-hours {
  position: relative;
  font-size: 10px;
  z-index: 2;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .section-about .blog-cv-step__contact-business-hours {
    font-size: 13px;
  }
}
@media screen and (max-width: 359px) {
  .section-about .blog-cv-step__contact-business-hours {
    letter-spacing: -0.1em;
  }
}
.section-about .blog-cv-step__contact-know_more {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F08D18;
  text-decoration: underline;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .section-about .blog-cv-step__contact-know_more {
    font-size: 13px;
  }
}
.section-about .blog-cv-step__contact-know_more img {
  width: 15px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .section-about .blog-cv-step__contact-know_more img {
    width: 20px;
  }
}
.section-about .blog-cv-step__contact .blog-cv-step__contact--form {
  align-items: center;
  background: linear-gradient(to bottom, #77cdfa, #1ba0e5);
  border: solid 1px #1ba0e5;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.cv-banner {
  margin-top: 80px;
  background-color: #2e3858;
}
.cv-banner .cv-banner-inner {
  max-width: 800px;
  margin: auto;
  height: 170px;
  background-image: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/lp/tetsuzuki-simulator/src/img/operator.png);
  background-size: 190px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media screen and (max-width: 800px) {
  .cv-banner .cv-banner-inner {
    height: 280px;
    padding: 10px 0px;
    background-position: -30px bottom;
  }
}
.cv-banner .cv-banner-inner > div > div img {
  max-width: 180px;
}
.cv-banner .cv-banner-inner > div:first-child {
  text-align: center;
  color: white;
  font-size: 22px;
}
.cv-banner .cv-banner-inner > div:first-child span {
  color: #f08d18;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .cv-banner .cv-banner-inner > div:first-child {
    padding: 0;
  }
}
.cv-banner .cv-banner-inner > div:last-child {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .cv-banner .cv-banner-inner > div:last-child {
    padding-left: 0px;
  }
}
.cv-banner .cv-banner-inner > div:last-child div:nth-child(1) {
  background-color: white;
  padding: 10px;
}
.cv-banner .cv-banner-inner > div:last-child div:nth-child(1) span {
  color: #f08d18;
}
@media screen and (max-width: 800px) {
  .cv-banner .cv-banner-inner > div:last-child div:nth-child(1) {
    background: none;
    padding: 6px;
    color: white;
    margin: 0 20px;
  }
}
.cv-banner .cv-banner-inner > div:last-child div:nth-child(2) img {
  width: 28px;
}
@media screen and (max-width: 800px) {
  .cv-banner .cv-banner-inner > div:last-child div:nth-child(2) img {
    max-width: 64%;
    font-size: 22px;
  }
}
.cv-banner .cv-banner-inner > div:last-child div:nth-child(2) a, .cv-banner .cv-banner-inner > div:last-child div:nth-child(2) > div {
  color: white;
  font-size: 26px;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 0;
  background-color: #f08d18;
  max-width: 90%;
}
@media screen and (max-width: 800px) {
  .cv-banner .cv-banner-inner > div:last-child div:nth-child(2) a, .cv-banner .cv-banner-inner > div:last-child div:nth-child(2) > div {
    max-width: 60%;
    font-size: 18px;
  }
}
.cv-banner .cv-banner-inner > div:last-child div:nth-child(2) a small, .cv-banner .cv-banner-inner > div:last-child div:nth-child(2) > div small {
  font-size: 0.8em;
}
.cv-banner .cv-banner-inner > div:last-child div:nth-child(3) img {
  width: 14px;
}
.cv-banner .cv-banner-inner > div:last-child div:nth-child(3) a {
  color: white;
  font-size: 12px;
  font-weight: bold;
  border: none;
  text-decoration: underline;
}

footer .footer-inner .wrapper .ft_logo_txt span {
  font-size: 16px;
  margin: 0 6px;
}
footer .footer-inner .wrapper .ft_logo_txt .ft_logo_ks {
  width: 80px;
}
footer .footer-inner .wrapper .ft_logo_txt .ft_logo {
  width: 100px;
}
footer .footer-inner .wrapper .ft_txt {
  line-height: 18px;
  font-size: 12px;
}

body {
  color: #333;
  font-family: Roboto, "BIZ UDPGothic", YuGothic, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

header {
  background-color: #EFF5EF;
}
header .header-inner {
  padding: 12px;
  display: flex;
  justify-content: left;
  align-items: center;
}
header .header-inner .header-logo img {
  max-width: 240px;
  height: auto;
}
header .result-header {
  display: none;
}
header.--result {
  background-color: white;
}
header.--result .result-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 723px) {
  header.--result .result-header {
    margin-top: 24px;
    gap: 16px;
    flex-direction: column;
  }
  header.--result .result-header img {
    width: 180px;
  }
}
header.--result .result-header .title {
  display: flex;
  gap: 16px;
  height: 68px;
}
header.--result .result-header .title span {
  padding: 8px 16px;
  font-size: 40px;
  font-weight: bold;
  color: #4a9c4f;
  background-color: #EFF5EF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 723px) {
  header.--result .result-header .title {
    height: 48px;
    gap: 6px;
  }
  header.--result .result-header .title span {
    padding: 4px 8px;
    font-size: 28px;
  }
}

.contents {
  background-color: #EFF5EF;
  padding-bottom: 64px;
}
.contents .contents-inner .top-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  text-align: center;
}
@media screen and (max-width: 723px) {
  .contents .contents-inner .top-content {
    height: 240px;
  }
}
.contents .contents-inner .top-content .top-content-inner {
  line-height: 1.5;
}
.contents .contents-inner .top-content .top-content-inner .top {
  font-size: 28px;
}
@media screen and (max-width: 723px) {
  .contents .contents-inner .top-content .top-content-inner .top {
    font-size: 19.6px;
  }
}
.contents .contents-inner .top-content .top-content-inner .middle {
  font-size: 48px;
  font-weight: bold;
  color: #4a9c4f;
}
@media screen and (max-width: 723px) {
  .contents .contents-inner .top-content .top-content-inner .middle {
    font-size: 33.6px;
  }
}
.contents .contents-inner .top-content .top-content-inner .middle span {
  border-bottom: 1px solid #4a9c4f;
  padding-bottom: 4px;
}
.contents .contents-inner .top-content .top-content-inner .bottom {
  font-size: 32px;
}
@media screen and (max-width: 723px) {
  .contents .contents-inner .top-content .top-content-inner .bottom {
    font-size: 22.4px;
  }
}
.contents .contents-inner .top-content .top-content-inner p {
  margin: 8px 0 0 0;
  padding: 0 24px;
  color: #000;
  font-size: 18px;
}
.contents .contents-inner .progress-indicator {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding-top: 64px;
}
@media screen and (max-width: 723px) {
  .contents .contents-inner .progress-indicator {
    gap: 16px;
    margin-bottom: 36px;
  }
}
.contents .contents-inner .progress-indicator .progress-step {
  position: relative;
}
.contents .contents-inner .progress-indicator .progress-step span.q {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contents .contents-inner .progress-indicator .progress-step span.q img {
  width: 40px;
}
@media screen and (max-width: 723px) {
  .contents .contents-inner .progress-indicator .progress-step span.q img {
    width: 20px;
  }
}
.contents .contents-inner .progress-indicator .progress-step .step {
  width: 200px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 723px) {
  .contents .contents-inner .progress-indicator .progress-step .step {
    width: auto;
    min-width: 90px;
    font-size: 12px;
    height: 25px;
  }
}
.contents .contents-inner .progress-indicator .progress-step .step pc {
  display: block;
}
.contents .contents-inner .progress-indicator .progress-step .step sp {
  display: none;
}
@media screen and (max-width: 723px) {
  .contents .contents-inner .progress-indicator .progress-step .step pc {
    display: none;
  }
  .contents .contents-inner .progress-indicator .progress-step .step sp {
    display: block;
  }
}
.contents .contents-inner .progress-indicator .progress-step.current .step {
  background-color: white;
  /* 現在のステップの背景色 */
  color: #4a9c4f;
  /* 現在のステップの文字色 */
}
.contents .contents-inner .progress-indicator .progress-step.current .step:after {
  border-color: transparent transparent transparent white;
  /* 現在のステップの背景色 */
  color: #4a9c4f;
  /* 現在のステップの文字色 */
}
.contents .contents-inner .progress-indicator .progress-step.past .step {
  background-color: #4a9c4f;
  /* 現在のステップの背景色 */
  color: white;
}
.contents .contents-inner .progress-indicator .progress-step.past .step:after {
  border-color: transparent transparent transparent #4a9c4f;
  /* 現在のステップの背景色 */
  color: white;
}
.contents .contents-inner .progress-indicator .progress-step.future .step {
  background-color: #91D3A3;
  /* 現在のステップの背景色 */
  color: white;
}
.contents .contents-inner .progress-indicator .progress-step.future .step:after {
  border-color: transparent transparent transparent #91D3A3;
  /* 現在のステップの背景色 */
  color: white;
}
.contents .contents-inner .progress-indicator .progress-step .step:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 20px 20px;
  border-color: transparent transparent transparent #4a9c4f;
  border-right-color: transparent;
}
@media screen and (max-width: 723px) {
  .contents .contents-inner .progress-indicator .progress-step .step:after {
    top: 0px;
    right: -11px;
    border-width: 14px 0 11px 11px;
  }
}
.contents .contents-inner .bottom-content {
  background-color: white;
  border-radius: 20px;
  max-width: 600px;
  margin: auto;
  margin-top: 64px;
  padding: 48px 24px;
  position: relative;
}
@media screen and (max-width: 723px) {
  .contents .contents-inner .bottom-content {
    padding: 24px 12px;
    margin: 0 12px;
  }
}
.contents .contents-inner .bottom-content .question {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.contents .contents-inner .bottom-content .question img.q {
  position: absolute;
  top: -20px;
  left: 20px;
}
.contents .contents-inner .bottom-content .question p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.contents .contents-inner .bottom-content .question .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.contents .contents-inner .bottom-content .question .buttons button {
  background-color: #4a9c4f;
  color: white;
  border: none;
  border-radius: 32px;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.contents .contents-inner .bottom-content .question .buttons button:hover {
  background-color: #91D3A3;
}
.contents .contents-inner .bottom-content .back-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}
.contents .contents-inner .bottom-content .back-button:before {
  color: #4a9c4f;
  content: "chevron_left";
  font-family: "Material Icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.result {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #EFF5EF;
  padding-bottom: 64px;
}
@media screen and (max-width: 723px) {
  .result {
    padding-bottom: 0;
  }
}
.result .kyogisho-type {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-direction: column;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin: 64px 0;
}
@media screen and (max-width: 723px) {
  .result .kyogisho-type {
    margin: 24px 0;
    font-size: 12.6px;
  }
}
.result .kyogisho-type .top {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 723px) {
  .result .kyogisho-type .top {
    font-size: 26.6px;
  }
}
.result .kyogisho-type .middle {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 723px) {
  .result .kyogisho-type .middle {
    font-size: 33.6px;
  }
}
.result .kyogisho-type .middle span {
  color: #4a9c4f;
  font-size: 64px;
}
@media screen and (max-width: 723px) {
  .result .kyogisho-type .middle span {
    font-size: 44.8px;
  }
}
.result .exception {
  text-align: center;
}
.result .exception .bottom h5 {
  font-weight: bold;
}
.result .exception .bottom .desc {
  text-align: left;
  background-color: white;
  border-radius: 20px;
  max-width: 600px;
  margin: auto;
  margin-top: 64px;
  padding: 24px 24px;
  position: relative;
}
.result .exception .bottom .desc b {
  font-weight: bold;
}

.form-desc {
  font-weight: bold;
  margin: 0 0 32px 0;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 723px) {
  .form-desc {
    font-size: 14px;
    padding: 0 12px;
  }
}

.form-wrapper {
  padding: 32px;
  background: white;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 600px;
}
@media screen and (max-width: 723px) {
  .form-wrapper {
    padding: 24px 12px;
    margin: 0 12px;
    border-radius: 0;
    min-width: auto;
  }
}

.disclaimer {
  display: none;
  padding: 16px;
  margin: 64px auto 24px auto;
  padding: 24px;
  display: block;
  background: #ffe6e6;
  border-radius: 4px;
}
@media screen and (max-width: 723px) {
  .disclaimer {
    margin: 24px auto 24px auto;
  }
}
.disclaimer h3 {
  font-weight: bold;
  margin-bottom: 16px;
}
.disclaimer p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.disclaimer ol {
  margin-left: 18px;
  padding-top: 12px;
}
.disclaimer ol li {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 8px;
  list-style-type: decimal;
}

.input-group .basic {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.input-group .basic .form-block .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  min-width: 310px;
}
.input-group .basic .form-block .need {
  margin-left: 4px;
  color: red;
  font-size: smaller;
}
.input-group .basic .form-block .form-controls {
  display: flex;
  gap: 16px;
}
.input-group .basic .form-block .form-controls span.wpcf7-list-item {
  margin-left: 0;
}
.input-group .basic .form-block .input {
  width: 240px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.input-group .basic .form-block.--wide {
  width: 496px;
}
.input-group .basic .form-block.--wide .input {
  width: 496px;
}
@media screen and (max-width: 723px) {
  .input-group .basic .form-block.--wide {
    width: auto;
  }
  .input-group .basic .form-block.--wide .input {
    width: 100%;
  }
}

@media screen and (max-width: 723px) {
  .input-group .basic .form-block .form-controls {
    flex-direction: column;
    gap: 8px;
  }
  .input-group .basic .form-block .input, .input-group .basic .form-block.--wide .input {
    width: 100%;
    /* 380pxのコンテナに収まるように100%に設定 */
    padding: 8px;
    /* パディングを少し小さく調整 */
    font-size: 14px;
    /* フォントサイズを小さく調整 */
  }
  .input-group .basic .form-block.--wide {
    width: auto;
    /* 幅を100%に設定して、親要素に合わせる */
  }
  .input-group .basic .form-block.--wide .input {
    width: 100%;
  }
}
.submit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  width: 496px;
  margin-top: 32px;
}
@media screen and (max-width: 723px) {
  .submit {
    width: auto;
    padding: 0 12px;
  }
}
.submit .submit-button {
  background-color: #f08d18;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 26px;
  width: 480px;
  justify-content: center;
}
@media screen and (max-width: 723px) {
  .submit .submit-button {
    font-size: 18.2px;
    width: 100%;
    min-width: 280px;
  }
}
.submit .submit-button img {
  width: 32px;
  filter: brightness(0) invert(1);
}
.submit .submit-button.loading {
  background-color: #c8720d;
  color: #e6e6e6;
  cursor: not-allowed;
}
.submit .submit-button.loading:before {
  content: "読み込み中...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.submit .policy {
  font-size: 14px;
  line-height: 1.5;
}
.submit .submit-note {
  padding: 16px;
  background-color: #f5f5f5;
  margin-top: 16px;
  font-size: 14px;
}