@charset "UTF-8";
/*
Theme Name: ワーケキャンプNEW
Description: ワーケキャンプNEW
Version: 1.0
Author: ワーケキャンプNEW
*/

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
*{margin:0;padding:0;text-decoration:none;box-sizing: border-box;}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;width:100%;height:auto}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none;list-style:none}address{font-style:normal}strong{font-weight: bold}
html{font-size: 62.5%;}
body{font-size: 1.6em;}
:where(figure) {
    margin: 0 !important;
}


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


ul li {
	list-style:none;	
}


/* box-sizing */ 
* {
	box-sizing: border-box;
}


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



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




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #3C3C3C;
	text-decoration: none;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
a:before {
	transition: 0.4s;
	-webkit-transition: 0.4s;
}



/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.en {
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	background: #F3F4EF;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-weight: 500;
	color: #3C3C3C;
	padding: 0;
	margin: 0;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}



/* 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 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 50px 170px 0 50px;
    position: fixed;
    z-index: 100;
	transition: 0.4s;
	-webkit-transition: 0.4s;
} 
#header.is-animation {
	padding: 15px 130px 15px 50px;
	background: rgba(255,255,255,0.8);
} 
	#header .logo {
		width: 260px;
	}
		#header .logo a .black {
			display: block;
		}
		#header .logo a .white {
			display: none;
		}
		#header.is-animation .logo a .black {
			display: block;
		}
		#header.is-animation .logo a .white {
			display: none;
		}
		.fixed #header .logo a .black {
			display: block;
		}
		.fixed #header .logo a .white {
			display: none;
		}

	#header .cta-btn {
		width: 300px;
	}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* menubtn */
#menubtn {
	width: 100px;
	height: 54px;
	background: #B51A1F;
	border-radius: 5px;
	position: fixed;
	top: 50px;
	right: 50px;
	z-index: 100;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
#menubtn.is-animation {
	top: 15px;
	right: 15px;
} 
	#menubtn .menu {
		display: block;
		position: relative;
		cursor: pointer;
		width: 100px;
		height: 54px;
	}
	#menubtn .menu:before {
		content: "MENU";
		height: 54px;
		font-size: 1.3rem;
    	font-family: 'Manrope', sans-serif;
		font-weight: 500;
		color: #fff;
		line-height: 54px;
		position: absolute;
		top: 0;
		left: 12px;
	}
		#menubtn .menu .openbtn-area {
			transition: all .4s;
		}
			#menubtn .menu span {
				width: 25px;
				display: inline-block;
				transition: all .4s;
				position: absolute;
				top: 50%;
				left: 50%;
				margin-left: 12px;
				height: 1px;
				background: #fff;
			}
			#menubtn .menu span:nth-of-type(1) {
				margin-top: -5px;
			}
			#menubtn .menu span:nth-of-type(2) {
				width: 20px;
			}
			#menubtn .menu span:nth-of-type(3) {
				margin-top: 5px;
				width: 15px;
			}

		#menubtn .menu.active .openbtn-area {
			transform: rotateY(-360deg);
		}
			#menubtn .menu.active span:nth-of-type(1) {
				width: 25px;
				transform: translateY(5px) rotate(-135deg);
			}
			#menubtn .menu.active span:nth-of-type(2) {
				opacity: 0;
			}
			#menubtn .menu.active span:nth-of-type(3) {
				width: 25px;
				transform: translateY(-5px) rotate(135deg);
			}

/* menubox */
#menubox {
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
}
	#menubox .menunav {
		width: 100%;
		background: #fff;
		border-bottom: solid 5px #B51A1F;
		padding-top: 150px;
	}
		#menubox .menunav .logo {
			width: 45%;
		}

		#menubox .menunav .nav {
			width: 45%;
		}
			#menubox .menunav .nav .box {
				width: 46%;
				margin-right: 8%;
				margin-bottom: 40px;
			}
			#menubox .menunav .nav .box:nth-child(2n) {
				margin-right: 0;
			}
				#menubox .menunav .nav .box .head {
					background: url("img/nav_head_bg.svg") no-repeat center /  cover;
					font-size: 2.0rem;
					font-weight: 700;
					color: #fff;
					line-height: 1;
					padding: 15px 15px 12px 15px;
				}

				#menubox .menunav .nav .box ul li {
					margin-top: 20px;
				}
					#menubox .menunav .nav .box ul li a {
						display: block;
						font-size: 1.5rem;
						font-weight: 700;
						color: #B51A1F;
						line-height: 1.4em;
					}
					#menubox .menunav .nav .box ul li a:hover {
						opacity: 0.6;
					}
						#menubox .menunav .nav .box ul li a span {
							display: block;
							margin-top: 5px;
							font-size: 1.1rem;
							font-weight: 500;
							color: #3C3C3C;
							line-height: 1.7em;
							padding-left: 12px;
						}
	



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

/* pagetitle */
#pagetitle {
	padding-top: 150px;
	margin-bottom: 80px;
}
	#pagetitle .en-txt  {
		display: flex;
		width: 100%;
		overflow: hidden;
		font-size: 12.0rem;
		line-height: 1;
		opacity: 0.7;
		color: #fff;
	}
		#pagetitle .en-txt .loop {
			flex: 0 0 auto;
			white-space: nowrap;
		}
		#pagetitle .en-txt .loop:nth-child(1) {
			animation: loop 100s -50s linear infinite;
		}
		#pagetitle .en-txt .loop:nth-child(2) {
			animation: loop2 100s linear infinite;
		}
		@keyframes loop {
			0% {
			  transform: translateX(100%);
			}
			to {
			  transform: translateX(-100%);
			}
		  }

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

	#pagetitle h1 {
		font-size: 4.0rem;
		line-height: 1.4em;
		margin-bottom: 40px;
		text-align: center;
	}

	#pagetitle .txt {
		text-align: center;
	}

/* title */
.title {
	margin-bottom: 50px;
}
.title.flex-start {
	margin-bottom: 70px;
}
	.title h2 {
		font-size: 3.6rem;
		line-height: 1.4em;
		margin-bottom: 20px;
	}
	.title h2.center {
		text-align: center;
	}
	.title.flex-start h2 {
		width: 480px;
		margin-bottom: 0;
	}

	.title.flex-start .txt {
		width: -webkit-calc(100% - 480px);
		width: calc(100% - 480px);
	}
	.title .txt.center {
		text-align: center;
	}
	



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

/* main */
#main {
	display: block;
}


/* inner */
.inner {
	width: 1200px;
	margin: 0 auto;
}
.inner_full {
	width: 100%;
	margin: 0 auto;
}


/* wrap */
.wrap-top {
	padding-top: 200px;
}
.wrap-bottom {
	padding-bottom: 200px;
}


/* red */
.red {
	color: #B51A1F;
}


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


/* btn */
.btn {
	text-align: center;
}
	.btn a {
		display: inline-block;
		min-width: 300px;
		margin: 0 auto;
		height: 70px;
		border-radius: 35px;
		padding-left: 20px;
		padding-right: 60px;
		background: #fff url("img/icon_arrow_red.svg") no-repeat right 20px center / 20px;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 70px;
		color: #B51A1F;
		text-align: left;
	}
	.btn a:hover {
		color: #fff;
		background: #B51A1F url("img/icon_arrow_white2.svg") no-repeat right 15px center / 20px;
	}


/* read-txt */
.read-txt {
	font-size: 2.0rem;
	font-weight: 600;
	color: #B51A1F;
	line-height: 1.7em;
	text-align: center;
}


/* cell */
.cell {
	margin-top: 60px;
	padding-top: 60px;
	border-top: solid 1px #fff;
}
.cell.first {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
	.cell h3 {
		font-size: 3.0rem;
		line-height: 1.3em;
		background: url("img/icon_circle.svg") no-repeat left top 14px;
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.cell h4 {
		font-size: 2.0rem;
		margin-bottom: 15px;
	}

	.cell .area {
		padding-bottom: 40px;
		margin-bottom: 30px;
		border-bottom: solid 1px #E8E8E8;
	}
	.cell .area:nth-last-child(1) {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}


/* set */
.set {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: solid 1px #fff;
}
.set:nth-last-child(1) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
	.set h3 {
		font-size: 2.6rem;
		line-height: 1.3em;
		margin-bottom: 15px;
	}

	.set .text {
		width: 60%;
		padding-right: 5%;
	}
	.set .pht {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40%;
		background: #F8F9F6;
		border-radius: 10px;
		padding: 2% 5%;
	}

	.set .point {
		background: #F8F9F6;
		border-radius: 10px;
		margin-top: 30px;
		padding: 20px 20px 20px 0;
	}
		.set .point .point-cont {
			width: 60%;
			padding: 30px 5%;
		}
			.set .point .point-cont .en {
				font-size: 1.4rem;
				line-height: 1;
				margin-bottom: 8px;
			}
			.set .point .point-cont h4 {
				font-size: 2.4rem;
				font-weight: 600;
				line-height: 1.3em;
				margin-bottom: 12px;
			}
			.set .point .point-cont h5 {
				font-size: 2.2rem;
				font-weight: 600;
				line-height: 1.3em;
				margin-top: 25px;
				margin-bottom: 8px;
			}

		.set .point .point-pht {
			width: 40%;
		}
		.set .point01 .point-pht,
		.set .point02 .point-pht,
		.set .point04 .point-pht {
			display: flex;
			justify-content: center;
			align-items: center;
			background: #fff;
		}
		.set .point03 .point-pht,
		.set .point05 .point-pht {
			overflow: hidden;
		}
			.set .point03 .point-pht img,
			.set .point05 .point-pht img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}


/* check_list */
ul.check_list li {
	width: 100%;
	margin: 0.5% 0;
	background: #fff url("img/icon_check.svg") no-repeat left 15px center;
	padding: 15px 15px 15px 44px;
	border-radius: 10px;
	font-size: 1.8rem;
	line-height: 1.5em;
}
ul.check_list.flex li {
	width: 49.5%;
	margin-right: 1%;
}
ul.check_list.flex li:nth-child(2n) {
	margin-right: 0;
}


/* list_icon */
ul.list_icon li {
	width: 100%;
	margin: 1% 0;
	padding-left: 15px;
	background: url("img/icon_circle.svg") no-repeat left top 9px / 8px;
	font-size: 1.6rem;
	line-height: 1.7em;
}



/* wp-pagenavi */
.wp-pagenavi {
    margin: 0 0 100px 0;
    font-size: 1.4rem;
	text-align: center;
}
.pages {
    margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {
	margin: 0 8px 8px 0;
	display: inline-block;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
}
.wp-pagenavi .current {
	background: #B51A1F;
	color: #fff;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi a:hover {
	opacity: 0.6;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	background: #3C3C3C;
	padding: 60px 0;
}
	#footer .info {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 60px;
	}
		#footer .info .text {
			color: #fff;
			margin-right: 30px;
		}
			#footer .info .text h2 {
				font-size: 2.6rem;
				font-weight: 700;
				line-height: 1;
				margin-bottom: 10px;
			}
			#footer .info .text p {
				font-size: 1.8rem;
				font-weight: 700;
				line-height: 1;
			}

		#footer .info .cta-btn {
			width: 395px;
		}
			#footer .info .cta-btn a {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				height: 70px;
				padding: 0 20px;
				border-radius: 15px;
				border: solid 2px #fff;
				background: #B51A1F url("img/icon_arrow_white.svg") no-repeat right 15px center / 20px;
				font-size: 1.8rem;
				font-weight: 700;
				color: #fff;
			}
			#footer .info .cta-btn a:hover {
				border: solid 2px #B51A1F;
			}

	#footer .sitemap {
		margin-bottom: 80px;
	}
		#footer .sitemap .box {
			width: 22.5%;
			border-top: solid 1px #fff;
			padding-top: 15px;
		}
			#footer .sitemap .box .head {
				font-size: 1.6rem;
				font-weight: 700;
				line-height: 1;
				color: #fff;
				margin-bottom: 20px;
			}

			#footer .sitemap .box ul li {
				margin-top: 10px;
			}
				#footer .sitemap .box ul li a {
					display: block;
					font-size: 1.2rem;
					font-weight: 500;
					line-height: 1.3em;
					color: #fff;
				}
				#footer .sitemap .box ul li a:hover {
					opacity: 0.7;
				}

	#footer .other {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		#footer .other .logo {
			width: 260px;
		}

		#footer .other .copyright {
			width: -webkit-calc(100% - 260px);
			width: calc(100% - 260px);
			font-size: 1.1rem;
			color: #fff;
			line-height: 1;
			letter-spacing: 0;
			text-align: right;
			margin-top: 30px;
		}
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* contact */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#contact .title .en {
	font-size: 11.0rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
	text-align: center;
}


#contact .whitebox {
	width: 1050px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	padding: 50px 100px;
}
	#contact .whitebox table {
		width: 100%;
		border-collapse: collapse;
	}
		#contact .whitebox table th {
			width: 250px;
			font-size: 1.8rem;
			font-weight: 600;
			line-height: 1.4em;
			text-align: left;
			padding: 20px 0;
		}
			#contact .whitebox table th span {
				display: inline-block;
				background: #B51A1F;
				color: #fff;
				font-size: 1.0rem;
				line-height: 1;
				border-radius: 5px;
				vertical-align: text-bottom;
				padding: 5px;
				margin-left: 12px;
			}


		#contact .whitebox table td {
			padding: 20px 0;
			font-size: 1.6rem;
		}
		#contact .whitebox table td.flex-start {
			display: flex;
			display: -webkit-flex;
			justify-content: space-between;
		}

			#contact .whitebox table td .textbox {
				width: 100%;
				padding: 20px;
				border: solid 1px #BDBFC4;
				border-radius: 8px;
				font-size: 1.6rem;
			}
			#contact .whitebox table td textarea {
				width: 100%;
				height: 200px;
				padding: 20px;
				border: solid 1px #BDBFC4;
				border-radius: 8px;
				font-size: 1.6rem;
			}

			#contact .whitebox table td .horizontal-item {
				display: block;
				margin-left: 0 !important;
				margin-right: 20px;
				margin-bottom: 7px;
			}
			#contact .whitebox table td .horizontal-item:nth-last-child(1) {
				margin-bottom: 0;
			}
				#contact .whitebox input[type=radio].checkbox_btn_item{
					display: none;
				}
				#contact .whitebox input[type=checkbox].checkbox_btn_item{
					display: none;
				}
				#contact .whitebox label {
					display: inline-block;
				}
				#contact .whitebox .checkbox_btn_item + span {
					padding-left: 32px;
					display: inline-block;
					position: relative;
				}
				#contact .whitebox .checkbox_btn_item + span::after,
				#contact .whitebox .checkbox_btn_item + span::before {
					content: '';
					display: block;
					position: absolute;
					top: 4px;
				}
				#contact .whitebox .checkbox_btn_item + span::before {
					border: 1px solid #BDBFC4;
					background: #fff;
					border-radius: 5px;
					left: 0;
					height: 20px;
					width: 20px;
				}
				#contact .whitebox .checkbox_btn_item + span::after{
					border: none;
					border-right: 3px solid #B51A1F;
					border-bottom: 3px solid #B51A1F;
					height: 12px;
					left: 8px;
					opacity: 0;
					top: 4px;
					transform: rotate(45deg);
					width: 7px;
				}
				#contact .whitebox .checkbox_btn_item:checked + span::after {
					opacity: 1;
				}


	#contact .whitebox h3 {
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.3em;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 15px;
	}
	#contact.confirm .whitebox h3 {
		display: none;
	}


	#contact .whitebox .textbox {
		background: #F5F5F5;
		border-radius: 10px;
		padding: 20px 10px 20px 20px;
	}
	#contact.confirm .whitebox .textbox {
		display: none;
	}
		#contact .whitebox .textbox .scroll {
			overflow-y: scroll;
			height: 300px;
			padding-right: 20px;
		}
		#contact .whitebox .textbox .scroll::-webkit-scrollbar {
			width: 5px;
			height: 5px;
		}
		#contact .whitebox .textbox .scroll::-webkit-scrollbar-track {
			background: #BABABA;
		}
		#contact .whitebox .textbox .scroll::-webkit-scrollbar-thumb {
			background: #1D1D1D;
		}
			#contact .whitebox .textbox .scroll .txt {
				font-size: 1.4rem;
				line-height: 1.8em;
			}

			#contact .whitebox .textbox .scroll h4 {
				font-size: 1.6rem;
				font-weight: 600;
				line-height: 1.3em;
				color: #B51A1F;
				margin-top: 40px;
				margin-bottom: 10px;
			}


	#contact .whitebox .contact_submitbtn {
		padding-top: 50px;
	}
	#contact.confirm .whitebox .contact_submitbtn {
		max-width: 750px;
		margin: auto;
	}
		#contact .whitebox .button {
			width: 49%;
			max-width: 350px;
			height: 70px;
			background: #B51A1F;
			border-radius: 35px;
			border: none;
			font-size: 1.9rem;
			font-weight: 700;
			color: #fff;
			cursor: pointer;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#contact .whitebox .button:hover {
			opacity: 0.7;
		}

		#contact .whitebox .back {
			width: 49%;
			max-width: 350px;
			height: 70px;
			background: #131D1C;
			border-radius: 35px;
			font-size: 1.9rem;
			color: #fff;
			border: none;
			font-weight: 700;
			cursor: pointer;
			transition: 0.3s;
			-webkit-transition: 0.3s;
			margin-right: 2%;
		}
		#contact .whitebox .back:hover {
			opacity: 0.7;
		}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* voice list */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#voice-list .list a.linkbox {
	width: 31%;
	margin-right: 3.5%;
	display: block;
	margin-bottom: 40px;
}
#voice-list .list a.linkbox:nth-child(3n) {
	margin-right: 0;
}
	#voice-list .list a.linkbox .pht {
		overflow: hidden;
	}
		#voice-list .list a.linkbox .pht img {
			-moz-transition: -moz-transform 0.2s linear;
			-webkit-transition: -webkit-transform 0.2s linear;
			-o-transition: -o-transform 0.2s linear;
			-ms-transition: -ms-transform 0.2s linear;
			transition: transform 0.2s linear;
		}
		#voice-list .list a.linkbox:hover .pht img {
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			-o-transform: scale(1.05);
			-ms-transform: scale(1.05);
			transform: scale(1.05);
		}

	#voice-list .list a.linkbox .text {
		position: relative;
		padding-top: 20px;
	}
		#voice-list .list a.linkbox .text h3 {
			font-size: 2.2rem;
			font-weight: 600;
			line-height: 1.4em;
			margin-bottom: 8px;
		}

		#voice-list .list a.linkbox .text .txt {
			line-height: 1.7em;
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			margin-bottom: 10px;
		}

		#voice-list .list a.linkbox .text time {
			font-size: 1.4rem;
			line-height: 1;
			color: #A5A5A5;
		}

		#voice-list .list a.linkbox .text .more {
			position: absolute;
			bottom: 0;
			right: 0;
		}
			#voice-list .list a.linkbox .text .more .en {
				display: block;
				height: 25px;
				font-size: 1.4rem;
				line-height: 25px;
				color: #B51A1F;
				text-align: right;
				padding-right: 26px;
				background: url("img/icon_arrow_red.svg") no-repeat right center / 20px;
				transition: 0.4s;
				-webkit-transition: 0.4s;
			}
			#voice-list .list a.linkbox:hover .text .more .en {
				padding-right: 23px;
			}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* voice detail */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#voice-detail {
	padding-top: 140px;
}
	#voice-detail .ttlbox {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		#voice-detail .ttlbox .pht {
			width: 55%;
		}

		#voice-detail .ttlbox .text {
			width: 45%;
			padding: 0 4%;
		}
			#voice-detail .ttlbox .text h1 {
				font-size: 3.0rem;
				line-height: 1.4em;
				font-weight: 600;
				margin-bottom: 20px;
			}

			#voice-detail .ttlbox .text time {
				display: block;
				font-size: 1.4rem;
				line-height: 1;
				color: #A5A5A5;
				margin-bottom: 15px;
			}


	#voice-detail .free {
		width: 1000px;
		margin: 0 auto;
		margin-top: 100px;
		margin-bottom: 100px;
	}
		#voice-detail .free p {
			font-size: 1.6rem;
			line-height: 1.8em;
			margin-bottom: 20px;
		}

		#voice-detail .free img {
			margin: 10px 0;
		}

		#voice-detail .free ul li {
			width: 100%;
			margin: 5px 0;
			padding-left: 15px;
			background: url("img/icon_circle.svg") no-repeat left top 9px / 8px;
			font-size: 1.6rem;
			line-height: 1.7em;
		}

		#voice-detail .free h2 {
			font-size: 3.0rem;
			line-height: 1.3em;
			font-weight: 600;
			margin-top: 100px;
			margin-bottom: 30px;
			padding: 15px 0;
			border-top: solid 1px #fff;
			border-bottom: solid 1px #fff;
			position: relative;
		}
		#voice-detail .free h2:before {
			content: "";
			width: 50px;
			height: 1px;
			background: #B51A1F;
			position: absolute;
			top: -0.5px;
			left: 0;
		}
		#voice-detail .free h2:after {
			content: "";
			width: 50px;
			height: 1px;
			background: #B51A1F;
			position: absolute;
			bottom: -1px;
			left: 0;
		}

		#voice-detail .free h3 {
			font-size: 2.4rem;
			font-weight: 600;
			line-height: 1.3em;
			margin-bottom: 10px;
			color: #B51A1F;
		}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* news list */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#news-list ul.catlist {
	margin-bottom: 40px;
}
	#news-list ul.catlist li {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	#news-list ul.catlist li:nth-last-child(1) {
		margin-right: 0;
	}
		#news-list ul.catlist li a {
			display: flex;
			justify-content: center;
			align-items: center;
			height: 40px;
			background: #fff;
			padding: 0 20px;
			border-radius: 20px;
			font-weight: 500;
			color: #22201E;
			font-size: 1.2rem;
		}
		#news-list ul.catlist li.current-cat a,
		#news-list ul.catlist li a:hover {
			background: #B51A1F;
			color: #fff;
		}

#news-list .list a.linkbox {
	display: block;
	padding: 30px 130px 30px 0;
	border-top: solid 1px #ddd;
	position: relative;
}
#news-list .list a.linkbox:nth-last-child(1) {
	border-bottom: solid 1px #ddd;
}
		#news-list .list a.linkbox h2 {
			font-size: 2.2rem;
			font-weight: 600;
			line-height: 1.4em;
			margin-top: 4px;
		}

		#news-list .list a.linkbox .info {
			display: flex;
			justify-content: flex-start;
			align-items: baseline;
		}
		#news-list .list a.linkbox time {
			font-size: 1.4rem;
			line-height: 1;
			color: #A5A5A5;
			margin-right: 12px;
		}

		#news-list .list a.linkbox ul.cat li {
			margin-left: 8px;
			margin-bottom: 8px;
			font-size: 1.2rem;
			line-height: 1;
			color: #B51A1F;
		}

		#news-list .list a.linkbox .more {
			position: absolute;
			top: 50%;
			right: 0;
			margin-top: -12.5px;
		}
			#news-list .list a.linkbox .more .en {
				display: block;
				height: 25px;
				font-size: 1.4rem;
				line-height: 25px;
				color: #B51A1F;
				text-align: right;
				padding-right: 26px;
				background: url("img/icon_arrow_red.svg") no-repeat right center / 20px;
				transition: 0.4s;
				-webkit-transition: 0.4s;
			}
			#news-list .list a.linkbox:hover .more .en {
				padding-right: 23px;
			}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* news detail */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#news-detail {
	padding-top: 180px;
}
#news-detail .inner {
	width: 1000px;
}
		#news-detail .ttlbox {
			border-bottom: solid 1px #ddd;
			padding-bottom: 30px;
			margin-bottom: 50px;
		}
			#news-detail .ttlbox h1 {
				font-size: 3.4rem;
				line-height: 1.4em;
				font-weight: 600;
			}

			#news-detail .ttlbox time {
				display: block;
				font-size: 1.4rem;
				line-height: 1;
				color: #A5A5A5;
				margin-bottom: 12px;
			}

			#news-detail .ttlbox ul.cat li {
				margin-right: 8px;
				margin-bottom: 8px;
				font-size: 1.2rem;
				line-height: 1;
				color: #B51A1F;
			}


	#news-detail .free {
		margin-bottom: 100px;
	}
		#news-detail .free p {
			font-size: 1.6rem;
			line-height: 1.8em;
			margin-top: 20px;
			margin-bottom: 20px;
		}

		#news-detail .free img {
			display: block;
			width: 100%;
			max-width: 640px;
			margin: 10px auto;
		}

		#news-detail .free ul li {
			width: 100%;
			margin: 5px 0;
			padding-left: 15px;
			background: url("img/icon_circle.svg") no-repeat left top 9px / 8px;
			font-size: 1.6rem;
			line-height: 1.7em;
		}

		#news-detail .free h2 {
			font-size: 3.0rem;
			line-height: 1.3em;
			font-weight: 600;
			margin-top: 100px;
			margin-bottom: 30px;
			padding: 15px 0;
			border-top: solid 1px #fff;
			border-bottom: solid 1px #fff;
			position: relative;
		}
		#news-detail .free h2:before {
			content: "";
			width: 50px;
			height: 1px;
			background: #B51A1F;
			position: absolute;
			top: -0.5px;
			left: 0;
		}
		#news-detail .free h2:after {
			content: "";
			width: 50px;
			height: 1px;
			background: #B51A1F;
			position: absolute;
			bottom: -1px;
			left: 0;
		}

		#news-detail .free h3 {
			font-size: 2.4rem;
			font-weight: 600;
			line-height: 1.3em;
			margin-bottom: 10px;
			color: #B51A1F;
		}




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



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* inner */
.inner {
	width: 100%;
	padding: 0 6%;
}


