@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -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;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*
* Display flex
*/
html {
  font-size: 16px;
  font-size: 4.2666666667vw;
}

body {
  font-family: "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  letter-spacing: 0;
  text-align: justify;
}

.container {
  width: 100%;
  height: auto;
}

.content {
  width: 100%;
  height: auto;
}
.content--normal {
  max-width: 580px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

img {
  width: 100%;
  height: auto;
}
img.vertical {
  width: auto;
  height: 100%;
}

.input-parts {
  width: 100%;
}

.center {
  text-align: center;
}

.inline-text {
  display: inline-block;
}

.large-text {
  font-size: 1.1rem;
}

.small-text {
  font-size: 0.8rem;
}

h3.confirm-heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.input-parts > label {
  display: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.input-parts > .form-confirm-text {
  margin-top: 1rem;
}

.input-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.input-wrapper--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("../images/common/input-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  pointer-events: none;
}
.input-wrapper--radio {
  display: flex;
  gap: 0 1.5rem;
  align-items: center;
}
.input-wrapper--born {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}

.input-wrapper > select,
.input-wrapper > input[type=text],
.input-wrapper > input[type=tel],
.input-wrapper > input[type=email] {
  width: 100%;
  height: auto;
  padding: 1.25rem;
  border: solid 1px #333;
  border-radius: 0.625rem;
  background-color: #fff;
}

.input-wrapper > input[type=text]::-moz-placeholder, .input-wrapper > input[type=tel]::-moz-placeholder, .input-wrapper > input[type=email]::-moz-placeholder {
  color: #6b6b6b;
}

.input-wrapper > input[type=text]::placeholder,
.input-wrapper > input[type=tel]::placeholder,
.input-wrapper > input[type=email]::placeholder {
  color: #6b6b6b;
}

.radio-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  width: calc(50% - 0.75rem);
  padding: 1.25rem 1rem;
}
.radio-wrapper > label {
  display: flex;
  gap: 0 0.5rem;
  align-items: center;
  font-size: 1.125rem;
}
.radio-wrapper > label::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100vh;
  background-color: #fff;
}
.radio-wrapper > label::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background-color: #cdcdcd;
}
.radio-wrapper > input[type=radio]:checked + label {
  color: #fff;
}
.radio-wrapper > input[type=radio]:checked + label::before {
  background-color: #d65127;
}
.radio-wrapper > input[type=radio]:checked + label::after {
  background-color: #234665;
}

.input-wrapper select.year {
  flex-shrink: 0;
  width: 6.25rem;
}

.input-wrapper select.month,
.input-wrapper select.day {
  width: 100%;
}

.form-error {
  display: none;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #f00;
}
.form-error.active {
  display: block;
}

.form-privacy-check {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  color: #838383;
  text-align: center;
}
.form-privacy-check a {
  text-decoration: underline;
}

.form-button-wrapper .button-next,
.form-button-wrapper .button-reverse {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.75rem 0;
  border-radius: 0.625rem;
  background-color: #d65127;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.form-button-wrapper .button-next::after,
.form-button-wrapper .button-reverse::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  transform: translateY(-50%);
  background-image: url("../images/common/form-button-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.button-next:disabled {
  background: #838383;
}

.form-button-wrapper .button-reverse {
  margin-top: 1rem;
  background: #838383;
}
.form-button-wrapper .button-reverse::after {
  left: 1.25rem;
  transform: translateY(-50%) scaleX(-1);
}

.form-button-wrapper .button-arrow {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: flex;
  width: 0.5rem;
  height: auto;
  transform: translateY(-50%);
}

.form-button-wrapper .button-reverse .button-arrow {
  right: unset;
  left: 1.5rem;
}

.form-button-wrapper .button-reverse .button-arrow img {
  transform: scale(-1);
}

.cta-button__heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cta-button__heading::before, .cta-button__heading::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #ed7e17;
}
.cta-button__heading::before {
  bottom: 0;
  left: -1.5rem;
  transform: rotate(-30deg);
}
.cta-button__heading::after {
  right: -1.25rem;
  bottom: 0;
  transform: rotate(30deg);
}

.cta-button__heading {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.cta-button__heading span.autofill-month {
  color: #ed7e17;
  font-size: 1.375rem;
}

.cta-button__button {
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.75rem auto 0;
  padding: 1.5rem 2.5rem 1rem;
  border-radius: 100vh;
  background: linear-gradient(39deg, #389bf1 0%, #2dbbda 100%);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
}

.cta-button__button p.prompt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 1.75rem;
  border: solid 1px #d65127;
  border-radius: 100vh;
  background-color: #fff;
  color: #d65127;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.cta-button__button p.prompt span {
  display: inline-block;
  margin-left: 0.125rem;
  font-size: 1.125rem;
}

.cta-button__button p.main {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.cta-button__button p.main span {
  padding: 0.375rem 0.875rem;
  border-radius: 100vh;
  font-size: 1rem;
  background-color: #333;
}

.fv {
  position: relative;
  width: 100%;
  height: auto;
  max-width: unset;
}
.fv__content {
  position: absolute;
  top: 0;
  padding: 1.5rem 5%;
}
.fv__content .logo {
  width: 32%;
}
.fv__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.125em auto 0;
}
.fv__heading--pc {
  display: none;
}
.fv__heading .top {
  background-color: #fff;
  color: #d65127;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.fv__heading h1 {
  color: #234665;
  text-align: center;
}
.fv__heading h1 .line-01 {
  font-size: 2rem;
}
.fv__heading h1 .line-01 span {
  display: inline-block;
  margin-right: 0.5rem;
}
.fv__heading h1 .line-02 {
  font-size: 1.375rem;
}
.fv__heading h1 .large {
  font-size: 3.5rem;
}
.fv__heading h1 .medium {
  font-size: 1.75rem;
}
.fv__heading h1 .bold {
  font-weight: 700;
}
.fv__heading h1 .underline {
  text-decoration: underline;
  -webkit-text-decoration-color: #ffe600;
  text-decoration-color: #ffe600;
  text-decoration-thickness: 1rem;
  text-underline-offset: -0.5rem;
}
.fv__feature {
  width: 68.5%;
  height: auto;
  margin-top: 1.5rem;
  margin-left: -0.75rem;
}

.stepform {
  background-color: #f5f5f5;
}
.stepform__heading {
  padding: 1.5rem 0;
  background-color: #d65127;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.stepform .content--normal {
  padding-right: unset;
  padding-left: unset;
}

.stepform__wrapper {
  width: 100%;
  height: auto;
  padding-top: 1.5rem;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 2.5rem;
  overflow: hidden;
  background-color: #f5f5f5;
}

.stepform__progress {
  display: flex;
  gap: 0 1rem;
}

.stepform__progress > span {
  display: flex;
  flex-shrink: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem;
  font-size: 1.125rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #bebebe;
  border-radius: 100vh;
}
.stepform__progress > span.active {
  background-color: #234665;
}

.stepform__input-screen {
  display: none;
  flex-direction: column;
  gap: 2rem 0;
  margin-top: 2rem;
}
.stepform__input-screen.active {
  display: flex;
}

.stepform__wrapper .input-wrapper > select,
.stepform__wrapper .input-wrapper > input[type=text],
.stepform__wrapper .input-wrapper > input[type=tel],
.stepform__wrapper .input-wrapper > input[type=email] {
  padding: 1.25rem;
}

.stepform__wrapper .form-privacy-check {
  font-size: 1em;
}

.stepform__input-screen .input-wrapper--radio {
  gap: 0 1.5em;
}
.stepform__input-screen .input-wrapper--radio .radio-wrapper {
  width: calc(50% - 0.75em);
  padding: 1.25em 1em;
}
.stepform__input-screen .input-wrapper--radio .radio-wrapper label::before {
  width: 1.25em;
  height: 1.25em;
}

.stepform__input-screen .confirm-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}

.consultant .content {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 4.25rem;
  background-image: url("../images/consultant/consultant_background.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.consultant .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24.813rem;
  background: linear-gradient(288deg, #022848 24.93%, #1b67a8 95.88%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 68%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 68%, 0% 100%);
}
.consultant__slider {
  position: relative;
  margin-top: 1.375rem;
}
.consultant__slider__slide {
  border-radius: 1rem;
  background-color: #fff;
}
.consultant__arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  border-radius: 100vh;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.consultant__arrow-left img {
  width: 1.125rem;
  height: auto;
}
.consultant__arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translate(50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  border-radius: 100vh;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.consultant__arrow-right img {
  width: 1.125rem;
  height: auto;
}
.consultant h2 {
  position: relative;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}
.consultant__inner {
  padding: 1.5rem 1.313rem 2.5rem;
}
.consultant__name {
  font-size: 1.25rem;
  text-align: center;
}
.consultant__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 0;
  padding: 0.5rem 2rem;
  background-color: #234665;
  border-radius: 100vh;
  color: #fff;
}
.consultant__text {
  margin-top: 0.5rem;
  font-size: 0.9385rem;
}
.consultant .splide__pagination {
  display: flex;
  gap: 0.625rem;
  position: static;
  padding-top: 1rem;
}
.consultant .splide__pagination li {
  display: flex;
}
.consultant .splide__pagination button {
  opacity: unset;
  width: 0.75rem;
  height: 0.75rem;
  margin: unset;
  background-color: #d9d9d9;
}
.consultant .splide__pagination button.is-active {
  background-color: #d65127;
  transform: unset;
}

.story {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #234665;
}
.story h2 {
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}
.story__slider {
  position: relative;
}
.story__arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  border-radius: 100vh;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.story__arrow-left img {
  width: 1.125rem;
  height: auto;
}
.story__arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translate(50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  border-radius: 100vh;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.story__arrow-right img {
  width: 1.125rem;
  height: auto;
}
.story__track {
  overflow-y: unset;
}
.story__content {
  padding: 0 1.5rem 2rem;
  background-color: #fff;
  border-radius: 0.625rem;
  margin-top: 3.5rem;
}
.story__profile {
  display: flex;
  align-items: end;
  margin-top: -2rem;
}
.story__icon {
  width: 49%;
}
.story__icon img {
  border-radius: 0.625rem;
}
.story__name {
  flex: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 1.125rem;
  padding-bottom: 1rem;
  padding-left: 1.4rem;
  border-bottom: solid 1px #333;
}
.story__name p {
  font-size: 1rem;
  line-height: 1.4;
}
.story__career {
  margin-top: 1.5rem;
}
.story__future {
  display: flex;
  gap: 0.5rem;
}
.story__future .label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 3.688rem;
  background-color: #d9d9d9;
}
.story__future .label::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0.125rem;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 1.063rem;
  height: 0.686rem;
  background-color: #d9d9d9;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.story__future .text {
  line-height: 1.4;
  font-size: 1.125rem;
}
.story__future .text span {
  font-size: 1rem;
}
.story__future--orange .label {
  color: #fff;
  background: linear-gradient(to right, #d65127, #ed7e17);
}
.story__future--orange .label::after {
  content: none;
}
.story__future--orange .text {
  color: #d65127;
  font-size: 1.25rem;
}
.story__future--orange .text span {
  font-size: 1.125rem;
}
.story__success {
  position: relative;
}
.story__badge {
  position: absolute;
  bottom: -0.563rem;
  right: -0.563rem;
  width: 4.25rem;
  height: 4.25rem;
}
.story__badge--position {
  top: -1.563rem;
  bottom: unset;
}
.story__title {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 1.5rem;
}
.story__text {
  line-height: 1.4;
  margin-top: 0.563rem;
}
.story .splide__pagination {
  display: flex;
  gap: 0.625rem;
  position: static;
  margin-top: 1rem;
}
.story .splide__pagination li {
  display: flex;
}
.story .splide__pagination button {
  opacity: unset;
  width: 0.75rem;
  height: 0.75rem;
  margin: unset;
  background-color: #d9d9d9;
}
.story .splide__pagination button.is-active {
  background-color: #d65127;
  transform: unset;
}

.job {
  padding: 2.5rem 0;
  background: url("../images/job/job_content_bg.png");

}

.job h2 {
  font-size: 1.25rem;
  color: #334664;
  text-align: center;
}

.job__slider {
  position: relative;
}

.job__arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #334664;
  border-radius: 100vh;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.job__arrow-left img {
  width: 1.125rem;
  height: auto;
}
.job__arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translate(50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #334664;
  border-radius: 100vh;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.job__arrow-right img {
  width: 1.125rem;
  height: auto;
}

.job__track {
  overflow-y: unset;
}

.job__content {
  border-top-left-radius: 0;
  margin-top: 3.5rem;
  position: relative;
}

.job__content:not(.splide__slide--clone) {
  counter-increment: jobCount;
}

.job__content .job__type {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  background-color: #334664;
  color: #fff;
  transform: translateY(-100%);
  padding: 0.5em 1em;
  font-size: 1.125rem;
}

.job__content .job__type::before {
  content: '#'counter(jobCount);
  display: inline-block;
  margin-right: .5em;
}

.job__content .job__thumbnail {
  border-top-right-radius: 0.625rem;
  overflow: hidden;
}

.job__content .job__overview {
  padding: 1.25rem 1.5rem;
  background-color: #fff;
}

.job__overview .job__title {
  font-size: 1.175rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.job__overview .job__estimated-salary {
  display: flex;
  margin-bottom: 1.25rem;
}

.job__estimated-salary .label {
  font-size: 1rem;
  padding: 0.5em;
  width: 2em;
  background-color: #334664;
  color: #fff;
  letter-spacing: 1.1em;
}

.job__estimated-salary .salary {
  flex: 1;
  background: linear-gradient(to right, #d65127, #ed7e17);
  display: flex;
  align-items: center;
  justify-content: center;
}

.job__estimated-salary .salary p {
  color: #fff;
  font-size: 1.175rem;
  text-align: center;
}

.job__estimated-salary .salary p .size_big {
  font-size: 130%;
}

.job__estimated-salary .salary p .size_small {
  font-size: 75%;
}

.job__content .job__salary-example {
  background-color: #f5e2db;
  padding: 1rem 1.5rem;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  display: flex;
  align-items: flex-start;
}

.job__salary-example .label {
  background-color: #bc512d;
  color: #fff;
  font-size: 1rem;
  padding: .5em;
  width: 2em;
  letter-spacing: 1.4em;
  margin-top: 0.25rem;
}

.job__salary-example .list__salary-example {
  flex: 1;
  margin-left: 1.25rem;
}

.job__salary-example .list__salary-example li {
  display: flex;
  padding-bottom: 0.5rem;
}

.job__salary-example .list__salary-example li + li {
  border-top: 1px solid #bc512d;
  padding-top: 0.5rem;
}

.list__salary-example li .icon{
  width: 2.75rem;
  margin-right: 0.25rem;
}

.list__salary-example li .text {
  flex: 1;
}

.list__salary-example li .text .salary {
  font-size: 1.125rem;
  line-height: 1;
}

.list__salary-example li .text .salary .amount {
  font-size: 130%;
}

.list__salary-example li .text .status {
  font-size: 0.875rem;
}

.job .splide__pagination {
  display: flex;
  gap: 0.625rem;
  position: static;
  margin-top: 1rem;
}
.job .splide__pagination li {
  display: flex;
}
.job .splide__pagination button {
  opacity: unset;
  width: 0.75rem;
  height: 0.75rem;
  margin: unset;
  background-color: #d9d9d9;
}
.job .splide__pagination button.is-active {
  background-color: #d65127;
  transform: unset;
}

.worry .content {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-image: url("../images/worry/worry_background.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.worry .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: linear-gradient(109deg, rgba(2, 40, 70, 0.6) 35.28%, rgba(43, 96, 142, 0.6) 88.47%);
}
.worry__wrapper {
  position: relative;
}
.worry h2 {
  font-size: 2.125rem;
  color: #fff;
}
.worry__item {
  display: flex;
  align-items: start;
  gap: 0.544rem;
  padding: 0.5rem 1rem;
  border: solid 4px #e2e2e2;
  margin-top: 0.5rem;
  background-color: #fff;
}
.worry__item:first-of-type {
  margin-top: 1rem;
}
.worry__item p {
  flex: 1;
  color: #234665;
}
.worry__item p span {
  color: #d65127;
}
.worry__logo {
  width: 1rem;
}
.worry__logo img {
  vertical-align: text-bottom;
}

.reason {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #f5f5f5;
}
.reason h2 {
  font-size: 1.25rem;
  text-align: center;
}
.reason__item {
  margin-top: 2rem;
}
.reason__item:first-of-type {
  margin-top: 1.5rem;
}
.reason__point {
  color: #d65127;
  font-family: "Barlow", sans-serif;
  font-size: 0.9385rem;
}
.reason__point span {
  margin-left: 0.125rem;
  font-size: 1.5rem;
}
.reason h3 {
  font-size: 1.625rem;
}
.reason h3 span {
  display: inline-block;
  color: #fff;
  background-color: #d65127;
}
.reason__image {
  margin-top: 1rem;
}
.reason__text {
  margin-top: 1rem;
  line-height: 1.5;
}

.flow {
  padding: 2.5rem 0;
  background-color: #234665;
}
.flow h2 {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}
.flow__main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
  margin-top: 1.5rem;
}
.flow__main__heading {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}
.flow__main__heading p {
  padding: 0 0.5rem;
  background-color: #fff;
  color: #d65127;
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  border-radius: 100vh;
}
.flow__main__heading h3 {
  color: #fff;
  font-size: 1.125rem;
}
.flow__main__content {
  display: flex;
  align-items: flex-start;
  gap: 0 1rem;
  margin-top: 0.625rem;
}
.flow__main__content .left-content {
  flex-shrink: 0;
  width: 3.875rem;
}
.flow__main__content .left-content .arrow {
  width: 1.5rem;
  margin: 0.5rem auto 0;
}
.flow__main__content .right-content {
  width: 100%;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.faq {
  padding: 2.5rem 0;
}
.faq h2 {
  font-size: 1.25rem;
  text-align: center;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  margin-top: 1.5rem;
}
.faq__list .heading {
  display: flex;
  align-items: flex-start;
  gap: 0 0.5rem;
  position: relative;
  padding: 1rem 3.5rem 1rem 1rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #234665;
}
.faq__list .heading.active .status > span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0);
}
.faq__list .heading > span {
  display: flex;
  width: 0.875rem;
  padding-top: 0.25em;
}
.faq__list .heading h3 {
  flex: 1;
  color: #fff;
  font-size: 1rem;
}
.faq__list .heading .status {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.75rem;
  height: 0.75rem;
  transform: translateY(-50%);
}
.faq__list .heading .status span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.faq__list .heading .status span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #fff;
  transition: all 300ms;
}
.faq__list .text-wrapper {
  height: 0;
  overflow: hidden;
  transition: all 300ms;
}
.faq__list .text-wrapper p {
  padding: 1rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #f5f5f5;
}

.contact {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #f5f5f5;
}
.contact__guidance {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #d65127;
  font-size: 1.5rem;
  font-weight: 700;
}
.contact__guidance::before, .contact__guidance::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 2.5rem;
  background-color: #333;
}
.contact__guidance::before {
  left: -1.5rem;
  transform: rotate(-25deg);
}
.contact__guidance::after {
  right: -1rem;
  transform: rotate(25deg);
}
.contact .contact__form-wrapper {
  margin-top: 1.5rem;
}
.contact .contact__form-main,
.contact .contact__form-confirm {
  display: none;
  flex-direction: column;
  gap: 2rem 0;
  margin: 2.5rem auto 0;
}
.contact .contact__form-main.active,
.contact .contact__form-confirm.active {
  display: flex;
}

.cta-button {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.cta-button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 100vh;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  background-color: #d65127;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  transition: 300ms;
}
.cta-button a span {
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.125rem;
}
.cta-button a span::before, .cta-button a span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 1.125rem;
  background-color: #fff;
  font-feature-settings: "palt";
}
.cta-button a span::before {
  left: -0.5rem;
  transform: translate(-50%, -50%) rotate(-25deg);
}
.cta-button a span::after {
  right: -0.5rem;
  transform: translate(50%, -50%) rotate(25deg);
}
.cta-button a:hover {
  opacity: 0.6;
}

.footer .content {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}
.footer .inner {
  padding: 0 1.3125rem;
}
.footer__image {
  width: 55%;
  margin: 0 auto;
}
.footer__link {
  display: flex;
  padding: 0 1.0625rem;
  justify-content: space-around;
  margin-top: 2rem;
}
.footer__link a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
.footer .copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #333;
  text-align: center;
}

