/*
 * foundation
 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "sans-serif";
  color: #364A59;
  line-height: 1.6;
  color: #364A59;
}

main {
  overflow-x: hidden;
}

a {
  word-break: break-all;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}

* img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.en {
  font-family: "Roboto", "sans-serif";
}

.grecaptcha-badge {
  visibility: hidden;
}

.sp-block {
  display: none;
}
@media (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media (max-width: 1023px) {
  .tab-block {
    display: block;
  }
}

/*
 * layout
 */
.header {
  height: 85px;
}
.header-inr {
  justify-content: space-between;
}
.header-logo {
  max-width: 288px;
}
@media (max-width: 767px) {
  .header-logo {
    width: 47vw;
  }
}
.header-info {
  text-align: center;
  gap: 6px;
}
.header-info_tel {
  gap: 6px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  border-bottom: 2px solid #4084BA;
}
@media (max-width: 767px) {
  .header-info_tel {
    font-size: min(4.8vw, 28px);
  }
}
.header-info_tel img {
  width: 22px;
}
@media (max-width: 767px) {
  .header-info_tel img {
    width: 5.6vw;
    max-width: 22px;
  }
}
.header-info time {
  font: 14px;
  line-height: 150%;
  color: #596F80;
}
@media (max-width: 767px) {
  .header-info time {
    font-size: min(3.2vw, 14px);
  }
}

.footer {
  justify-content: center;
  text-align: center;
  padding: 40px 0 144px;
}
.footer-img {
  max-width: 288px;
  margin-bottom: 24px;
}
.footer address {
  margin-bottom: 8px;
}
.footer p {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .footer p {
    margin-bottom: 60px;
  }
}
.footer > span {
  font-size: 13px;
  color: #596F80;
}

