@charset "UTF-8";
body{background-color:#FAFAFA }
.header {
  float: right;
  justify-content: space-between;
  padding: 0 20px;
}



/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 20px;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
  right: 5.5vw
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #003BFF;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgb(110, 110, 110);
  transition: .5s;
  text-align: center;
  padding-top: 100px;
  background-color: #FAFAFA;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}
.nav_item a {
  color: #003BFF;
  text-decoration: none;
  line-height:70px;
  font-size: 5vw;
  font-family: "YuGothic";
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: 0;/* メニューを画面に入れる */
}
.top img{
	width: 96vw;}
.setumei{
	right: 20vw;
	margin-top: 30vw;
	margin-bottom: 50vw;
	z-index: 20
}
.setumei p{
	margin-top: 4vw;
	color: #003BFF;
	text-align: center;
	font-size: 3.7vw;
	font-family: "游ゴシック体","YuGothic";
}
#img1 {
	opacity: 0.9;
	margin-top: 20vw;
	mix-blend-mode: multiply;
    text-align: right;
	z-index: 10;
    position: absolute;
}
#img2 {
	opacity: 0.7;
	margin-top: 180vw;
	mix-blend-mode: multiply;
    text-align: right;
	z-index: 10;
    position: absolute;
}
#img3 {
	opacity: 0.9;
	margin-top: 125vw;
	margin-left: -20vw;
	mix-blend-mode: multiply;
    text-align: right;
	z-index: 10;
    position: absolute;
}
.zoukei img{
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 13vw;
}
.zoukei p{
	top:0vw;
	color: #003BFF;
	text-align: center;
	font-size: 3.2vw;
	font-family: "游ゴシック体","YuGothic";
}
.shikaku img{
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 40vw;
	padding-bottom: 13vw;
}
.shikaku p{
	top:0vw;
	color: #003BFF;
	text-align: center;
	font-size: 3.2vw;
	font-family: "游ゴシック体","YuGothic";
}
.shikaku2 img{
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top: 10vw;
	padding-bottom: 13vw;
}
.button img{
	display: block;
    margin-left: auto;
    margin-right: auto;
	top: 20vw;
	padding-bottom: 5vw;
}
.button {
	padding-top: 20vw;
	padding-bottom: 30vw
}
footer {
	text-align: center;
	padding-top: 20vw;
	padding-bottom: 10vw;
	background-color: white;
}
footer li{
    list-style-type: none;
	display: inline-block
}
footer p{padding-top: 10vw
}