.thanks {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}
.thanks__logo {
  width: 10rem;
}
.thanks__wrapper {
  margin-top: 2.5rem;
}
.thanks__wrapper > h2 {
  color: #d65127;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.thanks__wrapper > p {
  margin-top: 1rem;
  line-height: 1.6;
}
.thanks__wrapper .details {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 0.625rem;
  background-color: #f5f5f5;
}
.thanks__wrapper .details > h2 {
  color: #d65127;
  font-size: 1.275rem;
  font-weight: 700;
}
.thanks__wrapper .details > p.text {
  margin-top: 1rem;
  line-height: 1.6;
}
.thanks__wrapper .details > p.tel {
  margin-top: 1rem;
  font-size: 1.875rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.thanks__wrapper > h3 {
  margin-top: 2rem;
  color: #d65127;
  font-size: 1.325rem;
  font-weight: 700;
}
.thanks__wrapper > h3.black {
  color: black;
}

.thanks__wrapper p.last-text {
  margin-top: 3.5rem;
  color: #d65127;
  font-size: 1.25rem;
  font-weight: 700;
}
.thanks__wrapper a {
  display: flex;
  align-items: center;
  gap: 0 0.375rem;
  margin-top: 2rem;
  font-weight: 700;
  font-size: 0.75rem;
  text-decoration: underline;
}
.thanks__wrapper a::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../images/thanks/arrow.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 580px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .fv {
    font-size: 16px;
    font-size: 1.1111111111vw;
  }
  .fv__content {
    width: 100%;
    height: 100%;
    padding: 1.25em;
  }
  .fv__content .logo {
    width: 14%;
  }
  .fv__heading--sp {
    display: none;
  }
  .fv__heading--pc {
    display: block;
  }
  .fv__heading {
    width: 35em;
    margin-top: 5.5em;
    margin-left: 3.75rem;
  }
  .fv__heading .top {
    font-size: 2em;
  }
  .fv__heading h1 {
    margin-top: 1em;
    text-align: left;
    line-height: 1.3;
  }
  .fv__heading h1 .line-01 {
    white-space: nowrap;
    font-size: 1.75em;
  }
  .fv__heading h1 .line-02 {
    white-space: nowrap;
    font-size: 4.375em;
    letter-spacing: 0.03em;
  }
  .fv__heading h1 .large {
    font-size: 2.93em;
  }
  .fv__heading h1 .underline {
    text-decoration-thickness: 0.25em;
    text-underline-offset: -0.2rem;
  }
  .fv__feature {
    width: 39.9%;
    margin-left: 2.5em;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  }
  .stepform__heading {
    padding: 1em;
    font-size: 32px;
    font-size: 2.2222222222vw;
  }
  .stepform {
    position: absolute;
    right: 3.5em;
    bottom: 0;
    z-index: 100;
    overflow: hidden;
    width: 30%;
    max-width: unset;
    padding-top: unset;
    border-radius: 1.25em 1.25em 0 0;
    background-color: #fff;
    font-size: 16px;
    font-size: 1.1111111111vw;
  }
  .stepform__wrapper {
    padding-top: 2em;
    padding-right: 2.5em;
    padding-left: 2.5em;
    padding-bottom: 2.5em;
  }
  .stepform__progress {
    gap: 0 1em;
  }
  .stepform__progress > span {
    padding: 0.6em;
    font-size: 1.25em;
  }
  .stepform__input-screen {
    margin-top: 2.5em;
    gap: 2em 0;
  }
  .stepform__input-screen .input-parts label {
    font-size: 1.125em;
  }
  .stepform__input-screen .input-parts .input-wrapper {
    margin-top: 1em;
    border-radius: 0.625em;
  }
  .stepform__input-screen .input-parts .input-wrapper--born {
    gap: 0 0.5em;
  }
  .stepform__input-screen .input-parts .input-wrapper--born select.year {
    width: 7.5em;
  }
  .stepform__input-screen .input-parts .input-wrapper--arrow::after {
    right: 0.75em;
    width: 1.875em;
    height: 1.875em;
  }
  .stepform__input-screen .form-error {
    margin-top: 0.5em;
    font-size: 1em;
  }
  .stepform__input-screen .form-button-wrapper .button-next,
.stepform__input-screen .form-button-wrapper .button-reverse {
    font-size: 18px;
    font-size: 1.25vw;
    padding: 1.33em 0;
    border-radius: 0.55em;
  }
  .stepform__input-screen .form-button-wrapper .button-next::after,
.stepform__input-screen .form-button-wrapper .button-reverse::after {
    right: 1em;
    width: 1.67em;
    height: 1.67em;
  }
  .stepform__input-screen .form-button-wrapper .button-reverse {
    margin-top: 0.5em;
  }
  .stepform__wrapper .input-wrapper > select,
.stepform__wrapper .input-wrapper > input[type=text],
.stepform__wrapper .input-wrapper > input[type=tel],
.stepform__wrapper .input-wrapper > input[type=email] {
    padding: 1.375em;
  }
  .stepform__input-screen--step-04 {
    gap: 1.5em;
  }
  .stepform__input-screen .confirm-wrapper {
    gap: 1em 0;
    overflow-y: scroll;
    overscroll-behavior: contain;
    max-height: 25vh;
    padding: 0.5em;
    border: solid 1px #d9d9d9;
  }
  .stepform__input-screen .confirm-wrapper::-webkit-scrollbar {
    width: 0.5em;
  }
  .stepform__input-screen .confirm-wrapper::-webkit-scrollbar-track {
    background-color: #d9d9d9;
  }
  .stepform__input-screen .confirm-wrapper::-webkit-scrollbar-thumb {
    width: 0.5em;
    background: #6b6b6b;
  }
  .stepform__input-screen .confirm-wrapper .form-confirm-text {
    margin-top: 0.5em;
  }
}