@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

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

body {
  font-size: 18px;
  font-weight: 500;
  font-family: "futura-pt", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  color: #000000;
  background: #F8F8F8;
}

body a {
  color: #000000;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

.sp_only {
  display: none;
}

.bold {
  font-weight: bold;
}

.test {
  font-family: "Oswald", sans-serif;
}

.inner {
  box-sizing: content-box;
  max-width: 1120px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
    align-items: flex-start;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .inner {
    padding: 0 5%;
  }
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.futura {
  font-family: "futura-pt", sans-serif;
}

/*----------------------------------
セクション名やクラス名
----------------------------------*/
/*----- 小見出し -----*/
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  aspect-ratio: 1440/880;
  background: url(../images/bg_mv.webp) center bottom no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 9.5%;
}

.mv_new {
  aspect-ratio: 1440/880;
  background: url(../images/bg_mv_new.webp) center bottom no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 9.5%;
}

.mv h1 {
  width: 64%;
  margin-left: 4.5%;
  position: relative;
  z-index: 10;
}

.mv_new h1 {
  width: 50%;
  position: relative;
  z-index: 10;
  top: 30%;
  left: 49%;
  transform: translate(-50%, -50%);
  margin-left: 0;
}

.mv .pic {
  width: 37%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.mv .pic img {
  vertical-align: bottom;
}

.mv .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #25254F;
  padding: 10px 40px;
  display: flex;
  align-items: center;
}

.mv .txt img {
  width: 16%;
}

.mv .txt p {
  margin-left: 2%;
  color: #fff;
  font-size: 2.98vw;
  font-weight: 700;
}

.mv .txt p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 45px;
  width: 28.5%;
  height: 2px;
  background-color: #fff;
  display: block;
}

.mv .txt p span {
  font-size: 4.5vw;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
}

