/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* line 5, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol,
ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q,
blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@media (max-width: 750px) {
  /* line 21, ../sass/_mixin.scss */
  .pc {
    display: none !important;
  }
}

@media (min-width: 751px) {
  /* line 27, ../sass/_mixin.scss */
  .sp {
    display: none !important;
  }
}

/* line 1, ../sass/_common.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 5, ../sass/_common.scss */
* {
  box-sizing: border-box;
}

/* line 8, ../sass/_common.scss */
body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 750px) {
  /* line 8, ../sass/_common.scss */
  body {
    font-size: calc(14 / 375 * 100 * 1vw);
  }
}

/* line 16, ../sass/_common.scss */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
/* line 23, ../sass/_common.scss */
header .hbm {
  display: none;
  z-index: 1111;
}
@media (max-width: 750px) {
  /* line 23, ../sass/_common.scss */
  header .hbm {
    display: block;
    background-color: #005aff;
    height: 100%;
    aspect-ratio: 1/1;
    position: relative;
  }
  /* line 32, ../sass/_common.scss */
  header .hbm span {
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  /* line 32, ../sass/_common.scss */
  header .hbm span {
    width: calc(35 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 42, ../sass/_common.scss */
  header .hbm span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, calc(-50% - 10px));
  }
  /* line 46, ../sass/_common.scss */
  header .hbm span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 50, ../sass/_common.scss */
  header .hbm span:nth-of-type(3) {
    transform: translate(-50%, calc(-50% + 10px));
  }
}
/* line 56, ../sass/_common.scss */
header.scroll {
  background: #fff;
}
/* line 60, ../sass/_common.scss */
header.scroll .container .logo img {
  width: 237px;
  opacity: 0;
}
/* line 63, ../sass/_common.scss */
header.scroll .container .logo img.bl {
  opacity: 1;
}
/* line 70, ../sass/_common.scss */
header.scroll .container ul li a {
  color: #333;
}
/* line 74, ../sass/_common.scss */
header.scroll .container ul li:last-of-type a {
  color: #005aff;
}
/* line 82, ../sass/_common.scss */
header .container {
  width: 1230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 80px;
}
@media (max-width: 750px) {
  /* line 82, ../sass/_common.scss */
  header .container {
    height: calc(65 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 82, ../sass/_common.scss */
  header .container {
    width: 93.3vw;
    margin-right: 0;
  }
}
/* line 94, ../sass/_common.scss */
header .container .logo {
  position: relative;
  z-index: 1111;
}
/* line 97, ../sass/_common.scss */
header .container .logo img {
  width: 237px;
  transition: 0.3s;
}
/* line 100, ../sass/_common.scss */
header .container .logo img.bl {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (min-width: 751px) {
  /* line 109, ../sass/_common.scss */
  header .container .logo a:hover {
    opacity: 0.7;
  }
  /* line 111, ../sass/_common.scss */
  header .container .logo a:hover img {
    opacity: 0.7;
  }
}
/* line 118, ../sass/_common.scss */
header .container ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  /* line 118, ../sass/_common.scss */
  header .container ul {
    transform: translate(100%, 0);
    opacity: 0;
    transition: 0.3s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #005aff;
    z-index: 1000;
    text-align: center;
    padding: 30vw;
  }
}
/* line 137, ../sass/_common.scss */
header .container ul li {
  margin-left: 30px;
}
@media (max-width: 750px) {
  /* line 137, ../sass/_common.scss */
  header .container ul li {
    margin-top: 8vw;
    margin-left: 0;
  }
}
/* line 143, ../sass/_common.scss */
header .container ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
@media (max-width: 750px) {
  /* line 143, ../sass/_common.scss */
  header .container ul li a {
    font-size: calc(15 / 375 * 100 * 1vw);
  }
}
/* line 149, ../sass/_common.scss */
header .container ul li a:hover {
  color: #007bff;
}
@media (min-width: 751px) {
  /* line 155, ../sass/_common.scss */
  header .container ul li:last-of-type a {
    width: 150px;
    height: 45px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    background: #c3ff55;
    color: #005aff;
    transition: 0.3s;
  }
  /* line 164, ../sass/_common.scss */
  header .container ul li:last-of-type a:hover {
    background: #005aff;
    color: #c3ff55;
  }
}

/* line 175, ../sass/_common.scss */
.container-w {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  /* line 175, ../sass/_common.scss */
  .container-w {
    width: 86.6vw;
  }
}

/* line 182, ../sass/_common.scss */
.container {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  /* line 182, ../sass/_common.scss */
  .container {
    width: 86.6vw;
  }
}

/* line 190, ../sass/_common.scss */
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  /* line 190, ../sass/_common.scss */
  .flex {
    flex-wrap: wrap;
  }
}

/* line 202, ../sass/_common.scss */
.menu-open header .container .logo img {
  width: 237px;
  opacity: 1 !important;
}
/* line 205, ../sass/_common.scss */
.menu-open header .container .logo img.bl {
  opacity: 0 !important;
}
/* line 210, ../sass/_common.scss */
.menu-open header .container ul {
  transform: translate(0, 0);
  opacity: 1;
}
/* line 213, ../sass/_common.scss */
.menu-open header .container ul a {
  color: #fff !important;
}
/* line 220, ../sass/_common.scss */
.menu-open header .hbm span:nth-of-type(1) {
  transform: translate(-50%, 0) rotate(45deg);
}
/* line 223, ../sass/_common.scss */
.menu-open header .hbm span:nth-of-type(2) {
  opacity: 0;
}
/* line 226, ../sass/_common.scss */
.menu-open header .hbm span:nth-of-type(3) {
  transform: translate(-50%, 0) rotate(-45deg);
}

/* line 234, ../sass/_common.scss */
h3:not(.txt-only) {
  font-size: 36px;
  line-height: calc(55 / 36);
  color: #005aff;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 750px) {
  /* line 234, ../sass/_common.scss */
  h3:not(.txt-only) {
    font-size: calc(24 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 234, ../sass/_common.scss */
  h3:not(.txt-only) {
    padding-left: 8.5vw;
  }
}
/* line 246, ../sass/_common.scss */
h3:not(.txt-only):before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 35px;
  background-image: url(../images/title-line.webp);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 14px;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (max-width: 750px) {
  /* line 246, ../sass/_common.scss */
  h3:not(.txt-only):before {
    width: calc(30 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 246, ../sass/_common.scss */
  h3:not(.txt-only):before {
    height: calc(26.25 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 246, ../sass/_common.scss */
  h3:not(.txt-only):before {
    margin-right: 1vw;
    top: 1.5vw;
  }
}
/* line 265, ../sass/_common.scss */
h3:not(.txt-only) + p {
  line-height: calc(30 / 16);
  margin-top: 30px;
}

/* line 271, ../sass/_common.scss */
footer {
  background: #005aff;
}
/* line 273, ../sass/_common.scss */
footer .wrapper {
  padding: 90px 0 80px;
  background-image: url(../images/bg-footer.webp);
  background-size: cover;
}
@media (max-width: 750px) {
  /* line 273, ../sass/_common.scss */
  footer .wrapper {
    paddign: 10vw 0;
  }
}
/* line 280, ../sass/_common.scss */
footer .wrapper + .container {
  padding: 40px 0 40px;
}
@media (max-width: 750px) {
  /* line 280, ../sass/_common.scss */
  footer .wrapper + .container {
    paddign: 5vw 0;
  }
}
/* line 285, ../sass/_common.scss */
footer .wrapper + .container .logo {
  text-align: center;
}
/* line 287, ../sass/_common.scss */
footer .wrapper + .container .logo img {
  width: 341px;
}
/* line 294, ../sass/_common.scss */
footer .flex {
  align-items: flex-end;
}
/* line 296, ../sass/_common.scss */
footer .flex h2 {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 750px) {
  /* line 296, ../sass/_common.scss */
  footer .flex h2 {
    font-size: calc(16 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 296, ../sass/_common.scss */
  footer .flex h2 {
    text-align: center;
    margin-inline: auto;
  }
}
/* line 304, ../sass/_common.scss */
footer .flex h2 span {
  font-size: 100px;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 750px) {
  /* line 304, ../sass/_common.scss */
  footer .flex h2 span {
    font-size: calc(55 / 375 * 100 * 1vw);
  }
}
/* line 311, ../sass/_common.scss */
footer .flex h2 + p {
  line-height: calc(30 / 16);
  color: #fff;
}
@media (max-width: 750px) {
  /* line 311, ../sass/_common.scss */
  footer .flex h2 + p {
    margin-top: 4vw;
  }
  /* line 316, ../sass/_common.scss */
  footer .flex h2 + p br {
    display: none;
  }
}
/* line 323, ../sass/_common.scss */
footer ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 750px) {
  /* line 323, ../sass/_common.scss */
  footer ul {
    flex-wrap: wrap;
  }
}
/* line 330, ../sass/_common.scss */
footer ul li {
  width: 320px;
}
@media (max-width: 750px) {
  /* line 330, ../sass/_common.scss */
  footer ul li {
    width: 100%;
    margin-top: 4vw;
  }
  /* line 335, ../sass/_common.scss */
  footer ul li:first-of-type {
    margin-top: 0;
  }
}
/* line 341, ../sass/_common.scss */
footer .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 24px 0;
  margin-top: 40px;
}
@media (max-width: 750px) {
  /* line 341, ../sass/_common.scss */
  footer .tel {
    flex-wrap: wrap;
  }
}
/* line 353, ../sass/_common.scss */
footer .tel a {
  font-size: 45px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-decoration: none;
  margin-right: 30px;
  pointer-events: none;
}
@media (max-width: 750px) {
  /* line 353, ../sass/_common.scss */
  footer .tel a {
    margin-right: 0;
    pointer-events: initial;
    margin-bottom: 3vw;
  }
}
/* line 367, ../sass/_common.scss */
footer .tel img {
  width: 25px;
  margin-right: 16px;
}
/* line 373, ../sass/_common.scss */
footer nav ul {
  justify-content: center;
}
@media (max-width: 750px) {
  /* line 373, ../sass/_common.scss */
  footer nav ul {
    flex-wrap: wrap;
  }
}
/* line 378, ../sass/_common.scss */
footer nav ul li {
  margin: 0 12px;
  width: auto;
}
@media (max-width: 750px) {
  /* line 378, ../sass/_common.scss */
  footer nav ul li {
    width: 100%;
    text-align: center;
    margin-top: 8vw;
  }
}
/* line 386, ../sass/_common.scss */
footer nav ul li a {
  text-decoration: none;
  color: #fff;
}
/* line 393, ../sass/_common.scss */
footer .copyright {
  margin-top: 40px;
}
/* line 395, ../sass/_common.scss */
footer .copyright p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

/* line 406, ../sass/_common.scss */
.anc {
  margin-top: -150px;
  padding-top: 150px;
}
@media (max-width: 750px) {
  /* line 406, ../sass/_common.scss */
  .anc {
    margin-top: -18vw;
    padding-top: 18vw;
  }
}

@media (min-width: 751px) {
  /* line 416, ../sass/_common.scss */
  a {
    position: relative;
    display: inline-block;
  }
  /* line 419, ../sass/_common.scss */
  a img {
    transition: 0.3s;
  }
  /* line 422, ../sass/_common.scss */
  a .hvr {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 429, ../sass/_common.scss */
  main a:hover img {
    opacity: 0;
  }
  /* line 432, ../sass/_common.scss */
  main a:hover .hvr {
    opacity: 1;
  }
  .pagetop a {
    transition: 0.3s;
  }
  .pagetop a:hover {
    opacity: 0.7;
  }
}
/* line 439, ../sass/_common.scss */
.pagetop {
  width: 61px;
  position: fixed;
  left: calc(100% - 100px);
  bottom: 40px;
  z-index: 10;
}
@media (max-width: 750px) {
  /* line 439, ../sass/_common.scss */
  .pagetop {
    width: calc(50 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 439, ../sass/_common.scss */
  .pagetop {
    bottom: 13.3vw;
    right: 1.33vw;
    left: initial;
  }
}

/* line 1, ../sass/_top.scss */
.line-01 {
  width: 414px;
  position: absolute;
  z-index: 3;
}
@media (max-width: 750px) {
  /* line 1, ../sass/_top.scss */
  .line-01 {
    width: calc(120 / 375 * 100 * 1vw);
  }
}

/* line 7, ../sass/_top.scss */
.line-02 {
  width: 310px;
  position: absolute;
  z-index: 3;
}
@media (max-width: 750px) {
  /* line 7, ../sass/_top.scss */
  .line-02 {
    width: calc(125 / 375 * 100 * 1vw);
  }
}

/* line 13, ../sass/_top.scss */
.line-03 {
  width: 310px;
  position: absolute;
  z-index: 3;
}
@media (max-width: 750px) {
  /* line 13, ../sass/_top.scss */
  .line-03 {
    width: calc(192 / 375 * 100 * 1vw);
  }
}

/* line 19, ../sass/_top.scss */
.line-04 {
  width: 165px;
  position: absolute;
  z-index: 3;
}
@media (max-width: 750px) {
  /* line 19, ../sass/_top.scss */
  .line-04 {
    width: calc(75 / 375 * 100 * 1vw);
  }
}

/* line 25, ../sass/_top.scss */
.line-05 {
  width: 360px;
  position: absolute;
  z-index: 3;
}
@media (max-width: 750px) {
  /* line 25, ../sass/_top.scss */
  .line-05 {
    width: calc(165 / 375 * 100 * 1vw);
  }
}

/* line 31, ../sass/_top.scss */
section {
  position: relative;
}

/* line 34, ../sass/_top.scss */
.mv {
  position: relative;
}
/* line 36, ../sass/_top.scss */
.mv .line-01 {
  right: 0;
  bottom: -190px;
}
@media (max-width: 750px) {
  /* line 36, ../sass/_top.scss */
  .mv .line-01 {
    bottom: -47vw;
  }
}
/* line 43, ../sass/_top.scss */
.mv .line-03 {
  left: 0;
  bottom: -213px;
}
@media (max-width: 750px) {
  /* line 43, ../sass/_top.scss */
  .mv .line-03 {
    bottom: -25vw;
  }
}

/* line 51, ../sass/_top.scss */
.section-01 {
  margin-bottom: -100px;
  z-index: 2;
}
/* line 54, ../sass/_top.scss */
.section-01 .line-02 {
  right: 0;
  bottom: 550px;
}
@media (max-width: 750px) {
  /* line 54, ../sass/_top.scss */
  .section-01 .line-02 {
    bottom: 152vw;
  }
}
/* line 61, ../sass/_top.scss */
.section-01 .line-04 {
  left: 0;
  bottom: 500px;
}
@media (max-width: 750px) {
  /* line 61, ../sass/_top.scss */
  .section-01 .line-04 {
    bottom: 162vw;
  }
}
/* line 68, ../sass/_top.scss */
.section-01 .container-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
}
@media (max-width: 750px) {
  /* line 68, ../sass/_top.scss */
  .section-01 .container-w {
    padding: 10vw 0 3vw;
  }
}
@media (max-width: 750px) {
  /* line 68, ../sass/_top.scss */
  .section-01 .container-w {
    flex-wrap: wrap;
  }
}
/* line 79, ../sass/_top.scss */
.section-01 .container-w img {
  width: 494px;
}
@media (max-width: 750px) {
  /* line 79, ../sass/_top.scss */
  .section-01 .container-w img {
    width: calc(242 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 83, ../sass/_top.scss */
  .section-01 .container-w img.ml-0 {
    margin-left: -6.7vw;
  }
}
@media (max-width: 750px) {
  /* line 87, ../sass/_top.scss */
  .section-01 .container-w img:last-of-type {
    width: calc(100% + 6.7vw);
    margin-right: -6.7vw;
    max-width: initial;
    margin-top: 4vw;
  }
}
/* line 96, ../sass/_top.scss */
.section-01 .container-w .txt {
  width: 400px;
}
/* line 98, ../sass/_top.scss */
.section-01 .container-w .txt + img {
  width: 180px;
}
@media (max-width: 750px) {
  /* line 96, ../sass/_top.scss */
  .section-01 .container-w .txt {
    width: 100%;
  }
}
/* line 104, ../sass/_top.scss */
.section-01 .container-w .txt .lead {
  font-size: 24px;
  font-weight: 700;
  color: #005aff;
  line-height: 1.5;
}
@media (max-width: 750px) {
  /* line 104, ../sass/_top.scss */
  .section-01 .container-w .txt .lead {
    font-size: calc(20 / 375 * 100 * 1vw);
  }
}
/* line 111, ../sass/_top.scss */
.section-01 .container-w .txt h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: calc(55 / 32);
  color: #005aff;
}
@media (max-width: 750px) {
  /* line 111, ../sass/_top.scss */
  .section-01 .container-w .txt h2 {
    font-size: calc(28 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 111, ../sass/_top.scss */
  .section-01 .container-w .txt h2 {
    margin-top: 2vw;
  }
}
/* line 121, ../sass/_top.scss */
.section-01 .container-w .txt h2 span {
  font-size: 60px;
  font-weight: 700;
  color: #c3ff55;
  display: inline-block;
  line-height: 1;
  transform: translateY(9px);
  letter-spacing: -0.1em;
}
@media (max-width: 750px) {
  /* line 121, ../sass/_top.scss */
  .section-01 .container-w .txt h2 span {
    font-size: calc(55 / 375 * 100 * 1vw);
  }
}
/* line 132, ../sass/_top.scss */
.section-01 .container-w .txt p {
  font-size: 16px;
  line-height: 2;
  margin-top: 42px;
}
@media (max-width: 750px) {
  /* line 132, ../sass/_top.scss */
  .section-01 .container-w .txt p {
    margin-top: 4vw;
  }
}
/* line 142, ../sass/_top.scss */
.section-01 .wrapper {
  position: relative;
}
/* line 144, ../sass/_top.scss */
.section-01 .wrapper:before {
  position: absolute;
  content: "";
  display: block;
  height: 350px;
  width: 100%;
  background: #005aff;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  /* line 144, ../sass/_top.scss */
  .section-01 .wrapper:before {
    top: 46%;
    height: 120vw;
  }
}
/* line 158, ../sass/_top.scss */
.section-01 .wrapper .container {
  position: relative;
}
/* line 160, ../sass/_top.scss */
.section-01 .wrapper .container .btn {
  display: inline-block;
  margin-top: 92px;
}
@media (max-width: 750px) {
  /* line 160, ../sass/_top.scss */
  .section-01 .wrapper .container .btn {
    margin-top: 10vw;
  }
}

/* line 170, ../sass/_top.scss */
.section-02 {
  padding: 200px 0 50px;
  background: #f5f8ff;
}
/* line 173, ../sass/_top.scss */
.section-02 .line-02 {
  right: 0;
  top: 590px;
}
@media (max-width: 750px) {
  /* line 173, ../sass/_top.scss */
  .section-02 .line-02 {
    top: 193vw;
  }
}
/* line 180, ../sass/_top.scss */
.section-02 .line-02.line-02-02 {
  right: 0;
  bottom: -130px;
  top: initial;
}
@media (max-width: 750px) {
  /* line 180, ../sass/_top.scss */
  .section-02 .line-02.line-02-02 {
    bottom: -5vw;
  }
}
@media (max-width: 750px) {
  /* line 170, ../sass/_top.scss */
  .section-02 {
    padding: 30vw 0 30vw;
  }
}
@media (max-width: 750px) {
  /* line 191, ../sass/_top.scss */
  .section-02 .container-w {
    width: 100%;
  }
}
/* line 195, ../sass/_top.scss */
.section-02 .container-w h2 {
  text-align: center;
  font-size: 100px;
  font-weight: 500;
  color: #005aff;
  font-family: "Roboto", sans-serif;
  margin-bottom: -50px;
}
@media (max-width: 750px) {
  /* line 195, ../sass/_top.scss */
  .section-02 .container-w h2 {
    font-size: calc(55 / 375 * 100 * 1vw);
  }
}
/* line 205, ../sass/_top.scss */
.section-02 .container {
  padding: 100px 0;
}
@media (max-width: 750px) {
  /* line 205, ../sass/_top.scss */
  .section-02 .container {
    padding: 15vw 0 0vw;
  }
}
/* line 212, ../sass/_top.scss */
.section-02 .what {
  padding: 100px 88px 80px 0;
  background: #fff;
  box-shadow: 8px 8px 10px rgba(0, 90, 255, 0.2);
}
@media (max-width: 750px) {
  /* line 212, ../sass/_top.scss */
  .section-02 .what {
    padding: 14vw 6.7vw 16vw;
  }
}
/* line 219, ../sass/_top.scss */
.section-02 .what img {
  width: 600px;
}
@media (max-width: 750px) {
  /* line 219, ../sass/_top.scss */
  .section-02 .what img {
    width: 100%;
  }
}
/* line 225, ../sass/_top.scss */
.section-02 .what .txt {
  width: 450px;
}
@media (max-width: 750px) {
  /* line 225, ../sass/_top.scss */
  .section-02 .what .txt {
    width: 100%;
  }
}
/* line 230, ../sass/_top.scss */
.section-02 .what .txt h3 {
  font-size: 36px;
  line-height: calc(55 / 36);
  color: #005aff;
  font-weight: 700;
}
@media (max-width: 750px) {
  /* line 230, ../sass/_top.scss */
  .section-02 .what .txt h3 {
    font-size: calc(24 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 230, ../sass/_top.scss */
  .section-02 .what .txt h3 {
    margin-top: 4vw;
  }
}
/* line 240, ../sass/_top.scss */
.section-02 .what .txt p {
  line-height: calc(30 / 16);
  margin-top: 30px;
}
@media (max-width: 750px) {
  /* line 240, ../sass/_top.scss */
  .section-02 .what .txt p {
    margin-top: 4vw;
  }
}
/* line 249, ../sass/_top.scss */
.section-02 .job {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 750px) {
  /* line 249, ../sass/_top.scss */
  .section-02 .job {
    margin-top: 10vw;
  }
}
/* line 257, ../sass/_top.scss */
.section-02 .job li {
  width: 500px;
  background: #fff;
  line-height: 1;
  margin-top: 28px;
  box-shadow: 4px 4px 10px rgba(0, 90, 255, 0.2);
}
@media (max-width: 750px) {
  /* line 257, ../sass/_top.scss */
  .section-02 .job li {
    margin-top: 5vw;
  }
}
/* line 266, ../sass/_top.scss */
.section-02 .job li:nth-of-type(1),
.section-02 .job li:nth-of-type(2) {
  margin-top: 0;
}
@media (max-width: 750px) {
  /* line 270, ../sass/_top.scss */
  .section-02 .job li:nth-of-type(2) {
    margin-top: 5vw;
  }
}
/* line 275, ../sass/_top.scss */
.section-02 .job li .txt {
  padding: 30px 40px;
}
@media (max-width: 750px) {
  /* line 275, ../sass/_top.scss */
  .section-02 .job li .txt {
    padding: 5vw;
  }
}
/* line 281, ../sass/_top.scss */
.section-02 .job li h4 {
  font-size: 24px;
  font-weight: 500;
  color: #005aff;
}
@media (max-width: 750px) {
  /* line 281, ../sass/_top.scss */
  .section-02 .job li h4 {
    font-size: calc(18 / 375 * 100 * 1vw);
  }
}
/* line 287, ../sass/_top.scss */
.section-02 .job li p {
  line-height: calc(30 / 16);
  margin-top: 30px;
}
@media (max-width: 750px) {
  /* line 287, ../sass/_top.scss */
  .section-02 .job li p {
    margin-top: 3vw;
  }
}

/* line 298, ../sass/_top.scss */
.career {
  padding: 150px 0 100px;
  background: #fff;
}
@media (max-width: 750px) {
  /* line 298, ../sass/_top.scss */
  .career {
    padding: 15vw 0;
  }
}
/* line 304, ../sass/_top.scss */
.career > .container {
  padding-bottom: 0;
}
/* line 307, ../sass/_top.scss */
.career > .wrapper {
  background-image: url(../images/line-career.webp);
  background-size: 1300px 80px;
  background-repeat: no-repeat;
  background-position: top 160px center;
  position: relative;
}
@media (max-width: 750px) {
  /* line 307, ../sass/_top.scss */
  .career > .wrapper {
    background-image: url(../images/line-career-sp.webp);
    background-size: contain;
    background-position: left 6.7vw center;
  }
}
/* line 319, ../sass/_top.scss */
.career > .wrapper:before {
  position: absolute;
  content: "";
  display: block;
  width: calc((100vw - 1300px) / 2);
  height: 80px;
  background: #b0ff1e;
  top: 160px;
  left: 0;
}
/* line 329, ../sass/_top.scss */
.career > .wrapper:after {
  position: absolute;
  content: "";
  display: block;
  width: calc((100vw - 1300px) / 2 + 10px);
  height: 80px;
  background: #005aff;
  top: 160px;
  right: 0;
}
/* line 340, ../sass/_top.scss */
.career .career-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 80px;
}
/* line 346, ../sass/_top.scss */
.career .career-list li {
  width: 300px;
  padding-bottom: 40px;
}
/* line 349, ../sass/_top.scss */
.career .career-list li:nth-of-type(1) {
  border-bottom: 4px solid #97e673;
}
/* line 352, ../sass/_top.scss */
.career .career-list li:nth-of-type(2) {
  border-bottom: 4px solid #5ac8cd;
}
/* line 355, ../sass/_top.scss */
.career .career-list li:nth-of-type(3) {
  border-bottom: 4px solid #005aff;
}
@media (max-width: 750px) {
  /* line 346, ../sass/_top.scss */
  .career .career-list li {
    width: calc(250 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 346, ../sass/_top.scss */
  .career .career-list li {
    margin-left: auto;
    margin-top: 7vw;
    padding-bottom: 7vw;
  }
  /* line 363, ../sass/_top.scss */
  .career .career-list li:first-of-type {
    margin-top: 0;
  }
}
/* line 367, ../sass/_top.scss */
.career .career-list li .img {
  position: relative;
}
/* line 369, ../sass/_top.scss */
.career .career-list li .img .label {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: calc(25 / 18);
  left: -28px;
  top: -28px;
  margin-top: 0;
}
/* line 388, ../sass/_top.scss */
.career .career-list li p {
  line-height: calc(30 / 16);
  margin-top: 78px;
}
@media (max-width: 750px) {
  /* line 388, ../sass/_top.scss */
  .career .career-list li p {
    margin-top: 3vw;
  }
}
/* line 396, ../sass/_top.scss */
.career .career-list li:nth-of-type(1) .label {
  background: #97e673;
}
/* line 401, ../sass/_top.scss */
.career .career-list li:nth-of-type(2) .label {
  background: #5ac8cd;
}
/* line 406, ../sass/_top.scss */
.career .career-list li:nth-of-type(3) .label {
  background: #005aff;
}
/* line 412, ../sass/_top.scss */
.career .job-field {
  height: 330px;
  margin-top: 80px;
  background-image: url(../images/bg-point.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-right: 130px;
  padding-left: 400px;
  padding-top: 65px;
}
@media (max-width: 750px) {
  /* line 412, ../sass/_top.scss */
  .career .job-field {
    padding-left: 6vw;
    padding-right: 6vw;
    background-image: url(../images/bg-point-sp.webp);
    height: 89vw;
    padding-top: 20vw;
    margin-top: 10vw;
  }
}
/* line 431, ../sass/_top.scss */
.career .job-field .txt h3 {
  font-size: 24px;
  text-align: center;
  position: relative;
  width: max-content;
  margin-inline: auto;
  padding-left: 0;
}
@media (max-width: 750px) {
  /* line 431, ../sass/_top.scss */
  .career .job-field .txt h3 {
    font-size: calc(18 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 431, ../sass/_top.scss */
  .career .job-field .txt h3 {
    margin: initial;
    text-align: left;
  }
  /* line 442, ../sass/_top.scss */
  .career .job-field .txt h3 + p {
    margin-top: 6vw;
  }
}
/* line 446, ../sass/_top.scss */
.career .job-field .txt h3:before {
  content: "";
  background-image: none;
  background: #005aff;
  width: 2px;
  height: 90%;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-30deg);
}
@media (max-width: 750px) {
  /* line 446, ../sass/_top.scss */
  .career .job-field .txt h3:before {
    content: none;
  }
}
/* line 460, ../sass/_top.scss */
.career .job-field .txt h3:after {
  content: "";
  background-image: none;
  background: #005aff;
  width: 2px;
  height: 90%;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
@media (max-width: 750px) {
  /* line 460, ../sass/_top.scss */
  .career .job-field .txt h3:after {
    content: none;
  }
}

/* line 478, ../sass/_top.scss */
.sepa {
  height: 450px;
  background-image: url(../images/sepa.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 750px) {
  /* line 478, ../sass/_top.scss */
  .sepa {
    background-image: url(../images/sepa-sp.webp);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  /* line 478, ../sass/_top.scss */
  .sepa {
    height: calc(555 / 375 * 100 * 1vw);
  }
}

/* line 488, ../sass/_top.scss */
.sepa .line-02 {
  right: 0;
  bottom: -90px;
}
@media (max-width: 750px) {
  /* line 488, ../sass/_top.scss */
  .sepa .line-02 {
    bottom: -13vw;
  }
}
/* line 495, ../sass/_top.scss */
.sepa .line-04 {
  left: 0;
  top: -60px;
}
@media (max-width: 750px) {
  /* line 495, ../sass/_top.scss */
  .sepa .line-04 {
    top: -11vw;
  }
}
/* line 502, ../sass/_top.scss */
.sepa .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 90px;
}
@media (max-width: 750px) {
  /* line 502, ../sass/_top.scss */
  .sepa .container {
    flex-wrap: wrap;
    padding-top: 10vw;
  }
}
/* line 511, ../sass/_top.scss */
.sepa .container h2 {
  font-size: 28px;
  line-height: calc(48 / 28);
  color: #005aff;
}
@media (max-width: 750px) {
  /* line 511, ../sass/_top.scss */
  .sepa .container h2 {
    font-size: calc(24 / 375 * 100 * 1vw);
  }
}
/* line 516, ../sass/_top.scss */
.sepa .container h2 > span {
  display: inline-block;
  padding: 6px 8px;
  line-height: 1;
  position: relative;
}
/* line 521, ../sass/_top.scss */
.sepa .container h2 > span span {
  position: relative;
}
/* line 525, ../sass/_top.scss */
.sepa .container h2 > span:first-of-type:before {
  width: 95%;
}
/* line 530, ../sass/_top.scss */
.sepa .container h2 > span:last-of-type:before {
  width: 93%;
}
/* line 534, ../sass/_top.scss */
.sepa .container h2 > span:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 0;
}
@media (max-width: 750px) {
  /* line 516, ../sass/_top.scss */
  .sepa .container h2 > span {
    padding: 1.2vw;
  }
}
/* line 550, ../sass/_top.scss */
.sepa .container p {
  color: #fff;
  line-height: calc(30 / 16);
  margin-top: 78px;
}
/* line 555, ../sass/_top.scss */
.sepa .container p:first-of-type {
  margin-top: 0;
}
@media (max-width: 750px) {
  /* line 555, ../sass/_top.scss */
  .sepa .container p:first-of-type {
    margin-top: 5vw;
  }
}

/* line 564, ../sass/_top.scss */
.section-03 {
  padding: 150px 0 170px;
  background: #f5f8ff;
}
@media (max-width: 750px) {
  /* line 564, ../sass/_top.scss */
  .section-03 {
    padding: 20vw 0 30vw;
  }
}
/* line 570, ../sass/_top.scss */
.section-03 h2 {
  text-align: center;
  font-size: 100px;
  font-weight: 500;
  color: #005aff;
  font-family: "Roboto", sans-serif;
  margin-bottom: -50px;
}
@media (max-width: 750px) {
  /* line 570, ../sass/_top.scss */
  .section-03 h2 {
    font-size: calc(55 / 375 * 100 * 1vw);
  }
}
/* line 579, ../sass/_top.scss */
.section-03 .container-w {
  margin-top: 100px;
}
@media (max-width: 750px) {
  /* line 579, ../sass/_top.scss */
  .section-03 .container-w {
    margin: 15vw 0 0vw;
    width: 100%;
  }
}
/* line 585, ../sass/_top.scss */
.section-03 .container-w + .container {
  margin-top: 100px;
}
@media (max-width: 750px) {
  /* line 585, ../sass/_top.scss */
  .section-03 .container-w + .container {
    margin: 15vw auto 0vw;
    width: 86.6vw;
  }
}
/* line 593, ../sass/_top.scss */
.section-03 .exeo {
  padding: 100px 0 80px 88px;
  background: #fff;
  box-shadow: 8px 8px 10px rgba(0, 90, 255, 0.2);
}
@media (max-width: 750px) {
  /* line 593, ../sass/_top.scss */
  .section-03 .exeo {
    padding: 14vw 6.7vw 10vw;
  }
}
/* line 600, ../sass/_top.scss */
.section-03 .exeo img {
  width: 600px;
}
@media (min-width: 751px) {
  /* line 600, ../sass/_top.scss */
  .section-03 .exeo img {
    order: 2;
  }
}
@media (max-width: 750px) {
  /* line 600, ../sass/_top.scss */
  .section-03 .exeo img {
    width: 100%;
  }
}
/* line 609, ../sass/_top.scss */
.section-03 .exeo .txt {
  width: 450px;
}
@media (min-width: 751px) {
  /* line 609, ../sass/_top.scss */
  .section-03 .exeo .txt {
    order: 1;
  }
}
@media (max-width: 750px) {
  /* line 609, ../sass/_top.scss */
  .section-03 .exeo .txt {
    width: 100%;
  }
}
/* line 617, ../sass/_top.scss */
.section-03 .exeo .txt h3 {
  font-size: 36px;
  line-height: calc(55 / 36);
  color: #005aff;
  font-weight: 700;
}
@media (max-width: 750px) {
  /* line 617, ../sass/_top.scss */
  .section-03 .exeo .txt h3 {
    font-size: calc(24 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 617, ../sass/_top.scss */
  .section-03 .exeo .txt h3 {
    margin-top: 4vw;
  }
}
/* line 627, ../sass/_top.scss */
.section-03 .exeo .txt p {
  line-height: calc(30 / 16);
  margin-top: 30px;
}
@media (max-width: 750px) {
  /* line 627, ../sass/_top.scss */
  .section-03 .exeo .txt p {
    margin-top: 4vw;
  }
}
/* line 636, ../sass/_top.scss */
.section-03 .reason {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
/* line 641, ../sass/_top.scss */
.section-03 .reason li {
  width: 305px;
  margin-top: 80px;
}
@media (max-width: 750px) {
  /* line 641, ../sass/_top.scss */
  .section-03 .reason li {
    margin-top: 8vw;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
/* line 651, ../sass/_top.scss */
.section-03 .reason li img {
  width: 270px;
  margin-left: 28px;
}
@media (max-width: 750px) {
  /* line 651, ../sass/_top.scss */
  .section-03 .reason li img {
    width: calc(120 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 651, ../sass/_top.scss */
  .section-03 .reason li img {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  /* line 659, ../sass/_top.scss */
  .section-03 .reason li .txt {
    width: calc(190 / 375 * 100 * 1vw);
  }
}
/* line 662, ../sass/_top.scss */
.section-03 .reason li h4 {
  font-size: 20px;
  color: #005aff;
  line-height: calc(35 / 20);
  text-align: center;
}
@media (max-width: 750px) {
  /* line 662, ../sass/_top.scss */
  .section-03 .reason li h4 {
    font-size: calc(16 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 662, ../sass/_top.scss */
  .section-03 .reason li h4 {
    text-align: left;
  }
}
/* line 672, ../sass/_top.scss */
.section-03 .reason li p {
  line-height: calc(30 / 16);
  margin-top: 30px;
}
@media (max-width: 750px) {
  /* line 672, ../sass/_top.scss */
  .section-03 .reason li p {
    margin-top: 4vw;
  }
  /* line 677, ../sass/_top.scss */
  .section-03 .reason li p br {
    display: none;
  }
}

/* line 685, ../sass/_top.scss */
.section-04 {
  margin-top: -230px;
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  /* line 685, ../sass/_top.scss */
  .section-04 {
    margin-top: -20vw;
    padding-bottom: 15vw;
  }
}
/* line 692, ../sass/_top.scss */
.section-04 .line-02 {
  right: 0;
  bottom: -90px;
}
@media (max-width: 750px) {
  /* line 692, ../sass/_top.scss */
  .section-04 .line-02 {
    bottom: -15vw;
  }
}
/* line 699, ../sass/_top.scss */
.section-04 .line-04 {
  left: 0;
  top: -60px;
}
@media (max-width: 750px) {
  /* line 699, ../sass/_top.scss */
  .section-04 .line-04 {
    top: -6vw;
  }
}
/* line 707, ../sass/_top.scss */
.section-04 .flex img {
  width: 630px;
  order: 1;
  margin-left: calc((1024px - 1300px) / 2);
  box-shadow: 8px 8px 10px rgba(0, 90, 255, 0.2);
}
@media (max-width: 750px) {
  /* line 707, ../sass/_top.scss */
  .section-04 .flex img {
    margin-left: -6.7vw;
  }
}
@media (max-width: 750px) {
  /* line 707, ../sass/_top.scss */
  .section-04 .flex img {
    width: calc(325 / 375 * 100 * 1vw);
  }
}
/* line 717, ../sass/_top.scss */
.section-04 .flex .txt {
  width: 450px;
  order: 2;
}
@media (max-width: 750px) {
  /* line 717, ../sass/_top.scss */
  .section-04 .flex .txt {
    width: 100%;
    margin-top: 8vw;
  }
}
/* line 724, ../sass/_top.scss */
.section-04 .flex .txt h2 {
  font-size: 80px;
  font-weight: 500;
  color: #fff;
  text-shadow:
    1px 1px 0 #005aff,
    -1px -1px 0 #005aff,
    1px -1px 0 #005aff,
    -1px 1px 0 #005aff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  /* line 724, ../sass/_top.scss */
  .section-04 .flex .txt h2 {
    font-size: calc(55 / 375 * 100 * 1vw);
  }
}
/* line 737, ../sass/_top.scss */
.section-04 .flex .txt h3 {
  font-size: 24px;
  margin-top: 30px;
  padding-left: 0;
}
@media (max-width: 750px) {
  /* line 737, ../sass/_top.scss */
  .section-04 .flex .txt h3 {
    font-size: calc(24 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 737, ../sass/_top.scss */
  .section-04 .flex .txt h3 {
    margin-top: 4vw;
  }
}
/* line 745, ../sass/_top.scss */
.section-04 .flex .txt h3::before {
  content: none;
}
/* line 749, ../sass/_top.scss */
.section-04 .flex .txt p {
  line-height: calc(30 / 16);
  margin-top: 30px;
}
@media (max-width: 750px) {
  /* line 749, ../sass/_top.scss */
  .section-04 .flex .txt p {
    margin-top: 4vw;
  }
}

/* line 760, ../sass/_top.scss */
.faq {
  background: #f5f8ff;
  padding: 150px 0 100px;
}
@media (max-width: 750px) {
  /* line 760, ../sass/_top.scss */
  .faq {
    padding: 15vw 0;
  }
}
/* line 767, ../sass/_top.scss */
.faq .line-05 {
  left: 0;
  bottom: -110px;
}
@media (max-width: 750px) {
  /* line 767, ../sass/_top.scss */
  .faq .line-05 {
    bottom: initial;
    top: -10vw;
  }
}
/* line 775, ../sass/_top.scss */
.faq .flex {
  align-items: flex-start;
}
/* line 777, ../sass/_top.scss */
.faq .flex h2 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
@media (max-width: 750px) {
  /* line 777, ../sass/_top.scss */
  .faq .flex h2 {
    font-size: calc(16 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 777, ../sass/_top.scss */
  .faq .flex h2 {
    text-align: center;
    margin-inline: auto;
  }
}
/* line 786, ../sass/_top.scss */
.faq .flex h2 span {
  width: max-content;
  font-size: 100px;
  color: #005aff;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 750px) {
  /* line 786, ../sass/_top.scss */
  .faq .flex h2 span {
    font-size: calc(55 / 375 * 100 * 1vw);
  }
}
/* line 796, ../sass/_top.scss */
.faq .flex .txt {
  width: 750px;
}
@media (max-width: 750px) {
  /* line 796, ../sass/_top.scss */
  .faq .flex .txt {
    position: relative;
    z-index: 3;
    width: 100%;
  }
}
/* line 803, ../sass/_top.scss */
.faq .flex .txt dl {
  background: #fff;
  margin-top: 30px;
  box-shadow: 3px 3px 5px rgba(0, 90, 255, 0.2);
}
@media (max-width: 750px) {
  /* line 803, ../sass/_top.scss */
  .faq .flex .txt dl {
    margin-top: 4vw;
  }
}
/* line 810, ../sass/_top.scss */
.faq .flex .txt dl:first-of-type {
  margin-top: 0;
}
@media (max-width: 750px) {
  /* line 810, ../sass/_top.scss */
  .faq .flex .txt dl:first-of-type {
    margin-top: 5vw;
  }
}
/* line 816, ../sass/_top.scss */
.faq .flex .txt dl dt {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding: 32px 32px 32px 86px;
  line-height: calc(40 / 24);
  cursor: pointer;
}
@media (max-width: 750px) {
  /* line 816, ../sass/_top.scss */
  .faq .flex .txt dl dt {
    font-size: calc(18 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 816, ../sass/_top.scss */
  .faq .flex .txt dl dt {
    padding: 3vw 12vw;
  }
}
/* line 829, ../sass/_top.scss */
.faq .flex .txt dl dt.is-open .toggle:after {
  transform: translateY(-50%) rotate(0deg);
}
/* line 834, ../sass/_top.scss */
.faq .flex .txt dl dt .toggle {
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 32px;
  top: 32px;
}
@media (max-width: 750px) {
  /* line 834, ../sass/_top.scss */
  .faq .flex .txt dl dt .toggle {
    width: calc(30 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 834, ../sass/_top.scss */
  .faq .flex .txt dl dt .toggle {
    right: 3vw;
    top: 50%;
    transform: translate(0, -50%);
  }
}
/* line 847, ../sass/_top.scss */
.faq .flex .txt dl dt .toggle:before,
.faq .flex .txt dl dt .toggle:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #005aff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
/* line 859, ../sass/_top.scss */
.faq .flex .txt dl dt .toggle:after {
  transform: translateY(-50%) rotate(90deg);
}
/* line 863, ../sass/_top.scss */
.faq .flex .txt dl dt:before {
  font-size: 36px;
  content: "Q";
  font-family: "Roboto", sans-serif;
  color: #005aff;
  font-weight: 500;
  position: absolute;
  left: 32px;
  top: 27px;
}
@media (max-width: 750px) {
  /* line 863, ../sass/_top.scss */
  .faq .flex .txt dl dt:before {
    font-size: calc(30 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 863, ../sass/_top.scss */
  .faq .flex .txt dl dt:before {
    left: 3vw;
    top: 0.5vw;
  }
}
/* line 879, ../sass/_top.scss */
.faq .flex .txt dl dd {
  padding: 0 32px 32px;
  line-height: calc(30 / 16);
  display: none;
}

/* line 888, ../sass/_top.scss */
.guideline {
  padding: 100px 0 150px;
}
@media (max-width: 750px) {
  /* line 888, ../sass/_top.scss */
  .guideline {
    padding: 15vw 0;
  }
}
/* line 893, ../sass/_top.scss */
.guideline .line-01 {
  right: 0;
  bottom: -90px;
}
@media (max-width: 750px) {
  /* line 893, ../sass/_top.scss */
  .guideline .line-01 {
    bottom: -14vw;
  }
}
/* line 900, ../sass/_top.scss */
.guideline h2 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-align: center;
}
@media (max-width: 750px) {
  /* line 900, ../sass/_top.scss */
  .guideline h2 {
    font-size: calc(16 / 375 * 100 * 1vw);
  }
}
/* line 906, ../sass/_top.scss */
.guideline h2 span {
  width: max-content;
  font-size: 100px;
  color: #005aff;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 750px) {
  /* line 906, ../sass/_top.scss */
  .guideline h2 span {
    font-size: calc(55 / 375 * 100 * 1vw);
  }
}
/* line 916, ../sass/_top.scss */
.guideline .container {
  position: relative;
  z-index: 4;
}
/* line 919, ../sass/_top.scss */
.guideline .container .wrapper {
  padding: 40px 60px;
  box-shadow: 5px 5px 10px rgba(0, 90, 255, 0.2);
  margin-top: 50px;
  background: #fff;
}
@media (max-width: 750px) {
  /* line 919, ../sass/_top.scss */
  .guideline .container .wrapper {
    padding: 5vw;
    margin-top: 5vw;
  }
}
/* line 929, ../sass/_top.scss */
.guideline .container .wrapper > table {
  width: 100%;
}
/* line 931, ../sass/_top.scss */
.guideline .container .wrapper > table tr {
  border-bottom: 1px solid #ccc;
}
/* line 934, ../sass/_top.scss */
.guideline .container .wrapper > table tr:last-of-type {
  border-bottom: none;
}
/* line 937, ../sass/_top.scss */
.guideline .container .wrapper > table tr th {
  font-weight: 700;
  width: 188px;
  padding: 16px 0;
  vertical-align: middle;
}
@media (max-width: 750px) {
  /* line 937, ../sass/_top.scss */
  .guideline .container .wrapper > table tr th {
    padding: 3vw 0 1.5vw;
    display: block;
    width: 100%;
  }
}
/* line 948, ../sass/_top.scss */
.guideline .container .wrapper > table tr td {
  padding: 16px 0;
  line-height: calc(30 / 16);
  width: calc(100% - 188px);
}
/* line 952, ../sass/_top.scss */
.guideline .container .wrapper > table tr td small {
  font-size: 14px;
}
@media (max-width: 750px) {
  /* line 952, ../sass/_top.scss */
  .guideline .container .wrapper > table tr td small {
    font-size: calc(12 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 948, ../sass/_top.scss */
  .guideline .container .wrapper > table tr td {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}
/* line 961, ../sass/_top.scss */
.guideline .container .wrapper > table tr td span {
  color: #005aff;
  font-size: 12px;
}
/* line 968, ../sass/_top.scss */
.guideline .container .wrapper .bg-blue {
  background: #f5f8ff;
  padding: 40px;
  display: flex;
  margin-top: 32px;
}
@media (max-width: 750px) {
  /* line 968, ../sass/_top.scss */
  .guideline .container .wrapper .bg-blue {
    flex-wrap: wrap;
    padding: 4vw;
    margin-top: 4vw;
  }
}
/* line 978, ../sass/_top.scss */
.guideline .container .wrapper .bg-blue h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  width: 167px;
  padding-left: 0;
}
/* line 983, ../sass/_top.scss */
.guideline .container .wrapper .bg-blue h3:before {
  content: none;
}
/* line 987, ../sass/_top.scss */
.guideline .container .wrapper .bg-blue table {
  margin-top: -6px;
}
/* line 990, ../sass/_top.scss */
.guideline .container .wrapper .bg-blue table tr th {
  width: 100px;
  padding: 12px 0;
  vertical-align: top;
  font-weight: 700;
}
@media (max-width: 750px) {
  /* line 990, ../sass/_top.scss */
  .guideline .container .wrapper .bg-blue table tr th {
    display: block;
    width: 100%;
  }
}
/* line 1000, ../sass/_top.scss */
.guideline .container .wrapper .bg-blue table tr td {
  width: calc(100% - 100px);
  padding: 12px 0;
}
@media (max-width: 750px) {
  /* line 1000, ../sass/_top.scss */
  .guideline .container .wrapper .bg-blue table tr td {
    display: block;
    width: 100%;
    padding-top: 0;
    line-height: 1.8;
  }
}
/* line 1009, ../sass/_top.scss */
.guideline .container .wrapper .bg-blue table tr td span {
  color: #005aff;
  font-size: 12px;
}

/* line 1021, ../sass/_top.scss */
.interview {
  padding: 100px 0 150px;
}
@media (max-width: 750px) {
  /* line 1021, ../sass/_top.scss */
  .interview {
    padding: 15vw 0 25vw;
  }
}
/* line 1026, ../sass/_top.scss */
.interview h2 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-align: center;
}
@media (max-width: 750px) {
  /* line 1026, ../sass/_top.scss */
  .interview h2 {
    font-size: calc(16 / 375 * 100 * 1vw);
  }
}
/* line 1032, ../sass/_top.scss */
.interview h2 span {
  width: max-content;
  font-size: 100px;
  color: #005aff;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 750px) {
  /* line 1032, ../sass/_top.scss */
  .interview h2 span {
    font-size: calc(55 / 375 * 100 * 1vw);
  }
}
/* line 1042, ../sass/_top.scss */
.interview .toggle {
  margin-top: 20px;
}
@media (max-width: 750px) {
  /* line 1042, ../sass/_top.scss */
  .interview .toggle {
    margin-top: 10vw;
  }
}
/* line 1047, ../sass/_top.scss */
.interview .toggle:first-of-type {
  margin-top: 50px;
}
/* line 1050, ../sass/_top.scss */
.interview .toggle .img {
  position: relative;
  margin-bottom: -33px;
  z-index: 2;
}
/* line 1054, ../sass/_top.scss */
.interview .toggle .img:before {
  content: "";
  width: 100%;
  height: calc(100% - 126px);
  display: block;
  position: absolute;
  top: 94px;
  left: 0;
  background-color: #f5f8ff;
}
/* line 1064, ../sass/_top.scss */
.interview .toggle .img img {
  position: relative;
}
/* line 1067, ../sass/_top.scss */
.interview .toggle .img .more {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  height: 45px;
  background: #c3ff55;
  color: #005aff;
  padding: 0 20px;
  right: 186px;
  bottom: 69px;
  cursor: pointer;
}
@media (max-width: 750px) {
  /* line 1067, ../sass/_top.scss */
  .interview .toggle .img .more {
    width: calc(200 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 1067, ../sass/_top.scss */
  .interview .toggle .img .more {
    height: calc(45 / 375 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  /* line 1067, ../sass/_top.scss */
  .interview .toggle .img .more {
    right: initial;
    left: 50%;
    bottom: 9vw;
    transform: translate(-50%, 0);
  }
}
/* line 1090, ../sass/_top.scss */
.interview .toggle .img .more.is-open .icon:after {
  transform: translateY(-50%) rotate(0deg);
}
/* line 1095, ../sass/_top.scss */
.interview .toggle .img .more .icon {
  display: block;
  width: 20px;
  aspect-ratio: 1 / 1;
  position: relative;
}
/* line 1100, ../sass/_top.scss */
.interview .toggle .img .more .icon:before,
.interview .toggle .img .more .icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #005aff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
/* line 1112, ../sass/_top.scss */
.interview .toggle .img .more .icon:after {
  transform: translateY(-50%) rotate(90deg);
}
/* line 1118, ../sass/_top.scss */
.interview .toggle .txt {
  box-shadow: 3px 3px 5px rgba(0, 90, 255, 0.2);
  padding: 58px;
  background-color: #f5f8ff;
  position: relative;
  display: none;
}
@media (max-width: 750px) {
  /* line 1118, ../sass/_top.scss */
  .interview .toggle .txt {
    padding: 15vw 5vw 5vw;
  }
}
/* line 1127, ../sass/_top.scss */
.interview .toggle .txt dl {
  margin-top: 40px;
}
/* line 1129, ../sass/_top.scss */
.interview .toggle .txt dl:first-of-type {
  margin-top: 0;
}
/* line 1132, ../sass/_top.scss */
.interview .toggle .txt dl dt {
  font-size: 20px;
  color: #005aff;
  line-height: 1.5;
}
@media (max-width: 750px) {
  /* line 1132, ../sass/_top.scss */
  .interview .toggle .txt dl dt {
    font-size: calc(18 / 375 * 100 * 1vw);
  }
}
/* line 1138, ../sass/_top.scss */
.interview .toggle .txt dl dd {
  line-height: calc(30 / 16);
  margin-top: 10px;
}
@media (max-width: 750px) {
  /* line 1138, ../sass/_top.scss */
  .interview .toggle .txt dl dd {
    margin-top: 1.5vw;
  }
}
