@charset "utf-8";





/*COMMON*/
html,body { width:100%; text-rendering:optimizeLegibility; -webkit-text-size-adjust:none; -webkit-print-color-adjust:exact; }
body { overflow-y:scroll; background-color:rgba(255,255,255,1); opacity:0; }
body,header,footer,main,section,div,span,a,form,input,select,textarea,img,svg,h1,h2,h3,h4,h5,h6,p { box-sizing:border-box; margin:0; padding:0; font-size:0; line-height:0; font-weight:normal; color:rgba(0,0,0,1); font-feature-settings:"palt"; }
a { text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0); }
a:focus { outline:none; }
input,select,textarea { -webkit-tap-highlight-color:rgba(0,0,0,0); }
img,svg { display:block; width:100%; height:auto; vertical-align:bottom; user-select:none; pointer-events:none; }
.mac { -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
.ja1 { font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; }
.win .ja1 { font-family:"Noto Sans JP",sans-serif; }
.en1 { font-family:"Arial Black",sans-serif; }
.none { display:none; }
.clear { clear:both; }
.opacity { opacity:0; }
.display_pc { display:inline-block; }
.display_sp { display:none; }





/*WRAP*/
.wrap {
	width:100%;
	min-width:1140px;
	overflow:hidden;
}
.wrap_inner {
	width:100%;
}
.wrap_group {
	width:100%;
}
.wrap_contents {
	width:100%;
}
.wrap_block {
	width:100%;
}





/*TRACK*/
#track {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	background-color:rgba(235,245,223,1);
	user-select:none;
	pointer-events:none;
	opacity:0;
	z-index:100;
}
#track a {
	user-select:none;
	pointer-events:none;
}
.track_inner {
	width:100%;
}
.track_group {
	width:100%;
}
.track_contents {
	width:100%;
}
.track_block {
	width:100%;
	position:relative;
}
.track_block > .track_button:nth-child(1) {
	width:60px;
	position:absolute;
	top:calc(100% - 90px);
	right:calc(50% - 570px);
}
.track_block > .track_button:nth-child(2) {
	width:640px;
	margin:0 auto;
	padding:20px 0;
}
.track_button a {
	display:block;
	width:100%;
}
.track_block > .track_button:nth-child(1) a {
	border-radius:50%;
    overflow:hidden;
}
.track_block > .track_button:nth-child(2) a {
	padding:25px 0;
	position:relative;
	font-size:28px;
	line-height:28px;
	font-weight:bold;
	text-align:center;
	color:rgba(0,171,95,1);
	background-color:rgba(255,255,255,1);
	border:1px solid rgba(34,149,83,1);
}
.track_block > .track_button:nth-child(2) img {
	width:20px;
	position:absolute;
	top:calc(50% - 16px);
	right:25px;
}
.pc .track_button a {
	transition-duration:0.25s;
	transition-timing-function:ease-in-out;
	transition-property:opacity;	
}
.pc .track_button a:hover {
	opacity:0.75;
}
.track_on #track,
.track_on #track a {
	user-select:auto;
	pointer-events:auto;
}
.track_hide #track,
.track_hide #track a {
	user-select:none;
	pointer-events:none;
}





/*HEADER*/
header {
	width:100%;
	height:80px;
	background-color:rgba(255,255,255,1);
}
.header_inner {
	width:100%;
	height:100%;
}
.header_group {
	width:100%;
	height:100%;
}
.header_contents {
	width:100%;
	height:100%;
}
.header_block {
	width:100%;
	height:100%;
	position:relative;
}
.header_logo {
	height:36px;
	position:absolute;
	top:calc(50% - 18px);
	left:calc(50% - 570px);
}
.header_logo a {
	display:block;
	height:100%;
}
.header_logo img {
	width:auto;
	height:100%;
}





/*FOOTER*/
footer {
	width:100%;
	height:80px;
	background-color:rgba(255,255,255,1);
}
.footer_inner {
	width:100%;
	height:100%;
}
.footer_group {
	width:100%;
	height:100%;
}
.footer_contents {
	width:100%;
	height:100%;
}
.footer_block {
	width:100%;
	height:100%;
	position:relative;
}
.footer_logo {
	height:36px;
	position:absolute;
	top:calc(50% - 18px);
	left:calc(50% - 570px);
}
.footer_logo a {
	display:block;
	height:100%;
}
.footer_logo img {
	width:auto;
	height:100%;
}
.footer_text {
	position:absolute;
	top:calc(50% - 26px);
	right:calc(50% - 570px);
}
.footer_text p {
	font-size:14px;
	line-height:26px;
	text-align:right;
}