/* wrap */
.wrap-top {
	padding-top: 150px;
}
.wrap-bottom {
	padding-bottom: 150px;
}
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* contact */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#contact .title .en {
	font-size: 9.0rem;
}


#contact .whitebox {
	width: 100%;
}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* voice detail */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#voice-detail .free {
	width: 90%;
}


}




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



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	padding: 30px 150px 0 30px;
} 



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* menubtn */
#menubtn {
	top: 30px;
	right: 30px;
}
	
/* menubox */
#menubox .menunav {
	padding-top: 130px;
}
	#menubox .menunav .logo {
		width: 35%;
	}

	#menubox .menunav .nav {
		width: 60%;
	}
		#menubox .menunav .nav .box {
			margin-bottom: 4vw;
		}
			#menubox .menunav .nav .box .head {
				font-size: 2.0vw;
				padding: 1.5vw 1.5vw 1.2vw 1.5vw;
			}

			#menubox .menunav .nav .box ul li {
				margin-top: 2vw;
			}
				#menubox .menunav .nav .box ul li a {
					font-size: 1.5vw;
				}
					#menubox .menunav .nav .box ul li a span {
						margin-top: 0.5vw;
						font-size: 1.1vw;
						padding-left: 1.2vw;
					}
	



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

/* pagetitle */
#pagetitle {
	padding-top: 140px;
	margin-bottom: 8vw;
}
	#pagetitle .en-txt  {
		font-size: 12.0vw;
	}
	
	#pagetitle h1 {
		font-size: 4.4vw;
		line-height: 1.4em;
		margin-bottom: 5%;
	}

/* title */
.title {
	display: block;
	margin-bottom: 7% !important;
}
	.title h2 {
		width: 100%;
		font-size: 4.0vw;
		line-height: 1.4em;
		margin-bottom: 3%;
	}
	.title h2.center {
		text-align: left;
	}
	.title.flex-start h2 {
		width: 100%;
		margin-bottom: 3%;
	}

	.title.flex-start .txt {
		width: 100%;
	}
	.title .txt.center {
		text-align: left;
	}
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* wrap */
.wrap-top {
	padding-top: 16%;
}
.wrap-bottom {
	padding-bottom: 16%;
}


/* txt */
.txt {
	font-size: 2.0vw;
	line-height: 1.8em;
}


/* read-txt */
.read-txt {
	font-size: 2.4vw;
}
	
	
/* btn */
.btn a {
	height: auto;
	padding: 3.5% 8% 3.5% 4%;
	border-radius: 50px;
	background: #fff url("img/icon_arrow_red.svg") no-repeat right 6% center / 6%;
	font-size: 2.0vw;
	line-height: 1;
}
.btn a:hover {
	background: #B51A1F url("img/icon_arrow_white2.svg") no-repeat right 6% center / 6%;
}


/* cell */
.cell {
	margin-top: 7%;
	padding-top: 7%;
}
	.cell h3 {
		font-size: 3.2vw;
		background: url("img/icon_circle.svg") no-repeat left top 50% / 1.5%;
		padding-left: 3%;
		margin-bottom: 1.5%;
	}
	.cell h4 {
		font-size: 2.4vw;
		margin-bottom: 1%;
	}

	.cell .area {
		padding-bottom: 4%;
		margin-bottom: 3%;
	}


/* set */
.set {
	margin-bottom: 7%;
	padding-bottom: 7%;
}
	.set h3 {
		font-size: 3.0vw;
		margin-bottom: 1.5%;
	}

	.set .text {
		width: 55%;
	}
	.set .pht {
		width: 45%;
		padding: 2% 2%;
	}

	.set .point {
		display: block;
		margin-top: 5%;
		padding: 4%;
	}
		.set .point .point-cont {
			width: 100%;
			padding: 0;
			margin-bottom: 4%;
		}
			.set .point .point-cont .en {
				font-size: 1.8vw;
				line-height: 1;
				margin-bottom: 2%;
			}
			.set .point .point-cont h4 {
				font-size: 2.6vw;
				line-height: 1.4em;
				margin-bottom: 2%;
			}
			.set .point .point-cont h5 {
				font-size: 2.3vw;
				line-height: 1.4em;
				margin-top: 5%;
				margin-bottom: 2%;
			}

		.set .point .point-pht {
			width: 100%;
		}


/* check_list */
ul.check_list li {
	background: #fff url("img/icon_check.svg") no-repeat left 20px center / 20px;
	padding: 2% 3% 2% 50px;
	font-size: 2.2vw;
	line-height: 1.3em;
}


/* list_icon */
ul.list_icon li {
	padding-left: 2%;
	background: url("img/icon_circle.svg") no-repeat left top 12px / 1%;
	font-size: 2.0vw;
}

	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	padding: 6vw 0;
}
	#footer .info {
		margin-bottom: 6vw;
	}
		#footer .info .text {
			margin-right: 3vw;
		}
			#footer .info .text h2 {
				font-size: 2.6vw;
				margin-bottom: 1vw;
			}
			#footer .info .text p {
				font-size: 1.8vw;
			}

		#footer .info .cta-btn {
			width: 39.5vw;
		}
			#footer .info .cta-btn a {
				height: 7vw;
				padding: 0 2vw;
				border-radius: 1.5vw;
				border: solid 2px #fff;
				background: #B51A1F url("img/icon_arrow_white.svg") no-repeat right 1.5vw center / 2vw;
				font-size: 1.8vw;
			}

	#footer .sitemap {
		margin-bottom: 8vw;
	}
		#footer .sitemap .box {
			padding-top: 1.5vw;
		}
			#footer .sitemap .box .head {
				font-size: 1.6vw;
				margin-bottom: 2vw;
			}

			#footer .sitemap .box ul li {
				margin-top: 1vw;
			}
				#footer .sitemap .box ul li a {
					font-size: 1.1vw;
				}

	#footer .other .logo {
		width: 26vw;
	}

	#footer .other .copyright {
		width: -webkit-calc(100% - 26vw);
		width: calc(100% - 26vw);
		font-size: 1.1vw;
		margin-top: 3vw;
	}
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* contact */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#contact .title .en {
	font-size: 9.0vw;
}
#contact .title h2 {
	text-align: center;
}


