@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  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 */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  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;
  border: 0;
  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;
  border: 0;
  min-width: 0;
}

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

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

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

html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #434343;
  font-size: 25px;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 25px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 25px;
    font-size: 0.78125rem;
  }
}
body {
  font-weight: 800;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 20px;
    font-size: 0.64rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body {
    font-size: 20px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  body {
    font-size: 20px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 16px;
    font-size: 0.512rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  body {
    font-size: 16px;
    font-size: 0.64rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  body {
    font-size: 16px;
    font-size: 0.5rem;
  }
}

a:hover {
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
a img {
  transition-property: opacity;
  transition-duration: 0.2s;
  backface-visibility: hidden;
}

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

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

small {
  font-size: inherit;
}

.m-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .m-wrapper {
    max-width: 79%;
  }
}

.m-wrapperLarge {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .m-wrapperLarge {
    max-width: 89.3%;
  }
}

.m-tellink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .m-tellink {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.for-ie {
  display: none;
  width: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 25px 5.35%;
  background-color: #e83e34;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.for-ie .m-wrapper {
  position: relative;
  padding-right: 100px;
}
.for-ie a {
  text-decoration: underline;
}
.for-ie a:hover {
  text-decoration: none;
}
.for-ie button {
  width: 120px;
  text-align: center;
  line-height: 1;
  padding: 10px 10px 12px;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.for-ie button:focus {
  outline: none;
}

.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.tLeft {
  text-align: left !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 50px);
}
.fadeInUp.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.zoomIn {
  opacity: 0;
  transition: 1s;
  transform: scale(0.6);
}
.zoomIn.is-show {
  opacity: 1;
  transform: scale(1);
}

.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 1000px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .m-sp-hidden {
    display: none;
  }
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*******************************
Style
*******************************/
.l-header {
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 50px;
  border-bottom: 4px solid #174f9e;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 15px 10px;
    border-width: 2px;
  }
}
.l-header__logo {
  --gap: 20px;
  display: flex;
  gap: var(--gap);
  height: 36px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    --gap: 10px;
    height: 30px;
  }
}
.l-header__logo__img {
  display: flex;
  height: 100%;
}
.l-header__logo__img:first-child, .l-header__logo__img:first-child a {
  aspect-ratio: 149/73;
}
.l-header__logo__img:nth-child(2) {
  aspect-ratio: 210/62;
}
.l-header__logo__img:nth-child(2)::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  margin-left: var(--gap);
  background-color: #dedede;
}
@media screen and (max-width: 768px) {
  .l-header__logo__img:nth-child(2)::after {
    display: none;
  }
}
.l-header__logo__img:nth-child(2) a {
  aspect-ratio: 210/62;
}
.l-header__logo__img:nth-child(3) {
  aspect-ratio: 135/71;
}
.l-header__logo__img:nth-child(4) {
  aspect-ratio: 130/72;
}
.l-header__logo__img img {
  width: 100%;
  height: 100%;
}
.l-header .menu-wrapper {
  position: relative;
}
.l-header .menu-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header .menu-icon {
    display: inline-block;
    position: fixed; /* ← fixedにして常に左上固定 */
    top: 20px;
    right: 20px;
    z-index: 3;
    width: 21px;
    height: 18px;
    cursor: pointer;
  }
}
.l-header .menu-icon span {
  display: block;
  height: 2px;
  background: #174f9e;
  transition: 0.4s;
}
.l-header .menu-icon span:not(:last-child) {
  margin-bottom: 6px;
}
.l-header {
  /* ハンバーガーがXに変形 */
}
.l-header #menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.l-header #menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
.l-header #menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.l-header {
  /* メニュー本体（左から出す） */
}
@media screen and (max-width: 768px) {
  .l-header .menu {
    pointer-events: none;
    position: fixed;
    top: 62px;
    right: 0;
    width: 100%;
    height: auto;
    padding: 60px 46px;
    background: linear-gradient(45deg, rgba(7, 132, 211, 0.95), rgba(63, 159, 232, 0.95));
    transition: all 0.5s ease;
    z-index: 2;
    opacity: 0;
  }
}
.l-header .menu ul {
  display: flex;
  gap: 1em;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 30px;
  font-size: 0.96rem;
}
@media screen and (max-width: 768px) {
  .l-header .menu ul {
    font-size: 30px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .l-header .menu ul {
    font-size: 30px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header .menu ul {
    flex-direction: column;
    color: #fff;
    font-size: 50px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-header .menu ul {
    font-size: 50px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-header .menu ul {
    font-size: 50px;
    font-size: 1.5625rem;
  }
}
.l-header .menu ul li a {
  display: block;
  width: 105%;
}
.l-header .menu ul li a:hover {
  text-decoration: none;
  color: #0784d3;
  opacity: 1;
}
.l-header #menu-toggle:checked ~ .menu {
  pointer-events: auto;
  opacity: 1;
}

.gradationTxt {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(45deg, #0784d3, #3f9fe8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.l-main {
  padding-top: 90px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 60px;
  }
}
.l-main__inner {
  background: url("./../img/bg_about.png") no-repeat 46% center/contain;
}
@media screen and (max-width: 1000px) {
  .l-main__inner {
    background-position-y: 43%;
  }
}
@media screen and (max-width: 768px) {
  .l-main__inner {
    background-image: url("./../img/bg_about_sp.png");
    background-position-y: 36%;
  }
}
.l-main .mv {
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .l-main .mv {
    margin-top: 23px;
  }
}
.l-main .mv h1 {
  display: block;
  margin-inline: auto;
  margin-bottom: 48px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
  font-weight: 900;
  font-size: 80px;
  font-size: 2.56rem;
}
@media screen and (max-width: 768px) {
  .l-main .mv h1 {
    font-size: 80px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .mv h1 {
    font-size: 80px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .mv h1 {
    margin-bottom: 25px;
    line-height: 1.2;
    font-size: 32px;
    font-size: 1.024rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .mv h1 {
    font-size: 32px;
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .mv h1 {
    font-size: 32px;
    font-size: 1rem;
  }
}
.l-main .mv h1 span {
  letter-spacing: 0.02em;
}
.l-main .mv h1 .strong {
  font-size: 142px;
  font-size: 4.544rem;
}
@media screen and (max-width: 768px) {
  .l-main .mv h1 .strong {
    font-size: 142px;
    font-size: 5.68rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .mv h1 .strong {
    font-size: 142px;
    font-size: 4.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .mv h1 .strong {
    font-size: 65px;
    font-size: 2.08rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .mv h1 .strong {
    font-size: 65px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .mv h1 .strong {
    font-size: 65px;
    font-size: 2.03125rem;
  }
}
.l-main .mv h1 .normal {
  font-size: 94px;
  font-size: 3.008rem;
}
@media screen and (max-width: 768px) {
  .l-main .mv h1 .normal {
    font-size: 94px;
    font-size: 3.76rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .mv h1 .normal {
    font-size: 94px;
    font-size: 2.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .mv h1 .normal {
    font-size: 43px;
    font-size: 1.376rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .mv h1 .normal {
    font-size: 43px;
    font-size: 1.72rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .mv h1 .normal {
    font-size: 43px;
    font-size: 1.34375rem;
  }
}
.l-main .about {
  margin-top: 100px;
  background: url("./../img/bg_txt_about.png") no-repeat top left/170px;
}
@media screen and (max-width: 768px) {
  .l-main .about {
    margin-top: 25px;
    padding-top: 50px;
    background-size: 20vw;
  }
}
.l-main .about__inner {
  position: relative;
  overflow: hidden;
}
.l-main .about__inner::before, .l-main .about__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  aspect-ratio: 1636/1934;
  background: url("./../img/bg_blue.png") no-repeat top left/contain;
}
@media screen and (max-width: 768px) {
  .l-main .about__inner::before, .l-main .about__inner::after {
    width: 90%;
  }
}
.l-main .about__inner::before {
  top: 20%;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .l-main .about__inner::before {
    top: 27%;
    left: -60px;
  }
}
.l-main .about__inner::after {
  top: 15%;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .l-main .about__inner::after {
    top: 51%;
    right: -80px;
  }
}
.l-main .about__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 320px;
  line-height: 2.5;
}
@media screen and (max-width: 1000px) {
  .l-main .about__head {
    flex-direction: column;
  }
}
.l-main .about__head h2 {
  letter-spacing: 0.08em;
  font-weight: 900;
  font-size: 100px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-main .about__head h2 {
    font-size: 100px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .about__head h2 {
    font-size: 100px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .about__head h2 {
    font-size: 52px;
    font-size: 1.664rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .about__head h2 {
    font-size: 52px;
    font-size: 2.08rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .about__head h2 {
    font-size: 52px;
    font-size: 1.625rem;
  }
}
.l-main .about__head p {
  letter-spacing: 0.16em;
  font-weight: 800;
  font-size: 40px;
  font-size: 1.28rem;
}
@media screen and (max-width: 768px) {
  .l-main .about__head p {
    font-size: 40px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .about__head p {
    font-size: 40px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .about__head p {
    font-size: 32px;
    font-size: 1.024rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .about__head p {
    font-size: 32px;
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .about__head p {
    font-size: 32px;
    font-size: 1rem;
  }
}
.l-main .about__body {
  position: relative;
  z-index: 1;
  margin-bottom: 170px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-main .about__body {
    margin-bottom: 75px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .l-main .about__body .txt1,
  .l-main .about__body .txt2,
  .l-main .about__body .txt3 {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 640px) {
  .l-main .about__body .txt1,
  .l-main .about__body .txt2,
  .l-main .about__body .txt3 {
    margin-left: 0;
  }
}
.l-main .about__body .txt1 {
  margin-bottom: 25px;
  letter-spacing: 0.14em;
  line-height: 3;
  font-size: 46px;
  font-size: 1.472rem;
}
@media screen and (max-width: 768px) {
  .l-main .about__body .txt1 {
    font-size: 46px;
    font-size: 1.84rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .about__body .txt1 {
    font-size: 46px;
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .about__body .txt1 {
    line-height: 2.2;
    font-size: 36px;
    font-size: 1.152rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .about__body .txt1 {
    font-size: 36px;
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .about__body .txt1 {
    font-size: 36px;
    font-size: 1.125rem;
  }
}
.l-main .about__body .txt2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 68px;
  letter-spacing: 0.14em;
  font-size: 65px;
  font-size: 2.08rem;
}
@media screen and (max-width: 768px) {
  .l-main .about__body .txt2 {
    font-size: 65px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .about__body .txt2 {
    font-size: 65px;
    font-size: 2.03125rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .about__body .txt2 {
    font-size: 44px;
    font-size: 1.408rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .about__body .txt2 {
    font-size: 44px;
    font-size: 1.76rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .about__body .txt2 {
    font-size: 44px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .about__body .txt2 {
    margin-left: 0;
  }
}
.l-main .about__body .txt2::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  background: url("./../img/about_underline.png") no-repeat center center/contain;
  width: 11.5em;
  height: 0.1554054054em;
}
@media screen and (max-width: 768px) {
  .l-main .about__body .txt2::after {
    width: 12em;
    height: 0.1621621622em;
  }
}
.l-main .about__body .txt3 {
  letter-spacing: 0.12em;
  font-size: 36px;
  font-size: 1.152rem;
}
@media screen and (max-width: 768px) {
  .l-main .about__body .txt3 {
    font-size: 36px;
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .about__body .txt3 {
    font-size: 36px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .about__body .txt3 {
    font-size: 32px;
    font-size: 1.024rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .about__body .txt3 {
    font-size: 32px;
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .about__body .txt3 {
    font-size: 32px;
    font-size: 1rem;
  }
}
.l-main .about__body .txt3 span {
  font-size: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-main .about__body .txt3 span {
    font-size: 50px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .about__body .txt3 span {
    font-size: 50px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .about__body .txt3 span {
    font-size: 40px;
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .about__body .txt3 span {
    font-size: 40px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .about__body .txt3 span {
    font-size: 40px;
    font-size: 1.25rem;
  }
}
.l-main__inner2 {
  background: linear-gradient(180deg, white, rgba(216, 230, 241, 0.2) 10%, rgba(55, 176, 233, 0.2) 100%);
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .l-main__inner2 {
    padding-bottom: 100px;
  }
}
.l-main .slogan {
  position: relative;
  margin-bottom: 142px;
}
.l-main .slogan::before {
  content: "";
  display: block;
  position: absolute;
  top: -250px;
  left: 0;
  width: 30%;
  aspect-ratio: 1636/1934;
  background: url("./../img/bg_blue.png") no-repeat center center/contain;
}
@media screen and (max-width: 1000px) {
  .l-main .slogan::before {
    top: -150px;
  }
}
@media screen and (max-width: 768px) {
  .l-main .slogan::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-main .slogan {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .l-main .slogan .m-wrapperLarge {
    max-width: 100%;
  }
}
.l-main .movie__inner {
  padding-block: 95px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-main .movie__inner {
    padding-block: 75px 66px;
  }
}
.l-main .movie__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 56px;
  padding-inline: 0.1em;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 140px;
  font-size: 4.48rem;
}
@media screen and (max-width: 768px) {
  .l-main .movie__title {
    font-size: 140px;
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .movie__title {
    font-size: 140px;
    font-size: 4.375rem;
  }
}
.l-main .movie__title {
  text-transform: uppercase;
  background: linear-gradient(45deg, #b81232, #dc3535);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .l-main .movie__title {
    margin-bottom: 30px;
    font-size: 90px;
    font-size: 2.88rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .movie__title {
    font-size: 90px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .movie__title {
    font-size: 90px;
    font-size: 2.8125rem;
  }
}
.l-main .movie__txt {
  letter-spacing: 0.12em;
  font-size: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-main .movie__txt {
    font-size: 50px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .movie__txt {
    font-size: 50px;
    font-size: 1.5625rem;
  }
}
.l-main .movie__txt {
  font-feature-settings: "palt";
}
.l-main .movie__txt span {
  position: relative;
}
.l-main .movie__txt span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: url("./../img/about_underline.png") no-repeat top left/contain;
  width: 16em;
  height: 0.2162162162em;
}
@media screen and (max-width: 768px) {
  .l-main .movie__txt {
    text-align: left;
    font-size: 32px;
    font-size: 1.024rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .movie__txt {
    font-size: 32px;
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .movie__txt {
    font-size: 32px;
    font-size: 1rem;
  }
}
.l-main .movie__txt__note {
  margin-bottom: 50px;
  letter-spacing: 0.12em;
  font-size: 38px;
  font-size: 1.216rem;
}
@media screen and (max-width: 768px) {
  .l-main .movie__txt__note {
    font-size: 38px;
    font-size: 1.52rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .movie__txt__note {
    font-size: 38px;
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .movie__txt__note {
    text-align: left;
    font-size: 32px;
    font-size: 1.024rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .movie__txt__note {
    font-size: 32px;
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .movie__txt__note {
    font-size: 32px;
    font-size: 1rem;
  }
}
.l-main .movie__inner__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-main .movie__inner__list ul {
    grid-template-columns: 1fr;
    gap: 55px;
  }
}
.l-main .movie__inner__list ul li iframe,
.l-main .movie__inner__list ul li img {
  width: 100%;
  aspect-ratio: 560/315;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .l-main .movie__inner__list ul li iframe,
  .l-main .movie__inner__list ul li img {
    margin-bottom: 15px;
  }
}
.l-main .movie__inner__list ul li p {
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 900;
  font-size: 30px;
  font-size: 0.96rem;
}
@media screen and (max-width: 768px) {
  .l-main .movie__inner__list ul li p {
    font-size: 30px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .movie__inner__list ul li p {
    font-size: 30px;
    font-size: 0.9375rem;
  }
}
.l-main .slogan-movie-profile__wrapper {
  position: relative;
}
.l-main .slogan-movie-profile__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: -1;
  background: url("./../img/bg_txt_profile.png") no-repeat bottom right/170px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-main .slogan-movie-profile__wrapper::after {
    bottom: 90vw;
    background-size: 20vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .slogan-movie-profile__wrapper::after {
    bottom: 157vw;
  }
}
.l-main .profile {
  position: relative;
  padding-block: 95px 210px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-main .profile {
    padding-bottom: 180px;
  }
}
.l-main .profile::before, .l-main .profile::after {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  aspect-ratio: 1636/1934;
  background: url("./../img/bg_blue.png") no-repeat top left/contain;
}
@media screen and (max-width: 768px) {
  .l-main .profile::before, .l-main .profile::after {
    width: 90%;
  }
}
.l-main .profile::before {
  top: -150px;
  left: 7%;
}
@media screen and (max-width: 768px) {
  .l-main .profile::before {
    top: -11%;
    left: -60px;
  }
}
.l-main .profile::after {
  top: 45%;
  right: 1%;
}
@media screen and (max-width: 768px) {
  .l-main .profile::after {
    top: auto;
    bottom: 0;
    right: -160px;
  }
}
.l-main .profile__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  .l-main .profile__inner {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-main .profile__inner {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }
}
.l-main .profile__inner__left__name {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-main .profile__inner__left__name {
    text-align: center;
  }
}
.l-main .profile__inner__left__name__team {
  margin-bottom: 24px;
  letter-spacing: 0.08em;
  font-size: 46px;
  font-size: 1.472rem;
}
@media screen and (max-width: 768px) {
  .l-main .profile__inner__left__name__team {
    font-size: 46px;
    font-size: 1.84rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .profile__inner__left__name__team {
    font-size: 46px;
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .profile__inner__left__name__team {
    font-size: 36px;
    font-size: 1.152rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .profile__inner__left__name__team {
    font-size: 36px;
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .profile__inner__left__name__team {
    font-size: 36px;
    font-size: 1.125rem;
  }
}
.l-main .profile__inner__left__name__name {
  margin-bottom: 30px;
  letter-spacing: 0.12em;
  font-size: 110px;
  font-size: 3.52rem;
}
@media screen and (max-width: 768px) {
  .l-main .profile__inner__left__name__name {
    font-size: 110px;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .profile__inner__left__name__name {
    font-size: 110px;
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .profile__inner__left__name__name {
    font-size: 80px;
    font-size: 2.56rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .profile__inner__left__name__name {
    font-size: 80px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .profile__inner__left__name__name {
    font-size: 80px;
    font-size: 2.5rem;
  }
}
.l-main .profile__inner__left__name__name__en {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 43px;
  background: linear-gradient(45deg, #b81232, #dc3535);
  padding: 3px 10px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 30px;
  font-size: 0.96rem;
}
@media screen and (max-width: 768px) {
  .l-main .profile__inner__left__name__name__en {
    font-size: 30px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .profile__inner__left__name__name__en {
    font-size: 30px;
    font-size: 0.9375rem;
  }
}
.l-main .profile__inner__left__name__name__en {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-main .profile__inner__left__name__name__en {
    margin-inline: auto;
    font-size: 26px;
    font-size: 0.832rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .profile__inner__left__name__name__en {
    font-size: 26px;
    font-size: 1.04rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .profile__inner__left__name__name__en {
    font-size: 26px;
    font-size: 0.8125rem;
  }
}
.l-main .profile__inner__left__txt {
  letter-spacing: 0.08em;
  font-size: 30px;
  font-size: 0.96rem;
}
@media screen and (max-width: 768px) {
  .l-main .profile__inner__left__txt {
    font-size: 30px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .profile__inner__left__txt {
    font-size: 30px;
    font-size: 0.9375rem;
  }
}
.l-main .profile__inner__right {
  margin-right: -37px;
}
@media screen and (max-width: 768px) {
  .l-main .profile__inner__right {
    margin-inline: -5%;
  }
}
.l-main .profile__inner__right__img {
  max-width: 445px;
}
.l-main .recommend {
  height: 100%;
  background: linear-gradient(45deg, #174f9e, #076fb8), url("./../img/bg_recommend.png") no-repeat center center/cover;
  background-blend-mode: overlay;
  padding-block: 94px 112px;
}
@media screen and (max-width: 768px) {
  .l-main .recommend {
    background-image: linear-gradient(45deg, #174f9e, #076fb8), url("./../img/bg_recommend_sp.png");
    background-size: contain;
    background-position-y: top;
    padding-block: 124px 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-main .recommend .m-wrapper {
    max-width: 89.3%;
  }
}
.l-main .recommend__title {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 140px;
  font-size: 4.48rem;
}
@media screen and (max-width: 768px) {
  .l-main .recommend__title {
    font-size: 140px;
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .recommend__title {
    font-size: 140px;
    font-size: 4.375rem;
  }
}
.l-main .recommend__title {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-main .recommend__title {
    font-size: 90px;
    font-size: 2.88rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .recommend__title {
    font-size: 90px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .recommend__title {
    font-size: 90px;
    font-size: 2.8125rem;
  }
}
.l-main .recommend__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  right: -70px;
  background: url("./../img/recommend_img.png") no-repeat center center/contain;
  width: 250px;
  aspect-ratio: 502/603;
}
@media screen and (max-width: 1200px) {
  .l-main .recommend__title::after {
    right: 0;
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .l-main .recommend__title::after {
    bottom: 95px;
    width: 167px;
  }
}
@media screen and (max-width: 768px) {
  .l-main .recommend__title::after {
    bottom: 75px;
    right: 63px;
  }
}
.l-main .recommend__inner {
  position: relative;
}
.l-main .recommend__follow {
  display: block;
  position: absolute;
  top: -104px;
  left: -67px;
  background: url("./../img/recommend_txt.png") no-repeat center center/contain;
  width: 216px;
  aspect-ratio: 433/183;
}
@media screen and (max-width: 1200px) {
  .l-main .recommend__follow {
    left: 0;
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .l-main .recommend__follow {
    top: -40px;
    width: 116px;
  }
}
@media screen and (max-width: 768px) {
  .l-main .recommend__follow {
    top: -60px;
  }
}
.l-main .recommend__follow.animate__bounceIn {
  opacity: 0;
}
.l-main .recommend__follow.animate__bounceIn.is-show {
  --animate-duration: 1s;
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.l-main .recommend__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-main .recommend__list {
    flex-direction: column;
    gap: 15px;
  }
}
.l-main .recommend__list__item {
  width: 100%;
  max-width: 410px;
}
@media screen and (max-width: 768px) {
  .l-main .recommend__list__item {
    max-width: unset;
  }
}
.l-main .recommend__list__item__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  overflow: hidden;
  padding: 25px 10px;
  letter-spacing: 0.12em;
  color: #174f9e;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 768px) {
  .l-main .recommend__list__item__inner {
    padding-block: 20px;
  }
}
.l-main .recommend__list__item__inner p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 42px;
  font-size: 1.344rem;
}
@media screen and (max-width: 768px) {
  .l-main .recommend__list__item__inner p {
    font-size: 42px;
    font-size: 1.68rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .recommend__list__item__inner p {
    font-size: 42px;
    font-size: 1.3125rem;
  }
}
.l-main .recommend__list__item__inner p span {
  font-size: 36px;
  font-size: 1.152rem;
}
@media screen and (max-width: 768px) {
  .l-main .recommend__list__item__inner p span {
    font-size: 36px;
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .recommend__list__item__inner p span {
    font-size: 36px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .recommend__list__item__inner p {
    font-size: 36px;
    font-size: 1.152rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .recommend__list__item__inner p {
    font-size: 36px;
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .recommend__list__item__inner p {
    font-size: 36px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .recommend__list__item__inner p span {
    font-size: 30px;
    font-size: 0.96rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-main .recommend__list__item__inner p span {
    font-size: 30px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .l-main .recommend__list__item__inner p span {
    font-size: 30px;
    font-size: 0.9375rem;
  }
}
.l-main .recommend__list__item__inner p::before {
  content: "";
  display: block;
  width: 37px;
  height: 26px;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.l-main .recommend__list__item__inner.__x p::before {
  background: url("./../img/recommend_icn_x.svg") no-repeat center center/contain;
}
.l-main .recommend__list__item__inner.__news p::before {
  background: url("./../img/recommend_icn_news.svg") no-repeat center center/contain;
}
.l-main .recommend__list__item__inner.__recruit p::before {
  background: url("./../img/recommend_icn_recruit.svg") no-repeat center center/contain;
}
.l-main .recommend__list__item__inner.__magazine p::before {
  background: url("./../img/recommend_icn_magazine.svg") no-repeat center center/contain;
}
.l-main .recommend__list__item__inner:hover {
  background-color: #174f9e;
  color: #fff;
}
.l-main .recommend__list__item__inner:hover p::before {
  filter: brightness(0) invert(1);
}

.l-footer {
  overflow: hidden;
  padding-block: 36px 20px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-block: 30px;
  }
}
.l-footer .footer__inner {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer__inner {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }
}
.l-footer .footer__inner p {
  font-size: 20px;
  font-size: 0.64rem;
}
@media screen and (max-width: 768px) {
  .l-footer .footer__inner p {
    font-size: 20px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .l-footer .footer__inner p {
    font-size: 20px;
    font-size: 0.625rem;
  }
}
.l-footer .footer__inner p:first-child {
  margin-bottom: 1em;
  font-weight: 500;
}
.l-footer .footer__inner p:last-child {
  font-weight: 400;
}
.l-footer .footer__copyright {
  text-align: center;
}
.l-footer small {
  font-size: 22px;
  font-size: 0.704rem;
}
@media screen and (max-width: 768px) {
  .l-footer small {
    font-size: 22px;
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 640px) {
  .l-footer small {
    font-size: 22px;
    font-size: 0.6875rem;
  }
}
.l-footer small {
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */