@charset "UTF-8";
/* ------------------------------------------------------------

Reset

------------------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*
  font:inherit;
  font-family:inherit;
  */
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  letter-spacing: 0.1rem;
}

input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  display: block;
}

:root {
  --scrollbar: 17px;
}

html {
  /*--基準--1対1でスケール*/
  font-size: calc((100vw - var(--scrollbar)) / 1440 * 10 / 1920 * 1620);
}
@media print {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1440 * 10);
  }
}
html {
  /*--ブレイクポイント1920px--固定*/
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 70.3125%;
  }
}
html {
  /*--ブレイクポイント1620px--1対1でスケール*/
}
@media screen and (max-width: 1620px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1440 * 10);
  }
}
html {
  /*--ブレイクポイント1440px--固定*/
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}
html {
  /*--ブレイクポイント1200px--1対1でスケール*/
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
html {
  /*--ブレイクポイント767px--1対1でスケール*/
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
dialog,
figure,
footer,
header,
main,
nav,
section,
summary,
textarea {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

/*a,
a:link,
a:visited,
a:hover,
a:active{
	outline:none;
	text-decoration:none;
}*/
/*a:focus-visible{outline: 2px dotted #333;}*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

.focus-visible {
  outline: 2px dotted #333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

button {
  background: none;
  appearance: none;
  border: none;
  padding: 0;
}

/*button:focus-visible{outline: thin dotted #333;}*/
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #E5E5E5;
  color: #FFF;
  font-weight: 400;
  font-size: 2rem;
  line-height: normal;
  font-feature-settings: "palt";
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
body.open {
  overflow: hidden;
}

.svg_symbol {
  display: none;
}

#onetrust-consent-sdk {
  opacity: 0;
  transition: opacity 0.3s;
}
#wrap-all.mv-animate-end ~ #onetrust-consent-sdk {
  opacity: 1;
}

/* ------------------------------------------------------------

Font

------------------------------------------------------------ */
* {
  font-family: "Inter", YuGothic, "Yu Gothic medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Sans JP, sans-serif;
}

/* ------------------------------------------------------------

Shortcodes

------------------------------------------------------------ */
.normal {
  font-weight: 400 !important;
}

.bold {
  font-weight: 700 !important;
}

.italic {
  font-style: italic !important;
}

.none {
  display: none !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

sub {
  vertical-align: sub !important;
  font-size: 50%;
}

sup {
  vertical-align: sup !important;
  font-size: 50%;
}

.txt-mail::after {
  content: "@";
}

.red01 {
  color: red;
}

.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

/* ------------------------------------------------------------

ボタン

------------------------------------------------------------ */
.btnType01__inner {
  display: inline-block;
}
.btnType01__inner a {
  display: flex;
  align-items: center;
  width: 30rem;
  border: 1px solid #FFF;
  padding: 1.6rem 2rem 1.6rem 2.4rem;
  transition: all 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType01__inner a {
    padding: 1.2rem 2rem 1.2rem 2.2rem;
  }
}
.btnType01__inner a:hover {
  background-color: #FFF;
}
.btnType01__inner a:hover span {
  color: #0091E6;
}
.btnType01__inner a:hover .arrow {
  fill: #0091E6;
}
.btnType01__inner a:hover .tab {
  fill: #0091E6;
}
.btnType01__inner a span {
  flex: 1;
  color: #FFF;
  font-weight: 700;
  text-align: center;
}
.btnType01__inner a .arrow {
  flex: none;
  width: 3rem;
  height: 2.4rem;
  fill: #FFF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType01__inner a .arrow {
    width: 2.4rem;
    height: 1.8rem;
  }
}
.btnType01__inner a .tab {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  fill: #FFF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType01__inner a .tab {
    width: 2rem;
    height: 2rem;
  }
}

.btnType02 .press {
  margin-top: 5rem;
}

.btnType02__inner {
  display: inline-block;
  margin-top: 5rem;
}
.btnType02__inner a {
  display: flex;
  align-items: center;
  width: 58rem;
  border: 1px solid #FFF;
  padding: 3rem 2rem 3rem 2.4rem;
  transition: all 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType02__inner a {
    width: 30rem;
    padding: 1.2rem 2rem 1.2rem 2.2rem;
  }
}
.btnType02__inner a:hover {
  background-color: #FFF;
}
.btnType02__inner a:hover span {
  color: #0091E6;
}
.btnType02__inner a:hover .arrow {
  fill: #0091E6;
}
.btnType02__inner a:hover .tab {
  fill: #0091E6;
}
.btnType02__inner a span {
  flex: 1;
  color: #FFF;
  font-weight: 700;
  text-align: center;
}
.btnType02__inner a span br {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType02__inner a span br {
    display: block;
  }
}
.btnType02__inner a .arrow {
  flex: none;
  width: 3.4rem;
  height: 2.4rem;
  fill: #FFF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType02__inner a .arrow {
    width: 2.4rem;
    height: 1.8rem;
  }
}
.btnType02__inner a .tab {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  fill: #FFF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType02__inner a .tab {
    width: 2rem;
    height: 2rem;
  }
}

.btnType03__inner {
  display: inline-block;
}
.btnType03__inner a {
  display: flex;
  align-items: center;
}
.btnType03__inner a:hover span {
  transform: scale(1.05);
}
.btnType03__inner a span {
  flex: 1;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  transition: transform 0.3s;
  padding: 0 0.9rem 0 1.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType03__inner a span {
    padding: 0 0.9rem;
  }
}
.btnType03__inner a .arrow {
  flex: none;
  width: 4.2rem;
  height: 2.4rem;
  fill: #FFF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType03__inner a .arrow {
    width: 2.4rem;
    height: 1.8rem;
  }
}
.btnType03__inner a .tab {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  fill: #FFF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType03__inner a .tab {
    width: 2rem;
    height: 2rem;
  }
}

.btnType04__inner a {
  display: flex;
  align-items: center;
  height: 14.9rem;
  transition: all 0.3s;
  padding: 0 4rem;
  background-color: #fff;
/*  border: 1px #FFF solid;*/
/*  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);*/
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType04__inner a {
    width: 100%;
    height: 6rem;
    padding: 0 2rem;
  }
}
.btnType04__inner a:hover {
  color: #FFF;
  background-color: #0091E6;
}
.btnType04__inner a:hover span {
  color: #FFF;
}
.btnType04__inner a:hover .arrow {
  fill: #FFF;
}
.btnType04__inner a:hover .tab {
  fill: #FFF;
}
.btnType04__inner a span {
  flex: 1;
  color: #0091E6;
  font-weight: 700;
  text-align: center;
}
.btnType04__inner a .arrow {
  flex: none;
  width: 3.4rem;
  height: 2.4rem;
  fill: #0091E6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType04__inner a .arrow {
    width: 1.8rem;
    height: 1.4rem;
  }
}
.btnType04__inner a .tab {
  flex: none;
  width: 3.6rem;
  height: 3.6rem;
  fill: #0091E6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType04__inner a .tab {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.btnType05__inner a {
  display: flex;
  align-items: center;
  height: 14.9rem;
  transition: all 0.3s;
  padding: 0 4rem;
  border: 1px solid #0091E6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType05__inner a {
    width: 100%;
    height: 7rem;
    padding: 0 2rem;
  }
}
.btnType05__inner a:hover {
background-color: #fff;
}
.btnType05__inner a:hover span {
  color: #0091E6;
}
.btnType05__inner a:hover .arrow {
  fill: #0091E6;
}
.btnType05__inner a:hover .tab {
  fill: #0091E6;
}
.btnType05__inner a span {
  flex: 1;
  color: #0091E6;
  font-weight: 700;
  text-align: center;
}
.btnType05__inner a .arrow {
  flex: none;
  width: 3.4rem;
  height: 2.4rem;
  fill: #0091E6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType05__inner a .arrow {
    width: 1.8rem;
    height: 1.4rem;
  }
}
.btnType05__inner a .tab {
  flex: none;
  width: 3.6rem;
  height: 3.6rem;
  fill: #0091E6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType05__inner a .tab {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.btnType06{
  width: 50%;
  margin: 0 auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
.btnType06{
  width: 80%;
  margin: 0 auto;
    }
}
.btnType06__inner a {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  padding: 2rem 3rem;
  border: 1px solid #0091E6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType06__inner a {
    width: 100%;
    padding: 1rem 2rem;
    margin-bottom: 5rem;
  }
}
.btnType06__inner a:hover {
background-color: #fff;
}
.btnType06__inner a:hover span {
  color: #0091E6;
}
.btnType06__inner a:hover .arrow {
  fill: #0091E6;
}
.btnType06__inner a:hover .tab {
  fill: #0091E6;
}
.btnType06__inner a span {
  flex: 1;
  color: #0091E6;
  font-weight: 700;
  text-align: center;
}
.btnType06__inner a .arrow {
  flex: none;
  width: 3.4rem;
  height: 2.4rem;
  fill: #0091E6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType06__inner a .arrow {
    width: 1.8rem;
    height: 1.4rem;
  }
}
.btnType06__inner a .tab {
  flex: none;
  width: 3.6rem;
  height: 3.6rem;
  fill: #0091E6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType06__inner a .tab {
    width: 1.5rem;
    height: 1.5rem;
  }
}


/* ------------------------------------------------------------

リンク

------------------------------------------------------------ */
/* テキストリンク
---------------------------------------------- */
.linkTxt01__inner a {
  color: #0091E6;
  display: inline-block;
  text-decoration: underline !important;
  word-wrap: break-word;
}
.linkTxt01__inner a:hover {
  text-decoration: none !important;
}

/* ------------------------------------------------------------

見出し

------------------------------------------------------------ */
/* ------------------------------------------------------------

アニメーション

------------------------------------------------------------ */
/* inview
---------------------------------------------- */
*[data-inview] {
  opacity: 0;
  position: relative;
  bottom: -5rem;
  transition: opacity 0.5s, bottom 0.5s;
  transition-timing-function: ease-in-out;
}

.in-view {
  opacity: 1;
  bottom: 0;
}

/* モーダル
---------------------------------------------- */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
/* ------------------------------------------------------------

Header

------------------------------------------------------------ */
.header {
  position: absolute;
  top: 5rem;
  left: 6.2rem;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header {
    top: 3rem;
    left: 3rem;
  }
}
.header__logo {
  width: 13.6rem;
  transition: opacity 0.3s;
}
.header__logo:hover {
  opacity: 0.7;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__logo {
    width: 6.2rem;
  }
}
.header__logo a {
  display: block;
}
.header__logo a img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------

Footer

------------------------------------------------------------ */
/* フッター
---------------------------------------------- */
.footer {
  padding: 15.9rem 0 3rem;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer {
    padding: 6.4rem 0 2rem;
  }
}
.footer__pagetop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 1;
  cursor: pointer;
  width: 10rem;
  height: 10rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
}
.footer__pagetop:hover {
  transform: scale(1.15);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__pagetop {
    width: 6rem;
    height: 6rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.footer__pagetop.pagetop_show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: 0.3s;
}
.footer__pagetop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 0 0.75rem rgba(204, 204, 204, 0.5));
}
.footer__catch {
    width: 50rem;
    margin: 0 auto 10rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__catch {
    width: 26.2rem;
    margin: 0 auto 8rem;
  }
}
.footer__catch img {
  width: 100%;
  height: auto;
}
.footer__logo {
  width: 61.2rem;
  margin: 0 auto 8.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__logo {
    width: 27.2rem;
    margin-bottom: 5.5rem;
  }
}
.footer__logo a {
  display: block;
}
.footer__logo a img {
  width: 100%;
  height: auto;
}
.footer__copy small {
  color: #625757;
  font-size: 1.6rem;
  line-height: normal;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__copy small {
    font-size: 1rem;
  }
}

