@charset "UTF-8";
/* CSS Document */

body{
	padding: 0;
	margin: 0;
	line-height: 1.3em;
	text-align: center;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
}
.ft_udkkg{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-style: normal;	
}
a.link{
	color: #003366;
	text-decoration: none;
}
a:hover.link{
	text-decoration: underline;
}
img{
	margin: 0 auto;
}
p{
	padding: 0;
	margin: 0;
}
.pic_100{
	width: 100%;
	max-width: 960px;
}
.pic_80{
	width: 80%;
	max-width: 860px;
	min-width: 300px;
}
.pic_40{
	width: 40%;
	max-width: 760px;
	min-width: 300px;
}
.pic_20{
	width: 20%;
	max-width: 560px;
	min-width: 130px;
}
#area-1,
#area-2,
#area-3,
#area-4{
	max-width: 960px;
	margin: 0 auto;
}
#area-4{
	position: relative;
}
h2{
	color: #003366;
	border-left: 40px solid #003366;
	padding: 0px 0px 0px 40px;
	line-height: 0.8em;
	letter-spacing: 2px;
	text-align: left;
	font-size: 3.5rem;
	font-weight: normal;
}
h2 p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 5px;
	font-size: 50%;
	margin: 1% 0 0 0;
}
h3{
	font-size: 2.4rem;
	color: #003366;
	line-height: 1.3em;	
}
hr{border: 0px; border-top: 2px dashed #ccc;}
.go_arrow{
    /*矢印と下線の基点とするためrelativeを指定*/
	position: relative;
    /*形状*/
    display: inline-block;
	padding: 0px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    outline: none;
	line-height: 3em;
	font-size: 1.3em;
	float: right;
	right: 5%;
}
/*矢印と下線の形状*/
.go_arrow::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:7px;
    left:0%;
    /*下線の形状*/    
    width: 110%;
    height: 2px;
	background:#333;
    /*アニメーションの指定*/
    transition: all .3s;
}
.go_arrow::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    bottom:15px;
    right:-11%;
    /*矢印の形状*/    
    width: 30px;
    height:2px;
	background:#333;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
/*hoverした際の移動*/
.go_arrow:hover::before{
    left:5%;
}
.go_arrow:hover::after{
    right:-16%;
}
.box_detail{
	text-align: left;
	width: 90%;
	margin: 0 auto;
	max-width: 1360px;
	max-width: 960px;
	line-height: 1.8em;
}

.box_memo{
	line-height: 1.5em;
}
.box_memo strong{
	font-size: 120%;
}
.box_memo p{
	color: #666;
	padding: 0;
	margin: 0;
}


.h3_mission{
	font-size: 2.5rem;
	text-align: left;
	width: 90%;
	margin: 2% auto 5% auto;
}
.box_mission{
	font-size: 2rem;
	text-align: center;
	line-height: 2em;
	background-image: url(../img/pic_about_01.png);
	background-size: 70% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.box_full{
	width: 90%;
	min-width: 300px;
	max-width: 800px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-bottom: 5%;
	line-height: 1.5em;
}
.box_full strong{
	font-size: 120%;
}

.box_50_out{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

ul.box_50{
	display: flex;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	vertical-align: top;
	align-items:flex-start;
}

ul.box_50 li{
	padding: 0% 1%;
}

ul.box_50 li.lipct{
	width: 40%;
	min-width: 300px;
}

ul.box_50 li.lirec{
	width: 400px;
	min-width: 300px;
	text-align: left;
}
ul.box_50 li strong{
	font-size: 120%;
}


footer{
	background-color: #003366;
	color: #fff;
	text-align: center;
	padding: 2% 0%;
	margin-top: 5%;
}
footer a{
	color: #fff;
	text-decoration: none;
}

.box_ftl{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding-right: 5%;
}
.box_ftr{
	display: inline-block;
	vertical-align: top;
/*	width: 70%;*/
}

.ul_ft{
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 0 0 10% 0;
	margin: 0;
}
.ul_ft li{
	list-style: none;
	line-height: 2em;
	text-align: left;
}
.ul_ft li a:hover{
	text-decoration: underline;
}

.small{
	font-size: 90%;
	line-height: 1.5em;
}
/*========= スクロール途中からヘッダーの高さが小さくなるためのCSS ===============*/
#header{
    /*はじめの高さを設定*/
	height: 120px;
	width:100%;
/*	width: auto;*/
   /*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-color:#fff;
	border-top: 10px solid #003366;
	color:#fff;
	text-align: center;
	padding: 20px;
	margin: 0 auto;
}

#header img{
	width: 45%;
}
.menu{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
}
/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin{
	position: fixed;
    z-index: 999;/*最前面へ*/
	height:60px;
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-120px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

/* 以下は検証用のレイアウトのための CSS*/
nav.nav_pc ul{
list-style: none;
display: flex;
justify-content: center;
}

.menu{
text-decoration: none;
color: #003366;
padding:10px;
}
.menu:hover{
text-decoration: underline;
}

section{
padding-bottom:20%;
}
section#area-0{
padding-bottom:10%;
}

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

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

.csm-pic__wrap {
  display: flex;
  overflow: hidden;
  position: relative;
}

.csm-pic__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.csm-pic__list--left{
animation :infinity-scroll-left 25s infinite linear 0.5s both;
}

.csm-pic__item {
  width: calc(100vw / 6);
}
.csm-pic__item > img{
   width: 70%;
   margin: 0% 5%;
   display: block;
}

.csm_top{
    text-align: center;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 80%;
    height: 90px;
}
.csm_top_pr_pc{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 20%;
	max-width: 280px;
	}
.csm_top_pr_sp{
display: none;
}

#header_sp{
	display: none;
}