#contact .whitebox {
	padding: 5% 5%;
}
	#contact .whitebox table th {
		width: 32%;
		font-size: 2.0vw;
		padding: 3% 0;
	}
		#contact .whitebox table th span {
			font-size: 1.2vw;
		}


	#contact .whitebox table td {
		display: block;
		padding: 3% 0;
		font-size: 1.8vw;
	}

		#contact .whitebox table td .textbox {
			width: 100%;
			padding: 4%;
			font-size: 1.8vw;
		}
		#contact .whitebox table td textarea {
			width: 100%;
			padding: 4%;
			font-size: 1.8vw;
		}

		#contact .whitebox table td .horizontal-item {
			display: block;
			margin-right: 0;
		}
			#contact .whitebox label {
				display: block;
			}
			#contact .whitebox .checkbox_btn_item + span {
				width: 100%;
				padding-left: 6%;
				display: block;
			}
			#contact .whitebox .checkbox_btn_item + span::after,
			#contact .whitebox .checkbox_btn_item + span::before {
				top: 15%;
			}
			#contact .whitebox .checkbox_btn_item + span::before {
				height: auto;
				width: 1.1em;
				aspect-ratio: 1 / 1;
			}
			#contact .whitebox .checkbox_btn_item + span::after{
				height: 1em;
				left: 2%;
				top: 2%;
				width: 0.5em;
			}


	#contact .whitebox h3 {
		font-size: 2.2vw;
		margin-top: 5%;
		margin-bottom: 3%;
	}


	#contact .whitebox .textbox {
		padding: 3% 1% 3% 3% 3%;
	}
		#contact .whitebox .textbox .scroll {
			padding-right: 3%;
		}
			#contact .whitebox .textbox .scroll .txt {
				font-size: 1.6vw;
			}

			#contact .whitebox .textbox .scroll h4 {
				font-size: 1.8vw;
				margin-top: 5%;
				margin-bottom: 1%;
			}


	#contact .whitebox .contact_submitbtn {
		padding-top: 7%;
	}
	#contact.confirm .whitebox .contact_submitbtn {
		max-width: 100%;
		margin: auto;
	}
		#contact .whitebox .button {
			padding: 3%;
			height: auto;
			border-radius: 50px;
			font-size: 2.0vw;
		}

		#contact .whitebox .back {
			padding: 3%;
			height: auto;
			border-radius: 50px;
			font-size: 2.0vw;
		}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* voice list */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#voice-list .list a.linkbox {
	width: 48%;
	margin-right: 4%;
	display: block;
	margin-bottom: 5%;
}
#voice-list .list a.linkbox:nth-child(3n) {
	margin-right: 4%;
}
#voice-list .list a.linkbox:nth-child(2n) {
	margin-right: 0;
}
	#voice-list .list a.linkbox .text {
		padding-top: 6%;
	}
		#voice-list .list a.linkbox .text h3 {
			font-size: 2.8vw;
			line-height: 1.3em;
			margin-bottom: 3%;
		}

		#voice-list .list a.linkbox .text .txt {
			margin-bottom: 10px;
		}

		#voice-list .list a.linkbox .text time {
			font-size: 1.6vw;
			line-height: 1;
			color: #A5A5A5;
		}

		#voice-list .list a.linkbox .text .more {
			width: 100%;
			position: absolute;
			bottom: 0;
			right: 0;
		}
			#voice-list .list a.linkbox .text .more .en {
				width: 100%;
				display: block;
				height: auto;
				font-size: 1.6vw;
				line-height: auto;
				padding-right: 7%;
				background: url("img/icon_arrow_red.svg") no-repeat right center / 5%;
			}
			#voice-list .list a.linkbox:hover .text .more .en {
				padding-right: 7%;
			}
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* voice detail */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#voice-detail {
	padding-top: 120px;
}
	#voice-detail .ttlbox .pht {
		width: 55%;
	}

	#voice-detail .ttlbox .text {
		width: 45%;
		padding: 0 4%;
	}
		#voice-detail .ttlbox .text h1 {
			font-size: 3.2vw;
			margin-bottom: 5%;
		}

		#voice-detail .ttlbox .text time {
			font-size: 1.6vw;
			margin-bottom: 3%;
		}


	#voice-detail .free {
		width: 100%;
		margin-top: 10%;
		margin-bottom: 10%;
	}
		#voice-detail .free p {
			font-size: 2.0vw;
			line-height: 1.8em;
			margin-bottom: 3%;
		}

		#voice-detail .free img {
			margin: 2% 0;
		}

		#voice-detail .free ul li {
			margin: 1% 0;
			padding-left: 2%;
			background: url("img/icon_circle.svg") no-repeat left top 12px / 1%;
			font-size: 2.0vw;
		}

		#voice-detail .free h2 {
			font-size: 3.2vw;
			margin-top: 10%;
			margin-bottom: 5%;
			padding: 3% 0 2.5% 0;
		}

		#voice-detail .free h3 {
			font-size: 2.6vw;
			margin-bottom: 2%;
		}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* news list */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#news-list ul.catlist {
	margin-bottom: 4vw;
}
	#news-list ul.catlist li {
		margin-right: 1vw;
		margin-bottom: 1vw;
	}
		#news-list ul.catlist li a {
			height: 4vw;
			padding: 0 2vw;
			border-radius: 2vw;
			font-size: 1.2vw;
		}
	
#news-list .list a.linkbox {
	padding: 3vw 13vw 3vw 0;
}
		#news-list .list a.linkbox h2 {
			font-size: 2.2vw;
			margin-top: 0.4vw;
		}

		#news-list .list a.linkbox time {
			font-size: 1.4vw;
			margin-right: 1.2vw;
		}

		#news-list .list a.linkbox ul.cat li {
			margin-left: 0.8vw;
			margin-bottom: 0.8vw;
			font-size: 1.2vw;
		}

		#news-list .list a.linkbox .more .en {
			width: 100%;
			height: auto;
			font-size: 1.6vw;
			line-height: auto;
			background: url("img/icon_arrow_red.svg") no-repeat right center / 16%;
			text-align: left;
		}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* news detail */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#news-detail {
	padding-top: 18vw;
}
#news-detail .inner {
	width: 100%;
}
		#news-detail .ttlbox {
			padding-bottom: 3vw;
			margin-bottom: 5vw;
		}
			#news-detail .ttlbox h1 {
				font-size: 3.4vw;
			}

			#news-detail .ttlbox time {
				font-size: 1.4vw;
				margin-bottom: 1.2vw;
			}

			#news-detail .ttlbox ul.cat li {
				margin-right: 0.8vw;
				margin-bottom: 0.8vw;
				font-size: 1.2vw;
			}


	#news-detail .free {
		margin-bottom: 10vw;
	}
		#news-detail .free p {
			font-size: 2.0vw;
			line-height: 1.8em;
			margin-bottom: 3%;
		}

		#news-detail .free img {
			display: block;
			width: 100%;
			max-width: 640px;
			margin: 2% auto;
		}

		#news-detail .free ul li {
			margin: 1% 0;
			padding-left: 2%;
			background: url("img/icon_circle.svg") no-repeat left top 12px / 1%;
			font-size: 2.0vw;
		}

		#news-detail .free h2 {
			font-size: 3.2vw;
			margin-top: 10%;
			margin-bottom: 5%;
			padding: 3% 0 2.5% 0;
		}

		#news-detail .free h3 {
			font-size: 2.6vw;
			margin-bottom: 2%;
		}
	
	

}

	







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


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



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	padding: 20px 15px 15px 15px;
	height: 54px;
} 
#header.is-animation {
	padding: 20px 15px 15px 15px;
	height: 54px;
} 
	#header .logo a {
		display: block;
		width: 180px;
	}

	#header .cta-btn {
		width: 96%;
		position: fixed;
		bottom: 10px;
		left: 2%;
	}
	#header .cta-btn a:hover {
		opacity: 1;
	}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* menubtn */
#menubtn {
	top: 0;
	right: 0;
	border-radius: 0;
}
#menubtn.is-animation {
	top: 0;
	right: 0;
} 
	
/* menubox */
#menubox .menunav {
	padding-top: 0;
	height: 100vh;
	height: 100dvh;
	overflow-y: scroll;
}
	#menubox .menunav .inner {
		display: block;
	}
		#menubox .menunav .logo {
			padding-top: 80px;
			width: 70%;
			margin: 0 auto 8vw auto;
		}

		#menubox .menunav .nav {
			display: block;
			width: 100%;
			padding-bottom: 20vw;
		}
			#menubox .menunav .nav .box {
				width: 100%;
				margin-right: 0;
				margin-bottom: 8vw;
			}
				#menubox .menunav .nav .box .head {
					font-size: 4.0vw;
					padding: 3vw 3vw;
				}

				#menubox .menunav .nav .box ul li {
					margin-top: 4vw;
				}
					#menubox .menunav .nav .box ul li a {
						font-size: 3.6vw;
					}
						#menubox .menunav .nav .box ul li a span {
							margin-top: 1vw;
							font-size: 3.0vw;
							padding-left: 2.8vw;
						}
	



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

/* pagetitle */
#pagetitle {
	padding-top: 80px;
	margin-bottom: 12vw;
}
	#pagetitle .en-txt  {
		font-size: 17.0vw;
	}
	
	#pagetitle h1 {
		font-size: 8.0vw;
		line-height: 1.4em;
		margin-bottom: 5%;
	}
	
	#pagetitle .txt {
		font-size: 3.4vw;
	}

/* title */
.title {
	margin-bottom: 8% !important;
}
	.title h2 {
		font-size: 6.0vw;
		line-height: 1.4em;
		margin-bottom: 4%;
	}
	.title.flex-start h2 {
		margin-bottom: 4%;
	}
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* wrap */
.wrap-top {
	padding-top: 15%;
}
.wrap-bottom {
	padding-bottom: 15%;
}


/* txt */
.txt {
	font-size: 3.6vw;
	line-height: 1.7em;
}


/* read-txt */
.read-txt {
	font-size: 4.2vw;
	text-align: left;
	line-height: 1.5em;
}
	
	
/* btn */
.btn a {
	min-width: 70%;
	height: auto;
	padding: 5.5% 8% 5.5% 4%;
	background: #fff url("img/icon_arrow_red.svg") no-repeat right 6% center / 8%;
	font-size: 3.8vw;
}
.btn a:hover {
	color: #B51A1F;
	background: #fff url("img/icon_arrow_red.svg") no-repeat right 6% center / 8%;
}


/* cell */
.cell {
	margin-top: 8%;
	padding-top: 8%;
}
	.cell h3 {
		font-size: 5.2vw;
		background: url("img/icon_circle.svg") no-repeat left top 50% / 3%;
		padding-left: 6%;
		margin-bottom: 3%;
	}
	.cell h4 {
		font-size: 4.2vw;
		margin-bottom: 2%;
	}

	.cell .area {
		padding-bottom: 7%;
		margin-bottom: 5%;
	}



/* set */
.set {
	display: block;
	margin-bottom: 8%;
	padding-bottom: 8%;
}
	.set h3 {
		font-size: 4.8vw;
		margin-bottom: 3%;
	}
	.set .text {
		width: 100%;
		margin-bottom: 5%;
	}
	.set .pht {
		width: 100%;
		padding: 5% 10%;
	}

	.set .point {
		margin-top: 4%;
		padding: 6%;
	}
		.set .point .point-cont {
			margin-bottom: 4%;
		}
			.set .point .point-cont .en {
				font-size: 3.2vw;
				margin-bottom: 2%;
			}
			.set .point .point-cont h4 {
				font-size: 4.2vw;
				margin-bottom: 4%;
			}
			.set .point .point-cont h5 {
				font-size: 4.0vw;
			}


/* check_list */
ul.check_list {
	display: block;
}
	ul.check_list li {
		width: 100% !important;
		background: #fff url("img/icon_check.svg") no-repeat left 4% center / 5%;
		padding: 4% 3% 4% 11%;
		font-size: 3.6vw;
		line-height: 1.3em;
		margin: 2% 0;
	}


/* list_icon */
ul.list_icon li {
	margin: 2.5% 0;
	padding-left: 4%;
	background: url("img/icon_circle.svg") no-repeat left top 9px / 2%;
	font-size: 3.6vw;
	line-height: 1.7em;
}

	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	padding: 12vw 0 30vw 0;
}
	#footer .info {
		display: block;
		margin-bottom: 12vw;
	}
		#footer .info .text {
			margin-right: 0;
			text-align: center;
			margin-bottom: 6vw;
		}
			#footer .info .text h2 {
				font-size: 5.6vw;
				margin-bottom: 3vw;
			}
			#footer .info .text p {
				font-size: 3.8vw;
			}

		#footer .info .cta-btn {
			width: 80%;
			margin: 0 auto;
		}
			#footer .info .cta-btn a {
				justify-content: center;
				height: 17vw;
				padding: 0 4vw;
				border-radius: 3vw;
				background: #B51A1F url("img/icon_arrow_white.svg") no-repeat right 3vw center / 5vw;
				font-size: 3.8vw;
				line-height: 1.3em;
				text-align: center;
			}

	#footer .sitemap {
		display: block;
		margin-bottom: 3vw;
	}
		#footer .sitemap .box {
			width: 100%;
			margin-right: 0;
			margin-bottom: 9vw;
			padding-top: 4vw;
		}
			#footer .sitemap .box .head {
				font-size: 4.2vw;
				margin-bottom: 4vw;
			}

			#footer .sitemap .box ul li {
				margin-top: 3vw;
			}
				#footer .sitemap .box ul li a {
					font-size: 3.4vw;
				}

	#footer .other {
		display: block;
	}
		#footer .other .logo {
			width: 70%;
			margin: 0 auto;
		}

		#footer .other .copyright {
			width: 100%;
			font-size: 3.0vw;
			margin-top: 8vw;
			text-align: center;
		}
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* contact */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#contact .title .en {
	font-size: 8.0vw;
	margin-bottom: 3%;
}