.confetti canvas {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .mv {
    aspect-ratio: 750/1280;
    background: url(../images/bg_mv_sp.webp) center bottom no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .mv h1 {
    width: 85%;
    margin-left: 0%;
  }

  .mv .pic {
    width: 36vw;
    margin-top: 40px;
    position: static;
  }

  .mv .txt {
    padding: 0px 20px;
    display: flex;
    align-items: center;
  }

  .mv .txt img {
    width: 16.4vw;
  }

  .mv .txt p {
    margin-left: 2%;
    font-size: 4.5vw;
  }

  .mv .txt p::after {
    display: none;
  }

  .mv .txt p span {
    font-size: 7.19vw;
  }

  .confetti canvas {
    aspect-ratio: 750/1280;
  }
}

@media screen and (max-width: 380px) {
  .mv .txt p {
    font-size: 4vw;
  }
}

/*----------------------------------------------------- */
/*  message           */
/*----------------------------------------------------- */
.message {
  padding: 140px 0 180px;
  background: #F8F8F8;
  position: relative;
  z-index: 1;
}

.message h2 {
  text-align: center;
  margin-bottom: 100px;
}

.message h2 em {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.message h2 em::first-letter {
  color: #0E7CBC;
}

.message h2 span {
  display: block;
  font-weight: 500;
  font-size: 20px;
}

.message .wrap {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.message .wrap .pic {
  width: 35%;
}

.message .wrap .txt {
  width: 55.5%;
}

.message .wrap .txt .position {
  font-size: 20px;
  margin-bottom: 10px;
}

.message .wrap .txt h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.message .wrap .txt h3 span {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  padding-left: 15px;
}

.message .wrap+.wrap {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .message {
    padding: 70px 0;
  }

  .message h2 {
    margin-bottom: 50px;
  }

  .message h2 em {
    font-size: 8.5vw;
  }

  .message h2 span {
    font-size: 2.6vw;
  }

  .message .wrap {
    max-width: 900px;
    margin: 0 auto;
    display: block;
  }

  .message .wrap .pic {
    width: 42.6vw;
    margin: 0 auto 20px;
  }

  .message .wrap .txt {
    width: 80vw;
    margin: 0 auto;
  }

  .message .wrap .txt .position {
    font-size: 3vw;
    margin-bottom: 8px;
  }

  .message .wrap .txt h3 {
    font-size: 5.3vw;
    margin-bottom: 16px;
  }

  .message .wrap .txt h3 span {
    font-family: "futura-pt", sans-serif;
    font-size: 2.6vw;
    padding-left: 15px;
  }

  .message .wrap+.wrap {
    margin-top: 50px;
  }
}

/*----------------------------------------------------- */
/*  event           */
/*----------------------------------------------------- */
.event {
  background: #25254F;
  padding: 180px 0;
}

.event h2 {
  text-align: center;
  margin-bottom: 100px;
  color: #fff;
}

.event h2 em {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.event h2 em::first-letter {
  color: #FBCF47;
}

.event h2 span {
  display: block;
  font-weight: 500;
  font-size: 20px;
}

.event .txt {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 120px;
}

.event .logo {
  max-width: 617px;
  margin: 0 auto 100px;
}

.event .countdown {
  max-width: 420px;
  margin: 0 auto 100px;
  background: #0E7CBC;
  border-radius: 15px;
  padding: 15px 30px;
}

.event .countdown .ttl {
  max-width: 233px;
  margin: 0 auto 20px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 0;
  color: #0E7CBC;
  background: #fff;
  border-radius: 100px;
}

.event .countdown .time {
  display: flex;
  justify-content: space-between;
}

.event .countdown .time li {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  text-align: center;
  position: relative;
}

.event .countdown .time li p {
  font-size: 47px;
  letter-spacing: 0.01em;
  line-height: 1;
}

.event .countdown .time li span {
  font-size: 13px;
}

.event .countdown .time li:nth-child(1)::after {
  content: "";
  position: absolute;
  right: -38%;
  top: 12.5%;
  width: 1px;
  height: 75%;
  background: #fff;
}

.event .countdown .time li:nth-child(2)::after,
.event .countdown .time li:nth-child(3)::after {
  content: ":";
  position: absolute;
  top: -18px;
  right: -54%;
  font-size: 47px;
}

.event .date {
  display: flex;
  justify-content: center;
}

.event .date .pic {
  max-width: 343px;
  margin-right: 30px;
}

.event .date p {
  margin-top: -5px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .event {
    padding: 90px 0;
  }

  .event h2 {
    margin-bottom: 50px;
  }

  .event h2 em {
    font-size: 8.5vw;
  }

  .event h2 span {
    font-size: 2.6vw;
  }

  .event .txt {
    font-size: 4.26vw;
    margin-bottom: 60px;
  }

  .event .logo {
    max-width: 85%;
    margin: 0 auto 50px;
  }

  .event .countdown {
    max-width: 56vw;
    margin: 0 auto 50px;
    border-radius: 7px;
    padding: 7px 15px;
  }

  .event .countdown .ttl {
    max-width: 31vw;
    margin: 0 auto 10px;
    padding: 3px 0;
    font-size: 2.4vw;
  }

  .event .countdown .time {
    display: flex;
    justify-content: space-between;
  }

  .event .countdown .time li {
    color: #fff;
    font-family: "futura-pt", sans-serif;
    text-align: center;
    position: relative;
  }

  .event .countdown .time li p {
    font-size: 6.26vw;
  }

  .event .countdown .time li span {
    font-size: 1.7vw;
  }

  .event .countdown .time li:nth-child(1)::after {
    content: "";
    position: absolute;
    right: -38%;
    top: 12.5%;
    width: 1px;
    height: 75%;
    background: #fff;
  }

  .event .countdown .time li:nth-child(2)::after,
  .event .countdown .time li:nth-child(3)::after {
    content: ":";
    position: absolute;
    top: -10px;
    right: -54%;
    font-size: 6.26vw;
  }

  .event .date {
    display: block;
    width: 83.2vw;
    margin: 0 auto;
  }

  .event .date .pic {
    max-width: 45.7vw;
    margin: 0 auto 10px;
  }

  .event .date p {
    margin-top: 0;
    font-size: 4.2vw;
  }
}

/*----------------------------------------------------- */
/*  voice           */
/*----------------------------------------------------- */
.voice {
  padding: 180px 0 100px;
  background: #F8F8F8;
  position: relative;
  z-index: 1;
}

.voice h2 {
  text-align: center;
  margin-bottom: 100px;
}

.voice h2 em {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.voice h2 em::first-letter {
  color: #0E7CBC;
}

.voice h2 span {
  display: block;
  font-weight: 500;
  font-size: 20px;
}

.voice .voice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.voice .voice_list li {
  width: 21%;
  margin-bottom: 24px;
}

.voice .voice_list li:nth-child(1),
.voice .voice_list li:nth-child(2),
.voice .voice_list li:nth-child(3),
.voice .voice_list li:nth-child(5),
.voice .voice_list li:nth-child(6) {
  margin-right: 5%;
}

.voice .voice_list a {
  transition: 0.3s ease-in-out;
}

.voice .voice_list a:hover {
  opacity: 0.8;
}

.popup {
  display: none;
}

.popup_wrap {
  max-width: 748px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.popup_wrap .pic {
  width: 26%;
}

.popup_wrap .txt {
  width: 70%;
}

.popup_wrap .txt .position {
  font-size: 20px;
  margin-bottom: 30px;
}

.popup_wrap .txt h3 {
  font-size: 40px;
  margin-bottom: 30px;
}

.popup_wrap .txt h3 span {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  padding-left: 15px;
}

.modaal-wrapper .modaal-close {
  display: none;
}

.modaal-container {
  max-width: 900px;
}

.modaal-content-container {
  padding: 100px 76px;
}

@media screen and (max-width: 767px) {
  .voice {
    padding: 90px 0;
  }

  .voice .inner {
    padding: 0;
  }

  .voice h2 {
    margin-bottom: 50px;
  }

  .voice h2 em {
    font-size: 8.5vw;
  }

  .voice h2 span {
    font-size: 2.6vw;
  }

  .voice .voice_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .voice .voice_list li {
    width: 21.2%;
    margin-bottom: 12px;
  }

  .voice .voice_list li:nth-child(1),
  .voice .voice_list li:nth-child(2),
  .voice .voice_list li:nth-child(3),
  .voice .voice_list li:nth-child(5),
  .voice .voice_list li:nth-child(6) {
    margin-right: 5%;
  }

  .voice .voice_list a {
    transition: 0.3s ease-in-out;
  }

  .voice .voice_list a:hover {
    opacity: 0.8;
  }

  .popup {
    display: none;
  }

  .popup_wrap {
    display: block;
  }

  .popup_wrap .pic {
    width: 45%;
    margin: 0 auto 20px;
  }

  .popup_wrap .txt {
    width: 100%;
  }

  .popup_wrap .txt .position {
    font-size: 2.6vw;
    margin-bottom: 15px;
  }

  .popup_wrap .txt h3 {
    font-size: 5.3vw;
    margin-bottom: 10px;
  }

  .popup_wrap .txt h3 span {
    font-size: 2.6vw;
  }

  .modaal-wrapper .modaal-close {
    display: none;
  }

  .modaal-container {
    max-width: 900px;
  }

  .modaal-content-container {
    padding: 50px 38px;
  }
}

/*----------------------------------------------------- */
/*  eco           */
/*----------------------------------------------------- */
.eco {
  padding: 120px 0;
  overflow: hidden;
  background: #F8F8F8;
  position: relative;
  z-index: 1;
}

.eco h2 {
  text-align: center;
  margin-bottom: 100px;
}

.eco h2 em {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.eco h2 em::first-letter {
  color: #0E7CBC;
}

.eco h2 span {
  display: block;
  font-weight: 500;
  font-size: 20px;
}

.eco .box {
  background: #fff;
  position: relative;
}

.eco .box01 {
  margin-bottom: 80px;
  padding: 80px 8% 80px;
}

.eco .box01::after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background: #fff;
}

.eco .box01 h3 {
  font-size: 34px;
  font-weight: 700;
  color: #25254F;
}

.eco .box01 h3 span {
  font-size: 30px;
}

.eco .box01 .txt01 {
  font-size: 24px;
  font-weight: 500;
  color: #CA2D29;
}

.eco .box01 .txt02 {
  font-size: 64px;
  font-weight: 900;
  color: #25254F;
  line-height: 1.4;
  margin-bottom: 40px;
  margin-top: 0;
}

.eco .box01 .txt02 em {
  font-family: "futura-pt", sans-serif;
  font-size: 150px;
  font-weight: 500;
  color: #CA2D29;
}

.box01 .txt02:nth-of-type(1) {
  margin-bottom: 40px;
}

.stat-icon {
  width: 120px;
  height: auto;
  margin-right: 40px;
}

.eco .box02 {
  padding: 80px 0 80px 8%;
}

.eco .box01.new {
  padding: 80px 0 80px 8%;
}

.eco .box01.new::after {
  content: "";
  position: absolute;
  top: 0;
  right: -200%;
  width: 200%;
  height: 100%;
  background: #fff;
  left: unset;
}

.eco .box02::after {
  content: "";
  position: absolute;
  top: 0;
  right: -200%;
  width: 200%;
  height: 100%;
  background: #fff;
}

.eco .box02 h3 {
  color: #25254F;
  background: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}

.eco h3.group-title {
  font-size: 20px;
  font-weight: bold;
  color: #25254F;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  position: relative;
}

.eco .group-title::after {
  content: '';
  display: block;
  height: 2px;
  background-color: #25254F;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.eco .box01 h3.group-title {
  margin-bottom: 80px;
}

.eco .box02 h3.group-title {
  padding-bottom: 16px;
}

.eco dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #25254F;
  position: relative;
  z-index: 10;
}

.eco dl::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 4px;
  background: #25254F;
  z-index: -1;
}

.eco dl dt {
  background: #fff;
  padding-right: 30px;
  padding: auto;
  padding-top: 5px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.eco dl dt span {
  font-size: 20px;
  font-weight: 700;
}

.eco dl dd {
  background: #fff;
  padding-left: 30px;
  font-size: 43px;
  font-weight: 900;
  line-height: 1;
}

.eco dl dd em {
  font-family: "futura-pt", sans-serif;
  font-size: 86px;
  font-weight: 500;
  color: #CA2D29;
  letter-spacing: -0.01em;
}

.eco dl {
  margin-top: 100px;
}

.box02 dd.stat-value .counter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.stat-icon-small {
  width: 100px;
  height: auto;
  margin-right: 10px;
}

.box02 dd.stat-value .number {
  color: #e74c3c;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1;
}

.box02 dd.stat-value {
  font-size: 1.2em;
  font-weight: 700;
  color: #333;
}

.eco .group-img {
  display: flex;
  justify-content: center;
  margin: 100px;
}

.eco .group-img img {
  max-width: 1000px;
  width: 100%;
}

.flex-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 10px;
}

.flex-title .title-text-wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-right: 10px;
}

.flex-title .sub-brands {
  font-size: 0.8rem;
  color: #666;
  font-weight: normal;
  white-space: nowrap;
}

.sub-brands-note {
  font-size: 24px;
  font-weight: 500;
  color: #25254F;
}

.company-icons {
  display: flex;
  align-items: center;
}

.company-icons img {
  height: 54px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .eco {
    padding: 20px 0 0 0;
  }

  .eco .inner {
    padding: 0;
  }

  .eco h2 {
    margin-bottom: 50px;
  }

  .eco h2 em {
    font-size: 8.5vw;
  }

  .eco h2 span {
    font-size: 2.6vw;
  }

  .eco .box01 {
    margin-bottom: 40px;
    padding: 40px 5%;
    text-align: center;
  }

  .eco .box01 h3 {
    font-size: 4vw;
  }

  .eco .box01 h3 span {
    font-size: 3vw;
  }

  .eco .box01 .txt01 {
    font-size: 2.6vw;
  }

  .eco .box01 .txt02 {
    font-size: 8.5vw;
    margin-top: 8px;
    margin-bottom: 40px;
  }

  .box01 .txt02:nth-of-type(1) {
    margin-bottom: 40px;
  }

  .eco .box01 .txt02 em {
    font-size: 15vw;
  }

  .eco .box01.new {
    padding: 40px 0 40px 0;
  }

  .eco .box02 {
    padding: 40px 5%;
    text-align: center;
  }

  .eco .box02 h3 {
    text-align: center;
    padding-right: 0;
    padding-top: 0px;
    font-size: 3.73vw;
    margin-bottom: 20px;
  }

  .eco h3.group-title {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 4px;
    display: inline-block;
    width: auto;
  }

  .eco .box01 h3.group-title {
    margin-bottom: 40px;
  }

  .eco .box02 h3.group-title {
    padding-bottom: 10px;
  }

  .eco dl {
    display: block;
    margin-top: 40px;
  }

  .eco dl::before {
    display: none;
  }

  .eco dl dt {
    text-align: center;
    padding-right: 0;
    padding-top: 0px;
    font-size: 3.73vw;
    margin-bottom: 10px;
  }

  .eco dl dt span {
    font-size: 2.6vw;
  }

  .eco dl dd {
    text-align: center;
    padding-left: 0px;
    font-size: 4vw;
  }

  .eco dl dd em {
    font-size: 9.3vw;
  }

  .eco dl+dl {
    margin-top: 40px;
  }

  .stat-icon {
    width: 60px;
    margin-right: 10px;
  }

  .eco .group-img {
    margin: 10% 5%;
  }

  .flex-title {
    display: block;
  }

  .flex-title .title-text-wrap {
    justify-content: center;
    margin-right: 0;
  }

  .stat-group .txt02 {
    margin-bottom: 40px;
  }

  .company-icons {
    display: unset;
  }

  .sub-brands-note {
    font-size: 3vw;
  }

  .company-icons img {
    height: 34px;
  }
}

/*----------------------------------------------------- */
/*  history           */
/*----------------------------------------------------- */
.history {
  padding: 100px 0 200px;
  overflow: hidden;
  background: #F8F8F8;
  position: relative;
  z-index: 1;
}

.history h2 {
  text-align: center;
  margin-bottom: 100px;
}

.history h2 em {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.history h2 em::first-letter {
  color: #0E7CBC;
}

.history h2 span {
  display: block;
  font-weight: 500;
  font-size: 20px;
}

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

.history_list01::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 16px;
  width: 8px;
  height: 98%;
  background-color: rgba(203, 203, 203, 0.5);
}

.history_list01 li {
  padding-left: 120px;
  display: flex;
  position: relative;
}

.history_list01 li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: #fff;
  border: 8px solid #e1e1e1;
  z-index: 10;
}

.history_list01 li span {
  font-family: "futura-pt", sans-serif;
  font-size: 48px;
  font-weight: 500;
  margin-right: 35px;
}

.history_list01 li p {
  padding-top: 15px;
  font-size: 24px;
}

.history_list01 li+li {
  margin-top: 234px;
}

.history_list01 li:nth-child(5) span {
  margin-right: 170px;
}

.history_list01 li:nth-child(9) span {
  margin-right: 80px;
}

.history_list02 {
  padding-top: 264px;
  padding-bottom: 200px;
  position: relative;
  z-index: 10;
  margin-top: -30px;
}

.history_list02::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 16px;
  width: 8px;
  height: 100%;
  border-left: 8px dashed #c7dae8;
}

.history_list02 .history_item {
  padding-left: 120px;
  display: flex;
  position: relative;
}

.history_list02 .history_item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: #fff;
  border: 8px solid #c7dae8;
  z-index: 10;
}

