@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1rem;
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, YuGothic,
    Yu Gothic Medium, 游ゴシック Medium, 游ゴシック体, メイリオ, Meiryo, ＭＳ Ｐゴシック, arial, helvetica, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1;
  color: #4e5059;
}

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

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

.sphere-animation {
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}
.sphere-animation > img {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}

@keyframes floating-x {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
.js-inview {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.js-inview.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-inview-bg::before {
  opacity: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.js-inview-bg.is-inview::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.js-inview-bg-img {
  opacity: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.js-inview-bg-img.is-inview {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.75rem;
}
.c-breadcrumbs__list.--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-breadcrumbs__list.--white {
  color: #ffffff;
}
.c-breadcrumbs__list-item {
  position: relative;
}
.c-breadcrumbs__list-item::after {
  content: ">";
}
.c-breadcrumbs__list-item.--current::after {
  display: none;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, display 0.3s allow-discrete;
  transition: opacity 0.3s ease, display 0.3s allow-discrete;
}
.c-modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
@starting-style {
  .c-modal.is-active {
    opacity: 0;
  }
}
.c-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.c-modal__content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #000;
}
.c-modal__video {
  position: relative;
  padding-top: 56.25%;
}
.c-modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
}
.c-modal__close span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
}
.c-modal__close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-modal__close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header__nav {
  position: absolute;
  display: block;
  width: 11.25rem;
  background: #ffffff;
  border-radius: 0 0 1rem 0;
  z-index: 100;
}
.l-header__menu-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.875rem;
  cursor: pointer;
  z-index: 1;
}
.l-header__menu-close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.8rem;
  padding: 0.9rem;
  cursor: pointer;
}
.l-header__index-list {
  padding: 3rem 14%;
  color: #ffffff;
}
.l-header__index-list-item:nth-child(n + 2) {
  margin-top: 1.4rem;
}
.l-header__index-list-item-en {
  font-size: 1.5625rem;
  line-height: 1.2;
}
.l-header__index-list-item-jp {
  margin-top: 0.4rem;
  font-size: 0.75rem;
}
.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.0625rem 0;
  padding: 1.75rem 0 2.875rem;
}
.l-header__nav-list-item {
  text-align: center;
}
.l-header__nav-list-item a {
  display: block;
}
.l-header__nav-list-item-img {
  width: 4.5rem;
}
.l-header__nav-list-item-txt {
  font-size: 0.75rem;
  line-height: 1;
}

.footer {
  padding: 100px 0;
  background-color: #272525;
}
.footer__social-link-heading {
  color: #fff;
  font-size: 26px;
}
.footer__social-link-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.footer__social-link-items:before {
  content: "Offical Site & SNS";
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.65px;
  font-family: Montserrat, Noto Sans JP, YuGothic, Yu Gothic, 游ゴシック, 游ゴシック体, ヒラギノ角ゴ Pro W3,
    Hiragino Kaku Gothic Pro, sans-serif;
  position: absolute;
  display: block;
  top: -30px;
  left: 0;
}
.footer__social-link-item svg * {
  fill: #fff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.footer__social-link-item--officalsite {
  width: 30px;
  height: 30px;
  margin-right: 50px;
  position: relative;
}
.footer__social-link-item--officalsite a:hover svg * {
  fill: #5d82a5;
}

.footer__social-link-item--officalsite:before {
  content: "";
  top: 4px;
  left: calc(100% + 24px);
  width: 1px;
  height: calc(100% - 8px);
  background: #a6a6a6;
  display: block;
  position: absolute;
}
.footer__social-link-item--facebook {
  width: 15px;
  height: 30px;
  margin-right: 36px;
}
.footer__social-link-item--facebook a:hover svg * {
  fill: #375591;
}

.footer__social-link-item--instagram {
  width: 28px;
  height: 28px;
  margin-right: 30px;
}
.footer__social-link-item--instagram a:hover svg * {
  fill: #c32aa3;
}

.footer__social-link-item--youtube {
  height: 22px;
  width: 32px;
}

.footer__social-link-item--youtube a:hover svg * {
  fill: #c4302b;
}

.footer__privacy-policy {
  margin-bottom: 50px;
}
.footer__privacy-policy-item {
  font-size: 12px;
  line-height: 40px;
}
.footer__privacy-policy-link {
  color: #fff;
}

.footer__privacy-policy-link:hover {
  text-decoration: underline;
}

