@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66666667vw;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  html {
    font-size: 0.884955752vw;
  }
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  color: #000000;
  background-color: #fff;
  word-break: normal;
  line-break: strict;
  font-weight: 400;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

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

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p + p {
  margin: 1em 0 0 0;
}

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

.text-bold {
  font-weight: 700;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.c-white {
  color: #fff;
}

.fw-bold {
  font-weight: bold;
}

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 111rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.txt_center {
  text-align: center;
}

.js-view {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-view.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-view-img {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.js-view-img.fadein {
  opacity: 1;
}

.p-wrapper {
  overflow: hidden;
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/** header area
====================================== **/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media screen and (min-width: 769px) {
  .page-header {
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .page-header {
    background: #fff;
    padding: 0;
  }
}

.page-header_inner {
  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;
}

@media screen and (min-width: 769px) {
  .page-header_inner {
    padding: 2rem 0 2rem 5rem;
    background: #fff;
    min-height: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .page-header_inner {
    padding: 1.2rem 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.page-header_left {
  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;
}

@media screen and (max-width: 768px) {
  .page-header_left {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }
}

.logo {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .logo {
    width: 17.4rem;
  }
  .logo a img {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .logo {
    width: 12.4rem;
  }
}

@media screen and (max-width: 768px) {
  .page-header_left .nav-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 769px) {
  .show_sp {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .glb-nav {
    padding-right: 20.7rem;
  }
}

@media screen and (max-width: 768px) {
  .glb-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    padding: 8rem 2.4rem 3rem;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
  }
  .glb-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.glb-nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

@media screen and (max-width: 768px) {
  .glb-nav_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (min-width: 769px) {
  .glb-nav_menu_item {
    min-width: 13rem;
  }
  .glb-nav_menu_item:first-child {
    border-left: 2px solid #080543;
  }
  .glb-nav_menu_item:not(:last-child) {
    border-right: 2px solid #080543;
  }
}

.glb-nav_menu_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
  color: #080543;
  font-family: "yu-gothic-pr6n", sans-serif;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.glb-nav_menu_item a:hover {
  opacity: 0.8;
}

.glb-nav_menu_item a .ja {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.glb-nav_menu_item a .en {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "mic-32-new-rounded-web", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .glb-nav_menu_item:first-child {
    border-top: 1px solid #080543;
  }
  .glb-nav_menu_item a {
    padding: 1.4rem 0;
    border-bottom: 1px solid #080543;
  }
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
  background: #f07901;
  color: #fff;
  text-decoration: none;
  font-family: "yu-gothic-pr6n", sans-serif;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

@media screen and (min-width: 769px) {
  .header-contact {
    width: 20.7rem;
    height: 12.4rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-contact:hover {
    opacity: 0.9;
    color: #fff;
  }
}

.header-contact .ja {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.header-contact .en {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "mic-32-new-rounded-web", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .header-contact {
    padding: 1rem;
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .g-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 31.3rem);
  }
}

@media screen and (max-width: 768px) {
  .g-nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body.open {
    overflow: hidden;
  }
}

/** footer
======================================= **/
.page-footer {
  position: relative;
  background-color: #080543;
  color: #fff;
  padding: 4rem 0 3rem;
}

.page-footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .page-footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}

.page-footer .logo_footer a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: calc(30/14);
  font-weight: bold;
}

.page-footer .info_footer {
  display: inline-block;
  font-size: 1.4rem;
  line-height: calc(30/14);
  font-weight: bold;
}

.page-footer .footer-nav ul li a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: calc(30/14);
  font-weight: bold;
}

.page-footer_copyright {
  text-align: center;
  margin-top: 3rem;
}

.page-footer_copyright p {
  font-size: 1.4rem;
  line-height: calc(30/14);
  font-weight: bold;
}

.pagetop {
  width: 15rem;
  height: 6rem;
  right: 0;
  top: -10rem;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.pagetop img {
  width: 100%;
  height: auto;
}

.pagetop.ab {
  position: absolute;
  top: -3rem;
}

.pagetop:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .pagetop {
    width: 8rem;
    height: 3rem;
    top: -6rem;
  }
}

.copyright {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4615;
  letter-spacing: 0.08em;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .copyright {
    margin-top: 3rem;
  }
}

/** header area
====================================== **/
.arrow {
  width: 3.7rem;
  height: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background: #16049E;
  -webkit-transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

.arrow img {
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
}

.arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.arrow._white {
  background: #fff;
  border: 0.2rem solid #16049E;
}

.arrow._white:before {
  background-color: #fff;
}

.arrow._white svg path {
  fill: #16049E;
}

.arrow._blank img {
  width: 1.3rem;
  height: 1.3rem;
}

.button-more {
  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: 28.5rem;
  height: 7.1rem;
  border-radius: 6rem;
  background: #fff;
  color: #16049E;
  padding: 1.5rem 2.8rem 1.5rem 2.8rem;
  border: 0.2rem solid #16049E;
}

.button-more .arrow svg {
  z-index: 2;
}

.button-more .arrow svg path {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  stroke: #fff;
}

.button-more .arrow svg line {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.button-more .txt {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}

.button-more.no-bg {
  background: none;
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2.8rem;
  -moz-column-gap: 2.8rem;
  column-gap: 2.8rem;
}

.button-more:hover {
  opacity: 1;
  background: #16049E;
}

.button-more:hover .txt {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .button-more {
    width: 21.7rem;
    height: 5rem;
    margin: 0 auto;
    padding: 0.5rem 0.8rem 0.5rem 2.4rem;
  }
  .button-more .ico {
    width: 1.4rem;
    height: 1.4rem;
  }
  .button-more .ico svg {
    width: 100%;
    height: auto;
  }
  .button-more .txt {
    font-size: 1.4rem;
  }
}

.button:hover .arrow svg {
  z-index: 2;
}

.button:hover .arrow svg path {
  fill: #16049E;
  stroke: #16049E;
}

.button:hover .arrow:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.button:hover .arrow._white svg {
  z-index: 2;
}

.button:hover .arrow._white svg path {
  fill: #16049E;
  stroke: #16049E;
}

.button:hover.no-bg {
  border: none;
  background: none;
  color: currentColor;
}

.heading-lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.heading-lv2 .en {
  font-size: 12rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  color: #DCF7FF;
  font-family: "mic-32-new-rounded-web", sans-serif;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .en {
    font-size: 6.8rem;
  }
}

.heading-lv2 .ja {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 500;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .ja {
    font-size: 1.4rem;
  }
}

.heading-lv2._blue .en {
  color: #141C61;
}

.heading-lv2._white {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .heading-lv2 {
    margin-bottom: 2rem;
  }
}

.heading-lv3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 4.8rem;
}

.heading-lv3 .en {
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: "mic-32-new-rounded-web", sans-serif;
  color: #79D64B;
}

.heading-lv3 .ja {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 110%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .heading-lv3 {
    margin-bottom: 4rem;
  }
  .heading-lv3 .en {
    font-size: 3.4rem;
    margin-bottom: 1.4rem;
  }
  .heading-lv3 .ja {
    font-size: 1.8rem;
  }
}

.heading-lv4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.heading-lv4 .en {
  font-size: 5.6rem;
  font-weight: 400;
  font-family: "mic-32-new-rounded-web", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

.heading-lv4 .ja {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
}

.heading-box .num {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  font-family: "mic-32-new-rounded-web", sans-serif;
  color: #FF5C00;
  border-bottom: 2px solid #FF5C00;
}

.c-lettering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  gap: 0.5rem;
}

.c-lettering > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-lettering > span > span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
}

.c-lettering > span > span .title_cover {
  display: block;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}

.c-lettering > span > span .title_cover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #111111;
  left: -100%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
}

.c-lettering > span > span:first-child .title_cover {
  padding-left: 1rem;
}

.c-lettering > span > span:last-child .title_cover {
  padding-right: 1rem;
}

.c-lettering.is-inview > span > span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-lettering.is-inview > span > span .title_cover {
  left: 0;
}

.js-heading > span:nth-child(1) .title_cover {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.js-heading > span:nth-child(2) .title_cover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.js-heading > span:nth-child(3) .title_cover {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.js-heading > span:nth-child(4) .title_cover {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.js-heading > span:nth-child(5) .title_cover {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.js-heading > span:nth-child(6) .title_cover {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-heading > span:nth-child(7) .title_cover {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.js-heading > span:nth-child(8) .title_cover {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.js-heading > span:nth-child(9) .title_cover {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.js-heading > span:nth-child(10) .title_cover {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.js-heading > span:nth-child(11) .title_cover {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.js-heading > span:nth-child(12) .title_cover {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.js-heading > span:nth-child(13) .title_cover {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.js-heading > span:nth-child(14) .title_cover {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.js-heading > span:nth-child(15) .title_cover {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.js-heading > span:nth-child(16) .title_cover {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.js-heading > span:nth-child(17) .title_cover {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.js-heading > span:nth-child(18) .title_cover {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.js-heading > span:nth-child(19) .title_cover {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.js-heading > span:nth-child(20) .title_cover {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.js-heading > span:nth-child(21) .title_cover {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.js-heading > span:nth-child(22) .title_cover {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.js-heading > span:nth-child(23) .title_cover {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.js-heading > span:nth-child(24) .title_cover {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.js-heading > span:nth-child(25) .title_cover {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.js-heading > span:nth-child(26) .title_cover {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.js-heading > span:nth-child(27) .title_cover {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.js-heading > span:nth-child(28) .title_cover {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.js-heading > span:nth-child(29) .title_cover {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.js-heading > span:nth-child(30) .title_cover {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.js-heading > span:nth-child(31) .title_cover {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.js-heading > span:nth-child(32) .title_cover {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.js-heading > span:nth-child(33) .title_cover {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.js-heading > span:nth-child(34) .title_cover {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.js-heading > span:nth-child(35) .title_cover {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.js-heading > span:nth-child(36) .title_cover {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.js-heading > span:nth-child(37) .title_cover {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.js-heading > span:nth-child(38) .title_cover {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.js-heading > span:nth-child(39) .title_cover {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.js-heading > span:nth-child(40) .title_cover {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.js-heading > span:nth-child(41) .title_cover {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.js-heading > span:nth-child(42) .title_cover {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.js-heading > span:nth-child(43) .title_cover {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.js-heading > span:nth-child(44) .title_cover {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.js-heading > span:nth-child(45) .title_cover {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.js-heading > span:nth-child(46) .title_cover {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.js-heading > span:nth-child(47) .title_cover {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.js-heading > span:nth-child(48) .title_cover {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.js-heading > span:nth-child(49) .title_cover {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.js-heading > span:nth-child(50) .title_cover {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.js-heading > span:nth-child(51) .title_cover {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

.js-heading > span:nth-child(52) .title_cover {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.js-heading > span:nth-child(53) .title_cover {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

.js-heading > span:nth-child(54) .title_cover {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.js-heading > span:nth-child(55) .title_cover {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.js-heading > span:nth-child(56) .title_cover {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.js-heading > span:nth-child(57) .title_cover {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

.js-heading > span:nth-child(58) .title_cover {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.js-heading > span:nth-child(59) .title_cover {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

.js-heading > span:nth-child(60) .title_cover {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.js-heading > span:nth-child(61) .title_cover {
  -webkit-transition-delay: 3.05s;
  transition-delay: 3.05s;
}

.js-heading > span:nth-child(62) .title_cover {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.js-heading > span:nth-child(63) .title_cover {
  -webkit-transition-delay: 3.15s;
  transition-delay: 3.15s;
}

.js-heading > span:nth-child(64) .title_cover {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.js-heading > span:nth-child(65) .title_cover {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

.js-heading > span:nth-child(66) .title_cover {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.js-heading > span:nth-child(67) .title_cover {
  -webkit-transition-delay: 3.35s;
  transition-delay: 3.35s;
}

.js-heading > span:nth-child(68) .title_cover {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.js-heading > span:nth-child(69) .title_cover {
  -webkit-transition-delay: 3.45s;
  transition-delay: 3.45s;
}

.js-heading > span:nth-child(70) .title_cover {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.js-heading > span:nth-child(71) .title_cover {
  -webkit-transition-delay: 3.55s;
  transition-delay: 3.55s;
}

.js-heading > span:nth-child(72) .title_cover {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.js-heading > span:nth-child(73) .title_cover {
  -webkit-transition-delay: 3.65s;
  transition-delay: 3.65s;
}

.js-heading > span:nth-child(74) .title_cover {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}

.js-heading > span:nth-child(75) .title_cover {
  -webkit-transition-delay: 3.75s;
  transition-delay: 3.75s;
}

.js-heading > span:nth-child(76) .title_cover {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}

.js-heading > span:nth-child(77) .title_cover {
  -webkit-transition-delay: 3.85s;
  transition-delay: 3.85s;
}

.js-heading > span:nth-child(78) .title_cover {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.js-heading > span:nth-child(79) .title_cover {
  -webkit-transition-delay: 3.95s;
  transition-delay: 3.95s;
}

.js-heading > span:nth-child(80) .title_cover {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.js-heading > span:nth-child(81) .title_cover {
  -webkit-transition-delay: 4.05s;
  transition-delay: 4.05s;
}

.js-heading > span:nth-child(82) .title_cover {
  -webkit-transition-delay: 4.1s;
  transition-delay: 4.1s;
}

.js-heading > span:nth-child(83) .title_cover {
  -webkit-transition-delay: 4.15s;
  transition-delay: 4.15s;
}

.js-heading > span:nth-child(84) .title_cover {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}

.js-heading > span:nth-child(85) .title_cover {
  -webkit-transition-delay: 4.25s;
  transition-delay: 4.25s;
}

.js-heading > span:nth-child(86) .title_cover {
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s;
}

.js-heading > span:nth-child(87) .title_cover {
  -webkit-transition-delay: 4.35s;
  transition-delay: 4.35s;
}

.js-heading > span:nth-child(88) .title_cover {
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s;
}

.js-heading > span:nth-child(89) .title_cover {
  -webkit-transition-delay: 4.45s;
  transition-delay: 4.45s;
}

.js-heading > span:nth-child(90) .title_cover {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}

.js-heading > span:nth-child(91) .title_cover {
  -webkit-transition-delay: 4.55s;
  transition-delay: 4.55s;
}

.js-heading > span:nth-child(92) .title_cover {
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s;
}

.js-heading > span:nth-child(93) .title_cover {
  -webkit-transition-delay: 4.65s;
  transition-delay: 4.65s;
}

.js-heading > span:nth-child(94) .title_cover {
  -webkit-transition-delay: 4.7s;
  transition-delay: 4.7s;
}

.js-heading > span:nth-child(95) .title_cover {
  -webkit-transition-delay: 4.75s;
  transition-delay: 4.75s;
}

.js-heading > span:nth-child(96) .title_cover {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}

.js-heading > span:nth-child(97) .title_cover {
  -webkit-transition-delay: 4.85s;
  transition-delay: 4.85s;
}

.js-heading > span:nth-child(98) .title_cover {
  -webkit-transition-delay: 4.9s;
  transition-delay: 4.9s;
}

.js-heading > span:nth-child(99) .title_cover {
  -webkit-transition-delay: 4.95s;
  transition-delay: 4.95s;
}

.js-heading > span:nth-child(100) .title_cover {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

.js-heading .title_cover {
  display: inline-block;
  /*opacity: 0;
    visibility: hidden;
    transform: rotateY(90deg);
    transition: all 0.3s ease-in-out;*/
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.js-heading.is-inview .title_cover {
  opacity: 1;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.slr-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.slide-anime {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.slide-anime.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.pagination {
  margin: 6rem 0 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 4rem 0 0;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.page-numbers .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  color: #144690;
  background-color: #fff;
  font-weight: 500;
  line-height: 1;
  font-family: "mic-32-new-rounded-web", sans-serif;
}

.page-numbers .page-numbers.current, .page-numbers .page-numbers:hover {
  background-color: #144690;
  color: #fff;
}

.page-numbers .page-numbers.next:hover svg path, .page-numbers .page-numbers.prev:hover svg path {
  stroke: #fff;
}

@media screen and (max-width: 768px) {
  .page-numbers .page-numbers {
    width: 5rem;
    height: 5rem;
  }
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-wrapper {
  position: relative;
}

.p-wrapper.open:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(20, 28, 97, 0.5);
  z-index: 9;
}

@media screen and (min-width: 769px) {
  .js-ctn {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .p-reform .reform-flow_art + .reform-flow_art {
    margin-top: 1.8rem !important;
  }
  .p-reform_flow.flow-buy {
    padding: 3rem 0 4.4rem !important;
    margin-top: 4rem;
  }
  .p-reform_flow.flow-buy:after {
    width: 36.6rem !important;
    left: 0;
    right: auto !important;
  }
  .p-reform_flow.flow-buy .reform-flow_art_ttl {
    background: #fff;
  }
  .p-reform_flow.flow-sale {
    padding-top: 4.4rem !important;
  }
  .p-reform_flow.flow-sale .reform-flow_art_ttl {
    background: #F2F2F2;
  }
  .js-ttl {
    position: relative;
  }
  .js-ttl:before, .js-ttl:after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #141C61;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .js-ttl:before {
    width: 1rem;
    height: 0.1rem;
    left: 1.2rem;
  }
  .js-ttl:after {
    width: 0.1rem;
    height: 1rem;
    left: 1.7rem;
  }
  .js-ttl._active:after {
    opacity: 0;
    visibility: hidden;
  }
  .js-ctn {
    display: none;
  }
}

.letter > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7.2rem;
  height: 7.2rem;
  font-size: 4.2rem;
  font-weight: 700;
  color: #16049E;
  line-height: 1;
  letter-spacing: 0.06em;
  border: 0.2rem solid #16049E;
  background: #fff;
  font-family: "yu-gothic-pr6n", sans-serif;
  -webkit-box-shadow: 4px 4px 0px 0px #16049E;
  box-shadow: 4px 4px 0px 0px #16049E;
  padding: 0.7rem 0 0 0.5rem;
}

@media screen and (max-width: 768px) {
  .letter > span {
    width: 5.4rem;
    height: 5.4rem;
    font-size: 2.4rem;
    padding: 0.5rem 0 0 0.2rem;
  }
}

.key-visual {
  width: 100%;
  height: 51rem;
  background: #BAE6FF;
  position: relative;
  padding-top: 10rem;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 769px) {
  .key-visual .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
}

.key-visual .kv-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.key-visual .kv-ttl .en {
  font-size: 12rem;
  font-weight: 900;
  color: #DCF7FF;
  line-height: 1;
  letter-spacing: 0;
  font-family: "mic-32-new-rounded-web", sans-serif;
  mix-blend-mode: multiply;
}

.key-visual .kv-ttl .ja {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: -5.5rem;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.key-visual .kv-ctn {
  width: 53.4rem;
  border: 0.2rem solid #16049E;
  padding: 4rem;
  border-radius: 1.2rem;
  background: #fff;
}

.key-visual .kv-ctn_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.8rem;
}

.key-visual .kv-ctn_meta span {
  display: inline-block;
  background: #16049E;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0.3rem 1.3rem;
  border-radius: 5rem;
}

.key-visual .kv-ctn_meta h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #16049E;
  margin-left: 1.6rem;
}

.key-visual .kv-ctn_tl {
  font-size: 2.8rem;
  color: #16049E;
  line-height: 160%;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.key-visual .kv-img {
  text-align: center;
  height: auto;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.key-visual .kv-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .key-visual {
    padding-top: 10.5rem;
    margin-bottom: 8.6rem;
    height: 41rem;
  }
  .key-visual .kv-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .key-visual .kv-ttl .en {
    font-size: 6.4rem;
    display: inline-block;
    margin-left: auto;
    margin-right: -1.8rem;
    margin-top: -2rem;
  }
  .key-visual .kv-ttl .ja {
    width: auto;
    margin: 0;
  }
  .key-visual .kv-ctn {
    width: 100%;
    padding: 3.5rem 2rem 5.5rem;
  }
  .key-visual .kv-ctn_meta {
    margin-bottom: 1.6rem;
  }
  .key-visual .kv-ctn_meta h2 {
    margin-left: 1rem;
  }
  .key-visual .kv-ctn_tl {
    font-size: 1.8rem;
    line-height: 180%;
  }
  .key-visual .kv-img {
    height: auto;
  }
}

.breadcrumb {
  display: block;
  margin-top: 2.4rem;
  z-index: 2;
  position: relative;
}

.breadcrumb ul {
  padding: 1.2rem 1.4rem 1.5rem;
  border-radius: 4.2rem;
  background: #fff;
  line-height: 1;
  display: inline-block;
}

.breadcrumb ul li {
  display: inline-block;
  color: #16049E;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.breadcrumb ul li + li {
  margin-left: 2rem;
  padding-left: 2rem;
  position: relative;
}

.breadcrumb ul li + li:before {
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 0.9rem;
  left: -0.3rem;
  top: 0.2rem;
  background: url(../img/common/ico_breadcrumb.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 0;
  }
  .breadcrumb ul {
    padding: 0.5rem 1.4rem 0.7rem;
  }
  .breadcrumb ul li {
    font-size: 1.2rem;
  }
  .breadcrumb ul li + li {
    margin-left: 1rem;
    padding-left: 1rem;
  }
  .breadcrumb ul li + li:before {
    width: 0.5rem;
    height: 0.9rem;
  }
}

/** hamburger (SP) — 3 thanh ngang classic
====================================== **/
#hambuger {
  width: 6.6rem;
  height: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: relative;
  background: transparent;
  border-radius: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-tap-highlight-color: transparent;
}

#hambuger.open {
  width: 4.3rem;
  height: 4.3rem;
}

@media screen and (max-width: 768px) {
  #hambuger.open {
    width: 2rem;
    height: 2rem;
  }
}

#hambuger.open span.open {
  display: none;
}

#hambuger.open span.close {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #hambuger {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.nav-icon ul {
  position: relative;
  width: 2.4rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.nav-icon ul li {
  list-style: none;
  width: 100%;
  height: 0.2rem;
  background: #000;
  border-radius: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

.nav-icon.open ul li {
  height: 0.2rem;
  border-radius: 0;
  position: absolute;
  left: 50%;
  background: #000;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

/** home
======================================= **/
@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

.b-kv {
  position: relative;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .b-kv {
    margin-top: 4.9rem;
  }
}

.b-kv_main {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 47.22222%;
}

@media screen and (max-width: 768px) {
  .b-kv_main {
    padding-top: 90.66667%;
  }
}

.b-kv_main .wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.b-kv_main .wrap .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.b-kv_main .wrap .slide figure {
  width: 100%;
  height: 100%;
}

.b-kv_main .wrap .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.b-kv_caption {
  position: absolute;
  bottom: 6.5rem;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .b-kv_caption {
    bottom: 3.5rem;
  }
}

.b-kv .dot {
  display: none;
}

.b-kv .caption_ttl {
  color: #fff;
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: 0 0 5px rgba(11, 26, 90, 0.1);
  margin: 0 0 4rem;
}

@media screen and (max-width: 768px) {
  .b-kv .caption_ttl {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

.b-kv .caption_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2.5rem;
  list-style: none;
  margin: 0 0 4rem;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .b-kv .caption_list {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}

.b-kv .caption_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18.9rem;
  height: 18.9rem;
  border-radius: 50%;
  padding: 1.5rem;
  text-shadow: 0 0 5px rgba(11, 26, 90, 0.1);
}

@media screen and (max-width: 768px) {
  .b-kv .caption_list li {
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
  }
}

.b-kv .caption_list li .nb {
  display: block;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.6rem;
  font-family: "mic-32-new-rounded-web", sans-serif;
}

@media screen and (max-width: 768px) {
  .b-kv .caption_list li .nb {
    font-size: 2rem;
  }
}

.b-kv .caption_list li h3 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: calc(32/28);
  text-align: center;
  margin: 0 0 0.6rem;
  min-height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .b-kv .caption_list li h3 {
    font-size: 1.3rem;
    min-height: 3rem;
  }
}

.b-kv .caption_list li .txt_en {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
  font-family: "mic-32-new-rounded-web", sans-serif;
}

@media screen and (max-width: 768px) {
  .b-kv .caption_list li .txt_en {
    font-size: 1.1rem;
  }
}

.b-kv .caption_list .bg01 {
  background: linear-gradient(125deg, #8bddfd 0%, #4e91c7 50%, #053d87 100%);
}

.b-kv .caption_list .bg01 .txt_en {
  color: rgba(167, 192, 221, 0.65);
}

.b-kv .caption_list .bg02 {
  background: linear-gradient(125deg, #6cf76c 0%, #47b259 50%, #0c6e37 100%);
}

.b-kv .caption_list .bg02 .txt_en {
  color: rgba(140, 227, 147, 0.65);
}

.b-kv .caption_list .bg03 {
  background: linear-gradient(125deg, #ffcf7d 0%, #f2b059 50%, #e89127 100%);
}

.b-kv .caption_list .bg03 .txt_en {
  color: rgba(239, 213, 172, 0.65);
}

.b-kv .caption_bottom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.b-kv .caption_bottom .txt_left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  color: #080543;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: calc(38/26);
  padding: 0.7rem 4.5rem 0.7rem 2.9rem;
  letter-spacing: 0.04em;
  display: inline-block;
  -webkit-clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 768px) {
  .b-kv .caption_bottom .txt_left {
    font-size: 1rem;
    padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  }
}

.b-kv .caption_bottom .txt_right {
  display: inline-block;
  background: #080543;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: calc(38/26);
  padding: 0.7rem 3rem 0.7rem 4.5rem;
  letter-spacing: 0.04em;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 24px 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 24px 100%);
  margin-left: -24px;
}

@media screen and (max-width: 768px) {
  .b-kv .caption_bottom .txt_right {
    font-size: 1rem;
    padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  }
}

.com_heading_h2 {
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .com_heading_h2 {
    margin-bottom: 2rem;
  }
}

.com_heading_h2_ja {
  display: block;
  font-size: 4rem;
  line-height: 1;
  color: #080543;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .com_heading_h2_ja {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}

.com_heading_h2_en {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  color: #080543;
  font-family: "mic-32-new-rounded-web", sans-serif;
}

@media screen and (max-width: 768px) {
  .com_heading_h2_en {
    font-size: 1.4rem;
  }
}

.com_heading_h3 {
  font-size: 2.6rem;
  line-height: calc(30/26);
  font-weight: 600;
  color: #080543;
  margin-bottom: 1.5rem;
  border-left: 0.6rem solid #080543;
  padding-left: 1.7rem;
}

@media screen and (max-width: 768px) {
  .com_heading_h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 1rem;
    border-left-width: 0.4rem;
    margin-bottom: 1rem;
  }
}

.b-service {
  padding: 10rem 0 30rem;
}

@media screen and (max-width: 768px) {
  .b-service {
    padding: 5rem 0 10rem;
  }
}

.b-service p {
  text-align: center;
  font-size: 1.6rem;
  line-height: calc(34/16);
  -webkit-font-feature-settings: 'palt' 1;
  -moz-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media screen and (max-width: 768px) {
  .b-service p {
    font-size: 1.4rem;
    line-height: calc(24/14);
  }
}

.b-feature {
  padding-bottom: 20rem;
}

@media screen and (max-width: 768px) {
  .b-feature {
    padding-bottom: 5rem;
  }
}

.b-feature_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .b-feature_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.b-feature_item:not(:last-child) {
  margin-bottom: 9rem;
}

@media screen and (max-width: 768px) {
  .b-feature_item:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.b-feature_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: calc((100% - 1100px) / 2);
}

@media screen and (max-width: 768px) {
  .b-feature_item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  .b-feature_item:nth-child(even) {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 1200px) and (max-width: 768px) {
  .b-feature_item:nth-child(even) {
    padding-left: 0;
  }
}

.b-feature_item:nth-child(even) .txt {
  padding-right: 5rem;
}

@media screen and (max-width: 768px) {
  .b-feature_item:nth-child(even) .txt {
    padding-right: 0;
  }
}

.b-feature_item:nth-child(odd) {
  padding-right: calc((100% - 1100px) / 2);
}

@media screen and (max-width: 1200px) {
  .b-feature_item:nth-child(odd) {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 1200px) and (max-width: 768px) {
  .b-feature_item:nth-child(odd) {
    padding-right: 0;
  }
}

.b-feature_item:nth-child(odd) .txt {
  padding-left: 5rem;
}

@media screen and (max-width: 768px) {
  .b-feature_item:nth-child(odd) .txt {
    padding-left: 0;
  }
}

.b-feature_item .pic {
  width: 50.3937%;
}

@media screen and (max-width: 768px) {
  .b-feature_item .pic {
    width: 100%;
  }
}

.b-feature_item .txt {
  max-width: 58rem;
}

@media screen and (max-width: 768px) {
  .b-feature_item .txt {
    max-width: 100%;
    padding: 1.8rem !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}

.b-feature_item .txt p {
  font-size: 1.6rem;
  line-height: calc(34/16);
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .b-feature_item .txt p {
    font-size: 1.4rem;
    line-height: calc(24/14);
  }
}

.b-works {
  background-color: #f5f6f8;
  padding: 10rem 0 10.4rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .b-works {
    padding: 5rem 0 4.4rem;
  }
}

.b-works:after {
  content: "WORKS";
  font-size: 17.5rem;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  font-family: "mic-32-new-rounded-web", sans-serif;
  position: absolute;
  bottom: -2.6rem;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .b-works:after {
    font-size: 10.5rem;
    bottom: -1.6rem;
  }
}

.b-works_header {
  position: relative;
  margin-bottom: 4rem;
}

.b-works_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  position: absolute;
  top: 17.8rem;
  right: calc((100% - 1100px) / 2);
}

@media screen and (max-width: 768px) {
  .b-works_arrows {
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 2rem;
  }
}

.b-works_arrows .slick-prev,
.b-works_arrows .slick-next {
  position: relative;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
}

.b-works_arrows .slick-prev::before,
.b-works_arrows .slick-next::before {
  display: none;
}

.b-works_arrows .slick-prev .img-on,
.b-works_arrows .slick-next .img-on {
  display: block;
  height: auto;
}

.b-works_arrows .slick-prev .img-dis,
.b-works_arrows .slick-next .img-dis {
  display: none;
  height: auto;
}

.b-works_arrows .slick-prev.slick-disabled,
.b-works_arrows .slick-next.slick-disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.b-works_arrows .slick-prev.slick-disabled .img-on,
.b-works_arrows .slick-next.slick-disabled .img-on {
  display: none;
}

.b-works_arrows .slick-prev.slick-disabled .img-dis,
.b-works_arrows .slick-next.slick-disabled .img-dis {
  display: block;
}

.b-works_slider {
  margin-bottom: 4rem;
  padding-left: calc((100% - 1100px) / 2);
}

@media screen and (max-width: 768px) {
  .b-works_slider {
    margin-bottom: 1rem;
    padding-left: 0;
  }
}

.b-works_slider .slick-slide {
  width: 52.6rem;
  margin: 0 2.5rem;
}

@media screen and (max-width: 768px) {
  .b-works_slider .slick-slide {
    width: 34.5rem;
    margin: 0 1rem;
  }
}

.b-works_slider .slick-list {
  padding: 1rem 0 3rem !important;
}

.b-works_slider_item a {
  display: block;
  text-decoration: none;
  color: inherit;
  background-color: #f5f6f8;
  -webkit-box-shadow: 7.071px 7.071px 18px 0px rgba(52, 52, 52, 0.13);
  box-shadow: 7.071px 7.071px 18px 0px rgba(52, 52, 52, 0.13);
}

.b-works_slider_item .pic {
  overflow: hidden;
}

.b-works_slider_item .pic img {
  width: 100%;
  height: auto;
}

.b-works_slider_item .txt {
  padding: 1rem 2.5rem;
}

@media screen and (max-width: 768px) {
  .b-works_slider_item .txt {
    padding: 1rem 1.5rem;
  }
}

.b-works_slider_item .txt h3 {
  font-size: 2.4rem;
  line-height: calc(30/24);
  font-weight: 600;
  margin: 0 0 0.5rem;
}

@media screen and (max-width: 768px) {
  .b-works_slider_item .txt h3 {
    font-size: 1.8rem;
    line-height: calc(24/16);
  }
}

.b-works_slider_item .txt p {
  font-size: 1.4rem;
  line-height: calc(30/14);
  font-weight: bold;
}

.b-works .txt_bottom {
  text-align: center;
  font-size: 1.6rem;
  line-height: calc(34/16);
}

@media screen and (max-width: 768px) {
  .b-works .txt_bottom {
    font-size: 1.4rem;
    padding: 0 1.8rem;
  }
}

.b-company {
  padding: 10rem 0 10.4rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .b-company {
    padding: 5rem 0 4.4rem;
  }
}

.b-company::after {
  content: "COMPANY";
  font-size: 17.5rem;
  line-height: 1;
  color: rgba(8, 5, 67, 0.07);
  font-weight: bold;
  font-family: "mic-32-new-rounded-web", sans-serif;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .b-company::after {
    font-size: 7.5rem;
    bottom: -0.6rem;
  }
}

.b-company .container {
  max-width: 91rem;
}

@media screen and (max-width: 768px) {
  .b-company .container {
    max-width: 100%;
  }
}

.b-company_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.2rem solid #d2d2d2;
  padding: 2rem 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .b-company_list li::after {
    content: "";
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    width: 23rem;
    height: 0.2rem;
    background-color: #080543;
  }
}

@media screen and (max-width: 768px) {
  .b-company_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 0;
  }
}

.b-company_list .ttl {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23rem;
  flex: 0 0 23rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #080543;
  line-height: calc(30/14);
}

@media screen and (max-width: 768px) {
  .b-company_list .ttl {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 0.5rem;
  }
}

.b-company_list .txt {
  padding-left: 7rem;
}

@media screen and (max-width: 768px) {
  .b-company_list .txt {
    padding-left: 0;
  }
}

.b-company_list .txt p {
  font-size: 1.4rem;
  line-height: calc(24/14);
  margin: 0;
}

.b-greeting {
  padding: 20rem 0 8.9rem;
}

@media screen and (max-width: 768px) {
  .b-greeting {
    padding: 7rem 0 4.4rem;
  }
}

.b-greeting .container {
  max-width: 91rem;
}

@media screen and (max-width: 768px) {
  .b-greeting .container {
    max-width: 100%;
  }
}

.b-greeting_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5.1rem;
}

@media screen and (max-width: 768px) {
  .b-greeting_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.b-greeting .pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.6rem;
  flex: 0 0 31.6rem;
  width: 31.6rem;
  aspect-ratio: 1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .b-greeting .pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
  }
}

.b-greeting .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.b-greeting .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.b-greeting .com_heading_h3 {
  margin-bottom: 2rem;
}

.b-greeting .list_history {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.b-greeting .list_history li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 0.8rem 0;
  font-size: 1.4rem;
  line-height: calc(30/14);
}

@media screen and (max-width: 768px) {
  .b-greeting .list_history li {
    gap: 0.3rem;
    font-size: 1.4rem;
    padding: 0.6rem 0;
  }
}

.b-greeting .list_history span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12rem;
  flex: 0 0 12rem;
}

@media screen and (max-width: 768px) {
  .b-greeting .list_history span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7rem;
    flex: 0 0 7rem;
  }
}

.b-greeting .list_history em {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-style: normal;
}

.b-greeting .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 1.5rem;
  font-size: 1.4rem;
  line-height: calc(30/14);
  position: relative;
}

@media screen and (max-width: 768px) {
  .b-greeting .flx {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.b-greeting .flx span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12rem;
  flex: 0 0 12rem;
  position: relative;
  padding-left: 2rem;
  display: block;
}

.b-greeting .flx span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #080543;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .b-greeting .flx span::before {
    top: 1.05rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .b-greeting .flx span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7rem;
    flex: 0 0 7rem;
  }
}

.b-greeting .flx em {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-style: normal;
  display: block;
}

.b-message {
  padding-bottom: 20rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .b-message {
    padding-bottom: 14rem;
  }
}

.b-message::after {
  content: "MESSAGE";
  font-size: 17.5rem;
  line-height: 1;
  color: rgba(8, 5, 67, 0.07);
  font-weight: bold;
  font-family: "mic-32-new-rounded-web", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .b-message::after {
    font-size: 7.5rem;
    bottom: -0.6rem;
  }
}

@media screen and (max-width: 768px) {
  .b-message .container {
    padding: 0;
  }
}

.b-message .txt {
  max-width: 90rem;
  -webkit-box-shadow: 7.071px 7.071px 18px 0px rgba(52, 52, 52, 0.13);
  box-shadow: 7.071px 7.071px 18px 0px rgba(52, 52, 52, 0.13);
  background-color: #fff;
  margin: -11rem auto 0;
  position: relative;
  padding: 4rem 5rem 4rem 4.5rem;
}

@media screen and (max-width: 768px) {
  .b-message .txt {
    max-width: 90%;
    margin: -5rem auto;
    padding: 2rem;
  }
}

.b-message .txt p {
  font-size: 1.6rem;
  line-height: calc(34/16);
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .b-message .txt p {
    font-size: 1.4rem;
    line-height: calc(24/14);
  }
}