#contact .whitebox {
	padding: 5% 5% 8% 5%;
}
	#contact .whitebox table th {
		display: block;
		width: 100%;
		font-size: 4.4vw;
		padding: 4% 0 3% 0;
	}
		#contact .whitebox table th span {
			font-size: 2.2vw;
		}


	#contact .whitebox table td {
		display: block;
		width: 100%;
		padding: 0 0 4% 0;
		font-size: 3.8vw;
	}

		#contact .whitebox table td .textbox {
			font-size: 3.8vw;
			border-radius: 5px;
		}
		#contact .whitebox table td textarea {
			font-size: 3.8vw;
		}

		#contact .whitebox .checkbox_btn_item + span {
			padding-left: 8%;
		}


	#contact .whitebox h3 {
		font-size: 3.8vw;
		margin-top: 4%;
		margin-bottom: 3%;
	}


	#contact .whitebox .textbox {
		padding: 3% 1% 3% 3% 3%;
	}
		#contact .whitebox .textbox .scroll {
			padding-right: 3%;
		}
			#contact .whitebox .textbox .scroll .txt {
				font-size: 3.2vw;
				line-height: 1.5em;
			}

			#contact .whitebox .textbox .scroll h4 {
				font-size: 3.6vw;
				margin-top: 6%;
				margin-bottom: 3%;
			}


	#contact .whitebox .contact_submitbtn {
		padding-top: 7%;
	}
	#contact.confirm .whitebox .contact_submitbtn {
		max-width: 100%;
		margin: auto;
	}
		#contact .whitebox .button {
			width: 70%;
			padding: 4%;
			height: auto;
			border-radius: 50px;
			font-size: 4.0vw;
		}

		#contact .whitebox .back {
			width: 70%;
			padding: 4%;
			height: auto;
			border-radius: 50px;
			font-size: 4.0vw;
			margin: 0 0 4% 0;
		}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* voice list */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#voice-list .list a.linkbox {
	margin-bottom: 7%;
}
#voice-list .list a.linkbox .text {
	padding-top: 6%;
}
	#voice-list .list a.linkbox .text h3 {
		font-size: 4.0vw;
	}

	#voice-list .list a.linkbox .text time {
		font-size: 3.2vw;
	}

	#voice-list .list a.linkbox .text .more .en {
		font-size: 3.2vw;
	}
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* voice detail */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#voice-detail {
	padding-top: 75px;
}
	#voice-detail .ttlbox {
		display: block;
	}
		#voice-detail .ttlbox .pht {
			width: 100%;
		}

		#voice-detail .ttlbox .text {
			width: 100%;
			padding: 6% 6% 0 6%;
		}
			#voice-detail .ttlbox .text h1 {
				font-size: 5.2vw;
			}

			#voice-detail .ttlbox .text time {
				font-size: 3.2vw;
			}


	#voice-detail .free {
		width: 100%;
		margin-top: 10%;
		margin-bottom: 10%;
	}
		#voice-detail .free p {
			font-size: 3.6vw;
			line-height: 1.7em;
			margin-bottom: 3%;
		}

		#voice-detail .free img {
			margin: 2% 0;
		}

		#voice-detail .free ul li {
			margin: 2.5% 0;
			padding-left: 4%;
			background: url("img/icon_circle.svg") no-repeat left top 9px / 2%;
			font-size: 3.6vw;
			line-height: 1.7em;
		}

		#voice-detail .free h2 {
			font-size: 5.2vw;
			margin-top: 14%;
			margin-bottom: 8%;
			padding: 4% 0 3.5% 0;
		}

		#voice-detail .free h3 {
			font-size: 4.6vw;
			margin-bottom: 2%;
		}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* news list */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#news-list ul.catlist {
	margin-bottom: 6vw;
}
	#news-list ul.catlist li {
		margin-right: 1.5vw;
		margin-bottom: 2vw;
	}
		#news-list ul.catlist li a {
			height: 8vw;
			padding: 0 3vw;
			border-radius: 4vw;
			font-size: 3.0vw;
		}
	
#news-list .list a.linkbox {
	padding: 3vw 8vw 3vw 0;
	background: url("img/icon_arrow_red.svg") no-repeat right center / 4vw;
}
		#news-list .list a.linkbox h2 {
			font-size: 4.0vw;
			margin-top: 0.5vw;
		}

		#news-list .list a.linkbox .info {
			display: block;
		}
		#news-list .list a.linkbox time {
			font-size: 3.4vw;
			margin-right: 3vw;
		}

		#news-list .list a.linkbox ul.cat li {
			margin-left: 1.5vw;
			margin-bottom: 1.2vw;
			font-size: 2.8vw;
		}
		#news-list .list a.linkbox ul.cat li:nth-child(1) {
			margin-left: 0;
		}


		#news-list .list a.linkbox .more {
			display: none;
		}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* news detail */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#news-detail {
	padding-top: 20vw;
}
		#news-detail .ttlbox {
			padding-bottom: 5vw;
			margin-bottom: 8vw;
		}
			#news-detail .ttlbox h1 {
				font-size: 5.4vw;
			}

			#news-detail .ttlbox time {
				font-size: 3.4vw;
				margin-bottom: 2vw;
			}

			#news-detail .ttlbox ul.cat li {
				margin-right: 1.58vw;
				margin-bottom: 1.6vw;
				font-size: 2.8vw;
			}


	#news-detail .free {
		margin-bottom: 10vw;
	}
		#news-detail .free p {
			font-size: 3.6vw;
			line-height: 1.7em;
			margin-bottom: 3%;
		}

		#news-detail .free img {
			display: block;
			width: 100%;
			max-width: 100%;
			margin: 2% auto;
		}

		#news-detail .free ul li {
			margin: 2.5% 0;
			padding-left: 4%;
			background: url("img/icon_circle.svg") no-repeat left top 9px / 2%;
			font-size: 3.6vw;
			line-height: 1.7em;
		}

		#news-detail .free h2 {
			font-size: 5.2vw;
			margin-top: 14%;
			margin-bottom: 8%;
			padding: 4% 0 3.5% 0;
		}

		#news-detail .free h3 {
			font-size: 4.6vw;
			margin-bottom: 2%;
		}


}