/*MAIN*/
main {
	width:100%;
}
.main_inner {
	width:100%;
}
.main_group {
	width:100%;
}
.main_contents {
	width:100%;
}
.main_block {
	width:100%;
}





/*SECTION*/
section {
	width:100%;
	padding:75px 0;
	position:relative;	
}
.section_inner {
	width:100%;
}
.section_group {
	width:100%;
}
.section_contents {
	width:100%;
}
.section_block {
	width:1140px;
	margin:0 auto;
}
.section_decoration {
	width:100%;	
	position:absolute;	
	top:0;
	left:0;
}
.section_decoration img {
	width:160px;	
	position:absolute;	
	top:0;
}
.section_decoration > img:nth-child(1) {
	left:0;
}
.section_decoration > img:nth-child(2) {
	right:0;
	transform:scale(-1,1);
}
.section_title {
	width:100%;	
}
.section_title h2 {
	width:120%;
	position:relative;
	left:-10%;
	font-size:46px;
	line-height:46px;
	font-weight:bold;
	text-align:center;	
	color:rgba(0,171,95,1);
}
.section_title::after {
	content:"";
	display:block;
	width:320px;
	height:6px;
	margin:15px auto 0;
	background:rgb(225,230,50);
	background:linear-gradient(90deg,rgba(225,230,50,1)0%,rgba(0,171,95,1)100%);
}
.section_text {
	width:100%;		
}
.section_text p {
	font-size:18px;
	line-height:30px;
	text-align:center;	
}





/*TITLE*/
#title {
	padding:0;
}
#title .section_block {
	width:100%;
	position:relative;	
}
.title_image {
	width:100%;
	position:relative;	
}
.title_image::before,
.title_image::after {
	content:"";
	display:block;
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	background-size:1px 100%;
	background-repeat:repeat-x;
}
.title_image::before {
	left:0;	
	background-image:url(../../img/back2.jpg);
}
.title_image::after {
	right:0;	
	background-image:url(../../img/back3.jpg);
}
.title_image img {
	z-index:10;
}
.title_image > img:nth-child(1) {
	width:1365px;
	position:relative;
	left:50%;
    transform:translate(-50%,0);
}
.title_image > img:nth-last-child(1) {
	width:auto;
	position:absolute;
	top:50%;
	left:calc(50% + 380px);
    transform:translate(-50%,-50%) scale(0.75);
    opacity:0;
}
.title_text {
	position:absolute;	
	top:50%;
	left:calc(50% - 570px);
    transform:translate(0,-50%);
	z-index:20;
}
.title_text h1,
.title_text p,
.title_text span {
	color:rgba(255,255,255,1);
}
.title_text h1 {
	font-size:52px;
	line-height:52px;
	font-weight:bold;
}
.title_text p {
	margin:10px 0 0;
	font-size:18px;
	line-height:18px;
}
.title_text h1 > span {
	display:inline-block;
	vertical-align:bottom;
}
.title_text span span {
	display:block;
}
.title_text span > span:nth-child(1) {
	font-size:18px;
	line-height:18px;
	text-align:center;
}
.title_text span > span:nth-child(2) {
	margin:10px 0 0;
}
.title_text span > span:nth-last-child(1) {
	font-size:52px;
	line-height:52px;
	font-weight:bold;
	text-align:left;
}





/*NOTICE*/
#notice {
    background-color:rgba(241,248,234,1);
}
#notice .section_block {
	width:980px;
	margin-top:60px;
}
#notice .section_contents > .section_block:nth-child(1) {
	margin-top:0;
}
.notice_title {
    width:100%;
    padding:15px 0;
	background:rgba(0,171,95,1);
	background:linear-gradient(90deg,rgba(0,171,95,1)0%,rgba(120,190,95,1)50%);
}
.notice_title p {
	font-size:32px;
	line-height:32px;
	font-weight:bold;
	text-align:center;
	color:rgba(255,255,255,1);
}
.notice_text {
    width:100%;
    padding:30px;
    background-color:rgba(255,255,255,1);
}
.notice_text p {
	font-size:18px;
	line-height:30px;
	text-align:justify;
}
.notice_text span {
    font-size:18px;
    line-height:30px;
    font-weight:bold;
    color:rgba(0,171,95,1);
}
.notice_table {
    width:100%;	
	border:1px solid rgba(0,171,95,1);
}
.notice_table > div {
	display:flex;
    width:100%;	
}
.notice_table > div > div:nth-child(1) {
    width:200px;	
    background-color:rgba(0,171,95,1);
	border-top:1px solid rgba(255,255,255,1);
}
.notice_table > div > div:nth-child(2) {
    width:calc(100% - 200px);	    
	padding:20px;
    background-color:rgba(255,255,255,1);
	border-top:1px solid rgba(0,171,95,1);
}
.notice_table > div:nth-child(1) > div {
	border-top:none;
}
.notice_table > div > div:nth-child(1) p {
    width:100%; 
    position:relative;
    top:50%;
    transform:translate(0,-50%);	    
    font-size:18px;
    line-height:18px;
    font-weight:bold;
    text-align:center;
    color:rgba(255,255,255,1);
}
.notice_table > div > div:nth-child(2) p {
    font-size:16px;
    line-height:26px;
    text-align:justify;
}
.notice_table span {
    display:inline-block;
    vertical-align:top;    
    font-size:16px;
    line-height:26px;
}
.notice_table p > span:nth-child(1) {
    width:16px; 	
	color:rgba(0,171,95,1);
}
.notice_table p > span:nth-child(2) {
    width:calc(100% - 16px); 
}





/*CONFIRM*/
#confirm {
	padding:60px 0;
	background-color:rgba(120,190,45,1);
}
#confirm .section_block {
	width:980px;
}
.confirm_list {
	width:100%;		
	margin:45px 0 0;
	background-color:rgba(255,255,255,1);	
}
.section_block > .confirm_list:nth-child(1) {
	margin:0;
}
.confirm_list > a {
	display:block;
	width:100%;		
	padding:27px 30px 27px 30px;	
	position:relative;
	font-size:28px;
	line-height:42px;
	font-weight:bold;
}
.confirm_list > a::before {
	content:"";
	display:block;
	width:12px;
	height:100%;	
	position:absolute;
	top:0;
	left:0;
    background-color:rgba(225,230,50,1);
}
.confirm_list > a > span {
	display:block;
	width:30px;
	height:30px;		
	position:absolute;
	top:calc(50% - 15px);
	right:30px;	
}
.confirm_list > a span span {
	display:block;
	position:absolute;
    background-color:rgba(120,190,45,1);		
}
.confirm_list > a span > span:nth-child(1) {
	width:100%;
	height:4px;	
	top:calc(50% - 2px);
	left:0;			
}
.confirm_list > a span > span:nth-child(2) {
	width:4px;
	height:100%;	
	top:0;				
	left:calc(50% - 2px);
}
.confirm_list > div {
	display:none;
	width:100%;		
	padding:30px;	
	border-top:2px solid rgba(120,190,45,1);
}
.confirm_list > div p {
	font-size:18px;
	line-height:30px;
	text-align:justify;
}
.confirm_list > div span {
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	color:rgba(0,171,95,1);
}
.confirm_list > a span > span:nth-child(2) {
	transition-duration:0.25s;
	transition-timing-function:ease-in-out;
	transition-property:opacity;		
}
.pulldown_show.confirm_list > a span > span:nth-child(2) {
	opacity:0;
}





/*ESCAPE*/
#escape {
	padding:0;
    background-color: rgba(235,245,223,1);
}
#escape .section_block {
	width:100%;
	position:relative;
}
.section_block > .escape_button:nth-child(1) {
	width:60px;
	position:absolute;
	top:calc(100% - 90px);
	right:calc(50% - 570px);
}
.section_block > .escape_button:nth-child(2) {
	width:640px;
	margin:0 auto;
	padding:20px 0;
}
.escape_button a {
	display:block;
	width:100%;
}
.section_block > .escape_button:nth-child(1) a {
	border-radius:50%;
    overflow:hidden;
}
.section_block > .escape_button:nth-child(2) a {
	position:relative;
	font-size:28px;
	line-height:78px;
	font-weight:bold;
	text-align:center;
	color:rgba(0,171,95,1);
	background-color:rgba(255,255,255,1);
	border:1px solid rgba(34,149,83,1);
}
.section_block > .escape_button:nth-child(2) img {
	width:20px;
	position:absolute;
	top:calc(50% - 16px);
	right:25px;
}
.pc .escape_button a {
	transition-duration:0.25s;
	transition-timing-function:ease-in-out;
	transition-property:opacity;	
}
.pc .escape_button a:hover {
	opacity:0.75;
}





@media print {
	body { zoom:0.5; }
	body,.scroll_element { opacity:1 !important; }
	#track { display:none; }
	.confirm_list > div { display:block; }
}