@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v2.0.2 | 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;
  line-height: 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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 1.4rem;
  font-family: sans-serif;
  word-break: break-all;
  color: #333;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
}

input,
select,
textarea {
  font-size: 1.6rem;
}

input[type="number"],
input[type="text"],
input[type="email"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  text-decoration: none;
}

button {
  outline: 0;
}
button:hover {
  cursor: pointer;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}

br.is-pc {
  display: block;
}
br.is-sp {
  display: none;
}
@media (max-width: 768px) {
  br.is-pc {
    display: none;
  }
  br.is-sp {
    display: block;
  }
}

.sa-fade {
  opacity: 0;
  transition: 1s opacity ease;
}
.sa-fade.is-show {
  opacity: 1;
}
.sa-up {
  opacity: 0;
  transform: translateY(10px);
  transition:
    1s opacity ease,
    1s transform ease;
}
.sa-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 0 0 40px 40px;
  box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.45);
  padding: 0 40px;
  z-index: 99;
}
@media (max-width: 768px) {
  .header {
    height: 67px;
    padding: 0 18px;
  }
}
.header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__btn {
  display: flex;
  gap: 15px;
}
.header__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 53px;
  padding: 0 20px;
  border-radius: 99px;
  background: #d55328;
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.9px;
  transition: 0.3s all ease;
}
.header__btn a:last-child {
  background: #002f7b;
}
.header__btn a::after {
  content: "";
  display: block;
  position: relative;
  width: 15px;
  height: 13px;
  background: url(../img/icon_arrow.svg) no-repeat center center;
  background-size: contain;
  transition: 0.3s all ease;
}
.header__btn a:hover {
  opacity: 0.7;
}
.header__btn a:hover::after {
  transform: translateX(5px);
}
@media (max-width: 1080px) {
  .header__btn a:first-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__btn a {
    height: 43px;
    padding: 0 15px 2px;
    gap: 8px;
  }
  .header__btn a::after {
    transform: translateX(0) translateY(1px);
  }
  .header__btn a::after:hover {
    transform: translateX(5px) translateY(1px);
  }
}