.footer__copyright {
  color: #fff;
  font-size: 12px;
  line-height: 19px;
}
.footer__annotation {
  font-size: 12px;
  line-height: 19px;
  color: #595959;
}
.l-contents {
  padding-bottom: 11.0625rem;
}

.l-inner {
  position: relative;
  max-width: 1000px;
  width: 87%;
  margin: auto;
  z-index: 2;
}

.p-top__section-head {
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
}
.p-top__section-head-en,
.p-top__section-head-jp {
  display: block;
}
.p-top__section-head-en {
  font-size: 5rem;
  font-weight: 300;
}
.p-top__section-head-en.--blue {
  color: #0085ca;
  font-weight: 500;
}
.p-top__section-head-jp {
  margin-top: 1.25rem;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.3;
}
.p-top__section-head-jp.--gray {
  color: #4e5059;
  font-weight: 700;
}
.p-top__mv-slider {
  width: 100%;
  height: 31vw;
  background: url(../img/top/mv_img_pc.jpg) repeat-x left top/500% auto;
}
.p-top__lead {
  padding: 1.5625rem 0 6.25rem;
}
.p-top__lead-catchphrase {
  max-width: 810px;
  margin: 5rem auto 0;
}
.p-top__lead-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5.5rem;
}
.p-top__lead-img {
  width: 40.6%;
}
.p-top__lead-txt-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-top__lead-head {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0085ca;
}
.p-top__lead-txt {
  margin-top: 1.6875rem;
  line-height: 2.1;
}
.p-top__blue-area {
  position: relative;
  padding-bottom: 19.5rem;
  background: url(../img/top/bg_pc.png) no-repeat center top/cover;
  z-index: 1;
}
.p-top__movie {
  position: relative;
  padding-top: 9.0625rem;
  color: #ffffff;
  z-index: 1;
}
.p-top__movie::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 146.2vw;
  background: url(../img/top/blue_area_bg01_pc.png) no-repeat center top/100% auto;
}
.p-top__movie-thumbnail {
  max-width: 835px;
  width: 100%;
  margin: 3rem auto 0;
}
.p-top__movie-caption {
  margin-top: 1rem;
  line-height: 1.5;
  text-align: center;
}
.p-top__movie-caption-jp {
  font-size: 1.375rem;
}
.p-top__movie-caption-en {
  font-size: 1rem;
}
.p-top__movie-shpere {
  position: absolute;
}
.p-top__movie-shpere.--img01 {
  top: -12.5rem;
  left: 7.5625rem;
  width: 3.125rem;
}
.p-top__movie-shpere.--img02 {
  top: -8.125rem;
  left: 11rem;
  width: 5.625rem;
}
.p-top__movie-shpere.--img03 {
  top: -2.375rem;
  left: 0.1875rem;
  width: 10.5rem;
}
.p-top__message {
  position: relative;
  padding: 9.25rem 0 0;
  z-index: 2;
}
.p-top__message-block {
  position: relative;
  width: 103%;
  margin-top: 3.75rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 1.25rem 1.25rem 0.4375rem rgba(0, 0, 0, 0.1);
  box-shadow: 1.25rem 1.25rem 0.4375rem rgba(0, 0, 0, 0.1);
}
.p-top__message-block.--block02 {
  margin-top: 2.5rem;
}
.p-top__message-block::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/top/message_ribbon_pc.png) no-repeat right top/100% auto;
  z-index: 2;
}
.p-top__message-block-border {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  border-radius: 1.25rem;
  background: linear-gradient(-37deg, #2cd5c4, #0085ca);
}
.p-top__message-block-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  z-index: 1;
}
.p-top__message-block-sphere {
  position: absolute;
  z-index: 4;
}
.p-top__message-block-sphere.--img01 {
  top: -1rem;
  right: -7.5rem;
  width: 3.8125rem;
}
.p-top__message-block-sphere.--img02 {
  top: 7.25rem;
  right: -5.9375rem;
  width: 8.3125rem;
}
.p-top__message-block-sphere.--img03 {
  top: 8.5625rem;
  left: -8.375rem;
  width: 7.625rem;
}
.p-top__message-block-sphere.--img04 {
  top: 17.5rem;
  left: -2.1875rem;
  width: 6.125rem;
}
.p-top__message-block-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6.25rem 12.5% 8.125rem;
  z-index: 3;
}
.p-top__message-img {
  width: 33%;
}
.p-top__message-name-area-sp {
  width: 52%;
}
.p-top__message-sign {
  position: absolute;
}
.p-top__message-sign.--sign01 {
  bottom: 10%;
  right: 12.7%;
  width: 8.625rem;
}
.p-top__message-sign.--sign02 {
  bottom: 6%;
  right: 8%;
  width: 16.5625rem;
}
.p-top__message-txt-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 6%;
}
.p-top__message-position {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.3;
}
.p-top__message-name {
  margin-top: 0.625rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}