/* ------------------------------------------------------------

モーダル

------------------------------------------------------------ */
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .modal__overlay {
    padding: 0 1rem;
  }
}
.modal__container {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 4rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .modal__container {
    max-width: 100%;
    padding: 4rem 0.5rem;
  }
}
.modal__container::-webkit-scrollbar {
  display: none;
}
.modal__container-inner {
  max-width: 100rem;
  margin: 0 auto;
  background-color: #000;
  padding: 7.7rem 8.25rem;
  border-radius: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .modal__container-inner {
    padding: 4rem 1.5rem;
    border-radius: 1rem;
  }
}
.modal__close {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .modal__close {
    display: block;
    background: #FFF;
    border: 1px solid #DDDCDC;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 3rem;
    right: 0;
    cursor: pointer;
    will-change: inherit;
    border-radius: 50%;
    transition: background 0.3s;
  }
}
.modal__close:hover {
  background: #0091E6;
}
.modal__close:before, .modal__close:after {
  display: block;
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0.7rem;
  width: 1.4rem;
  height: 0.2rem;
  background: #696969;
}
.modal__close:before {
  transform: rotate(45deg);
}
.modal__close:after {
  transform: rotate(-45deg);
}

/* アニメーション
---------------------------------------------- */
.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* Slider モーダル
---------------------------------------------- */
.sliderModal {
  color: #FFF;
}
.sliderModal__image {
  position: relative;
  margin-bottom: 2rem;
}
.sliderModal__image img {
  width: 100%;
  height: auto;
}
.sliderModal__image figcaption {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderModal__image figcaption {
    bottom: 0.4rem;
    font-size: 1.6rem;
  }
}
.sliderModal__video {
  position: relative;
  margin-bottom: 2rem;
  aspect-ratio: 16/9;
}
.sliderModal__video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.sliderModal__video figcaption {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderModal__video figcaption {
    bottom: 0.4rem;
    font-size: 1.6rem;
  }
}
.sliderModal__txt {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: 1.6rem;
}
.sliderModal__txt a {
  text-decoration: underline;
  color: #0091E6;
}
.sliderModal__txt a:hover {
  text-decoration: none;
}
.sliderModal__txt-external a {
  display: flex;
  gap: 0.6rem;
}
.sliderModal__txt-external a .arrow {
  flex: none;
  width: 2rem;
  height: 1.6rem;
  fill: #0091E6;
  margin-top: 0.7rem;
}
.sliderModal__txt-external a span .tab {
  display: inline-block;
  fill: #0091E6;
  width: 1.9rem;
  height: 1.9rem;
  vertical-align: -0.2rem;
  margin-left: 0.2rem;
}