.history_list02 .history_item span {
  font-family: "futura-pt", sans-serif;
  font-size: 48px;
  font-weight: 500;
  margin-right: 180px;
}

.history_list02 .history_item p {
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.history_list02 .history_item p em {
  font-family: "futura-pt", sans-serif;
  font-size: 96px;
  font-weight: 500;
}

.history_list02 .history_item ul {
  display: flex;
}

.history_list02 .history_item ul li {
  background: #fff;
  border: 1px solid #000000;
  font-size: 14px;
  line-height: 1.3;
  padding: 0 8px;
}

.history_list02 .history_item ul li em {
  font-size: 20px;
}

.history_list02 .history_item ul li+li {
  margin-left: 16px;
}

.history_list02 .history_item+.history_item {
  margin-top: 190px;
}

.history_pic01 {
  position: absolute;
  width: 480px;
  top: 220px;
  left: 800px;
}

.history_pic02 {
  position: absolute;
  width: 520px;
  top: 690px;
  right: 780px;
}

.history_pic03 {
  position: absolute;
  width: 400px;
  top: 850px;
  left: 880px;
}

.history_pic04 {
  position: absolute;
  width: 520px;
  top: 1360px;
  right: 800px;
}

.history_pic05 {
  position: absolute;
  width: 480px;
  top: 1670px;
  left: 680px;
}

.history_pic06 {
  position: absolute;
  width: 480px;
  top: 2220px;
  left: 880px;
}

.history_pic07 {
  position: absolute;
  width: 400px;
  top: 2800px;
  right: 880px;
}

.history_pic08 {
  position: absolute;
  width: 606px;
  top: 3250px;
  left: 760px;
}

@media screen and (max-width: 767px) {
  .history {
    padding: 50px 0 40px;
  }

  .history h2 {
    margin-bottom: 50px;
  }

  .history h2 em {
    font-size: 8.5vw;
  }

  .history h2 span {
    font-size: 2.6vw;
  }

  .history_list01 {
    position: relative;
    z-index: 10;
    margin-left: 25px;
  }

  .history_list01::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 4px;
    width: 2px;
    height: 97%;
    background-color: rgba(203, 203, 203, 0.5);
  }

  .history_list01 li {
    padding-left: 30px;
    display: flex;
    position: relative;
  }

  .history_list01 li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #e1e1e1;
    z-index: 10;
  }

  .history_list01 li span {
    font-size: 4vw;
    margin-right: 10px;
  }

  .history_list01 li p {
    padding-top: 5px;
    letter-spacing: 0.1em;
    font-size: 2vw;
  }

  .history_list01 li+li {
    margin-top: 58px;
  }

  .history_list01 li:nth-child(5) span {
    margin-right: 12vw;
  }

  .history_list01 li:nth-child(9) span {
    margin-right: 5.2vw;
  }

  .history_list02 {
    margin-left: 25px;
    padding-top: 60px;
    padding-bottom: 26px;
    position: relative;
    z-index: 10;
    margin-top: -10px;
  }

  .history_list02::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 4px;
    width: 2px;
    height: 100%;
    border-left: 2px dashed #c7dae8;
  }

  .history_list02 .history_item {
    padding-left: 30px;
    display: flex;
    position: relative;
  }

  .history_list02 .history_item::before {
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border: 2px solid #c7dae8;
  }

  .history_list02 .history_item span {
    font-size: 4vw;
    margin-right: 9vw;
  }

  .history_list02 .history_item p {
    letter-spacing: 0.1em;
    font-size: 4.3vw;
    margin-bottom: 10px;
  }

  .history_list02 .history_item p em {
    font-size: 6.6vw;
  }

  .history_list02 .history_item ul {
    display: flex;
  }

  .history_list02 .history_item ul li {
    font-size: 1.3vw;
    padding: 0 2px;
  }

  .history_list02 .history_item ul li em {
    font-size: 1.8vw;
  }

  .history_list02 .history_item ul li+li {
    margin-left: 8px;
  }

  .history_list02 .history_item+.history_item {
    margin-top: 58px;
  }

  .history_pic01 {
    width: 37.3vw;
    top: 8.5%;
    left: auto;
    right: 0;
  }

  .history_pic02 {
    width: 36vw;
    top: 18%;
    right: auto;
    left: 0;
  }

  .history_pic03 {
    width: 27.7vw;
    top: 21%;
    left: auto;
    right: 0;
  }

  .history_pic04 {
    width: 36vw;
    top: 35.5%;
    right: auto;
    left: 0;
  }

  .history_pic05 {
    width: 33vw;
    top: 39.5%;
    left: auto;
    right: 7.06vw;
  }

  .history_pic06 {
    width: 33.3vw;
    top: 50%;
    left: auto;
    right: 0;
  }

  .history_pic07 {
    width: 27.7vw;
    top: 65.5%;
    left: 2.6vw;
    right: auto;
  }

  .history_pic08 {
    width: 44.6vw;
    top: auto;
    bottom: 17%;
    left: auto;
    right: 0;
  }

  /*.history_pic09 {
    width: 36vw;
    bottom: 8.5%;
    right: auto;
    left: 0;
  }*/
}

@media screen and (max-width: 599px) {
  .history_pic01 {
    width: 35vw;
    top: 8.5%;
  }

  .history_pic02 {
    top: 22%;
  }

  .history_pic03 {
    top: 26%;
  }

  .history_pic04 {
    top: 43%;
  }

  .history_pic05 {
    top: 49%;
  }

  .history_pic06 {
    top: 62%;
  }

  .history_pic07 {
    top: 80%;
  }

  .history_pic08 {
    bottom: 2.5%;
  }
}

/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
.footer {
  background: #25254F;
  padding-bottom: 80px;
}

.footer .pic {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

.footer .logo {
  max-width: 280px;
  margin: 0 auto 80px;
}

.footer p {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.footer .inner>a p {
  padding-bottom: 40px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 30px;
  }

  .footer .pic {
    margin-bottom: 50px;
  }

  .footer .logo {
    max-width: 22.1vw;
    margin: 0 auto 28px;
  }

  .footer p {
    font-size: 1.8vw;
  }
}

/* =========================================
   フェードインアニメーションの共通スタイル
========================================= */

/* 初期状態: 透明で、左右どちらかに移動した状態 */
.js-fadein {
  opacity: 0;
  transition: opacity 1.5s, transform 3s;
  /* アニメーションの時間と対象を指定 */
}

/* 左側からフェードインする要素 */
.message .inner,
.box01,
.history_pic02,
.history_pic04,
.history_pic07 {
  transform: translateX(-200px);
  /* 初期位置: 左に50pxずらす */
}

/* 右側からフェードインする要素 */
.event .inner,
.box01.new,
.box02,
.history_pic01,
.history_pic03,
.history_pic05,
.history_pic06,
.history_pic08 {
  transform: translateX(200px);
}

/* アニメーション実行後の状態: is-showクラスが付与されたら発動 */
.js-fadein.is-show {
  opacity: 1;
  /* 不透明にする */
  transform: translateX(0);
  /* 元の位置に戻す */
}


@media screen and (min-width: 768px) {
  .box01 .item {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .box01.new .item {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .box01 .item.is-visible {
    opacity: 1;
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .box01 .item .number {
    opacity: 0;
    transition: opacity 0.6s ease;
  }

  .box01 .item.is-visible .number {
    opacity: 1;
  }
}