@charset "UTF-8";



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
*{margin:0;padding:0;text-decoration:none;}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.6em;}



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: bold;
}


ul li {
	list-style:none;	
}


/* box-sizing */ 
* {
	box-sizing: border-box;
}
.js-modal-btn {
	cursor: pointer;
}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: ""; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}



/* img */ 
img {
	width: 100%;
	height: auto;
}



/* sp */ 
.sp {
	display: none;
}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #141414;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 1.2rem;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	color: #141414;
	padding: 0;
	margin: 0;
	letter-spacing: 0.06em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
body.fixed {
　width: 100%;
　height: 100%;
　position: fixed;
}



/* フォント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.en {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
}




/* flex */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
    #header .logo {
        width: 300px;
        padding-left: 20px;
    }
        #header .logo a {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            height: 80px;
        }
        #header .logo a:hover {
			opacity: 0.7;
        }
            #header .logo a img {
				display: block;
                width: 150px;
				margin-top: -15px;
            }

            #header .logo a span {
                display: block;
                font-size: 1.2rem;
                line-height: 1.2em;
                padding-left: 12px;
            }


    #header .info {
    }
        #header .info .recruitbtn {
			width: 140px;
        }
			#header .info .recruitbtn a {
				height: 80px;
				display: flex;
				justify-content: center;
				align-items: center;
				background: #242424 url("../img/icon_arrow_white.svg") no-repeat 90% center;
				font-size: 1.5rem;
				text-align: center;
				color: #fff;
				line-height: 1;
			}
			#header .info .recruitbtn a:hover {
				background: #FDCD00 url("../img/icon_arrow_black.svg") no-repeat 90% center;
				color: #141414;
			}


        #header .info .menubtn {
            width: 140px;
            height: 80px;
            background: #141414;
        }
            #header .info .menubtn .menu {
                display: block;
                position: relative;
                cursor: pointer;
                width: 140px;
                height: 80px;
            }
			#header .info .menubtn .menu:before {
				height: 80px;
				display: flex;
				justify-content: center;
				align-items: center;
				content: "MENU";
				font-size: 1.2rem;
				font-family: 'Barlow', sans-serif;
				font-weight: 600;
				letter-spacing: 0.06em;
				line-height: 1;
				color: #fff;
				text-align: center;
				position: absolute;
				top: 0;
				left: 25px;
			}
                #header .info .menubtn .menu .openbtn-area {
                    transition: all .4s;
                }
                    #header .info .menubtn .menu span {
                        width: 40px !important;
                        display: inline-block;
                        transition: all .4s;
                        position: absolute;
                        right: 25px;
                        height: 1px;
                        background: #fff;
                    }
                    #header .info .menubtn .menu span:nth-of-type(1) {
                        top: 30px;	
                    }
                    #header .info .menubtn .menu span:nth-of-type(2) {
                        top: 40px;
                    }
                    #header .info .menubtn .menu span:nth-of-type(3) {
                        top: 50px;
                    }

                #header .info .menubtn .menu.active .openbtn-area {
                    transform: rotateY(-360deg);
                }
                    #header .info .menubtn .menu.active span:nth-of-type(1) {
                        width: 40px !important;
                        top: 35px;
                        transform: translateY(6px) rotate(-135deg);
                    }
                    #header .info .menubtn .menu.active span:nth-of-type(2) {
                        opacity: 0;
                    }
                    #header .info .menubtn .menu.active span:nth-of-type(3) {
                        width: 40px !important;
                        top: 45px;
                        transform: translateY(-6px) rotate(135deg);
                    }
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox {
	display: none;
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
	#menubox .menunav {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: auto;
		height: 100vh;
		position: relative;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#menubox .menunav .phtbg {
		width: -webkit-calc(100% - 1000px);
		width: calc(100% - 1000px);
		height: 100vh;
		background: url("../img/menu_pht.jpg") no-repeat center / cover;
	}
		#menubox .menunav .text {
			max-width: 1000px;
			padding: 0 100px;
		}
			#menubox .menunav .text ul li {
				width: 260px;
				margin-top: 60px;
			}
			#menubox .menunav .text ul li:nth-child(1),
			#menubox .menunav .text ul li:nth-child(2),
			#menubox .menunav .text ul li:nth-child(3) {
				margin-top: 0;
			}
				#menubox .menunav .text ul li a.head {
					display: inline-block;
					font-size: 1.5rem;
					font-weight: 600;
					position: relative;
				}
				#menubox .menunav .text ul li a.head:before {
					content: "";
					width: 100%;
					height: 1px;
					background: #34414D;
					position: absolute;
					bottom: 0;
					right: 0;
					transition: 0.3s;
					-webkit-transition: 0.3s;
				}
				#menubox .menunav .text ul li.pdf_link a.head {
					padding-right: 20px;
					background: url("../img/icon_pdf_black.svg") no-repeat top 5px right / 14px;
				}
				#menubox .menunav .text ul li a.head:hover:before {
					width: 0;
				}
				#menubox .menunav .text ul li a.head.ac {
					pointer-events: none;
				}
				#menubox .menunav .text ul li a.head.ac:before {
					display: none;
				}

				#menubox .menunav .text ul li ul.sub_list {
					margin-top: 15px;
				}
					#menubox .menunav .text ul li ul.sub_list li {
						margin-top: 0;
						padding-right: 20px;
						margin-bottom: 10px;
					}
					#menubox .menunav .text ul li ul.sub_list li:nth-last-child(1) {
						margin-bottom: 0;
					}
						#menubox .menunav .text ul li ul.sub_list li a {
							display: block;
							font-size: 1.4rem;
							letter-spacing: 0;
							line-height: 1.3em;
							text-align: left;
							position: relative;
						}
						#menubox .menunav .text ul li ul.sub_list li a:hover {
							opacity: 0.7;
						}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* pagetitle