dl {
padding: 15px 0;
border-bottom: 1px solid #ccc;
text-align: left;
width: 70%;
margin: 0 auto;
max-width: 960px;
line-height: 1.3em;
}

dt {
padding-bottom: 5px;
width: 20%;
clear: left;
float: left;
}
dd {
margin-left: 11%;
}
/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:1%;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
}
/*スクロールダウン2全体の場所*/
.scrollup{
	position:absolute;
	bottom:1%;
	right:1%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:50px;
    /*テキストの形状*/
	color: #333;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/*Scrollテキストの描写*/
.scrollup span{
	bottom:20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 3em;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 20px;
    right: 20px;
    /*矢印の形状*/
    width: 2px;
    height: 20px;
    background: #333;
    transform: skewX(-31deg);
}
.scrollup:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 100px;
    right: 19px;
    /*矢印の形状*/
    width: 2px;
    height: 20px;
    background: #333;
    transform: skewX(35deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:20px;
	right:26px;
    /*矢印の形状*/
	width:2px;
	height: 100px;
	background:#333;
}

.sp{display: none;}
.pc{display: block;}
/*__________________________________________________________________________

	スマホ＆タブレット用//////////////////////////////////////////////////////////
__________________________________________________________________________*/
@media screen and (max-width: 959px){
.sp{display: block;}
.pc{display: none;}
body{
	font-size: 1rem;
	line-height: 1.8rem;
}
section#area-0{
padding-bottom:20%;
}
h2{
	border-left: 30px solid #003366;
	padding: 0px 0px 0px 20px;
	line-height: 1em;
	letter-spacing: 2px;
	font-size: 2.4em;
}
h2 p{
	font-size: 35%;
	letter-spacing: none;
	line-height: 1.2em;
}

h3{
	font-size: 1.8rem;
	text-align: center;
}

.h3_mission{
	font-size: 1.5rem;
	text-align: center;
}
.box_mission{
	font-size: 1.2rem;
	line-height: 1.5em;
	background-size: 100% auto;
	width: 90%;
	margin: 6% auto 0% auto;
}

.go_arrow{
	font-size: 1.1em;
	margin-top: 5%;
}
.csm-pic__item {
  width: calc(100vw / 3);
}
.csm-pic__item > img{
   width: 90%;
   margin: 0% 2%;
}
.box_detail{
	width: 100%;
}
.box_detail_in{
	width: 90%;
	margin: 0 auto;
}
.box_memo{	
	padding-bottom: 5%;
	text-align: center;
}

dl {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
	width: 80%;
	margin: 0 auto;
	max-width: 960px;
}

dt {
	padding-bottom: 5px;
	width: 100%;
	clear: left;
}
dd {
	margin-left: 11%;
}

.csm_top_pr_pc{
	display: none;
	}
.csm_top_pr_sp{
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 50%;
}

#header{
	display: none;
}

#header_sp{
	display: block;
}
/*add*/
/*========= ナビゲーションのためのCSS ===============*/

#header_sp > #g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background-color:#003366;
	font-size: 28px;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#header_sp > #g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#header_sp > #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding: 0;
    width: 100%;
    height: 50%;
}

/*リストのレイアウト設定*/

#header_sp > #g-nav li{
	list-style: none;
    text-align: center;
}

#header_sp > #g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 60px;
    height:60px;
    background-color: #003366;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 8px;
    height: 5px;
    border-radius: 3px;
	background-color: #fff;
  	width: 70%;
  }

.openbtn span:nth-of-type(1) {
	top:11px;	
}

.openbtn span:nth-of-type(2) {
	top: 27px;
}

.openbtn span:nth-of-type(3) {
	top:43px;
}

.openbtn.active span:nth-of-type(1) {
    top: 27px;
    left: 10px;
    transform: translateY(6px) rotate(-45deg);
    width: 70%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 38px;
    left: 10px;
    transform: translateY(-6px) rotate(45deg);
    width: 70%;
}



.box_50_out{
	display: bloc;
	justify-content: none;
	width: 100%;
	margin: 0 auto;
}

ul.box_50{
	display: block;
	align-items: none;

}

ul.box_50 li{
	padding: 0%;
}

ul.box_50 li.lipct,
ul.box_50 li.lirec{
	width: 100%;
}

.box_ftl{
	vertical-align: top;
	width: 80%;
	max-width: 400px;
	padding: 0;
}
.box_ftr{
	vertical-align: top;
	width: 90%;
}

.ul_ft{
	width: 100%;
}
.ul_ft li{
line-height: 1.3em;
margin-bottom: 3%;

}
footer{
	padding-top: 5%;
}

}