@charset "UTF-8";
/**
  *  Foundation
  * ========================== */
/* Reset */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

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

/**
 * 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: 1em; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
          appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
          appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Splide */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* Base */
/* ========================================
  Base
  ======================================== */
:root {
  --header-height: 76px;
}
@media only screen and (min-width: 992px) {
  :root {
    --header-height: 120px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-padding-top: var(--header-height);
}

html[lang=en] {
  line-height: 1.6;
}

body {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  body:has(.c-hamburger.is-active) {
    overflow: hidden;
  }
}

ul,
ol,
dd {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style-type: none;
}

p {
  margin: 0;
}

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

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

a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

#container {
  overflow: clip;
}

/* カスタムアニメーションの定義 */
@keyframes custom-fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes custom-fade-in-left02 {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes custom-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
[animation*=fade] {
  opacity: 0;
}

/* カスタムアニメーションクラス */
.custom-fade-left-small {
  animation-name: custom-fade-in-left;
  animation-duration: 1s;
}

.custom-fade-left02-small {
  animation-name: custom-fade-in-left02;
  animation-duration: 1s;
}

.custom-fade-up-small {
  animation-name: custom-fade-in-up;
  animation-duration: 1s;
}

/* カスタム遅延クラス */
.animate__delay-02s {
  animation-delay: 0.2s !important;
}

.animate__delay-04s {
  animation-delay: 0.4s !important;
}

.animate__delay-06s {
  animation-delay: 0.6s !important;
}

.animate__delay-08s {
  animation-delay: 0.8s !important;
}

.animate__delay-10s {
  animation-delay: 1s !important;
}

.animate__delay-12s {
  animation-delay: 1.2s !important;
}

/**
  *  Layout
  * ========================== */
/* Container */
/* ========================================
  Container
  ======================================== */
.l-container-full {
  width: 100%;
}

.l-container {
  max-width: 1060px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
}

/* Columns */
/* ========================================
  Columns
  ======================================== */
@media only screen and (max-width: 767px) {
  .l-columns--1-sp {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .l-columns--1-pc {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .l-columns--2-pc {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5vw;
    justify-content: space-between;
  }
  .l-columns--2-pc .l-columns__item {
    width: calc((100% - 2.5vw) / 2);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .l-columns--2-pc .l-columns__item {
    width: calc((100% - 32px) / 2);
  }
}
@media only screen and (min-width: 768px) {
  .l-columns--2-pc-center {
    justify-content: center;
  }
  .l-columns--2-pc-center .l-columns__item {
    width: calc(33.3333% - 2.5vw);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .l-columns--2-pc-center .l-columns__item {
    width: calc(33.3333% - 32px);
  }
}
@media only screen and (min-width: 1281px) {
  .l-columns--2-pc {
    gap: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .l-columns--3-pc {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5vw;
    justify-content: space-between;
  }
  .l-columns--3-pc .l-columns__item {
    width: calc((100% - 5vw) / 3);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .l-columns--3-pc .l-columns__item {
    width: calc((100% - 64px) / 3);
  }
}
@media only screen and (min-width: 1281px) {
  .l-columns--3-pc {
    gap: 32px;
  }
}

/* Header */
/* ========================================
  Header
  ======================================== */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 76px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .l-header {
    height: 120px;
  }
}

.l-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.l-header__primary {
  display: flex;
  gap: 17px;
  align-items: center;
}

.l-header__logo-jac-group-wrap {
  display: block;
  width: 67px;
}
@media only screen and (min-width: 992px) {
  .l-header__logo-jac-group-wrap {
    width: 96px;
  }
}

.l-header__logo-jac-50th-wrap {
  display: block;
  width: 47px;
}
@media only screen and (min-width: 992px) {
  .l-header__logo-jac-50th-wrap {
    width: 68px;
  }
}

.l-header__secondary {
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 100;
  width: 93.3333333333vw;
  height: 100dvh;
  padding: 75px 30px 48px;
  overflow-y: scroll;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) {
  .l-header__secondary {
    position: absolute;
    top: 43px;
    right: 0;
    width: auto;
    height: auto;
    padding: 0;
    overflow-y: inherit;
    visibility: visible;
    background: none;
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .l-header__secondary.is-active {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
}

.l-header__nav-list {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .l-header__nav-list {
    display: flex;
    margin-right: 9.53125vw;
    margin-bottom: 0;
    border-left: 1px solid rgba(0, 34, 85, 0.35);
  }
}
@media only screen and (min-width: 1281px) {
  .l-header__nav-list {
    margin-right: 122px;
  }
}

@media only screen and (min-width: 992px) {
  .l-header__nav-item {
    position: relative;
    border-right: 1px solid rgba(0, 34, 85, 0.35);
  }
}

@media only screen and (min-width: 992px) {
  .l-header__nav-item--foundation {
    width: 90px;
  }
}

@media only screen and (min-width: 992px) {
  html[lang=en] .l-header__nav-item--foundation {
    width: auto;
  }
}

.l-header__nav-link {
  position: relative;
  display: block;
  padding: 15px 0;
  font-size: 1.8rem;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) {
  .l-header__nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1.171875vw;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1281px) {
  .l-header__nav-link {
    padding: 0 15px;
  }
}

.l-header__nav-link-in {
  transition: all 0.3s ease;
}

.l-header__nav-link:hover .l-header__nav-link-in {
  opacity: 1;
}
@media (hover: hover) {
  .l-header__nav-link:hover .l-header__nav-link-in {
    opacity: 0.5;
  }
}

.l-header__nav-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 2px solid #025;
  border-right: 2px solid #025;
  transition: all 0.3s ease;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 992px) {
  .l-header__nav-link::after {
    position: static;
    margin-top: 8px;
    transform: translateY(0) rotate(135deg);
  }
}

.l-header__nav-item:has(.l-header__nav-sub-list) .l-header__nav-link::after {
  transform: rotate(135deg);
}
@media only screen and (min-width: 992px) {
  .l-header__nav-item:has(.l-header__nav-sub-list) .l-header__nav-link::after {
    transform: translateY(0) rotate(135deg);
  }
}

.l-header__nav-item:has(.l-header__nav-sub-list) .l-header__nav-link.is-active::after {
  transform: translateY(0) rotate(-45deg);
}
@media only screen and (min-width: 992px) {
  .l-header__nav-item:has(.l-header__nav-sub-list) .l-header__nav-link.is-active::after {
    transform: translateY(0) rotate(135deg);
  }
}

.l-header__nav-sub-list {
  display: none;
  width: 58.6666666667vw;
}
@media only screen and (min-width: 992px) {
  .l-header__nav-sub-list {
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    width: auto;
    padding: 30px 0;
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateX(-50%);
  }
}

.l-header__nav-sub-link {
  position: relative;
  display: block;
  padding: 7px 0;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) {
  .l-header__nav-sub-link {
    padding: 10px 50px 10px 24px;
    line-height: 1.875;
    white-space: nowrap;
  }
}

.l-header__nav-sub-link-in {
  transition: all 0.3s ease;
}

.l-header__nav-sub-link:hover .l-header__nav-sub-link-in {
  opacity: 1;
}
@media (hover: hover) {
  .l-header__nav-sub-link:hover .l-header__nav-sub-link-in {
    opacity: 0.5;
  }
}

.l-header__nav-sub-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 2px solid #025;
  border-right: 2px solid #025;
  transition: all 0.3s ease;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 992px) {
  .l-header__nav-sub-link::after {
    right: 24px;
  }
}

.l-header__nav-language {
  display: flex;
  gap: 35px;
}
@media only screen and (min-width: 992px) {
  .l-header__nav-language {
    position: absolute;
    top: -30px;
    right: 30px;
    gap: 8px;
  }
}

.l-header__nav-language-link {
  display: block;
  font-size: 1.4rem;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) {
  .l-header__nav-language-link {
    font-size: 1.2rem;
  }
}

.l-header__nav-language-link.is-active {
  text-decoration: underline;
  opacity: 1;
}

.l-header__nav-language-link:hover {
  opacity: 0.5;
}
@media (hover: hover) {
  .l-header__nav-language-link:hover {
    opacity: 1;
  }
}

.l-header__nav-language-link.is-active:hover {
  opacity: 1;
}
@media (hover: hover) {
  .l-header__nav-language-link.is-active:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .l-header__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}

@media only screen and (max-width: 991px) {
  .l-header__overlay.is-active {
    visibility: visible;
    opacity: 0;
  }
}

/* Footer */
/* ========================================
  Footer
  ======================================== */
.l-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #025;
}
@media only screen and (min-width: 768px) {
  .l-footer {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

.l-footer__primary {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .l-footer__primary {
    margin-bottom: 92px;
  }
}

.l-footer__sns {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .l-footer__sns {
    gap: 41px;
    justify-content: center;
    margin-bottom: 40px;
  }
}

.l-footer__sns-item--text {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}

.l-footer__sns-link {
  display: block;
  transition: color 0.3s ease;
}

.l-footer__sns-linkedin {
  width: 44px;
}
@media only screen and (min-width: 768px) {
  .l-footer__sns-linkedin {
    width: 51px;
  }
}

.l-footer__sns-facebook {
  width: 40px;
}
@media only screen and (min-width: 768px) {
  .l-footer__sns-facebook {
    width: 47px;
  }
}

.l-footer__sns-x {
  width: 40px;
}
@media only screen and (min-width: 768px) {
  .l-footer__sns-x {
    width: 46px;
  }
}

.l-footer__sns-line {
  width: 40px;
}
@media only screen and (min-width: 768px) {
  .l-footer__sns-line {
    width: 47px;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer__links {
    text-align: center;
  }
}

.l-footer__links-link {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .l-footer__links-link {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.l-footer__links-link--external::after {
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("../../assets/img/common/icon_external.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .l-footer__links-link--external::after {
    width: 16px;
    height: 12px;
    margin-left: 7px;
  }
}

.l-footer__links-link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .l-footer__links-link:hover {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer__secondary {
    text-align: center;
  }
}

.l-footer__copyright {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
}

.p-page-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99;
  display: none;
  width: 40px;
  height: 40px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .p-page-top {
    width: 50px;
    height: 50px;
  }
}

.p-page-top:hover {
  opacity: 0.5;
}
@media (hover: hover) {
  .p-page-top:hover {
    opacity: 1;
  }
}

/* Section */
/* ========================================
  Section
  ======================================== */
.l-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .l-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/**
  *  Object
  * ========================== */
/* Component ------------ */
/* Button */
/* ========================================
  Button
  ======================================== */
.c-button-p01 {
  display: block;
}

.c-button-p01__wrapper {
  position: relative;
  overflow: hidden;
}

.c-button-p01__wrapper::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 35px;
  height: 35px;
  content: "";
  background-image: url("../../assets/img/common/icon_arrow_square_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: opacity 0.6s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .c-button-p01__wrapper::after {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media only screen and (min-width: 1281px) {
  .c-button-p01__wrapper::after {
    width: 40px;
    height: 40px;
  }
}

.c-button-p01__img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (hover: hover) {
  .c-button-p01:hover .c-button-p01__img {
    transform: scale(1.2);
  }
}

@media (hover: hover) {
  .c-button-p01:hover .c-button-p01__wrapper::after {
    opacity: 0.5;
  }
}

.c-button-link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 350px;
  padding: 16px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .c-button-link {
    padding: 20px;
    font-size: 1.8rem;
  }
}

.c-button-link--pdf {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .c-button-link--pdf {
    padding: 12px;
  }
}

.c-button-link::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #00abeb;
  transition: opacity 0.3s ease;
}

.c-button-link::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.3s ease;
  transform: translateY(-50%) rotate(45deg);
}

.c-button-link--pdf::after {
  position: static;
  margin: 0 auto;
  transform: translateY(0) rotate(135deg);
}

.c-button-link:hover::before {
  opacity: 1;
}
@media (hover: hover) {
  .c-button-link:hover::before {
    opacity: 0.5;
  }
}

.c-button-link-in {
  position: relative;
  z-index: 1;
}

/* Hamburger */
/* ========================================
  Hamburger
  ======================================== */
.c-hamburger {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger__line {
  position: relative;
  width: 30px;
  height: 3px;
  background-color: #025;
  transition: all 0.3s ease;
}

.c-hamburger.is-active .c-hamburger__line {
  background-color: transparent;
}

.c-hamburger__line::before {
  position: absolute;
  top: -9px;
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #025;
  transition: all 0.3s ease;
}

.c-hamburger.is-active .c-hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger__line::after {
  position: absolute;
  bottom: -9px;
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #025;
  transition: all 0.3s ease;
}

.c-hamburger.is-active .c-hamburger__line::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* Heading */
/* ========================================
  Heading
  ======================================== */
.c-heading-lv1 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .c-heading-lv1 {
    font-size: 5rem;
    line-height: 1.7;
    text-align: center;
  }
}

html[lang=en] .c-heading-lv1 {
  line-height: 1.4;
}

.c-heading-lv2 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .c-heading-lv2 {
    margin-bottom: 35px;
    text-align: center;
  }
}

html[lang=en] .c-heading-lv2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  html[lang=en] .c-heading-lv2 {
    margin-bottom: 24px;
  }
}

.c-heading-lv2__en {
  display: block;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .c-heading-lv2__en {
    font-size: 4rem;
    line-height: 1.8;
  }
}

html[lang=en] .c-heading-lv2__en {
  margin-bottom: 0;
  line-height: 1.3;
}

.c-heading-lv2__ja {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .c-heading-lv2__ja {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.c-heading-lv3 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .c-heading-lv3 {
    font-size: 2.5rem;
    line-height: 1.7;
    text-align: center;
  }
}

html[lang=en] .c-heading-lv3 {
  margin-bottom: 13px;
  line-height: 1.5;
}

/* Text */
/* ========================================
  Text
  ======================================== */
.c-text-lead {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .c-text-lead {
    margin-bottom: 55px;
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: center;
  }
}

html[lang=en] .c-text-lead {
  line-height: 1.6;
}

/* Card */
/* ========================================
  Card
  ======================================== */
.c-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}

.c-card__head {
  position: relative;
  overflow: hidden;
}

.c-card__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  transform: translate(-50%, -50%);
}

.c-card__img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card__body {
  background-color: #fff;
}

.c-card--link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 35px;
  height: 35px;
  content: "";
  background-image: url("../../assets/img/common/icon_arrow_square_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: opacity 0.6s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .c-card--link::after {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media only screen and (min-width: 1281px) {
  .c-card--link::after {
    width: 40px;
    height: 40px;
  }
}

@media (hover: hover) {
  .c-card--link:hover .c-card__img {
    transform: scale(1.2);
  }
}

@media (hover: hover) {
  .c-card--link:hover::after {
    opacity: 0.5;
  }
}

/* Project ------------ */
/* Top */
/* ========================================
  Top
  ======================================== */
/* p-top-hero */
.p-top-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-top-hero__img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-top-hero__img {
  width: 100%;
  height: 100%;
  transition: transform 6s ease-out;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
@media only screen and (max-width: 767px) {
  .p-top-hero__img {
    aspect-ratio: 750/1182;
  }
}

.p-top-hero .splide__slide.is-active .p-top-hero__img {
  transition-delay: 0s;
  transform: scale(1);
}

.p-top-hero .splide__slide:not(.is-active) .p-top-hero__img {
  transform: scale(1.15);
}

.p-top-hero .splide__track,
.p-top-hero .splide__list {
  height: 100%;
}

.p-top-hero .splide__slide {
  height: 100%;
}

.p-top-hero__txt01 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .p-top-hero__txt01 {
    width: 41.09375vw;
    max-width: 526px;
  }
}

/* p-top-intro */
.p-top-intro__title {
  margin-bottom: 33px;
}
@media only screen and (min-width: 768px) {
  .p-top-intro__title {
    margin-bottom: 46px;
  }
}

html[lang=en] .p-top-intro__title {
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  html[lang=en] .p-top-intro__title {
    margin-bottom: 30px;
  }
}

.p-top-intro__txt {
  font-size: 1.8rem;
  line-height: 2.2;
}
@media only screen and (min-width: 768px) {
  .p-top-intro__txt {
    font-size: 2rem;
    line-height: 2.5;
    text-align: center;
  }
}

html[lang=en] .p-top-intro__txt {
  line-height: 2;
}

/* p-top-box01 */
.p-top-box01 {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .p-top-box01 {
    padding-bottom: 100px;
  }
}

/* p-top-message */
.p-top-message {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  .p-top-message {
    padding-top: 100px;
  }
}

.p-top-message__title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .p-top-message__title {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-message__item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.p-top-message__caption {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-top-message__caption {
    font-size: 2rem;
    line-height: 1.8;
    text-align: center;
  }
}

html[lang=en] .p-top-message__caption {
  line-height: 1.6;
}

/* p-top-history */
.p-top-history {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  .p-top-history {
    padding-top: 100px;
  }
}

/* p-top-prologue */
.p-top-prologue {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  .p-top-prologue {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-prologue__item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.p-top-prologue__img-wrapper {
  background-color: #fff;
}

.p-top-prologue__txt-wrapper {
  position: absolute;
  top: 50%;
  right: 3px;
  text-align: left;
  transform: translateY(-50%);
}

.p-top-prologue__txt01 {
  width: auto;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .p-top-prologue__txt01 {
    height: 73px;
  }
}

.p-top-prologue__txt02 {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-top-prologue__txt02 {
    font-size: 2rem;
  }
}

/* p-top-jac-history */
.p-top-jac-history {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  .p-top-jac-history {
    padding-top: 100px;
  }
}

.p-top-jac-history__list:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .p-top-jac-history__list:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-jac-history__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.p-top-jac-history__head::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(51, 51, 51, 0.35);
}

.p-top-jac-history__txt01 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-top-jac-history__txt01 {
    font-size: 3.2rem;
    line-height: 1.8;
  }
}

.p-top-jac-history__body {
  padding: 25px 20px;
}
@media only screen and (min-width: 768px) {
  .p-top-jac-history__body {
    padding: 18px 1.953125vw;
  }
}
@media only screen and (min-width: 1281px) {
  .p-top-jac-history__body {
    padding: 18px 25px;
  }
}

.p-top-jac-history__txt02 {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-top-jac-history__txt02 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

html[lang=en] .p-top-jac-history__txt02 {
  line-height: 1.6;
}

html[lang=en] .p-top-jac-history__txt02-title {
  font-weight: 900;
}

/* p-top-closer-look */
.p-top-closer-look {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  .p-top-closer-look {
    padding-top: 100px;
  }
}

.p-top-closer-look__list:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .p-top-closer-look__list:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-closer-look__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.p-top-closer-look__title01 {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-top-closer-look__title01 {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.p-top-closer-look__title01-sub {
  display: block;
  margin-bottom: 5px;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .p-top-closer-look__title01-sub {
    font-size: 1.328125vw;
  }
}
@media only screen and (min-width: 1281px) {
  .p-top-closer-look__title01-sub {
    font-size: 1.7rem;
  }
}

.p-top-closer-look__title01-main {
  display: block;
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-top-closer-look__title01-main {
    font-size: 2.421875vw;
  }
}
@media only screen and (min-width: 1281px) {
  .p-top-closer-look__title01-main {
    font-size: 3.1rem;
  }
}

.p-top-closer-look__item:nth-child(2) .p-top-closer-look__title01-main {
  letter-spacing: 0.1em;
}

.p-top-closer-look__body {
  padding: 18px 20px;
}
@media only screen and (min-width: 768px) {
  .p-top-closer-look__body {
    padding: 16px 1.953125vw;
  }
}
@media only screen and (min-width: 1281px) {
  .p-top-closer-look__body {
    padding: 16px 25px;
  }
}

.p-top-closer-look__title02 {
  margin-bottom: 7px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-top-closer-look__title02 {
    margin-bottom: 5px;
    font-size: 2rem;
    line-height: 1.8;
  }
}

.p-top-closer-look__txt01 {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-top-closer-look__txt01 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

html[lang=en] .p-top-closer-look__txt01 {
  line-height: 1.6;
}

/* p-top-foundation */
.p-top-foundation {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  .p-top-foundation {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-foundation__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.p-top-foundation__body {
  padding: 18px 20px;
}
@media only screen and (min-width: 768px) {
  .p-top-foundation__body {
    padding: 20px 2.34375vw;
  }
}
@media only screen and (min-width: 1281px) {
  .p-top-foundation__body {
    padding: 20px 30px;
  }
}

.p-top-foundation__title01 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .p-top-foundation__title01 {
    margin-bottom: 15px;
  }
}

.p-top-foundation__title01-sub {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-top-foundation__title01-sub {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

html[lang=en] .p-top-foundation__title01-sub {
  line-height: 1.6;
}

.p-top-foundation__title01-main {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-top-foundation__title01-main {
    font-size: 2rem;
    line-height: 1.8;
  }
}

html[lang=en] .p-top-foundation__title01-main {
  line-height: 1.6;
}

.p-top-foundation__txt01 {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-top-foundation__txt01 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

html[lang=en] .p-top-foundation__txt01 {
  line-height: 1.6;
}

/* p-top-special */
.p-top-special {
  position: relative;
  padding: 70px 0;
}
@media only screen and (min-width: 768px) {
  .p-top-special {
    padding: 100px 0;
  }
}

.p-top-special::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../../assets/img/top/bg_special_sp.webp");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  transform: translateX(-100%);
  transform-origin: right center;
}
@media only screen and (min-width: 768px) {
  .p-top-special::before {
    background-image: url("../../assets/img/top/bg_special.webp");
  }
}

.p-top-special.animate-before::before {
  transform: translateX(0);
  animation: custom-fade-in-left02 0.8s forwards;
}

.p-top-special__title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .p-top-special__title {
    margin-bottom: 55px;
  }
}

.p-top-special__list:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .p-top-special__list:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-special__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.p-top-special__body {
  padding: 18px 20px;
}
@media only screen and (min-width: 768px) {
  .p-top-special__body {
    padding: 16px 1.953125vw;
  }
}
@media only screen and (min-width: 1281px) {
  .p-top-special__body {
    padding: 16px 25px;
  }
}

.p-top-special__title01 {
  margin-bottom: 7px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-top-special__title01 {
    margin-bottom: 5px;
    font-size: 2rem;
    line-height: 1.8;
  }
}

html[lang=en] .p-top-special__title01 {
  line-height: 1.6;
}

.p-top-special__txt01 {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-top-special__txt01 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

html[lang=en] .p-top-special__txt01 {
  line-height: 1.6;
}

/* p-top-aboutjac */
.p-top-aboutjac {
  position: relative;
  padding: 70px 0;
}
@media only screen and (min-width: 768px) {
  .p-top-aboutjac {
    padding: 100px 0;
  }
}

.p-top-aboutjac::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #025;
  transform: translateX(-100%);
  transform-origin: right center;
}

.p-top-aboutjac.animate-before::before {
  transform: translateX(0);
  animation: custom-fade-in-left02 0.8s forwards;
}

.p-top-aboutjac__title {
  color: #fff;
}

.p-top-aboutjac__list {
  position: relative;
}

.p-top-aboutjac__list:first-child {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .p-top-aboutjac__list:first-child {
    max-width: 655px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .p-top-aboutjac__list:nth-child(2) {
    max-width: 655px;
    margin: 32px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-aboutjac__item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.p-top-aboutjac__link {
  height: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .p-top-aboutjac__img {
    aspect-ratio: 630/344;
  }
}

.p-top-aboutjac__wrapper {
  display: grid;
  align-content: center;
  height: 100%;
}

.p-top-aboutjac__wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(51, 51, 51, 0);
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .p-top-aboutjac__link:hover .p-top-aboutjac__wrapper::before {
    background-color: rgba(51, 51, 51, 0.2);
  }
}

.p-top-aboutjac__txt01 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.7;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .p-top-aboutjac__txt01 {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 2rem;
    line-height: 1.8;
  }
}

html[lang=en] .p-top-aboutjac__txt01 {
  line-height: 1.6;
}

.p-top-aboutjac__txt02 {
  position: relative;
  z-index: 1;
  padding: 25px;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-top-aboutjac__txt02 {
    padding: 12px 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

html[lang=en] .p-top-aboutjac__txt02 {
  line-height: 1.6;
}

.p-top-aboutjac__download {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) {
  .p-top-aboutjac__download {
    display: flex;
    gap: 35px;
    max-width: 733px;
    margin: 100px auto 0;
    transform: translateX(39px);
  }
}

.p-top-aboutjac__download-primary {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .p-top-aboutjac__download-primary {
    flex-shrink: 0;
    margin-bottom: 0;
  }
}

.p-top-aboutjac__download-img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-top-aboutjac__download-img {
    width: 215px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .p-top-aboutjac__download-secondary {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
  }
}

.p-top-aboutjac__download-title {
  margin-bottom: 20px;
  color: #fff;
}

.p-top-aboutjac__download-title-sub {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .p-top-aboutjac__download-title-sub {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

html[lang=en] .p-top-aboutjac__download-title-sub {
  line-height: 1.6;
}

.p-top-aboutjac__download-title-main {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-top-aboutjac__download-title-main {
    font-size: 2.5rem;
    line-height: 1.7;
  }
}

html[lang=en] .p-top-aboutjac__download-title-main {
  line-height: 1.5;
}

.p-top-aboutjac__download-txt {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-top-aboutjac__download-txt {
    margin-bottom: 3.90625vw;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1281px) {
  .p-top-aboutjac__download-txt {
    margin-bottom: 50px;
  }
}

html[lang=en] .p-top-aboutjac__download-txt {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .p-top-aboutjac__download-button-link {
    margin: 0;
  }
}

/* Utility ------------ */
/* Break */
/* ========================================
  Break
  ======================================== */
.u-break-sp {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .u-break-sp {
    display: none !important;
  }
}

.u-break-tab {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .u-break-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-break-tab {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .u-break-tab {
    display: none !important;
  }
}

.u-break-pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .u-break-pc {
    display: block !important;
  }
}

.u-inline {
  display: inline-block;
}

/* Bg */
/* ========================================
  Bg
  ======================================== */
.u-bg-light-blue {
  background-color: #eaf8fd;
}

.u-bg-navy-blue {
  background-color: #025;
}