@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  width: 100%;
  height: 150vh;
  -webkit-text-size-adjust: 100%;
  }

.pc{display:block;}
.sp{display:none;}	

.site-header {background: #054D99;
  padding: 15px 20px;
  position: fixed;
  top: 0px;
  width: calc(100% - 40px);
  justify-content: center;
  color: aliceblue;
  z-index: 99;/* 一番上に */
}

.top_block1{width: 100%;
  min-height: 100vh;
  position: relative;}
    
 .top_concept{width: 10%;
  position: absolute; bottom: 10%;
  right: 0;}
 
 .top_concept img{width: 60%;
  margin: 0 auto;}
  
.top_concept_text{font-size: 0.8vw;
  color:rgba(255,255,255,1.00);
  text-align: center;}

#concept{padding-top: 110px;}

/* タイトル */

h1{
  font-family: 'Open Sans Condensed', sans-serif;
  font-family: 'Zen Old Mincho', serif;
  font-size: clamp(24px, 5.5vw, 42px);
  font-weight: 100;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px #054d99;
  padding: 0;
  margin: 0;
}

/* タイトルここまで */
/* メニュー */
#h_menu {
  text-align: center;
  font-family: 'Hiragino Sans', 'sans-serif';
}
#h_menu li {
  display: inline;
  list-style-type: none;
  margin-right: 9px;
  padding-left: 10px;
}
#h_menu li + li {
  border-left: 1px solid aliceblue;
}
#h_menu a {
  color: aliceblue;
  text-decoration: none;
}
#h_menu a:visited {
  color: aliceblue
}
#h_menu a:link {
  color: aliceblue
}
#h_menu a:hover {
  color: aliceblue;
  text-decoration: underline;
}
/* メニューここまで */


/* TOPスライド */

.img-frame{
   position: relative;
   width: 100%;
   height: 500px;
   overflow: hidden;
   margin: 0 auto;
}
@media screen and (max-width: 1920px){
.img-frame{
   width: 100%;
   height: 400px;
}
.img-01, .img-02, .img-03{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: cover;
	background-position: center;
   background-repeat: no-repeat;
}
.img-01{
   background-image: url('img/back01.jpg');
   animation: slide-animation-01 15s infinite;
}
.img-02{
   background-image: url('img/back02.jpg');
   animation: slide-animation-02 15s infinite;
}
.img-03{
   background-image: url('img/back03.jpg');
   animation: slide-animation-03 15s infinite;
}
@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}

/* TOPスライドここまで */

/* 概要 */
	
.topg {
  width: 100%;
            height: 350px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: linear-gradient(0.25turn, #87cefa, #ebf8e1, #87cefa);
            }

.toptextbox {
            background-color: rgba(255,255,255,0.60);
            padding: 50px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            max-width: 400px;
            text-align: center;
            color: #444f59;
        }

/* 概要ここまで */

/* 基本コンテナ */
.Btext {
  font-family: "ヒラギノ角ゴ ProN", 'sans-serif';
  font-size: clamp(16px, 5.5vw, 30px);
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #054D99;
  margin: 0 10px 0 0;
}

.Btext {
  border-bottom: solid 3px #eaeea2;
  position: relative;
}

.Btext:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #87cefa;
  bottom: -3px;
  width: 70%;
}

.h4 {
  width: 550px;
	align-self: center;
  margin: 50px auto 0 auto;
  padding: 70px 10px 50px 10px;
  background-color: #FFF;
  color: #171819;
	font-size: 15px;
}
.h4_item {
  display: block;
  margin: auto;
}
	/* 基本コンテナここまで */
	/* JV構成員紹介 */
	
	#conpany {
  padding-top: 20px; /* ヘッダーの高さに余分な余白を加えておく */
  margin-top: 0px; /* ヘッダーの高さ分だけ上へ移動 */
}	
	.table1 {
  text-align: left;
  border-collapse: collapse;
  margin: auto auto 0px auto;
  width: 500px;
}
.tabel1, td {
  border: none;
	border-bottom: 1px solid black;
	vertical-align: middle;
}
.tabel1, td, th {
  padding: 5px 5px;
}

.tabel1 a {
  color: #171819;
  text-decoration: none;
}
.tabel1 a:visited {
  color: #171819
}
.tabel1 a:link {
  color: #171819
}
.tabel1 a:hover {
  color: #171819;
  text-decoration: underline;
}
	
.tabeltext{
  position: relative;
  background: #f4f4f4;
  padding: 2px 5px 2px 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

.tabeltext:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  display: inline-block;
  line-height: 20px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #1e90ff;
  font-weight: 900;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  left: -0.7em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

	.imgshadow01{
box-shadow: -5px -5px 0px #76afde;
}
	.imgshadow02{
box-shadow: 5px 5px 0px #76afde;
}
	/* JV構成員紹介ここまで */
	/* 収集日*/
	
	#area {
  padding-top: 20px; /* ヘッダーの高さに余分な余白を加えておく */
  margin-top: 0px; /* ヘッダーの高さ分だけ上へ移動 */
}
.kurashikilink{
  position: relative;
  padding: 0.1em 0.5em;
  background: -webkit-linear-gradient(to right, #87cefa, #ebf8e1);
  background: linear-gradient(to right, #87cefa, #ebf8e1);
  color: #054D99;
  font-size: 14px;
}
	
.kurashikilink a {
  color: #054D99;
  text-decoration: none;
}
.kurashikilink a:visited {
  color: #054D99
}
.kurashikilink a:link {
  color: #054D99
}
.kurashikilink a:hover {
  color: #054D99;
  text-decoration: underline;
	}

	/* 収集日ここまで*/
	
/*info*/	
.infoback{
  width: 100%;
            height: 280px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #87cefa;
            }

.infobox {
            background-color: #ffffff;
            padding: 50px;
            border-radius: 8px;
            max-width: 400px;
            text-align: center;
        }

	
	#info {
  padding-top: 20px; /* ヘッダーの高さに余分な余白を加えておく */
  margin-top: 0px; /* ヘッダーの高さ分だけ上へ移動 */
}	
	.table2 {
  text-align: center;
  border: none;
  margin: auto auto 0px auto;
  width: 450px;
}

	.tabel2, tr, td {
  border-bottom: 0px;
}
	
	.a1 {
  font-size: clamp(12px, 3.5vw, 15px);
}
.fon {
  font-family: 'Zen Old Mincho', serif;
  font-size: clamp(20px, 3.5vw, 25px);
  padding-left: 5px;
  color: #054d99;
}	



	/*infoここまで*/

.loop_wrap {
  display: flex;
  width: 100vw;
  height: 200px;
  overflow: hidden;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}	

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

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

.loop_wrap img:first-child {
  animation: loop 80s -40s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 80s linear infinite;
}	

/* フッター */
.site-footer {
    background: #054D99;
    padding: 10px 40px 20px 0px;
    bottom: 0px;
    width: calc(100% - 40px);
    text-align: center;
    color: aliceblue;
}

#f_menu {
    font-size: 12px;
}

#f_menu a {
    color: aliceblue;
    text-decoration: none;
}

#f_menu a:visited, #f_menu a:link {
    color: aliceblue;
}

#f_menu a:hover {
    color: aliceblue;
    text-decoration: underline;
}

.sbox {
    display: flex;
    list-style-type: none;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.sbox li {
    padding: 0 15px;
    box-sizing: border-box;
}

.sbox_item:hover {
    opacity: 0.5;
}

/* モーダル */
.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center;
    font-size: 12px;
    color: black;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.modal-wrapper.active {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: "";
}

.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 70%;
    max-width: 600px;
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
}

.modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(25, 137, 212, 0.6);
}

.modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
}

.modal-wrapper .modal-close:hover {
    color: #1F1F1F;
}

.mh {
    font-size: 15px;
}

#mh2 li {
    margin-left: 1.4em;
    text-indent: -1.4em;
}
.copy {
font-size: 12px;
}
	
	
	/* フッターここまで */

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

	.bg_box{
	width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 0;
	pointer-events: none;
	}

img{max-width:100%;}

a {
    touch-action: manipulation; /* リンクのタップを最適化 */
}

body{min-width: 320px;
	background-position: center center;}

h1{ font-size: clamp(10px, 8vw, 42px);}
  
#h1text {
  padding-top: 90px;
  padding-left: 20px;
}
#h_menu {
		font-size: 13px;
	}
	.imgsp{
		width: 100%;
		height: auto;
	}
	
 .toptextbox {
            max-width: 300px;
	 	        padding: 50px 30px 50px 30px;
            text-align: center;
            color: #444f59;
        } 
	
.h3 {
  width: 90%;
  margin: 20px auto;
  padding: 35px 15px 25px;
  background-color: #FFF;
  font-size: 4vw;
  color: #171819;
}
.h4 {
  width: 90%;
  margin: 10px auto;
  padding: 15px 15px;
  background-color: #FFF;
  font-size: clamp(11px, 4vw, 14px);
  color: #171819;
}
.h4_item {
  display: block;
  margin: auto;
}
.sbox {padding: 0;
	display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 左寄せ */
	align-items: center; /* アイテムを先頭にまとめて配置。*/
	list-style-type: none;
}
.sbox li {width: 48%;
  padding: 0 1%;
  margin: 0;
  box-sizing: border-box;
}

.sbox li img{width: 100%;
	height: auto;}

.sbox_item:hover {
  opacity: 0.5;
}
.Btext2 {
  font-size: clamp(11px, 4vw, 16px);
}
.Btext3 {
  font-size: clamp(11px, 4vw, 16px);
}
.table1 {
  text-align: left;
  border-collapse: collapse;
  margin: auto auto 0px auto;
  width: 100%;
}
.tabel1, td {
  border: none;
  border-bottom: 1px solid black;
}
.tabel1 td, th {width: auto;
	display: block;
  padding: 5px 0;
}
.infobox {
            max-width: 300px;
	        padding: 50px 30px 50px 30px;
            text-align: center;
        }
	
	.table2 {
  text-align: center;
  border-collapse: collapse;
  margin: auto auto 0px auto;
  width: 100%;
}

	.tabel2, tr, td {
  border-bottom: 0px;
}

		.a1 {
  font-size: clamp(11px, 3vw, 13px);
}
.fon {
  font-family: 'Zen Old Mincho', serif;
  font-size: clamp(16px, 4vw, 18px);
  padding-left: 2px;
  color: #054d99;
}	
	
.table {background: rgba(215,215,215,1.00);
	border-bottom: none;}

	
.C_box {
  text-align: center;
  border: none;
}
.loop_wrap {
  display: flex;
  width: 100vw;
  height: auto;
  overflow: hidden;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}	

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

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

.loop_wrap img:first-child {
  animation: loop 80s -40s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 80s linear infinite;
}	

	
.site-footer {
  background: #054D99;
  padding: 10px 20px 20px;
  bottom: 0px;
  width: calc(100% - 40px);
  color: aliceblue;
  text-align: center;
}

.a2 {
	width: 100%;
	padding-top: 15px;
	font-size: clamp(10px, 4vw, 16px);
	line-height: 120%;
	text-align: center;
}

.a2 a{color: rgba(255,255,255,1.00);}

.fon2 {width: 100%;
	font-family: 'Zen Old Mincho', serif;
  font-size: clamp(10px, 4vw, 16px);
  line-height: 120%;
  padding-left: 0;
  text-align: center;
}

.copy {
font-size: 12px;
}


}









