<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family:"Hiragino Sans","Hiragino Kaku Gothic ProN",sans-serif;
}

a{
color: white;
}

.wrapper{
  background-image: radial-gradient(#EA5504 0.5px, transparent 0.5px), radial-gradient(#EA5504 0.5px, transparent 0.5px);
  background-size: calc(20 * 1px) calc(20 * 1px);
  background-position: 0 0, calc(10 * 5px) calc(10 * 5px)
}

.header_bg {
  width: 100%;
  height: 200px;
  background-image: url(../img/bg.jpg);
  background-position: center -290px;
}


.header_contents {
  width: 100%;
  max-width: 1024px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: end;
}

.btn{
	position: fixed;
	top: 10px;
	right: 10px;
	color: white;
	width: 200px;
	padding: 10px 40px;
	background-color: red;
	text-align: center
}


.header_nav_lists {
  display: flex;
}

.header_nav_lists li {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 10px;
  font-size: 12px;
  color: white;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.list_item{
	background-color: #EA5504;
}

.list_item_off{
	background-color: #3F7085;
}


.hamburger-menu {
    position: relative;
  }
  

.hamburger-menu_input {
    display: none;
}


.hamburger-menu_bg {
    background-color: #000;
    cursor: pointer;
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0.4; 
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  
#hamburger:checked ~ .c-hamburger-menu_bg {
    display: block;
}


.hamburger-menu_button-mark {
    background-color: #fff; 
    display: none;
    height: 2px; 
    transition: 0.3s; 
    width: 40px; 
    }

/* スマホ用のハンバーカーマーク */


.contents {
  max-width: 800px;
  margin: 0px auto 20px;
}

.catch img{
	width: 800px;
}
	

.movie{
	text-align: center;
	margin-bottom: 40px;
}


h2 {
	background: #ffb565;
	padding: 10px 10px 10px 2.5rem;
	position: relative;
	border-radius: 10px;
	color: white;
	}
h2:before {
    position: absolute;
    top: 20%;
    left: 20px;
    width: 6px;
    height: 60%;
    content: '';
    border-radius: 3px;
    background: #FFFFFF;
}

.sub{
	font-size: 16px;
}

h3 {
	text-align: center;
	margin: 20px auto;
	padding: 20px 10px;
	color: #3F7085;
	border-top: #3F7085  2px dotted;
	border-bottom: #3F7085  2px dotted;
}
.check_lists{
	width: 800px;
	margin: 10px auto 10px;
	padding-left:50px;
}

.check_lists li{
	line-height: 2;
}

.check_lists ul {
  padding: 0.5em 0;
  list-style-type: none;
  border: none;
}
.check_lists ul li {
  position:relative;
  padding: 0.3em 0 0.3em 2em;
  line-height: 1.5;
}
.check_lists ul li:after, .check_lists ul li:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#EA5504; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.check_lists ul li:after {
  top: 14px;
  left: 3px;
  height: 10px;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}

.contents {
  max-width: 800px;
  margin: 0px auto 20px;
}


.main {
	margin-top: 20px;
	margin-bottom: 50px;
	
}

.main img{
	width: 100%;
}

.pcnone{
	display: none;
}


.box_n{
  margin-bottom: 20px;
  line-height: 32px;
}

.box_right{
  display:flex;
  flex-direction: row;
  margin-bottom: 20px;
  line-height: 32px;
}

.box_left{
 display:flex;
 flex-direction: row-reverse;
 margin-bottom: 20px;
 line-height: 32px;
}

.pict_left{
 margin-right: 30px;
}

.pict_right{
 margin-left: 30px;
}

/* baloon start */

.balloon {
  margin-bottom: 2em;
  position: relative;
}

.balloon p{
	font-size: 16px;
	}

.balloon:before,.balloon:after {
  clear: both;
  content: "";
  display: block;
}
.balloon figure {
  width: 80px;
  height: 80px;
}
.balloon-image-left {
  float: left;
  margin-right: 20px;
}
.balloon-image-right {
  float: right;
  margin-left: 20px;
}
.balloon figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}
.balloon-image-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
}
.balloon-text-right,.balloon-text-left {
  position: relative;
  padding: 10px;
  border: 1px solid;
  border-radius: 10px;
  max-width: -webkit-calc(100% - 120px);
  max-width: calc(100% - 120px);
  display: inline-block;
  background-color: white;
}
.balloon-text-right {
  border-color: #aaa;
}
.balloon-text-left {
  border-color: #aaa;
}
.balloon-text-right {
  float: left;
}
.balloon-text-left {
  float: right;
}
.balloon p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: normal;
}
.balloon p:last-child {
  margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #aaa;
  top: 15px;
  left: -20px;
}
.balloon-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -19px;
}
.balloon-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #aaa;
  top: 15px;
  right: -20px;
}
.balloon-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 15px;
  right: -19px;
}
/* baloon end */

