@charset "UTF-8";
/*=============================================
Foundation
=============================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

main {
  display: block;
}

th {
  text-align: left;
}

/* base --------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
@supports(-webkit-touch-callout: none){
	html{
		height: -webkit-fill-available;
	}
	body{
		min-height: 100vh;
		min-height: -webkit-fill-available;
	}
}
*/
body {
  height: 100vh;
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%;
}

body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 500;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
}

a {
  color: inherit;
}

a, button {
  -webkit-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.2s ease;
  -moz-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.2s ease;
  -ms-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.2s ease;
  -o-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.2s ease;
  transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.2s ease;
}

button {
  background: none;
  border: none;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
}

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

p {
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  p {
    line-height: 1.6;
  }
}

strong {
  font-weight: 700;
}

figure img {
  width: 100%;
}

rt {
  letter-spacing: -0.01em;
  padding-bottom: 0;
  line-height: 1;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.8em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.4em;
}

.clearfix,
section {
  zoom: 1;
}

.clearfix:before,
.clearfix:after,
.section:before,
.section:after {
  content: "";
  display: table;
}

.clearfix:after,
.section:after {
  clear: both;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .aligncenter {
    width: 100%;
    float: none;
  }
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .alignright {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .alignleft {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}

.noscroll {
  overflow: hidden;
  height: 100%;
}

.pc {
  display: inline;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp {
    display: inline;
  }
}

nav.pc,
p.pc,
div.pc {
  display: block;
}
@media screen and (max-width: 750px) {
  nav.pc,
  p.pc,
  div.pc {
    display: none;
  }
}

nav.sp,
p.sp,
div.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  nav.sp,
  p.sp,
  div.sp {
    display: block;
  }
}

figure.pc {
  display: block;
}
@media screen and (max-width: 750px) {
  figure.pc {
    display: none;
  }
}

figure.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  figure.sp {
    display: block;
  }
}

*:focus {
  outline: none;
}

.reg {
  font-size: 70%;
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
    opacity: 0;
  }
}
@-moz-keyframes scrolldown {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
    opacity: 0;
  }
}
/* 点滅 */
.blinking {
  -webkit-animation: blink 0.5s ease infinite;
  -moz-animation: blink 0.5s ease infinite;
  -ms-animation: blink 0.5s ease infinite;
  -o-animation: blink 0.5s ease infinite;
  animation: blink 0.5s ease infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.05);
  }
}
.fadein {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: transform 1s ease 0s , opacity 1s ease 0s , visibility 1s ease 0s;
  -moz-transition: transform 1s ease 0s , opacity 1s ease 0s , visibility 1s ease 0s;
  -ms-transition: transform 1s ease 0s , opacity 1s ease 0s , visibility 1s ease 0s;
  -o-transition: transform 1s ease 0s , opacity 1s ease 0s , visibility 1s ease 0s;
  transition: transform 1s ease 0s , opacity 1s ease 0s , visibility 1s ease 0s;
}
.fadein.show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

/*=============================================
Layout
=============================================*/
.l-main {
  overflow: hidden;
}

