/* --------------------------------------------------------------------- 
Foundation
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
color
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
font-family
-----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
/*! destyle.css v3.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;
  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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
font-size
-----------------------------------------------------------------------*/
/* mediaquery
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  color: #282728;
}
@media (max-width: 359px) {
  html {
    font-size: 2.7777777778vw;
  }
}

.anm-tg.y {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
}

.y.show {
  transform: translateY(0px);
  opacity: 1;
}

.anm-tg.x {
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s;
}

.x.show {
  transform: translateX(0px);
  opacity: 1;
}

.anm-tg.opt {
  opacity: 0;
  transition: 1s;
}

.opt.show {
  opacity: 1;
}

.anm-tg.scl {
  scale: 0;
  transition: 1s;
}

.scl.show {
  scale: 1;
}

/* --------------------------------------------------------------------- 
Layout
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
component
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.chat-bot
-----------------------------------------------------------------------*/
.chat-bot {
  padding: 0.6rem 0 3rem;
  background-color: #2b3f72;
}
.chat-bot__ttl-box {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  align-items: center;
}
@media (max-width: 768px) {
  .chat-bot__ttl-box {
    gap: 1.6rem;
  }
}
.chat-bot__ttl-arw {
  width: 5.5rem;
}
@media (max-width: 768px) {
  .chat-bot__ttl-arw {
    width: 3rem;
  }
}
.chat-bot__ttl {
  font-size: 3.8rem;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 768px) {
  .chat-bot__ttl {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.chat-bot__policy-box {
  margin: 3.8rem auto 0;
  width: 100rem;
  height: 20rem;
  overflow-y: auto;
  font-size: 1.6rem;
  background-color: #ffffff;
  padding: 2rem;
}
@media (max-width: 1232px) {
  .chat-bot__policy-box {
    width: 90%;
    height: 15rem;
  }
}
.chat-bot__policy-check {
  display: block !important;
  margin: initial;
  margin-top: 0.2rem;
  scale: 1.7;
}
@media (max-width: 1232px) {
  .chat-bot__policy-check {
    display: block !important;
  }
}
.chat-bot__policy-flex {
  margin: 1.6rem auto 0;
  width: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  color: #ffffff;
}
@media (max-width: 1232px) {
  .chat-bot__policy-flex {
    width: 90%;
  }
}
.chat-bot #chatbotform {
  margin-top: 2.4rem;
  width: 100rem;
}
@media (max-width: 1232px) {
  .chat-bot #chatbotform {
    width: 90%;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.feature
-----------------------------------------------------------------------*/
.feature {
  padding: 9rem 0 16rem;
}
@media (max-width: 768px) {
  .feature {
    padding: 6rem 0;
  }
}
.feature__ttl {
  position: relative;
  text-align: center;
  font-size: 6rem;
  color: #033981;
  font-weight: bold;
  padding-bottom: 2.2rem;
  text-shadow: 0 6px 8px rgba(102, 102, 102, 0.337254902);
}
@media (max-width: 768px) {
  .feature__ttl {
    font-size: 3.2rem;
  }
}
.feature__ttl::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 10rem;
  height: 0.4rem;
  background-color: #033981;
}
@media (max-width: 768px) {
  .feature__ttl::before {
    height: 0.3rem;
  }
}
.feature__ttl--small {
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .feature__ttl--small {
    font-size: 2.4rem;
  }
}
.feature__list {
  display: flex;
  justify-content: center;
  gap: 4.8rem;
  margin-top: 8rem;
}
@media (max-width: 1232px) {
  .feature__list {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .feature__list {
    margin-top: 4rem;
    gap: 3.8rem;
  }
}
.feature__item {
  display: flex;
  flex-direction: column;
  width: 29%;
  max-width: 55.2rem;
}
@media (max-width: 1232px) {
  .feature__item {
    width: 90%;
    max-width: 90%;
  }
}
.feature__item-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  flex-direction: column;
}
.feature__item-head::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: -1.6rem;
  transform: translateX(-50%);
  width: 12.6rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  z-index: -1;
  background-color: #033981;
}
@media (max-width: 768px) {
  .feature__item-head::before {
    top: -1.2rem;
    width: 8rem;
  }
}
.feature__item-img-box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 5.2rem;
  margin-bottom: -0.6rem;
}
@media (max-width: 768px) {
  .feature__item-img-box {
    height: 3rem;
  }
}
.feature__item-img {
  height: 100%;
}
.feature__item-ttl {
  padding: 2.6rem 0;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  background-color: #033981;
}
@media (max-width: 768px) {
  .feature__item-ttl {
    padding: 2rem 1rem;
    font-size: 2rem;
  }
}
.feature__item-body {
  padding: 2.4rem;
  background-color: #ffffff;
  box-shadow: 0 6px 38px rgba(4, 58, 129, 0.0745098039);
}
@media (max-width: 768px) {
  .feature__item-body {
    padding: 1.6rem;
  }
}
.feature__item-txt {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .feature__item-txt {
    font-size: 1.6rem;
  }
  .feature__item-txt > br {
    display: none;
  }
}
.feature__item-txt--yellow {
  color: #e9bb40;
}
.feature__item-txt--yellow > br {
  display: none;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.fv
-----------------------------------------------------------------------*/
.fv {
  padding-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .fv {
    padding-bottom: 0.6rem;
  }
}
.fv__header {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 1rem 0;
  background-color: #ffffff;
  z-index: 0;
}
@media (max-width: 768px) {
  .fv__header {
    padding: 0.6rem 0;
    background-color: #5b9bd5;
  }
}
.fv__header-inner {
  display: flex;
  justify-content: flex-end;
  width: 90rem;
  margin: auto;
}
@media (max-width: 1232px) {
  .fv__header-inner {
    width: 90%;
  }
}
.fv__logo {
  width: 18rem;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .fv__logo {
    width: 15rem;
  }
}
.fv__logo-link {
  width: 100%;
}
.fv__logo-img {
  width: 100%;
}
.fv__inner {
  position: relative;
  width: 100%;
  z-index: 1;
}
.fv__top-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 79.5rem;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1232px) {
  .fv__top-deco {
    height: 80%;
  }
}
.fv__flex--top {
  display: flex;
  width: 90rem;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media (max-width: 1232px) {
  .fv__flex--top {
    justify-content: center;
    width: 100%;
    padding-right: 2.4rem;
  }
}
@media (max-width: 768px) {
  .fv__flex--top {
    justify-content: flex-start;
  }
}
.fv__flex--center {
  display: flex;
  justify-content: center;
  margin-top: -3rem;
  gap: 2.4rem;
}
@media (max-width: 1800px) {
  .fv__flex--center {
    margin-top: -7rem;
  }
}
@media (max-width: 1232px) {
  .fv__flex--center {
    position: relative;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .fv__flex--center {
    margin: initial;
    margin-left: 7vw;
  }
}
.fv__flex--bottom {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 1232px) {
  .fv__flex--bottom {
    gap: 1.6vw;
    margin-top: 7.7vw;
  }
}
.fv__up-img {
  position: relative;
  margin-left: -12rem;
  margin-top: -10rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  margin-top: -9.8rem;
  margin-left: 0;
  width: 30rem;
  height: 100%;
}
@media (max-width: 1232px) {
  .fv__up-img {
    min-width: 40rem;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .fv__up-img {
    margin-top: -13vw;
    margin-left: -10vw;
    width: 70vw;
    min-width: initial;
    flex-shrink: 0;
  }
}
.fv__ttl {
  position: relative;
  margin-left: 0;
  padding-top: 5.4rem;
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.4;
  color: #ffffff;
  text-shadow: 0 10px 10px rgba(22, 33, 41, 0.4392156863);
}
@media (max-width: 1800px) {
  .fv__ttl {
    margin-left: 0;
    padding-top: 2.4rem;
    font-size: 3rem;
  }
}
@media (max-width: 1232px) {
  .fv__ttl {
    padding-top: 0;
    font-size: 7.2rem;
  }
}
@media (max-width: 768px) {
  .fv__ttl {
    font-size: 6vw;
    width: -moz-max-content;
    width: max-content;
  }
}
.fv__ttl--large {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .fv__ttl--large {
    font-size: 9.4vw;
  }
}
.fv__ttl--yellow {
  color: #fdf27b;
}
@media (max-width: 1232px) {
  .fv__ttl--mobile-large {
    font-size: 10.8rem;
    line-height: 0.5;
  }
}
@media (max-width: 768px) {
  .fv__ttl--mobile-large {
    line-height: 1.4;
    font-size: 10vw;
  }
}
@media (max-width: 1232px) {
  .fv__ttl--mobile-largest {
    position: relative;
    font-size: 16.9rem;
    line-height: 0.5;
    left: -5rem;
  }
}
@media (max-width: 768px) {
  .fv__ttl--mobile-largest {
    line-height: 1;
    font-size: 10vw;
    left: -1rem;
  }
}
.fv__video-box {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1232px) {
  .fv__video-box {
    align-items: flex-start;
    gap: 1rem;
  }
}
.fv__video-ttl {
  text-align: right;
  font-size: 2rem;
  color: #033981;
  font-weight: bold;
}
@media (max-width: 1448px) {
  .fv__video-ttl {
    margin-right: 0;
  }
}
@media (max-width: 1232px) {
  .fv__video-ttl {
    font-size: 5.5rem;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .fv__video-ttl {
    font-size: 5vw;
  }
}
.fv__video-ttl--large {
  font-size: 3.5rem;
  font-style: italic;
}
@media (max-width: 1232px) {
  .fv__video-ttl--large {
    font-size: 11.6rem;
  }
}
@media (max-width: 768px) {
  .fv__video-ttl--large {
    font-size: 10vw;
  }
}
.fv__video-ttl--small {
  font-size: 2rem;
}
@media (max-width: 1232px) {
  .fv__video-ttl--small {
    font-size: 6.4rem;
  }
}
@media (max-width: 768px) {
  .fv__video-ttl--small {
    font-size: 3rem;
  }
}
.fv__video-wrap {
  padding-top: 7rem;
  background-color: #ffffff;
  position: relative;
  border-radius: 4rem 4rem 0 0;
}
@media (max-width: 1800px) {
  .fv__video-wrap {
    padding-top: 7rem;
    font-size: 4rem;
  }
}
@media (max-width: 1448px) {
  .fv__video-wrap {
    padding-top: 5.5rem;
  }
}
@media (max-width: 1232px) {
  .fv__video-wrap {
    margin: 10rem auto 0;
    border-radius: 2rem 2rem 0 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .fv__video-wrap {
    padding-top: 8vw;
    margin-top: 9.6vw;
  }
}
.fv__video-img {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
  left: 50%;
  transform: rotate(1.9deg) translateX(-50%);
  top: -0.7rem;
}
@media (max-width: 1448px) {
  .fv__video-img {
    top: -0.7rem;
  }
}
@media (max-width: 1232px) {
  .fv__video-img {
    top: -3.7rem;
  }
}
@media (max-width: 768px) {
  .fv__video-img {
    top: -5vw;
  }
}
.fv__video {
  width: 40rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1448px) {
  .fv__video {
    width: 40rem;
  }
}
@media (max-width: 1232px) {
  .fv__video {
    width: 62.9rem;
  }
}
@media (max-width: 768px) {
  .fv__video {
    width: 83.3vw;
  }
}
.fv__img-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fv__triangle-ttl {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(3, 57, 129, 0.6);
}
@media (max-width: 1448px) {
  .fv__triangle-ttl {
    padding-left: 2rem;
    text-align: left;
  }
}
@media (max-width: 1232px) {
  .fv__triangle-ttl {
    margin-top: 2.4rem;
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .fv__triangle-ttl {
    margin-left: -3.5vw;
    width: -moz-max-content;
    width: max-content;
    font-size: 3.4vw;
  }
}
.fv__triangle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1rem;
  margin-top: 1.6rem;
}
@media (max-width: 1232px) {
  .fv__triangle {
    margin-left: initial;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .fv__triangle {
    flex-shrink: 0;
    margin-top: 2vw;
    margin-left: -4vw;
  }
}
.fv__triangle-item, .fv__triangle-item--green, .fv__triangle-item--yellow, .fv__triangle-item--blue {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.4rem;
  gap: 1.6rem;
  width: 13rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #ffffff;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .fv__triangle-item, .fv__triangle-item--green, .fv__triangle-item--yellow, .fv__triangle-item--blue {
    padding-top: 1.6rem;
    gap: 1rem;
    width: 19vw;
  }
}
.fv__triangle-item:hover, .fv__triangle-item--green:hover, .fv__triangle-item--yellow:hover, .fv__triangle-item--blue:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .fv__triangle-item:hover, .fv__triangle-item--green:hover, .fv__triangle-item--yellow:hover, .fv__triangle-item--blue:hover {
    opacity: 1;
  }
}
.fv__triangle-item--blue {
  color: #033981;
}
.fv__triangle-item--yellow {
  color: #e9bb40;
}
.fv__triangle-item--green {
  color: #438568;
  margin-top: -1.6rem;
}
@media (max-width: 768px) {
  .fv__triangle-item--green {
    margin-top: -0.6rem;
  }
}
.fv__triangle-item-txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.7;
}
@media (max-width: 768px) {
  .fv__triangle-item-txt {
    font-size: 3.3vw;
  }
}
.fv__triangle-item-img {
  max-height: 4rem;
  width: auto;
}
@media (max-width: 768px) {
  .fv__triangle-item-img {
    min-width: initial;
    max-width: initial;
    width: auto;
    height: 7.6vw;
  }
}
.fv__triangle-flex {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .fv__triangle-flex {
    gap: 0.6rem;
  }
}
.fv__search-img {
  display: block;
  margin-top: -2rem;
  margin-left: 1.6rem;
  width: 30rem;
}
@media (max-width: 1448px) {
  .fv__search-img {
    width: 40rem;
  }
}
@media (max-width: 1232px) {
  .fv__search-img {
    position: absolute;
    margin: initial;
    top: -0.8rem;
    left: 32.6rem;
    width: 49rem;
  }
}
@media (max-width: 1080px) {
  .fv__search-img {
    width: 34rem;
  }
}
@media (max-width: 768px) {
  .fv__search-img {
    left: 43.3vw;
    width: 41.6vw;
    top: 3.3vw;
  }
}
.fv__archive {
  height: 13rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1232px) {
  .fv__archive {
    height: 12.7rem;
  }
}
@media (max-width: 768px) {
  .fv__archive {
    height: 16.6vw;
  }
}
.fv__link-btn-list, .fv__link-btn-list--top-small {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .fv__link-btn-list, .fv__link-btn-list--top-small {
    flex-direction: column;
  }
}
.fv__link-btn-list--top-small {
  margin-top: 0.6rem;
}
.fv__link-btn, .fv__link-btn--archive {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 30rem;
  height: 7rem;
  background-color: #fdf27b;
  border: 2px solid #e9bb40;
  border-radius: 0.3rem;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .fv__link-btn, .fv__link-btn--archive {
    height: 6rem;
  }
}
.fv__link-btn:hover, .fv__link-btn--archive:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .fv__link-btn:hover, .fv__link-btn--archive:hover {
    opacity: 1;
  }
}
.fv__link-btn--archive {
  height: 5rem;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #2b3f72;
  border: none;
  color: #ffffff;
}
.fv__link-btn--sp {
  display: none;
}
@media (max-width: 768px) {
  .fv__link-btn--sp {
    display: flex;
  }
}
.fv__link-btn-img {
  width: auto;
  height: 5rem;
}
@media (max-width: 768px) {
  .fv__link-btn-img {
    height: 4rem;
  }
}
.fv__link-btn-txt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv__link-btn-txt {
  letter-spacing: -1px;
  font-size: 1.4rem;
  padding-top: 0.3rem;
}
@media (max-width: 768px) {
  .fv__link-btn-txt {
    font-size: 1.3rem;
  }
}
.fv__link-btn-txt--large {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.3rem;
  font-size: 2.2rem;
  font-weight: bold;
  font-style: italic;
  border-bottom: 1px solid #282728;
}
@media (max-width: 768px) {
  .fv__link-btn-txt--large {
    font-size: 1.6rem;
  }
}

/* base
----------------------------------------------------------------- */

/* --------------------------------------------------------------------- 
.client-company
-----------------------------------------------------------------------*/
.client-company {
  padding: 9rem 0 16rem;
}
@media (max-width: 768px) {
  .client-company {
    padding: 6rem 0;
  }
}
.client-company__ttl {
  position: relative;
  text-align: center;
  font-size: 6rem;
  color: #033981;
  font-weight: bold;
  padding-bottom: 2.2rem;
  text-shadow: 0 6px 8px rgba(102, 102, 102, 0.337254902);
}
@media (max-width: 768px) {
  .client-company__ttl {
    font-size: 3.2rem;
  }
}
.client-company__ttl::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 10rem;
  height: 0.4rem;
  background-color: #033981;
}
@media (max-width: 768px) {
  .client-company__ttl::before {
    height: 0.3rem;
  }
}
.client-company__list {
  margin-top: 8rem;
  width: 90%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8rem;
}
@media (max-width: 1232px) {
  .client-company__list {
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .client-company__list {
    margin-top: 5rem;
    gap: 2em;
  }
}
.client-company__item {
  width: fit-content;
}
.client-company__img {
  width: auto;
  height: 200px;
}
@media (max-width: 1232px) {
  .client-company__img {
    height: 140px;
  }
}
@media (max-width: 768px) {
  .client-company__img {
    height: 70px;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.introduction
-----------------------------------------------------------------------*/
.introduction {
  padding-bottom: 13rem;
}
@media (max-width: 768px) {
  .introduction {
    padding-bottom: 6rem;
  }
}
.introduction__ttl {
  position: relative;
  padding: 5rem 0;
  text-align: center;
  font-size: 4.8rem;
  background-color: #033981;
  color: #ffffff;
}
@media (max-width: 768px) {
  .introduction__ttl {
    padding: 2.4rem 0;
    font-size: 2.4rem;
  }
}
.introduction__ttl::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 0.2rem);
  width: 4.5rem;
  height: auto;
  aspect-ratio: 4.5/2.5;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #033981;
}
@media (max-width: 768px) {
  .introduction__ttl::before {
    width: 3rem;
  }
}
.introduction__ttl--yellow {
  font-size: 6rem;
  font-weight: bold;
  color: #e9bb40;
}
@media (max-width: 768px) {
  .introduction__ttl--yellow {
    font-size: 3.4rem;
  }
}
.introduction__ttl--small {
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .introduction__ttl--small {
    font-size: 2.4rem;
  }
}
.introduction__list {
  margin-top: 13.4rem;
  display: flex;
  justify-content: center;
  gap: 2.9rem;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1232px) {
  .introduction__list {
    margin-top: 6rem;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .introduction__list {
    gap: 2.4rem;
  }
}
.introduction__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 51.2rem;
  width: 27%;
}
@media (max-width: 1232px) {
  .introduction__item {
    max-width: 90%;
    width: 90%;
  }
}
.introduction__item-head {
  position: relative;
  padding: 1.9rem 5.9rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .introduction__item-head {
    padding: 1rem 5rem 0.6rem;
  }
}
.introduction__item-head-ttl {
  font-size: 2.2rem;
  color: #ffffff;
}
.introduction__item-head-ttl--large {
  font-size: 2.9rem;
}
.introduction__item-head-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.introduction__item-body {
  padding: 3.4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  border: 4px solid #282728;
}
@media (max-width: 768px) {
  .introduction__item-body {
    gap: 1.6rem;
  }
}
.introduction__item-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11.8rem;
  width: 100%;
}
@media (max-width: 768px) {
  .introduction__item-img-wrap {
    height: 9rem;
  }
}
.introduction__item-img {
  max-height: 100%;
  min-height: 10.4rem;
}
@media (max-width: 768px) {
  .introduction__item-img {
    min-height: 100%;
  }
}
.introduction__item-ttl {
  font-size: 2.7rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .introduction__item-ttl {
    font-size: 2.4rem;
  }
}
.introduction__item-txt {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .introduction__item-txt {
    font-size: 1.6rem;
  }
}
.introduction__item-arw {
  display: block;
  margin-top: 5rem;
  width: 3.4rem;
  height: 8.5rem;
  background-color: #e9bb40;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media (max-width: 1232px) {
  .introduction__item-arw {
    margin: 0 auto;
    width: 8.5rem;
    height: 3.4rem;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.package
-----------------------------------------------------------------------*/
.package, .package--top {
  position: relative;
}
.package__inner, .package__inner--sky-blue {
  padding: 10.7rem 0 0;
  background-color: #033981;
  -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
          clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}
@media (max-width: 768px) {
  .package__inner, .package__inner--sky-blue {
    padding-top: 4rem;
    -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
            clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  }
}
.package__inner--sky-blue {
  padding-bottom: 25rem;
  background-color: #2a6abd;
}
@media (max-width: 1232px) {
  .package__inner--sky-blue {
    padding-bottom: 6rem;
  }
}
.package__inner--sky-blue .package__read-txt {
  background-color: #2a6abd;
}
.package--top {
  margin-top: 18.3rem;
}
@media (max-width: 768px) {
  .package--top {
    margin-top: 10rem;
  }
}
.package__ttl {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  top: -4.8rem;
  padding: 2rem 3rem;
  border-radius: 1rem;
  font-size: 3.6rem;
  border: 4px solid #282728;
  background-color: #ffffff;
  box-shadow: 0px 6px 8px rgba(102, 102, 102, 0.337254902);
  z-index: 10;
}
@media (max-width: 768px) {
  .package__ttl {
    top: -2.4rem;
    padding: 1rem 1.6rem;
    font-size: 1.6rem;
    border: 3px solid #282728;
  }
}
.package__read {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.package__read::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 768px) {
  .package__read::before {
    height: 2px;
  }
}
.package__read-txt {
  position: relative;
  padding: 0 5.4rem;
  font-size: 4.8rem;
  color: #ffffff;
  background-color: #033981;
}
@media (max-width: 768px) {
  .package__read-txt {
    padding: 0 2.4rem;
    font-size: 2.4rem;
  }
}
.package__txt {
  margin: 6.9rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  line-height: 1.4;
  color: #ffffff;
}
@media (max-width: 768px) {
  .package__txt {
    width: 90%;
    margin-top: 4rem;
    font-size: 1.6rem;
  }
  .package__txt > br {
    display: none;
  }
}
.package__txt--large {
  font-weight: bold;
}
.package__img {
  display: block;
  margin: 1rem auto 0;
  width: 70.6rem;
}
@media (max-width: 768px) {
  .package__img {
    width: 30rem;
  }
}
.package__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.7rem;
  margin-top: 16rem;
}
@media (max-width: 1232px) {
  .package__flex {
    margin-top: 4rem;
    flex-direction: column;
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .package__flex {
    margin-top: 2.4rem;
    gap: 2.4rem;
  }
}
.package__flex-txt {
  width: 75rem;
  font-size: 3rem;
  line-height: 2;
  color: #ffffff;
}
@media (max-width: 1232px) {
  .package__flex-txt {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .package__flex-txt {
    font-size: 1.6rem;
  }
}
.package__flex-txt--bold {
  font-weight: bold;
}
.package__flex-img {
  width: 24.1rem;
}
@media (max-width: 768px) {
  .package__flex-img {
    width: 15rem;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.price
-----------------------------------------------------------------------*/
.price {
  padding: 8rem 0 14rem;
}
@media (max-width: 768px) {
  .price {
    padding: 6rem 0 10rem;
  }
}
.price__ttl {
  position: relative;
  text-align: center;
  padding-bottom: 2.3rem;
  font-size: 4.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .price__ttl {
    padding-bottom: 1.6rem;
    font-size: 3rem;
  }
}
.price__ttl::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 0.4rem;
  width: 10rem;
  background-color: #033981;
}
@media (max-width: 768px) {
  .price__ttl::before {
    height: 0.3rem;
    width: 5rem;
  }
}
.price__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  padding: 3rem 1rem;
  margin: 4.4rem auto 0;
  width: 75rem;
  background-color: #ffffff;
  box-shadow: 0 1px 16px rgba(122, 122, 123, 0.2745098039);
}
@media (max-width: 1232px) {
  .price__box {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .price__box {
    gap: 1.6rem;
    margin-top: 4rem;
  }
}
.price__box-ttl {
  text-align: center;
  font-size: 4.8rem;
  color: #043a81;
}
@media (max-width: 768px) {
  .price__box-ttl {
    font-size: 2.4rem;
  }
}
.price__box-txt {
  text-align: center;
  font-size: 3rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .price__box-txt {
    text-align: left;
    font-size: 1.6rem;
  }
  .price__box-txt > br {
    display: none;
  }
}
.price__list-box {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding: 1rem;
  width: 100%;
  background-color: rgba(4, 58, 129, 0.5019607843);
}
@media (max-width: 768px) {
  .price__list-box {
    width: 100%;
  }
}
.price__list-ttl {
  margin: auto;
  padding: 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27rem;
  font-size: 3rem;
  font-weight: bold;
  background-color: #043a81;
  color: #ffffff;
}
@media (max-width: 768px) {
  .price__list-ttl {
    padding: 0.6rem 0;
    font-size: 1.6rem;
    width: 15rem;
  }
}
.price__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.price__item, .price__item--between {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  padding: 1.6rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .price__item, .price__item--between {
    padding: 1rem;
  }
}
.price__item--between {
  justify-content: space-between;
}
.price__item--color-white-column {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  color: #ffffff;
}
.price__item--color-white {
  margin-top: 3.2rem;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  align-items: center;
}
.price__item-txt {
  font-size: 2.4rem;
  min-width: 22.6rem;
}
@media (max-width: 768px) {
  .price__item-txt {
    font-size: 1.4rem;
    min-width: 12.6rem;
  }
}
.price__item-txt--blue {
  font-size: 2.4rem;
  font-style: italic;
  color: #043a81;
}
@media (max-width: 768px) {
  .price__item-txt--blue {
    font-size: 1.4rem;
  }
}
.price__item-txt--bold {
  font-size: 3rem;
  font-style: italic;
  font-weight: bold;
}
@media (max-width: 768px) {
  .price__item-txt--bold {
    font-size: 1.8rem;
  }
}
.price__item-txt--large {
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .price__item-txt--large {
    font-size: 1.8rem;
  }
}
.price__item-txt--fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.price__item-warning {
  display: flex;
  font-size: 2rem;
  line-height: 1.6;
  width: 62.6rem;
}
@media (max-width: 768px) {
  .price__item-warning {
    width: 100%;
    font-size: 1.4rem;
  }
  .price__item-warning > br {
    display: none;
  }
}
.price__cta-1, .price__cta-2, .price__cta-3, .price__cta-4 {
  display: block;
  margin: 10rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .price__cta-1, .price__cta-2, .price__cta-3, .price__cta-4 {
    margin-top: 2.4rem;
  }
}
.price__cta-1:hover, .price__cta-2:hover, .price__cta-3:hover, .price__cta-4:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .price__cta-1:hover, .price__cta-2:hover, .price__cta-3:hover, .price__cta-4:hover {
    opacity: 1;
  }
}
.price__cta-3 {
  margin-top: 1.6rem;
}
.price__cta-img {
  width: 73rem;
}
@media (max-width: 768px) {
  .price__cta-img {
    width: 32rem;
  }
}
.price__cta-ttl-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .price__cta-ttl-box {
    gap: 1rem;
  }
}
.price__cta-box {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .price__cta-box {
    margin-top: 6rem;
  }
}
.price__cta-box .price__cta {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .price__cta-box .price__cta {
    margin-top: 1.6rem;
  }
}
.price__cta-ttl {
  font-size: 4.3rem;
}
@media (max-width: 1232px) {
  .price__cta-ttl {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .price__cta-ttl {
    text-align: center;
    font-size: 2.4rem;
  }
}
.price__cta-box-deco {
  width: 4.4rem;
}
@media (max-width: 768px) {
  .price__cta-box-deco {
    width: 3.8rem;
  }
}
.price__cta-fixed {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  bottom: 0;
  padding: 0 0.6rem;
  z-index: 100;
  transform: translateY(100%);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .price__cta-fixed {
    padding: 0.8rem 0 0.6rem;
  }
}
.price__cta-fixed.is-active {
  transform: translateY(0);
}
.price__cta-fixed .price__cta-4 {
  margin: 0 auto;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.resolution-check
-----------------------------------------------------------------------*/
.resolution-check {
  padding: 7.4rem 0 2.7rem;
}
@media (max-width: 768px) {
  .resolution-check {
    padding: 6rem 0;
  }
}
.resolution-check__ttl-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.7rem;
}
@media (max-width: 768px) {
  .resolution-check__ttl-box {
    gap: 2.4rem;
  }
}
.resolution-check__ttl-deco, .resolution-check__ttl-deco--right, .resolution-check__ttl-deco--left {
  width: 0.4rem;
  height: 6.3rem;
  background-color: #282728;
}
@media (max-width: 768px) {
  .resolution-check__ttl-deco, .resolution-check__ttl-deco--right, .resolution-check__ttl-deco--left {
    height: 5rem;
    width: 0.3rem;
  }
}
.resolution-check__ttl-deco--left {
  transform: rotate(-35deg);
}
@media (max-width: 768px) {
  .resolution-check__ttl-deco--left {
    transform: rotate(-30deg);
  }
}
.resolution-check__ttl-deco--right {
  transform: rotate(35deg);
}
@media (max-width: 768px) {
  .resolution-check__ttl-deco--right {
    transform: rotate(30deg);
  }
}
.resolution-check__ttl, .resolution-check__ttl--point {
  font-size: 3.8rem;
}
@media (max-width: 768px) {
  .resolution-check__ttl, .resolution-check__ttl--point {
    font-size: 2.4rem;
  }
}
.resolution-check__ttl--point {
  font-size: 5rem;
}
@media (max-width: 768px) {
  .resolution-check__ttl--point {
    font-size: 3rem;
  }
}
.resolution-check__ttl--point > span {
  position: relative;
}
.resolution-check__ttl--point > span::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1.3rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #033981;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .resolution-check__ttl--point > span::before {
    top: -0.3rem;
    width: 0.6rem;
  }
}
.resolution-check__list {
  margin: 9rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
}
@media (max-width: 768px) {
  .resolution-check__list {
    margin-top: 4rem;
    gap: 2.4rem;
  }
}
.resolution-check__item {
  display: flex;
  gap: 1.2rem;
}
.resolution-check__item-arw {
  width: 1.6rem;
  height: 100%;
  aspect-ratio: 2.5/4.1;
  background-color: #e9bb40;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .resolution-check__item-arw {
    width: 1.3rem;
  }
}
.resolution-check__item-txt {
  margin-top: -0.8rem;
  font-size: 2.9rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .resolution-check__item-txt {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.resolution-check__item-txt--yellow {
  font-weight: bold;
  color: #e9bb40;
}
.resolution-check__img {
  display: block;
  margin: 9rem auto 0;
  width: 50.7rem;
}
@media (max-width: 768px) {
  .resolution-check__img {
    margin-top: 4rem;
    width: 25rem;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.resolution
-----------------------------------------------------------------------*/
.resolution {
  padding-bottom: 9rem;
  overflow: hidden;
}
.resolution__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.resolution__box-img {
  width: 40rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1232px) {
  .resolution__box-img {
    max-width: 40rem;
    width: 90%;
  }
}
.resolution__txt-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.4rem;
  width: 40rem;
  border-radius: 1rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .resolution__txt-box {
    padding: 1rem;
    width: 90%;
  }
}
.resolution__txt-box::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 4px solid #282728;
  border-radius: 1rem;
  z-index: -1;
}
.resolution__txt-box::before {
  content: "";
  position: absolute;
  display: block;
  top: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 0.8rem);
  height: 100%;
  border-radius: 10px;
  background-color: #aeb9ce;
  z-index: -2;
}
@media (max-width: 768px) {
  .resolution__txt-box::before {
    top: 1rem;
  }
}
.resolution__txt {
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .resolution__txt {
    font-size: 1.6rem;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.service
-----------------------------------------------------------------------*/
.service {
  position: relative;
  padding-bottom: 3rem;
  width: 170rem;
  margin: auto;
  z-index: 1;
  border-radius: 1rem;
  box-shadow: 0 0 16px rgba(122, 122, 123, 0.2745098039);
}
@media (max-width: 1800px) {
  .service {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .service {
    width: 95%;
    padding-bottom: 2.4rem;
  }
}
.service__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.service__ttl-box {
  position: relative;
  padding: 2rem 17rem 8rem;
  margin: auto;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1232px) {
  .service__ttl-box {
    text-align: center;
    padding: 2rem 1rem 8rem;
    border-radius: 1rem 1rem 0 0;
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .service__ttl-box {
    padding: 1.6rem 1rem 2.4rem;
  }
}
.service__ttl {
  font-size: 5rem;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 1232px) {
  .service__ttl {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .service__ttl {
    font-size: 2.4rem;
  }
}
.service__ttl-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
@media (max-width: 768px) {
  .service__ttl-back {
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
  }
}
.service__triangle {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin: 2.4rem auto 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1232px) {
  .service__triangle {
    margin-top: 2.4rem;
  }
}
@media (max-width: 768px) {
  .service__triangle {
    margin-top: 2rem;
  }
}
.service__item, .service__item--green, .service__item--yellow, .service__item--blue {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 2.4rem;
  gap: 2rem;
  width: 25.3rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .service__item, .service__item--green, .service__item--yellow, .service__item--blue {
    gap: 1rem;
    width: 13rem;
  }
}
.service__item:hover, .service__item--green:hover, .service__item--yellow:hover, .service__item--blue:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .service__item:hover, .service__item--green:hover, .service__item--yellow:hover, .service__item--blue:hover {
    opacity: 1;
  }
}
.service__item::before, .service__item--green::before, .service__item--yellow::before, .service__item--blue::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 83%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.service__item--blue {
  background-color: rgba(80, 112, 177, 0.5019607843);
  color: #043a81;
}
.service__item--yellow {
  background-color: rgba(225, 185, 80, 0.5019607843);
  color: #e9bb40;
}
.service__item--green {
  background-color: rgba(87, 170, 128, 0.5019607843);
  color: #438568;
}
.service__item-ttl {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .service__item-ttl {
    font-size: 2rem;
  }
}
.service__item-txt {
  font-size: 1.4rem;
  letter-spacing: -1px;
  font-weight: bold;
}
.service__item-img {
  height: 5.6rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .service__item-img {
    height: 3rem;
  }
}
.service__triangle-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12rem;
}
@media (max-width: 768px) {
  .service__triangle-flex {
    gap: 5rem;
  }
}
.service__triangle-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 39rem;
  height: auto;
  aspect-ratio: 390.31/338.06;
  background-color: #b1bfc8;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .service__triangle-core {
    width: 20rem;
  }
}
.service__triangle-core-txt {
  margin-bottom: -1.6rem;
  font-size: 4.8rem;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .service__triangle-core-txt {
    font-size: 2rem;
    margin-bottom: -0.6rem;
  }
}
.service__triangle-core-img {
  display: block;
  margin-bottom: -18rem;
  width: 13rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .service__triangle-core-img {
    width: 5rem;
    margin-bottom: -8rem;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.table-section
-----------------------------------------------------------------------*/
.table-section__ttl {
  padding: 2.4rem;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  background-color: #ffffff;
  border: 4px solid #282728;
  box-shadow: 1.1rem 0.8rem 0 #a9aaaa;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .table-section__ttl {
    padding: 1.6rem;
    font-size: 1.6rem;
  }
}
.table-section__table {
  position: relative;
  margin: 4.5rem auto 0;
  width: 104.6rem;
}
@media (max-width: 1232px) {
  .table-section__table {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .table-section__table {
    width: 90%;
    overflow-x: scroll;
  }
}
.table-section__table img {
  width: 100%;
}
@media (max-width: 768px) {
  .table-section__table img {
    width: 60rem;
  }
}
.table-section__table-tippy {
  position: absolute;
  top: -6rem;
  left: -10rem;
  width: 23rem;
}
@media (max-width: 768px) {
  .table-section__table-tippy {
    top: -2rem;
    left: 0;
    width: 15rem;
  }
}
.table-section__table-tippy-txt {
  position: absolute;
  top: 40%;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  font-weight: bold;
  transform: translate(-50%, -50%);
  font-size: 2.6rem;
  color: #033981;
}
@media (max-width: 768px) {
  .table-section__table-tippy-txt {
    font-size: 1.6rem;
  }
}
.table-section__table-tippy-txt--large {
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .table-section__table-tippy-txt--large {
    font-size: 2.4rem;
  }
}
.table-section__table-tippy-img {
  width: 100%;
}
.table-section__table-img {
  width: 100%;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.works
-----------------------------------------------------------------------*/
.works {
  padding: 11.7rem 0;
}
@media (max-width: 768px) {
  .works {
    padding: 6rem 0;
  }
}
.works__ttl-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3.6rem;
}
@media (max-width: 768px) {
  .works__ttl-box {
    gap: 1.6rem;
  }
}
.works__ttl-deco, .works__ttl-deco--right, .works__ttl-deco--left {
  width: 0.4rem;
  height: 6.3rem;
  background-color: #282728;
}
@media (max-width: 768px) {
  .works__ttl-deco, .works__ttl-deco--right, .works__ttl-deco--left {
    height: 4rem;
    width: 0.3rem;
  }
}
.works__ttl-deco--left {
  transform: rotate(-35deg);
}
@media (max-width: 768px) {
  .works__ttl-deco--left {
    transform: rotate(-30deg);
  }
}
.works__ttl-deco--right {
  transform: rotate(35deg);
}
@media (max-width: 768px) {
  .works__ttl-deco--right {
    transform: rotate(30deg);
  }
}
.works__ttl {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.7;
  font-weight: bold;
}
@media (max-width: 768px) {
  .works__ttl {
    font-size: 2.4rem;
  }
}
.works__list-box {
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
  margin: 6.4rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1448px) {
  .works__list-box {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .works__list-box {
    margin-top: 4rem;
    width: 90%;
  }
}
.works__list {
  display: flex;
  gap: 3.4rem;
  align-items: center;
}
@media (max-width: 1448px) {
  .works__list {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .works__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
.works__item, .works__item--small {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30.5rem;
  height: 6.7rem;
  padding: 0.7rem 0;
  font-size: 3rem;
  background-color: #ffffff;
  line-height: 1.2;
  box-shadow: 0 0px 20px rgba(4, 58, 129, 0.1882352941);
}
@media (max-width: 1448px) {
  .works__item, .works__item--small {
    width: 19rem;
    font-size: 2rem;
  }
}
@media (max-width: 1232px) {
  .works__item, .works__item--small {
    width: 14rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .works__item, .works__item--small {
    height: 5.4rem;
    width: 100%;
  }
}
.works__item--small {
  font-size: 2.1rem;
}
@media (max-width: 1448px) {
  .works__item--small {
    font-size: 1.6rem;
  }
}
@media (max-width: 1232px) {
  .works__item--small {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .works__item--small {
    font-size: 1.4rem;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.worries
-----------------------------------------------------------------------*/
.worries {
  position: relative;
  padding: 6.9rem 0 7.5rem;
  background-color: #033981;
  -webkit-clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
          clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
  z-index: 1;
}
@media (max-width: 768px) {
  .worries {
    padding: 6rem 0;
    -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
            clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  }
}
.worries__list {
  display: grid;
  grid-template-columns: 26.1rem 26.1rem;
  margin: auto;
  gap: 2.6rem 1.8rem;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .worries__list {
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem 1rem;
    width: 95%;
  }
}
.worries__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 3rem 0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  background-color: #ffffff;
  color: #112955;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .worries__item {
    padding: 1.6rem 0;
    font-size: 1.6rem;
  }
}
.worries__img {
  display: block;
  margin: 5.1rem auto 0;
  width: 33.2rem;
}
@media (max-width: 768px) {
  .worries__img {
    margin-top: 4rem;
    width: 23rem;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.case
-----------------------------------------------------------------------*/
.case {
  position: relative;
  padding: 12rem 0 8.2rem;
  background-color: #5b9bd5;
}
@media (max-width: 768px) {
  .case {
    margin-top: 4rem;
    padding: 6rem 0;
  }
}
.case__ttl-box {
  position: absolute;
  top: -8.3rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 2.4rem;
  background-color: #ffffff;
  border: 4px solid #282728;
  box-shadow: 1.1rem 0.8rem 0 #a9aaaa;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .case__ttl-box {
    top: -4rem;
    padding: 1.6rem;
  }
}
.case__ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .case__ttl {
    font-size: 1.6rem;
  }
}
.case__list {
  margin-top: 3.7rem;
  display: flex;
  justify-content: center;
  gap: 3.8rem;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1232px) {
  .case__list {
    flex-direction: column;
    align-items: center;
  }
}
.case__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 100rem;
}
@media (max-width: 1232px) {
  .case__item {
    width: 90%;
  }
}
.case__item-ttl-box {
  position: relative;
  z-index: 10;
}
.case__item-ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.6rem;
  font-weight: bold;
  color: #ffffff;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .case__item-ttl {
    top: 0.5rem;
    font-size: 1.6rem;
  }
}
.case__item-ttl--bold {
  font-size: 6rem;
}
@media (max-width: 768px) {
  .case__item-ttl--bold {
    font-size: 3rem;
  }
}
.case__item-ttl-img {
  width: 50.5rem;
}
@media (max-width: 768px) {
  .case__item-ttl-img {
    width: 30rem;
  }
}
.case__item-head {
  position: relative;
  margin-top: -1.6rem;
  padding: 1.6rem 0;
  text-align: center;
  width: 100%;
  border: 4px solid #033981;
  border-radius: 3rem 3rem 0 0;
  background-color: #033981;
  z-index: 0;
}
@media (max-width: 768px) {
  .case__item-head {
    padding: 1rem 0;
  }
}
.case__item-head-txt {
  font-size: 3.2rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .case__item-head-txt {
    font-size: 2.4rem;
  }
}
.case__item-body {
  padding: 1.2rem 0;
  border: 4px solid #033981;
  border-top: none;
  border-radius: 0 0 3rem 3rem;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .case__item-body {
    padding: 0;
  }
}
.case__dl {
  display: flex;
  flex-direction: column;
}
.case__dl-flex {
  display: flex;
  border-bottom: 1px solid #cacfdd;
  padding: 1.5rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .case__dl-flex {
    flex-direction: column;
    gap: 0;
  }
}
.case__dl-flex:last-child {
  border-bottom: none;
}
.case__dt {
  text-align: right;
  font-weight: bold;
  width: 13.2rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .case__dt {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.case__dt, .case__dd {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .case__dt, .case__dd {
    font-size: 1.6rem;
  }
}
.case__dd {
  font-weight: 400;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
thanks
-----------------------------------------------------------------------*/
.thanks {
  background: linear-gradient(to bottom, #edf5f8, #ffffff);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanks__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
  width: 90%;
  margin: auto;
}
.thanks__txt, .thanks__txt--link, .thanks__txt--widest, .thanks__txt--wide {
  text-align: center;
  font-size: 3rem;
  line-height: 1.3;
}
@media (max-width: 1232px) {
  .thanks__txt, .thanks__txt--link, .thanks__txt--widest, .thanks__txt--wide {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .thanks__txt, .thanks__txt--link, .thanks__txt--widest, .thanks__txt--wide {
    font-size: 1.6rem;
  }
}
.thanks__txt--wide {
  font-size: 5rem;
}
@media (max-width: 1232px) {
  .thanks__txt--wide {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .thanks__txt--wide {
    font-size: 2.2rem;
  }
}
.thanks__txt--widest {
  font-size: 11rem;
  font-style: italic;
}
@media (max-width: 768px) {
  .thanks__txt--widest {
    font-size: 6rem;
  }
}
.thanks__txt--link {
  color: blue;
  border-bottom: 1px solid blue;
  transition: 0.3s;
}
.thanks__txt--link:hover {
  opacity: 0.7;
}

/* base
----------------------------------------------------------------- */
/* ---------------------------------------------------------------------
.footer
-----------------------------------------------------------------------*/
.footer {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
  background-color: rgba(4, 58, 129, 0.5019607843);
  color: #ffffff;
  text-decoration: underline;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .footer {
    font-size: 1.2rem;
  }
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
.table
-----------------------------------------------------------------------*/
.table {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .table {
    font-size: 1.4rem;
    gap: 0.6rem;
  }
}
.table__wrap {
  width: -moz-max-content;
  width: max-content;
  margin: 6rem auto 0;
}
@media (max-width: 1232px) {
  .table__wrap {
    width: 90%;
  }
}
.table__tr {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .table__tr {
    gap: 0.6rem;
  }
}
.table__th, .table__th--black-blue, .table__th--small {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-color: #5b9bd5;
  border-radius: 1rem;
  width: 30rem;
  height: 10rem;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .table__th, .table__th--black-blue, .table__th--small {
    width: 24rem;
    height: 7rem;
  }
}
.table__th--small {
  width: 15rem;
}
@media (max-width: 768px) {
  .table__th--small {
    width: 13rem;
  }
}
.table__th--black-blue {
  background-color: #033981;
}
.table__td, .table__td--black-blue-border, .table__td--light-blue {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 10rem;
  border: 3px solid #5b9bd5;
  z-index: 1;
}
@media (max-width: 768px) {
  .table__td, .table__td--black-blue-border, .table__td--light-blue {
    width: 24rem;
    height: 7rem;
  }
}
.table__td--light-blue {
  background-color: rgba(91, 155, 213, 0.1);
  width: 15rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .table__td--light-blue {
    width: 13rem;
  }
}
.table__td--black-blue-border {
  border: 3px solid #033981;
}
.table__td-txt {
  text-align: center;
}
.table__td-img {
  position: absolute;
  z-index: -1;
  width: 6rem;
  height: auto;
  opacity: 0.4;
}

.scroll-hint-icon-wrap {
  z-index: 2 !important;
}

/* base
----------------------------------------------------------------- */
.video {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .video {
    padding: 6rem 0;
  }
}
.video__item-box {
  position: relative;
  width: 70rem;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .video__item-box {
    width: 90%;
  }
}
.video__item-box::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 39, 40, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.video__item-box::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 50px solid #ffffff;
  border-right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.video__item {
  width: 100%;
  cursor: pointer;
}
.video__item--fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

/* --------------------------------------------------------------------- 
utility
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
/* display
----------------------------------------------------------------- */
.u-disp-contnts {
  display: contents;
}

.u-disp-block {
  display: block;
}
@media (max-width: 768px) {
  .u-disp-block--PU {
    display: block;
  }
}

.u-disp-none {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSU {
    display: none;
  }
}
.u-disp-none--DSO {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSO {
    display: block;
  }
}
@media (max-width: 1232px) {
  .u-disp-none--NU {
    display: none;
  }
}
.u-disp-none--NO {
  display: none;
}
@media (max-width: 1232px) {
  .u-disp-none--NO {
    display: block;
  }
}
@media (max-width: 1080px) {
  .u-disp-none--TLLU {
    display: none;
  }
}
.u-disp-none--TLLO {
  display: none;
}
@media (max-width: 1080px) {
  .u-disp-none--TLLO {
    display: block;
  }
}
@media (max-width: 960px) {
  .u-disp-none--TMU {
    display: none;
  }
}
.u-disp-none--TMO {
  display: none;
}
@media (max-width: 960px) {
  .u-disp-none--TMO {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-disp-none--PU {
    display: none;
  }
}
.u-disp-none--PO {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--PO {
    display: block;
  }
}
.u-disp-none--flexPU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--flexPU {
    display: flex;
  }
}
.u-disp-none--inlinePU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--inlinePU {
    display: inline;
  }
}
.u-disp-none--MLLO {
  display: none;
}
@media (max-width: 600px) {
  .u-disp-none--MLLO {
    display: block;
  }
}
@media (max-width: 375px) {
  .u-disp-none--MMU {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */