@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500&family=Noto+Serif+JP:wght@200;400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul:not([role=list]),
ol:not([role=list]) {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
  margin: auto;
}

p {
  font-size: 18px;
  line-height: 2em;
}
@media only screen and (max-width: 859px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}

ul {
  list-style: inside none;
  padding: 0;
}

.inner {
  max-width: min(690px, 100% - 60px);
  margin: auto;
}
@media only screen and (max-width: 859px) {
  .inner {
    padding: 0 20px;
  }
}

.center {
  text-align: center;
}
.center img {
  margin: 0 auto;
  text-align: center;
}

#wrapper {
  overflow: hidden;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}

.ul {
  list-style: inside none;
  margin: 0;
}

.delay1 {
  animation-delay: 0.1s;
}

.delay2 {
  animation-delay: 0.2s;
}

.delay3 {
  animation-delay: 0.3s;
}

.delay4 {
  animation-delay: 0.4s;
}

.delay5 {
  animation-delay: 0.5s;
}

.delay6 {
  animation-delay: 0.6s;
}

.delay7 {
  animation-delay: 0.7s;
}

.delay8 {
  animation-delay: 0.8s;
}

.delay9 {
  animation-delay: 0.9s;
}

.delay10 {
  animation-delay: 1s;
}

.pc {
  display: block !important;
}
@media only screen and (max-width: 859px) {
  .pc {
    display: none !important;
  }
}

.tablet {
  display: none !important;
}
@media only screen and (max-width: 960px) {
  .tablet {
    display: block !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 859px) {
  .sp {
    display: block !important;
  }
}

header {
  padding: 0;
  position: relative;
}
header .header_inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
header .header_inner > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
header .header_inner > h1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

#cta {
  background: url(../img/bg_cta.jpg) no-repeat center top/cover;
  padding-top: 6%;
}

#cta02 {
  position: relative;
  background: url(../img/bg_cta02.png) no-repeat center top/cover;
  margin-top: -5%;
}

#introduction {
  position: relative;
  background: url(../img/bg_introduction.jpg) no-repeat center bottom/cover;
  height: 966px;
  height: min(966px, 125.78125vw);
}
@media only screen and (max-width: 859px) {
  #introduction {
    height: 533px;
    height: min(533px, 128.7439613527vw);
  }
}
#introduction .img_introduction01 {
  position: absolute;
  top: 49%;
  left: 3%;
  width: 273px;
  width: min(273px, 35.546875vw);
}
#introduction .img_introduction02 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 297px;
  width: min(297px, 38.671875vw);
}
#introduction .img_introduction03 {
  position: absolute;
  top: 49%;
  right: 3%;
  width: 274px;
  width: min(274px, 35.6770833333vw);
}
#introduction .introduction_inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

#recommend {
  position: relative;
}
#recommend .recommend_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 0 0 3%;
}

#step {
  background: url(../img/bg_step.png) no-repeat center bottom/cover;
  padding-bottom: 15%;
}
#step .step01 {
  position: relative;
  margin-top: -5%;
  padding: 0 3%;
}
#step .step03 {
  margin-bottom: 60px;
}
#step .step06 {
  margin-top: -3%;
}
#step .step07 {
  margin-top: -3%;
}

#qualification {
  position: relative;
  background: url(../img/bg_qualification.png) no-repeat center top/cover;
  margin-top: -17%;
  padding: 22% 0 10%;
}
#qualification .qualification02 {
  margin-top: 4%;
}
#qualification .qualification03 {
  margin-top: 2%;
}
#qualification .qualification04 {
  margin-top: 10%;
}


#footer {
        text-align: center;
        font-size: 0.8em;
        padding: 1em;
        margin-bottom: 0px;
		background-color: #fcfa31;
		color: #343434;
    }
    #footer a{
        color: #343434;
        }