@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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;
}

@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
@font-face {
  font-family: "departureMono400";
  src: url("../font/DepartureMono-Regular.woff");
}
@font-face {
  font-family: "bahnschrift350";
  src: url("../font/bahnschrift.ttf");
}
@font-face {
  font-family: "bahnschrift600";
  src: url("../font/bahnschrift.ttf");
}
@font-face {
  font-family: "inter500";
  src: url("../font/Inter-VariableFont_opsz_wght.woff");
}
@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
body {
  overflow-x: hidden !important;
  min-height: 100vh;
  color: #000;
  font-family: zenKakuGothicNew400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 1080px) {
  body {
    font-size: 16px;
    line-height: 2.18;
  }
}
@media screen and (max-width: 1079px) {
  body {
    font-size: 14px;
    line-height: 1.57;
  }
}
body.is-blocked {
  overflow-y: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 80px;
}

section {
  position: relative;
  z-index: 1;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1079px) {
  .inner {
    width: calc(100% - 60px);
  }
}

.inner2 {
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (min-width: 1080px) {
  .is-hidePc {
    display: none !important;
  }
}

@media screen and (min-width: 481px) {
  .is-hidePcTab {
    display: none !important;
  }
}

@media screen and (max-width: 1079px) {
  .is-hideSpTab {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .is-hideSp {
    display: none !important;
  }
}

.is-fade {
  line-height: 1;
  display: inline-block;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  display: inline-block;
  -webkit-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
  opacity: 0;
}
.is-fade.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is-fade.delay {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.is-fade.delay.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is-fade.delay.--is02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.is-fade.delay.--is03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.is-fade.delay.--is04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.bgextend,
.bgextend02 {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bgappear,
.bgappear02 {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bgLRextend:before,
.bgLRextend02:before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2452E2; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.bgappearTrigger,
.bgappearTrigger02,
.bgLRextendTrigger,
.bgLRextendTrigger02 {
  opacity: 0;
}

iframe {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  overflow: hidden;
}

.colorbox {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1080px) {
  .colorbox:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1079px) {
  .colorbox:nth-child(n+2) {
    margin-top: 4px;
  }
}
.colorbox .color {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  background-color: #2452E2;
}

.c-btn {
  position: relative;
  display: block;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}
.c-btn:before, .c-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 5px;
  height: 5px;
  background-color: #2452E2;
}
.c-btn:before {
  left: 0;
}
.c-btn:after {
  right: 0;
}
.c-btn:hover:before, .c-btn:hover:after {
  background-color: #fff;
}
.c-btn.--white:before, .c-btn.--white:after {
  background-color: #fff;
}
.c-btn.--white:hover:before, .c-btn.--white:hover:after {
  background-color: #B9DDFF;
}
.c-btn.--blue {
  background-color: #2452E2;
}
.c-btn.--blue:before, .c-btn.--blue:after {
  bottom: 3px;
  background-color: #fff;
}
.c-btn.--blue:before {
  left: 3px;
}
.c-btn.--blue:after {
  right: 3px;
}
.c-btn.--blue:hover:before, .c-btn.--blue:hover:after {
  background-color: #2452E2;
}
.c-btn.--blue_white {
  background-color: #fff;
}
.c-btn.--red {
  background-color: #FC4835;
  max-width: 700px;
}
@media screen and (max-width: 1079px) {
  .c-btn.--red {
    width: calc(100% - 20px);
  }
}
.c-btn.--red:before, .c-btn.--red:after {
  bottom: 3px;
  background-color: #fff;
}
.c-btn.--red:before {
  left: 3px;
}
.c-btn.--red:after {
  right: 3px;
}

.c-btn__link {
  position: relative;
  display: block;
  padding: 24px 68px;
  font-family: zenKakuGothicNew500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  outline: 1px dotted #2452E2;
  outline-offset: -1px;
  color: #2452E2 !important;
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .c-btn__link {
    font-size: 16px;
  }
}
.c-btn__link:before, .c-btn__link:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 5px;
  height: 5px;
  background-color: #2452E2;
}
.c-btn__link:before {
  left: 0;
}
.c-btn__link:after {
  right: 0;
}
.c-btn__link:hover {
  outline: 1px dotted #fff;
  color: #fff !important;
  background-color: #2452E2;
}
.c-btn__link:hover:before, .c-btn__link:hover:after {
  background-color: #fff;
}
.c-btn__link:hover .c-btn__arrow {
  background-color: #fff;
}
.c-btn__link.--white {
  outline: 1px dotted #fff;
  color: #fff !important;
}
.c-btn__link.--white:before, .c-btn__link.--white:after {
  background-color: #fff;
}
.c-btn__link.--white:hover {
  background-color: #fff;
  outline: 1px dotted #B9DDFF;
  color: #2452E2 !important;
}
.c-btn__link.--white:hover:before, .c-btn__link.--white:hover:after {
  background-color: #B9DDFF;
}
.c-btn__link.--white:hover .c-btn__arrow {
  background-color: #2452E2;
}
.c-btn__link.--blue {
  outline: 1px dotted #fff;
  outline-offset: -4px;
  color: #fff !important;
  background-color: #2452E2;
}
.c-btn__link.--blue:before, .c-btn__link.--blue:after {
  top: 3px;
  background-color: #fff;
}
.c-btn__link.--blue:before {
  left: 3px;
}
.c-btn__link.--blue:after {
  right: 3px;
}
.c-btn__link.--blue:hover {
  background-color: #fff;
  outline: 1px dotted #2452E2;
  color: #2452E2 !important;
}
.c-btn__link.--blue:hover:before, .c-btn__link.--blue:hover:after {
  background-color: #2452E2;
}
.c-btn__link.--blue:hover .c-btn__arrow {
  background-color: #2452E2;
}
.c-btn__link.--red {
  padding: 33px 80px 30px;
  outline: 1px solid #fff;
  outline-offset: -4px;
  color: #fff !important;
  background-color: #FC4835;
  font-family: bahnschrift350, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 350;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 6px;
}
.c-btn__link.--red:before, .c-btn__link.--red:after {
  top: 3px;
  background-color: #fff;
}
.c-btn__link.--red:before {
  left: 3px;
}
.c-btn__link.--red:after {
  right: 3px;
}
.c-btn__link.--red:hover {
  background-color: #B9372A !important;
}

.c-btn__arrow {
  position: absolute;
  display: inline-block;
  background-color: #2452E2;
  -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/cover;
          mask: url("../img/common/icon_arrow.svg") no-repeat center/cover;
  width: 6px;
  height: 10px;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto 0;
}
.c-btn__arrow.--white {
  background-color: #fff;
}
.c-btn__arrow.--blue {
  background-color: #fff;
}
.c-btn__arrow.--red {
  background-color: #fff;
  -webkit-mask: url("../img/common/icon_arrow04.svg") no-repeat center/cover;
          mask: url("../img/common/icon_arrow04.svg") no-repeat center/cover;
  width: 30px;
  height: 38px;
  right: 40px;
}
.c-btn__arrow.--red2 {
  background-color: #fff;
  -webkit-mask: url("../img/common/icon_arrow05.svg") no-repeat center/cover;
          mask: url("../img/common/icon_arrow05.svg") no-repeat center/cover;
  width: 38px;
  height: 20px;
  right: 50px;
}

.c-heading__wrap {
  display: block;
  text-align: left;
}
@media screen and (min-width: 1080px) {
  .c-heading__wrap {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1079px) {
  .c-heading__wrap {
    margin: 50px auto 0;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1080px) {
  .c-heading__wrap.--mt {
    margin-top: 120px;
  }
}
.c-heading__wrap.--mt0 {
  margin-top: 0;
}
.c-heading__wrap.--mt-50 {
  margin-top: -50px;
}
.c-heading__wrap.--center {
  width: 100%;
  text-align: center;
}

.c-heading__ruby {
  position: relative;
  font-family: departureMono400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #2452E2;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 1080px) {
  .c-heading__ruby {
    letter-spacing: 11px;
    font-size: 12px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1079px) {
  .c-heading__ruby {
    letter-spacing: 6px;
    text-indent: 6px;
    font-size: 10px;
  }
}
.c-heading__ruby.--white {
  color: #fff;
}
.c-heading__ruby.--white:after {
  background-image: repeating-linear-gradient(90deg, #fff, #fff 1px, transparent 1px, transparent 4px);
}
.c-heading__ruby:first-letter {
  color: #FC4835;
}
.c-heading__ruby:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(90deg, #2452E2, #2452E2 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.c-heading {
  color: #000;
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
.c-heading.--white {
  color: #fff;
}
.c-heading.--blue {
  color: #2452E2;
}
@media screen and (max-width: 1079px) {
  .c-heading.--blue {
    font-size: 32px;
  }
}
@media screen and (min-width: 1080px) {
  .c-heading {
    font-size: 32px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1079px) {
  .c-heading {
    font-size: 22px;
    margin-top: 10px;
  }
}
.c-heading.--mt0 {
  margin-top: 0;
}

@media screen and (min-width: 1080px) {
  .c-text {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1079px) {
  .c-text {
    margin-top: 20px;
  }
}
.c-text.--mt0 {
  margin-top: 0;
}
.c-text.--inter {
  font-family: inter500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin-top: 30px;
}
.c-text.--lt0 {
  letter-spacing: -0.01em;
}
.c-text .red {
  color: #FC4835;
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
.c-text b {
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}

.c-bg {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1079px) {
  .c-bg iframe {
    width: 100px;
    height: 100px;
  }
}
.c-bg.c-dot01.--rotate01 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-bg.c-dot01.--rotate02 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-bg.c-dot01.--rotate03 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.c-bg.c-dot01 iframe {
  aspect-ratio: 0;
}
@media screen and (min-width: 1080px) {
  .c-bg.c-dot01 iframe {
    width: 440px;
    height: 440px;
  }
}
.c-bg.c-dot02.--rotate01 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 1080px) {
  .c-bg.c-dot05 iframe {
    width: 168px;
    height: 168px;
  }
}
.c-bg.c-dot09.--rotate01 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-bg.c-dot10.--rotate01 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-bg.--white {
  -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(26%) hue-rotate(29deg) brightness(106%) contrast(106%);
          filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(26%) hue-rotate(29deg) brightness(106%) contrast(106%);
}

.c-nav {
  background-color: #F6F6F6;
}
@media screen and (min-width: 1080px) {
  .c-nav {
    padding: 30px 28px;
  }
}
@media screen and (max-width: 1079px) {
  .c-nav {
    padding: 30px 0;
  }
}

.c-nav__list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1080px) {
  .c-nav__list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .c-nav__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
}

.c-nav__link {
  position: relative;
  display: block;
  color: #fff !important;
  background-color: #2452E2;
  padding: 40px 20px 40px 50px;
  background-image: radial-gradient(circle, rgba(228, 242, 255, 0.2) 1px, transparent 1px);
  background-position: 0 0;
  background-size: 22px 22px;
}
@media screen and (max-width: 1079px) {
  .c-nav__link {
    padding: 20px 30px 24px;
  }
}
.c-nav__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  background: url("../img/common/icon_arrow02.svg") no-repeat center/cover;
  display: block;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1079px) {
  .c-nav__link:after {
    width: 28px;
    height: 28px;
  }
}
.c-nav__link:hover {
  background-color: #B9DDFF;
  color: #2452E2 !important;
  background-image: radial-gradient(circle, #c7e4ff 1px, transparent 1px);
}
.c-nav__link:hover:after {
  background: url("../img/common/icon_arrow03.svg") no-repeat center/cover;
}
.c-nav__link:hover .c-nav__ruby:after {
  background-image: repeating-linear-gradient(90deg, #2452E2, #2452E2 1px, transparent 1px, transparent 4px);
}

.c-nav__wrap {
  display: block;
  text-align: left;
}
@media screen and (max-width: 1079px) {
  .c-nav__wrap {
    margin: 0 auto;
  }
}

.c-nav__ruby {
  position: relative;
  font-family: departureMono400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 1080px) {
  .c-nav__ruby {
    letter-spacing: 11px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1079px) {
  .c-nav__ruby {
    letter-spacing: 3px;
    font-size: 10px;
  }
}
.c-nav__ruby:first-letter {
  color: #FC4835;
}
.c-nav__ruby:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.c-nav__heading {
  font-family: zenKakuGothicNew500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .c-nav__heading {
    font-size: 20px;
    margin-top: 13px;
  }
}
@media screen and (max-width: 1079px) {
  .c-nav__heading {
    height: 46px;
    place-items: center;
    place-content: center;
    font-size: 16px;
    margin-top: 10px;
  }
}

.c-square {
  overflow-y: hidden;
}
@media screen and (min-width: 1080px) {
  .c-square {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .c-square {
    padding-top: 22px;
  }
}
.c-square:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 30px;
  background: url("../img/common/square_top.svg") repeat-x center/contain;
  top: 0;
}
@media screen and (max-width: 1079px) {
  .c-square:before {
    height: 21px;
    background: url("../img/common/square_top_sp.svg") repeat-x top/contain;
  }
}
.c-square.--after:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 30px;
  background: url("../img/common/square_bottom.svg") repeat-x top/contain;
  bottom: 0;
}
@media screen and (max-width: 1079px) {
  .c-square.--after:after {
    height: 21px;
    background: url("../img/common/square_bottom_sp.svg") repeat-x top/contain;
  }
}

@media screen and (min-width: 1080px) {
  .common__sectionDotWrap01 .common_sec_dot01 {
    top: -140px;
    left: 132px;
  }
}
@media screen and (max-width: 1079px) {
  .common__sectionDotWrap01 .common_sec_dot01 {
    bottom: 120px;
    left: -22px;
  }
}
@media screen and (min-width: 1080px) {
  .common__sectionDotWrap01 .common_sec_dot02 {
    bottom: 30px;
    right: 0;
  }
}
@media screen and (max-width: 1079px) {
  .common__sectionDotWrap01 .common_sec_dot02 {
    top: -80px;
    right: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .common__sectionDotWrap01 .common_sec_dot03 {
    top: -100px;
    right: 120px;
  }
}
@media screen and (max-width: 1079px) {
  .common__sectionDotWrap01 .common_sec_dot03 {
    bottom: 60px;
    right: 0;
  }
}

@media screen and (min-width: 1080px) {
  .common__sectionDotWrap02 .common_sec_dot04 {
    top: -90px;
    left: 313px;
  }
}
@media screen and (max-width: 1079px) {
  .common__sectionDotWrap02 .common_sec_dot04 {
    top: 50px;
    left: 0px;
  }
}
@media screen and (min-width: 1080px) {
  .common__sectionDotWrap02 .common_sec_dot05 {
    top: -30px;
    right: 260px;
  }
}
@media screen and (max-width: 1079px) {
  .common__sectionDotWrap02 .common_sec_dot05 {
    top: 0px;
    right: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .common__sectionDotWrap02 .common_sec_dot06 {
    top: 30px;
    right: 40px;
  }
}
@media screen and (max-width: 1079px) {
  .common__sectionDotWrap02 .common_sec_dot06 {
    bottom: -30px;
    right: 40px;
  }
}

@media screen and (min-width: 1080px) {
  .common__sectionDotWrap03 .common_sec_dot07 {
    top: 20px;
    right: 0px;
  }
}
@media screen and (max-width: 1079px) {
  .common__sectionDotWrap03 .common_sec_dot07 {
    top: 20px;
    right: 0px;
  }
}
@media screen and (min-width: 1080px) {
  .common__sectionDotWrap03 .common_sec_dot08 {
    bottom: 40px;
    left: -20px;
  }
}
@media screen and (max-width: 1079px) {
  .common__sectionDotWrap03 .common_sec_dot08 {
    top: 10px;
    left: 70px;
  }
}
@media screen and (min-width: 1080px) {
  .common__sectionDotWrap03 .common_sec_dot09 {
    bottom: -10px;
    right: 0px;
  }
}
@media screen and (max-width: 1079px) {
  .common__sectionDotWrap03 .common_sec_dot09 {
    bottom: -10px;
    right: 0;
  }
}

.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0;
  z-index: 2;
  margin: 0 auto;
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  border-top: 0 !important;
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1080px) {
  .header {
    top: 22px;
    left: 30px;
    width: calc(100% - 55px);
  }
}
@media screen and (max-width: 1079px) {
  .header {
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
  }
}
.header.is-hide {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

.header__inner {
  width: 100%;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logoWrap {
  width: clamp(170px, 11.04vw, 212px);
  max-width: 212px;
}
@media screen and (max-width: 1079px) {
  .header__logoWrap {
    width: 148px;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 1080px) {
  .header__btn {
    width: 140px;
    height: 40px;
    margin-left: clamp(10px, 1.2vw, 24px);
  }
}

.header__btnLink {
  background-color: #FC4835;
  color: #fff !important;
  border: 1px solid #FC4835;
  text-align: center;
  border-radius: 50px;
  white-space: nowrap;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1080px) {
  .header__btnLink {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1079px) {
  .header__btnLink {
    font-size: 11px;
    padding: 5px 10px;
  }
}
.header__btnLink:hover {
  background-color: #fff;
  color: #FC4835 !important;
}

.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1079px) {
  .header__navList {
    display: block;
    padding: 0 30px 50px;
    margin-top: 35px;
  }
}

.header__navItem {
  position: relative;
  display: table-cell;
  display: block;
}
@media screen and (min-width: 1080px) {
  .header__navItem:nth-last-child(n+2) {
    margin-right: clamp(10px, 1.2vw, 24px);
  }
}
@media screen and (max-width: 1079px) {
  .header__navItem:nth-child(n+2) {
    margin-top: 20px;
  }
}

.header__navMegaList {
  min-width: 220px;
  z-index: 4;
}
@media screen and (min-width: 1080px) {
  .header__navMegaList {
    display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 1px solid #2452E2;
  }
}
@media screen and (max-width: 1079px) {
  .header__navMegaList {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1080px) {
  .header__navMegaItem {
    background-color: #2452E2;
  }
  .header__navMegaItem:first-child {
    padding-top: 18px;
  }
  .header__navMegaItem:last-child {
    padding-bottom: 18px;
  }
}

.header__navMegaLink {
  display: block;
  color: #fff !important;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .header__navMegaLink {
    padding: 5px 20px;
    background-color: #2452E2;
  }
  .header__navMegaLink:hover {
    color: #2452E2 !important;
    background-color: #fff;
  }
  .header__navMegaLink:hover:after {
    background-color: #2452E2;
  }
}
@media screen and (max-width: 1079px) {
  .header__navMegaLink {
    font-family: notoSans500, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 4px;
    max-width: 190px;
    padding-left: 20px;
  }
  .header__navMegaLink:hover {
    color: #ACDCFF !important;
  }
}
.header__navMegaLink:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/cover;
          mask: url("../img/common/icon_arrow.svg") no-repeat center/cover;
  width: 6px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1080px) {
  .header__navMegaLink:after {
    right: 20px;
  }
}
@media screen and (max-width: 1079px) {
  .header__navMegaLink:after {
    right: 0;
  }
}

.header__navLink {
  position: relative;
  font-size: 16px;
  line-height: 1.875;
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  color: #000;
}
@media screen and (min-width: 1080px) {
  .header__navLink {
    padding-bottom: 8px;
  }
  .header__navLink:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: repeating-linear-gradient(90deg, #000, #000 2px, transparent 2px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
  }
}
@media screen and (max-width: 1079px) {
  .header__navLink {
    color: #fff;
    max-width: 190px;
    display: block;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  .header__navLink:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #fff;
    -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/cover;
            mask: url("../img/common/icon_arrow.svg") no-repeat center/cover;
    width: 6px;
    height: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media screen and (max-width: 1079px) {
  .header__navLink:hover {
    color: #ACDCFF;
  }
}
.header__navLink.--nohover {
  cursor: default;
}
@media screen and (max-width: 1079px) {
  .header__navLink.--nohover:after {
    display: none;
  }
}

.header__navBox {
  display: none;
}
.header__navBox.is-open {
  display: block;
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 20px;
  z-index: 5;
  margin: 0 auto;
  background-color: #00269E;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #2545AB calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #2545AB calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__navBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 40px);
}

.header__hamburger {
  cursor: pointer;
  position: relative;
  display: block;
  width: 30px;
  height: 10px;
  z-index: 10;
  margin-left: 20px;
}

.header__bar {
  position: absolute;
  width: 30px;
  height: 2px;
  right: 0;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #2452E2;
}
.header__bar:first-child {
  top: 0;
}
.header__bar:last-child {
  bottom: 0;
}
.header__bar.is-active {
  background-color: #fff;
}
.header__bar.is-active:first-child {
  -webkit-transform: translateY(4px) rotate(30deg);
          transform: translateY(4px) rotate(30deg);
}
.header__bar.is-active:last-child {
  -webkit-transform: translateY(-4px) rotate(-30deg);
          transform: translateY(-4px) rotate(-30deg);
}

@media screen and (max-width: 1079px) {
  .header__copy {
    color: #fff;
    font-family: zenKakuGothicNew500, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    display: block;
    padding: 0 30px 76px;
  }
}

.footer {
  width: 100%;
  padding: 80px 0 100px;
  text-align: right;
  font-family: zenKakuGothicNew500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  display: table;
  color: #fff !important;
  margin: 0 auto;
  background-color: #00269E;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #2545AB calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #2545AB calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (max-width: 1079px) {
  .footer {
    padding: 100px 0;
  }
}

.footer__inner {
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media screen and (max-width: 1079px) {
  .footer__inner {
    width: calc(100% - 60px);
  }
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1079px) {
  .footer__wrap {
    display: block;
  }
}

.footer__logo {
  display: block;
  text-align: left;
  width: clamp(130px, 10.625vw, 204px);
  max-width: 204px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1079px) {
  .footer__logo {
    margin: 0 auto 50px;
  }
}

.footer__logoLink {
  display: block;
}

.footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
@media screen and (max-width: 1079px) {
  .footer__navList {
    display: block;
  }
}

.footer__navItem {
  position: relative;
  display: table-cell;
  display: block;
}
@media screen and (min-width: 1080px) {
  .footer__navItem:nth-last-child(n+2) {
    margin-right: clamp(10px, 1.041vw, 20px);
  }
}
@media screen and (max-width: 1079px) {
  .footer__navItem:nth-child(n+2) {
    margin-top: 20px;
  }
}

.footer__navLink {
  position: relative;
  font-size: 16px;
  line-height: 1.875;
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  color: #fff !important;
}
@media screen and (max-width: 1079px) {
  .footer__navLink {
    max-width: 190px;
    display: block;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  .footer__navLink:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #fff;
    -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/cover;
            mask: url("../img/common/icon_arrow.svg") no-repeat center/cover;
    width: 6px;
    height: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media screen and (max-width: 1079px) {
  .footer__navLink:hover {
    color: #ACDCFF !important;
  }
}
.footer__navLink.--nohover {
  cursor: default;
}
.footer__navLink.--nohover:after {
  display: none;
}

.footer__navMegaList {
  margin-top: 10px;
}

@media screen and (min-width: 1080px) {
  .footer__navMegaItem {
    line-height: 1;
  }
  .footer__navMegaItem:nth-child(n+2) {
    margin-top: 8px;
  }
}

.footer__navMegaLink {
  display: block;
  color: #fff !important;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .footer__navMegaLink {
    font-size: 12px;
  }
  .footer__navMegaLink:before {
    content: "・";
  }
}
@media screen and (max-width: 1079px) {
  .footer__navMegaLink {
    font-family: notoSans500, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 4px;
    max-width: 190px;
    padding-left: 20px;
  }
  .footer__navMegaLink:hover {
    color: #ACDCFF !important;
  }
  .footer__navMegaLink:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #fff;
    -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/cover;
            mask: url("../img/common/icon_arrow.svg") no-repeat center/cover;
    width: 6px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media screen and (max-width: 1079px) and (min-width: 1080px) {
  .footer__navMegaLink:after {
    right: 20px;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  .footer__navMegaLink:after {
    right: 0;
  }
}

.footer__navText {
  font-size: 10px;
  line-height: 1.4;
  margin: 25px 0;
}
@media screen and (max-width: 1079px) {
  .footer__navText {
    margin: 50px 0;
  }
}

.footer__navList02 {
  margin-left: auto;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1079px) {
  .footer__navList02 {
    display: block;
  }
}

.footer__navItem02 {
  position: relative;
  display: table-cell;
  display: block;
}
@media screen and (min-width: 1080px) {
  .footer__navItem02:nth-child(n+2) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .footer__navItem02:nth-child(n+2) {
    margin-top: 20px;
  }
}

.footer__navLink02 {
  font-size: 10px;
  line-height: 1.875;
  color: #fff !important;
}
@media screen and (max-width: 1079px) {
  .footer__navLink02 {
    font-size: 14px;
  }
}

.footer__copy {
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 1079px) {
  .footer__copy {
    margin-top: 50px;
  }
}

.frame {
  position: fixed;
  display: block;
  width: calc(100% - 10px);
  height: calc(100dvh - 10px);
  top: 5px;
  left: 5px;
  border: 1px solid #2452E2;
  z-index: 999;
  font-family: departureMono400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  pointer-events: none;
}
.frame.is-active {
  border: 1px solid #fff;
}
.frame.is-active .frame__box {
  background-color: #fff;
}
.frame.is-active .frame__leftText:before {
  background: url("../img/common/frame01_wh.svg") no-repeat center/cover;
  width: 7px;
  height: 186px;
}
.frame.is-active .frame__rightText:before {
  background: url("../img/common/frame02_wh.svg") no-repeat center/cover;
  height: 158px;
}

.frame__wrap {
  position: relative;
  height: 100%;
}

.frame__box {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #2452E2;
}
.frame__box:first-child {
  top: 0;
  left: 0;
}
.frame__box:nth-child(2) {
  top: 0;
  right: 0;
}
.frame__box:nth-child(3) {
  bottom: 0;
  left: 0;
}
.frame__box:nth-child(4) {
  bottom: 0;
  right: 0;
}

.frame__leftText,
.frame__rightText {
  letter-spacing: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #2452E2;
  display: inline-block;
}
.frame__leftText:before,
.frame__rightText:before {
  content: "";
  display: block;
}

.frame__leftText:before {
  width: 8px;
  height: 187px;
}

.frame__rightText:before {
  width: 6px;
  height: 155px;
}

.frame__leftText {
  left: 6px;
}
.frame__leftText:before {
  background: url("../img/common/frame01.svg") no-repeat center/cover;
}

.frame__rightText {
  right: 6px;
}
.frame__rightText:before {
  background: url("../img/common/frame02.svg") no-repeat center/cover;
}

.frame__textWrap {
  position: absolute;
  z-index: 1;
  right: 5px;
  bottom: 10px;
  text-align: right;
  display: block;
  width: 220px;
  line-height: 1;
}

.frame__text {
  display: inline;
  color: #fff;
  background-color: #2452E2;
  padding: 1px 2px 1px 6px;
  font-size: 8px;
  letter-spacing: 4px;
}
.frame__text:nth-child(n+2) {
  margin-top: 5px;
}