/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* ===========================
   CSS Variables
   =========================== */
:root {
  --container-sp: 335px;
  --container-pc: 1092px;
  --gutter-sp: 40px;
  --gutter-pc: 64px;
  --container: var(--container-sp);
  --gutter: var(--gutter-sp);
}

/* ===========================
   Normalize Styles
   =========================== */
html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  margin-top: 0 !important;
}

html,
body,
header,
footer,
h1,
h2,
h3,
h4,
table,
figure,
div,
p {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ===========================
   Base Styles
   =========================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

html.js-scroll-prevent {
  overflow: hidden;
}

body {
  color: #3d3d3d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: 100%;
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  body {
    width: 100%;
  }
}

h1 {
  margin: 0;
}

iframe,
img,
svg {
  height: auto;
  max-width: 100%;
}

b,
strong {
  font-weight: bold;
}

iframe,
img {
  vertical-align: bottom;
}

a {
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}

dl {
  margin: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  padding: 0;
  white-space: normal;
}

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

.list-none {
  list-style: none;
  padding-left: 0;
}

/* ===========================
   Layout
   =========================== */
.l-body {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.l-container {
  margin: 0 auto;
  width: 90vw;
}

.l-section {
  padding: var(--gutter) 0;
}

@media (min-width: 400px) and (max-width: 767px) {
  .l-container {
    width: 90vw;
  }
}

@media (min-width: 768px) {
  .l-container {
    padding: 0 5%;
    max-width: var(--container-pc);
  }

  .l-section {
    padding: var(--gutter-pc) 0;
  }
}

/* ===========================
   CV Section
   =========================== */
.l-cv {
  overflow: hidden;
}

.l-cv-content {
  border-top-left-radius: 1000px 200px;
  border-top-right-radius: 1000px 200px;
  background-color: #fffdf0;
  margin-left: -100px;
  margin-right: -100px;
  padding-bottom: 130px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 100px;
}

.l-cv--tit {
  font-size: 26px;
  color: #61c27b;
  text-align: center;
}

@media (max-width: 767px) {
  .l-cv--tit {
    font-size: 20px;
  }
}

.l-cv--txt {
  font-size: 18px;
  line-height: 1.77778;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .l-cv--txt {
    width: 340px;
    margin: 30px auto 0;
    font-size: 16px;
  }
}

.l-cv--steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 105px;
  margin-top: 43px;
}

.l-cv--step {
  width: 230px;
  height: 299px;
  box-sizing: border-box;
  border: 2px solid #cfcfcf;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
}

.l-cv--step:after {
  content: "";
  background-image: url(../../common/img/top/cv-arrow.webp);
  background-position: center;
  background-size: cover;
  width: 67.58px;
  height: 58.35px;
  position: absolute;
  right: -77.7px;
  top: 100px;
}

@media (max-width: 767px) {
  .l-cv--step:after {
    transform: rotate(90deg);
    right: calc((100% - 67.58px) / 2);
    top: 320px;
  }
}

.l-cv--step:last-of-type:after {
  display: none;
}

.l-cv--step--tit {
  padding-top: 13.4px;
  text-align: center;
  line-height: 1.44444;
  font-size: 18px;
}

.l-cv--step--pic {
  width: 92px;
  margin: 12px auto 0;
}

.l-cv--step--txt {
  width: 199px;
  font-size: 14px;
  line-height: 1.57143;
  margin: 14px auto 0;
}

.l-cv--step:nth-of-type(2) .l-cv--step--pic {
  width: 50px;
}

.l-cv--step:nth-of-type(3) .l-cv--step--pic {
  width: 181px;
  margin-top: -20px;
}

.l-cv--step:nth-of-type(3) .l-cv--step--txt {
  margin-top: -7px;
}

.l-cv .btn {
  margin: 60px auto 0;
  width: 428.5px;
  height: 70px;
  font-size: 16px;
  border-radius: 35px;
}

@media (max-width: 767px) {
  .l-cv .btn {
    width: 287px;
    height: 54px;
    font-size: 14px;
  }
}

/* ===========================
   Footer
   =========================== */
.l-footer {
  background-color: #474747;
  height: auto;
  box-sizing: border-box;
  position: relative;
  font-weight: 500;
  padding-top: 60px;
}

@media (max-width: 767px) {
  .l-footer {
    height: auto;
    padding: 20px 0 78.15px;
  }
}

.l-footer .totop {
  width: 199px;
  position: absolute;
  top: -110px;
  right: 50px;
}

@media (max-width: 767px) {
  .l-footer .totop {
    width: 138px;
    top: -62px;
    right: 0;
  }
}

.l-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: initial;
  position: relative;
}

@media (max-width: 767px) {
  .l-footer-container {
    max-width: 336px;
    position: relative;
    padding: 0;
  }
}

.l-footer--logo {
  display: block;
  width: 148.03px;
}

@media (max-width: 767px) {
  .l-footer--logo {
    width: 101.7px;
  }
}

.l-footer--nav {
  display: flex;
  justify-content: space-between;
  margin-top: 26.1px;
}

@media (max-width: 767px) {
  .l-footer--nav {
    margin-top: 22.5px;
  }
}

.l-footer--nav--list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 40px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .l-footer--nav--list {
    gap: 30px;
  }
}

.l-footer--nav--item {
  font-size: 14px;
  padding-top: 5px;
  line-height: 17px;
}

@media (max-width: 767px) {
  .l-footer--nav--item {
    font-size: 12px;
    padding-top: 0;
    width: 100%;
  }
}

.l-footer--nav--item a {
  display: block;
  color: #fff;
}

.l-footer--nav--item .child_menu {
  font-size: 12px;
  font-weight: 400;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

@media (max-width: 767px) {
  .l-footer--nav--item .child_menu {
    font-size: 10px;
    margin: 12px 0 0;
  }
}

.l-footer--nav--item .child_menu li:nth-of-type(n+2) {
  margin-top: 10px;
}

.l-footer--nav .btn {
  width: 150px;
  height: 34px;
  border-radius: 17px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .l-footer--nav .btn {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.l-footer--list {
  display: flex;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  gap: 40px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .l-footer--list {
    gap: 17px;
    align-items: flex-start;
    margin-top: 37.1px;
  }
}

.l-footer--item a {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .l-footer--item {
    width: 100%;
  }
}

.l-footer--copy {
  font-family: Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 16.9px;
  color: #fff;
}

@media (max-width: 767px) {
  .l-footer--copy {
    position: initial;
    margin-top: 56.9px;
  }
}

/* ===========================
   Header
   =========================== */
.l-header {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  z-index: 10;
  padding: 0 50px;
  position: absolute;
  top: 0;
  background-color: transparent;
  font-weight: 500;
}

@media (max-width: 767px) {
  .l-header {
    height: 60px;
    width: 100%;
    z-index: 100;
    padding: 0;
    top: 0;
    left: 0;
  }
}

.l-header img {
  width: 100%;
}

.l-header a {
  text-decoration: none;
}

.l-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1266px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-header-container {
    justify-content: flex-start;
    padding: 0 20px;
  }
}

.l-header--logo {
  display: block;
  width: 148.03px;
}

@media (max-width: 767px) {
  .l-header--logo {
    width: 101.7px;
  }
}