#second .l-main {
  padding-top: 134px;
}
@media screen and (max-width: 750px) {
  #second .l-main {
    padding-top: 80px;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 134px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .l-header {
    height: 70px;
  }
}
.l-header-logo {
  position: absolute;
  top: 40px;
  left: 60px;
}
@media screen and (max-width: 750px) {
  .l-header-logo {
    top: 13px;
    left: 10px;
  }
}
.l-header-logo a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 159.76px;
  height: 63.88px;
  background: url("/assets/imgs/_common/logo.svg") no-repeat center top;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .l-header-logo a {
    width: 100px;
    height: 40px;
  }
}
.l-header-logo a:hover {
  opacity: 0.8;
}
.l-header-txt {
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 59px;
  left: 245px;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .l-header-txt {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 750px) {
  .l-header-txt {
    font-size: 10px;
    top: 13px;
    left: 120px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 375px) {
  .l-header-txt {
    top: 14px;
    font-size: 7px;
  }
}
.l-header-logo2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 187.37px;
  height: 26.95px;
  background: url("/assets/imgs/_common/powerdby.svg") no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 58px;
  right: 60px;
}
@media screen and (max-width: 750px) {
  .l-header-logo2 {
    top: 13px;
    right: 10px;
    width: 90px;
    height: 15px;
    width: 90px;
    height: 15px;
  }
}

.l-footer {
  background: #202F55;
  color: #fff;
  padding: 35px 60px 43px;
  min-height: 269px;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding: 20px 10px 20px;
    min-height: 0;
  }
}
.l-footer__ttl {
  width: 139px;
  height: 55.94px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("/assets/imgs/_common/logo_white.svg") no-repeat center/contain;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .l-footer__ttl {
    margin-bottom: 40px;
  }
}
.l-footer__nav {
  position: absolute;
  left: 60px;
  bottom: 43px;
}
@media screen and (max-width: 750px) {
  .l-footer__nav {
    position: static;
    margin-bottom: 40px;
    text-align: center;
  }
}
.l-footer__copyright {
  position: absolute;
  right: 60px;
  bottom: 43px;
}
@media screen and (max-width: 750px) {
  .l-footer__copyright {
    position: static;
    text-align: center;
    font-size: 10px;
  }
}

/*=============================================
Object
=============================================*/
/*------------------------------------------------------------------
Component
------------------------------------------------------------------*/
.c-ttl2 {
  font-family: Helvetica,Arial, "sans-serif";
  font-weight: 700;
  font-style: italic;
  font-size: 77px;
  text-align: center;
  letter-spacing: -0.016em;
  white-space: nowrap;
}
.c-ttl2--blue {
  color: #62B7DE;
}
@media screen and (max-width: 750px) {
  .c-ttl2 {
    font-size: 11.2vw;
  }
}

.c-section {
  padding: 90px 0;
}
@media screen and (max-width: 750px) {
  .c-section {
    padding: 50px 0;
  }
}

.c-inner {
  max-width: 1160px;
  padding: 0 80px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .c-inner {
    padding: 0 15px;
  }
}

.c-btn-wrap {
  text-align: center;
}

