@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #00449a;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

ol li,
ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 100vw;
}

.l-header,
.l-breadcrumb,
.l-cv,
.l-footer-banner,
.l-footer,
.l-sub-img {
  display: none;
}

@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}

img {
  margin: auto;
  width: 100vw;
}

.main {
  @media screen and (max-width: 540px) {
    padding-bottom: 167px;
  }

  @media screen and (min-width: 541px) and (max-width: 1024px) {
    padding-bottom: 147px;
  }

  @media screen and (min-width: 1025px) {
    padding-bottom: 177px;
  }
}

.registration-button {
  background: rgb(0, 198, 115);
  border-radius: 60px;
  border: none;
  box-shadow: inset 3px -3px 20px rgba(0, 0, 10, 0.4);
  color: white;
  display: block;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 1.5;
  margin: 10px auto;
  text-align: center;
  text-decoration: none;
  width: calc(100% - 8px);

  @media screen and (max-width: 767px) {
    max-width: 560px;
    padding: 8px 65px;
    width: fit-content;
  }

  @media screen and (min-width: 768px) {
    border-radius: 180px;
    font-size: 30px;
    padding: 20px 200px;
    width: fit-content;
  }

  &:hover {
    opacity: 0.9;
    transition: opacity 0.25 ease-in-out;
  }
}

.registration-button--floating {
  font-size: 20px;
  max-width: 560px;
  padding: 20px 80px;
}

.benefit {
  @media screen and (max-width: 540px) {
    background-image: url("https://storage.googleapis.com/studio-design-asset-files/projects/V5a7YYVmOR/s-1200x1800_v-frms_webp_f85f7668-2c8f-4b95-8541-4a04a5ca52c2.png");
    /* padding: 50px; */
  }

  @media screen and (min-width: 541px) {
    background-image: url("https://storage.googleapis.com/studio-design-asset-files/projects/VGOK5y4Aan/s-2647x1200_v-frms_webp_fe930e91-c143-4e53-bcdd-4484a30db67d.png");
    padding: 57px 10px;

    img {
      width: 1104px;
    }
  }
}

.footer {
  background: rgba(255, 255, 255, 0.85);
  bottom: 0;
  color: #3c3c3c;
  padding-bottom: 5px;
  padding-top: 12px;
  position: fixed;
  text-align: center;
  width: 100vw;
}

.footer__item {
  align-items: center;
  color: #3c3c3c;
  display: flex;
  justify-content: center;
  line-height: 1.2;
  margin-bottom: 20px;

  @media screen and (max-width: 540px) {
    column-gap: 4px;
  }

  @media screen and (min-width: 541px) {
    column-gap: 12px;
  }
}

.footer__item:last-of-type {
  column-gap: 20px;
}

.footer__link,
.footer p {
  border-bottom: 1px solid #3c3c3c;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 1;

  @media screen and (max-width: 540px) {
    font-size: 14px;
  }
}

.sp-benefit {
  padding: 50px;

  img {
    width: 100%;
  }
}

.pc-benefit {
  display: flex;
  justify-content: center;

  margin-top: -6px;
  width: 100%;

  @media screen and (max-width: 540px) {
    display: none;
  }

  max-inline-size: 100%;
}

/* @media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
} */

@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}