.floating {
  width: 100%;
  height: 136px;
  background-image: url(../../assets/images/top/floating-back.png);
  background-size: 100% 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
@media (max-width: 767px) {
  .floating {
    height: 108px;
  }
}

/*
 * object
 */
.assignment {
  padding: 80px 0 40px;
}
.assignment .title-main span {
  font-size: min(6.1333333333vw, 30px);
}

.introduction {
  position: relative;
  padding: 91px 0 21px;
}
.introduction::before {
  content: "";
  background-image: url(../../assets/images/top/introduction-bg.png);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1023px) {
  .introduction::before {
    background-size: cover;
    background-position: top center;
  }
}
@media (max-width: 767px) {
  .introduction-bg {
    margin: 0 16px;
  }
}
.introduction-title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}
.introduction-title_block {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #4084BA;
}
.introduction-title_block:nth-child(1) {
  font-size: 36px;
  margin-bottom: 18px;
  letter-spacing: 1.44px;
}
@media (max-width: 767px) {
  .introduction-title_block:nth-child(1) {
    font-size: min(6.4vw, 36px);
  }
}
.introduction-title_block:nth-child(2) {
  font-size: 46px;
  letter-spacing: 1.84px;
}
@media (max-width: 767px) {
  .introduction-title_block:nth-child(2) {
    font-size: min(6.9333333333vw, 46px);
  }
}
.introduction-title_block:nth-child(2) span {
  color: #FAF374;
}
.introduction-text {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .introduction-text {
    font-size: min(5.8666666667vw, 26px);
  }
}
.introduction-main {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 40px auto;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .introduction-main {
    padding: 30px 16px;
  }
}
.introduction-main::before {
  content: "";
  background-image: url(../../assets/images/top/introduction-illust1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 120px;
  height: auto;
  aspect-ratio: 60/67;
  position: absolute;
  bottom: 0;
  left: -5%;
}
@media (max-width: 767px) {
  .introduction-main::before {
    width: 20vw;
  }
}
.introduction-main::after {
  content: "";
  background-image: url(../../assets/images/top/introduction-illust2.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 153px;
  height: auto;
  aspect-ratio: 153/131;
  position: absolute;
  bottom: 0;
  right: -5%;
}
@media (max-width: 767px) {
  .introduction-main::after {
    width: 26vw;
  }
}
.introduction-main ul {
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.introduction-main ul li {
  min-width: 140px;
}
@media (max-width: 767px) {
  .introduction-main ul li {
    width: 100%;
    max-width: 140px;
  }
}
.introduction-main_text--inr {
  color: #090D2B;
  gap: 4px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .introduction-main_text--inr {
    flex-direction: column;
    font-size: min(4vw, 24px);
  }
}
.introduction-main_text--inr span {
  font-size: 23px;
  padding: 2px 12px;
  background-color: #E9B12E;
  color: #fff;
  border-radius: 5.102px;
}
@media (max-width: 767px) {
  .introduction-main_text--inr span {
    font-size: min(3.7333333333vw, 23px);
  }
}
.introduction-main_text--inr__t {
  gap: 4px;
}
.introduction-main_text--inr:nth-child(1) {
  margin-bottom: 9.5px;
}
.introduction-allow {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

.features {
  background-color: #E1EDF6;
  padding-bottom: 80px;
}
.features-bg {
  background-image: url(../../assets/images/top/features-bg.png);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  padding: 56px 0 64px;
  margin-bottom: 80px;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .features-bg {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .features-bg {
    margin-bottom: 60px;
  }
}
.features-bg .title-main_sub {
  color: #fff;
}
.features-bg .title-main_sub span {
  color: #FAF374;
}
.features-contents {
  width: 89.63%;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  gap: 64px 40px;
}
@media (max-width: 1279px) {
  .features-contents {
    gap: 64px 30px;
  }
}
.features-item {
  max-width: 296px;
  min-width: 296px;
  padding: 24px 24px 26px 24px;
  background-color: #E1EDF6;
  border-radius: 16px;
  border: 2px solid #fff;
  position: relative;
}
@media (max-width: 767px) {
  .features-item {
    max-width: none;
  }
}
.features-item_nb {
  height: auto;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .features-item_nb {
    top: -6.5%;
  }
}
.features-item:nth-child(1) .features-item_nb {
  max-width: 77px;
}
.features-item:nth-child(2) .features-item_nb {
  max-width: 96px;
}
.features-item:nth-child(3) .features-item_nb {
  max-width: 91px;
}
.features-item:nth-child(4) .features-item_nb {
  max-width: 93px;
}
.features-item:nth-child(4) .features-item_h3--inr {
  font-size: 18px;
  letter-spacing: 0.36px;
}
.features-item:nth-child(5) .features-item_nb {
  max-width: 91px;
}
.features-item:nth-child(6) .features-item_nb {
  width: auto;
  max-width: 94px;
}
.features-item_illust {
  height: auto;
  max-height: 165px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .features-item_illust {
    max-height: none;
  }
}
.features-item_h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.4px;
  height: 64px;
  color: #fff;
  text-align: center;
  background-color: #4084BA;
  border-radius: 2px;
  margin-bottom: 8px;
}
.features-item_h3--inr {
  width: 100%;
  text-align: center;
}
.features-item_h3 span {
  color: #FAF374;
}
.features .serviceAll {
  text-align: center;
  padding: 44px 40px 50px;
  border-radius: 40px;
  border: 4px solid #FDC872;
  background-color: #fff;
}
@media (max-width: 767px) {
  .features .serviceAll {
    padding: 34px 16px 40px;
  }
}
.features .serviceAll-inr {
  border-radius: 8px;
  padding: 44px 76px 36px 76px;
  background-color: #FAFAFA;
}
@media (max-width: 767px) {
  .features .serviceAll-inr {
    padding: 30px 16px 30px 16px;
  }
}
.features .serviceAll-title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  margin: 0 auto 32px auto;
  position: relative;
}
@media (max-width: 767px) {
  .features .serviceAll-title {
    padding: 0 min(2.67vw, 30px);
  }
}
.features .serviceAll-title::before, .features .serviceAll-title::after {
  content: "";
  width: 37px;
  height: 49px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .features .serviceAll-title::before, .features .serviceAll-title::after {
    background-size: 100% 100%;
    width: 22px;
    height: 30px;
  }
}
.features .serviceAll-title::before {
  background-image: url(../../assets/images/top/serviceall-left.svg);
  left: -30px;
}
@media (max-width: 767px) {
  .features .serviceAll-title::before {
    left: -20px;
  }
}
.features .serviceAll-title::after {
  background-image: url(../../assets/images/top/serviceall-right.svg);
  right: -30px;
}
@media (max-width: 767px) {
  .features .serviceAll-title::after {
    right: -20px;
  }
}
.features .serviceAll h2 {
  display: inline;
  background: linear-gradient(to bottom, transparent 70%, #fff8db 70%);
  color: #090D2B;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 140%;
}
@media (max-width: 1023px) {
  .features .serviceAll h2 {
    font-size: min(3.26vw, 30px);
  }
}
@media (max-width: 767px) {
  .features .serviceAll h2 {
    font-size: min(4.2666666667vw, 26px);
  }
}
.features .serviceAll h2 span {
  display: inline;
  margin-top: 14px;
}
.features .serviceAll-logo {
  max-width: 723px;
  margin-bottom: 32px;
}
.features .serviceAll p {
  font-size: 15px;
  line-height: 150%;
}

.model {
  background-color: #E1EDF6;
  padding: 80px 0;
}
.model-two {
  width: 100%;
  max-width: 761px;
  margin: 0 auto 8px auto;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 16px;
  text-align: center;
}
.model-two img {
  display: block;
  width: 63.07%;
  margin: 0 auto 24px auto;
}
@media (max-width: 767px) {
  .model-two img {
    width: 100%;
    max-width: 500px;
  }
}
.model-two p {
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
  color: #090D2B;
  background: linear-gradient(to right, #f1aa89, #f9ccb7);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 100%;
}
@media (max-width: 767px) {
  .model-two p {
    font-size: min(3.7333333333vw, 20px);
  }
}
.model-allow {
  display: block;
  max-width: 200px;
  margin: 0 auto 32px auto;
}
.model-illust {
  display: block;
  max-width: 864px;
  margin: 0 auto 30px auto;
}
@media (max-width: 767px) {
  .model-illust {
    max-width: 346px;
  }
}
.model-wrapper {
  width: 100%;
  max-width: 980px;
  margin: -95px auto 0;
  align-items: stretch !important;
  justify-content: center;
  gap: 40px;
  background-color: #D0E3F1;
  padding: 93px 40px 40px;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .model-wrapper {
    flex-direction: column;
    align-items: center !important;
    padding: 93px 16px 40px;
  }
}
@media (max-width: 767px) {
  .model-wrapper {
    margin: -76px auto 0;
  }
}
.model-wrapper_inr {
  flex: 1;
  width: 43.88%;
}
@media (max-width: 1023px) {
  .model-wrapper_inr {
    width: 100%;
    max-width: 600px;
  }
}
.model-wrapper_inr--headPurchase {
  display: block;
  max-width: 393px;
  height: auto;
  margin: 0 auto 8px auto;
}
.model-wrapper_inr--headResults {
  display: block;
  max-width: 418px;
  height: auto;
  margin: 0 auto 8px auto;
}
.model-block {
  flex: 1;
  background-color: #fff;
  padding: 16px 24px 24px 24px;
  border-radius: 4px;
  text-align: center;
}
@media (max-width: 767px) {
  .model-block {
    padding: 16px 16px 24px 16px;
  }
}
.model-block1 h3 {
  background-color: #096EBD;
  margin-bottom: 22px;
}
.model-block1 h3::before {
  background-image: url(../../assets/images/top/model-allow-blue.svg);
}
.model-block1 img {
  max-width: 184px;
}
.model-block1 .model-block_recommendation {
  background-color: #D9E6F1;
}
.model-block1 .model-block_recommendation h4 {
  color: #03406C;
}
.model-block1 .model-block_recommendation ul li::before {
  background-image: url(../../assets/images/top/model-check-blue.svg);
}
.model-block2 h3 {
  background-color: #E9B12E;
  margin-bottom: 41.27px;
}
.model-block2 h3::after {
  background-image: url(../../assets/images/top/model-allow-yellow.svg);
}
.model-block2 img {
  max-width: 217px;
}
.model-block2 p {
  letter-spacing: 0;
}
.model-block2 .model-block_recommendation {
  background-color: #FAEBC9;
}
.model-block2 .model-block_recommendation h4 {
  color: #DB7A04;
}
.model-block2 .model-block_recommendation ul li::before {
  background-image: url(../../assets/images/top/model-check-yellow.svg);
}
.model-block h3 {
  padding: 7px 0;
  width: 100%;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 2.6px;
  color: #fff;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .model-block h3 {
    font-size: min(6.4vw, 26px);
  }
}
.model-block h3::before, .model-block h3::after {
  content: "";
  width: 11px;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.model-block img {
  margin-bottom: 16px;
}
.model-block_text {
  color: #090D2B;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .model-block_text {
    font-size: min(4.2666666667vw, 20px);
  }
}
.model-block_text span {
  color: #E84F44;
}
.model-block_wrapper {
  justify-content: center;
}
.model-block_recommendation {
  padding: 8px 8px 16px 8px;
  border-radius: 8px;
}
.model-block_recommendation h4 {
  font-size: 18px;
  font-weight: 900;
  background-color: #fff;
  width: 100%;
  padding: 0 24px;
  margin-bottom: 8px;
}
.model-block_recommendation ul {
  gap: 4px;
  align-items: start !important;
  color: #090D2B;
  font-weight: 500;
}
@media (max-width: 767px) {
  .model-block_recommendation ul {
    font-size: min(3.7333333333vw, 16px);
  }
}
.model-block_recommendation ul li {
  position: relative;
}
.model-block_recommendation ul li::before, .model-block_recommendation ul li::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: -20px;
}

.twoStep {
  padding: 80px 0;
}
.twoStep-allow {
  max-width: 45px;
}
@media (max-width: 767px) {
  .twoStep-allow {
    transform: rotate(90deg);
  }
}
.twoStep-contents {
  justify-content: center;
}
@media (max-width: 767px) {
  .twoStep-contents {
    flex-direction: column;
    gap: 60px;
  }
}
.twoStep-item {
  width: 47.7%;
  text-align: center;
}
@media (max-width: 767px) {
  .twoStep-item {
    width: 100%;
    max-width: 500px;
  }
}
.twoStep-item img {
  margin-bottom: 8px;
}
.twoStep-item h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #090D2B;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
  background: linear-gradient(to bottom, transparent 70%, #fdfac0 70%);
}
.twoStep-item p {
  font-weight: 500;
  letter-spacing: 0.32px;
}
.twoStep-item1 img {
  width: 70.16%;
}
.twoStep-item2 img {
  max-width: 66.1%;
}

.service {
  padding: 80px 0;
  background-image: url(../../assets/images/top/service-back.jpg);
  background-size: 100% 100%;
}
@media (max-width: 1023px) {
  .service {
    background-size: cover;
  }
}
.service-block {
  background-color: #D0E3F1;
  padding: 40px 84px;
  border: 3px solid #fff;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .service-block {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .service-block {
    padding: 30px 10px;
  }
}
.service-block_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px auto;
  padding: 0 24px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .service-block_title {
    margin: 0 auto 30px auto;
    padding: 0;
  }
}
.service-block_title::before {
  content: "";
  background-image: url(../../assets/images/top/service-title-left.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  max-width: 38px;
  aspect-ratio: 38/49;
  position: absolute;
  bottom: 0%;
  left: -38px;
}
@media (max-width: 767px) {
  .service-block_title::before {
    width: 6vw;
    left: 0;
    background-size: 100% 100%;
  }
}
.service-block_title::after {
  content: "";
  background-image: url(../../assets/images/top/service-title-right.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  max-width: 38px;
  aspect-ratio: 38/49;
  position: absolute;
  bottom: 0%;
  right: -38px;
}
@media (max-width: 767px) {
  .service-block_title::after {
    width: 6vw;
    right: 0vw;
    background-size: 100% 100%;
  }
}
.service-block_title--inr {
  font-size: 28px;
  font-weight: 900;
  justify-content: center;
}
@media (max-width: 1023px) {
  .service-block_title--inr {
    font-size: min(2.87vw, 28px);
  }
}
@media (max-width: 767px) {
  .service-block_title--inr {
    flex-direction: column;
    gap: 10px;
    font-size: min(5.3333333333vw, 26px);
  }
}
.service-block_title--inr__wrapper {
  gap: 4px;
  margin: 0 4px;
}
.service-block_title--inr__border {
  color: #364A59;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
}
.service-block_title--inr__bg {
  padding: 2px 12px;
  color: #fff;
  background-color: #E9B12E;
  border-radius: 5.325px;
}
.service-block_title--inr__marker {
  display: inline;
  background: linear-gradient(to bottom, transparent 70%, #fdfac0 70%);
}
@media (max-width: 767px) {
  .service-block_title--inr__none {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-block_title--inrBttom {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: min(4.8vw, 22px);
  }
}
.service-block_contents {
  justify-content: center;
  align-items: stretch !important;
  flex-wrap: wrap;
  gap: 24px;
}
.service-block_item {
  min-width: 216px;
  max-width: 300px;
  flex: 1;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}
.service-block_item img {
  width: 65.42%;
  height: auto;
  margin-bottom: 30px;
}
.service-block_item h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.voice {
  padding: 80px 0;
}
.voice-wrapper {
  gap: 52px;
}
@media (max-width: 767px) {
  .voice-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
.voice-illust {
  width: 16.53%;
}
@media (max-width: 767px) {
  .voice-illust {
    width: 100%;
    max-width: 190px;
  }
}
.voice-main {
  gap: 32px;
}
.voice-block {
  width: 80.41%;
  padding: 24px 32px;
  background-color: #ECF3F8;
  position: relative;
}
@media (max-width: 767px) {
  .voice-block {
    width: 100%;
    padding: 20px 16px;
  }
}
.voice-block::before {
  content: "";
  background-image: url(../../assets/images/top/voice-allow-left.svg);
  width: 20px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .voice-block::before {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    transform: rotate(90deg);
  }
}
.voice-block_text {
  color: #090D2B;
  line-height: 180%;
  padding-bottom: 16px;
  position: relative;
}
.voice-block_text::before {
  content: "";
  background-image: url(../../assets/images/top/voice-border.png);
  width: 99.8%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: repeat;
}
.voice-block_inr {
  padding-top: 16px;
  gap: 24px;
  align-items: stretch !important;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .voice-block_inr {
    justify-content: center;
  }
}
.voice-block_item {
  height: 77px;
  background-color: #fff;
  text-align: center;
}
.voice-block_item--top {
  width: 146px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.8px;
  background-color: #4084BA;
  border-radius: 2px 2px 0px 0px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .voice-block_item--top {
    width: 131px;
    height: 22px;
    font-size: 13px;
  }
}
.voice-block_item--top::before {
  content: "";
  background-image: url(../../assets/images/top/voice-allow-bottom.svg);
  background-size: 100% 100%;
  width: 10px;
  height: 5px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.voice-block_item--bottom {
  padding: 5px 0 4px;
  color: #4084BA;
  font-weight: 500;
  line-height: 44px;
}
.voice-block_item--bottom__22 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .voice-block_item--bottom__22 {
    font-size: 21px;
  }
}
.voice-block_item--bottom__14 {
  font-size: 14px;
  padding-left: 2px;
}
@media (max-width: 767px) {
  .voice-block_item--bottom__14 {
    font-size: 13px;
  }
}
.voice-block_item--bottom__13 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .voice-block_item--bottom__13 {
    font-size: 12px;
  }
}
.voice-block_item--bottom__24 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .voice-block_item--bottom__24 {
    font-size: 23px;
  }
}

.faq {
  padding: 80px 0;
  background-color: #E1EDF6;
}
.faq-contents {
  gap: 24px;
}
.faq .faq-item {
  width: 100%;
  position: relative;
}
.faq .faq-item_q {
  max-width: 35px;
  height: auto;
  margin-right: 8px;
  position: absolute;
  top: 4px;
  left: 16px;
}
.faq .faq-item dt {
  background-color: #79A9CF;
  padding: 8px 16px 10px 69px;
  border-radius: 8px 8px 8px 8px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.51px;
  line-height: 150%;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq .faq-item dt {
    font-size: 16px;
  }
}
.faq .faq-item dt.is-open {
  border-radius: 8px 8px 0 0;
}
.faq .faq-item dt::before, .faq .faq-item dt::after {
  transition: all 0.3s ease;
}
.faq .faq-item dt::before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.faq .faq-item dt::after {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
}
.faq .faq-item dt.is-open::after {
  opacity: 0;
}
.faq .faq-item dt p {
  width: 90%;
}
.faq .faq-item dd {
  background-color: #FAFAFA;
  padding: 16px 24px;
  border-radius: 0px 0px 8px 8px;
}
@media (max-width: 767px) {
  .faq .faq-item dd {
    font-size: 15px;
  }
}
.faq .faq-item dd span {
  font-size: 14px;
  color: #2D2D2D;
}

.cta-head {
  padding: 24px 0;
  background-image: url(../../assets/images/cta/cta-head-back.jpg);
  background-size: 100% 100%;
}
.cta-head_title h2 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-size: clamp(23px, 3.7vw, 32px);
  font-weight: 700;
  letter-spacing: 0.64px;
  margin-bottom: 24px;
}
.cta-head_title h2 span {
  color: #FAF374;
}
.cta-main {
  background-image: url(../../assets/images/cta/cta-main-back.jpg);
  background-size: 100% 100%;
  padding: 64px 0;
}
.cta-main h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.72px;
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .cta-main h2 {
    font-size: min(6.6666666667vw, 36px);
  }
}
.cta-main h2 span {
  color: #FAF374;
}
.cta-main_block {
  max-width: 544px;
  margin: 0 auto;
  gap: 20px 32px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}
.cta-main_item {
  width: 160px;
  aspect-ratio: 1;
  text-align: center;
  border-radius: 100px;
  background-color: #fff;
  border: 2px solid #E1EDF6;
  position: relative;
}
.cta-main_item:nth-child(1) .cta-main_item--inr, .cta-main_item:nth-child(3) .cta-main_item--inr {
  top: 10px;
}
.cta-main_item--inr {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.cta-main_item p {
  font-size: 18px;
  font-weight: 700;
  color: #004B86;
}
.cta-main_item img {
  max-width: 60px;
  height: auto;
}

.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
}

.title-main {
  text-align: center;
}
.title-main_sub {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 2.88px;
  line-height: 150%;
  color: #090D2B;
  position: relative;
}
@media (max-width: 767px) {
  .title-main_sub {
    font-size: 30px;
  }
}
.title-main_sub::before {
  content: "";
  background-image: url(../../assets/images/top/title-line.svg);
  width: 100%;
  height: 2px;
  background-repeat: repeat;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin-right: 2px;
}
.title-main img {
  margin-bottom: 8px;
}
.title-main_faq {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .title-main_faq {
    margin-bottom: 60px;
  }
}
.title-main_faq img {
  width: 67px;
}
.title-main_assignment {
  margin-bottom: 42px;
}
.title-main_assignment img {
  max-width: 341px;
}
@media (max-width: 767px) {
  .title-main_assignment img {
    width: 72.28vw;
  }
}
.title-main_service {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .title-main_service {
    margin-bottom: 60px;
  }
}
.title-main_service img {
  max-width: 140px;
}
.title-main_features {
  margin-bottom: 80px;
}
.title-main_features img {
  max-width: 158px;
}
.title-main_features .title-main_sub {
  font-size: min(6.1333333333vw, 30px);
}
.title-main_features .title-main_sub::before {
  background-image: url(../../assets/images/top/title-line-white.svg);
}
.title-main_model {
  margin-bottom: 64px;
}
.title-main_model img {
  max-width: 140px;
}
@media (max-width: 767px) {
  .title-main_model .title-main_sub {
    font-size: min(6.6666666667vw, 30px);
  }
}
.title-main_twoStep {
  margin-bottom: 40px;
}
.title-main_twoStep img {
  max-width: 158px;
}
.title-main_voice {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .title-main_voice span {
    font-size: min(6.6666666667vw, 30px);
  }
}
@media (max-width: 767px) {
  .title-main_voice {
    margin-bottom: 30px;
  }
}
.title-main_voice img {
  max-width: 122px;
}

.btn-header {
  width: 128px;
  height: 85px;
  justify-content: center;
  background: linear-gradient(270deg, #e96d34 0%, #eb5c1b 100%);
  text-shadow: 0px 0px 8px rgba(69, 27, 8, 0.2);
  color: #fff;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .btn-header {
    display: none;
  }
}
.btn-ctaHead {
  position: relative;
  width: 100%;
  max-width: 485px;
  height: 85px;
  justify-content: center;
  margin: 0 auto;
  padding: 2px;
  border-radius: 7.729px;
  background: linear-gradient(90deg, #ea7944 0%, #f9ccb7 100%);
  box-shadow: 0 2px 4px 0 rgba(25, 52, 74, 0.2);
  box-shadow: 0px 1.932px 3.865px 0px rgba(25, 52, 74, 0.2);
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.464px;
  text-shadow: 0px 0px 7.729px rgba(69, 27, 8, 0.2);
}
.btn-ctaHead_inr {
  gap: 4px;
  position: relative;
  z-index: 3;
}
.btn-ctaHead::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 5.729px;
  background: linear-gradient(270deg, #e96d34 0%, #eb5c1b 100%);
  z-index: 0;
}
.btn-ctaHead img {
  width: 47px;
  height: auto;
}
@media (max-width: 767px) {
  .btn-floating {
    height: 65px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .btn-floating img {
    width: 37px;
  }
}

.container-1280 {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
}
.container-1080 {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
}
.container-980 {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
}
.container-820 {
  width: min(100% - 32px, 820px);
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */