@charset "UTF-8";
/* ==========================================================================
mixin
========================================================================== */
/*font settings

**************************************************/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400;500;600;700;800&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

/* 

**************************************************/
/* ==========================================================================
common
========================================================================== */
body {
  background: #f0f1f5;
}
@media only screen and (max-width: 640px) {
  body {
    width: 100%;
  }
}

html {
  zoom: normal !important;
  font-size: 62.5%;
}

.main {
  background: none !important;
}
.main > section {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .main > section {
    padding: 40px 0;
  }
}

.outer__inner {
  width: 1135px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .outer__inner {
    width: 90%;
  }
}

#partnership .main {
  padding-bottom: 0 !important;
}

#headerPC--space {
  padding-top: 90px !important;
}
@media only screen and (max-width: 640px) {
  #headerPC--space {
    display: none;
  }
}

#philosophy-area p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
#philosophy-area .btn {
  padding: 1rem 4rem;
}
@media only screen and (max-width: 640px) {
  #philosophy-area .btn {
    padding: 0;
  }
}

.partner-area {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 100px;
}
@media only screen and (max-width: 640px) {
  .partner-area {
    padding: 10px 0 30px;
  }
}
.partner-area__title {
  margin: 0 auto 10px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.partner-area__tier1, .partner-area__tier2, .partner-area__tier3, .partner-area__tier4, .partner-area__tier5, .partner-area__tier6 {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .partner-area__tier1, .partner-area__tier2, .partner-area__tier3, .partner-area__tier4, .partner-area__tier5, .partner-area__tier6 {
    margin-top: 20px;
  }
}
.partner-area__tier1 ul, .partner-area__tier2 ul, .partner-area__tier3 ul, .partner-area__tier4 ul, .partner-area__tier5 ul, .partner-area__tier6 ul {
  display: flex;
  justify-content: center;
  gap: 10px 10px;
  flex-wrap: wrap;
}
.partner-area__tier1 ul li img, .partner-area__tier2 ul li img, .partner-area__tier3 ul li img, .partner-area__tier4 ul li img, .partner-area__tier5 ul li img, .partner-area__tier6 ul li img {
  width: 100%;
}
.partner-area__tier1 li {
  width: 230px;
}
@media only screen and (max-width: 640px) {
  .partner-area__tier1 li {
    width: 48%;
  }
}
.partner-area__tier2 li {
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .partner-area__tier2 li {
    width: 45%;
  }
}
.partner-area__tier3 li {
  width: 180px;
}
@media only screen and (max-width: 640px) {
  .partner-area__tier3 li {
    width: 40%;
  }
}
.partner-area__tier4, .partner-area__tier5, .partner-area__tier6 {
  width: 100%;
  max-width: 1100px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 640px) {
  .partner-area__tier4, .partner-area__tier5, .partner-area__tier6 {
    margin: 20px auto 0;
  }
}
.partner-area__tier4 li, .partner-area__tier5 li, .partner-area__tier6 li {
  width: 160px;
}
@media only screen and (max-width: 640px) {
  .partner-area__tier4 li, .partner-area__tier5 li, .partner-area__tier6 li {
    width: 38%;
  }
}
.partner-area__tier4.column4, .partner-area__tier5.column4, .partner-area__tier6.column4 {
  max-width: 700px;
}

figure,
p {
  margin: 0;
}

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

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

#subnavi {
  display: none !important;
}

body.partnership.is_news_detail #subnavi {
  display: block !important;
}

.slick-dotted.slick-slider {
  padding: 0;
}

.rightsArea .slick-dots {
  bottom: -65px;
}
@media only screen and (max-width: 640px) {
  .rightsArea .slick-dots {
    bottom: -35px;
  }
}
.rightsArea .slick-dots li {
  min-width: inherit !important;
}
@media only screen and (max-width: 640px) {
  .rightsArea .slick-dots li {
    margin: 0;
  }
}
.rightsArea .slick-dots li button:before {
  opacity: 1;
  color: #7886a1;
}
.rightsArea .slick-dots li.slick-active button:before {
  color: #fff;
}
.rightsArea .slick-next,
.rightsArea .slick-prev {
  width: 100px;
  height: 46px;
  background: #001d55;
  opacity: 1;
  transform: inherit;
  bottom: -76px;
  top: inherit;
  transition: 0.5s;
}
@media only screen and (max-width: 640px) {
  .rightsArea .slick-next,
  .rightsArea .slick-prev {
    bottom: -100px;
    width: 80px;
  }
}
.rightsArea .slick-next:before,
.rightsArea .slick-prev:before {
  font-weight: 900;
  opacity: 1;
}
.rightsArea .slick-next {
  left: inherit;
  right: 10%;
}
@media only screen and (max-width: 640px) {
  .rightsArea .slick-next {
    right: 5%;
  }
}
.rightsArea .slick-prev {
  left: 10%;
}
@media only screen and (max-width: 640px) {
  .rightsArea .slick-prev {
    left: 5%;
  }
}

.assetArea .slick-dots {
  width: 90%;
  bottom: -65px;
}
@media only screen and (max-width: 640px) {
  .assetArea .slick-dots {
    width: 100%;
  }
}
.assetArea .slick-dots li {
  min-width: inherit !important;
}
@media only screen and (max-width: 640px) {
  .assetArea .slick-dots li {
    margin: 0;
  }
}
.assetArea .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
.assetArea .slick-next,
.assetArea .slick-prev {
  width: 100px;
  height: 46px;
  background: #001d55;
  opacity: 1;
  transform: inherit;
  bottom: -76px;
  top: inherit;
  transition: 0.5s;
}
@media only screen and (max-width: 640px) {
  .assetArea .slick-next,
  .assetArea .slick-prev {
    width: 80px;
  }
}
.assetArea .slick-next:before,
.assetArea .slick-prev:before {
  font-weight: 900;
  opacity: 1;
}
.assetArea .slick-next {
  right: 15%;
  left: inherit;
}
@media only screen and (max-width: 640px) {
  .assetArea .slick-next {
    right: 5%;
  }
}
.assetArea .slick-prev {
  left: 3vw;
}
@media only screen and (max-width: 640px) {
  .assetArea .slick-prev {
    left: 5%;
  }
}
@media only screen and (max-width: 640px) {
  .assetArea .slick-list {
    padding-left: 10vw;
  }
}
.assetArea .slick-slider {
  padding: 0;
  background: none;
  z-index: 100;
}
.assetArea .slick-track {
  display: flex;
}
.assetArea .slick-slide {
  height: auto !important;
}

@media only screen and (min-width: 641px) {
  .partnership #gnav {
    display: none;
  }
}
.partnership #sitemap {
  display: none !important;
}

/* タイトル　*/
.heading__main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  width: auto;
  margin-right: 5%;
  position: relative;
  margin-top: 0;
  float: inherit;
}
@media only screen and (max-width: 640px) {
  .heading__main {
    align-items: flex-end;
  }
}
.heading__main .eng {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #001d55;
  font-size: 60px;
  font-size: 6rem;
  padding-right: 60px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .heading__main .eng {
    font-size: 9vw;
    padding-right: 11vw;
  }
}
.heading__main .eng:before {
  content: "";
  position: absolute;
  display: block;
  width: 47px;
  height: 40px;
  border-radius: 0;
  background: url(/partnership/img/icon_jyd.svg) 0 0 no-repeat;
  background-size: 47px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .heading__main .eng:before {
    background-size: 9vw;
    width: 9vw;
    height: 8vw;
  }
}
.heading__main .jp {
  font-weight: 900;
  color: #001d55;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .heading__main .jp {
    position: relative;
    padding-right: 1em;
    margin-right: 0.5em;
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .heading__main .jp:after {
    content: "／";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.heading__main .dotline {
  width: 250px;
  margin: 0 10px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .heading__main .dotline {
    display: none;
  }
}
.heading__main .dotline:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle farthest-side, gray, gray 30%, transparent 30%, transparent);
  background-size: 5px 10px;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
}
.heading__sub {
  text-align: center;
  width: 100%;
  float: inherit;
  margin-bottom: 40px;
  margin-left: 0;
  background: #001d55;
  padding: 10px 0;
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .heading__sub {
    margin-bottom: 20px;
    letter-spacing: normal;
  }
}
.heading__sub .eng {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 5px;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .heading__sub .eng {
    font-size: 30px;
    font-size: 3rem;
  }
}

.h1_matrix .bg-wrap,
.h1_matrix .bg-wrap .inn {
  display: block;
}

.h1_matrix {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .h1_matrix {
    margin-bottom: 20px;
  }
}
.h1_matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
  z-index: 2;
  position: relative;
}
.h1_matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}
.h1_matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 5vw;
  color: #fff;
}
.h1_matrix.is-animated .bg-wrap {
  opacity: 1;
}
.h1_matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.h1_matrix.left .heading__main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-left: 5%;
}
@media only screen and (max-width: 640px) {
  .h1_matrix.left .heading__main {
    align-items: flex-end;
  }
}
.h1_matrix.left .heading__main .eng {
  padding-left: 60px;
  padding-right: 0;
}
@media only screen and (max-width: 640px) {
  .h1_matrix.left .heading__main .eng {
    padding-left: 11vw;
  }
}
.h1_matrix.left .heading__main .eng:before {
  right: auto;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .h1_matrix.left .heading__main .jp {
    padding-right: 0;
    padding-left: 1em;
    margin-right: 0;
    margin-left: 0.5em;
  }
}
@media only screen and (max-width: 640px) {
  .h1_matrix.left .heading__main .jp:after {
    right: auto;
    left: 0;
  }
}
.h1_matrix.left .heading__main:before {
  left: 0;
}
.h1_matrix.left:after {
  right: 0;
}
.h1_matrix.right .heading_main {
  margin-right: 5%;
}
.h1_matrix.right .heading_main:after {
  left: -0.2em;
}
.h1_matrix:after {
  content: "";
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 200px;
  font-size: 20rem;
  position: absolute;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .h1_matrix:after {
    font-size: 25vw;
  }
}
#messageArea .h1_matrix:after {
  content: "MESSAGE";
}
#assetArea .h1_matrix:after {
  content: "ASSET";
}
#rightsArea .h1_matrix:after {
  content: "RIGHTS";
}
#caseArea .h1_matrix:after {
  content: "CASE";
}
#conceptArea .h1_matrix:after {
  content: "CONCEPT";
  color: #fff;
}
#newsArea .h1_matrix:after {
  content: "NEWS";
}
#programArea .h1_matrix:after {
  content: "PROGRAM";
}
#partnersArea .h1_matrix:after {
  content: "PARTNERS";
}
.h1_matrix.is-animated:after {
  animation-name: ttlfadeIn;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes ttlfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}

.arrow {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.arrow-txt {
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #c5c5c5;
}
.arrow-right {
  position: relative;
  width: 70px;
}
.arrow-right:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 1px;
  background: #333;
  transition: all 0.3s;
}
.arrow-right:after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 10px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
  transition: all 0.3s;
}

.partnership #container {
  margin: 50px auto 80px !important;
}
@media only screen and (max-width: 640px) {
  .partnership #container {
    margin: 20px auto !important;
  }
}

/* ==========================================================================
ヘッダー
========================================================================== */
.headerArea {
  background: #001d55;
  height: 70px;
  padding: 0 15px;
  padding: 0 clamp(0px, 3vw, 15px) 0;
  position: fixed !important;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
}
.headerArea.fix {
  top: 50px;
}
.headerArea a {
  text-decoration: none;
}
.headerArea__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.headerArea__list--item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  height: 70px;
  text-align: center;
}
.headerArea__list--item a {
  border-right: 1px solid #8d98af;
  padding: 0 clamp(8px, 1vw, 16px) 0;
  position: relative;
}
.headerArea__list--item a:hover:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 4px;
  left: 0;
  background: #cc1918;
}
.headerArea__list--item .eng {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(1rem, 1.3vw, 1.8rem);
}
.headerArea__list--item .jpn {
  font-weight: 900;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}
.headerArea__left {
  display: inline-block;
}
.headerArea__left--logo {
  margin: 0;
  margin-right: 10px;
  width: auto;
  height: 70px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.headerArea__left--logo a {
  height: clamp(25px, 3vw, 43px);
}
.headerArea__left--logo img {
  height: 100%;
}
.headerArea__left nav {
  display: inline-block;
}
.headerArea__right {
  float: right;
}
.headerArea__right .ticket {
  background: #cc1918;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: clamp(1rem, 1.3vw, 1.4rem);
  padding: 0 20px;
  padding: 0 clamp(8px, 1vw, 16px) 0;
  border-radius: 20px;
  margin-top: 15px;
  line-height: 40px;
  display: block;
}
.headerArea__right .ticket:hover {
  background: #940f0e;
  transition: 0.5s;
}
.headerArea__right .ticket .kome {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  font-style: normal;
}
.headerArea__right span.ticket {
  background: #8f8f8f;
  color: #c8c8c8;
}
.headerArea__right span.ticket:hover {
  background: #8f8f8f;
}

.spheaderArea {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .spheaderArea.fix {
    display: block !important;
  }
}

.menutriggerWrap {
  position: fixed;
  right: 0;
  z-index: 11111111;
  width: 70px;
  height: 70px;
  background: #001d55;
  width: 50px;
  height: 50px;
  z-index: 1111111111;
  top: 0;
}

.spmenu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 9px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}
.spmenu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}
.spmenu-trigger span:nth-of-type(1) {
  top: 0;
}
.spmenu-trigger span:nth-of-type(2) {
  top: 9px;
}
.spmenu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.spmenu-trigger.active span {
  background-color: #fff;
}
.spmenu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.spmenu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.spmenu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #b0b0b0;
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
#navigation .navigation_inner {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
}
#navigation .navigation_inner h1 {
  width: 150px;
  margin: auto;
}
#navigation .navigation_inner h1 img {
  width: 100%;
  max-height: inherit;
}
#navigation .navigation_inner .spheder__list--item {
  border-bottom: 1px solid #fff;
  text-align: left;
}
#navigation .navigation_inner .spheder__list--item:nth-child(1) {
  border-top: 1px solid #fff;
}
#navigation .navigation_inner .spheder__list--item a,
#navigation .navigation_inner .spheder__list--item span {
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
  display: block;
}
#navigation .navigation_inner .spheder__list--item a .eng,
#navigation .navigation_inner .spheder__list--item span .eng {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  display: inline-block;
}
#navigation .navigation_inner .spheder__list--item a .jpn,
#navigation .navigation_inner .spheder__list--item span .jpn {
  font-weight: 900;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 0.5em;
  display: inline-block;
}
#navigation .navigation_inner .spheder__list--item.ticket {
  border: none;
  margin-top: 20px;
}
#navigation .navigation_inner .spheder__list--item.ticket a,
#navigation .navigation_inner .spheder__list--item.ticket span {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  background: #cc1918;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
#navigation .navigation_inner .spheder__list--item.ticket a:after,
#navigation .navigation_inner .spheder__list--item.ticket span:after {
  font-family: "Ionicons";
  font-size: 18px;
  content: "\f3d1";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#navigation .navigation_inner .spheder__list--item.ticket a .kome,
