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

    `core/_variables.scss`
*/
/*
    ## Default
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Structure
*/
/*
    # Colors

    `core/_colors.scss`
*/
/*
    # Mixins

    `core/_mixins.scss`
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Forms
*/
/*
    ## Breakpoints
*/
/*
    ## Margin / Padding
*/
/*
    # Mixins

    `core/_mixins.scss`
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Forms
*/
/*
    ## Breakpoints
*/
/*
    ## Margin / Padding
*/
/*
    # Fonts

    `core/_fonts.scss`
*/
body {
  font-family: "font_name";
  font-weight: 400;
}

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

header {
  width: 100%;
  padding: 12px 12px;
}
@media screen and (max-width: 640px) {
  header {
    padding: 12px 8px;
  }
}
header .header-inner {
  color: white;
}
header .header-inner h1 {
  color: white;
}
header .header-inner .header-inner-left img {
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  header .header-inner .header-inner-left img {
    margin-right: 6px;
  }
}
header .header-inner .header-inner-right > div {
  width: 100%;
}
header .header-inner .header-inner-right > div > div:first-child {
  margin-bottom: 4px;
  font-family: "Roboto";
}
header .header-inner .header-inner-right > div > div:first-child img {
  margin-right: 4px;
}
header .header-inner .header-inner-right > div > div:last-child {
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  header .header-inner .header-inner-right {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  header .header-inner img.logo {
    display: none;
  }
}
header .header-inner .sp-badge {
  display: none;
}
@media screen and (max-width: 640px) {
  header .header-inner .sp-badge {
    display: inline-block;
    background-color: white;
    color: #4a9660;
    border: 1px solid #4a9660;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
  }
  header .header-inner .sp-badge span {
    position: relative;
    top: -4px;
    left: 3px;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .header-inner-right a {
    font-size: 26px;
  }
  header .header-inner .header-inner-right img {
    width: 30px;
  }
  header .header-inner .header-inner-right > div > div:last-child {
    font-size: 10px;
  }
  header .header-inner h1 {
    display: none;
  }
}

.header-inner,
.section-inner {
  max-width: 1000px;
  margin: auto;
}

.cv-banner-inner {
  max-width: 800px;
  margin: auto;
}

.section-main {
  background-image: url(../../../src/img/main.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: bottom;
  height: 360px;
}
@media screen and (max-width: 800px) {
  .section-main {
    background-size: 120%;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .section-main {
    background-size: 160%;
    height: 280px;
  }
}
@media screen and (max-width: 400px) {
  .section-main {
    background-size: 180%;
    height: 240px;
  }
}
.section-main .section-inner {
  height: 100%;
}
.section-main .section-inner > div {
  position: relative;
  top: 20px;
}
.section-main .section-inner > div > div:first-child {
  text-align: center;
}
.section-main .section-inner > div > div:first-child span {
  display: inline-block;
  padding: 10px 60px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #2e3858;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .section-main .section-inner > div > div:first-child span {
    padding: 10px 20px;
    font-size: 12px;
  }
}
.section-main .section-inner > div > div:last-child {
  background-color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  font-size: 38px;
  padding: 20px 0 30px 0;
  text-align: center;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 480px) {
  .section-main .section-inner > div > div:last-child {
    padding: 10px 0 20px 0;
    font-size: 22px;
  }
}
.section-main .section-inner > div > div:last-child span {
  color: #c44242;
  font-size: 26px;
  padding-bottom: 4px;
  border-bottom: 6px solid #c44242;
  margin: 0 10px;
}
@media screen and (max-width: 480px) {
  .section-main .section-inner > div > div:last-child span {
    font-size: 16px;
    border-bottom: 3px solid #c44242;
  }
}
.section-main .section-inner > div > div:last-child span strong {
  font-family: "Roboto";
  font-size: 60px;
}
@media screen and (max-width: 480px) {
  .section-main .section-inner > div > div:last-child span strong {
    font-size: 30px;
  }
}

.title {
  max-width: 1000px;
  margin: 24px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.title br {
  display: none;
}
@media screen and (max-width: 880px) {
  .title {
    flex-direction: column;
  }
  .title br {
    display: inline-block;
  }
}
.title > span:first-child {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #f08d18;
  color: #f08d18;
  padding: 4px 6px;
  margin-right: 12px;
}
@media screen and (max-width: 880px) {
  .title > span:first-child {
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
  }
}
.title > span:last-child {
  font-size: 18px;
  text-align: center;
  line-height: 1.5em;
}
.title > span:last-child strong {
  font-weight: bold;
}
.title > span:last-child u {
  font-weight: bold;
  text-decoration: none;
}

.uk-text-center .uk-button {
  background-color: #76a022;
  margin-top: 32px;
  font-size: 2rem;
  padding: 1rem 3rem;
}
.uk-text-center .uk-button:hover {
  background-color: #76a022;
  opacity: 0.9;
}

.section-steps .section-inner .steps .step {
  padding: 20px 20px;
}
@media screen and (max-width: 480px) {
  .section-steps .section-inner .steps .step {
    padding: 0 20px;
  }
}
.section-steps .section-inner .steps .step > div.image {
  text-align: center;
  margin: 10px 0;
}
.section-steps .section-inner .steps .step > div.image img {
  width: 70px;
}
@media screen and (max-width: 480px) {
  .section-steps .section-inner .steps .step > div.image img {
    width: 60px;
  }
}
.section-steps .section-inner .steps .step > div.label {
  text-align: center;
  color: #c44242;
}
.section-steps .section-inner .steps .step > div.label > div:first-child {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 8px;
}
.section-steps .section-inner .steps .step > div.label > div:last-child {
  font-size: 1rem;
  margin-bottom: 10px;
}
.section-steps .section-inner .steps .step > div.question {
  text-align: center;
  margin-top: 30px;
}
.section-steps .section-inner .steps .step > div.question > div:first-child {
  font-weight: bold;
  font-size: 2.25rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .section-steps .section-inner .steps .step > div.question > div:first-child {
    font-size: 1.875rem;
    line-height: 1.5em;
  }
}
.section-steps .section-inner .steps .step > div.question > div:first-child > span {
  border-bottom: 1px dashed #333;
}
.section-steps .section-inner .steps .step > div.question > div:first-child > span > span {
  display: block;
  padding: 10px;
  background-color: #eee;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .section-steps .section-inner .steps .step > div.question > div:first-child > span > span {
    font-size: 11px;
  }
}
.section-steps .section-inner .steps .step > div.question > div:last-child {
  font-size: 1rem;
  margin-bottom: 10px;
}
.section-steps .section-inner .steps .step fieldset.select > div {
  margin: auto;
  justify-content: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 480px) {
  .section-steps .section-inner .steps .step fieldset.select > div > div {
    padding-left: 10px;
    width: 100%;
  }
}
.section-steps .section-inner .steps .step fieldset.select input {
  position: absolute;
  left: -9999px;
}
.section-steps .section-inner .steps .step fieldset.select label {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
  padding: 15px 30px 15px 62px;
  border: 3px solid #fff;
  border-radius: 100px;
  color: #333;
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s, box-shadow 0.2s;
  font-size: 1.25rem;
  font-weight: bold;
  border: 2px solid #333;
}
.section-steps .section-inner .steps .step fieldset.select label::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  transition: background-color 0.2s;
  background-image: url(../../../src/img/radio-button-unchecked.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
}
.section-steps .section-inner .steps .step fieldset.select label:hover,
.section-steps .section-inner .steps .step fieldset.select input:focus + label {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.section-steps .section-inner .steps .step fieldset.select input:checked + label {
  background-color: rgba(240, 141, 24, 0.2);
  color: #f08d18;
  border: 2px solid #f08d18;
}
.section-steps .section-inner .steps .step fieldset.select input:checked + label::before {
  background-image: url(../../../src/img/radio-button-checked.svg);
}

.section-finish .section-inner {
  padding: 20px;
  max-width: 800px;
  margin: auto;
}
.section-finish .section-inner .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-finish .section-inner .image img {
  max-width: 200px;
}
.section-finish .section-inner h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 40px;
  line-height: 1.2em;
}
.section-finish .section-inner h3 {
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  margin: 20px;
}
.section-finish .section-inner h3 br {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .section-finish .section-inner h3 br {
    display: none;
  }
}
.section-finish .section-inner h3 span {
  color: #c44242;
  font-weight: bold;
}
.section-finish .section-inner h3 strong {
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 1px;
}
.section-finish .section-inner form {
  max-width: 680px;
  margin: auto;
}
.section-finish .section-inner form fieldset legend {
  text-align: left;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.section-finish .section-inner form fieldset legend img {
  width: 11px;
  margin-right: 10px;
}
.section-finish .section-inner form fieldset.select > div {
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .section-finish .section-inner form fieldset.select > div > div {
    padding-left: 20px;
  }
}
.section-finish .section-inner form fieldset.select input {
  position: absolute;
  left: -9999px;
}
.section-finish .section-inner form fieldset.select label {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
  padding: 15px 30px 15px 62px;
  border: 3px solid #fff;
  border-radius: 100px;
  color: #333;
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s, box-shadow 0.2s;
  width: 200px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #333;
}
@media screen and (max-width: 480px) {
  .section-finish .section-inner form fieldset.select label {
    margin: 20px 0 0 0;
    padding: 13px 20px 12px 40px;
    width: 150px;
    font-size: 12px;
  }
}
.section-finish .section-inner form fieldset.select label::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  transition: background-color 0.2s;
  background-image: url(../../../src/img/radio-button-unchecked.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
}
.section-finish .section-inner form fieldset.select label:hover,
.section-finish .section-inner form fieldset.select input:focus + label {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.section-finish .section-inner form fieldset.select input:checked + label {
  background-color: rgba(240, 141, 24, 0.2);
  color: #f08d18;
  border: 2px solid #f08d18;
}
.section-finish .section-inner form fieldset.select input:checked + label::before {
  background-image: url(../../../src/img/radio-button-checked.svg);
}
.section-finish .section-inner form fieldset .need {
  color: #f0506e !important;
  font-size: 10px;
  font-weight: bold;
  margin-left: 4px;
}
.section-finish .section-inner form fieldset.basic {
  font-size: 16px;
}
.section-finish .section-inner form fieldset.basic label {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.section-finish .section-inner form fieldset.basic select,
.section-finish .section-inner form fieldset.basic input[type=text],
.section-finish .section-inner form fieldset.basic input[type=email] {
  height: 48px;
}
.section-finish .section-inner form fieldset.basic textarea {
  height: 200px;
  padding: 10px 10px;
  line-height: 28px;
}
.section-finish .section-inner form fieldset .checkbox-style {
  text-align: left;
}
.section-finish .section-inner form fieldset .checkbox-style span.wpcf7-list-item {
  margin: 0;
}
.section-finish .section-inner form fieldset .checkbox-style label {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  font-size: 14px;
}
.section-finish .section-inner form fieldset .checkbox-style label input[type=checkbox] {
  display: none;
}
.section-finish .section-inner form fieldset .checkbox-style label span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  width: auto;
}
.section-finish .section-inner form fieldset .checkbox-style label span::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.section-finish .section-inner form fieldset .checkbox-style label span::after {
  border-right: 3px solid #f08e17;
  border-bottom: 3px solid #f08e17;
  content: "";
  display: block;
  height: 19px;
  left: 13px;
  margin-top: -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
.section-finish .section-inner form fieldset .checkbox-style label input[type=checkbox]:checked + span::before {
  border-color: #666;
}
.section-finish .section-inner form fieldset .checkbox-style label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.section-finish .section-inner form fieldset .note {
  font-size: 0.82em;
  margin: 0.6em 0;
  font-weight: bold;
  line-height: 1.4;
}
.section-finish .section-inner form fieldset .wpcf7-radio .wpcf7-list-item {
  margin: 0 1em 0 0;
}
.section-finish .section-inner form fieldset .wpcf7-radio label {
  display: flex;
  align-items: center;
  justify-content: start;
}
.section-finish .section-inner form fieldset .wpcf7-radio input {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .section-finish .section-inner form fieldset .acceptance {
    margin-top: 7px;
  }
}
.section-finish .section-inner button {
  margin: 20px 0;
  background-color: #f08d18;
  color: white;
  padding: 20px 20px;
  width: 80%;
  border: none;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 680px) {
  .section-finish .section-inner button {
    font-size: 18px;
  }
}
.section-finish .section-inner button img {
  margin-left: 10px;
}
.section-finish .section-inner button:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.section-finish .section-inner a {
  text-decoration: underline;
  color: #f08d18;
  font-weight: bold;
}

.submit {
  line-height: 1.4;
}

.section-result .section-inner {
  padding: 20px;
}
.section-result .section-inner h2 {
  font-size: 42px;
  font-weight: bold;
  color: #c44242;
  text-align: center;
  margin: 40px;
}
.section-result .section-inner h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 20px;
}
.section-result .section-inner h3 div {
  margin-top: 10px;
  font-size: 12px;
}
.section-result .section-inner .image {
  text-align: center;
  margin: 40px;
}
.section-result .section-inner .image img {
  width: 360px;
}
.section-result .section-inner .section-result-desc {
  padding: 20px;
  background: #efefef;
  text-align: center;
  max-width: 720px;
  margin: 40px auto;
  font-size: 17px;
  line-height: 26px;
}
.section-result .section-inner .section-result-desc > div {
  font-size: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
  font-weight: bold;
}
.section-result .section-inner .section-result-desc span {
  font-weight: bold;
  color: #c44242;
}
.section-result .section-inner .section-result-message {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}
.section-result .section-inner .section-result-message strong {
  font-weight: bold;
  color: #f08d18;
}
.section-result .section-inner .result ul {
  max-width: 720px;
  margin: auto;
}
.section-result .section-inner .result ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 17px;
  color: #555;
  font-weight: bold;
  padding: 10px;
  background-color: #f7eded;
  border-radius: 10px;
  border: 1px solid #ccc;
  line-height: 23px;
}
@media screen and (max-width: 480px) {
  .section-result .section-inner .result ul li {
    font-size: 14px;
    border-radius: 6px;
  }
}
.section-result .section-inner .result ul li .badge {
  display: flex;
  max-width: 160px;
  flex-wrap: nowrap;
  background-color: #c44242;
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
  border: 3px solid #dadada;
  min-width: 130px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}
.section-result .section-inner .result ul li .badge svg {
  width: 13px;
  margin-right: 4px;
  position: relative;
  top: 0;
}
.section-result .section-inner .result ul li.middle {
  background-color: #f7f5ed;
}
.section-result .section-inner .result ul li.middle .badge {
  background-color: #e4c90e;
}
.section-result .section-inner .result ul li.low {
  background-color: #edf7ed;
}
.section-result .section-inner .result ul li.low .badge {
  background-color: #76a022;
}
.section-result .section-inner .note {
  text-align: center;
  margin: 30px;
}
@media screen and (max-width: 480px) {
  .section-result .section-inner .note {
    font-size: 10px;
    line-height: 16px;
  }
}

@media screen and (max-width: 480px) {
  .section-top-info .section-inner {
    padding: 0 20px;
  }
}
.section-top-info .section-inner h2 {
  font-family: "Noto Serif JP";
  font-size: 32px;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  .section-top-info .section-inner h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
.section-top-info .section-inner .info {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin: 60px 0;
}
@media screen and (max-width: 480px) {
  .section-top-info .section-inner .info {
    margin: 30px 0;
    font-size: 13px;
    line-height: 20px;
  }
}
.section-top-info .section-inner .info span {
  color: #f08d18;
  font-weight: bold;
}
.section-top-info .section-inner button {
  display: block;
  background-color: #c44242;
  margin: 20px auto;
  color: white;
  border-radius: 10px;
  font-size: 30px;
  height: 100px;
}
.section-top-info .section-inner button img {
  width: 28px;
}
@media screen and (max-width: 480px) {
  .section-top-info .section-inner button {
    height: 50px;
    font-size: 20px;
  }
  .section-top-info .section-inner button img {
    width: 19px;
  }
}

.under-button-note {
  font-size: 1rem;
  text-align: left;
  max-width: 35rem;
  line-height: 1.4em;
  color: #666;
  margin: 16px auto !important;
}

.cv-banner {
  margin-top: 80px;
  background-color: #2e3858;
}
.cv-banner .cv-banner-inner {
  height: 170px;
  background-image: url(../../../src/img/operator.png);
  background-size: 190px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 800px) {
  .cv-banner .cv-banner-inner {
    height: 280px;
    padding: 10px 0;
  }
}
.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: 0;
  }
}
.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 {
  color: white;
  font-size: 28px;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 0;
  background-color: #f08d18;
  max-width: 90%;
  font-family: "Roboto";
}
@media screen and (max-width: 800px) {
  .cv-banner .cv-banner-inner > div:last-child div:nth-child(2) a {
    max-width: 60%;
    font-size: 22px;
  }
}
.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;
}

.section-about {
  padding: 20px 0 40px 0;
}
.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;
  position: relative;
  padding: 0 10px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .section-about .section-inner .sim-cv-steps h3 span {
    font-size: 13px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 359px) {
  .section-about .section-inner .sim-cv-steps h3 span {
    font-size: 10px;
    letter-spacing: -0.01em;
    padding: 0 6px;
  }
}
.section-about .section-inner .sim-cv-steps h3 span span {
  color: #F08D18;
}
.section-about .section-inner .sim-cv-steps h3 span::before, .section-about .section-inner .sim-cv-steps h3 span::after {
  border-left: 2px solid #333333;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .section-about .section-inner .sim-cv-steps h3 span::before, .section-about .section-inner .sim-cv-steps h3 span::after {
    top: 0px;
    height: 19px;
  }
}
.section-about .section-inner .sim-cv-steps h3 span::before {
  left: 0;
  transform: rotate(-30deg);
}
.section-about .section-inner .sim-cv-steps h3 span::after {
  right: 0;
  transform: rotate(30deg);
}
.section-about .section-inner .sim-cv-steps h3-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 .section-inner .sim-cv-steps h3-btn {
    height: 115px;
  }
}
.section-about .section-inner .sim-cv-steps h3-btn > div {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .section-about .section-inner .sim-cv-steps h3-btn > div {
    margin-right: 25px;
  }
}
@media screen and (max-width: 359px) {
  .section-about .section-inner .sim-cv-steps h3-btn > div {
    margin-right: 10px;
  }
}
.section-about .section-inner .sim-cv-steps h3-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 .section-inner .sim-cv-steps h3-btn::before {
    width: 180px;
    height: 125px;
    left: 10px;
  }
}
.section-about .section-inner .sim-cv-steps h3-btn--form {
  background: #76a022;
  justify-content: center;
  font-size: 16px;
  height: auto;
  padding: 20px 10px;
}
.section-about .section-inner .sim-cv-steps h3-btn--form i {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .section-about .section-inner .sim-cv-steps h3-btn--form {
    font-size: 20px;
  }
  .section-about .section-inner .sim-cv-steps h3-btn--form br {
    display: none;
  }
}
.section-about .section-inner .sim-cv-steps h3-btn--form::before {
  background: none;
  width: auto;
  height: auto;
  left: auto;
}
@media screen and (min-width: 768px) {
  .section-about .section-inner .sim-cv-steps h3-btn--form::before {
    width: auto;
    height: auto;
    left: auto;
  }
}
.section-about .section-inner .sim-cv-steps h3-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  z-index: 2;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-top: 5px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .section-about .section-inner .sim-cv-steps h3-tel {
    font-size: 38px;
  }
}
@media screen and (max-width: 359px) {
  .section-about .section-inner .sim-cv-steps h3-tel {
    font-size: 26px;
  }
}
.section-about .section-inner .sim-cv-steps h3-tel small {
  font-size: 0.8em;
}
.section-about .section-inner .sim-cv-steps h3-tel img {
  width: 24px;
  margin-top: 0px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .section-about .section-inner .sim-cv-steps h3-tel img {
    width: 48px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 359px) {
  .section-about .section-inner .sim-cv-steps h3-tel img {
    margin-top: 2px;
    width: 28px;
  }
}
.section-about .section-inner .sim-cv-steps h3-business-hours {
  position: relative;
  font-size: 10px;
  z-index: 2;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .section-about .section-inner .sim-cv-steps h3-business-hours {
    font-size: 13px;
  }
}
@media screen and (max-width: 359px) {
  .section-about .section-inner .sim-cv-steps h3-business-hours {
    letter-spacing: -0.1em;
  }
}
.section-about .section-inner .sim-cv-steps h3-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 .section-inner .sim-cv-steps h3-know_more {
    font-size: 13px;
  }
}
.section-about .section-inner .sim-cv-steps h3-know_more img {
  width: 15px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .section-about .section-inner .sim-cv-steps h3-know_more img {
    width: 20px;
  }
}
.section-about .section-inner .sim-cv-steps div.arrow {
  width: 60px;
  height: 100px;
  background-image: url(../../../src/img/cv-step-arrow.svg);
  background-position: 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;
}
.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(../../../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 .blog-cv-step__contact-heading {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: bold;
  padding: 20px;
  color: #f08d18;
  text-align: center;
}
.section-about .section-inner .blog-cv-step__contact-heading span {
  font-size: 36px;
  padding: 4px 12px;
  display: inline-block;
  background-color: #76a022;
  color: white;
}
@media screen and (max-width: 640px) {
  .section-about .section-inner .blog-cv-step__contact-heading {
    font-size: 24px;
    line-height: 1.4em;
  }
}
.section-about .section-inner .blog-cv-step__contact-heading div {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  position: relative;
  top: -6px;
  line-height: 1.5;
  margin-top: 12px;
}
.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: 0;
    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: 18px;
}
@media screen and (min-width: 768px) {
  .section-about .blog-cv-step__contact-tel {
    font-size: 38px;
  }
}
@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: 26px;
  margin-top: 5px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .section-about .blog-cv-step__contact-tel img {
    width: 50px;
    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%;
}
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;
}