.persons{
	margin-bottom: 50px;
	text-align: center;
}

.persons img{
	width: 600px;
}

span {
 
    background-color: #ff9;
 
}

.btn_footer{
	padding: 10px 40px;
	margin: 0 auto;
	width: 200px;
	text-align: center;
	background-color: red;
	color: white;
}

footer {
  display: flex;
  justify-content: center;
  padding: 5px;
  background-color: #EA5504;
  color: #fff;
  font-size: x-small
}


@media screen and (max-width: 768px) {
  
  .contents {
	  width: 90%;
	}

	

.header_bg {
  height: 150px;
  background-position-y: 1100px;
}
	.btn{
	  display: none;
	}

  .header_contents {
    justify-content: start;
    padding-left: 20px;
    padding-bottom: 10px;
  }
	
	.hamburger-menu_button-mark {
	  display:block;
	}
				
	.humburger_nav_lists {
    background-color: #eeeeee;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 0rem; 
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s;
    top: 100%;
    width: 100%;
  }
  
	.header_nav_lists li {
		margin-right: 0px;
		margin-left: 0px;
		padding: 10px 10px;
		font-size: 14px;
		text-align: center;
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
  }
  
  .list_item{
	  background: #EA5504;
	  width: 100%;
	  margin-top: 5px;
  }
  
  .list_item_off{
    background: #3F7085;
    width: 100%;
    margin-top: 5px;
  }
	  
	.list_link{
		color: white;
	}

  .hamburger-menu_button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 32px; 
    justify-content: center;
    width: 32px; 
  }
    
  #hamburger:checked
    ~ .humburger_nav_lists {
		transform: translateX(0%);
		transition: 0.3s;
  }

  #hamburger:checked
    ~ .hamburger-menu_button .hamburger-menu_button-mark:nth-of-type(1) {
	  transform: translate(2px, -13px) rotate(45deg);
	  transform-origin: 0%; 
  }
    
  #hamburger:checked
    ~ .hamburger-menu_button .hamburger-menu_button-mark:nth-of-type(2) {
	  opacity: 0;
  }
    
  #hamburger:checked
    ~ .hamburger-menu_button .hamburger-menu_button-mark:nth-of-type(3) {
	  transform: translate(2px, 0px) rotate(-45deg); 
	  transform-origin: 0%; 
  }
	

  
  .main-image{
    width: 90％;
  }
  
	
	video{
	  width: 100%;
	}	
	
	h2{
		font-size: 18px;
	}
	
	h3{
		font-size: 16x;
	}
		
	.sub{
	font-size: 12px;
	}

  .box_right{
    display: contents;
  }

  .box_left{
    display:contents;
  }

  .pict_left{
    margin-right: 0px;
    text-align: center;
    margin-bottom: 20px;
   }
   
   .pict_right{
    margin-left: 0px;
    text-align: center;
    margin-bottom: 20px;
   }
  
	
	.check_lists{
	  width: 95%;
	  padding-left:10px;
	  padding-right: 10px;
	}
	
	.pcnone{
		display: inline;
	}
	
	.persons img{
		width: 90%;
	}
	
	.btn_footer{
		width: 60%;
	}
}

</pre></body></html>