#navigation .navigation_inner .spheder__list--item.ticket span .kome {
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
}
#navigation .navigation_inner .spheder__list--item.ticket span {
  line-height: 1;
  background: #8f8f8f;
  color: #b0b0b0;
}
#navigation .navigation_inner .spheder__list--item.ticket span:after {
  color: #b0b0b0;
}
#navigation .navigation_inner .spheder__list--item.ticket span:hover {
  background: #8f8f8f;
}

#headerPC.show {
  display: block;
}

.header-nav.disp-sp.show {
  display: block;
}

body.partnership.partners .main {
  padding-top: 70px;
}
@media only screen and (max-width: 640px) {
  body.partnership.partners .main {
    padding-top: 0;
  }
}

/* ==========================================================================
コンテンツ（TOP）
========================================================================== */
/*-----------------------------------------------------------------
kv
-----------------------------------------------------------------*/
.kvArea {
  position: relative;
  padding-top: 70px !important;
  padding-bottom: 50px;
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media only screen and (max-width: 640px) {
  .kvArea {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
  }
}
.kvArea__list {
  width: 90%;
  margin-left: auto;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.kvArea__list:after {
  content: "";
  background-image: url(/partnership/img/logo_partnership.svg);
  background-size: 150px;
  width: 150px;
  height: 80px;
  display: block;
  background-repeat: no-repeat;
  bottom: 20px;
  position: absolute;
  left: 20px;
}
@media only screen and (max-width: 640px) {
  .kvArea__list:after {
    width: 25vw;
    background-size: 25vw;
    bottom: 0;
    height: 15vw;
    bottom: 15px;
  }
}
.kvArea__list--item {
  overflow: hidden;
}
.kvArea__list--item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
}
@media only screen and (max-width: 640px) {
  .kvArea__list--item img {
    width: auto !important;
    height: 101% !important;
    max-width: inherit !important;
  }
}
.kvArea__title {
  position: absolute;
  top: 100px;
  left: 3%;
}
@media only screen and (max-width: 640px) {
  .kvArea__title {
    top: 20px;
  }
}
.kvArea__title .title {
  font-family: "Poppins", sans-serif;
  font-size: 5vw;
  color: #001d55;
  text-shadow: #fff 1px 0 10px;
  filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
  font-weight: 900;
}
@media only screen and (max-width: 640px) {
  .kvArea__title .title {
    font-size: 12vw;
    line-height: 1.2;
  }
}
.kvArea__title img.title {
  width: 60%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .kvArea__title img.title {
    width: 80%;
  }
}
.kvArea__title .sub span {
  font-weight: 900;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  text-shadow: #fff 1px 0 10px;
  filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
}
.kvArea__title .sub span.disp-pc {
  display: block;
}
@media only screen and (max-width: 640px) {
  .kvArea__title .sub span.disp-pc {
    display: none;
  }
}
.kvArea__title .sub span.disp-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .kvArea__title .sub span.disp-sp {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .kvArea__title .sub span {
    font-size: 4vw;
  }
}
.kvArea__title .sub span img {
  height: 20px;
  display: block;
  margin: 20px 0;
  filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
}
@media only screen and (max-width: 640px) {
  .kvArea__title .sub span img {
    height: 18px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.kvArea__bg {
  background: #001d55;
  display: block;
  width: 90%;
  height: 270px;
  position: absolute;
  bottom: 0px;
  z-index: -1;
}
.kvArea__scroll {
  position: absolute;
  bottom: 0px;
  left: 5%;
}
.kvArea__scroll:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.kvArea__scroll:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 160px;
  background: #eee;
}
.kvArea__scroll span {
  position: absolute;
  bottom: 170px;
  color: #eee;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  left: -0.5em;
}
@keyframes circlemove {
  0% {
    bottom: 150px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.kvArea .slick-slider {
  padding: 0;
}

/*-----------------------------------------------------------------
message
-----------------------------------------------------------------*/
.messageArea {
  padding: 80px 0;
}
@media only screen and (max-width: 640px) {
  .messageArea {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 640px) {
  .messageArea .h1_matrix {
    margin-bottom: 40px;
  }
}
.messageArea__wrap {
  text-align: center;
}
.messageArea__wrap li {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .messageArea__wrap li {
    font-size: 3.5vw;
  }
}
.messageArea__wrap li.strong {
  font-size: 46px;
  font-size: 4.6rem;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .messageArea__wrap li.strong {
    font-size: 9vw;
    margin-top: 0;
  }
}
.messageArea__wrap li.strong img {
  width: 600px;
}
@media only screen and (max-width: 640px) {
  .messageArea__wrap li.strong img {
    width: 90%;
    margin: 20px auto 0;
  }
}
.messageArea__wrap li + li {
  margin-top: 0.5em;
}
.messageArea__wrap.is-animated {
  /* アニメーションスタートの遅延時間を決めるCSS*/
}
.messageArea__wrap.is-animated .box {
  opacity: 0;
}
.messageArea__wrap.is-animated .delay-time01 {
  animation-delay: 0.7s;
}
.messageArea__wrap.is-animated .delay-time02 {
  animation-delay: 1.7s;
}
.messageArea__wrap.is-animated .delay-time03 {
  animation-delay: 2.7s;
}
.messageArea__wrap.is-animated .delay-time04 {
  animation-delay: 3.7s;
}
.messageArea__wrap.is-animated .delay-time05 {
  animation-delay: 4.7s;
}
.messageArea__wrap.is-animated .delay-time06 {
  animation-delay: 5.7s;
}
.messageArea__wrap.is-animated .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.messageArea__wrap.is-animated .fadeUp.strong {
  animation-duration: 2.5s;
}

/*-----------------------------------------------------------------
concept
-----------------------------------------------------------------*/
.conceptArea {
  background: linear-gradient(-45deg, #cc1918, #001d55) fixed;
  background-size: 130% 130%;
  animation: GradietionAnimation 3s ease infinite;
  overflow: hidden;
  padding: 100px 0;
}
@media only screen and (max-width: 640px) {
  .conceptArea {
    padding: 40px 0 80px !important;
  }
}
@keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.conceptArea .heading__main span {
  color: #fff;
}
.conceptArea__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .conceptArea__wrap {
    display: block;
  }
}
.conceptArea__wrap--left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .conceptArea__wrap--left {
    text-align: center;
    margin-bottom: 20px;
  }
}
.conceptArea__wrap--left.is-animated {
  animation-name: fadeIn;
  animation-duration: 3s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.conceptArea__wrap--left p {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 640px) {
  .conceptArea__wrap--left p {
    font-size: 3.5vw;
  }
}
.conceptArea__wrap--right {
  height: 420px;
  position: relative;
  width: 500px;
}
@media only screen and (max-width: 640px) {
  .conceptArea__wrap--right {
    width: 100%;
    height: 340px;
  }
}
.conceptArea__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.conceptArea__list.is-animated .conceptArea__list--item:nth-child(1) {
  animation: ue 1s forwards;
}
@media only screen and (max-width: 640px) {
  .conceptArea__list.is-animated .conceptArea__list--item:nth-child(1) {
    animation: ue_sp 1s forwards;
  }
}
.conceptArea__list.is-animated .conceptArea__list--item:nth-child(2) {
  animation: hidarishita 1s forwards;
}
@media only screen and (max-width: 640px) {
  .conceptArea__list.is-animated .conceptArea__list--item:nth-child(2) {
    animation: hidarishita_sp 1s forwards;
  }
}
.conceptArea__list.is-animated .conceptArea__list--item:nth-child(3) {
  animation: migishita 1s forwards;
}
@media only screen and (max-width: 640px) {
  .conceptArea__list.is-animated .conceptArea__list--item:nth-child(3) {
    animation: migishita_sp 1s forwards;
  }
}
.conceptArea__list.is-animated .conceptArea__list--item:nth-child(4) {
  animation-name: fadeIn;
}
.conceptArea__list--item {
  position: relative;
  color: #333;
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.conceptArea__list--item img {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  .conceptArea__list--item img {
    max-width: inherit;
    width: 150px;
  }
}
@keyframes ue {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0px, -120px);
  }
}
@keyframes ue_sp {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0px, -100px);
  }
}
@keyframes hidarishita {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(150px, 120px);
  }
}
@keyframes hidarishita_sp {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100px, 120px);
  }
}
@keyframes migishita {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-150px, 120px);
  }
}
@keyframes migishita_sp {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100px, 120px);
  }
}
.conceptArea__list--item:nth-child(4) {
  animation-duration: 3s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.conceptArea__list--item:nth-child(4) img {
  width: 380px;
}
@media only screen and (max-width: 640px) {
  .conceptArea__list--item:nth-child(4) img {
    width: 300px;
  }
}
.conceptArea__list--item:nth-child(4) p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .conceptArea__list--item:nth-child(4) p {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 300px;
    opacity: 1;
  }
  100% {
    width: 300px;
    opacity: 0;
  }
}

