@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
* {
margin: 0;
padding: 0;
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
font-size:20px;
color:#FFF;
line-height:1.8;
letter-spacing:1px;
display: flex;
flex-flow: column;
min-height: 100vh;
}

main {/*-footerの固定-*/
	flex: 1;
	overflow-x: hidden;
}

/*埋め込むフォントがある場合。データベースの「font」ファイルに格納してここに読ませる*/
/*
@font-face {
font-family: "Nexa Bold";
src: url("../font/NexaDemo-Bold.woff");
}
*/


.p-ind {
	text-indent: -1em;
    padding-left: 1em;
}

.n-ind {
	text-indent: 1em;
}

.id-pd {
	margin-top: -70px;
    padding-top: 70px;
}

article {
width: 100%;
box-sizing:border-box;
background: url("../img/base/bg.png");
background-position: center;
position: relative;
z-index: 2;
padding-bottom: 100px;
}

article::before{
content: '';
background-color: rgba(255,255,255,0.9);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-size: cover;
}

.on-bg {
	position: relative;
	z-index: 3;
}

section:first-child {
margin-top: 2rem;
box-sizing: border-box;
padding: 3rem 15px 0;
}

section {
margin: 150px auto 0;
width: 1040px;
box-sizing: border-box;
}

@media screen and (max-width: 821px) {
section {
	width: 100%;
	}
}

.white-bg {
	background: #fff;
	padding: 20px 10px;
}

.inner {
	margin-bottom: 100px;
}

/*そのページにいる時のmenuのCSS*/


.active::after {
	
}

.active:hover::after {
	
}
/*--------------------------*/


.sp-d { display: none!important; }
.pc-d { display: inherit!important; }

.wh-nowrap {
	white-space: nowrap;
}

.yamato-green {
	color: #0d9ea0;
}

.yamato-gray {
	color: #9e9f9f!important;
}

.upin{
	opacity: 0;
	animation-name: UP-IN;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
	animation-direction: normal;
    animation-duration: 1s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}

.fadein {
	opacity: 0;
}

.scrollin {
	animation-name: UP-IN;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
	animation-direction: normal;
    animation-duration: 0.8s;
	animation-fill-mode: forwards;
}

/*ディレイ用*/
.scrollin-2 {
	animation-delay: 0.5s;
}

.scrollin-3 {
	animation-delay: 0.8s;
}

@keyframes UP-IN {
	0% {
		opacity: 0;
        transform: translateY(20px);
    }

    100% {
		opacity: 100%;
        transform: translateY(0);
    }
}

@media screen and (max-width: 768px) {

.sp-d { display:inherit!important; }
.pc-d { display:none!important }
	
body {
font-size:20px;
line-height:1.8;
letter-spacing:1px;
background:#fff;
}
	
article {
	width: 100%;
	padding:0 0 100px;
	background-size: 700px;
}

section {
	margin: 70px auto;
	width: 100%;
	padding: 0 20px 0;
	box-sizing: border-box;
}
	
section:first-child {
margin-top: 2rem;
padding-top: 0;
}


.p-ind {
	text-indent: -1em;
    padding-left: 1em;
}

.n-ind {
	text-indent: 1em;
}
	
.id-pd {
	margin-top: -10px;
    padding-top: 10px;
}
	
	.inner_sp {
		margin-bottom: 50px;
	}

}
/* ------------------------------------------------------------
    main
------------------------------------------------------------ */
.main {
	margin-top: 60px;
}
.main figure {
	width:100%;
	padding-top:56.25%;
	position:relative;
}
.main figure video {
	width:100%;
	height:100%;
}

.top__movie {
	width: 100%;

}

.top__movie video{
	width: 100%;
	height: auto;
}



@media screen and (max-width:430px) {

}


.main-pic{
	position: relative;
	overflow: hidden;
}

.main-pic div:first-child img{
	max-height: 100vh;
}

.main-text{
    position: absolute;
	writing-mode:vertical-rl;
	color: #fff;
}

.main-text p{
    font-size: 25px;
	font-weight: bold;
	letter-spacing: 9px;
}

.main-text p span{
    letter-spacing: 5px;
}



/*右から左へフェードイン*/

@keyframes RIGHT-IN {
	0% {
		opacity: 0;
        transform: translate(60px,0px);
    }

    100% {
		opacity: 100%;
        transform: translate(0,-0px);
    }
}

/*左から右へフェードイン*/

@keyframes LEFT-IN {
	0% {
		opacity: 0;
        transform: translate(-60px,0px);
    }

    100% {
		opacity: 100%;
        transform: translate(0,-0px);
    }
}


/*スクロールダウンのアニメーション*/

@keyframes DOWN {
	
    30% {
        transform: translate(0,0px);
    }


    100% {
        transform: translate(0,-15px);
    }
}

@media screen and (max-width:800px) {
	
.main-text p{
    font-size: 25px;
	text-shadow: 0px 0px 9px rgb(0 0 0 / 70%);
	}
	
.main {
	margin-top: 0;
}

	
}

/* ------------------------------------------------------------
    header
------------------------------------------------------------ */

.header {
	text-align: center;
    position: fixed;
    top: 0;
    background: #1B97D8;
    padding: 14px 0;
    z-index: 1001;
    align-items: center;
    height: auto;
    width: 100%;
} 

.fixed {
	position: fixed;
	top: 0;
}


.header-menu {
	width: 1000px;
	justify-content: space-between;
	margin: 0 auto;
}	

.header-menu ul {
display: flex;
justify-content: space-between;
margin-bottom: 0;
}

.langage {
	font-size: 14px;
	margin-bottom: 0;
}


.hp-nav ul li {
	font-size: 14px;
    position: relative;
    font-weight: 600;
    padding: 0px 1rem;
    transition: 0.2s;
} 

.hp-nav ul{
	padding-left: 0;
} 


.hp-nav ul li:last-child{
    margin-left: 0;
} 

.hp-nav ul li a{
	color: #fff;
	font-size: 16px;
} 

/*ボーダーを左から右に色変更*/

@keyframes MENU-LEFT {
	0% {
		transition: 0.2s;
		width: 0%;
    }

    100% {
		transition: 0.2s;
		width: 100%;
    }
}


.header-menu li a{
	text-decoration: none;
	color: #000;
} 

.line {
	width: 100%;
	display: block;
	position: relative;
	z-index: 101;
}

/*down*/
/*プルダウンメニュー*/

.hp-down li ul{
	left: 0;
    width: auto;
    display: block;
    overflow: hidden;
    position: absolute;
	padding-top: 0;
    z-index: 200;
}

.hp-down li ul li {	
    height: 0;
    overflow: hidden;
    transition: .3s;
}

.hp-down li:hover > ul {
	transition: 0.5s;
	
}

.hp-down li:hover > ul > li {
	margin: 0 0 0 0;
	padding: 1rem 0  ;
	background: #000;
	height: auto;
    overflow: visible;
	line-height: 1.4rem;
}

.sp-header {
	position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0px 8px 10px -4px rgb(0 0 0 / 25%);
	z-index: 1100;
}

@media screen and (max-width:821px) {

.header {
	display: none;
}

.logo {
	top: 13%;
    left: 10%;
	z-index: 1;
}
	
.logo img{
	width: 100%;
	padding: 1.8rem 0 4.5rem;
}
	
.logo-sp {
	margin: 0;
}
	
.logo-sp img {
/*	position: absolute;*/
    width: 201px;
    top: 1.4%;
    left: 2.4%;
    padding: 10px;
	z-index: 1;
}
	
}



/*================================================
 *  footer
 ================================================*/

.sdgs17target{
	overflow-x: hidden;
}

.sdgs17target img{
	width: auto;
    height: 100px;
}

/*footer-topアニメーション ここから*/

/*
左から右へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/


.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
	padding-left: 14px;
}

.d-demo__list--left{
animation :infinity-scroll-left 40s infinite linear 0.5s both;
}

.d-demo__item {
/*  width: calc(100vw / 1);*/
}
.d-demo__item > img{
   width: auto;
   height: 93px;
}

/*↑ここまで*/


.footer-menu {
	width: 100%;
	background: #1B97D8;
}

.footer-menu p{
	color: #fff;
}

.footer-content_1 {
	width: 880px;
	padding-top: 35px;
    margin: 0 auto;
}

.footer-content_2 {
	width: 577px;
    margin: 50px auto;
}

.footer-bnr {
	width: 250px;
}

.support-content {
	;
}

.support-midashi{
	text-align: center;
}

.support-midashi::after {
	content: "";
    background: #fff;
    height: 1.5px;
    width: 100px;
    display: block;
    margin: 5px auto;
}

.support-content p:last-child{
	text-align: center;
	word-break: keep-all;
}

.copyright p{
    margin: 0;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
    color: #fff;
}

@media screen and (max-width:800px) {
.sdgs17target img{
    height: 50px;
}
	
.footer-content_1 {
	width: 375px;
}

.footer-content_2 {
	width: 90%;
}
	
.footer-content_2 p{
	margin-top: 14px;
}

.footer-bnr {
	margin-bottom:20px;
}
	
p.footer-midashi{
	padding: 50px 20px 30px;
}
	
.support-content {
	padding: 35px 15px;
}


.support-content p:last-child{
	width: 345px;
	text-align: start;
}


.copylight p{
    margin: 33px 0 0;
    padding: 4px 0;
    font-size: 10px;
	background: #fff;
}
	
}

/*================================================
 *  menu
 ================================================*/

/*pcnav*/
.nav_bg {
background:#003F8D; 
}

.pcnav {
    position: relative;
    width: 100%;
    max-width:1100px;
    margin: 0 auto;
	list-style:none;
}

.pcnav > li {
    float: left;
    width: 12.5%; 
				text-align:center; 
}
.pcnav > li:last-child {
}
.pcnav > li a {
    display:block;
    color: #fff;
				text-decoration:none;
				padding:20px 0; 
				font-size:0.8em; 
}

.pcnav > li:hover {
    background:palevioletred; 
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* floatクリア */
.pcnav:before,
.pcnav:after {
    content: " ";
    display: table;
}
.pcnav:after {
    clear: both;
}
.pcnav {
    *zoom: 1;
}
.pcnav > li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background:#B5D07F;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
				list-style:none;
}
li.menu__single:hover ul.menu__second-level {
    top:70px;
    visibility: visible;
    opacity: 1;
}

.menu{ display:none; }
.gnav{ display:none; }


@media screen and (max-width: 821px) {

.nav_bg {
display:none;
}
.pcnav {
display:none;
}

/*menu*/
	
.menu-bg{
    position: fixed;
    background: #A70018;
    width: 50px;
    height: 46px;
    content: "";
    z-index: 100;
    top: 1.2%;
    right: 2.6%;
}	
	
.menu{
    height: 20px;
    position:fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 101;
				display:inherit;
}
.menu__line{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
	
.menu__text {
	position: absolute;
    bottom: -20px;
    left: -2px;
    font-size: 10px;
	color: #000;
}
	
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}


/*gnav*/
.gnav{
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1002;
}
.gnav__wrap{
	background: #1B97D8;;
	overflow: scroll;
	margin: 0 auto;
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
				list-style:none;
				text-align:left; 
}
.gnav li {
list-style:none;
}
.gnav__menu{
	position: relative;
}
	
.gnav__menu__item{
    margin:30px 0;
}
	
.gnav__menu__item a{
    color:#fff;
    font-size:1.0em;
    font-weight: bold;
    padding:30px;
    text-decoration: none;
    transition: .5s;
}
	
.gnav__menu__item a:hover{
    color: #666;
}


}