.footer {
  background: #1f2428;
  padding: 40px 40px 20px;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 30px 100px;
  }
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__wrap {
    justify-content: center;
    flex-direction: column;
    gap: 30px;
  }
}
.footer__logo {
  display: block;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 217px;
  }
  .footer__logo img {
    width: 100%;
  }
}
.footer__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
}
@media (max-width: 768px) {
  .footer__link {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .footer__link {
    font-size: 15px;
    gap: 40px;
  }
}
.footer__link a {
  transition: 0.3s all ease;
}
.footer__link a:hover {
  opacity: 0.6;
}
.footer__link a:first-child {
  position: relative;
}
.footer__link a:first-child::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  background: #fff;
  top: 0;
  right: -30px;
}
@media (max-width: 400px) {
  .footer__link a:first-child::after {
    right: -20px;
    height: 22px;
  }
}
.footer__copyright {
  margin: 80px 0 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .footer__copyright {
    margin: 30px 0 0;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

.hero__bg {
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .hero__bg {
    height: 100dvh;
  }
}
.hero__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  overflow: hidden;
}
.hero__bg-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__bg-img.is-show {
  opacity: 1;
  z-index: 1;
}
.hero__inner {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 90px;
  padding: 80px 0 0;
  color: #fff;
  font-feature-settings: "palt" on;
  opacity: 0;
  margin: 20px 0 0;
  transition: 1.5s all ease;
}
.hero__inner.is-show {
  opacity: 1;
  margin: 0;
}
@media (max-width: 1080px) {
  .hero__inner {
    left: 40px;
  }
}
@media (max-width: 768px) {
  .hero__inner {
    left: 0;
    right: 0;
    width: 100%;
    padding: 60px 0 0 20px;
  }
}
.hero__tag {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.05em;
  border-radius: 5px;
  border: 4px solid var(--Text-Text-Color-w_title-color, #fff);
  padding: 2px 30px 3px;
}
@media (max-width: 1440px) {
  .hero__tag {
    font-size: 31px;
  }
}
@media (max-width: 768px) {
  .hero__tag {
    font-size: 24px;
  }
}
.hero__text-1 {
  margin-top: 26px;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media (max-width: 1440px) {
  .hero__text-1 {
    font-size: 29px;
  }
}
@media (max-width: 768px) {
  .hero__text-1 {
    margin-top: 25px;
    font-size: 23px;
  }
}
@media (max-width: 400px) {
  .hero__text-1 {
    font-size: 21px;
  }
}
.hero__text-2 {
  margin-top: 6px;
  font-size: 54px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media (max-width: 1440px) {
  .hero__text-2 {
    margin-top: 8px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .hero__text-2 {
    margin-top: 13px;
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  .hero__text-2 {
    font-size: 29px;
  }
}
.hero__text-3 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media (max-width: 1440px) {
  .hero__text-3 {
    margin-top: 11px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .hero__text-3 {
    margin-top: 18px;
    font-size: 16px;
  }
}
.hero__btn {
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 440px;
  opacity: 0;
  transform: translateY(10px);
  transition: 1.5s all ease 1s;
}
.is-show .hero__btn {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .hero__btn {
    margin-top: 40px;
    padding: 0 20px 0 0;
    width: 100%;
  }
}
.hero__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 54px;
  padding: 0 20px 4px;
  border-radius: 99px;
  background: #d55328;
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
  transition: 0.3s all ease;
}
.hero__btn a:last-child {
  background: #002f7b;
}
.hero__btn a::after {
  content: "";
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  background: url(../img/icon_arrow_l.svg) no-repeat center center;
  background-size: contain;
  transition: 0.3s all ease;
  transform: translateY(2px) translateX(0);
}
.hero__btn a:hover {
  opacity: 0.7;
}
.hero__btn a:hover::after {
  transform: translateY(2px) translateX(5px);
}
@media (max-width: 768px) {
  .hero__btn a {
    height: 53px;
    font-size: 16px;
    padding: 0 18px 4px;
  }
  .hero__btn a::after {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 380px) {
  .hero__btn a {
    height: 50px;
    font-size: 15px;
  }
}

.main {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 900px) {
  .main {
    overflow: inherit;
  }
}

.intro {
  margin: 120px 0;
}
@media (max-width: 768px) {
  .intro {
    margin: 90px 18px;
  }
}
.intro__title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 30px;
  margin: auto;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    var(--Color-aucnet-blue_01, #002f7b) 0%,
    var(--Color-aucnet-blue_02, #4992be) 100%
  );
  color: var(--Text-Text-Color-w_title-color, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 33px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .intro__title {
    font-size: 22px;
    padding: 16px 24px;
  }
}
@media (max-width: 400px) {
  .intro__title {
    padding: 16px 20px;
    font-size: 21px;
  }
}
.intro__text {
  margin: 70px 0 0;
  color: var(--Color-aucnet-blue_01, #002f7b);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 21px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .intro__text {
    margin: 40px 0 0;
    font-size: 16px;
    text-align: left;
  }
}
.intro__img {
  max-width: 1000px;
  width: 90%;
  margin: 80px auto 0;
}
.intro__img img {
  width: 100%;
}
@media (max-width: 768px) {
  .intro__img {
    width: 100%;
    margin: 40px auto 0;
  }
}
.intro__slide {
  width: 100%;
  overflow: hidden;
  margin: 80px 0 0;
}
@media (max-width: 768px) {
  .intro__slide {
    margin: 40px -18px 0;
    width: calc(100% + 36px);
  }
}
.intro__slide .swiper-wrapper {
  transition-timing-function: linear;
}
.intro__slide .swiper-slide {
  width: 533px !important;
  height: 300px;
}
.intro__slide .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .intro__slide .swiper-slide {
    width: 355px !important;
    height: 200px;
  }
}

.feature__h3 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-feature-settings: "palt" on;
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media (max-width: 1440px) {
  .feature__h3 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .feature__h3 {
    gap: 24px;
    font-size: 24px;
  }
}
.feature__h3 img {
  width: 115px;
  height: auto;
}
@media (max-width: 768px) {
  .feature__h3 img {
    width: 52px;
  }
}
.feature__h4 {
  font-feature-settings: "palt" on;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.feature__block {
  position: relative;
}
.feature__block-inner {
  width: 1330px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  transform: translateX(53px);
}
@media (max-width: 1440px) {
  .feature__block-inner {
    width: 1200px;
    transform: translateX(47px);
  }
}
@media (max-width: 1300px) {
  .feature__block-inner {
    gap: 80px;
    width: 100%;
    padding: 0 80px;
    transform: translateX(0);
  }
}
@media (max-width: 1200px) {
  .feature__block-inner {
    gap: 60px;
    padding: 0 40px;
  }
}
@media (max-width: 900px) {
  .feature__block-inner {
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .feature__block-inner {
    padding: 0 18px;
  }
}
.feature__block-text {
  margin: 29px 0 0;
  width: 380px;
  margin: 32px 0 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  color: var(--Text-Text-Color-b_text-color, #2b2b2b);
}
@media (max-width: 1300px) {
  .feature__block-text {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .feature__block-text {
    margin: 16px 0 0;
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .feature__block-text {
    width: 340px;
  }
}
@media (max-width: 1300px) {
  .feature__block-text {
    width: 410px;
  }
}
@media (max-width: 900px) {
  .feature__block-text {
    width: 100%;
  }
}
.feature__block-img {
  position: relative;
  width: 830px;
  height: auto;
  transition:
    1s opacity ease 0.5s,
    1s transform ease 0.5s;
}
.feature__block-img img {
  width: 100%;
  border-radius: 50px;
}
@media (max-width: 1440px) {
  .feature__block-img {
    width: 747px;
  }
}
@media (max-width: 1300px) {
  .feature__block-img {
    width: 100%;
    flex: 1;
  }
}
@media (max-width: 768px) {
  .feature__block-img {
    transition:
      1s opacity ease,
      1s transform ease;
  }
  .feature__block-img img {
    border-radius: 25px;
  }
}
.feature__block-img__icon {
  position: absolute;
  width: 200px;
  bottom: -70px;
  left: -118px;
  opacity: 0;
  transform: translateY(10px);
  transition: 1s all ease 1s;
}
.feature__block-img__icon img {
  width: 100%;
}
@media (max-width: 1300px) {
  .feature__block-img__icon {
    width: 160px;
    bottom: -30px;
    left: -40px;
  }
}
@media (max-width: 900px) {
  .feature__block-img__icon {
    display: none;
  }
}
.is-show .feature__block-img__icon {
  opacity: 1;
  transform: translateY(0);
}
.feature__block.is-right .feature__block-inner {
  flex-direction: row-reverse;
  transform: translateX(-53px);
}
@media (max-width: 1440px) {
  .feature__block.is-right .feature__block-inner {
    transform: translateX(-47px);
  }
}
@media (max-width: 1300px) {
  .feature__block.is-right .feature__block-inner {
    transform: translateX(0);
  }
}
@media (max-width: 900px) {
  .feature__block.is-right .feature__block-inner {
    flex-direction: column;
  }
}
.feature__block.is-right .feature__block-img__icon {
  left: inherit;
  right: -118px;
}
@media (max-width: 1300px) {
  .feature__block.is-right .feature__block-img__icon {
    right: -40px;
  }
}

.feature-0 {
  background: #f9f9f9;
  padding: 120px 0 0;
}
@media (max-width: 768px) {
  .feature-0 {
    padding: 80px 0 0;
  }
}
.feature-0__title {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-feature-settings: "palt" on;
  color: var(--Text-Text-Color-special-color_01, #002f7b);
  font-size: 54px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.feature-0__title img {
  width: 495px;
}
.feature-0__title div {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.feature-0__title span {
  color: #d55328;
  font-size: 81px;
  font-weight: 700;
}
@media (max-width: 1080px) {
  .feature-0__title {
    flex-direction: column;
    gap: 8px;
    line-height: 150%;
  }
}
@media (max-width: 768px) {
  .feature-0__title {
    gap: 16px;
    font-size: 26px;
    line-height: 120%;
  }
  .feature-0__title img {
    width: 280px;
  }
  .feature-0__title span {
    font-size: 44px;
  }
}
.feature-0__movie {
  width: 980px;
  margin: 53px auto 0;
}
.feature-0__movie img {
  width: 100%;
}
@media (max-width: 1080px) {
  .feature-0__movie {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .feature-0__movie {
    margin: 40px auto 0;
    padding: 0 18px;
  }
}
.feature-0__movie-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 15px;
}
.feature-0__movie-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.feature-0__movie-video {
  width: 100%;
  height: auto;
}
.feature-0__movie-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media (max-width: 768px) {
  .feature-0__movie-btn {
    gap: 14px;
  }
}
.feature-0__movie-btn__icon {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.feature-0__movie-btn__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 20px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: 0 0 0 2px;
}
@media (max-width: 768px) {
  .feature-0__movie-btn__icon {
    width: 67px;
    height: 67px;
  }
  .feature-0__movie-btn__icon::after {
    width: 16px;
    height: 18px;
  }
}
.feature-0__movie-btn span {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .feature-0__movie-btn span {
    font-size: 14px;
  }
}

.feature-1 {
  background: #f9f9f9;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .feature-1 {
    padding: 80px 0;
  }
}
.feature-1__inner {
  position: relative;
  width: 1227px;
  margin: auto;
  padding-bottom: 430px;
}
@media (max-width: 1440px) {
  .feature-1__inner {
    width: 1163px;
    padding-bottom: 350px;
  }
}
@media (max-width: 1300px) {
  .feature-1__inner {
    width: 100%;
    padding: 0 80px 430px;
  }
}
@media (max-width: 1200px) {
  .feature-1__inner {
    padding: 0 40px 430px;
  }
}
@media (max-width: 1080px) {
  .feature-1__inner {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .feature-1__inner {
    padding: 0 18px;
  }
}
.feature-1__text {
  width: 484px;
  margin: 32px 0 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  color: var(--Text-Text-Color-b_text-color, #2b2b2b);
}
@media (max-width: 1300px) {
  .feature-1__text {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .feature-1__text {
    margin: 16px 0 0;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .feature-1__text {
    width: 100%;
  }
}
.feature-1__map {
  position: absolute;
  bottom: 0;
  right: -188px;
  width: 870px;
}
@media (max-width: 1440px) {
  .feature-1__map {
    width: 60%;
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
    right: -100px;
  }
}
@media (max-width: 1080px) {
  .feature-1__map {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 50px auto 0;
    bottom: inherit;
    top: inherit;
    right: inherit;
    transform: none;
  }
}
.feature-1__map img {
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition:
    1s opacity ease,
    1s transform ease;
}
.feature-1__map img:last-child {
  position: absolute;
  top: 0;
  left: 0;
}
.feature-1__map img:last-child {
  transform: translateY(-10px);
  transition:
    1s opacity ease 1s,
    1s transform ease 1s;
}
.feature-1__map img.is-show {
  opacity: 1;
  transform: translateY(0);
}
.feature-1__map img.is-show:last-child {
  transform: translateY(0);
}
.feature-1 .feature__block {
  margin: 120px 0 0;
}
@media (max-width: 768px) {
  .feature-1 .feature__block {
    margin: 60px 0 0;
  }
}
.feature-1 .feature__block.is-right {
  margin: 60px 0 0;
}
.feature-1__badge {
  margin: auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #002f7b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: 65px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
  z-index: 10;
}
.feature-1__badge p {
  display: flex;
  align-items: baseline;
}
.feature-1__badge span {
  display: inline-block;
  margin: 1px 0 0;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.feature-1__badge img {
  width: 100%;
}
@media (max-width: 900px) {
  .feature-1__badge {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -10px;
    left: 10px;
    font-size: 43px;
    z-index: 10;
    opacity: 0;
    transform: translateY(10px);
    transition: 1s all ease 0.5s;
  }
  .feature-1__badge span {
    font-size: 21px;
  }
  .feature-1__badge.is-show {
    opacity: 1;
    transform: translateY(0);
  }
}
.feature-1__illust {
  width: 100%;
  max-width: 1500px;
  margin: -400px auto 0;
}
.feature-1__illust img {
  position: relative;
  width: 702px;
  transform: translateX(-98px);
}
@media (max-width: 1440px) {
  .feature-1__illust {
    margin: -300px auto 0;
  }
  .feature-1__illust img {
    width: 630px;
  }
}
@media (max-width: 1080px) {
  .feature-1__illust {
    margin: 0;
  }
}
@media (max-width: 900px) {
  .feature-1__illust {
    margin: -70px 0 0;
  }
  .feature-1__illust img {
    width: 100%;
    transform: translateX(0);
  }
}

.feature-2 {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .feature-2 {
    padding: 80px 0;
  }
}
.feature-2 .feature__block-inner.is-left {
  align-items: flex-start;
}
.feature-2 .feature__h3 {
  width: 380px;
}
@media (max-width: 900px) {
  .feature-2 .feature__h3 {
    width: 100%;
  }
}
.feature-2 .feature__block.is-right {
  margin: 70px 0 0;
}

.feature-3 {
  background: linear-gradient(
    113deg,
    var(--Color-aucnet-blue_02, #4992be) -0.56%,
    var(--Color-aucnet-blue_01, #002f7b) 100%
  );
  padding: 120px 0 200px;
}
@media (max-width: 900px) {
  .feature-3 {
    padding: 80px 0;
  }
}
.feature-3 .feature__block.is-left .feature__block-inner {
  align-items: flex-start;
}
.feature-3 .feature__h3 {
  color: #fff;
  width: 380px;
}
@media (max-width: 900px) {
  .feature-3 .feature__h3 {
    width: 100%;
  }
}
.feature-3 .feature__h4,
.feature-3 .feature__block-text {
  color: #fff;
}
.feature-3__slide img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s all ease;
}
.feature-3__slide img:first-child {
  position: relative;
}
.feature-3__slide img.is-show {
  opacity: 1;
}
.feature-3 .feature__block.is-right {
  margin: 70px 0 0;
}
@media (max-width: 900px) {
  .feature-3 .feature__block.is-right .feature__block-img__icon {
    display: block;
    width: 100px;
    right: inherit;
    left: -8px;
    bottom: 15px;
  }
}
.feature-3 .feature__block.is-right .feature__block-info {
  margin: -50px 0 0;
}
@media (max-width: 900px) {
  .feature-3 .feature__block.is-right .feature__block-info {
    margin: 0;
  }
}
.feature-3__illust {
  width: 100%;
  max-width: 1500px;
  margin: -103px auto 0;
}
.feature-3__illust img {
  position: relative;
  width: 702px;
  transform: translateX(-98px);
}
@media (max-width: 1440px) {
  .feature-3__illust {
    margin: 10px auto 0;
  }
  .feature-3__illust img {
    width: 630px;
  }
}
@media (max-width: 1200px) {
  .feature-3__illust {
    margin: 32px 0 0;
  }
}
@media (max-width: 900px) {
  .feature-3__illust img {
    width: 100%;
    transform: translateX(0);
  }
}

.feature-4 {
  background: #f9f9f9;
  padding: 120px 0 190px;
}
@media (max-width: 900px) {
  .feature-4 {
    padding: 80px 0;
  }
}
.feature-4 .feature__block-inner {
  align-items: flex-start;
}
.feature-4 .feature__h3 {
  width: 380px;
}
@media (max-width: 900px) {
  .feature-4 .feature__h3 {
    width: 100%;
  }
}

.feature-5 {
  padding: 120px 0 0;
}
@media (max-width: 768px) {
  .feature-5 {
    padding: 80px 0 0;
  }
}
.feature-5__inner {
  width: 984px;
  margin: auto;
}
@media (max-width: 1000px) {
  .feature-5__inner {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .feature-5__inner {
    padding: 0 18px;
  }
}
.feature-5__text {
  margin: 32px 0 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  color: var(--Text-Text-Color-b_text-color, #2b2b2b);
}
@media (max-width: 1300px) {
  .feature-5__text {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .feature-5__text {
    margin: 16px 0 0;
    font-size: 16px;
  }
}
.feature-5__wrap {
  display: flex;
  justify-content: center;
  gap: 90px;
  margin: 50px 0 0;
}
@media (max-width: 1050px) {
  .feature-5__wrap {
    padding: 0 20px;
    gap: 5%;
  }
}
@media (max-width: 900px) {
  .feature-5__wrap {
    gap: 4%;
  }
}
@media (max-width: 768px) {
  .feature-5__wrap {
    display: none;
  }
}
.feature-5__cell {
  width: 210px;
  opacity: 0.3;
  cursor: pointer;
  transition: 0.3s all ease;
}
.feature-5__cell.is-current {
  opacity: 1;
}
.feature-5__cell-box {
  width: 210px;
  height: 210px;
  background: #1b2f6a;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.feature-5__cell-box img {
  height: 70px;
}
.feature-5__cell-list {
  margin: 24px 0 0;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.feature-5__cell-list li {
  text-indent: -15px;
  padding-left: 15px;
}
.feature-5__cell-list li::before {
  content: "・ ";
}
@media (max-width: 1050px) {
  .feature-5__cell-box {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    font-size: 20px;
  }
  .feature-5__cell-box img {
    height: 60px;
  }
}
@media (max-width: 900px) {
  .feature-5__cell {
    width: 180px;
  }
  .feature-5__cell-list {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .feature-5__cell {
    width: 150px;
  }
  .feature-5__cell-list {
    font-size: 14px;
  }
  .feature-5__cell-list li {
    text-indent: -12px;
    padding-left: 12px;
  }
  .feature-5__cell-list li::before {
    content: "・ ";
  }
}
.feature-5__img {
  position: relative;
  width: 1144px;
  height: auto;
  aspect-ratio: 1/0.47;
  margin: -60px auto 0;
}
.feature-5__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: 0.3s all ease;
}
.feature-5__img img.is-show {
  opacity: 1;
}
@media (max-width: 1144px) {
  .feature-5__img {
    width: 100%;
    margin: -30px auto 0;
  }
}
@media (max-width: 768px) {
  .feature-5__img {
    display: none;
  }
}
.feature-5 .scroll_container {
  height: 400vh;
}
@media (min-width: 768px) {
  .feature-5 .scroll_container {
    display: none;
  }
}
.feature-5 .horizontal_scroll {
  position: absolute;
  top: 0;
  height: 100%;
  width: 400vw;
  will-change: transform;
  display: flex;
  justify-content: space-between;
}
.feature-5 .scroll_contents {
  height: 100%;
  width: 100vw;
}
.feature-5 .sticky_wrap {
  overflow: hidden;
  position: sticky;
  top: 100px;
  margin-top: 40px;
  height: calc(100vh - 100px);
}
.feature-5 .icon {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.feature-5 .icon .feature-5__cell {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
}
.feature-5 .icon .feature-5__cell.is-show {
  opacity: 1;
  visibility: visible;
}
.feature-5 .icon .feature-5__cell:first-child {
  position: relative;
}
.feature-5__line {
  position: relative;
}
.feature-5__line-line {
  position: relative;
  margin: 16px 0 0;
  width: 100%;
}
.feature-5__line-line img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
}
.feature-5__line-line img.is-show {
  opacity: 1;
  visibility: visible;
}
.feature-5__line-line img:first-child {
  position: relative;
}
.feature-5__line-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.feature-5__line-bg img {
  opacity: 1;
  position: relative;
  visibility: visible;
  width: auto;
  height: 100%;
  transition: 0.5s transform ease;
}
.feature-5__line-bg img.is-2 {
  transform: translateX(-5%);
}
.feature-5__line-bg img.is-3 {
  transform: translateX(-45%);
}

.feature-6 {
  background: linear-gradient(
    113deg,
    var(--Color-aucnet-blue_02, #4992be) -0.56%,
    var(--Color-aucnet-blue_01, #002f7b) 100%
  );
  padding: 120px 0;
}
@media (max-width: 768px) {
  .feature-6 {
    padding: 80px 0;
    margin-top: -30px;
    position: relative;
  }
}
.feature-6__inner {
  width: 984px;
  margin: auto;
  color: #fff;
}
@media (max-width: 1000px) {
  .feature-6__inner {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .feature-6__inner {
    padding: 0 18px;
  }
}
.feature-6__text {
  margin: 32px 0 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  color: var(--Text-Text-Color-b_text-color, #2b2b2b);
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1300px) {
  .feature-6__text {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .feature-6__text {
    margin: 16px 0 0;
    font-size: 16px;
  }
}
.feature-6__wrap {
  margin: 80px 0 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1000px) {
  .feature-6__wrap {
    padding: 0 18px;
  }
}
@media (max-width: 768px) {
  .feature-6__wrap {
    margin: 48px 0 0;
    gap: 40px 16px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.feature-6__box {
  width: 370px;
}
@media (max-width: 768px) {
  .feature-6__box {
    width: calc(50% - 8px);
  }
}
.feature-6__box-img {
  width: 100%;
  overflow: hidden;
  border-radius: 50px;
}
.feature-6__box-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .feature-6__box-img {
    border-radius: 15px;
  }
}
.feature-6__box-text {
  margin: 36px 0 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
}
.feature-6__box-text span {
  display: inline-block;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 1000px) {
  .feature-6__box-text {
    margin: 16px 0 0;
    font-size: 18px;
  }
  .feature-6__box-text span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .feature-6__box-text {
    font-size: 14px;
  }
  .feature-6__box-text span {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .feature-6__box-text {
    font-size: 13px;
  }
}

.feature-7 {
  background: #f9f9f9;
  padding: 120px 0 0;
}
@media (max-width: 768px) {
  .feature-7 {
    padding: 80px 0 0;
  }
}
.feature-7 .feature__h3 {
  white-space: nowrap;
}

.price {
  background: #f9f9f9;
  padding: 0 0 120px;
}
@media (max-width: 768px) {
  .price {
    padding: 0 0 80px;
  }
}
.price__logo {
  width: 325px;
  margin: auto;
}
.price__logo img {
  width: 100%;
}
.price__title {
  color: #002f7b;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 54px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 2.7px;
}
@media (max-width: 768px) {
  .price__title {
    font-size: 28px;
  }
}
.price__price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  font-size: 36px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .price__price {
    margin: 24px 0 0;
    gap: 10px;
    font-size: 24px;
  }
  .price__price img {
    width: 200px;
  }
}
.price__text {
  margin: 32px 0 0;
  color: #d55328;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .price__text {
    margin: 18px 0 0;
  }
}

.review {
  padding: 100px 0 0;
}
@media (max-width: 768px) {
  .review {
    padding: 80px 0;
  }
}
.review__title {
  color: #002f7b;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 54px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 2.7px;
}
@media (max-width: 768px) {
  .review__title {
    font-size: 28px;
  }
}
.review__wrap {
  width: 100%;
  max-width: 1222px;
  margin: 110px auto 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1240px) {
  .review__wrap {
    padding: 0 18px;
  }
}
@media (max-width: 768px) {
  .review__wrap {
    margin: 80px auto 0;
    flex-direction: column;
    gap: 106px;
  }
}
.review__box {
  position: relative;
  width: 31.5%;
  border-radius: 50px;
  background: #f9f9f9;
  padding: 80px 40px 40px;
}
@media (max-width: 768px) {
  .review__box {
    width: 100%;
  }
}
.review__box-img {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
  width: 122px;
}
.review__box-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .review__box-img {
    top: -50px;
    width: 100px;
  }
}
.review__box-name {
  color: #d55328;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.review__box-text {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.copy {
  margin: 120px 0;
}
@media (max-width: 768px) {
  .copy {
    background: #f9f9f9;
    padding: 80px 0 0;
    margin: 0;
  }
}
.copy__text {
  text-align: center;
  color: #002f7b;
  font-feature-settings: "palt" on;
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.copy__text span {
  color: #d55328;
  font-size: 54px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .copy__text {
    font-size: 24px;
  }
  .copy__text span {
    font-size: 24px;
  }
}

.cv {
  background: #f9f9f9;
  padding: 120px 40px;
}
@media (max-width: 768px) {
  .cv {
    padding: 80px 18px;
  }
}
.cv__inner {
  padding: 50px 0;
  text-align: center;
  border-radius: 50px;
  background: linear-gradient(
    113deg,
    var(--Color-aucnet-blue_02, #4992be) -0.56%,
    var(--Color-aucnet-blue_01, #002f7b) 100%
  );
}
@media (max-width: 768px) {
  .cv__inner {
    padding: 35px 0;
    border-radius: 25px;
  }
}
.cv__logo {
  width: 514px;
  margin: auto;
}
.cv__logo img {
  width: 100%;
}
@media (max-width: 768px) {
  .cv__logo {
    width: 280px;
  }
}
.cv__text {
  margin: 20px 0 0;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .cv__text {
    margin: 22px 0 0;
    font-size: 18px;
  }
}
.cv__btn {
  margin-top: 54px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cv__btn {
    margin-top: 24px;
  }
}
.cv__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 64px;
  padding: 0 30px 4px;
  border-radius: 99px;
  background: #d55328;
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
  transition: 0.3s all ease;
}
.cv__btn a::after {
  content: "";
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  background: url(../img/icon_arrow_l.svg) no-repeat center center;
  background-size: contain;
  transition: 0.3s all ease;
  transform: translateY(2px) translateX(0);
}
.cv__btn a:hover {
  opacity: 0.7;
}
.cv__btn a:hover::after {
  transform: translateY(2px) translateX(5px);
}
@media (max-width: 768px) {
  .cv__btn a {
    height: 53px;
    font-size: 16px;
    padding: 0 18px 2px;
  }
  .cv__btn a::after {
    width: 15px;
    height: 15px;
    transform: translateY(1px) translateX(0);
  }
}
@media (max-width: 410px) {
  .cv__btn a {
    font-size: 15px;
    padding: 0 16px 2px;
  }
}
@media (max-width: 375px) {
  .cv__btn a {
    gap: 8px;
    font-size: 14px;
  }
}

.fixed-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transition: 0.3s transform ease;
}
.fixed-btn.is-hide {
  transform: translateY(80px);
}
@media (min-width: 1080px) {
  .fixed-btn {
    display: none;
  }
}
.fixed-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 53px;
  padding: 0 18px;
  border-radius: 99px;
  background: #d55328;
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.05em;
}
.fixed-btn a::after {
  content: "";
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  background: url(../img/icon_arrow_l.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 375px) {
  .fixed-btn a {
    font-size: 15px;
    padding: 0 20px;
  }
}

.modal {
  position: relative;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal__bk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal__inner {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 85%;
  height: auto;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .modal__inner {
    width: 100%;
  }
}
.modal__movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.modal__movie #panopto-movie {
  width: 100%;
  height: 100%;
}
.modal__movie #panopto-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: -40px;
}
@media (max-width: 768px) {
  .modal__close {
    top: -40px;
    right: 0;
  }
}
.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
} /*# sourceMappingURL=style.css.map */