.section-warning {
  margin: 16px;
}
.section-warning .section-inner {
  max-width: 720px;
  margin: auto;
  border: 1px solid #B54B47;
  border-radius: 14px;
  overflow: hidden;
}
.section-warning .section-inner h3 {
  background-color: #B54B47;
  color: white;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section-warning .section-inner h3 {
    font-size: 20px;
  }
}
.section-warning .section-inner h3::before {
  content: "warning";
  font-family: "Material Icons";
  font-size: 36px;
}
.section-warning .section-inner ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .section-warning .section-inner ul li {
    font-size: 18px;
  }
}
.section-warning .section-inner ul li:last-child {
  border-bottom: none;
}
.section-warning .section-inner ul li::before {
  content: "check";
  font-family: "Material Icons";
  color: #B54B47;
  font-size: 24px;
}

.section-price {
  margin: 16px;
}
.section-price .section-inner {
  max-width: 720px;
  margin: auto;
}
.section-price .section-inner .wrapper h3 {
  color: #303856;
  padding: 16px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4em;
  margin: 24px auto 12px auto;
}
.section-price .section-inner .wrapper h4 {
  color: #999;
  padding: 16px;
  font-size: 18px;
  line-height: 1.4em;
  margin: auto;
  text-align: center;
}
.section-price .section-inner .wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.section-price .section-inner .wrapper ul li {
  display: flex;
  gap: 1px;
}
.section-price .section-inner .wrapper ul li > div {
  padding: 0 24px;
  font-size: 15px;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .section-price .section-inner .wrapper ul li > div {
    font-size: 18px;
  }
}
.section-price .section-inner .wrapper ul li .left {
  width: 45%;
  background-color: #303856;
  color: white;
  display: flex;
  min-height: 48px;
  align-items: center;
}
.section-price .section-inner .wrapper ul li .right {
  width: 55%;
  background-color: #ccc;
  color: black;
  display: flex;
  min-height: 48px;
  align-items: center;
}