.c-btn {
  text-decoration: none;
  padding: 10px 25px;
  border: 1px solid #202F55;
  border-radius: 100px;
  background: #fff;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .c-btn {
    font-size: 15px;
    padding: 6px 15px;
  }
}
.c-btn:hover {
  background: #62B7DE;
  color: #fff;
  border-color: #62B7DE;
}
.c-btn-back_to_home {
  font-size: 26px;
  padding: 17px 92px 17px 55px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-btn-back_to_home {
    font-size: 16px;
    padding: 8px 50px 8px 20px;
  }
}
.c-btn-back_to_home::after {
  width: 46.75px;
  height: 7px;
  content: "";
  display: block;
  background: url("/assets/imgs/_common/btn_arrow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 27px;
  right: 37px;
}
@media screen and (max-width: 750px) {
  .c-btn-back_to_home::after {
    width: 30px;
    height: 5px;
    top: 12px;
    right: 12px;
  }
}
.c-btn-back_to_home:hover::after {
  background-image: url("/assets/imgs/_common/btn_arrow_white.svg");
}

.c-news_topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media screen and (max-width: 750px) {
  .c-news_topic-list {
    gap: 5px;
  }
}
.c-news_topic-list li {
  width: calc( calc( 100% - 35px * ( 3 - 1 ))  / 3);
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-news_topic-list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-news_topic-list li:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.c-news_topic-list li:hover h3 {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .c-news_topic-list li:nth-child(n+5) {
    display: none;
  }
}
.c-news_topic-list figure {
  background: url("/assets/imgs/_common/logo_gray.svg") #E0E0E0 no-repeat center;
  background-size: 116.42px  auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
}
.c-news_topic-list figure:before {
  content: "";
  display: block;
  padding-top: 67.7419354839%;
}
.c-news_topic-list figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
}
@media screen and (max-width: 750px) {
  .c-news_topic-list figure {
    margin-bottom: 10px;
  }
}
.c-news_topic-list figure img {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 750px) {
  .c-news_topic-list div {
    padding: 0 5px;
  }
}
.c-news_topic-list h3 {
  text-align: justify;
}
.c-news_topic-list h3 a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: #707070;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .c-news_topic-list h3 a {
    font-size: 13px;
  }
}
.c-news_topic-list h3 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-more_info {
  background: #E9EEF0;
}
.c-more_info__ttl {
  margin-bottom: 30px;
}
.c-more_info__txt {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
  .c-more_info__txt {
    font-size: 15px;
  }
}
.c-more_info-sns {
  display: flex;
  justify-content: center;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .c-more_info-sns {
    gap: 20px;
  }
}
.c-more_info-sns__link {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.c-more_info-sns__link--yt {
  width: 82px;
  height: 82px;
  background: url("/assets/imgs/_common/icon_youtube.svg") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .c-more_info-sns__link--yt {
    width: 60px;
    height: 60px;
  }
}
.c-more_info-sns__link--fb {
  width: 75px;
  height: 75px;
  background: url("/assets/imgs/_common/icon_facebook.svg") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .c-more_info-sns__link--fb {
    width: 55px;
    height: 55px;
  }
}
.c-more_info-sns__link--x {
  width: 75px;
  height: 75px;
  background: url("/assets/imgs/_common/icon_x.svg") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .c-more_info-sns__link--x {
    width: 55px;
    height: 55px;
  }
}

/*------------------------------------------------------------------
Project
------------------------------------------------------------------*/
.p-home-cover {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-home-cover__mv {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .p-home-cover__mv:before {
    content: "";
    display: block;
    padding-top: 133.3333333333%;
  }
  .p-home-cover__mv video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
}
.p-home-cover__mv video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-home-cover__bg {
  position: relative;
}
.p-home-cover__bg::before {
  background: url("/assets/imgs/home/cover_txt.svg") no-repeat center top/contain;
  content: "";
  display: block;
  position: absolute;
  top: -0.55390625vw;
  left: -1.2125vw;
  width: 101.33125%;
  height: 100%;
  z-index: 2;
}
.p-home-cover__bg::after {
  background: url("/assets/imgs/home/cover_pattern.png") no-repeat center/cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-dodge;
  z-index: 1;
}
.p-home-cover__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("/assets/imgs/home/cover_ttl.svg") no-repeat center/contain;
  width: 35.546875vw;
  height: 35.546875vw;
  z-index: 3;
  filter: drop-shadow(0px 0px 31px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 750px) {
  .p-home-cover__ttl {
    width: 70vw;
    height: 70vw;
  }
}
.p-home-cover__scrolldown {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 12px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  font-family: Helvetica, Arial,"sans-serif";
  color: #fff;
  width: 120px;
  text-align: center;
  line-height: 1;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 750px) {
  .p-home-cover__scrolldown {
    font-size: 12px;
  }
}
.p-home-cover__scrolldown::before {
  width: 24px;
  height: 42px;
  content: "";
  display: block;
  /*
  background: url("/assets/imgs/_common/icon_mouse.svg") no-repeat center;
  background-size: 100% auto;
  */
  border-radius: 30px;
  border: 3px solid #fff;
  position: absolute;
  left: 48px;
  top: -56px;
}
.p-home-cover__scrolldown::after {
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 57px;
  top: -46px;
  -webkit-animation: scrolldown 2s ease-out infinite;
  -moz-animation: scrolldown 2s ease-out infinite;
  -ms-animation: scrolldown 2s ease-out infinite;
  -o-animation: scrolldown 2s ease-out infinite;
  animation: scrolldown 2s ease-out infinite;
}
.p-home-intro {
  background: #E9EEF0;
  padding: 55px 0 58px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-home-intro {
    padding: 14.6666666667vw 0 15.4666666667vw;
  }
}
.p-home-intro__logo {
  width: 359px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 750px) {
  .p-home-intro__logo {
    width: 60vw;
  }
}
.p-home-intro__txt {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 46 / 28;
}
@media screen and (max-width: 750px) {
  .p-home-intro__txt {
    font-size: 16px;
  }
}
.p-home-intro-navigator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}
@media screen and (max-width: 750px) {
  .p-home-intro-navigator {
    position: relative;
    padding-top: 55px;
    padding-top: 14.6666666667vw;
    gap: 10px;
  }
}
.p-home-intro-navigator__fig {
  position: relative;
  overflow: hidden;
  width: 100%;
  width: 184px;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid #62B7DE;
  box-sizing: border-box;
  position: relative;
}
.p-home-intro-navigator__fig:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-home-intro-navigator__fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
}
@media screen and (max-width: 750px) {
  .p-home-intro-navigator__fig {
    border-width: 7,px;
    width: 140px;
  }
}
.p-home-intro-navigator__fig img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}
@media screen and (max-width: 750px) {
  .p-home-intro-navigator__txt {
    width: 170px;
  }
}
.p-home-intro-navigator__txt .c-ttl2 {
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .p-home-intro-navigator__txt .c-ttl2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.p-home-intro-navigator__txt p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .p-home-intro-navigator__txt p {
    font-size: 16px;
  }
}
.p-home-intro-navigator__txt p span.name {
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-home-intro-navigator__txt p span.name {
    font-size: 30px;
  }
}
.p-home-intro-navigator__txt p .c-btn {
  position: relative;
  bottom: 6px;
}
@media screen and (max-width: 750px) {
  .p-home-intro-navigator__txt p .c-btn {
    margin-top: 10px;
  }
}
.p-home-intro-modal {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 245px;
  width: 770px;
  height: 497px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 2;
  padding: 40px 80px;
}
@media screen and (max-width: 750px) {
  .p-home-intro-modal {
    max-width: 500px;
    min-height: 450px;
    width: 95vw;
    height: auto;
    padding: 35px 50px 15px;
    top: 45.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .p-home-intro-modal {
    padding: 35px 20px 15px;
  }
}
.p-home-intro-modal-name {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 750px) {
  .p-home-intro-modal-name {
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.p-home-intro-modal-name__content {
  flex: 1;
}
.p-home-intro-modal-name__txt {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-home-intro-modal-name__txt {
    font-size: 16px;
  }
}
.p-home-intro-modal-name__txt span.name {
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-home-intro-modal-name__txt span.name {
    font-size: 30px;
  }
}
.p-home-intro-modal-profile__ttl {
  margin-bottom: 16px;
  margin-left: -0.5em;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .p-home-intro-modal-profile__ttl {
    margin-bottom: 10px;
  }
}
.p-home-intro-modal-profile-list__item {
  margin: 0 0 10px 18px;
  line-height: 1.5;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-home-intro-modal-profile-list__item {
    margin-bottom: 3px;
    font-size: 13px;
  }
}
.p-home-intro-modal-profile-list__item::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("/assets/imgs/_common/list_dot.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: -18px;
}
.p-home-intro-modal__btn_close {
  position: absolute;
  top: 18px;
  right: 18px;
  padding-right: 57px;
  width: 102px;
  height: 43px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .p-home-intro-modal__btn_close {
    width: 90px;
    height: 30px;
    top: 15px;
    right: 15px;
  }
}
.p-home-intro-modal__btn_close::after {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("/assets/imgs/_common/btn_close.svg") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .p-home-intro-modal__btn_close::after {
    width: 30px;
    height: 30px;
  }
}
.p-home-intro-modal__btn_close:hover {
  opacity: 0.5;
}
.p-home-movie {
  padding: 72px 0 83px;
}
@media screen and (max-width: 750px) {
  .p-home-movie {
    padding: 50px 0;
  }
}
.p-home-movie__ttl {
  margin-bottom: 30px;
}
.p-home-movie-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-home-movie-list::after {
  content: "";
  display: block;
  width: calc( calc( 100% - 26px * ( 3 - 1 ))  / 3);
}
@media screen and (max-width: 750px) {
  .p-home-movie-list::after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .p-home-movie-list div {
    padding: 0 5px;
  }
}
.p-home-movie-list h3 {
  text-align: justify;
}
.p-home-movie-list h3 a {
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.56;
}
@media screen and (max-width: 750px) {
  .p-home-movie-list h3 a {
    font-size: 13px;
  }
}
.p-home-movie-list h3 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-home-movie-list li {
  margin-bottom: 40px;
  position: relative;
  width: calc( calc( 100% - 26px * ( 3 - 1 ))  / 3);
}
.p-home-movie-list li:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.p-home-movie-list li:hover h3 {
  text-decoration: underline;
}
.p-home-movie-list li figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  width: 100%;
  margin-bottom: 13px;
  background: url("/assets/imgs/_common/icon_youtube.svg") #5A5A5A no-repeat center;
  background-size: 22.7848101266% auto;
  overflow: hidden;
}
.p-home-movie-list li figure:before {
  content: "";
  display: block;
  padding-top: 56.0126582278%;
}
.p-home-movie-list li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
}
@media screen and (max-width: 750px) {
  .p-home-movie-list li figure {
    margin-bottom: 10px;
  }
}
.p-home-movie-list li figure img {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.p-home-movie-list li div {
  width: 100%;
}
.p-home-movie-list li:nth-child(1), .p-home-movie-list li:nth-child(2) {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .p-home-movie-list li:nth-child(1), .p-home-movie-list li:nth-child(2) {
    display: block;
  }
}
.p-home-movie-list li:nth-child(1) figure, .p-home-movie-list li:nth-child(2) figure {
  width: 45%;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .p-home-movie-list li:nth-child(1) figure, .p-home-movie-list li:nth-child(2) figure {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-home-movie-list li:nth-child(1) div, .p-home-movie-list li:nth-child(2) div {
  width: 51.6%;
}
@media screen and (max-width: 750px) {
  .p-home-movie-list li:nth-child(1) div, .p-home-movie-list li:nth-child(2) div {
    width: 100%;
  }
}
.p-home-movie-list li:nth-child(1) h3, .p-home-movie-list li:nth-child(2) h3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .p-home-movie-list li:nth-child(1) h3, .p-home-movie-list li:nth-child(2) h3 {
    margin-bottom: 10px;
    text-align: justify;
  }
}
.p-home-movie-list li:nth-child(1) h3 a, .p-home-movie-list li:nth-child(2) h3 a {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .p-home-movie-list li:nth-child(1) h3 a, .p-home-movie-list li:nth-child(2) h3 a {
    font-size: 18px;
  }
}
.p-home-movie-list li:nth-child(1) {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .p-home-movie-list li:nth-child(1) {
    margin-bottom: 30px;
  }
}
.p-home-movie-list li:nth-child(2) {
  margin-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .p-home-movie-list li:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .p-home-movie-list li:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .p-home-movie-list li {
    width: 100%;
  }
}
.p-home-news_topic {
  background: #E9EEF0;
  padding: 83px 0 133px;
}
@media screen and (max-width: 750px) {
  .p-home-news_topic {
    padding: 50px 0;
  }
}
.p-home-news_topic__ttl {
  margin-bottom: 30px;
}
.p-home-about__ttl {
  margin-bottom: 30px;
}
.p-home-about__fig {
  margin-bottom: 27.4px;
}
@media screen and (max-width: 750px) {
  .p-home-about__fig {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
  }
  .p-home-about__fig:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .p-home-about__fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
  }
}
.p-home-about__txt {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 41.6px;
}
@media screen and (max-width: 750px) {
  .p-home-about__txt {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: justify;
  }
}
.p-home-about-list {
  margin-bottom: 55px;
}
.p-home-about-list__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}
@media screen and (max-width: 750px) {
  .p-home-about-list__item {
    display: block;
    margin-bottom: 30px;
  }
}
.p-home-about-list__item:nth-child(2) {
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
.p-home-about-list__item:last-child {
  margin-bottom: 0;
}
.p-home-about-list__fig {
  width: 40%;
}
@media screen and (max-width: 750px) {
  .p-home-about-list__fig {
    width: 100%;
  }
}
.p-home-about-list__content {
  width: 56.2%;
}
@media screen and (max-width: 750px) {
  .p-home-about-list__content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-home-about-list__ttl {
  font-weight: 600;
  font-size: 24px;
  padding-left: 12px;
  line-height: 1.5;
  margin-bottom: 16.8px;
  border-left: 7px solid #62B7DE;
}
@media screen and (max-width: 750px) {
  .p-home-about-list__ttl {
    font-size: 20px;
  }
}
.p-home-about-list__txt {
  font-size: 18px;
  line-height: 1.67;
}
@media screen and (max-width: 750px) {
  .p-home-about-list__txt {
    font-size: 15px;
    text-align: justify;
  }
}
.p-home-about-slide {
  margin-bottom: 55px;
}
.p-home-about-slide .swiper-slide {
  background: #ccc;
}
.p-home-about-slide img {
  pointer-events: none;
  user-select: none;
  width: 100%;
}
.p-home-about-overview {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-home-about-overview {
    display: block;
  }
}
.p-home-about-overview__fig {
  width: 27.6%;
}
@media screen and (max-width: 750px) {
  .p-home-about-overview__fig {
    width: 50vw;
    margin: 0 auto 30px;
  }
}
.p-home-about-overview__content {
  width: 67.3%;
}
@media screen and (max-width: 750px) {
  .p-home-about-overview__content {
    width: 100%;
  }
}
.p-home-about-overview__ttl {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p-home-about-overview__ttl {
    font-size: 20px;
    text-align: center;
  }
}
.p-home-about-overview__table {
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .p-home-about-overview__table {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.p-home-about-overview__table th, .p-home-about-overview__table td {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .p-home-about-overview__table th, .p-home-about-overview__table td {
    font-size: 15px;
    white-space: nowrap;
  }
}
.p-home-about-overview__table th {
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.p-home-about-overview__table th::after {
  content: "：";
}
@media screen and (max-width: 750px) {
  .p-home-about-overview__btn-wrap {
    text-align: center;
  }
}

.p-news_topic-archive {
  padding-top: 84px;
  padding-bottom: 72px;
}
.p-news_topic-archive__ttl {
  font-size: 55px;
  margin-bottom: 44px;
}
@media screen and (max-width: 750px) {
  .p-news_topic-archive__ttl {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.p-news_topic-btn-back_to_home-wrap {
  text-align: right;
  padding: 0 60px;
}
@media screen and (max-width: 750px) {
  .p-news_topic-btn-back_to_home-wrap {
    padding: 0 15px;
  }
}
.p-news_topic-btn-back_to_home-wrap--1 {
  padding-top: 20px;
  padding-bottom: 84px;
}
@media screen and (max-width: 750px) {
  .p-news_topic-btn-back_to_home-wrap--1 {
    padding-bottom: 30px;
  }
}
.p-news_topic-btn-back_to_home-wrap--2 {
  padding-bottom: 84px;
}
@media screen and (max-width: 750px) {
  .p-news_topic-btn-back_to_home-wrap--2 {
    padding-bottom: 30px;
  }
}

article h1 {
  line-height: 1.67;
  font-size: 188%;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  article h1 {
    font-size: 140%;
    line-height: 1.4;
  }
}
article p {
  text-align: justify;
  margin-bottom: 20px;
  line-height: 1.75;
}
article figure {
  margin-bottom: 20px;
}
article h1 + figure {
  background: url("/assets/imgs/_common/logo_gray.svg") #E0E0E0 no-repeat center;
  background-size: 116.42px  auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
article h1 + figure:before {
  content: "";
  display: block;
  padding-top: 41.7%;
}
article h1 + figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
}