/*-----------------------------------------------------------------
program
-----------------------------------------------------------------*/
.programArea {
  padding: 100px 0;
  background: #dadde4;
}
.programArea__lead {
  width: 1135px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .programArea__lead {
    width: 90%;
    font-size: 3.5vw;
    margin-bottom: 20px;
  }
}
.programArea__lead.is-animated {
  animation-name: fadeIn;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.programArea__table {
  width: 1135px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .programArea__table {
    width: 90%;
  }
}
.programArea__table.is-animated {
  animation-name: fadeIn;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.programArea__table table {
  border: none;
}
.programArea__table table:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #a3aec2;
}
.programArea__table table:after {
  content: "";
  transform: skewX(15deg);
  width: 60%;
  height: 100%;
  margin: 0 auto;
  background-color: #001d55;
  position: absolute;
  top: 0;
  left: -25%;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .programArea__table table:after {
    transform: skewX(7deg);
    left: -20%;
    width: 40%;
  }
}
.programArea__table table tr th:nth-child(1) {
  width: 35%;
  padding-right: 6%;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .programArea__table table tr th:nth-child(1) {
    width: 15%;
    padding-right: 0;
  }
}
.programArea__table table tr th:nth-child(n+2) {
  width: 16.25%;
}
@media only screen and (max-width: 640px) {
  .programArea__table table tr th:nth-child(n+2) {
    width: 21.25%;
    padding: 0;
  }
}
.programArea__table table thead {
  z-index: 2;
  position: relative;
}
.programArea__table table thead tr th {
  background: #001d55;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  border-left: 3px solid #dadde4;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
}
@media only screen and (max-width: 640px) {
  .programArea__table table thead tr th {
    font-size: 3vw;
    border-radius: 10px 10px 0px 0px;
  }
}
.programArea__table table thead tr th:nth-child(1) {
  border-left: none;
  background: #dadde4;
  border-radius: 0;
}
.programArea__table table tbody {
  position: relative;
  z-index: 5;
}
.programArea__table table tbody tr:last-child:after {
  content: none;
}
.programArea__table table tbody tr td,
.programArea__table table tbody tr th {
  position: relative;
}
.programArea__table table tbody tr td:after,
.programArea__table table tbody tr th:after {
  content: "";
  height: 2px;
  width: 100%;
  z-index: 10000;
  background: #dadde4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.programArea__table table tbody tr td {
  text-align: center;
}
.programArea__table table tbody tr td:last-child {
  border: none;
}
.programArea__table table tbody tr th {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  padding: 20px 0 20px 20px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .programArea__table table tbody tr th {
    font-size: 10px;
    line-height: 1;
    padding: 2%;
    font-weight: normal;
  }
}
.programArea__table table tbody tr th strong {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 900;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .programArea__table table tbody tr th strong {
    font-size: 4.5vw;
    margin-left: 1vw;
  }
}
.programArea__table table tbody tr img {
  width: 50px;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  .programArea__table table tbody tr img {
    width: 8vw;
    padding: 2vw 0;
  }
}
.programArea__table table tbody tr img.show {
  animation-name: fadeIn;
  opacity: 1;
  animation-duration: 3s;
  animation-delay: 0s;
}

/*-----------------------------------------------------------------
asset
-----------------------------------------------------------------*/
.assetArea {
  padding-top: 100px;
}
@media only screen and (max-width: 640px) {
  .assetArea {
    padding: 80px 0 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .assetArea .h1_matrix {
    margin-bottom: 40px;
  }
}
.assetArea__listwrap {
  position: relative;
}
.assetArea__listwrap .bg {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.assetArea__listwrap .bg .bg-wrap {
  position: relative;
  display: inline-block;
  width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 50px;
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .assetArea__listwrap .bg .bg-wrap {
    width: 100%;
  }
}
.assetArea__listwrap .bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}
.assetArea__listwrap .bg.is-animated .bg-wrap::before {
  animation: bg 5.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.5s;
  background-color: #c5c5c5;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform-origin: right center;
  opacity: 0;
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.assetArea__list {
  margin-left: auto;
  width: 100%;
  margin-right: -10%;
  margin-bottom: 176px !important;
}
@media only screen and (max-width: 640px) {
  .assetArea__list {
    margin-right: 0;
  }
}
.assetArea__list.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.assetArea__list--item {
  margin-right: 2vw;
  position: relative;
  margin-left: 3vw;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .assetArea__list--item {
    width: 60vw;
    background: #fff;
    border: none;
    margin-right: 12vw;
    margin-left: 0;
  }
}
.assetArea__list--item .category {
  position: absolute;
  left: -3vw;
  top: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #001d55;
  font-size: 3vw;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .assetArea__list--item .category {
    font-size: 6vw;
    left: -9vw;
  }
}
.assetArea__list--item .category .num {
  font-size: 4vw;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  margin-bottom: 10px;
  text-shadow: #fff 1px 0 10px;
  filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
}
@media only screen and (max-width: 640px) {
  .assetArea__list--item .category .num {
    font-size: 15vw;
  }
}
.assetArea figure .img img {
  width: 100%;
}
.assetArea figure figcaption {
  background: #fff;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .assetArea figure figcaption {
    padding: 10px;
  }
}
.assetArea figure figcaption .title {
  position: absolute;
  right: -10px;
  top: -7vw;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .assetArea figure figcaption .title {
    right: 0;
    top: -25vw;
  }
}
.assetArea figure figcaption .title span {
  border-radius: 0;
  background: #001d55;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 3px 10px;
  white-space: nowrap;
  float: right;
}
.assetArea figure figcaption .title span + span {
  margin-top: 10px;
}
.assetArea figure figcaption .title span:nth-child(2) {
  margin-top: 10px;
}
.assetArea figure figcaption .title span.margT10 {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .assetArea figure figcaption .title span {
    font-size: 4.5vw;
  }
}
.assetArea figure figcaption .txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.assetArea figure figcaption .txt span {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.assetArea figure figcaption .txt strong {
  color: #cc1918;
  font-size: 14px;
  font-size: 1.4rem;
}
.assetArea figure figcaption .txt .kome {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 10px;
}
.assetArea figure figcaption .txt ul li {
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #c5c5c5;
  padding: 5px 0;
}
@media only screen and (max-width: 640px) {
  .assetArea figure figcaption .txt ul li {
    min-width: inherit !important;
  }
}
@media only screen and (max-width: 640px) {
  .assetArea .con1 .title {
    top: -14vw;
  }
  .assetArea .con3 .title {
    top: -36vw;
  }
  .assetArea .con5 .title {
    top: -36vw;
  }
}

/*-----------------------------------------------------------------
rights
-----------------------------------------------------------------*/
.rightsArea {
  padding: 100px 0 50px;
}
.rightsArea .slick-next,
.rightsArea .slick-prev {
  background: #fff;
}
.rightsArea .slick-next:before,
.rightsArea .slick-prev:before {
  color: #001d55;
}
.rightsArea .slick-next:hover,
.rightsArea .slick-prev:hover {
  background: #fff;
  transition: 0.5s;
  opacity: 0.5;
}
.rightsArea__wrap {
  background: #001d55;
}
.rightsArea__con {
  padding: 30px 0 110px;
  background: #001d55;
}
.rightsArea__con.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slideIn {
  0% {
    transform: translateY(180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.rightsArea__con:nth-child(2) {
  background: #1d3667;
}
.rightsArea__con:nth-child(3) {
  background: #3a4f79;
}
.rightsArea__con--title {
  width: 80%;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .rightsArea__con--title {
    font-size: 16px;
    font-size: 1.6rem;
    width: 90%;
  }
}
.rightsArea__con--title strong {
  margin-right: 5px;
  border-bottom: 2px solid #fff;
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 640px) {
  .rightsArea__con--title strong {
    font-size: 20px;
    font-size: 2rem;
  }
}
.rightsArea__list {
  padding: 0;
  position: relative;
}
.rightsArea__list:after, .rightsArea__list:before {
  content: "";
  background: #001d55;
  opacity: 0.7;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .rightsArea__list:after, .rightsArea__list:before {
    content: none;
  }
}
.rightsArea__list:after {
  left: 0;
}
.rightsArea__list:before {
  right: 0;
}
.rightsArea__list figure {
  position: relative;
}
.rightsArea__list figure .img img {
  width: 100%;
}
.rightsArea__list figure figcaption .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 3px 10px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.rightsArea__list figure figcaption .txt {
  position: absolute;
  bottom: 0;
  background: rgba(0, 29, 85, 0.5);
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

/*-----------------------------------------------------------------
case
-----------------------------------------------------------------*/
.caseArea {
  padding: 100px 0 50px;
}
.caseArea__cap {
  padding: 0 5%;
}
.caseArea__cap h2 {
  margin: 0;
  padding: 0;
  color: #001d55;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .caseArea__cap h2 {
    font-size: 3.5vw;
  }
}
.caseArea__list {
  position: relative;
  padding: 0 5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .caseArea__list {
    padding: 0;
  }
}
.caseArea__list:after {
  content: "";
  width: 110%;
  height: 80%;
  position: absolute;
  bottom: 10%;
  background-color: #c5c5c5;
  margin-left: auto;
  margin-right: 0;
  right: -5%;
  z-index: -1;
}
.caseArea__list--item {
  width: 90%;
}
.caseArea__list--item a {
  text-decoration: none;
  display: block;
  transition: 0.5s;
}
.caseArea__list--item + .caseArea__list--item {
  margin-top: 10px;
}
.caseArea__list--item:nth-child(2n) {
  margin-left: auto;
}
.caseArea__list--item a:hover {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.caseArea__list--item a:hover figure .img img {
  transform: translate(-50%, -50%) scale(1.2);
}
.caseArea__list--item a:hover .arrow-right {
  right: -10px;
  transition: 0.5s;
}
.caseArea__list--item figure {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.caseArea__list--item figure .img {
  width: 50%;
  overflow: hidden;
  position: relative;
  height: 18vw;
  height: max(18vw, 230px);
  transition: 0.5s;
  border-right: 1px solid #c6c6c6;
}
@media only screen and (max-width: 640px) {
  .caseArea__list--item figure .img {
    height: max(18vw, 190px);
  }
}
.caseArea__list--item figure .img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
@media only screen and (max-width: 640px) {
  .caseArea__list--item figure .img img {
    width: auto;
    height: 100%;
    max-width: inherit;
  }
}
.caseArea__list--item figure figcaption {
  width: 50%;
  background: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .caseArea__list--item figure figcaption {
    padding: 10px;
    box-sizing: border-box;
  }
}
.caseArea__list--item figure figcaption img {
  margin-bottom: 1.5vw;
  height: 5vw;
  height: min(5vw, 50px);
}
@media only screen and (max-width: 640px) {
  .caseArea__list--item figure figcaption img {
    height: min(10vw, 30px);
  }
}
.caseArea__list--item figure figcaption .name {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .caseArea__list--item figure figcaption .name {
    font-size: 3vw;
  }
}
.caseArea__list--item figure figcaption .title {
  font-weight: 900;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .caseArea__list--item figure figcaption .title {
    font-size: 3.5vw;
  }
}
.caseArea__list--item.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.caseArea__icon-list {
  max-width: 1250px;
  width: 90%;
  margin: 70px auto 20px;
  display: flex;
  justify-content: space-between;
}
.caseArea__icon-list li {
  width: 27%;
  text-align: center;
}
.caseArea__icon-list li a:hover {
  text-decoration: none;
}
.caseArea__icon-list li h2 {
  margin: -40px 0 0 0;
  padding: 0;
  color: #cc1918;
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}
.caseArea__icon-list li p {
  font-size: 1.8rem;
}
.caseArea__icon-list li p span {
  color: #cc1918;
}
.caseArea__icon-list li img {
  width: 80%;
}
@media only screen and (max-width: 640px) {
  .caseArea__icon-list {
    margin: 0 auto;
    display: block;
  }
  .caseArea__icon-list li {
    width: 70%;
    margin: 30px auto 0;
  }
  .caseArea__icon-list li h2 {
    font-size: 3.5rem;
  }
  .caseArea__icon-list li p {
    font-size: 1.4rem;
  }
  .caseArea__icon-list li img {
    width: 100%;
  }
}
.caseArea__btn {
  text-align: center;
}
.caseArea__btn .btn,
.caseArea__btn .btn_red {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.2s linear;
  background: #001d55;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 60px;
  font-weight: 400;
  margin-top: 100px;
  height: 60px;
  border-radius: 3px;
  width: 500px;
  padding: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .caseArea__btn .btn,
  .caseArea__btn .btn_red {
    width: 90%;
    background: #001d55;
    font-size: 15px;
    font-size: 1.5rem;
    height: 56px;
    line-height: 56px;
    margin-top: 30px;
  }
}
.caseArea__btn .btn:after,
.caseArea__btn .btn_red:after {
  font-family: "ionicons";
  font-size: 18px;
  font-size: 1.8rem;
  font-size: 18px;
  content: "\f3d1";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.caseArea__btn .btn:hover,
.caseArea__btn .btn_red:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.caseArea__btn .btn_red {
  background: #cc1918;
}

/*-----------------------------------------------------------------
news
-----------------------------------------------------------------*/
.newsArea {
  background-image: url(/partnership/img/bg_news.webp);
  background-size: cover;
  background-position: center;
}
.newsArea .head-area {
  display: none;
}
.newsArea .outer-block .outer-inner {
  width: 980px;
}
@media only screen and (max-width: 640px) {
  .newsArea .outer-block .outer-inner {
    width: 100%;
  }
}
.newsArea #news-area {
  margin: 0;
}
.newsArea #news-area .body-area .news-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.newsArea #news-area .body-area .news-content li {
  background: #fff;
  width: 23.5%;
  margin-right: 2%;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .newsArea #news-area .body-area .news-content li {
    margin-right: 1%;
    margin-bottom: 1%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .newsArea #news-area .body-area .news-content li:nth-child(2n) {
    margin-right: 0;
  }
}
.newsArea #news-area .body-area .news-content li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .newsArea #news-area .body-area .news-content li:nth-child(even) {
    border-left: 1px solid #fff;
  }
}
.newsArea #news-area .body-area .news-content li:nth-child(n+9) {
  display: none;
}
@media only screen and (max-width: 640px) {
  .newsArea #news-area .body-area .news-content li:nth-child(n+5) {
    display: none;
  }
}
.newsArea #news-area .body-area .news-content li a {
  color: #001d55;
  text-decoration: none;
  background: #fff;
}
.newsArea #news-area .body-area .news-content li a .text-contents {
  z-index: inherit;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .newsArea #news-area .body-area .news-content li a .text-contents {
    width: 100%;
    padding: 10px;
  }
}
.newsArea #news-area .body-area .news-content li a .text-contents .date {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .newsArea #news-area .body-area .news-content li a .text-contents .text {
    padding-top: 0;
  }
}
.newsArea #news-area .body-area .news-content li a .text-contents .text::after {
  content: none;
}
.newsArea #news-area .body-area .news-content li .news-kate {
  display: none;
}
@media only screen and (max-width: 640px) {
  .newsArea #news-area .body-area .news-content li {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .newsArea #news-area .body-area .news-content li .photo {
    width: 100%;
  }
}
.newsArea .outer__inner {
  padding: 100px 0;
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .newsArea .outer__inner {
    width: 90%;
    padding: 0;
  }
}
.newsArea .heading__main {
  margin-left: 0 !important;
  margin-right: 0;
}
.newsArea .moreBtn {
  padding: 0;
  text-align: center;
}
.newsArea .moreBtn a {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.2s linear;
  background: #001d55;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 60px !important;
  font-weight: 400;
  margin-top: 60px;
  height: 60px;
  border-radius: 3px;
  width: 500px;
  padding: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .newsArea .moreBtn a {
    width: 100%;
    background: #001d55;
    font-size: 15px;
    font-size: 1.5rem;
    height: 56px;
    line-height: 56px !important;
    margin-top: 0;
  }
}

/*-----------------------------------------------------------------
contact
-----------------------------------------------------------------*/
.contactArea {
  background: #001d55;
  background-image: url(/partnership/img/bg_contact.webp);
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .contactArea {
    padding-bottom: 0 !important;
    padding-top: 40px;
  }
}
.contactArea__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- flex-end;
  align-items: -webkit- flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  .contactArea__wrap {
    display: block;
  }
}
.contactArea__wrap--left {
  width: 55%;
  padding: 4% 0 1% 5%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .contactArea__wrap--left {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 20px;
  }
}
.contactArea__wrap--left .wrap {
  width: 100%;
}
.contactArea__wrap--left .title {
  width: 40%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .contactArea__wrap--left .title {
    width: 60%;
    margin-bottom: 20px;
  }
}
.contactArea__wrap--left .title img {
  width: 100%;
}
.contactArea__wrap--left .txt {
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .contactArea__wrap--left .txt {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}
.contactArea__wrap--left .logo {
  width: 20%;
}
.contactArea__wrap--right {
  width: 45%;
}
@media only screen and (max-width: 640px) {
  .contactArea__wrap--right {
    width: 70%;
    margin-left: auto;
    margin-top: 20px;
  }
}
.contactArea__wrap--right a:hover {
  background: rgba(204, 25, 24, 0.6);
  transition: 0.5s;
}
.contactArea__wrap--right a:hover p.txt {
  color: #fff;
  transition: 0.5s;
}
.contactArea__wrap--right a:hover .arrow-right:before,
.contactArea__wrap--right a:hover .arrow-right:after {
  background: #fff !important;
}
.contactArea__wrap--right span.link {
  background: rgba(166, 166, 166, 0.9);
}
.contactArea__wrap--right span.link .txt {
  font-size: 1.5vw;
}
@media only screen and (max-width: 640px) {
  .contactArea__wrap--right span.link .txt {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .contactArea__wrap--right span.link .txt strong {
    font-size: 5.8vw;
  }
}
.contactArea__wrap--right .link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  padding: 6% 5%;
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .contactArea__wrap--right .link {
    position: relative;
  }
}
.contactArea__wrap--right .link .logo {
  width: 12%;
  margin-right: 3%;
}
@media only screen and (max-width: 640px) {
  .contactArea__wrap--right .link .logo {
    width: 20%;
    margin-right: 3%;
  }
}
.contactArea__wrap--right .link .txt {
  width: 85%;
  color: #001d55;
  font-weight: bold;
  font-size: 1.6vw;
}
@media only screen and (max-width: 640px) {
  .contactArea__wrap--right .link .txt {
    font-size: 3.5vw;
    width: auto;
  }
}
.contactArea__wrap--right .link .txt strong {
  font-size: 2vw;
}
@media only screen and (max-width: 640px) {
  .contactArea__wrap--right .link .txt strong {
    font-size: 4.8vw;
  }
}
.contactArea__wrap--right .link .txt .arrow-right {
  position: relative;
  width: 70px;
  display: inline-block;
  height: 20px;
  bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .contactArea__wrap--right .link .txt .arrow-right {
    position: absolute;
    right: 5%;
    bottom: 3vw;
  }
}
.contactArea__wrap--right .link .txt .arrow-right:before, .contactArea__wrap--right .link .txt .arrow-right:after {
  background: #001d55;
}

/*-----------------------------------------------------------------
otherkvArea
-----------------------------------------------------------------*/
.otherkvArea {
  background: #001d55;
  background-size: cover;
  position: relative;
  min-height: 220px;
  background: #001d55;
  background-image: url(/partnership/img/bg_contact.jpg);
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .otherkvArea {
    min-height: 120px;
    padding: 0 !important;
  }
}
.otherkvArea__title {
  height: 100%;
  width: auto;
  text-align: center;
  margin: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  .otherkvArea__title {
    margin: 0;
  }
}
.otherkvArea__title img {
  width: 40px;
  margin-right: 5px;
  margin-bottom: 0;
}
.otherkvArea__title .eng_L {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 900;
  vertical-align: middle;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .otherkvArea__title .eng_L {
    font-size: 8vw;
  }
}
.otherkvArea__title .jpn_S {
  display: block;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  padding-top: 10px;
}
@media only screen and (max-width: 640px) {
  .otherkvArea__title .jpn_S {
    font-size: 5vw;
  }
}

/*-----------------------------------------------------------------
partnersArea
-----------------------------------------------------------------*/
.partnersArea {
  padding: 100px 0;
}
.partnersArea .CLM__half, .partnersArea .CLM__three, .partnersArea .CLM__five {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.partnersArea .CLM__half > div {
  width: 48%;
  margin-right: 4%;
}
.partnersArea .CLM__half > div:nth-child(2n) {
  margin-right: 0;
}
.partnersArea .CLM__half > div a {
  padding: 0;
}
.partnersArea .CLM__half > div a img {
  width: 100%;
  height: auto;
  max-width: inherit;
}
@media only screen and (max-width: 640px) {
  .partnersArea .CLM__half > div {
    width: 100%;
    margin-right: 0;
  }
}
.partnersArea .CLM__three > div {
  width: 32%;
  margin-right: 2%;
}
.partnersArea .CLM__three > div:nth-child(3n) {
  margin-right: 0;
}
.partnersArea .CLM__three > div a {
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .partnersArea .CLM__three > div a {
    padding: 2vw 0;
  }
}
.partnersArea .CLM__three > div a img {
  width: 100%;
  height: auto;
  max-width: inherit;
}
@media only screen and (max-width: 640px) {
  .partnersArea .CLM__three > div {
    width: 48%;
    margin-right: 4%;
  }
  .partnersArea .CLM__three > div:nth-child(3n) {
    margin-right: 4%;
  }
  .partnersArea .CLM__three > div:nth-child(2n) {
    margin-right: 0;
  }
}
.partnersArea .CLM__five > div {
  width: 18.4%;
  margin-right: 2%;
}
.partnersArea .CLM__five > div:nth-child(5n) {
  margin-right: 0;
}
.partnersArea .CLM__five > div a {
  padding: 10px 0;
}
.partnersArea .CLM__five > div img {
  height: auto;
  max-width: 200px;
  max-height: 40px;
}
@media only screen and (max-width: 640px) {
  .partnersArea .CLM__five > div img {
    max-height: inherit;
    vertical-align: middle;
    max-height: 20px;
    max-width: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .partnersArea .CLM__five > div {
    width: 32%;
    margin-right: 2%;
  }
  .partnersArea .CLM__five > div:nth-child(5n) {
    margin-right: 2%;
  }
  .partnersArea .CLM__five > div:nth-child(3n) {
    margin-right: 0;
  }
}
.partnersArea .outer__inner + .outer__inner {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .partnersArea .outer__inner + .outer__inner {
    margin-top: 50px;
  }
}
.partnersArea .ttl {
  color: #001d55;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 36px;
  font-size: 3.6rem;
  margin-right: 0;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 3px solid;
}
.partnersArea .ttl i {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
  margin: 0 5px;
}
@media only screen and (max-width: 640px) {
  .partnersArea .ttl i {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .partnersArea .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 15px;
    border-bottom: 2px solid;
  }
}
.partnersArea__list--item {
  text-align: center;
  margin-bottom: 2%;
}
.partnersArea__list--item a {
  background: #fff;
  padding: 20px 0;
  transition: 0.5s;
  display: block;
  border: 1px solid;
}
@media only screen and (max-width: 640px) {
  .partnersArea__list--item a {
    padding: 10px 0;
  }
}
.partnersArea__list--item a:hover {
  opacity: 0.5;
}
.partnersArea__list--item img {
  height: 40px;
  max-width: 240px;
}
.partnersArea__list--item.saison a {
  background: #133893;
}
.partnersArea__list--item.msad a {
  background: #1a6c5f;
}
.partnersArea__list--item.mizuho a {
  background: #140278;
}
@media only screen and (max-width: 640px) {
  .partnersArea .tier1 .partnersArea__list--item + .partnersArea__list--item {
    margin-top: 20px;
  }
}

/*-----------------------------------------------------------------
attentionArea
-----------------------------------------------------------------*/
.attentionArea .outer__inner {
  padding: 100px 0;
}
@media only screen and (max-width: 640px) {
  .attentionArea .outer__inner {
    padding: 0;
  }
}
.attentionArea__wrap {
  border: 5px solid #001d55;
  text-align: center;
  background: #fff;
  padding: 60px;
  width: 980px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .attentionArea__wrap {
    padding: 10% 5%;
    width: 100%;
  }
}
.attentionArea__wrap img {
  width: 150px;
  display: block;
  margin: 0 auto;
  border: 1px solid #dfdfdf;
}
.attentionArea__title {
  color: #001d55;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .attentionArea__title {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
.attentionArea__txt {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  .attentionArea__txt {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 20px;
  }
}
.attentionArea__txt a {
  color: #0b8fba;
  text-decoration: underline;
  transition: 0.5s;
}
.attentionArea__txt a:hover {
  opacity: 0.7;
}

/*-----------------------------------------------------------------
ローデイングアニメーション
-----------------------------------------------------------------*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  color: #fff;
  top: 0;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #333;
  /*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#loadingwrap,
#loadingwrap2,
.loadingfix {
  opacity: 0;
  /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #loadingwrap,
body.appear2 #loadingwrap2 {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
  position: fixed;
  top: 0;
}

body.loadingend #loadingwrap {
  animation-name: fadeOut;
  animation-duration: 0s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
body.loadingend #loadingwrap2 {
  animation-name: fadeOut;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 1;
}
body.loadingend .loadingfix {
  animation-name: fadeIn;
  animation-duration: 6s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#loadingwrap {
  background-position: center;
  z-index: 10000000;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#loadingwrap .loadingwrap__bg {
  width: 100%;
  height: 100%;
  animation: animationZoom1 7s ease-in-out forwards;
  background-image: url(/partnership/img/bg_loadingwrap.webp);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@keyframes animationZoom1 {
  100% {
    transform: scale(1.1);
  }
}
#loadingwrap .matrix .bg-wrap,
#loadingwrap .matrix .bg-wrap .inn {
  display: block;
}
@media only screen and (max-width: 640px) {
  #loadingwrap .matrix .bg-wrap.disp-pc {
    display: none;
  }
}
#loadingwrap .matrix .bg-wrap.disp-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  #loadingwrap .matrix .bg-wrap.disp-sp {
    display: block;
  }
}
#loadingwrap .matrix {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loadingwrap .matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
#loadingwrap .matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  #loadingwrap .matrix .bg-wrap + .bg-wrap {
    margin-top: 0;
  }
}
#loadingwrap .matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 3s cubic-bezier(0.22, 1, 0.36, 1);
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 5vw;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  #loadingwrap .matrix .bg-wrap .inn {
    font-size: 11vw;
    line-height: 1;
  }
}
#loadingwrap .matrix.is-animated .bg-wrap {
  opacity: 1;
}
#loadingwrap .matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#loadingwrap2 {
  z-index: 10000100;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  /* アニメーションスタートの遅延時間を決めるCSS*/
  /*==================================================
  スタート時は要素自体を透過0にするためのopacity:0;を指定する
  ===================================*/
  /*==================================================
  動き自体の指定：今回は「ふわっ」
  ===================================*/
}
#loadingwrap2 .loadingwrap2__bg {
  width: 100%;
  height: 100%;
  animation: animationZoom1 20s ease-in-out forwards;
  background-image: url(/partnership/img/bg_loadingwrap2.webp);
  background-size: cover;
  overflow: hidden;
}
#loadingwrap2 ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loadingwrap2 ul li {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  #loadingwrap2 ul li {
    font-size: 12px;
    font-size: 1.2rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 320px) {
  #loadingwrap2 ul li {
    font-size: 10px;
    font-size: 1rem;
  }
}
#loadingwrap2 ul li + li {
  margin-top: 0.5em;
}
@media only screen and (max-width: 640px) {
  #loadingwrap2 ul li + li {
    margin-top: 2em;
  }
}
#loadingwrap2 ul li.strong {
  margin-top: 1em;
  font-size: 60px;
  font-size: 6rem;
}
@media only screen and (max-width: 640px) {
  #loadingwrap2 ul li.strong {
    font-size: 30px;
    font-size: 3rem;
  }
}
#loadingwrap2 .delay-time01 {
  animation-delay: 7.3s;
}
#loadingwrap2 .delay-time02 {
  animation-delay: 8.5s;
}
#loadingwrap2 .delay-time03 {
  animation-delay: 9.7s;
}
#loadingwrap2 .delay-time04 {
  animation-delay: 10.9s;
}
#loadingwrap2 .delay-time05 {
  animation-delay: 12.1s;
}
#loadingwrap2 .delay-time06 {
  animation-delay: 13.7s;
}
#loadingwrap2 .box {
  opacity: 0;
}
#loadingwrap2 .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
#loadingwrap2 .fadeUp.strong {
  animation-duration: 2.5s;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.loading__skip {
  position: fixed;
  z-index: 100000000;
  bottom: 20px;
  right: 20px;
  color: #fff;
  padding: 10px 40px 10px 30px;
  line-height: 1;
  border: 2px solid #fff;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  transition: 0.5s;
  cursor: pointer;
  background: none;
}
.loading__skip:hover {
  opacity: 0.7;
  text-decoration: none;
}
.loading__skip:after {
  font-family: "ionicons";
  font-size: 18px;
  font-size: 1.8rem;
  content: "\f3d1";
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
}