--------------------- */
#pagetitle {
    width: 100%;
	margin-top: 80px;
}
	#pagetitle .inner {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 700px;
	}
		#pagetitle .inner .area {
		}
			#pagetitle .inner .area ul.breadcrumb {
				margin-bottom: 25px;
			}
				#pagetitle .inner .area ul.breadcrumb li {
					padding-right: 25px;
					margin-right: 10px;
					font-size: 1.2rem;
					line-height: 1;
					position: relative;
				}
				#pagetitle .inner .area ul.breadcrumb li:before {
					content: "";
					width: 15px;
					height: 1px;
					background: #FDCD00;
					position: absolute;
					top: 50%;
					right: 0;
					margin-top: -0.5px;
				}
				#pagetitle .inner .area ul.breadcrumb li:nth-last-child(1):before {
					display: none;
				}
					#pagetitle .inner .area ul.breadcrumb li a {
						color: #fff;
					}
					#pagetitle .inner .area ul.breadcrumb li a:hover {
						opacity: 0.7;
					}
					#pagetitle .inner .area ul.breadcrumb li span {
						color: #FDCD00;
					}


			#pagetitle .inner .area .en {
				font-size: 8.0rem;
				font-weight: 600;
				line-height: 1;
				color: #fff;
				margin-bottom: 15px;
			}

			#pagetitle .inner .area h1 {
				font-size: 2.0rem;
				font-weight: 600;
				line-height: 1;
				color: #fff;
			}

			#pagetitle .inner .area .txt {
				color: #fff;
			}

/* title
--------------------- */
.title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 50px;
}
	.title h2 {
		font-size: 5.0rem;
		font-weight: 600;
		line-height: 1.4em;
		padding-right: 20px;
	}
	.title.white h2 {
		color: #fff;
	}

	.title .en {
		font-size: 2.0rem;
		font-weight: 600;
		line-height: 1;
		color: #FDCD00;
	}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* main */
#main {
	display: block;
}
.inner {
	width: 1100px;
	margin: auto;
	position: relative;
}


/* txt */
.txt {
	font-size: 1.6rem;
	line-height: 2em;
}


/* more */
a .more {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 40px;
	padding-left: 50px;
	position: relative;
}
a .more:before {
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #141414 url("../img/icon_arrow_white.svg") no-repeat 55% center;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:hover .more:before {
	content: "";
	width: 48px;
	height: 48px;
	border: solid 1px #141414;
	border-radius: 50%;
	background: #FDCD00 url("../img/icon_arrow_black.svg") no-repeat 53% center;
	position: absolute;
	top: -5px;
	left: -5px;
}
	a .more span {
		font-size: 1.4rem;
		line-height: 1;
		text-decoration: underline;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	a:hover .more span {
		text-decoration: none;
		padding-left: 5px;
	}


/* textbox-half */
.textbox-half {
	margin-top: 150px;
	position: relative;
}
.textbox-half:before {
	white-space: nowrap;
	width: 100%;
	height: auto;
	font-size: 10.0em;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	text-shadow:1px 1px 0 #E8E8E8, -1px -1px 0 #E8E8E8,
	-1px 1px 0 #E8E8E8, 1px -1px 0 #E8E8E8,
	0px 1px 0 #E8E8E8,  0-1px 0 #E8E8E8,
	-1px 0 0 #E8E8E8, 1px 0 0 #E8E8E8;
	letter-spacing: 0;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 84px;
	left: 0;
	z-index: 0;
}
@keyframes flowimg-left {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}
@keyframes flowimg-right {
	0% { transform: translateX(0); }
	100% { transform: translateX(100%); }
}
	.textbox-half .text {
		width: 48%;
		display: block;
		border-top: solid 1px #141414;
	}
		.textbox-half .text .number {
			font-size: 1.5rem;
			letter-spacing: 0;
			line-height: 1;
			padding-top: 10px;
			margin-bottom: 100px;
		}

		.textbox-half .text h3 {
			font-size: 3.6rem;
			font-weight: 600;
			letter-spacing: 0.02em;
			line-height: 1.3em;
			margin-bottom: 30px;
		}


	.textbox-half .pht {
		width: 48%;
	}
		.textbox-half .pht.border img {
			border: solid 1px #ddd;
		}


/* textbox-full */
.textbox-full {
	margin-top: 150px;
	position: relative;
}
.textbox-full:before {
	white-space: nowrap;
	width: 100%;
	height: auto;
	font-size: 10.0em;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	text-shadow:1px 1px 0 #E8E8E8, -1px -1px 0 #E8E8E8,
	-1px 1px 0 #E8E8E8, 1px -1px 0 #E8E8E8,
	0px 1px 0 #E8E8E8,  0-1px 0 #E8E8E8,
	-1px 0 0 #E8E8E8, 1px 0 0 #E8E8E8;
	letter-spacing: 0;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 0;
}
	.textbox-full .text {
		display: block;
		text-align: center;
		border-top: solid 1px #141414;
		margin-bottom: 35px;
	}
		.textbox-full .text .number {
			font-size: 1.5rem;
			letter-spacing: 0;
			line-height: 1;
			padding-top: 10px;
			margin-bottom: 60px;
		}

		.textbox-full .text h3 {
			font-size: 3.6rem;
			font-weight: 600;
			letter-spacing: 0.02em;
			line-height: 1.3em;
			margin-bottom: 60px;
		}


	.textbox-full .pht {
		border: solid 1px #ddd;
		padding: 40px;
		text-align: center;
	}
		.textbox-full .pht img {
			width: auto;
		}
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	background: #27262B;
	padding: 100px 0;
}
	#footer .navarea {
		margin-bottom: 90px;
	}
		#footer .navarea .logobox {
			width: 266px;
		}
			#footer .navarea .logobox .logo {
				width: 152px;
				margin-bottom: 30px;
			}
			#footer .navarea .logobox a:hover {
				opacity: 0.7;
			}


		#footer .navarea .localnav {
			width: -webkit-calc(100% - 266px);
			width: calc(100% - 266px);
		}
			#footer .navarea .localnav ul {
				margin-left: 50px;
			}
			#footer .navarea .localnav ul:nth-last-child(1) {
				margin-left: 0;
			}
				#footer .navarea .localnav ul li {
					margin-bottom: 5px;
				}
					#footer .navarea .localnav ul li a {
						display: block;
						font-size: 1.5rem;
						font-weight: 600;
						color: #fff;
					}
					#footer .navarea .localnav ul li a:hover {
						color: #FDCD00;
					}

					#footer .localnav ul li.pdf_link a {
						padding-right: 15px;
						background: url("../../common/img/icon_pdf_white.svg") no-repeat top 7px right / 12px;
					}
					#footer .localnav ul li.pdf_link a:hover {
						padding-right: 15px;
						background: url("../../common/img/icon_pdf_yellow.svg") no-repeat top 7px right / 12px;
					}

	#footer .infoarea .copyright {
		width: 477px;
		font-size: 1.1rem;
		line-height: 1;
		letter-spacing: 0.02em;
		color: #4B4B4B;
	}

	#footer .infoarea ul {
		width: -webkit-calc(100% - 350px);
		width: calc(100% - 350px);
	}
		#footer .infoarea ul li {
			margin-right: 30px;
			margin-bottom: 10px;
		}
			#footer .infoarea ul li a {
				display: block;
				font-size: 1.3rem;
				font-weight: 500;
				line-height: 1;
				color: #4B4B4B;
			}
			#footer .infoarea ul li a:hover {
				opacity: 0.7;
			}
			





/* max 1300px */
@media screen and (max-width: 1300px) {




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* menubox */
#menubox .menunav .phtbg {
	width: -webkit-calc(100% - 850px);
	width: calc(100% - 780px);
}
	#menubox .menunav .text {
		max-width: 850px;
		padding: 0 0 0 70px;
	}
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* パンクズ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumb {
	width: 100%;
	padding: 0;
	left: 0;
	margin-left: 0;
}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* main */
.inner {
	width: 100%;
	padding: 0 5%;
}


/* textbox-full */
.textbox-full .pht img {
	width: 70%;
}
	

}





/* 1024px */
@media screen and (max-width: 1024px) {




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header .logo {
    padding-left: 15px;
}
    #header .logo a {
		display: block;
        height: 60px;
		padding-top: 7px;
    }
        #header .logo a img {
            width: 100px;
			margin-top: 0;
        }

        #header .logo a span {
			display: block;
            font-size: 1.0rem;
			letter-spacing: 0;
			padding: 0;
        }
			#header .logo a span br {
				display: none;
			}
    
    
#header .info {
}
	#header .info .recruitbtn {
		width: 100px;
	}
		#header .info .recruitbtn a {
			height: 60px;
			font-size: 1.3rem;
			text-indent: -10px;
		}
	
	
    #header .info .menubtn {
        width: 100px;
        height: 60px;
    }
        #header .info .menubtn .menu {
            width: 100px;
            height: 60px;
        }
		#header .info .menubtn .menu:before {
			height: 60px;
			font-size: 1.0rem;
			left: 15px;
		}
			#header .info .menubtn .menu span {
				width: 30px !important;
				right: 15px;
			}
			#header .info .menubtn .menu span:nth-of-type(1) {
				top: 21px;	
			}
			#header .info .menubtn .menu span:nth-of-type(2) {
				top: 29px;
			}
			#header .info .menubtn .menu span:nth-of-type(3) {
				top: 38px;
			}

				#header .info .menubtn .menu.active span:nth-of-type(1) {
					width: 30px !important;
					top: 22px;
				}
				#header .info .menubtn .menu.active span:nth-of-type(2) {
					opacity: 0;
				}
				#header .info .menubtn .menu.active span:nth-of-type(3) {
					width: 30px !important;
					top: 34px;
				}

	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox .menunav .phtbg {
	display: none;
}
	#menubox .menunav .text {
		max-width: 630px;
		margin: auto;
		padding: 0;
	}
		#menubox .menunav .text ul li {
			width: 210px;
		}
			#menubox .menunav .text ul li a.head {
				font-size: 1.4rem;
			}
			#menubox .menunav .text ul li a.head:hover:before {
				width: 100%;
			}
			#menubox .menunav .text ul li.pdf_link a.head {
				padding-right: 17px;
				background: url("../img/icon_pdf_black.svg") no-repeat top 5px right / 12px;
			}

			#menubox .menunav .text ul li ul.sub_list {
				margin-top: 15px;
			}
				#menubox .menunav .text ul li ul.sub_list li {
					padding-right: 20px;
					margin-bottom: 7px;
				}
					#menubox .menunav .text ul li ul.sub_list li a {
						font-size: 1.2rem;
						line-height: 1.4em;
					}
					#menubox .menunav .text ul li ul.sub_list li a:hover {
						opacity: 1;
					}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	