.section-finish-main {
  background-image: url(/wp-content/themes/i-sozoku/contact/src/img/bg@2x.png);
  height: 270px;
  background-size: cover;
  background-position: 0 0;
}
@media screen and (max-width: 680px) {
  .section-finish-main {
    height: 220px;
  }
}
@media screen and (max-width: 480px) {
  .section-finish-main .section-main {
    background-position: 550px;
  }
}
@media screen and (min-width: 900px) {
  .section-finish-main {
    background-image: url(/wp-content/themes/i-sozoku/contact/src/img/bg@2x.png);
  }
}
.section-finish-main .section-inner {
  width: 100%;
  max-width: 900px;
  padding: 20px;
}
.section-finish-main .section-inner .section-main-header {
  height: 80px;
}
.section-finish-main .section-inner .section-main-header--left {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 680px) {
  .section-finish-main .section-inner .section-main-header--left img {
    width: 130px;
  }
}
@media screen and (max-width: 480px) {
  .section-finish-main .section-inner .section-main-header--left img {
    width: 110px;
  }
}
.section-finish-main .section-inner .section-main-header--right {
  width: 50%;
  text-align: right;
  color: #f08d18;
  font-size: 13px;
}
@media screen and (max-width: 680px) {
  .section-finish-main .section-inner .section-main-header--right {
    font-size: 9px;
  }
}
@media screen and (max-width: 480px) {
  .section-finish-main .section-inner .section-main-header--right {
    font-size: 8px;
  }
}
.section-finish-main .section-inner .section-main-header--right img {
  width: 30px;
}
@media screen and (max-width: 680px) {
  .section-finish-main .section-inner .section-main-header--right img {
    width: 24px;
  }
}
@media screen and (max-width: 480px) {
  .section-finish-main .section-inner .section-main-header--right img {
    width: 16px;
  }
}
.section-finish-main .section-inner .section-main-header--right a {
  color: #f08d18;
  text-decoration: none;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .section-finish-main .section-inner .section-main-header--right a {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .section-finish-main .section-inner .section-main-header--right a {
    font-size: 16px;
  }
}
.section-finish-main .section-inner .section-main-header--right > div:last-child {
  margin-top: 5px;
}
.section-finish-main .section-inner .section-main-content {
  color: white;
  text-align: center;
  font-size: 22px;
}
.section-finish-main .section-inner .section-main-content h1 {
  font-family: Roboto, "BIZ UDPGothic", YuGothic, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  color: white;
  font-size: 42px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 680px) {
  .section-finish-main .section-inner .section-main-content h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .section-finish-main .section-inner .section-main-content h1 {
    font-size: 26px;
  }
}

.section-info-message {
  text-align: center;
  margin: 50px;
  font-size: 24px;
  line-height: 32px;
}
.section-info-message span {
  color: #f08d18;
}
@media screen and (max-width: 680px) {
  .section-info-message {
    font-size: 18px;
    line-height: 26px;
  }
}
.section-info-message.section-info-message-sub {
  font-size: 18px;
  line-height: 23px;
  padding: 10px;
  color: #f08d18;
  border: 1px dashed #f08d18;
}
.section-info-message .section-info-message-note {
  font-size: 13px;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 680px) {
  .section-info-message .section-info-message-note {
    font-size: 12px;
  }
}

section.campaign {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
}
section.campaign img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  section.campaign img.banner-pc {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  section.campaign img.banner-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  section.campaign img.banner-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.campaign img.banner-sp {
    display: inline;
  }
}
@media screen and (max-width: 390px) {
  section.campaign img.banner-sp {
    max-width: 120%;
  }
}

.about-service-section {
  background-color: #F1EEE7;
  position: relative;
  padding: 60px 0 40px 0;
}
.about-service-section .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-service-section .inner .servie-logo {
  margin-bottom: 20px;
}
.about-service-section .inner .service-description {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.about-service-section .inner .service-description strong {
  padding-bottom: 2px;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
.about-service-section .inner .service-description span {
  font-weight: bold;
  color: #F08D18;
}
@media screen and (max-width: 767px) {
  .about-service-section .inner .service-description {
    font-size: 24px;
  }
}
.about-service-section .inner .service-stats {
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
  max-width: 730px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 767px) {
  .about-service-section .inner .service-stats {
    font-size: 16px;
  }
}
.about-service-section .inner .service-note {
  font-size: 14px;
  text-align: center;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 767px) {
  .about-service-section .inner .service-note {
    font-size: 12px;
  }
}
.about-service-section .inner ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  list-style: none;
}
@media (max-width: 600px) {
  .about-service-section .inner ul {
    flex-direction: column;
  }
}
.about-service-section .inner ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 2px;
  gap: 8px;
  padding: 14px 10px;
  min-height: 120px;
}
.about-service-section .inner ul li img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .about-service-section .inner ul li img {
    width: 80px;
  }
}
.about-service-section .inner ul li div h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about-service-section .inner ul li div h5 {
    font-size: 16px;
  }
}
.about-service-section .inner ul li div p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .about-service-section .inner ul li div p {
    font-size: 12px;
  }
}