/*-----------------------------------------------------------------
story
-----------------------------------------------------------------*/
.storyArea {
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .storyArea {
    padding-top: 20px !important;
    margin-bottom: 0;
  }
}
.storyArea .h1_matrix {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .storyArea .h1_matrix {
    margin-bottom: 20px;
  }
}
.storyArea h1 {
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 1;
  z-index: 0;
}
.storyArea h1 .eng {
  padding-right: 0;
}
.storyArea h1 .eng::before {
  display: none;
}
.storyArea h2 {
  text-align: center;
  margin-top: 20px;
  color: #001d55;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .storyArea h2 {
    font-size: 3.5vw;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .storyArea .heading__main .jp {
    font-size: 3vw;
    text-align: right;
  }
  .storyArea .heading__main .jp::after {
    transform: none;
  }
}
.storyArea__bott0m-margin {
  margin-bottom: 100px;
}
.storyArea__listwrap {
  position: relative;
}
.storyArea__listwrap .bg {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.storyArea__listwrap .bg .bg-wrap {
  position: relative;
  display: inline-block;
  width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 50px;
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .storyArea__listwrap .bg .bg-wrap {
    width: 100%;
  }
}
.storyArea__listwrap .bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}
.storyArea__listwrap .bg.is-animated .bg-wrap::before {
  animation: bg 5.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.5s;
  background-color: #c5c5c5;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform-origin: right center;
  opacity: 0;
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.storyArea__list {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .storyArea__list {
    width: 100%;
  }
}
.storyArea__list.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.storyArea__list--item {
  background: #fff;
  padding: 15px 15px 22px;
  padding: 20px 20px 25px;
  text-align: center;
  margin: 0 1vw;
  display: flex !important;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .storyArea__list--item {
    width: 70vw;
    margin: 0 2vw;
    padding: 12px 12px 18px;
  }
}
.storyArea__list--item img {
  max-width: 100%;
  height: auto;
}
.storyArea__list--item .title {
  color: #001d55;
  font-weight: bold;
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .storyArea__list--item .title {
    font-size: 3.8vw;
  }
}
.storyArea__list--item .title span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.storyArea__list--item .logo {
  max-width: 50%;
  max-height: 90px;
  margin: 15px auto 0;
  flex: 1;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .storyArea__list--item .logo {
    max-width: 65%;
  }
}
.storyArea__list--item a {
  text-decoration: none;
  transition: 0.5s;
}
.storyArea__list--item a:hover {
  opacity: 0.5;
}
.storyArea__list--item a.btn {
  background: #001d55;
  border-radius: 20px;
  padding: 8px 10px;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-top: auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .storyArea__list--item a.btn {
    font-size: 3vw;
  }
}
.storyArea__list--item a.btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.storyArea__list-category {
  width: 100%;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}
.storyArea__list-category p {
  width: 48%;
  display: grid;
  place-content: center;
  place-items: center;
  box-sizing: border-box;
  border: solid 2px #001d55;
  border-radius: 12px;
  padding: 5px;
  color: #001d55;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .storyArea__list-category p {
    font-size: 2.5vw;
  }
}

.storyArea .slick-dots {
  bottom: -65px;
}
@media only screen and (max-width: 640px) {
  .storyArea .slick-dots {
    width: 100%;
  }
}
.storyArea .slick-dots li {
  min-width: inherit !important;
}
@media only screen and (max-width: 640px) {
  .storyArea .slick-dots li {
    margin: 0;
  }
}
.storyArea .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
.storyArea .slick-next,
.storyArea .slick-prev {
  width: 100px;
  height: 46px;
  background: #001d55;
  opacity: 1;
  transform: inherit;
  bottom: -76px;
  top: inherit;
  transition: 0.5s;
}
@media only screen and (max-width: 640px) {
  .storyArea .slick-next,
  .storyArea .slick-prev {
    width: 80px;
  }
}
.storyArea .slick-next:before,
.storyArea .slick-prev:before {
  font-weight: 900;
  opacity: 1;
}
.storyArea .slick-next {
  right: 1vw;
  left: inherit;
}
@media only screen and (max-width: 640px) {
  .storyArea .slick-next {
    right: 5%;
  }
}
.storyArea .slick-prev {
  left: 1vw;
}
@media only screen and (max-width: 640px) {
  .storyArea .slick-prev {
    left: 5%;
  }
}
.storyArea .slick-slider {
  padding: 0;
  background: none;
  z-index: 100;
}
.storyArea .slick-track {
  display: flex;
}
.storyArea .slick-slide {
  height: auto !important;
}