/* pagetitle
--------------------- */
#pagetitle {
	margin-top: 60px;
}
	#pagetitle .inner {
		height: 500px;
	}
		#pagetitle .inner .area ul.breadcrumb {
			margin-bottom: 20px;
		}
			#pagetitle .inner .area ul.breadcrumb li {
				font-size: 1.0rem;
			}


		#pagetitle .inner .area .en {
			font-size: 6.0rem;
		}

		#pagetitle .inner .area h1 {
			font-size: 1.8rem;
		}
	

/* title
--------------------- */
.title {
	margin-bottom: 40px;
}
	.title h2 {
		font-size: 4.0rem;
		padding-right: 15px;
	}

	.title .en {
		font-size: 1.8rem;
	}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* txt */
.txt {
	font-size: 1.4rem;
    line-height: 1.8em;
}


/* textbox-half */
.textbox-half {
	margin-top: 80px;
}
.textbox-half:before {
	font-size: 8.0em;
	top: 66px;
}
	.textbox-half .text .number {
		font-size: 1.4rem;
		margin-bottom: 50px;
	}

	.textbox-half .text h3 {
		font-size: 3.0rem;
		margin-bottom: 25px;
	}


/* textbox-full */
.textbox-full {
	margin-top: 80px;
}
.textbox-full:before {
	font-size: 8.0em;
	top: 20px;
}
	.textbox-full .text {
		margin-bottom: 25px;
	}
		.textbox-full .text .number {
			font-size: 1.4rem;
			margin-bottom: 50px;
		}

		.textbox-full .text h3 {
			font-size: 3.0rem;
			margin-bottom: 50px;
		}
	
	
.textbox-full .pht img {
	width: 90%;
}


	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	padding: 60px 0 40px 0;
}
	#footer .navarea {
		margin-bottom: 40px;
	}
		#footer .navarea .logobox {
			margin: auto;
		}
			#footer .navarea .logobox .logo {
				margin: 0 auto 30px auto;
			}


		#footer .navarea .localnav {
			display: none;
		}


	#footer .infoarea {
		display: block;
	}
		#footer .infoarea .copyright {
			width: 100%;
			font-size: 1.0rem;
			text-align: center;
		}

		#footer .infoarea ul {
			display: flex;
			justify-content: center;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: 100%;
			margin-bottom: 40px;
		}
			#footer .infoarea ul li {
				margin-right: 20px;
			}
			#footer .infoarea ul li:nth-last-child(1) {
				margin-right: 0;
			}
				#footer .infoarea ul li a {
					font-size: 1.2rem;
					opacity: 0.8;
					color: #fff;
				}
				#footer .infoarea ul li a:hover {
					opacity: 0.7;
				}

}

	







/* max 767px */
@media screen and (max-width: 767px) {


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




	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox {
	width: 100%;
}
	#menubox .menunav {
		display: block;
		width: 100%;
		height: 100%;
		padding: 61px 0 80px 0;
		overflow: hidden;
		overflow-y: scroll;
	}
		#menubox .menunav .text {
			max-width: 100%;
		}
			#menubox .menunav .text ul {
				border-bottom: solid 1px #ddd;
			}
			#menubox .menunav .text ul li {
				width: 100%;
				margin-top: 0 !important;
				border-top: solid 1px #ddd;
			}
				#menubox .menunav .text ul li a.head {
					display: flex;
					justify-content: flex-start;
					align-items: center;
					font-size: 1.4rem;
					line-height: 1;
					padding: 0 20px;
					height: 56px;
				}
				#menubox .menunav .text ul li a.head:before {
					display: none;
				}
				#menubox .menunav .text ul li.pdf_link a.head {
					padding: 20px;
					background: url("../img/icon_pdf_black.svg") no-repeat top 21px left 193px / 12px;
				}
				#menubox .menunav .text ul li a.ac {
					position: relative;
				}
				#menubox .menunav .text ul li a.head.ac {
					pointer-events: all;
				}
				#menubox .menunav .text ul li a.head.ac:before {
					display: block;
					content: "";
					width: 16px;
					height: 2px;
					background: #34414D;
					position: absolute;
					top: 50%;
					right: 20px;
					margin-top: -1px;
					z-index: 2;
				}
				#menubox .menunav .text ul li a.ac:after {
					content: "";
					width: 2px;
					height: 16px;
					background: #34414D;
					position: absolute;
					top: 50%;
					right: 27px;
					margin-top: -8px;
					z-index: 2;
				}
				#menubox .menunav .text ul li a.ac:hover:before {
					width: 16px;
				}
				#menubox .menunav .text ul li a.ac.active:after {
					display: none;
				}

				#menubox .menunav .text ul li ul.sub_list {
					display: none;
					margin-top: 0;
					padding: 0 20px;
					padding-bottom: 20px;
				}
					#menubox .menunav .text ul li ul.sub_list li {
						padding-right: 0;
						border-top: none;
					}
						#menubox .menunav .text ul li ul.sub_list li a {
							font-size: 1.3rem;
						}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* pagetitle
--------------------- */
#pagetitle .inner {
	justify-content: center;
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
}
	#pagetitle .inner .area ul.breadcrumb {
		display: none;
	}


	#pagetitle .inner .area .en {
		font-size: 4.4rem;
		margin-bottom: 10px;
		text-align: center;
	}

	#pagetitle .inner .area h1 {
		font-size: 1.4rem;
		margin-bottom: 0;
		text-align: center;
	}

	#pagetitle .inner .area .txt {
		display: none;
	}
	

/* title
--------------------- */
.title {
	margin-bottom: 30px;
}
	.title h2 {
		font-size: 3.0rem;
		padding-right: 10px;
	}

	.title .en {
		font-size: 1.4rem;
	}
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* main */
.inner {
    padding: 0 8%;
}


/* textbox-half */
.textbox-half {
	margin-top: 60px;
}
.textbox-half:before {
	font-size: 6.6em;
	top: 30px;
}
	.textbox-half .inner {
		display: block;
	}
	.textbox-half .text {
		width: 100%;
		margin-bottom: 20px;
	}
		.textbox-half .text .number {
			font-size: 1.3rem;
			text-align: center;
			margin-bottom: 30px;
		}

		.textbox-half .text h3 {
			font-size: 2.4rem;
			text-align: center;
			margin-bottom: 25px;
		}
	
	.textbox-half .pht {
		width: 100%;
	}


/* textbox-full */
.textbox-full {
	margin-top: 80px;
}
.textbox-full:before {
	font-size: 6.6em;
	top: 26px;
}
	.textbox-full .text {
		margin-bottom: 20px;
	}
		.textbox-full .text .number {
			font-size: 1.3rem;
			margin-bottom: 30px;
		}

		.textbox-full .text h3 {
			font-size: 2.4rem;
			margin-bottom: 30px;
		}
	
	
.textbox-full .pht {
	padding: 25px;
}	
	.textbox-full .pht img {
		width: 100%;
	}

	
/*js-scrollable*/
.js-scrollable{
	position: relative;
	overflow: auto; /*スクロールさせる*/
	white-space: nowrap; /*文字の折り返しを禁止*/
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
.js-scrollable::-webkit-scrollbar{
	display:none;
}
.scroll-hint-icon {
	top: calc(50% - 40px)!important;
	height: 84px!important;
/*	opacity: 0.7!important;*/
}

.scroll-hint-text {
	margin-top: 0px!important;
}	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer .navarea .logobox .logo {
	margin: 0 auto 20px auto;
}



#footer .infoarea ul {
	margin-bottom: 25px;
}
	#footer .infoarea ul li {
		margin-right: 15px;
		margin-bottom: 15px;
	}
		#footer .infoarea ul li a {
			font-size: 1.2rem;
		}
}