.p-top__message-head {
  margin-top: 3.75rem;
  font-size: 1.4375rem;
  font-weight: 600;
  color: #0085ca;
  line-height: 1.56;
}
.p-top__message-txt {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.875;
  text-align: justify;
}
.p-top__history {
  position: relative;
  padding-top: 10.25rem;
  z-index: 3;
}
.p-top__history::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170vw;
  background: url(../img/top/blue_area_bg02_pc.png) no-repeat center top/100% auto;
}
.p-top__history-img-area {
  position: relative;
  max-width: 454px;
  width: 100%;
  margin: 3rem auto 0;
}
.p-top__history-shpere {
  position: absolute;
}
.p-top__history-shpere.--img01 {
  right: -28%;
  top: 11%;
  width: 39.6%;
  z-index: 4;
}
.p-top__history-shpere.--img02 {
  left: -26.2%;
  top: 27%;
  width: 52.6%;
  z-index: 2;
}
.p-top__history-shpere.--img03 {
  right: -28%;
  bottom: 11.4%;
  width: 18.3%;
  z-index: 1;
}
.p-top__history-img {
  position: relative;
  z-index: 3;
}
.p-top__story {
  position: relative;
  padding-top: 9.125rem;
  z-index: 4;
}
.p-top__story-img {
  margin-top: 2.8125rem;
}
.p-top__partner {
  position: relative;
  padding-top: 10.625rem;
  z-index: 5;
}
.p-top__partner::before {
  content: "";
  display: block;
  position: absolute;
  top: 5vw;
  left: 0;
  width: 100%;
  height: 56.7vw;
  background: url(../img/top/blue_area_bg03_pc.png) no-repeat center top/100% auto;
}
.p-top__partner-img {
  margin-top: 2.8125rem;
}
.p-top__partner-comingsoon {
  margin-top: 5.3125rem;
  font-size: 1.75rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-top__partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5rem;
  gap: 2rem 1.5%;
}
.p-top__partner-list-item {
  width: 32.3%;
  color: #ffffff;
  text-align: center;
}
.p-top__partner-list-item-img img {
  width: 100%;
}
.p-top__partner-list-item-txt {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.p-top__vision {
  position: relative;
  padding-top: 6.25rem;
  z-index: 2;
  background-color: #ffffff;
}
.p-top__vision-sphere {
  position: absolute;
  z-index: 1;
}
.p-top__vision-sphere.--img01 {
  top: 7.5rem;
  right: calc(50% + 20rem);
  width: 4.0625rem;
}
.p-top__vision-sphere.--img02 {
  top: 12.1875rem;
  right: calc(50% + 24.5rem);
  width: 8.25rem;
}
.p-top__vision-sphere.--img03 {
  top: 1.6875rem;
  left: calc(50% + 21rem);
  width: 12rem;
}
.p-top__vision-large-txt {
  margin: 7.3125rem 0 1.625rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #0085ca;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}
.p-top__vision-txt {
  font-size: 1.0625rem;
  line-height: 2.2;
}
.p-top__vision-border {
  position: relative;
  margin-top: 4.75rem;
  border-radius: 0.625rem;
  background: linear-gradient(-37deg, #2cd5c4, #0085ca);
}
.p-top__vision-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
  background-color: #ffffff;
  border-radius: 0.5625rem;
  z-index: 1;
}
.p-top__vision-border-inner {
  position: relative;
  padding: 1rem 6.5% 6.25rem;
  z-index: 3;
}
.p-top__vision-logo {
  max-width: 466px;
  padding-left: 60px;
  margin: auto;
}
.p-top__vision-name {
  margin: 1.875rem 0 1.875rem;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.p-top__vision-label {
  margin: 4.625rem 0 0;
  padding: 0.9375rem 0.625rem;
  background: linear-gradient(37deg, #2cd5c4, #0085ca);
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}
.p-top__vision-block {
  margin-top: 3.75rem;
}
.p-top__vision-block-head {
  margin-bottom: 0.9375rem;
  font-size: 1.375rem;
  font-weight: 600;
  color: #0091da;
  line-height: 1.2;
}
.p-top__vision-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.25rem;
}
.p-top__vision-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32.3%;
  padding: 3.125rem 2.3% 1.875rem;
  border-radius: 0.625rem;
  background: linear-gradient(-47deg, #0085ca, #2cd5c4);
}
.p-top__vision-list-item > * {
  position: relative;
  z-index: 2;
}
.p-top__vision-list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
  background-color: #ffffff;
  border-radius: 0.5625rem;
  z-index: 1;
}
.p-top__vision-list-item-icon {
  position: relative;
  width: 100%;
  height: 4.6875rem;
  text-align: center;
  z-index: 2;
}
.p-top__vision-list-item-icon img {
  height: 100%;
  width: auto;
}
.p-top__vision-list-item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3.06em;
  margin-top: 0.875rem;
  line-height: 1.53;
}
.p-top__vision-list-item-button {
  position: relative;
  display: block;
  max-width: 14.6875rem;
  width: 100%;
  margin-top: 1.4375rem;
  padding: 1rem 0.625rem;
  border-radius: 0.3125rem;
  background: #0281a0;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.p-top__vision-list-item-button-arrow {
  position: absolute;
  top: 0;
  right: 0.875rem;
  bottom: 0;
  width: 0.8125rem;
  margin: auto;
}
.p-top__vision-border-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.625rem;
  padding: 2.9375rem 2.3% 3.375rem;
  border-radius: 0.625rem;
  background: linear-gradient(-47deg, #0085ca, #2cd5c4);
}
.p-top__vision-border-item > * {
  position: relative;
  z-index: 2;
}
.p-top__vision-border-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
  background-color: #ffffff;
  border-radius: 0.5625rem;
  z-index: 1;
}
.p-top__vision-border-item-icon {
  width: 6rem;
}
.p-top__vision-border-item-txt-area {
  width: 15rem;
}
.p-top__vision-notes {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.75;
}

.p-history__mv {
  position: relative;
  z-index: 1;
}
.p-history__contents {
  position: relative;
  margin-top: -25.2vw;
  padding-top: 4.2vw;
  padding-bottom: 5.2rem;
  background: url(../img/history/bg_pc.png) no-repeat center top/cover;
  overflow: hidden;
  z-index: 2;
}
.p-history__contents-bg {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.p-history__contents-bg.--bg01 {
  top: 8.6%;
}
.p-history__contents-bg.--bg02 {
  top: 38%;
}
.p-history__contents-bg.--bg03 {
  top: 67.6%;
}
.p-history__contents-bg img {
  width: 100%;
}
.p-history__contents-inner {
  z-index: 2;
}
.p-history__contents-head {
  margin-top: 1.5rem;
}
.p-history__contents-txt {
  margin-top: 2.7rem;
  font-size: 1.0625rem;
  color: #ffffff;
  line-height: 2.1;
  text-align: center;
}
.p-history__list-area {
  position: relative;
  margin-top: 5.3rem;
}
.p-history__list-area::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  width: 5px;
  height: 13rem;
  margin: auto;
  background-image: radial-gradient(circle at 2.5px 2.5px, #fff 2.5px, transparent 0);
  background-size: 5px 16px;
  background-repeat: repeat-y;
  z-index: 1;
}
.p-history__list-area::after {
  content: "";
  position: absolute;
  top: 17rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  margin: auto;
  background-color: #ffffff;
  z-index: 1;
}
.p-history__list {
  position: relative;
  padding-top: 1px;
  z-index: 2;
}
.p-history__list-item {
  width: 45.4%;
}
.p-history__list-item.--year2006 .p-history__list-item-block {
  padding-top: 2rem;
}
.p-history__list-item.--w100 .p-history__list-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.3rem 6% 4.3rem;
}
.p-history__list-item-year {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 5.9375rem;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-align: right;
}
.p-history__list-item-year .small {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}
.p-history__list-item-year::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  right: -13.5%;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  border-radius: 50%;
  background: #ffffff;
}
.p-history__list-item-block {
  background: #ffffff;
  padding: 3.6rem 12.5% 3rem;
  border-radius: 0.8rem;
}
.p-history__list-item-img-area {
  width: 46%;
}
.p-history__list-item-txt-area {
  width: 53.5%;
  padding-top: 1.4rem;
}
.p-history__list-item-logo-area {
  width: 100%;
  border-top: 2px solid #0091da;
  margin-top: 2.6rem;
  padding-top: 2.3rem;
}
.p-history__list-item-head {
  margin-bottom: 2.1rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid currentColor;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0085ca;
  line-height: 1.56;
}
.p-history__list-item-tag {
  display: inline-block;
  width: 8rem;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  background-color: #0085ca;
  color: #ffffff;
  text-align: center;
}
.p-history__list-item-tag.--green {
  background-color: #00843d;
}
.p-history__list-item-img {
  margin-top: 0.7rem;
}
.p-history__list-item-sub-head {
  margin-top: 1.1rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0085ca;
  line-height: 1.56;
}
.p-history__list-item-sub-head.--large {
  font-size: 1.5625rem;
  line-height: 1.4;
}
.p-history__list-item-sub-head.--mt0 {
  margin-top: 0;
}
.p-history__list-item-txt {
  margin-top: 0.9rem;
  line-height: 1.875;
  text-align: justify;
}
.p-history__list-item-txt.--large {
  margin-top: 1.3rem;
  font-size: 1.125rem;
  line-height: 2.1;
}
.p-history__list-item-border {
  color: #0091da;
  margin: 2.5rem 0 3rem;
}
.p-history__logo-list {
  max-width: 680px;
  margin: auto;
}
.p-history__logo-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-history__logo-list-item:nth-child(n + 2) {
  margin-top: 0.9rem;
}
.p-history__logo-list-item-img {
  width: 10.125rem;
}
.p-history__logo-list-item-img.--img02 {
  padding-left: 0.7rem;
}
.p-history__logo-list-item-txt {
  width: 69%;
  padding-left: 3%;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #0085ca;
}
.p-history__contents-bottom-txt {
  margin-top: 3.1rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.p-history__link {
  padding: 7.3rem 0 0;
}
.p-history__link-icon {
  width: 9.625rem;
  margin: auto;
}
.p-history__link-txt {
  margin-top: 2.8rem;
  font-size: 1.25rem;
  line-height: 2.2;
  text-align: center;
}
.p-history__link-button {
  position: relative;
  display: block;
  max-width: 14.6875rem;
  width: 100%;
  margin: 2rem auto 0;
  padding: 1rem 0.625rem;
  border-radius: 0.3125rem;
  background: #0281a0;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.p-history__link-button-arrow {
  position: absolute;
  top: 0;
  right: 0.875rem;
  bottom: 0;
  width: 0.8125rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.625rem;
  }
  .u-pc {
    display: none !important;
  }
  .l-header__nav {
    position: relative;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, display 0.3s allow-discrete;
    transition: opacity 0.3s ease, display 0.3s allow-discrete;
    width: 100%;
    height: 100vh;
    background: linear-gradient(-37deg, #2cd5c4, #0085ca);
    border-radius: 0;
  }
  .l-header__nav.is-active {
    display: block;
    opacity: 1;
  }
  @starting-style {
    .l-header__nav.is-active {
      opacity: 0;
    }
  }
  .l-header__nav-list {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0 2rem;
    background: #ffffff;
  }
  .l-header__nav-list-item-img {
    width: 3.5rem;
  }
  .l-header__nav-list-item-txt {
    font-size: 0.5rem;
  }
  .l-contents {
    padding-bottom: 3.8rem;
  }
  .p-top__section-head-en {
    font-size: 2.5rem;
  }
  .p-top__section-head-jp {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .p-top__mv-slider {
    height: 66.2vw;
    background: url(../img/top/mv_img_sp.jpg) repeat-x left top/266.7% auto;
  }
  .p-top__lead {
    padding: 2.5rem 0 1rem;
  }
  .p-top__lead-catchphrase {
    margin-top: 0;
  }
  .p-top__lead-container {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
  }
  .p-top__lead-img {
    width: 78.6%;
    padding-left: 10%;
  }
  .p-top__lead-head {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.75;
  }
  .p-top__lead-txt {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 2;
    text-align: justify;
  }
  .p-top__blue-area {
    padding-bottom: 5.5rem;
    background-image: url(../img/top/bg_sp.png);
  }
  .p-top__movie {
    padding-top: 45vw;
  }
  .p-top__movie::before {
    top: 24.8vw;
    height: 252.6vw;
    background-image: url(../img/top/blue_area_bg01_sp.png);
  }
  .p-top__movie-thumbnail {
    margin-top: 1.7rem;
  }
  .p-top__movie-caption {
    margin-top: 0.9rem;
  }
  .p-top__movie-caption-jp {
    font-size: 0.78125rem;
  }
  .p-top__movie-caption-en {
    font-size: 0.625rem;
  }
  .p-top__movie-shpere.--img01 {
    top: -7rem;
    left: 6.3rem;
    width: 1.625rem;
  }
  .p-top__movie-shpere.--img02 {
    top: -4.8rem;
    left: 8rem;
    width: 2.8rem;
  }
  .p-top__movie-shpere.--img03 {
    top: -4.6rem;
    left: 1.2rem;
    width: 5.3rem;
  }
  .p-top__message {
    padding: 2.6rem 0 0;
  }
  .p-top__message::before {
    content: "";
    display: block;
    position: absolute;
    top: 86vw;
    left: 0;
    width: 100%;
    height: 252.3vw;
    background: url(../img/top/blue_area_bg02_sp.png) no-repeat center top/100% auto;
  }
  .p-top__message-block {
    width: 100%;
    margin-top: 1.85rem;
    border-radius: 0.8rem;
    -webkit-box-shadow: 0.625rem 0.625rem 0.21875rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.625rem 0.625rem 0.21875rem rgba(0, 0, 0, 0.1);
  }
  .p-top__message-block.--block02 {
    margin-top: 1.5rem;
  }
  .p-top__message-block::after {
    background-image: url(../img/top/message_ribbon_sp.png);
    background-position: right bottom;
  }
  .p-top__message-block-border {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
    border-radius: 0.5rem;
  }
  .p-top__message-block-border::before {
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    left: 0.1rem;
    border-radius: 0.4rem;
  }
  .p-top__message-block-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.8rem 0;
    padding: 1.75rem 7.5% 4rem;
  }
  .p-top__message-img {
    width: 45%;
  }
  .p-top__message-sign {
    position: static;
    display: block;
    margin: auto;
  }
  .p-top__message-sign.--sign01 {
    width: 61.7%;
    margin-top: 1.3rem;
  }
  .p-top__message-sign.--sign02 {
    width: 94.5%;
    margin-top: 2rem;
  }
  .p-top__message-txt-area {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-left: 0;
  }
  .p-top__message-position {
    font-size: 0.6875rem;
    line-height: 1.78;
  }
  .p-top__message-name {
    margin-top: 0.4rem;
    font-size: 1rem;
  }
  .p-top__message-head {
    margin-top: 0;
    font-size: 1rem;
  }
  .p-top__message-txt {
    margin-top: 0.7rem;
    font-size: 0.875rem;
    line-height: 2;
  }
  .p-top__history {
    padding-top: 2.6rem;
  }
  .p-top__history::before {
    top: 6vw;
    height: 252.6vw;
    background-image: url(../img/top/blue_area_bg03_sp.png);
  }
  .p-top__history-img-area {
    width: 69%;
    margin: 1.5rem auto 0;
  }
  .p-top__history-shpere.--img01 {
    right: -14.2%;
    top: 7%;
    width: 32.6%;
  }
  .p-top__history-shpere.--img02 {
    left: -22.2%;
    top: 35%;
    width: 39.6%;
  }
  .p-top__history-shpere.--img03 {
    right: -17%;
    bottom: -1.6%;
  }
  .p-top__story {
    padding-top: 4.8rem;
  }
  .p-top__story-img {
    margin-top: 2.4rem;
  }
  .p-top__partner {
    padding-top: 2.5rem;
  }
  .p-top__partner::before {
    content: none;
  }
  .p-top__partner-img {
    margin-top: 2.4rem;
  }
  .p-top__partner-comingsoon {
    margin-top: 2rem;
    font-size: 0.875rem;
  }
  .p-top__partner-list {
    margin-top: 2.5rem;
    gap: 1.2rem 2%;
  }
  .p-top__partner-list-item {
    width: 49%;
  }
  .p-top__partner-list-item-txt {
    font-size: 0.75rem;
  }
  .p-top__vision {
    padding-top: 2.5rem;
  }
  .p-top__vision-sphere.--img01 {
    top: -1rem;
    right: auto;
    left: 3.1rem;
    width: 1.3rem;
  }
  .p-top__vision-sphere.--img02 {
    top: 0.4rem;
    right: auto;
    left: 0.4rem;
    width: 2.6rem;
  }
  .p-top__vision-sphere.--img03 {
    top: -1.4rem;
    right: 1rem;
    left: auto;
    width: 3.1rem;
  }
  .p-top__vision-large-txt {
    margin: 3rem 0 1.2rem;
    font-size: 1.3125rem;
  }
  .p-top__vision-txt {
    font-size: 0.875rem;
    line-height: 2.1;
  }
  .p-top__vision-txt.--center {
    font-size: 0.875rem;
    line-height: 2;
  }
  .p-top__vision-txt.--semibold-sp {
    font-weight: 600;
  }
  .p-top__vision-border {
    margin-top: 2.5rem;
  }
  .p-top__vision-border-inner {
    padding: 1.5rem 5.8% 2.8rem;
  }
  .p-top__vision-logo {
    width: 87.4%;
    padding-left: 10%;
  }
  .p-top__vision-name {
    margin: 0 0 0.6rem;
    font-size: 1rem;
    line-height: 1.8;
  }
  .p-top__vision-label {
    margin: 2.2rem 0 0;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.3;
  }
  .p-top__vision-block {
    margin-top: 1.3rem;
  }
  .p-top__vision-block-head {
    margin-bottom: 0.4rem;
    font-size: 1rem;
  }
  .p-top__vision-list {
    gap: 0.4rem 2%;
    margin-top: 1rem;
  }
  .p-top__vision-list-item {
    width: 100%;
    padding: 1.5rem 4% 1rem;
    border-radius: 0.5rem;
  }
  .p-top__vision-list-item::before {
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    left: 0.1rem;
    border-radius: 0.4rem;
  }
  .p-top__vision-list-item-icon {
    height: 4.3rem;
  }
  .p-top__vision-list-item-txt {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
  .p-top__vision-list-item-button {
    margin-top: 0.7rem;
    padding: 1rem 0.5rem;
    border-radius: 0.2rem;
    font-size: 0.875rem;
  }
  .p-top__vision-list-item-button-arrow {
    right: 0.8rem;
    bottom: 0;
    width: 0.8rem;
  }
  .p-top__vision-border-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0 5%;
    border-radius: 0.5rem;
    padding: 1.5rem 4% 1rem;
  }
  .p-top__vision-border-item::before {
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    left: 0.1rem;
    border-radius: 0.4rem;
  }
  .p-top__vision-border-item-icon {
    width: auto;
    height: 4.3rem;
  }
  .p-top__vision-border-item-icon img {
    width: auto;
    height: 100%;
  }
  .p-top__vision-border-item-txt-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .p-top__vision-border-item-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.5rem;
    min-height: 3.06em;
    line-height: 1.53;
    font-size: 0.875rem;
  }
  .p-top__vision-notes {
    margin-top: 0.7rem;
    font-size: 0.75rem;
  }
  .p-history__contents {
    margin-top: -24.4vw;
    padding-top: 2.3vw;
    padding-bottom: 2.7rem;
    background-image: url(../img/history/bg_sp.png);
  }
  .p-history__contents-txt {
    margin-top: 1.4rem;
    font-size: 0.875rem;
    line-height: 2.33;
    text-align: justify;
  }
  .p-history__list-area {
    margin-top: 3.1rem;
  }
  .p-history__list-area::before {
    top: 1.8rem;
    left: 0.53125rem;
    right: auto;
    width: 2.6px;
    height: 7.3rem;
    background-image: radial-gradient(circle at 1.3px 1.3px, #fff 1.3px, transparent 0);
    background-size: 2.6px 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-history__list-area::after {
    top: 9.1rem;
    left: 0.53125rem;
    right: auto;
    width: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-history__list-item {
    width: 100%;
  }
  .p-history__list-item:nth-child(n + 2) {
    margin-top: 1rem;
  }
  .p-history__list-item.--year2006 .p-history__list-item-block {
    padding-top: 1.1rem;
  }
  .p-history__list-item.--w100 .p-history__list-item-block {
    padding: 1rem 5% 4rem;
  }
  .p-history__list-item-year {
    margin-bottom: 0.4rem;
    padding-left: 2rem;
    font-size: 2.875rem;
    text-align: left;
  }
  .p-history__list-item-year .small {
    font-size: 0.875rem;
  }
  .p-history__list-item-year::before {
    left: 0;
    right: auto;
    width: 1.0625rem;
    height: 1.0625rem;
  }
  .p-history__list-item-block {
    margin-left: 2rem;
    padding: 2.4rem 8% 2.4rem;
    border-radius: 0.4rem;
  }
  .p-history__list-item-img-area {
    width: 98%;
    margin: auto;
    padding-left: 10%;
  }
  .p-history__list-item-txt-area {
    width: 100%;
    padding-top: 0;
  }
  .p-history__list-item-logo-area {
    border-top-width: 1px;
    margin-top: 1.2rem;
    padding-top: 1.3rem;
  }
  .p-history__list-item-head {
    margin-bottom: 1.4rem;
    padding-bottom: 0.8rem;
    border-bottom-width: 1px;
    font-size: 1.125rem;
  }
  .p-history__list-item-tag {
    width: 7rem;
    padding: 0.4rem 0;
    border-radius: 0.2rem;
    font-size: 0.875rem;
  }
  .p-history__list-item-img {
    margin-top: 0.4rem;
  }
  .p-history__list-item-sub-head {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .p-history__list-item-sub-head.--large {
    font-size: 1.1875rem;
  }
  .p-history__list-item-txt {
    margin-top: 0.8rem;
    font-size: 0.875rem;
  }
  .p-history__list-item-txt.--large {
    margin-top: 0.9rem;
    font-size: 0.875rem;
    line-height: 1.875;
  }
  .p-history__list-item-border {
    margin: 1.7rem 0;
  }
  .p-history__logo-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-history__logo-list-item:nth-child(n + 2) {
    margin-top: 2.2rem;
  }
  .p-history__logo-list-item-img {
    width: 6.5625rem;
  }
  .p-history__logo-list-item-img.--img02 {
    padding-left: 0.3rem;
  }
  .p-history__logo-list-item-txt {
    width: 100%;
    margin-top: 1rem;
    padding-left: 0;
    font-size: 1rem;
    text-align: center;
  }
  .p-history__contents-bottom-txt {
    margin-top: 2.2rem;
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .p-history__link {
    padding: 4.2rem 0 0;
  }
  .p-history__link-icon {
    width: 5.75rem;
  }
  .p-history__link-txt {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
  .p-history__link-button {
    width: 10.5625rem;
    margin-top: 1.3rem;
    padding: 1rem 0.5rem;
    border-radius: 0.2rem;
    font-size: 0.875rem;
  }
  .p-history__link-button-arrow {
    right: 0.8rem;
    bottom: 0;
    width: 0.8rem;
  }
}
@media screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
  .p-top__vision-txt.--center {
    text-align: center;
  }
  .p-history__list-item:nth-child(n + 3) {
    margin-top: 6rem;
  }
  .p-history__list-item.--year2006 {
    margin-top: 13.3rem;
  }
  .p-history__list-item.--left {
    float: left;
  }
  .p-history__list-item.--right {
    float: right;
  }
  .p-history__list-item.--right .p-history__list-item-year {
    text-align: left;
  }
  .p-history__list-item.--right .p-history__list-item-year::before {
    left: -13.5%;
    right: auto;
  }
  .p-history__list-item.--w100 {
    float: left;
    width: 100%;
  }
  .p-history__list-item.--w100 .p-history__list-item-year {
    width: 45.4%;
  }
}
@media (hover: hover) {
  .c-breadcrumbs__list-item a:hover {
    text-decoration: underline;
  }
  .l-header__nav-list-item a:hover {
    opacity: 0.7;
  }
  .p-top__movie-thumbnail:hover {
    opacity: 0.8;
  }
  .p-top__vision-list-item-button:hover {
    background: #256679;
  }
  .p-history__link-button:hover {
    background: #256679;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .l-header__nav {
    width: 10rem;
  }
  .l-header__nav-list-item-txt {
    font-size: 0.6875rem;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 40px 0;
  }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .footer__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__social-link-heading {
    margin-right: 57px;
  }
  .footer__social-link-item--officalsite {
    margin-right: 60px;
  }
  .footer__social-link-item--officalsite:before {
    left: calc(100% + 30px);
  }
  .footer__social-link-item--facebook {
    margin-right: 36px;
  }
  .footer__social-link-item--instagram {
    margin-right: 32px;
  }
  .footer__privacy-policy {
    margin-bottom: 25px;
  }
  .footer__privacy-policy-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__privacy-policy-item:not(:first-child):before {
    margin: 0 1em;
    content: "|";
    color: #fff;
  }
  .footer__annotation-break {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer__social-link {
    margin-bottom: 60px;
  }
  .footer__social-link-heading {
    margin-bottom: 40px;
    text-align: center;
  }
  .footer__social-link-items:before {
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
  }
  .footer__privacy-policy {
    text-align: center;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__annotation {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */
