body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	list-style-type: none;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1;
}

figure{
    margin: 0;
    padding: 0;
}

textarea{
	font-size: 100%;
}

*:focus {
outline: none;
}

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

html{
	min-height: 620px;
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
}

iframe[name="google_conversion_frame"] {
	position: absolute; top: 0;
}

input, button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}

body{
	height: 100%;
	background: #fff;
	color: #000;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
    overscroll-behavior: none;
}

body.menu_open {
    overflow: hidden;
}

a{text-decoration: none; color: #000;}
a:hover{text-decoration: none; color: #444;}

a:hover img{
}
 
a img{
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

section{
    transition: all .7s ease;
}

.s_text{
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-variant-ligatures: no-common-ligatures;
    text-align: justify;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background:#fff;
  text-align:center;
  color:#fff;
}

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

#splash_logo img {
  width:260px;
}

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(-80px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* header */

.header{
    position: fixed;
    z-index: 101;
    width: 100%;
    transition: all ease .5s;
}

.header-inner{
    width: 92%;
    margin: 16px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.header-logo{
    position: relative;
    z-index: 10001;
}

.header-logo h1{
    width: 160px;
    transition: all ease .5s;
}

.logo_bk{
    display: none;
}

.header.scroll-header .logo_bk{
    display: block !important;
}

.header.scroll-header .logo_wh{
    display: none;   
}

.global-nav nav ul{
    display: flex;
    align-items: center;
    flex-direction: row;
}

.global-nav nav li{
    margin-left: 24px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #222;
}

.global-nav nav li a{
    color: #fff;
}

.header.scroll-header{
    background-color: rgba(255,255,255,0.6);
}

.header.scroll-header li a{
    color: #000;
}

.header.scroll-header h1{
    width: 100px;
}

/* 各セクション共通部分 */
.headline{
}

.headline h2{
    font-family: 'Marcellus', serif;
    font-size: 12rem;
    letter-spacing: 0.02em;
}

.headline p{
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-top: 32px;
}

/* キービジュアル */

.keyvisualmovie-contents{
    height: 100vh;
}

.keyvisualmovie-contents-inner{
   position: relative;
   height: 100%;
}

.bg-video{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.keyvisualmovie-contents-inner-covercolor {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}

.scroll {
    position: absolute;
    bottom: 28%;
    width: 24px;
    right: 2.4%;
    z-index: 1;
    animation: popping-arrow 2s infinite ease-out;
}

.scroll img {
    position: absolute;
    z-index: 2;
}

@keyframes popping-arrow {
  0% {
    transform: translateY(0) ;
  }
  30% {
    transform: translateY(.5em) ;
  }
  60% {
    transform: translateY(0) ;
  }
}

/* video */

.video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: -100;
}

.youtube-video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 1920px;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: -100;
}

#video-background,
#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
 
#video-background {
  z-index: -2;
}
 
#video-overlay {
  z-index: -1;
}

/* 創立90周年について */

.concept-contents{
    position: relative;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.0), rgba(255,255,255,0.1) 10%, rgba(255,255,255,0.2) 20%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,0.4) 40%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0.7) 70%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.9) 90%, rgba(255,255,255,1));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.0), rgba(255,255,255,0.1) 10%, rgba(255,255,255,0.2) 20%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,0.4) 40%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0.7) 70%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.9) 90%, rgba(255,255,255,1));
    background: linear-gradient(top, rgba(255,255,255,0.0), rgba(255,255,255,0.1) 10%, rgba(255,255,255,0.2) 20%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,0.4) 40%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0.7) 70%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.9) 90%, rgba(255,255,255,1));
    height: 200vh;
}

.concept-contents-inner{
}

.fade_off {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.fade_on {
    opacity: 1;
}

.concept-contents-inner-catchcopy{
    position: absolute;
    bottom: -64px;
    left: 0;
    z-index: 1;
    width: 72%;
}

.concept-contents-inner-message{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    width: 560px;
}

.concept-contents-inner-message h2{
    width: 88%;
}

.concept-contents-inner-message h2 img{
}

.concept-contents-inner-message p{
    margin-top: 64px;
    line-height: 2;
    font-size: 1.4rem;
}

.concept-contents-inner-images img{
    width: 100%;
}

.concept-contents-inner-images-01{
    position: absolute;
    top: 0;
    right: 4%;
    width: 18%;
}

.concept-contents-inner-images-02{
    position: absolute;
    left: 12%;
    top: 8%;
    z-index: 2;
    width: 28%;
}

.concept-contents-inner-images-03{
    position: absolute;
    z-index: 2;
    left: 18%;
    top: 16%;
    width: 28%;
}

.concept-contents-inner-images-04{
    position: absolute;
    top: 30%;
    left: 6%;
    z-index: 2;
    width: 20%;
}

.concept-contents-inner-images-05{
    position: absolute;
    right: 0;
    top: 32%;
    width: 28%;
}

.concept-contents-inner-images-06{
    position: absolute;
    top: 56%;
    right: 8%;
    z-index: 2;
    width: 16%;
}

.concept-contents-inner-images-07{
    position: absolute;
    top: 64%;
    left: 0;
    width: 32%;
}

.concept-contents-inner-images-08{
    position: absolute;
    top: 72%;
    right: 16%;
    z-index: 1;
    width: 32%;
}

/* ロゴマークについてについて */

.logoconcept-contents{
    background-color: #fff !important;
    position: relative;
    z-index: 100;
    padding: 0 0 120px;
}

.logoconcept-contents-inner{
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.logoconcept-contents-inner-left{
    width: 32%;
}

.logoconcept-contents-inner-right{
    width: 32%;
    min-width: 320px;
}

.logoconcept-contents-inner-right p{
    line-height: 2.4;
    font-size: 1.4rem;
}

.logoconcept-contents-inner-right p span{
    padding: 4px 6px;
    color: #fff;
    font-weight: bold;
}

.bg-kikyo-color{
    background-color: #624498;
}

.bg-blue-color{
    background-color: #007cb6;
}

.bg-green-color{
    background-color: #00ac4d;
}

/* ご挨拶について */

.greeting-contents{
    position: relative;
    padding: 120px 0;
    background-color: rgb(193, 220, 232) !important;
    overflow: hidden;
}

.greeting-contents-inner{
    margin: 0 auto;
    width: 80%;
    max-width: 1080px;
}

.greeting-contents-inner .headline{
    color: #007cb6;
    position: relative;
    z-index: 2;
}

.greeting-contents-inner .headline p{
    margin-top: 0;
}

.greeting-contents-middleblock{
    margin-top: 48px;
    position: relative;
    z-index: 2;
}

.greeting-contents-inner-movie{
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

.greeting-contents-smallblock{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}

.greeting-contents-smallblock figure{
    width: 36%;
    box-shadow: 0 16px 16px rgb(0 0 0 / 30%);
    line-height: 0;
}

.greeting-contents-smallblock figure img{
    width: 100%;
}

.greeting-contents-smallblock-detail{
    width: 56%;
}

.greeting-contents-smallblock:first-child{
    margin-bottom: 80px;
}

.greeting-contents-smallblock:first-child figure{
    order: 2;
}

.greeting-contents-smallblock:first-child .greeting-contents-smallblock-detail{
    order: 1;
}

.greeting-contents-smallblock-detail h3{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 32px;
    line-height: 1.6;
    color: #007cb6;
    letter-spacing: 0.1em;
}

.greeting-contents-smallblock-detail small{
    background-color: #fff;
    font-size: 1.6rem;
}

.greeting-contents-smallblock-detail span{
    background-color: #fff;
}

.greeting-contents-smallblock-detail p{
    line-height: 2.2;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-variant-ligatures: no-common-ligatures;
    text-align: justify;
}

/* 創立100周年に向けてについて */

.environment-contents{
    background-color: rgb(199, 236, 207) !important;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.environment-contents-inner{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}

.environment-contents .headline{
    color: #00ac4d;
    position: relative;
    z-index: 2;
}

.environment-contents .headline h2{
    font-size: 10rem;
}

.environment-contents .headline h2 small{
    font-size: 6.4rem;
}

.environment-contents-inner-detail{
    margin-top: 48px;
    position: relative;
    z-index: 2;
}

.environment-contents-inner-detail h3{
    margin-bottom: 24px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #222;
    line-height: 1.8;
}

.environment-contents-inner-detail p{
    line-height: 2;
}

.environment-contents-inner-images{
    width: 56%;
    margin-top: 48px;
    position: relative;
    z-index: 2;
}

.environment-contents-inner-images figure{
    margin-bottom: 48px;
}

.environment-contents-inner-images figure:last-child{
    margin-bottom: 0;
}

.environment-contents-inner-images figure img{
    box-shadow: 0 16px 16px rgb(0 0 0 / 16%);
}

.environment-contents-inner-images figure figcaption{
    margin-top: 12px;
    font-size: 1.2rem;
}

.environment-contents-inner-movie{
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

/* メッセージについて */

.message-contents{
    background: rgba(98,68,152,0.4);
    padding: 120px 0 80px;
}

.message-contents-inner{
    margin: 0 auto;
    width: 80%;
    max-width: 1080px;
}

.message-contents-inner .headline{
    color: #fff;
    margin-bottom: 48px;
}

.message-contents-inner .headline p{
    margin-top: 0;
}

.message-contents-middleblock{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.message-contents-smallblock{
    margin-right: 6%;
    width: 29%;
    margin-bottom: 48px;
}

.message-contents-smallblock figure{
    margin-bottom: 16px;
    box-shadow: 0 16px 16px rgb(0 0 0 / 24%);
    line-height: 0;
    overflow: hidden;
}

.message-contents-smallblock figure img{
    width: 100%;
    transition:0.5s all;
}

.message-contents-smallblock figure img:hover{
    transform:scale(1.05,1.05);
    transition:0.5s all;
}

.message-contents-smallblock h3{
    color: #fff;
    font-weight: bold;
    margin-bottom: 16px;
}

.message-contents-smallblock .graduationyear{
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

.message-contents-smallblock:nth-of-type(2){
    margin-top: 24px;
}

.message-contents-smallblock:nth-of-type(3){
    margin-top: 48px;
    margin-right: 0;
}

.message-contents-smallblock:nth-of-type(5){
    margin-top: 24px;
}

.message-contents-smallblock:nth-of-type(6){
    margin-right: 0;
    margin-top: 48px;
}

/* メッセージについて */

.movie-contents{
    background-image: url(./images/bg_movie.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 56vh;
    background-color: rgba(0,0,0,0.4);
    min-height: 560px;
    overflow: hidden;
}

.movie-contents-inner{
    position: relative;
}

.movie-contents-inner-button figure:first-child{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    overflow:hidden;
    box-shadow: 0 16px 16px rgb(0 0 0 / 24%);
    line-height: 0;
}

.movie-contents-inner-button figure:first-child img{
    transition:0.5s all;
}

.movie-contents-inner-button figure:first-child img:hover{
    transform:scale(1.05,1.05);
    transition:0.5s all;
}

.movie-contents-inner-button figure:last-child{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    pointer-events: none;
}

.loop_wrap {
    display: flex;
    width: 100vw;
    height: 50vh;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    min-height: 480px;
}

.loop_wrap div {
    white-space: nowrap;
    font-family: 'Marcellus', serif;
    font-size: 12rem;
    color: #fff;
    padding-right: 4%;
}

.loop_wrap div:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap div:nth-child(even) {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.message-contents .comingsoon_text{
    font-family: 'Marcellus', serif;
    font-size: 8.8rem;
    color: #fff;
    text-align: center;
    padding: 24vh 0;
}

/* footer */

.footer{
    background-color: #fff;
    padding: 120px 0 48px;
}

.footer-logo figure{
    text-align: center;
    width: 24%;
    margin: 0 auto;
}

.copyright{
    font-size: 1.2rem;
    text-align: center;
    margin-top: 48px;
}

#lean_overlay{
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.remodal{
    display: none;
    width: 80%;
    padding: 4%;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 880px;
}

.remodal .modal_close,
button.remodal-cancel{
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -40px;
    right: 0;
}

.remodal .modal_close::before,
.remodal .modal_close::after,
button.remodal-cancel::before,
button.remodal-cancel::after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
}

.remodal .modal_close::after,
button.remodal-cancel::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}

.remodal-cancel {
    background-color: unset !important;;
    min-width: unset !important;
}

.remodal .profile-block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.remodal .profile-block figure{
    width: 40%;
}

.remodal .profile-block .profile-detail{
    width: 52%;
    text-align: left;
}

.remodal .profile-block .profile-detail h3{
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 8px
}

.remodal .profile-block .profile-detail .graduationyear{
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 24px;
}

.remodal .profile-block .profile-detail .profile-detail-text{
    line-height: 2;
}

.remodal .plaly-movie-block{
    width: 100%;
    aspect-ratio: 16 / 9;
}

.remodal .plaly-movie-block iframe{
    width: 100%;
    height: 100%;
}

.remodal{
    padding: 0;
    background: #000;
    max-width: 880px !important;
}

.embed-container{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.remodal.YouTube {
    padding: 0;
}





/* 幅744px以上 */
@media screen and (min-width: 744px){

.sp_view{
    display: none !important;
}

.hamburger{
    display: none !important;
}

}





/* 幅900px以下 */
@media screen and (min-width: 744px) and (max-width: 900px) {

.button_block {
    position: relative !important;
    margin-top: 24px;
    text-align: right;
}

}









