@charset "UTF-8";
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
  word-break: break-word;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}
img {
  max-width: 100%;
}
br {
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: top;
  text-align: left;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 700;
  line-height: inherit;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
label {
  cursor: pointer;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='checkbox'] {
  margin: 5px;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
figure {
  margin: 0;
}
[hidden],
head,
style,
script {
  display: none !important;
}
@font-face {
  font-family: YuGothicM;
  src: local('Yu Gothic Medium');
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  text-underline-offset: 10%;
}
body {
  font-family: YuGothicM, 游ゴシック Medium, YuGothic, Yu Gothic, -apple-system, BlinkMacSystemFont, Helvetica Neue,
    Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic, メイリオ, Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #333;
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
[tabindex] {
  cursor: pointer;
}
:root {
  --primary: #e70012;
  --yellow: #ffde03;
  --text-color: #020202;
  --text-gray: #555;
  --border-color: #dbdce0;
  --bg-gray: #eef2f5;
}
@font-face {
  font-family: MOBO;
  src: url(../fonts/MOBO-SemiBold.woff2) format('woff2'), url(../fonts/MOBO-SemiBold.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MOBO;
  src: url(../fonts/MOBO-Bold.woff2) format('woff2'), url(../fonts/MOBO-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#about5min .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
#about5min .container.lg {
  max-width: 1100px;
}
#about5min .container.md {
  max-width: 960px;
}
#about5min .br-xl,
#about5min .br-lg,
#about5min .br-md,
#about5min .br-sm,
#about5min .br-xs,
#about5min .br-pc {
  display: none;
}
#about5min .br-pc {
  display: block;
}
.m-t-0 {
  margin-top: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.m-l-35 {
  margin-left: 35px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.m-r-35 {
  margin-right: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.m-l-45 {
  margin-left: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.m-r-45 {
  margin-right: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.m-r-50 {
  margin-right: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.m-t-55 {
  margin-top: 55px !important;
}
.p-t-55 {
  padding-top: 55px !important;
}
.m-b-55 {
  margin-bottom: 55px !important;
}
.p-b-55 {
  padding-bottom: 55px !important;
}
.m-l-55 {
  margin-left: 55px !important;
}
.p-l-55 {
  padding-left: 55px !important;
}
.m-r-55 {
  margin-right: 55px !important;
}
.p-r-55 {
  padding-right: 55px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.m-l-60 {
  margin-left: 60px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.m-r-60 {
  margin-right: 60px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.m-t-65 {
  margin-top: 65px !important;
}
.p-t-65 {
  padding-top: 65px !important;
}
.m-b-65 {
  margin-bottom: 65px !important;
}
.p-b-65 {
  padding-bottom: 65px !important;
}
.m-l-65 {
  margin-left: 65px !important;
}
.p-l-65 {
  padding-left: 65px !important;
}
.m-r-65 {
  margin-right: 65px !important;
}
.p-r-65 {
  padding-right: 65px !important;
}
.m-t-70 {
  margin-top: 70px !important;
}
.p-t-70 {
  padding-top: 70px !important;
}
.m-b-70 {
  margin-bottom: 70px !important;
}
.p-b-70 {
  padding-bottom: 70px !important;
}
.m-l-70 {
  margin-left: 70px !important;
}
.p-l-70 {
  padding-left: 70px !important;
}
.m-r-70 {
  margin-right: 70px !important;
}
.p-r-70 {
  padding-right: 70px !important;
}
.m-t-75 {
  margin-top: 75px !important;
}
.p-t-75 {
  padding-top: 75px !important;
}
.m-b-75 {
  margin-bottom: 75px !important;
}
.p-b-75 {
  padding-bottom: 75px !important;
}
.m-l-75 {
  margin-left: 75px !important;
}
.p-l-75 {
  padding-left: 75px !important;
}
.m-r-75 {
  margin-right: 75px !important;
}
.p-r-75 {
  padding-right: 75px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.m-b-80 {
  margin-bottom: 80px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.m-l-80 {
  margin-left: 80px !important;
}
.p-l-80 {
  padding-left: 80px !important;
}
.m-r-80 {
  margin-right: 80px !important;
}
.p-r-80 {
  padding-right: 80px !important;
}
.m-t-85 {
  margin-top: 85px !important;
}
.p-t-85 {
  padding-top: 85px !important;
}
.m-b-85 {
  margin-bottom: 85px !important;
}
.p-b-85 {
  padding-bottom: 85px !important;
}
.m-l-85 {
  margin-left: 85px !important;
}
.p-l-85 {
  padding-left: 85px !important;
}
.m-r-85 {
  margin-right: 85px !important;
}
.p-r-85 {
  padding-right: 85px !important;
}
.m-t-90 {
  margin-top: 90px !important;
}
.p-t-90 {
  padding-top: 90px !important;
}
.m-b-90 {
  margin-bottom: 90px !important;
}
.p-b-90 {
  padding-bottom: 90px !important;
}
.m-l-90 {
  margin-left: 90px !important;
}
.p-l-90 {
  padding-left: 90px !important;
}
.m-r-90 {
  margin-right: 90px !important;
}
.p-r-90 {
  padding-right: 90px !important;
}
.m-t-95 {
  margin-top: 95px !important;
}
.p-t-95 {
  padding-top: 95px !important;
}
.m-b-95 {
  margin-bottom: 95px !important;
}
.p-b-95 {
  padding-bottom: 95px !important;
}
.m-l-95 {
  margin-left: 95px !important;
}
.p-l-95 {
  padding-left: 95px !important;
}
.m-r-95 {
  margin-right: 95px !important;
}
.p-r-95 {
  padding-right: 95px !important;
}
.m-t-100 {
  margin-top: 100px !important;
}
.p-t-100 {
  padding-top: 100px !important;
}
.m-b-100 {
  margin-bottom: 100px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.m-l-100 {
  margin-left: 100px !important;
}
.p-l-100 {
  padding-left: 100px !important;
}
.m-r-100 {
  margin-right: 100px !important;
}
.p-r-100 {
  padding-right: 100px !important;
}
section + section {
  margin-top: 5em;
}
p + p {
  margin-top: 1.5em;
}
p.small,
p.note {
  font-size: clamp(0.75rem, 0.539rem + 0.53vw, 1rem);
  color: #696969;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.fadein,
.fadein-child {
  opacity: 0;
}
.red {
  color: #c00;
}
.note {
  font-size: clamp(0.75rem, 0.592rem + 0.39vw, 0.938rem);
  color: #555;
}
#about5min {
  background: #fbfbfb;
  padding-bottom: 80px;
}
.a5min-title-en {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.a5min-title-en b {
  color: var(--primary);
  display: block;
  font-size: 32px;
}
.a5min-title-en + .a5min-title-ja {
  margin-top: 25px;
}
.a5min-title-ja {
  text-align: center;
}
.a5min-title-ja + .a5min-title-lead {
  margin-top: 25px;
}
.a5min-title-lead {
  text-align: center;
  font-size: 22px;
}
.a5min-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 375px;
  height: 70px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 70px;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.3s ease, border-color 0.3s ease;
  will-change: color, border-color;
}
.a5min-more:before {
  content: '';
  background: var(--primary);
  height: 17.3205080757px;
  width: 15px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s ease;
  will-change: right;
}
.a5min-kv {
  position: relative;
  padding: 150px 0 200px;
}
.a5min-kv h2 {
  position: relative;
  z-index: 3;
}
.a5min-kv__slide .splide__slide {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.a5min-kv__slide .splide__slide img {
  width: 100%;
  height: auto;
}
.a5min-kv__slide--01 {
  position: absolute;
  right: 240px;
  z-index: 1;
  top: -30px;
  width: 500px;
  height: 500px;
  will-change: transform;
}
.a5min-kv__slide--02 {
  position: absolute;
  right: -30px;
  top: 250px;
  width: 380px;
  height: 380px;
  z-index: 2;
  will-change: transform;
}
.a5min-kv__marguee {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
}
.a5min-kv__marguee__track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  align-items: center;
  animation: marquee 16s linear infinite;
}
.a5min-kv__marguee__item {
  font-size: 5vw;
  color: #efefef;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}
.a5min-kv__marguee__item em {
  font-style: normal;
  font-size: 1.3em;
}
@keyframes marquee {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
.a5min-number {
  position: relative;
  z-index: 5;
  margin: -50px 0 0;
}
.a5min-number__wrapper {
  background: #fff;
  border-radius: 80px;
  box-shadow: 0 0 20px #0000001a;
  padding: 50px;
}
.a5min-number__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 80px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin: 40px 0 0;
}
.a5min-number__item {
  text-align: center;
}
.a5min-number__item > * {
  position: relative;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}
.a5min-number__item.is-show > * {
  opacity: 1;
  transform: translateY(0);
}
.a5min-number__item .item-illust {
  margin: 0 0 15px;
  transition-delay: 0ms;
  height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.a5min-number__item .item-bubble {
  margin: 0 0 15px;
  transition-delay: 0.12s;
}
.a5min-number__item .item-bubble span {
  position: relative;
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.a5min-number__item .item-bubble span:before {
  content: '';
  background: var(--primary);
  height: 8.6602540378px;
  width: 14px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%);
}
.a5min-number__item .item-number {
  line-height: 1;
  font-weight: 700;
  font-size: 32px;
  transition-delay: 0.24s;
}
.a5min-number__item .item-number b {
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: var(--primary);
  margin: 0 3px;
}
.a5min-number__item .item-number.grid {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.a5min-number__item .item-number.grid dl {
  margin: 25px 0 0;
}
.a5min-number__item .item-number.grid dl dt {
  font-size: 26px;
  margin: 0 0 10px;
}
.a5min-number__item .item-description {
  font-size: 20px;
  font-weight: 700;
  transition-delay: 0.36s;
}
.a5min-number__item .item-description.note {
  font-size: 18px;
  font-style: normal;
  color: #aaa;
}
.a5min-history {
  padding-bottom: 120px;
}
.a5min-history__body {
  position: relative;
  margin: 50px 0 0;
  padding-bottom: 50px;
}
.a5min-history__body:before {
  content: '';
  border-left: 1px dotted #000;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%);
}
.a5min-history__item {
  width: 50%;
  margin-bottom: 50px;
}
.a5min-history__item > * {
  position: relative;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 1.2s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}
.a5min-history__item > *:nth-child(1) {
  transition-delay: 0ms;
}
.a5min-history__item > *:nth-child(2) {
  transition-delay: 0.3s;
}
.a5min-history__item > *:nth-child(3) {
  transition-delay: 0.6s;
}
.a5min-history__item > *:nth-child(4) {
  transition-delay: 0.9s;
}
.a5min-history__item.is-show > * {
  opacity: 1;
  transform: translateY(0);
}
.a5min-history__item.pc-1881 {
  margin-top: -300px;
}
.a5min-history__item.pc-1961,
.a5min-history__item.pc-1980,
.a5min-history__item.pc-2025 {
  margin-top: -150px;
}
.a5min-history__item .item-year {
  position: relative;
  line-height: 1;
}
.a5min-history__item .item-year:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background: var(--primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.a5min-history__item .item-year:after {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  background: var(--primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.4);
  transform-origin: center;
  animation: yearPulse 2.4s ease-in-out infinite;
  z-index: 1;
  opacity: 0.4;
}
@keyframes yearPulse {
  0% {
    transform: translateY(-50%) scale(0.4);
    opacity: 0;
  }
  50% {
    transform: translateY(-50%) scale(1);
    opacity: 0.4;
  }
  to {
    transform: translateY(-50%) scale(0.4);
    opacity: 0;
  }
}
.a5min-history__item .item-year span {
  position: relative;
  font-size: 72px;
  font-family: Jost, sans-serif;
  font-weight: 700;
  color: var(--primary);
}
.a5min-history__item .item-year span:before {
  content: '';
  width: 70px;
  height: 1px;
  display: block;
  background: var(--primary);
  position: absolute;
  top: 50%;
}
.a5min-history__item h3 {
  font-size: 36px;
  font-weight: 700;
  transition-delay: 0.12s;
}
.a5min-history__item p {
  font-size: 20px;
  transition-delay: 0.24s;
}
.a5min-history__item .item-pic {
  text-align: center;
  margin: 15px 0;
}
.a5min-history__item .item-pic .caption {
  text-align: center;
  margin: 10px 0 0;
}
.a5min-history__item .item-pic .caption span {
  background: #fff;
  border-radius: 30px;
  padding: 2px 15px;
  font-size: 16px;
  color: #5a5a5a;
}
.a5min-history__item:nth-child(odd) {
  text-align: right;
  padding-right: 80px;
}
.a5min-history__item:nth-child(odd) .item-year:before {
  right: -88px;
}
.a5min-history__item:nth-child(odd) .item-year:after {
  right: -100px;
}
.a5min-history__item:nth-child(odd) .item-year span:before {
  right: -80px;
}
.a5min-history__item:nth-child(2n) {
  margin-left: 50%;
  padding-left: 80px;
}
.a5min-history__item:nth-child(2n) .item-year:before {
  left: -88px;
}
.a5min-history__item:nth-child(2n) .item-year:after {
  left: -100px;
}
.a5min-history__item:nth-child(2n) .item-year span:before {
  left: -80px;
}
.a5min-bg-white {
  background: #fff;
  padding: 0 0 80px;
}
.a5min-reel .splide {
  margin-bottom: 15px;
}
.a5min-points {
  position: relative;
  margin: -10px 0 0;
  padding: 6rem 0 10rem;
}
.a5min-points__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.a5min-points__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.a5min-points__bg:after {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  background: linear-gradient(#fff0, #fff);
}
.a5min-points__wrapper {
  position: relative;
  z-index: 2;
}
.a5min-points__header {
  padding: 0 20px;
}
.a5min-points__body {
  margin: 60px 0 0;
}
.a5min-points__slide li {
  position: relative;
  text-align: center;
}
.a5min-points__slide li .thumb {
  width: 620px;
  height: auto;
}
.a5min-points__slide li .thumb img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.a5min-points__slide li h3 {
  position: relative;
  transform: translateY(-50px);
  background: #2a2a2a;
  display: inline-block;
  padding: 20px 25px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.a5min-points__slide .splide__pagination {
  gap: 15px;
}
.a5min-points__slide .splide__pagination button {
  outline: none;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b4b4b4;
  cursor: pointer;
}
.a5min-points__slide .splide__pagination button.is-active {
  background: var(--primary);
}
.a5min-points__slide .splide__arrows {
  position: absolute;
  width: 620px;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.a5min-points__slide .splide__arrows .splide__arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid var(--primary);
  background: #fff;
  border-radius: 50%;
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a5min-points__slide .splide__arrows .splide__arrow svg {
  fill: var(--primary);
  width: 20px;
  height: auto;
}
.a5min-points__slide .splide__arrows .splide__arrow--prev {
  left: -20px;
}
.a5min-points__slide .splide__arrows .splide__arrow--prev svg {
  transform: rotate(180deg);
}
.a5min-points__slide .splide__arrows .splide__arrow--next {
  right: -20px;
}
.a5min-business {
  margin: 0;
}
.a5min-business__body {
  margin: 60px 0;
}
.a5min-business__grid {
  position: relative;
  z-index: 1;
  gap: 2vw;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.a5min-business__grid .card {
  flex: 0 0 clamp(320px, 30%, 420px);
  border-radius: 20px;
  box-shadow: 0 0 30px #0003;
  background: #fff;
}
.a5min-business__grid .card .thumb img {
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
}
.a5min-business__grid .card h3 {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  padding: 5px;
  letter-spacing: 0.07em;
}
.a5min-business__grid .card .graph {
  position: relative;
  width: 300px;
  aspect-ratio: 1;
}
.a5min-business__grid .card .graph-donut {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100%;
}
.a5min-business__grid .card .graph-donut img {
  width: 100% !important;
  height: auto;
}
.a5min-business__grid .card .graph-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}
.a5min-business__grid .card .graph-label dl dt {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}
.a5min-business__grid .card .graph-label dl dd {
  font-family: Poppins, sans-serif;
  font-size: 32px;
}
.a5min-business__grid .card .graph-label dl dd b {
  font-size: 48px;
  font-weight: 700;
}
.a5min-business__grid .card .graph-label p {
  font-size: 17px;
  margin: 7px 0 0;
  padding: 0;
}
.a5min-business__grid .card p {
  padding: 0 20px 20px;
  font-size: 20px;
}
.a5min-business__grid .card--sale h3 {
  background: linear-gradient(90deg, #3da4fe, #0e62f3);
}
.a5min-business__grid .card--sale .graph dl dd {
  color: #3da4fe;
}
.a5min-business__grid .card--ent h3 {
  background: linear-gradient(90deg, #ff947b, #f94949);
}
.a5min-business__grid .card--ent .graph dl dd {
  color: #fb695f;
}
.a5min-business__grid .card--edu h3 {
  background: linear-gradient(90deg, #a5d92b, #43bd1b);
}
.a5min-business__grid .card--edu .graph dl dd {
  color: #71cb23;
}
.a5min-business__ec {
  position: relative;
  z-index: 0;
  border: 4px solid #ffb01f;
  background: #fff0d2;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -40px -20px 0;
  padding: 60px 30px 30px;
  gap: 40px;
}
.a5min-business__ec--description {
  flex: 0 0 1;
  max-width: 60%;
}
.a5min-business__ec--description h3 {
  margin: 0 0 15px;
}
.a5min-business__ec--description h3 span {
  display: inline-block;
  background: linear-gradient(#ffb01f, #ffa100);
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding: 2px 15px;
  border-radius: 40px;
  letter-spacing: 0.07em;
}
.a5min-business__ec--description p {
  font-size: 20px;
}
.a5min-business__cat {
  background: #fff;
  box-shadow: 0 0 30px #0000001a;
  padding: 40px 0;
  margin: 80px 0;
}
.a5min-business__cat h3 {
  text-align: center;
  margin: 0 0 30px;
}
.a5min-business__cat h3 span {
  background: var(--primary);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  letter-spacing: 0.05em;
}
.a5min-business__cat ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
.a5min-business__cat ul li {
  flex: 0 0 280px;
  text-align: center;
}
.a5min-business__cat ul li a {
  display: block;
}
.a5min-business__cat ul li .thumb {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.a5min-business__cat ul li .thumb:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
.a5min-business__cat ul li .thumb .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: none;
  will-change: transform;
}
@keyframes arrowSlide {
  0% {
    transform: translateY(-50%) translate(0);
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) translate(250%);
    opacity: 0;
  }
  51% {
    transform: translateY(-50%) translate(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(-50%) translate(-50%);
    opacity: 1;
  }
}
.a5min-business__cat ul li h4 {
  text-decoration: underline;
  font-size: 20px;
  margin: 15px 0 0;
}
.a5min-business__link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.a5min-business__link ul li a {
  width: 380px;
}
.a5min-business__link ul li a:before {
  right: 20px;
}
.a5min-model {
  background: #eef1f4;
  padding: 80px 0;
}
.a5min-model__body {
  margin: 60px 0 0;
}
.a5min-model__phase {
  position: relative;
  border-radius: 30px;
  box-shadow: 0 0 30px #0000001a;
  background: #fff;
  padding: 40px;
}
.a5min-model__phase--num {
  position: absolute;
  left: -30px;
  top: -30px;
  background: var(--primary);
  width: 150px;
  height: 150px;
  color: #fff;
  font-family: Poppins, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
.a5min-model__phase--num > div {
  position: relative;
  top: 2px;
}
.a5min-model__phase--num span {
  font-size: 40px;
  display: block;
  margin: 5px 0 0;
}
.a5min-model__phase--title {
  text-align: center;
  margin: 0 0 50px;
}
.a5min-model__phase--title h3 {
  font-size: 32px;
  font-weight: 700;
}
.a5min-model__phase--title h3 span {
  position: relative;
  display: inline-block;
}
.a5min-model__phase--title h3 span:before {
  content: '';
  width: 0;
  height: 3px;
  display: block;
  background: var(--primary);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.3s ease;
  will-change: width;
}
.a5min-model__phase--title h3 span.is-show:before {
  width: 100%;
}
.a5min-model__phase--case {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3vw;
}
.a5min-model__phase--case .case-item .icon {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.a5min-model__phase--case .case-item h4 {
  font-family: Poppins, sans-serif;
  color: var(--primary);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.a5min-model__phase--case .case-item p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
}
.a5min-model__arrow {
  padding: 40px 0;
  text-align: center;
}
.a5min-model__arrow span {
  background: #4a4a4a;
  height: 34.6410161514px;
  width: 70px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  margin: 0 auto;
}
.a5min-model__sup {
  text-align: right;
  margin: 10px 0;
}
.a5min-model__sup p + p {
  margin-top: 5px;
}
.a5min-view {
  position: relative;
  margin: 0;
}
.a5min-view:before {
  content: '';
  width: 100%;
  height: 300px;
  background: #eef1f4;
  position: absolute;
  left: 0;
  top: 0;
}
.a5min-view__curve {
  position: absolute;
  bottom: 50px;
  z-index: 0;
}
.a5min-view .container {
  position: relative;
}
.a5min-view__illust {
  position: absolute;
  left: -50px;
  width: 60%;
  top: 50px;
  z-index: 1;
  will-change: transform;
}
.a5min-view h2 {
  margin-left: 50%;
  position: relative;
  overflow: hidden;
  color: var(--primary);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.a5min-view h2 span {
  display: inline-block;
  position: relative;
}
.a5min-view h2 span:before {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--primary);
  position: absolute;
  left: 0;
  bottom: 0;
}
.a5min-view h2 img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s linear;
  will-change: clip-path, -webkit-clip-path;
}
.a5min-view h2:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eef1f4;
  transform: translate(0);
  transition: transform 1s linear;
  pointer-events: none;
  will-change: transform;
}
.a5min-view h2.is-show img {
  clip-path: inset(0 0 0 0);
}
.a5min-view h2.is-show:after {
  transform: translate(100%);
}
.a5min-view__slide {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px #0000001a;
  padding: 30px 30px 15px;
  margin: 30px 0 0 50%;
}
.a5min-view__slide img {
  width: 100%;
  height: auto;
}
.a5min-view__slide .splide__arrows {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.a5min-view__slide .splide__arrows .splide__arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary);
  background: #fff;
  border-radius: 50%;
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a5min-view__slide .splide__arrows .splide__arrow svg {
  fill: var(--primary);
  width: 20px;
  height: auto;
}
.a5min-view__slide .splide__arrows .splide__arrow--prev {
  left: -20px;
}
.a5min-view__slide .splide__arrows .splide__arrow--prev svg {
  transform: rotate(180deg);
}
.a5min-view__slide .splide__arrows .splide__arrow--next {
  right: -20px;
}
.a5min-view__slide h4 {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  margin: 10px 0 0;
}
.a5min-growth__header h2 {
  color: var(--primary);
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 15px;
}
.a5min-growth__header h2 span {
  display: inline-block;
  position: relative;
}
.a5min-growth__header h2 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--primary);
  position: absolute;
  left: 0;
  bottom: 0;
}
.a5min-growth__header p {
  font-size: 20px;
  width: 740px;
}
.a5min-growth__graph {
  position: relative;
  width: 100%;
  overflow: visible;
}
.a5min-growth__graph .a5min-scroll-hint {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  align-items: center;
  gap: 6px;
  padding: 10px;
  background: #0009;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 2;
}
.a5min-growth__graph .a5min-scroll-hint__icon {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 5px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'><g fill='%23fff'><path d='M14.959 20.845a2 2 0 0 0 1.933-1.487l1.001-3.773a2 2 0 0 0-1.236-2.388l-2.526-.938a1.2 1.2 0 0 1-.782-1.125V7.41a1.53 1.53 0 1 0-3.059 0v7.705c0 .1-.13.138-.184.055l-.474-.73a2 2 0 0 0-2.928-.471l-.151.121a.3.3 0 0 0-.079.373l2.758 5.304a2 2 0 0 0 1.774 1.077z'/><g fill-rule='evenodd' clip-rule='evenodd'><path d='M7.31 8.015H3.297v-1.5H7.31a.75.75 0 1 1 0 1.5M16.689 6.514h4.013v1.5h-4.013a.75.75 0 0 1 0-1.5'/><path d='M18.93 4.347a.75.75 0 0 1 1.059.064l1.644 1.852c.262.295.365.67.365 1 0 .331-.103.705-.365 1l-1.644 1.853a.75.75 0 0 1-1.122-.995l1.629-1.836v-.003a.1.1 0 0 0 0-.037v-.003l-1.63-1.836a.75.75 0 0 1 .064-1.059m1.58 2.912zm0 .01zM5.069 4.347a.75.75 0 0 1 .063 1.058L3.503 7.242l-.002.021.002.022L5.13 9.12a.75.75 0 0 1-1.122.995L2.366 8.264a1.5 1.5 0 0 1-.365-1c0-.331.103-.705.365-1L4.009 4.41a.75.75 0 0 1 1.06-.063'/></g></g></svg>")
    center/contain no-repeat;
}
.a5min-growth__graph .a5min-scroll-hint__text {
  display: block;
  white-space: nowrap;
}
.a5min-growth__graph .a5min-scroll-hint.is-visible {
  opacity: 1;
}
.a5min-growth__graph .a5min-scroll-hint.is-hidden {
  opacity: 0;
}
.a5min-growth__graph .container {
  position: relative;
  width: 100%;
  max-width: 1600px !important;
  margin: 0 auto;
  padding: 0 !important;
}
.a5min-growth__graph--label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  aspect-ratio: 1600/500;
}
.a5min-growth__graph--label > * {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 30px;
  padding: 2px 15px;
  display: inline-block;
  position: absolute;
  left: 5vw;
  white-space: nowrap;
}
.a5min-growth__graph--label .label-edu {
  background: #9cd121;
  bottom: 32%;
}
.a5min-growth__graph--label .label-ent {
  background: #ff8181;
  bottom: 19%;
}
.a5min-growth__graph--label .label-sales {
  background: #6db3fe;
  bottom: 4%;
}
.a5min-growth__svg {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1600/500;
  overflow: visible;
}
.a5min-growth__area {
  transition: opacity 0.7s ease;
}
.a5min-growth__stroke {
  transition: stroke-dashoffset 1s linear;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.a5min-growth__axis {
  stroke: #d0d6da;
  opacity: 1;
}
.a5min-growth__marker-line,
.a5min-growth__marker-circle,
.a5min-growth__marker-text {
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.a5min-growth__panel {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.a5min-growth__panel dl.card {
  flex: 0 0 320px;
  border-radius: 10px;
  padding: 15px;
  font-size: 18px;
}
.a5min-growth__panel dl.card dt {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.a5min-growth__panel dl.card dt span {
  border-radius: 30px;
  display: block;
  padding: 5px;
}
.a5min-growth__panel dl.card dd ul {
  margin: 10px 0 0 20px;
}
.a5min-growth__panel dl.card dd ul li {
  list-style: disc;
}
.a5min-growth__panel dl.card.card-sales {
  background: #cfe6ff;
}
.a5min-growth__panel dl.card.card-sales dt span {
  background: #6db3fe;
}
.a5min-growth__panel dl.card.card-ent {
  background: #ffeaea;
}
.a5min-growth__panel dl.card.card-ent dt span {
  background: #ff8181;
}
.a5min-growth__panel dl.card.card-edu {
  background: #e9efd9;
}
.a5min-growth__panel dl.card.card-edu dt span {
  background: #9cd121;
}
.a5min-sustain {
  position: relative;
  overflow: hidden;
  padding: 0 0 100px;
}
.a5min-sustain__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.a5min-sustain__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 120%;
  height: 120%;
  will-change: transform;
}
.a5min-sustain__content {
  position: relative;
}
.a5min-sustain__en {
  font-size: 11vw;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  line-height: 1;
  mix-blend-mode: overlay;
  margin: 30px 0 60px;
  color: #020900;
}
.a5min-sustain__lead {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  margin: 20px 0 60px;
  text-align: center;
}
.a5min-sustain__roadmap {
  position: relative;
  padding: 0 20px;
}
.a5min-sustain__roadmap--line {
  width: 0;
  height: 18px;
  background: linear-gradient(90deg, #71ca56, #00c2af);
  position: absolute;
  top: 56px;
  left: 0;
  transition: width 1.5s linear;
  will-change: width;
}
.a5min-sustain__roadmap--line.is-show {
  width: 100%;
}
.a5min-sustain__roadmap .container {
  background: #fff;
  border-radius: 20px;
  padding-bottom: 40px !important;
}
.a5min-sustain__roadmap--panel {
  display: flex;
  gap: 8vw;
  justify-content: center;
  padding: 100px 0 30px;
}
.a5min-sustain__roadmap--panel dl.term {
  flex: 1;
}
.a5min-sustain__roadmap--panel dl.term dt {
  position: relative;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 5px;
}
.a5min-sustain__roadmap--panel dl.term dt:before {
  content: '';
  width: 40px;
  height: 40px;
  border: 6px solid #000;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -55px;
  transform: translate(-50%);
  background: #fff;
}
.a5min-sustain__roadmap--panel dl.term dd ul {
  margin-left: 20px;
  font-size: 20px;
}
.a5min-sustain__roadmap--panel dl.term dd ul li {
  list-style: disc;
}
.a5min-sustain__roadmap--panel dl.term:nth-child(1) dt {
  color: #57c96c;
}
.a5min-sustain__roadmap--panel dl.term:nth-child(1) dt:before {
  border-color: #57c96c;
}
.a5min-sustain__roadmap--panel dl.term:nth-child(2) dt {
  color: #38c683;
}
.a5min-sustain__roadmap--panel dl.term:nth-child(2) dt:before {
  border-color: #38c683;
}
.a5min-sustain__roadmap--panel dl.term:nth-child(3) dt {
  color: #1fc597;
}
.a5min-sustain__roadmap--panel dl.term:nth-child(3) dt:before {
  border-color: #1fc597;
}
.a5min-return__chart {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px #0000001a;
  margin: 60px auto;
  max-width: 1080px;
  padding: 30px;
}
.a5min-return__chart--label .label-bar {
  position: relative;
  padding-left: 40px;
}
.a5min-return__chart--label .label-bar:before {
  content: '';
  width: 32px;
  height: 20px;
  background: var(--primary);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.a5min-return__chart--label .label-bar.mid {
  margin-top: 10px;
}
.a5min-return__chart--label .label-bar.mid:before {
  opacity: 0.5;
}
.a5min-return__chart--label .label-line {
  position: relative;
  padding-left: 40px;
  margin-top: 10px;
}
.a5min-return__chart--label .label-line:before {
  content: '';
  width: 17px;
  height: 17px;
  background: #7a7a7a;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.a5min-return__chart--label .label-line:after {
  content: '';
  width: 30px;
  height: 2px;
  background: #7a7a7a;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.a5min-return .a5min-dividend {
  background: #fff;
  padding: 80px 0;
}
.a5min-return .a5min-dividend__chart {
  position: relative;
  padding: 0 50px;
}
.a5min-return .a5min-dividend__svg {
  width: 100%;
  display: block;
}
.a5min-return .a5min-dividend__axis {
  stroke: #b5b5b5;
  stroke-width: 3;
}
.a5min-return .a5min-dividend__bar {
  fill: var(--primary);
  opacity: 0;
  transform-origin: 50% 100%;
  transform-box: fill-box;
}
.a5min-return .a5min-dividend__bar--stack1 {
  fill: #f39aa3;
}
.a5min-return .a5min-dividend__bar--stack2 {
  fill: #f4616f;
}
.a5min-return .a5min-dividend__pct-line {
  fill: none;
  stroke: #7a7a7a;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.a5min-return .a5min-dividend__pct-line--dash {
  stroke-dasharray: 6 10;
}
.a5min-return .a5min-dividend__dot {
  fill: #7a7a7a;
  r: 10;
  opacity: 1;
  transform: none;
  transform-origin: center;
}
.a5min-return .a5min-dividend__dot--open {
  fill: #fff;
  stroke: #7a7a7a;
  stroke-width: 3;
  r: 12;
}
.a5min-return .a5min-dividend__pct-text {
  fill: #4a4a4a;
  font-weight: 700;
  font-size: 20px;
  opacity: 0;
}
.a5min-return .a5min-dividend__div-text {
  fill: #fff;
  font-weight: 700;
  font-size: 20px;
  opacity: 0;
  dominant-baseline: middle;
}
.a5min-return .a5min-dividend__label {
  fill: #555;
  font-size: 20px;
  opacity: 0;
}
.a5min-return .a5min-dividend__tag {
  fill: #fff;
  font-weight: 700;
  opacity: 0;
}
.a5min-return .a5min-dividend__tag-cap {
  font-size: 14px;
  letter-spacing: -0.1em;
}
.a5min-return .a5min-dividend__tag-amt {
  font-size: 18px;
}
.a5min-return__mid h3 {
  color: var(--primary);
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  margin: 0 0 30px;
}
.a5min-return__mid--panel {
  display: flex;
  justify-content: center;
  gap: 3vw;
}
.a5min-return__mid--panel .card {
  position: relative;
  flex: 0 0 320px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px #0000001a;
  text-align: center;
  padding: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}
.a5min-return__mid--panel .card.is-show {
  opacity: 1;
  transform: translateY(0);
}
.a5min-return__mid--panel .card dl {
  line-height: 1;
}
.a5min-return__mid--panel .card dl dt {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
}
.a5min-return__mid--panel .card dl dd {
  color: var(--primary);
  font-size: 32px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}
.a5min-return__mid--panel .card dl dd b {
  font-size: 64px;
}
.a5min-return__mid--panel .card p {
  font-size: 16px;
}
@media screen and (min-width: 640px) and (max-width: 833px) {
  #about5min .br-xs {
    display: block;
  }
}
@media screen and (min-width: 834px) and (max-width: 1079px) {
  #about5min .br-sm {
    display: block;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1179px) {
  #about5min .br-md {
    display: block;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1399px) {
  #about5min .br-lg {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  #about5min .br-xl {
    display: block;
  }
}
@media screen and (max-width: 1180px) {
  .a5min-kv {
    padding: 100px 0 150px;
  }
  .a5min-kv h2 img {
    width: 450px;
  }
  .a5min-kv__slide--01 {
    right: 160px;
    width: 380px;
    height: 380px;
  }
  .a5min-kv__slide--02 {
    top: 180px;
    width: 240px;
    height: 240px;
  }
  .a5min-number {
    margin: -40px 0 0;
  }
  .a5min-number__wrapper {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1080px) {
  .a5min-business__grid {
    flex-wrap: wrap;
    gap: 3vw;
  }
}
@media screen and (max-width: 834px) {
  #about5min {
    min-width: auto;
  }
  #about5min .br-pc {
    display: none;
  }
  .a5min-kv {
    padding: 60px 0 120px;
  }
  .a5min-kv h2 {
    text-align: center;
  }
  .a5min-kv h2 img {
    width: 300px;
  }
  .a5min-kv__slide--01 {
    top: 0;
    left: -60px;
    width: 300px;
    height: 300px;
  }
  .a5min-kv__slide--02 {
    top: 0;
    right: -60px;
    width: 300px;
    height: 300px;
  }
  .a5min-history__body:before {
    left: 20px;
  }
  .a5min-history__item {
    width: 90%;
  }
  .a5min-history__item:nth-child(odd) {
    text-align: left;
    padding-right: 0;
    padding-left: 80px;
    margin-left: 20px;
  }
  .a5min-history__item:nth-child(odd) .item-year:before {
    left: -88px;
  }
  .a5min-history__item:nth-child(odd) .item-year:after {
    left: -100px;
  }
  .a5min-history__item:nth-child(odd) .item-year span:before {
    left: -80px;
  }
  .a5min-history__item:nth-child(2n) {
    margin-left: 20px;
  }
  .a5min-business__grid {
    display: block;
  }
  .a5min-business__grid .card {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 520px;
  }
  .a5min-business__ec {
    border: 4px solid #ffb01f;
    background: #fff0d2;
    border-radius: 20px;
    margin: 0 auto;
    padding: 30px;
  }
  .a5min-view:before {
    height: 800px;
  }
  .a5min-view__illust {
    position: static;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .a5min-view h2 {
    margin: 0 auto 20px;
  }
  .a5min-view__slide {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  .a5min-growth__header {
    text-align: center;
    margin: 0 0 20px;
  }
  .a5min-growth__header p {
    width: 100%;
  }
  .a5min-growth__graph {
    overflow-x: scroll;
  }
  .a5min-growth__graph .a5min-scroll-hint {
    display: block;
  }
  .a5min-growth__graph--label {
    width: 1000px;
    height: 380px;
  }
  .a5min-growth__graph--label > * {
    font-size: 14px;
  }
  .a5min-growth__graph--label .label-edu {
    bottom: 37%;
  }
  .a5min-growth__graph--label .label-ent {
    bottom: 27%;
  }
  .a5min-growth__graph--label .label-sales {
    bottom: 17%;
  }
  .a5min-growth__svg {
    width: 1000px;
    height: 380px;
  }
  .a5min-growth__panel {
    display: block;
  }
  .a5min-growth__panel dl.card {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 420px;
  }
  .a5min-sustain .container {
    padding: 0 20px;
  }
  .a5min-sustain__roadmap--panel {
    gap: 5vw;
  }
  .a5min-return .a5min-dividend__chart {
    position: relative;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  #about5min .container {
    padding: 0 20px;
  }
  section + section {
    margin-top: 2.5em;
  }
  .a5min-title-en {
    font-size: 13px;
  }
  .a5min-title-en b {
    font-size: 17px;
  }
  .a5min-title-en + .a5min-title-ja {
    margin-top: 10px;
  }
  .a5min-title-ja img {
    width: auto;
    height: 25px;
  }
  .a5min-title-ja + .a5min-title-lead {
    margin-top: 10px;
  }
  .a5min-title-lead {
    font-size: 15px;
  }
  .a5min-more {
    width: 310px !important;
    height: 54px;
    font-size: 17px;
  }
  .a5min-kv {
    padding: 20px 0 40px;
  }
  .a5min-kv h2 img {
    width: auto;
  }
  .a5min-kv__slide--01 {
    top: -40px;
    left: -50px;
    width: 165px;
    height: 165px;
  }
  .a5min-kv__slide--02 {
    top: -40px;
    right: -50px;
    width: 165px;
    height: 165px;
  }
  .a5min-number {
    margin: 0;
  }
  .a5min-number__wrapper {
    border-radius: 15px;
    padding: 20px;
  }
  .a5min-number__body {
    grid-template-columns: 1fr;
    row-gap: 50px;
    margin: 20px 0 0;
  }
  .a5min-number__item .item-illust {
    height: 140px;
  }
  .a5min-number__item .item-illust img {
    transform: scale(0.8);
    transform-origin: bottom center;
  }
  .a5min-number__item .item-bubble span {
    font-size: 15px;
  }
  .a5min-number__item .item-number {
    font-size: 18px;
  }
  .a5min-number__item .item-number b {
    font-size: 36px;
  }
  .a5min-number__item .item-number.grid dl dt {
    font-size: 18px;
  }
  .a5min-number__item .item-description {
    font-size: 13px;
  }
  .a5min-number__item .item-description.note {
    font-size: 11px;
  }
  .a5min-history {
    padding-bottom: 60px;
  }
  .a5min-history__body {
    padding-bottom: 0;
  }
  .a5min-history__item + .a5min-history__item {
    margin-top: 30px !important;
  }
  .a5min-history__item .item-year span {
    font-size: 36px;
  }
  .a5min-history__item .item-year span:before {
    display: none;
  }
  .a5min-history__item h3 {
    font-size: 22px;
  }
  .a5min-history__item p {
    font-size: 16px;
  }
  .a5min-history__item .item-pic .caption span {
    font-size: 13px;
  }
  .a5min-history__item:nth-child(odd),
  .a5min-history__item:nth-child(2n) {
    padding-left: 30px;
  }
  .a5min-history__item:nth-child(odd) .item-year:before,
  .a5min-history__item:nth-child(2n) .item-year:before {
    left: -38px;
  }
  .a5min-history__item:nth-child(odd) .item-year:after,
  .a5min-history__item:nth-child(2n) .item-year:after {
    left: -50px;
  }
  .a5min-history__footer {
    position: relative;
    z-index: 2;
    padding-top: 50px;
    margin-top: -50px;
  }
  .a5min-history__footer:before {
    content: '';
    width: 100%;
    height: 50px;
    background: linear-gradient(#fbfbfb00, #fbfbfb);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .a5min-bg-white {
    padding: 0 0 40px;
  }
  .a5min-reel .splide {
    margin-bottom: 10px;
  }
  .a5min-points {
    padding: 3rem 0 5rem;
  }
  .a5min-points__header p {
    text-align: left;
  }
  .a5min-points__body {
    margin: 30px 0 0;
  }
  .a5min-points__slide li .thumb {
    width: 345px;
  }
  .a5min-points__slide li h3 {
    font-size: 16px;
    padding: 15px 20px;
  }
  .a5min-points__slide .splide__arrows {
    width: 345px;
  }
  .a5min-points__slide .splide__arrows .splide__arrow {
    width: 40px;
    height: 40px;
  }
  .a5min-points__slide .splide__arrows .splide__arrow--prev {
    left: -15px;
  }
  .a5min-points__slide .splide__arrows .splide__arrow--next {
    right: -15px;
  }
  .a5min-business__body {
    margin: 30px 0 60px;
  }
  .a5min-business__grid .card h3 {
    font-size: 20px;
  }
  .a5min-business__grid .card p {
    font-size: 16px;
  }
  .a5min-business__ec {
    position: relative;
    display: block;
    padding: 0;
  }
  .a5min-business__ec--chara {
    position: absolute;
    left: -10px;
    bottom: 10px;
  }
  .a5min-business__ec--chara img {
    width: 100px;
    height: auto;
  }
  .a5min-business__ec--description {
    max-width: none;
  }
  .a5min-business__ec--description h3 span {
    display: block;
    text-align: center;
    font-size: 20px;
    border-radius: 15px 15px 0 0;
  }
  .a5min-business__ec--description p {
    font-size: 16px;
    padding: 0 15px 10px 100px;
  }
  .a5min-business__cat {
    margin: 60px 0 40px;
  }
  .a5min-business__cat h3 span {
    font-size: 17px;
  }
  .a5min-business__cat ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .a5min-business__cat ul li .thumb .arrow {
    width: 36px;
  }
  .a5min-business__cat ul li h4 {
    font-size: 16px;
    margin: 10px 0 0;
  }
  .a5min-business__link {
    margin: 0;
  }
  .a5min-business__link ul {
    gap: 20px;
  }
  .a5min-model {
    padding: 40px 0;
  }
  .a5min-model__header p {
    text-align: left;
  }
  .a5min-model__phase {
    border-radius: 20px;
    padding: 50px 20px 20px;
  }
  .a5min-model__phase--num {
    left: 50%;
    top: -40px;
    width: 80px;
    height: 80px;
    transform: translate(-50%);
    font-size: 16px;
  }
  .a5min-model__phase--num span {
    font-size: 24px;
  }
  .a5min-model__phase--title {
    margin: 0 0 20px;
  }
  .a5min-model__phase--title h3 {
    font-size: 20px;
  }
  .a5min-model__phase--case {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .a5min-model__phase--case .case-item .icon {
    width: 110px;
    height: 110px;
  }
  .a5min-model__phase--case .case-item .icon img {
    width: 56px;
    height: 56px;
  }
  .a5min-model__phase--case .case-item p {
    font-size: 16px;
  }
  .a5min-model__arrow {
    padding: 30px 0 60px;
  }
  .a5min-model__sup {
    text-align: left;
    font-size: 15px;
    margin: 15px 0 0;
  }
  .a5min-view:before {
    height: 550px;
  }
  .a5min-view h2 {
    font-size: 20px;
  }
  .a5min-view__illust {
    top: 40px;
  }
  .a5min-view__slide {
    padding: 10px;
    background: none;
    box-shadow: none;
  }
  .a5min-view__slide .splide__arrows .splide__arrow--prev {
    left: -20px;
  }
  .a5min-view__slide .splide__arrows .splide__arrow--next {
    right: -20px;
  }
  .a5min-view__slide h4 {
    font-size: 18px;
  }
  .a5min-growth {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px #0000001a;
    margin: 0 20px;
    padding: 15px 0 5px;
  }
  .a5min-growth__header h2 {
    font-size: 20px;
  }
  .a5min-growth__header p {
    width: auto;
    font-size: 16px;
    text-align: left;
  }
  .a5min-growth__panel dl.card {
    font-size: 16px;
    margin: 0 auto 20px;
  }
  .a5min-sustain {
    padding-bottom: 50px;
  }
  .a5min-sustain__en {
    margin: 15px 0 20px;
  }
  .a5min-sustain__lead {
    padding: 0 15px;
    font-size: 15px;
    text-align: left;
    margin: 15px 0;
  }
  .a5min-sustain__roadmap {
    position: relative;
  }
  .a5min-sustain__roadmap .container {
    padding-bottom: 15px !important;
  }
  .a5min-sustain__roadmap--line {
    width: 6px;
    height: 0;
    top: 0;
    left: 49px;
  }
  .a5min-sustain__roadmap--line.is-show {
    width: 6px;
    height: 100%;
  }
  .a5min-sustain__roadmap--panel {
    display: block;
    position: relative;
    padding: 30px 12px;
  }
  .a5min-sustain__roadmap--panel dl.term {
    padding: 0 0 0 20px;
  }
  .a5min-sustain__roadmap--panel dl.term + dl {
    margin-top: 15px;
  }
  .a5min-sustain__roadmap--panel dl.term dt {
    font-size: 17px;
    text-align: left;
  }
  .a5min-sustain__roadmap--panel dl.term dt:before {
    width: 30px;
    height: 30px;
    border-width: 4px;
    left: -20px;
    top: 0;
  }
  .a5min-sustain__roadmap--panel dl.term dd ul {
    font-size: 15px;
  }
  .a5min-sustain .a5min-more {
    width: 290px;
  }
  .a5min-return {
    margin-top: 0;
  }
  .a5min-return__chart {
    margin: 30px auto;
    padding: 15px;
  }
  .a5min-return__chart--label {
    font-size: 13px;
  }
  .a5min-return__chart--label .label-bar {
    padding-left: 30px;
  }
  .a5min-return__chart--label .label-bar:before {
    width: 22px;
    height: 15px;
  }
  .a5min-return__chart--label .label-bar.mid {
    margin-top: 5px;
  }
  .a5min-return__chart--label .label-line {
    padding-left: 30px;
    margin-top: 5px;
  }
  .a5min-return__chart--label .label-line:before {
    width: 12px;
    height: 12px;
    left: 5px;
  }
  .a5min-return__chart--label .label-line:after {
    width: 22px;
  }
  .a5min-return .a5min-dividend__svg {
    height: 300px;
  }
  .a5min-return .a5min-dividend__pct-text,
  .a5min-return .a5min-dividend__div-text,
  .a5min-return .a5min-dividend__label,
  .a5min-return .a5min-dividend__tag {
    font-size: 34px;
  }
  .a5min-return .a5min-dividend__tag-cap {
    font-size: 19px;
  }
  .a5min-return .a5min-dividend__tag-amt {
    font-size: 34px;
  }
  .a5min-return__mid h3 {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .a5min-return__mid--panel {
    display: block;
  }
  .a5min-return__mid--panel .card {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }
  .a5min-return__mid--panel .card + .card {
    margin-top: 30px;
  }
  .a5min-return__mid--panel .card dl dt {
    font-size: 16px;
  }
  .a5min-return__mid--panel .card dl dd {
    font-size: 22px;
  }
  .a5min-return__mid--panel .card dl dd b {
    font-size: 44px;
  }
  .a5min-return__mid--panel .card p {
    font-size: 13px;
  }
}
@media screen and (max-width: 639px) {
  #about5min .br-xs {
    display: block;
  }
}
@media (hover: hover) {
  .a5min-more:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--primary);
    border-color: var(--primary);
    opacity: 1;
  }
  .a5min-more:where(:any-link, :enabled, summary):hover {
    color: var(--primary);
    border-color: var(--primary);
    opacity: 1;
  }
  .a5min-more:where(:-moz-any-link, :enabled, summary):hover:before {
    right: 15px;
  }
  .a5min-more:where(:any-link, :enabled, summary):hover:before {
    right: 15px;
  }
  .a5min-business__cat ul li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .a5min-business__cat ul li a:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .a5min-business__cat ul li a:where(:-moz-any-link, :enabled, summary):hover .thumb:before {
    opacity: 0.25;
  }
  .a5min-business__cat ul li a:where(:any-link, :enabled, summary):hover .thumb:before {
    opacity: 0.25;
  }
  .a5min-business__cat ul li a:where(:-moz-any-link, :enabled, summary):hover .thumb .arrow {
    animation: arrowSlide 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .a5min-business__cat ul li a:where(:any-link, :enabled, summary):hover .thumb .arrow {
    animation: arrowSlide 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