.campaign-rule-section {
  background-color: #fff;
  padding: 60px 0 40px 0;
}
.campaign-rule-section .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.campaign-rule-section .inner h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.campaign-rule-section .inner .note {
  font-size: 13px;
  color: #888;
}
.campaign-rule-section .inner > ul {
  list-style: none;
  padding: 0;
}
.campaign-rule-section .inner > ul > li {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .campaign-rule-section .inner > ul > li {
    flex-direction: column;
  }
}
.campaign-rule-section .inner > ul > li > div:first-child {
  font-size: 16px;
  text-align: center;
  background-color: #333;
  color: white;
  min-width: 240px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign-rule-section .inner > ul > li > div:last-child {
  font-size: 16px;
  text-align: left;
  line-height: 1.5em;
}
.campaign-rule-section .inner > ul > li > div:last-child > ul {
  border-top: 1px solid #333;
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin-top: 12px;
}
.campaign-rule-section .inner > ul > li > div:last-child > ul > li {
  margin-top: 12px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .campaign-rule-section .inner > ul > li > div:last-child > ul > li {
    flex-direction: column;
  }
}
.campaign-rule-section .inner > ul > li > div:last-child > ul > li > ul {
  list-style: none;
  padding: 0;
  font-size: 12px;
  margin-top: 8px;
  padding: 12px;
  background-color: #ddd;
}
@media (max-width: 600px) {
  .campaign-rule-section .inner > ul > li > div:last-child > ul > li > ul > li {
    flex-direction: column;
  }
}

.section-period {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-period .section-info-message-note {
  text-align: center;
  padding: 12px;
}
.section-period .rule-link {
  margin: 0 auto;
  display: inline-block;
  color: #17A100;
}
.section-period .rule-link span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
  border: 1px solid #17A100;
}
.section-period .rule-link:hover, .section-period .rule-link:active, .section-period .rule-link:focus {
  color: #17A100;
  text-decoration: none;
}

.back-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  font-size: 16px;
}
.back-button:before {
  color: #4a9660;
  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;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

section.sim-result-step h5 {
  background-image: url(../../../src/img/cv-step-ribbon.svg);
  color: white;
  max-width: 530px;
  background-size: contain;
  margin: auto;
  padding: 0;
  display: flex;
  background-repeat: no-repeat;
  width: 530px;
  background-position: center;
  height: 119px;
  max-width: 100%;
}
section.sim-result-step h5 > div:first-child {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  width: 50%;
}
section.sim-result-step h5 > div:first-child img {
  height: 40px;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 640px) {
  section.sim-result-step h5 > div:first-child img {
    height: 30px;
    position: relative;
    top: -10px;
  }
}
section.sim-result-step h5 > div:last-child {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  width: 50%;
}
section.sim-result-step h5 > div:last-child > div {
  position: relative;
  top: -10px;
}
section.sim-result-step h5 > div:last-child > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  font-size: 16px;
}
section.sim-result-step 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.sim-result-step h5 > div:last-child > div:last-child {
    font-size: 16px;
    line-height: 22px;
  }
}
section.sim-result-step h2 {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: bold;
  padding: 20px;
  color: #f08d18;
  text-align: center;
}
section.sim-result-step ul li:nth-child(odd) {
  background-color: #F3F3EB;
}
section.sim-result-step ul li:nth-child(even) .inner {
  flex-direction: row-reverse;
}
section.sim-result-step ul li .inner {
  max-width: 800px;
  margin: auto;
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
section.sim-result-step ul li .inner .left {
  width: 100%;
  max-width: 300px;
}
section.sim-result-step ul li .inner .left img {
  width: 100%;
}
section.sim-result-step ul li .inner .right {
  display: flex;
  flex-direction: column;
  width: calc(100% - 300px);
}
section.sim-result-step ul li .inner .right .top {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  color: #7F9F3B;
  display: flex;
  align-items: center;
  gap: 12px;
}
section.sim-result-step ul li .inner .right .top::before {
  content: "tips_and_updates";
  font-family: "Material Icons";
  font-size: 24px;
  color: #7F9F3B;
}
section.sim-result-step ul li .inner .right .top p span {
  padding-bottom: 1px;
  border-bottom: 1px solid #7F9F3B;
}
section.sim-result-step ul li .inner .right .bottom {
  font-size: 15px;
  margin-top: 12px;
  line-height: 1.5;
}
section.sim-result-step ul li .inner .right .bottom span {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  section.sim-result-step ul li .inner {
    flex-direction: column !important;
    padding: 12px;
  }
  section.sim-result-step ul li .inner .left,
section.sim-result-step ul li .inner .right {
    width: 100%;
    max-width: none;
  }
}

section.section-voice {
  margin-bottom: 64px;
}
section.section-voice h2 {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: bold;
  margin: 24px 0;
  padding: 20px;
  color: #f08d18;
  text-align: center;
}
section.section-voice .voices {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  section.section-voice .voices {
    flex-direction: column !important;
    padding: 12px;
  }
}
section.section-voice .voices li {
  border: 3px solid #ddd;
  border-radius: 6px;
  padding: 16px;
  height: 480px;
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: unset;
  align-items: center;
}
section.section-voice .voices li .top {
  font-size: 15px;
  font-weight: bold;
  color: #7F9F3B;
  text-align: center;
  margin: 12px 0;
}
section.section-voice .voices li .top img {
  margin-bottom: 8px;
}
section.section-voice .voices li .bottom {
  font-size: 16px;
  line-height: 1.5;
}
section.section-voice .voices li .bottom span {
  font-weight: bold;
}
section.section-voice .voices li:last-child .bottom {
  font-size: 15px;
}

.list__footer-jpx,
.list__footer-pmark {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  max-width: 800px;
  margin: 2px auto;
  padding: 24px 8px;
}
@media screen and (min-width: 767px) {
  .list__footer-jpx,
.list__footer-pmark {
    text-align: left;
    padding: 10px 0;
    font-weight: bold;
    font-size: 15px;
    padding: 24px 0;
  }
}
.list__footer-jpx ul,
.list__footer-pmark ul {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
@media screen and (min-width: 767px) {
  .list__footer-jpx ul,
.list__footer-pmark ul {
    justify-content: center;
    align-items: center;
  }
}
.list__footer-jpx li:last-child,
.list__footer-pmark li:last-child {
  padding: 0 10px;
  line-height: 1.6;
}
.list__footer-jpx img,
.list__footer-pmark img {
  min-width: 40px;
  width: 40px;
  line-height: 0;
  vertical-align: middle;
}
.list__footer-jpx strong,
.list__footer-pmark strong {
  color: #eb6877;
  font-size: 0.875rem;
  font-weight: bold;
}

.list__footer-pmark {
  margin-top: 4px;
  border-bottom: 1px solid #dedede;
  border-top: 3px solid #2E3858;
}

.copyright {
  padding: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #ccc;
  background: #333;
}

.cv-banner.top {
  margin: 0 0 30px;
}
.cv-banner.top .cv-banner-inner {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 30px;
}
.cv-banner.top .cv-banner-inner > div span {
  font-size: 1.1em;
  color: #f08d18;
  margin: 0 4px 0 2px;
}
.cv-banner.top .cv-banner-inner > div:last-child {
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

:has(.section-2-1[style*=none]) .cv-banner.top {
  display: none;
}

@media (min-width: 639px) {
  .cv-banner.top .cv-banner-inner {
    height: 160px;
    padding-top: 20px;
  }
}
.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  height: 3rem;
}

#ctaBtn {
  text-align: center;
  margin: -1.5rem 0 3rem 0;
}
@media screen and (max-width: 640px) {
  #ctaBtn {
    padding: 0 20px;
    margin: 0rem 0 2.5rem 0;
    overflow: hidden;
    padding-bottom: 20px;
  }
}
#ctaBtn > p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #c44242;
  margin: 20px auto 10px;
}

.submit-note {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 640px) {
  .submit-note {
    margin-bottom: 0;
  }
}

.maruwakari-promo-wrapper {
  margin: 20px auto 30px;
  max-width: 800px;
  border: 3px solid #f08d18;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .maruwakari-promo-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}

.diagnosis-gift-banner {
  background: #f08d18;
  padding: 16px 24px;
  text-align: center;
  word-break: auto-phrase;
}
.diagnosis-gift-banner > div {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .diagnosis-gift-banner > div {
    font-size: 1.4rem !important;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .diagnosis-gift-banner {
    padding: 12px 16px;
  }
}

.diagonal-line-left,
.diagonal-line-right {
  display: inline-block;
  width: 0;
  height: 30px;
  border-left: 3px solid #ffffff;
  transform-origin: center;
}
@media screen and (max-width: 640px) {
  .diagonal-line-left,
.diagonal-line-right {
    height: 24px !important;
    border-left-width: 2px !important;
  }
}

.diagonal-line-left {
  transform: rotate(-45deg);
}

.diagonal-line-right {
  transform: rotate(45deg);
}

.maruwakari-promo {
  padding: 16px 24px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .maruwakari-promo {
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }
}

.maruwakari-promo__image {
  flex-shrink: 0;
  width: 93px;
  height: auto;
}
.maruwakari-promo__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .maruwakari-promo__image {
    width: 53px;
  }
}

.maruwakari-promo__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 640px) {
  .maruwakari-promo__title {
    font-size: 1.5rem !important;
    text-align: center;
  }
}

.maruwakari-dot {
  position: relative;
  display: inline-block;
}
.maruwakari-dot::before {
  content: "•";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  color: #ff6b00;
}

.maruwakari-download {
  margin: 30px auto;
  max-width: 600px;
}

.maruwakari-download-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #3b82f6;
  background: linear-gradient(to right, #3b82f6, #2563eb);
  color: #ffffff;
  font-weight: bold;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}
.maruwakari-download-button:hover {
  background: linear-gradient(to right, #2563eb, #1d4ed8) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
}
@media screen and (max-width: 640px) {
  .maruwakari-download-button {
    flex-direction: column;
    padding: 16px;
  }
}

.maruwakari-download-button .button-image {
  display: flex;
  align-items: center;
}
.maruwakari-download-button .button-image img {
  width: 60px;
  height: auto;
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  .maruwakari-download-button .button-image {
    margin-bottom: 8px;
    margin-right: 0;
  }
  .maruwakari-download-button .button-image img {
    margin-right: 0;
  }
}

.maruwakari-download-button .button-text {
  flex: 1;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
}
.maruwakari-download-button .button-text > span {
  font-size: 1.4rem;
  opacity: 0.9;
  display: block;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .maruwakari-download-button .button-text {
    font-size: 1.6rem !important;
    margin-bottom: 8px;
  }
}

.maruwakari-download-button .material-icons {
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .maruwakari-download-button .material-icons {
    font-size: 2rem;
  }
}