@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --content-width: 124rem;
  --color-primary: #0B419B;
  --color-Secondary: #1455C7;
  --color-bg01: #FCFDFD;
  --color-bg02: #F3F6FA;
  --color-bg03: #2F3542;
  --color-text-main: #212121;
  --color-text-sub: #555555;
  --color-text-accent: #0363F2;
  --color-white: #ffffff;
  --color-lignt-blue: #06B4FF;
  --color-gradient01: #0A47B3 0%, #42BDF2 70%, #73D0E5 100%;
  --color-gradient02: #E8F9FD 0%, #FFF 50%, #E6FBF7 100%;
}

/* =================================================
  animation
================================================= */
.-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.-fadeUp.-animate {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-hero_text,
.p-hero_title {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.p-hero_text.-animate,
.p-hero_title.-animate {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-hero::after {
  opacity: 0;
  transition: opacity 2.5s;
}

.p-hero.-animate::after {
  opacity: 1;
}

/* =================================================
  Frame
================================================= */
/* ----------------------------------------
.l-main
---------------------------------------- */
.l-main.-overview {
  padding: 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--color-text-main);
}

@media screen and (max-width: 768px) {
  .l-main.-overview {
    font-size: 1.5rem;
  }
}

/* ----------------------------------------
.l-section
---------------------------------------- */
.l-section {
  padding: 12.8rem 3.2rem;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding: 6.4rem 1.6rem;
  }
}

.l-section + .l-section {
  margin: 0;
}

/* 背景色 テキストカラー
---------------------------------------- */
.-bg-gradiate,
.-bg-default,
.-bg-dark {
  position: relative;
}

.-bg-gradiate::before, .-bg-gradiate::after,
.-bg-default::before,
.-bg-default::after,
.-bg-dark::before,
.-bg-dark::after {
  display: block;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(90deg, #5433FF 0%, #20BDFF 50%, #A5FECB 100%);
  -webkit-filter: blur(15rem);
          filter: blur(15rem);
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .-bg-gradiate::before, .-bg-gradiate::after,
  .-bg-default::before,
  .-bg-default::after,
  .-bg-dark::before,
  .-bg-dark::after {
    -webkit-filter: blur(6rem);
            filter: blur(6rem);
  }
}

.-bg-default {
  color: var(--color-text-main);
  background: linear-gradient(180deg, var(--color-gradient02));
}

.-bg-default .c-heading-lv1 {
  background: linear-gradient(90deg, var(--color-gradient01));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.-bg-default.-v01::after {
  border: solid red 50px;
  content: '';
  width: 87.3rem;
  left: -24rem;
  bottom: -24rem;
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  .-bg-default.-v01::after {
    width: 47.4rem;
    left: -20rem;
    bottom: -7.5rem;
  }
}

.-bg-default.-v02::before {
  content: '';
  width: 84.2rem;
  right: -24.6rem;
  top: -5rem;
  opacity: 0.2;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media screen and (max-width: 768px) {
  .-bg-default.-v02::before {
    width: 33.6rem;
    right: -12.6rem;
    top: -9.5rem;
  }
}

.-bg-dark {
  color: var(--color-white);
  background: var(--color-bg03);
}

.-bg-dark .c-heading-lv1 {
  color: var(--color-lignt-blue);
}

.-bg-dark.-v01::before {
  content: '';
  width: 68.5rem;
  right: -24rem;
  top: -19rem;
  -webkit-filter: blur(22rem);
          filter: blur(22rem);
}

@media screen and (max-width: 768px) {
  .-bg-dark.-v01::before {
    width: 26.6rem;
    right: -12.6rem;
    top: -11.5rem;
    -webkit-filter: blur(8rem);
            filter: blur(8rem);
  }
}

.-bg-dark.-v01::after {
  content: '';
  width: 56rem;
  left: -24rem;
  bottom: 15rem;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .-bg-dark.-v01::after {
    width: 28.2rem;
    left: -10rem;
    bottom: 30rem;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

.-bg-gradiate {
  color: var(--color-white);
  background: linear-gradient(180deg, #0B419B 0%, #1455C7 100%);
}

.-bg-gradiate.-v01::before {
  content: '';
  width: 84.2rem;
  right: -24.6rem;
  top: -21.2rem;
}

@media screen and (max-width: 768px) {
  .-bg-gradiate.-v01::before {
    width: 33.6rem;
    right: -12.6rem;
    top: -9.5rem;
  }
}

.-bg-gradiate.-v01::after {
  content: '';
  width: 87.3rem;
  left: -24rem;
  bottom: -52rem;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media screen and (max-width: 768px) {
  .-bg-gradiate.-v01::after {
    width: 23.2rem;
    left: -6rem;
    bottom: -7.5rem;
  }
}

.-bg-gradiate.-v02::before {
  content: '';
  width: 84.2rem;
  left: -50rem;
  top: -40rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .-bg-gradiate.-v02::before {
    width: 33.6rem;
    left: -20rem;
    top: -9.5rem;
  }
}

.-bg-gradiate.-v02::after {
  content: '';
  width: 73.2rem;
  right: -30rem;
  bottom: -20rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .-bg-gradiate.-v02::after {
    width: 28.2rem;
    right: -12.6rem;
    bottom: -18.5rem;
  }
}

/* ----------------------------------------
.l-container
---------------------------------------- */
.l-container {
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

/* =================================================
  Component
================================================= */
.c-heading-lv1 {
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  display: table;
  padding-bottom: 3.4rem;
  margin: 0 auto 3rem;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .c-heading-lv1 {
    font-size: 5rem;
    padding-bottom: 2.6rem;
    margin: 0 auto 2rem;
  }
}

.c-heading-lv1::after {
  content: '';
  display: block;
  width: 100%;
  height: 1.2rem;
  background: linear-gradient(90deg, var(--color-gradient01));
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1100px) {
  .c-heading-lv1::after {
    height: 0.8rem;
  }
}

.c-heading-lv2 {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1.6rem;
}

@media screen and (max-width: 1100px) {
  .c-heading-lv2 {
    font-size: 3.2rem;
  }
}

.c-lead {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  display: block;
  margin: 0 0 6.4rem;
  max-width: 100%;
}

@media screen and (max-width: 1100px) {
  .c-lead {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .c-lead {
    text-align: left;
    margin: 0 0 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .c-lead br {
    display: none;
  }
}

.c-lead-second {
  font-size: 1.8rem;
  line-height: 1.75;
}

.c-noteText {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: right;
  margin-top: 4rem !important;
}

@media screen and (max-width: 768px) {
  .c-noteText {
    font-size: 1.2rem;
    margin-top: 1.6rem !important;
  }
}

.c-card {
  display: flex;
  gap: 4rem;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .c-card {
    gap: 2rem;
  }
}

.c-card_item {
  width: calc(33.333% - 4rem + calc(4rem / 3));
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-card_item {
    width: 100%;
  }
}

/* =================================================
  project
================================================= */
/* ----------------------------------------
  MV
---------------------------------------- */
.p-hero {
  background: linear-gradient(180deg, var(--color-gradient02));
  position: relative;
  display: flex;
  align-items: center;
  height: 84rem;
}

@media screen and (max-width: 1100px) {
  .p-hero {
    aspect-ratio: auto;
    height: 64rem;
  }
}

@media screen and (max-width: 768px) {
  .p-hero {
    display: block;
    height: auto;
  }
}

.p-hero::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  max-width: 192rem;
  background: url("/assets/images/overview/bg_hero.webp") no-repeat;
  background-position: center right;
  background-size: 63%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .p-hero::after {
    background-position: center right -4rem;
  }
}

@media screen and (max-width: 1100px) {
  .p-hero::after {
    background-size: 56%;
    background-position: center right -4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-hero::after {
    position: static;
    width: calc(100% + 3.2rem);
    height: 29.2rem;
    margin-left: -1.6rem;
    background-position: center center;
    background-size: auto 100%;
    margin-top: 3.2rem;
  }
}

.p-hero_inner {
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-hero_inner {
    max-width: 66rem;
  }
}

.p-hero_title {
  font-size: 10.4rem;
  line-height: 1;
  margin: 0 0 4rem;
  text-shadow: 0px 0px 8px #fcfcfd;
}

@media screen and (max-width: 1100px) {
  .p-hero_title {
    font-size: 7rem;
  }
}

@media screen and (max-width: 768px) {
  .p-hero_title {
    font-size: 5rem;
    text-align: center;
    margin: 0 0 2rem;
  }
}

.p-hero_text {
  font-size: 2rem;
  line-height: 1.6;
  text-shadow: 0px 0px 8px #fcfcfd;
}

@media screen and (max-width: 1100px) {
  .p-hero_text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.p-hero_text p + p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-hero_text br {
    display: none;
  }
}

/* ----------------------------------------
  Who we are
---------------------------------------- */
.p-who_cont + .p-who_cont {
  margin-top: 12.8rem;
  padding-top: 12.8rem;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  position: relative;
}

@media screen and (max-width: 1100px) {
  .p-who_cont + .p-who_cont {
    margin-top: 6.4rem;
    padding-top: 6.4rem;
  }
}

.p-power {
  display: flex;
  gap: 4rem;
  margin-top: 12.8rem;
}

@media screen and (max-width: 1100px) {
  .p-power {
    margin-top: 6.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-power {
    flex-direction: column;
    gap: 2rem;
  }
}

.p-power_text {
  flex: 1;
}

.p-power_image {
  flex: 1.5;
}

@media screen and (max-width: 768px) {
  .p-power_image {
    flex: 1;
    text-align: center;
  }
  .p-power_image img {
    max-width: 48rem;
    width: 100%;
  }
}

.p-pillar_figure {
  width: 106.8%;
  margin-left: -6.8%;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .p-pillar_figure {
    width: 109.6%;
    margin-left: -4%;
    margin-top: 1.6rem;
    text-align: center;
  }
  .p-pillar_figure img {
    max-width: 48rem;
    width: 100%;
  }
}

.p-pyramid_figure {
  margin-top: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-pyramid_figure img {
    max-width: 48rem;
    width: 100%;
  }
}

/* ----------------------------------------
  What We Do
---------------------------------------- */
.p-what_image {
  width: 24rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .p-what_image {
    width: 20rem;
  }
}

.p-what_image .num {
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  width: 6.4rem;
  height: 6.4rem;
  background: linear-gradient(135deg, var(--color-gradient01));
  border-radius: 999px;
  box-shadow: 0 2px 8px 0 rgba(147, 182, 224, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -0.4rem;
}

@media screen and (max-width: 1100px) {
  .p-what_image .num {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 1.8rem;
    left: 1rem;
  }
}

.p-what_information {
  display: grid;
  grid-row-gap: 1.6rem;
  margin: 3.2rem auto 0;
  padding: 0 0 4.8rem;
  max-width: 33rem;
}

@media screen and (max-width: 768px) {
  .p-what_information {
    margin-top: 2.4rem;
    grid-row-gap: 1.2rem;
    padding: 0 1.6rem 3.2rem;
  }
}

.p-what_information_title {
  margin: 0;
  font-size: 2.8rem;
}

@media screen and (max-width: 1100px) {
  .p-what_information_title {
    font-size: 2.1rem;
  }
}

.p-what_information_text {
  margin: 0;
  line-height: 1.75;
  text-align: left;
}

.p-what_information_amount {
  margin: 0 !important;
}

.p-what_information_amount b {
  display: inline-block;
  padding: 0 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-what_information_amount b {
    font-size: 1.6rem;
  }
}

.p-what_information_amount span {
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-what_information_amount span {
    font-size: 2.4rem;
  }
}

/* ----------------------------------------
  SMFL's History
---------------------------------------- */
@media screen and (max-width: 768px) {
  .p-history .c-heading-lv1 {
    margin-bottom: 3rem;
  }
  .p-history .c-lead {
    text-align: center;
  }
  .p-history .c-lead br {
    display: block;
  }
}

.p-history_cont {
  margin-top: 6.4rem;
}

.p-history_cont + .p-history_cont {
  padding-top: 6.4rem;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .p-history_cont {
    margin-top: 4.8rem;
  }
  .p-history_cont + .p-history_cont {
    padding-top: 3.2rem;
  }
}

.p-history_btn {
  padding: 3.2rem 0 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-history_btn {
    padding: 3.2rem 0 0;
  }
}

.p-history_btn a {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 62rem;
  background: var(--color-Secondary);
  border-radius: 999px;
  padding: 3.2rem 0;
  margin: 0 auto;
  color: var(--color-white);
}

.p-history_btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .p-history_btn a {
    font-size: 1.8rem;
    padding: 2rem 0;
  }
}

.mfp-content {
  background: var(--color-bg03);
  padding: 1rem;
  max-width: 124rem;
  width: 100%;
}

@media all and (max-width: 768px) {
  .mfp-content {
    padding: 0.5rem;
  }
}

.mfp-close-btn-in .mfp-close {
  display: none;
}

.mfp-container {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.mfp-bg {
  background: #000000;
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-bg.mfp-ready {
  opacity: 0.6;
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-wrap .popup-modal-dismiss {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -3rem;
  right: 1rem;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 0;
}

.mfp-wrap .popup-modal-dismiss::before, .mfp-wrap .popup-modal-dismiss::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.mfp-wrap .popup-modal-dismiss::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-history-modalCont {
  color: var(--color-white);
  max-height: 90vh;
  overflow-y: scroll;
}

.p-history-modalCont::-webkit-scrollbar {
  background: var(--color-bg03);
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 768px) {
  .p-history-modalCont::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
}

.p-history-modalCont::-webkit-scrollbar-track {
  padding: 2px;
}

.p-history-modalCont::-webkit-scrollbar-thumb {
  background-color: #6C768C;
  border-radius: 999px;
}

.p-timeline {
  padding: 8rem 1.6rem;
}

@media all and (max-width: 768px) {
  .p-timeline {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 1.2rem;
  }
}

.p-timeline_item {
  display: flex;
  width: 100%;
  max-width: 84rem;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .p-timeline_item {
    flex-direction: column;
  }
}

.p-timeline_age {
  flex: 1;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media all and (max-width: 768px) {
  .p-timeline_age {
    font-size: 3.6rem;
    text-align: left;
  }
}

.p-timeline_age span {
  font-size: 2.4rem;
}

@media all and (max-width: 768px) {
  .p-timeline_age span {
    font-size: 1.8rem;
  }
}

.p-timeline_list {
  flex: 1.5;
  border-left: 1px dashed #A7A7A7;
}

@media all and (max-width: 768px) {
  .p-timeline_list {
    margin-left: 1.6rem;
  }
}

.p-timeline_list_item {
  padding: 2.4rem 1.6rem 0;
}

@media all and (max-width: 768px) {
  .p-timeline_list_item {
    padding-right: 0.8rem;
  }
}

.p-timeline_list_item + .p-timeline_list_item {
  padding-top: 4rem;
}

@media all and (max-width: 768px) {
  .p-timeline_list_item + .p-timeline_list_item {
    padding-top: 2.4rem;
  }
}

.p-timeline_list_item:last-child {
  padding-bottom: 2.4rem;
}

.p-timeline_list_year {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  margin: 0 0 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-timeline_list_year {
    font-size: 1.8rem;
  }
}

.p-timeline_list_year::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: -2.7rem;
}

@media screen and (max-width: 768px) {
  .p-timeline_list_year::before {
    width: 1.75rem;
    height: 1.75rem;
    left: -2.5rem;
  }
}

.p-timeline_list_year span {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-timeline_list_year span {
    font-size: 1.6rem;
  }
}

.p-timeline_list_company_item {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  margin-top: 1.6rem;
}

.p-timeline_list_company_item .name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  flex: 1;
  display: flex;
  gap: 0.4rem;
  padding-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .p-timeline_list_company_item .name {
    font-size: 1.5rem;
    padding-top: 0.2rem;
  }
}

.p-timeline_list_company_item .name .month {
  width: 5rem;
  flex-shrink: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-timeline_list_company_item .name .month {
    width: 3.2rem;
  }
}

.p-timeline_list_company_item .name .text {
  flex-grow: 1;
}

.p-timeline_list_company_item .name .text span {
  display: inline-block;
}

.p-timeline_list_company_item .icon {
  width: 3.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-timeline_list_company_item .icon {
    width: 2.4rem;
  }
}

.p-timeline_list_company_item .icon::before {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .p-timeline_list_company_item .icon::before {
    width: 0.6rem;
  }
}

.p-timeline_list_company_item .icon.-color1 {
  background-color: #0CCACC;
}

.p-timeline_list_company_item .icon.-color2 {
  background-color: var(--color-primary);
}

.p-timeline_list_company_item .icon.-color3 {
  background-color: var(--color-lignt-blue);
}

.p-timeline_2007 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6.4rem;
  gap: 2rem;
}

.p-timeline_2007_upper {
  display: flex;
  align-items: center;
  gap: 0.7142857143rem;
  font-size: 1.2857142857rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  flex-direction: column;
  font-size: 1.6rem;
}

.p-timeline_2007_upper .icons {
  display: flex;
}

.p-timeline_2007_upper .icons > span {
  width: 4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .p-timeline_2007_upper .icons > span {
    width: 2.2857142857rem;
  }
}

.p-timeline_2007_upper .icons > span.-color1 {
  background-color: #0CCACC;
}

.p-timeline_2007_upper .icons > span.-color2 {
  background-color: var(--color-primary);
  margin-left: -0.7142857143rem;
}

.p-timeline_2007_upper .icons > span.-color3 {
  background-color: var(--color-lignt-blue);
  margin-left: -0.7142857143rem;
}

.p-timeline_2007_main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8571428571rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 1.75em 3.6em;
  background-color: #0345CA;
  border-radius: 4em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-timeline_2007_main {
    flex-direction: column;
    gap: 0.7142857143rem;
    padding: 1.8rem 1.8rem 2rem;
    width: 100%;
    max-width: 36rem;
  }
}

.p-timeline_2007_main .main {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .p-timeline_2007_main .main {
    font-size: 1.6rem;
  }
}

.p-chartCont_era {
  font-size: 5.6rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-chartCont_era {
    font-size: 2.7rem;
  }
}

.p-chartCont_content {
  margin-top: 6.4rem;
  background: url("/assets/images/overview/bg_history_01.png") no-repeat;
  background-position: top center;
  background-size: 64rem auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-chartCont_content {
    margin-top: 3.2rem;
    background-position: top 9.6rem center;
    background-size: 90% auto;
  }
}

.p-chartCont_itemName {
  display: grid;
  gap: 0.8rem;
  margin: 0 auto;
  max-width: 111.7rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 14rem;
}

@media screen and (max-width: 768px) {
  .p-chartCont_itemName {
    gap: 0.4rem;
    top: 5rem;
  }
}

.p-chartCont_itemName_item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .p-chartCont_itemName_item {
    font-size: 1.2rem;
  }
}

.p-chartCont_itemName_bar {
  width: 4rem;
  height: 1.2rem;
  background: #0B4AA7;
}

@media screen and (max-width: 768px) {
  .p-chartCont_itemName_bar {
    width: 3rem;
    height: 0.9rem;
  }
}

.p-chartCont_itemName_line {
  width: 4rem;
  height: 0.2rem;
  background: var(--color-lignt-blue);
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-chartCont_itemName_line {
    width: 3rem;
  }
}

.p-chartCont_itemName_line::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  border: solid #fff 2px;
  background: var(--color-lignt-blue);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-chartCont_itemName_line::before {
    width: 1rem;
    height: 1rem;
  }
}

.p-scroll-container {
  overflow-x: scroll;
  padding: 0 0 6rem;
}

.p-scroll-container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 768px) {
  .p-scroll-container::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
}

.p-scroll-container::-webkit-scrollbar-track {
  padding: 2px;
}

.p-scroll-container::-webkit-scrollbar-thumb {
  background-color: #6C768C;
  border-radius: 999px;
}

:root {
  --barMax: 91747;
}

.chart {
  width: 111.7rem;
  height: 79.5rem;
  position: relative;
  margin: 0 auto;
  padding-top: 28rem;
}

@media screen and (max-width: 768px) {
  .chart {
    width: 83.7rem;
    height: 56.6rem;
  }
}

.bars {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2%;
  position: relative;
  z-index: 1;
}

.bar {
  flex: 1 1 0;
  height: calc((var(--v) / var(--barMax)) * 100%);
  background: linear-gradient(0deg, #47A0E8 0%, #003A9B 100%);
  position: relative;
}

@media screen and (max-width: 768px) {
  .bar {
    width: 42px;
  }
}

.bar .v1 {
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .bar .v1 {
    font-size: 1.3rem;
  }
}

.bar .v1.-latest {
  font-size: 2.4rem;
  color: var(--color-lignt-blue);
  top: -4rem;
}

@media screen and (max-width: 768px) {
  .bar .v1.-latest {
    font-size: 2.1rem;
    top: -3.2rem;
  }
}

.bar .year {
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.6rem;
  color: var(--color-lignt-blue);
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .bar .year {
    font-size: 1.2rem;
  }
}

/* アイコン（ツールチップの起点） */
.tipIcon {
  position: absolute;
  top: -6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--color-lignt-blue);
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  cursor: pointer;
  z-index: 4;
  display: grid;
  place-items: center;
}

.tipIcon::before {
  content: '';
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: rgba(6, 180, 255, 0.1);
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}

.tipIcon:focus-visible {
  outline: none;
}

.tipIcon:focus-visible::before,
.tipIcon:hover::before {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

svg.chartOverlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  height: 100%;
}

.line {
  fill: none;
  stroke: var(--color-lignt-blue);
  stroke-width: 2.5;
}

.pt {
  fill: var(--color-lignt-blue);
  stroke: var(--color-white);
  stroke-width: 2.2;
}

.lbl {
  font-size: 12px;
  fill: #cfefff;
  font-weight: 700;
}

/* Tooltip */
.tooltip {
  position: absolute;
  z-index: 10;
  display: none;
  min-width: 20rem;
  max-width: 28rem;
  background: #fff;
  color: var(--color-text-main);
  border-radius: 0.6rem;
  padding: 1rem 1.2rem;
  box-shadow: 0 1rem 2.8rem rgba(0, 0, 0, 0.35);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  transition: opacity 500ms;
}

.tooltip p + p {
  margin-top: 0.8rem;
}

.tooltip span {
  font-weight: 400;
  display: block;
}

.tooltip[data-show="1"] {
  display: block;
  opacity: 1;
}

@starting-style {
  .tooltip[data-show="1"] {
    opacity: 0;
  }
}

.tooltip::after {
  content: "";
  position: absolute;
  left: var(--arrowLeft, 50%);
  bottom: -7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/* ----------------------------------------
  SMFL at a glance
---------------------------------------- */
.p-glance {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-glance {
    padding-bottom: 0;
  }
  .p-glance .c-lead {
    text-align: center;
  }
  .p-glance .c-lead br {
    display: block;
  }
}

.p-tile {
  padding: 1.6rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-tile {
    padding: 1.2rem;
    gap: 1.2rem;
    border-radius: 1.2rem;
  }
}

.p-tile + .p-tile {
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-tile + .p-tile {
    padding: 1.6rem;
  }
}

.p-tile_item {
  text-align: center;
  background: var(--color-white);
  border-radius: 1.2rem;
  padding: 2.4rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-tile_item {
    padding: 1.6rem;
    border-radius: 0.8rem;
  }
}

.p-tile_item.-tile02 {
  width: calc(50% - 1.6rem + calc(1.6rem / 2));
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-tile_item.-tile02 {
    width: 100%;
  }
}

.p-tile_item.-tile03 {
  width: calc(33.333% - 1.6rem + calc(1.6rem / 3));
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-tile_item.-tile03 {
    width: 100%;
  }
}

.p-tile_item.-tile04 {
  width: calc(25% - 1.6rem + calc(1.6rem / 4));
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-tile_item.-tile04 {
    width: 100%;
  }
}

.p-tile_icon {
  width: 8rem;
  margin: 0 auto;
}

.p-tile_information {
  color: var(--color-text-main);
  display: grid;
  grid-row-gap: 0.8rem;
}

@media screen and (max-width: 768px) {
  .p-tile_information {
    grid-row-gap: 0.6rem;
  }
}

.p-tile_information_title {
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .p-tile_information_title {
    font-size: 1.8rem;
  }
}

.p-tile_information_amount {
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 1100px) {
  .p-tile_information_amount {
    font-size: 2.1rem;
  }
}

.p-tile_information_amount .num {
  font-size: 4.8rem;
  line-height: 1.1;
  padding: 0.05em;
  vertical-align: -0.05em;
}

@media screen and (max-width: 1100px) {
  .p-tile_information_amount .num {
    font-size: 2.4rem;
  }
}

.p-tile_information_note {
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 0 !important;
}

@media screen and (max-width: 1100px) {
  .p-tile_information_note {
    font-size: 1rem;
  }
}

.p-tile_information_note span {
  display: inline-block;
}

.p-tile_company {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-tile_company {
    gap: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-tile_company {
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.4rem;
  }
}

.p-tile_company_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-tile_company_item {
    gap: 0.8rem;
  }
}

.p-tile_company_logo {
  width: 10.8rem;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-tile_company_logo {
    width: 7.2rem;
  }
}

.p-tile_amountList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

@media screen and (max-width: 1100px) {
  .p-tile_amountList {
    gap: 2rem;
  }
}

.p-tile_amountList_item .sub {
  display: block;
  font-size: 1.8rem;
}

.p-map {
  position: relative;
  z-index: 2;
  width: calc(100% + 6.4rem);
  margin-left: -3.2rem;
  margin-top: 4.8rem;
}

@media screen and (max-width: 768px) {
  .p-map {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    margin-top: 0;
  }
}

.p-map .l-container {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (max-width: 768px) {
  .p-map .l-container {
    padding: 0 1.6rem;
  }
}

.p-map_inner {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 3.2rem 3.2rem 12.8rem;
  background: url("/assets/images/overview/bg_map__pc.webp") no-repeat top center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .p-map_inner {
    background: url("/assets/images/overview/bg_map__sp.webp") no-repeat top 4.8rem center;
    background-size: contain;
    padding: 9rem 0 6.4rem;
    text-align: center;
  }
  .p-map_inner img {
    max-width: 48rem;
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .p-map_inner {
    padding: 3.2rem 0 6.4rem;
  }
}

.p-map_data {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 14rem;
}

@media screen and (max-width: 768px) {
  .p-map_data {
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media screen and (max-width: 540px) {
  .p-map_data {
    margin-top: 8rem;
  }
}

.p-map_data_text {
  text-align: right;
  margin-top: 0.4rem;
  min-width: 22rem;
}

@media screen and (max-width: 768px) {
  .p-map_data_text {
    width: 100%;
  }
}

.p-map_data_title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-map_data_title {
    font-size: 1.6rem;
  }
}

.p-map_data_title::before {
  content: '';
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--color-lignt-blue);
  border-radius: 999px;
  margin-right: 0.2em;
}

@media screen and (max-width: 768px) {
  .p-map_data_title::before {
    vertical-align: -0.1em;
  }
}

@media screen and (max-width: 768px) {
  .p-map_data_graph {
    width: 100%;
    max-width: 40rem;
  }
}

.p-map_base {
  display: flex;
  justify-content: center;
}

.p-map_base_cont {
  margin: 0 3.2rem;
  font-weight: 700;
}

.p-map_base_label {
  font-size: 4rem;
}

.p-map_base_number {
  font-size: 5rem;
  line-height: 1.2;
}

.p-map_base_number span {
  font-size: 10rem;
}

@media screen and (max-width: 768px) {
  .p-map_base_cont {
    margin: 0 1.2rem;
    font-weight: 700;
  }
  .p-map_base_label {
    text-align: left;
    font-size: 1.8rem;
  }
  .p-map_base_number {
    font-size: 2.4rem;
  }
  .p-map_base_number span {
    font-size: 4.6rem;
  }
}

/* ----------------------------------------
  SMFL in Society
---------------------------------------- */
@media screen and (max-width: 768px) {
  .p-society .c-lead {
    text-align: center;
  }
}

.p-society .c-card_item {
  border-radius: 1.6rem;
  overflow: hidden;
  background: var(--color-white);
  max-width: 48rem;
}

.p-society_image {
  width: 100%;
}

.p-society_information {
  display: grid;
  grid-row-gap: 1.6rem;
  margin-top: 3.2rem;
  padding: 0 2.4rem 4.8rem;
}

@media screen and (max-width: 768px) {
  .p-society_information {
    margin-top: 2.4rem;
    grid-row-gap: 1.2rem;
    padding: 0 1.6rem 2.4rem;
  }
}

.p-society_information_title {
  margin: 0;
  font-size: 2.8rem;
}

@media screen and (max-width: 1100px) {
  .p-society_information_title {
    font-size: 1.8rem;
  }
}

.p-society_information_title .-note {
  display: block;
  font-size: 1.4rem;
}

.p-society_information_subtitle {
  margin: 0 !important;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 700;
}

.p-society_information_text {
  margin: 0 !important;
  line-height: 1.75;
}

.p-society_information_text.-attention {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1100px) {
  .p-society_information_text.-attention {
    font-size: 2.7rem;
  }
}

.p-society_information_amount {
  margin: 0 !important;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-society_information_amount {
    font-size: 1.6rem;
  }
}

.p-society_information_amount .num {
  font-size: 3.2rem;
  padding: 0 0.1em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-society_information_amount .num {
    font-size: 3rem;
  }
}

.p-society_information_amount .sub {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-society_information_amount .sub {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------
  SMFL Times
---------------------------------------- */
.p-articleList {
  display: grid;
  grid-row-gap: 2.4rem;
}

.p-articleList_link {
  display: flex;
  gap: 4rem;
  background: var(--color-white);
  padding: 4rem;
  border-radius: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-articleList_link {
    flex-direction: column;
    gap: 1.6rem;
    padding: 1.6rem;
    border-radius: 1.8rem;
  }
}

.p-articleList_link:hover {
  text-decoration: none;
  opacity: 0.9;
}

.p-articleList_thumb {
  flex: 1;
}

.p-articleList_thumb img {
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-articleList_thumb img {
    border-radius: 0.8rem;
  }
}

.p-articleList_info {
  flex: 2.133;
  color: var(--color-text-main);
}

.p-articleList_info_title {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .p-articleList_info_title {
    font-size: 2.1rem;
  }
}

.p-articleList_info_more {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
  line-height: 4rem;
  padding-right: 4rem;
  margin-top: 1.6rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-articleList_info_more {
    font-size: 1.6rem;
    line-height: 3.2rem;
    padding-right: 3.2rem;
  }
}

.p-articleList_info_more::after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  background: url("/assets/images/overview/ico_arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .p-articleList_info_more::after {
    font-size: 2.1rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