/* ------------------------------------------------------------

トップページ

------------------------------------------------------------ */
/* ファーストビュー
---------------------------------------------- */
.main {
  height: 100vh;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .main {
    height: 66.7rem;
  }
}
.main__item {
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: opacity 0.4s; /*70のタイミング調整(基準となる値)*/
  transition-timing-function: ease-in-out;
}
body.loaded .main__item {
  opacity: 1;
}
.main__item img {
  width: 100%;
  height: auto;
}
.main__txt01 {
  width: 29.1666666667%;
  left: 1.0416666667%;
  transform: translateY(-50%);
  padding-top: 3.6805555556%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .main__txt01 {
    width: 100%;
    top: 2.7rem;
    left: 0;
    transform: unset;
  }
}
.main__txt02 {
  width: 41.0069444444%;
  left: 28.1944444444%;
  transform: translateY(-50%);
  transition-delay: 2s; /*25のタイミング調整（70からどれくらい遅らせるか）*/
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .main__txt02 {
    width: 100%;
    top: 21.1rem;
    left: 0;
    transform: unset;
  }
}
.main__txt03 {
  width: 30.6944444444%;
  right: 0.2777777778%;
  transform: translateY(-50%);
  padding-top: 2.2222222222%;
  transition-delay: 1s; /*60のタイミング調整（70からどれくらい遅らせるか）*/
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .main__txt03 {
    width: 100%;
    top: 43.3rem;
    left: 0;
    transform: unset;
  }
}
.main__catch {
  width: 27.3958333333%;
  left: 35.2777777778%;
  padding-top: 15.1388888889%;
  transition-delay: 2s; /*25下テキストのタイミング調整（70からどれくらい遅らせるか）*/
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .main__catch {
    width: 27rem;
    top: 42.6rem;
    left: 50%;
    padding-top: 0;
    transform: translate3d(-50%, 0, 0);
  }
}

/* イントロ
---------------------------------------------- */
.intro {
  padding: 12rem 4rem 10rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 22%, rgba(35, 130, 92, 0) 100%);
  color: #211100;
  text-align:center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .intro {
    padding: 6rem 0 0;
  }
}
.intro__ttl {
  width: 56.7rem;
  margin: 0 auto 5rem;
  font-size: 5.2rem;
  align-items: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .intro__ttl {
    margin-bottom: 2.5rem;
   font-size:2rem;
    width: 100%;
  font-weight: 600;
}
}
.intro__txt {
  max-width: 101.5rem;
  margin: 0 auto 5rem;
  display: flex;
  flex-direction: column;
  gap: 1em;
  line-height: 2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .intro__txt {
  padding: 0 3rem;
  margin-bottom: 2.5rem;
  font-size:1.5rem;
  line-height: 1.6;
  text-align: left;
 }
}
.intro__logo {
  max-width: 90rem;
  margin: 0 auto 5rem;
  padding: 3rem 12rem;
  display: flex;
  flex-direction: column;
  gap: 1em;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 30% 75%, rgba(255, 255, 255, 0));
  color: #0091E6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .intro__logo {
  padding: 1rem 3rem 2rem;
  margin: 0 auto 3rem;
}
}
.logo__ttl{
  font-weight: 600;
  font-size: 2.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
 .logo__ttl{
  margin: 0 auto;
  font-size: 1.3rem;
 }
}
.logo__img {
    width: 50rem;
    margin: 0 auto 1rem;
    color: #222;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .logo__img {
    width: 26.2rem;
    margin: 0 auto;
  }
}
.logo__img img {
  width: 100%;
  height: auto;
}
.logo__concept{
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
.logo__concept{
  font-size: 1.3rem;
 }
}
.intro img{
    margin: 0 auto;
    display: block;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .intro img {
    margin: 1rem auto 0 !important;
 }
}

/* スライダーセクション
---------------------------------------------- */
.sliderWrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sliderWrapper__inner01 {
  position: relative;
  padding: 5.2rem 0 10rem 9.0277777778%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner01 {
    padding: 5.7rem 3rem 5rem;
  }
}
.sliderWrapper__inner01::before {
  content: "";
  display: block;
  background: url(../img/bg_70.png) no-repeat 0 0/cover;
  width: 35.8778625954%;
  aspect-ratio: 470/366;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.7;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner01::before {
    background-image: url(../img/bg_70_sp.png);
    width: 100%;
    aspect-ratio: 375/340;
    top: unset;
    bottom: -0.9rem;
  }
}
.sliderWrapper__inner01::after {
  content: "";
  display: block;
  background: linear-gradient(to bottom, #cccc24 84%, rgba(255, 255, 255, 0) 100%);
  width: 93.75%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner01::after {
    width: 100%;
  }
}
.sliderWrapper__inner01-ttl {
  font-size: 5.2rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  margin-bottom: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner01-ttl {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
.sliderWrapper__inner01 > p {
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.25);
  width: 33.3333333333%;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner01 > p {
    width: 100%;
  }
}
.sliderWrapper__inner01 .swiper {
  overflow: visible;
  width: 55.2777777778vw;
  margin: -12rem 0 0 auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner01 .swiper {
    width: 81.3333333333vw;
    margin: 4rem auto 0;
  }
}
.sliderWrapper__inner01 .swiper-wrapper {
  align-items: flex-end;
}
.sliderWrapper__inner01 .swiper-slide {
  width: 55.2777777778vw;
  transform: scale(0.43);
  transform-origin: bottom;
  transition: transform 0.6s !important;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner01 .swiper-slide {
    width: 81.3333333333vw;
    transform: scale(0.683);
  }
}
.sliderWrapper__inner01 .swiper-slide.is-active {
  transform: scale(1);
}
.sliderWrapper__inner01 .swiper-slide button {
  width: 100%;
  cursor: pointer;
  display: block;
  position: relative;
  aspect-ratio: 835/513;
  color: #FFF;
  transform-origin: left bottom;
  transition: transform 0.6s;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
.sliderWrapper__inner01 .swiper-slide button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sliderWrapper__inner01 .swiper-slide button p {
  display: none;
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  padding: 0 4rem;
  font-weight: 700;
  font-size: 2.4rem;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.5); 
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner01 .swiper-slide button p {
    bottom: 1.2rem;
    text-align: center;
    padding-top: 1rem;
    font-size: 1.3rem;
  }
}
.sliderWrapper__inner01 .swiper-slide-active button {
  pointer-events: all;
}
@media print {
  .sliderWrapper__inner01 .swiper-slide-active button {
    transform: none;
  }
}
.sliderWrapper__inner01 .swiper-slide-active button p {
  display: block;
}
.sliderWrapper__inner01 .swiper-slide:has(+ .swiper-slide.is-prev) {
  transform: scale(0.43) translateX(66%);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner01 .swiper-slide:has(+ .swiper-slide.is-prev) {
    transform: scale(0.683);
  }
}
.sliderWrapper__inner02 {
  position: relative;
  width: 93.75%;
  padding: 5.2rem 3.1944444444% 4rem 0;
  background: linear-gradient(to bottom, #088F8A 84%, rgba(35, 130, 92, 0) 100%);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner02 {
    width: 100%;
    padding: 5.7rem 3rem 5rem;
    background: linear-gradient(to bottom, #088F8A 84%, rgba(35, 130, 92, 0) 100%);
  }
}
.sliderWrapper__inner02-inside {
  position: relative;
}
.sliderWrapper__inner02-inside::before {
  content: "";
  display: block;
  background: url(../img/bg_60.png) no-repeat 0 0/cover;
  width: 37.2519083969%;
  aspect-ratio: 488/358;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner02-inside::before {
    background-image: url(../img/bg_60_sp.png);
    width: 100vw;
    aspect-ratio: 375/314;
    top: unset;
    bottom: -5.3rem;
    margin-left: -3rem;
  }
}
.sliderWrapper__inner02-inside > p {
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.25);
  width: 33.3333333333%;
  line-height: 1.6;
  position: relative;
  z-index: 2;
  margin-left: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner02-inside > p {
    width: 100%;
  }
}
.sliderWrapper__inner02-ttl {
  text-align: right;
  font-size: 5.2rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  margin-bottom: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner02-ttl {
    text-align: left;
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
.sliderWrapper__inner02 .swiper {
  overflow: visible;
  width: 55.2777777778vw;
  margin: -2rem 0 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner02 .swiper {
    width: 81.3333333333vw;
    margin: 2.7rem auto 0;
  }
}
.sliderWrapper__inner02 .swiper-slide {
  width: 55.2777777778vw;
  transform: scale(0.43);
  transition: transform 0.6s;
  transform-origin: bottom;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner02 .swiper-slide {
    width: 81.3333333333vw;
    transform: scale(0.683);
  }
}
.sliderWrapper__inner02 .swiper-slide.is-active {
  transform: scale(1);
}
.sliderWrapper__inner02 .swiper-slide.is-next + .swiper-slide {
  transform: scale(0.43) translateX(-66.5%);
}
.sliderWrapper__inner02 .swiper-slide button {
  width: 100%;
  cursor: pointer;
  display: block;
  position: relative;
  aspect-ratio: 835/513;
  color: #FFF;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
.sliderWrapper__inner02 .swiper-slide button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sliderWrapper__inner02 .swiper-slide button p {
  display: none;
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  padding: 0 4rem;
  font-weight: 700;
  font-size: 2.4rem;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.5); 
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sliderWrapper__inner02 .swiper-slide button p {
    bottom: 1.2rem;
    text-align: center;
    padding-top: 1rem;
    font-size: 1.3rem;
    }
}
.sliderWrapper__inner02 .swiper-slide-active button {
  pointer-events: all;
}
@media print {
  .sliderWrapper__inner02 .swiper-slide-active button {
    transform: none;
  }
}
.sliderWrapper__inner02 .swiper-slide-active button p {
  display: block;
}

/* 背景 青グラデーション
---------------------------------------------- */
.bgGradient01 {
  background: linear-gradient(to bottom, #05325C 34%, #00BBFF 78%, rgba(1, 61, 158, 0.3) 91%, rgba(1, 61, 158, 0) 100%);
}

/* 2001年 2つの研究所が統合
---------------------------------------------- */
.sec2001 {
  padding-top: 9rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sec2001 {
    padding-top: 5rem;
  }
}
.sec2001__ttl {
  text-align: center;
  font-size: 6rem;
  margin-bottom: 4rem;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.25);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sec2001__ttl {
  font-size: 4rem;
  margin-bottom: 2.6rem;
  }
}
.sec2001__ttl span {
  display: block;
  font-size: 5rem;
  text-shadow: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sec2001__ttl span {
    font-size: 3rem;
  }
}
.sec2001__inner {
  padding: 0 3rem;
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sec2001__inner {
    padding: 0 2.5rem;
  }
}
.sec2001__inner-image img {
  width: 100%;
  height: auto;
}
.sec2001__inner-ttl {
  text-align: center;
  font-size: 3rem;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.25);
  margin: 2rem 0 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sec2001__inner-ttl {
    font-size: 2rem;
    margin: 1.4rem 0 1rem;
  }
}
.sec2001__inner-contents > p {
  line-height: 1.6;
}
.sec2001__inner-contents .btnType01 {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sec2001__inner-contents .btnType01 {
    margin-top: 2rem;
  }
}

/* --代表的な成果--
---------------------------------------------- */
.secResults {
  padding-top: 16rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secResults {
    padding-top: 6rem;
  }
}
.secResults__ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secResults__ttl {
    font-size: 3rem;
    padding: 0 2rem;
  }
}
.secResults__inner {
  position: relative;
  z-index: 1;
  padding: 7.4rem 0 9.6rem;
  display: flex;
  flex-direction: column;
  gap: 15rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secResults__inner {
    padding: 1.1rem 0 4rem;
    gap: 5rem;
  }
}
.secResults__inner::before {
  content: "";
  display: block;
  background-color: #FFF;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secResults__inner::before {
    display: none;
  }
}
.secResults__inner::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 1rem;
  height: 0.6rem;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5rem;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secResults__inner::after {
    display: none;
  }
}
.secResults__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secResults__item {
    flex-direction: column;
    gap: 1rem;
    padding-right: 2.5rem;
  }
}
.secResults__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secResults__item:nth-of-type(even) {
    flex-direction: column;
    padding: 0 0 0 2.5rem;
  }
}
.secResults__item-image {
  position: relative;
  flex: none;
  width: 53.4722222222%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secResults__item-image {
    width: 100%;
  }
}
.secResults__item-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
.secResults__item-image figcaption {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  width: 100%;
  padding: 0 2.8rem;
  font-weight: 700;
  text-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secResults__item-image figcaption {
    bottom: 2rem;
    padding: 0 1.5rem;
    font-size: 1.6rem;
  }
}
.secResults__item:nth-of-type(even) .secResults__item-image figcaption {
  text-align: right;
}
.secResults__item-txt {
  flex: 1;
  max-width: 61.1rem;
  padding: 0 5rem;
  display: flex;
  flex-direction: column;
  margin-top: -1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secResults__item-txt {
    padding: 0 0 0 2rem;
    margin-top: 0;
  }
}
.secResults__item-txt-name {
  font-size: 4rem;
  line-height: 4.6rem;
  margin-bottom: 4.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secResults__item-txt-name {
    font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
}
}
.secResults__item-txt-year {
  font-size: 3.2rem;
  margin-bottom: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secResults__item-txt-year {
    font-size: 1.6rem;
    margin-bottom: 2.8rem;
  }
}
.secResults__item-txt-desc {
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secResults__item-txt-desc {
    margin-bottom: 2rem;
  }
}
.secResults__item:nth-of-type(even) .secResults__item-txt {
  align-items: flex-end;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secResults__item:nth-of-type(even) .secResults__item-txt {
    padding: 0 2rem 0 0;
  }
}
.secResults__item:nth-of-type(even) .secResults__item-txt .btnType03 {
  width: 100%;
}
.secResults .btnType02 {
  text-align: center;
}

/* 25周年 さらなる高みへ
---------------------------------------------- */
.sec25th {
  padding: 12rem 4rem 10rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sec25th {
    padding: 6rem 0 0;
  }
}
.sec25th__ttl {
  width: 56.7rem;
  margin: 0 auto 5rem;
  color:#fff;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sec25th__ttl {
    margin-bottom: 2.5rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sec25th__ttl {
    width: 100%;
  }
}
.sec25th__ttl img {
  width: 100%;
  height: auto;
}
.sec25th__txt {
  max-width: 101.5rem;
  margin: 0 auto 7.2rem;
  display: flex;
  flex-direction: column;
  gap: 1em;
  line-height: 2;
  text-shadow: 0 0.2rem 1rem rgba(20, 35, 80, 0.5);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sec25th__txt {
    padding: 0 3rem;
    margin-bottom: 2.5rem;
  }
}
.sec25th__btns {
  max-width: 125rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .sec25th__btns {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding: 0 2.3rem;
  }
}

/* NIMSを知る！コンテンツ
---------------------------------------------- */
.secKnow {
  padding: 8rem;
  background-color: rgba(255,255,255,0.5);
  margin-left: 4rem;
  margin-right: 4rem;
  color: #0091E6;
  border-radius:6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secKnow {
    padding: 3.5rem 2.3rem;
    margin: 6rem 2rem;
    border-radius:3rem;
}
}
.secKnow__inner-ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secKnow__inner-ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.secKnow__inner > p {
  line-height: 1.6;
  max-width: 101.5rem;
  margin: 0 auto 7.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secKnow__inner > p {
    padding: 0 0.75rem;
    margin-bottom: 4rem;
  }
}
.secKnow__btnTop {
  width: 77.7rem;
  margin: 0 auto 5.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secKnow__btnTop {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.secKnow__btnTop .btnType05__inner a {
  width: 100%;
}
.secKnow__btns {
  max-width: 125rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secKnow__btns {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}/*# sourceMappingURL=style.css.map */

/*周年記念動画*/
.youtube__inner {
margin: 0 10%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
.youtube__inner {
margin: 0;
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}