@charset "utf-8";

.mvImg a{
	display: block;
	height: 100%;

}

.one-image{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 40px;
}
.middleSliderBox .img,
.one-image .img{
	height: 500px;
	background-color: #fff;
}
.middleSliderBox .img img,
.one-image .img img
{
	object-fit: contain;
	height: 100%;
}

.logo-img{
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}
.logo-img img{
	width: 100%;
}
.comTit2{}
.comTit2 .txt{
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.seriesExplain{
	margin: 80px 0px;
}

.seriesExplain p{
	text-align: center;
	font-size: 16px;
	line-height: 1.8em;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
	font-weight: bold;
}

.middleSliderBox{
	position: relative;
}
.middleSliderSlick {
	width: 90%;
	margin: 0 auto 80px;

}
.middleSliderSlick img {
	width: 100%;
	height: auto;
}
.middleSliderSlick{
	width: 100%;
}
.middleSliderSlick .slick-slide{
	margin: 10px;
}
.middleSliderSlick
.slick-dots {
	bottom: 27px;
}

.mvProduct{

}

.mvProduct .img{
	/*height: 70vh;*/
}

.mvProduct .img {
	position: relative;
}

.mvProduct .img .logo{
	position: absolute;
	right: 10%;
	top: 10%;
	width: 30vw;
}

.mvProduct img{
	width: 100%;
	/*object-fit: cover;

	height: 100%;*/
}
.productList{
	margin-top: 80px;
}
.productListBox{

	display: flex;
	flex-wrap: wrap;
}
.productListBox .item{

	width: calc(20% - 20px);
	margin:40px 10px 0;
}
.productListBox .item .img img{
	width: 100%;
}
.productListBox .item .ttl{
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	font-weight: bold;
	position: relative;
}
.productListBox .item .ttl.new:before{
	content:"NEW";
	position: absolute;
	top:-50px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 23px;
	color: red;
	line-height: 67px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

.middlePrev,
.middleNext{
	position: absolute;
	width: 54px;
	height: 54px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #050507;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px auto;
	z-index: 5;
	cursor: pointer;
}
.middlePrev{
	left: 0;
	background-image: url(../common/img/ico_prev.png);
}
.middleNext{
	right: 0;
	background-image: url(../common/img/ico_next.png);
}

.movie iframe{
	width: 100%;
	height:600px;
}
.productInfo{
	margin-top: 80px;
}
.productInfo
.topInformationIn:after {
	display: none;
}

.onedrive{
	margin-top: 80px;
}
.onedrive p{
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}
.page-product{
	padding-bottom: 80px;
}

.product-info .item{
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}
.product-info .item .img{
	width: 50%;
}

.product-info .item .img img{
	width: 100%;
}

.product-info .item .info{
	padding-left: 40px;
	width: 50%;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	background-color: #fff;
}
.product-info .item .info .ttl{
	font-weight: 700;
	font-size: 24px;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
}
.product-info .item .info .txt{
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.5em;
}


.product-info .item:nth-child(even) .info{
	order:1;
	padding-right: 40px;
	padding-left: 20px;
	box-sizing: border-box;
}
.product-info .item:nth-child(even) .img{
	order:2;

}

.feature{
	margin-top: 80px;
}
.featureBox .img{
	max-width: 1100px;
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.spec{
	margin-top: 80px;
}
.specBox .img{
	max-width: 1100px;
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.option{
	margin-top: 80px;
}
.optionBox .txt{
	max-width: 1100px;
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
	line-height: 1.5em;
	font-size: 16px;
}
.gallery{
	margin-top: 80px;
}

.galleryBox{

	display: flex;
	flex-wrap: wrap;
}
.galleryBox .item{

	width: calc(25% - 20px);
	margin:40px 10px 0;
	background-color: #fff;
}
.galleryBox .item .img img{
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.galleryBox .item .info{
	background-color: #fff;
	padding: 20px;
}

.galleryBox .item .ttl{
	text-align: center;
	font-size: 16px;
	background-color:#fff;
	font-weight: bold;
	position: relative;
}

.galleryBox .item .tagList{
margin-top: 20px;

}
.galleryBox .item .tagList a{
	display: inline-block;
	background-color: #333;
	padding:10px;
	color:#fff;
	border-radius: 20px;
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 5px;
	margin-left: 5px;
}
.galleryBox .item .tagList a:hover{
	background-color: #e0e0e0;
	color: #000;
}


.main-catalog {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.main-catalog .img {
	width: 40%;
}
.main-catalog .img img{
	width: 100%;
}
.main-catalog .info {
	width: 60%;
	padding-left: 20px;
}
.main-catalog .info .ttl {
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.main-catalog .info .txt {
	font-size: 16px;
	list-style: 1.5em;
}
.main-catalog .info .console {
	background-color: #b9df90;
	border: #a0d468;
	color: #3c763d;
	padding: 15px;
	border-radius: 4px;
	margin-top: 20px;
}



.wp-pagenavi{
	margin: 20px 0 0;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span{
	display: inline-block;
	border: 1px solid #333;

	margin: 0 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	width: 34px;
	color: #000;

}
.wp-pagenavi .current{

}
.wp-pagenavi .current,
.wp-pagenavi a:hover{
	color: #fff;
	background: #333;
}
.wp-pagenavi a.previouspostslink{
	width: 64px;
	border: 1px solid #333;
}
.wp-pagenavi a.nextpostslink{
	width: 64px;
	border: 1px solid #333;
}

.blogWrap{
	font-size: 16px;
	padding-top: 60px;
}

.mvTtlBlog {
	/* background-image: url(../img/top/mv1.jpg); */
	padding: 80px;
	text-align: center;
	font-size: 25px;
	line-height:1.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	background-color: #333;
}
.mvTtlBlog
.date{
	font-size: 15px;
}

.eyecatch{
	max-width: 800px;
	margin: 0 auto;
}
.eyecatch img{
	width: 100%;
}

.blogWrap h1  {
	text-align:left;
	color: #000;
	padding: 0.5em 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font-size: 1.5rem;
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-top: 40px;
}

.blogWrap h2 {
	text-align:left;
	background: #ccc;
	padding: 0.5em;
	font-size: 1.2rem;
	margin-bottom: 20px;
	margin-top: 40px;
}

.blogWrap h3 {
	text-align:left;
	padding: 0.25em 0.5em;
	color: #000;
	background: transparent;
	border-left: solid 5px #000;
	font-size: 1.1rem;
	margin-bottom: 20px;
	margin-top: 40px;
}

.blogWrap h4 {
	text-align:left;
	background: linear-gradient(transparent 70%, #ccc 70%);
	color: #000;
	font-size: 1.1rem;
	margin-bottom: 20px;
	margin-top: 40px;
}
.blogWrap iframe{
	width: 100% !important;
}

.breadcramb{
	background-color: #efefef;
	padding: 10px;
}
.breadcramb span,
.breadcramb a{
	margin-right: 10px;
	margin-left: 10px;
}
.breadcramb a{
	text-decoration: underline;
}
.breadcramb a:hover{
	text-decoration: none;
}
.breadcramb span{
	font-weight:700;
}

.topInformation .list {
	flex: 1;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 40px 0 40px;
	scrollbar-color: #959595 #E6E6E6;
	scrollbar-width: thin;
}
.topInformation .list li{
	display: flex;
}
.topInformation .list li + li{
	margin: 18px 0 0;
}
.topInformation .list li .date{
	width: 120px;
	font-size: 13px;
	line-height: 25px;
	color: #959595;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}
.topInformation .list li .txt{
	flex: 1;
}
.topInformation .list li .txt a{
	font-size: 16px;
	line-height: 25px;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
	font-weight: bold;
}
.lower-box{
	font-size: 16px;
}
.lower-box p:first-child{
	margin-top: 80px;
}

.btn-wrap{
	max-width: 400px;
	margin: 0 auto;
}

.lower-box .ttl {
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.lower-box .ttl2 {
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 20px;
	margin-top: 40px;
	border-left:3px solid #000;
}

.lower-box .ttl-large {
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	padding-top: 80px;
	margin-bottom: 40px;
}



.lower-box .p-txt {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.lower-box table{
	font-size: 16px;
	line-height: 1.5em;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.lower-box table tr{}
.lower-box table th{
	width: 100px;
	background-color: #efefef;
	padding: 10px;
}
.lower-box table td{
	padding: 10px;
	background-color: #fff;
}
.lower-box table .head th{
	width: auto;
	background-color: #333;
	color: #fff;
}
.console{
	text-align: center;
	margin-bottom: 40px;
}

.lower-box
.img-box{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.lower-box
.img-box img{
	width: 100%;
}

.lower-box table ul{}
.lower-box table ul li{
	display: flex;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.lower-box table ul li span{
	font-weight: bold;
	display: block;
	min-width: 150px;
}

.cp-img{
	display: flex;
	flex-wrap: wrap;
}

.cp-img .item{
	width: 49%;
	margin: .5%;
}

.cp-img .item img{
	width: 100%;
}

.staff-list{
	display: flex;
	flex-wrap: wrap;
}
.staff-list a{
	width: calc(33% - 10px);
	margin: 10px 5px 0;
}
.staff-list a .img{

}


.staff-list a .img img{
	width: 100%;
}
.staff-box{
	border-top:2px solid #ccc;
	padding-top: 40px;
	margin-top: 40px;
	position: relative;
}
.staff-list a .txt{
	padding: 10px;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
	font-size: 20px;
	background-color: #333;
	color: #fff;
}

.staff-box .eng_bg{
	left: -10vw;
	top: 10vh;
	position: absolute;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 70vh;
	height: 100%;
	z-index: 0;
	color: #ccc;
	line-height: 1em;

}
#staff3 .eng_bg{
	top: -44vh;
	transform   : scale(1, 0.5);
}
.staff-ttl{
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #333;
	color: #fff;
	max-width: 900px;
	margin: 0 auto;
}
.staff-ttl .name{
	width: 30%;

	font-size: 24px;
	box-sizing: border-box;
	padding-left: 20px;

}
.staff-ttl .name span{
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
	font-size: 40px;
	font-weight: bold;
	display: block;
}
.staff-ttl .img{
	width: 70%;
}
.staff-ttl .img img{
	width: 100%;
}

div.demo-card {
	border-top: 5px solid #ef6b6b;
	display: flex;
	flex-wrap: wrap;
	margin-top: -24px;
	align-items: center;
	background-color: #fff;
	padding: 20px;
	max-width: 550px;
	position: relative;
	box-shadow: 0 8px 56px rgb(49 49 49 / 20%);
}

div.demo-card:nth-child(even){
	margin-right: calc(100% - 550px);
}
div.demo-card:nth-child(odd){
	margin-left: calc(100% - 550px);
}
.demo-card-wrapper{
	position: relative;
	z-index: 1;
	padding-top: 80px;
}
.demo-card-wrapper:before {
	z-index: 0;
	content: "";
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border-right:#acacac 3px solid;
}

div.demo-card:nth-child(even)::before {
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	right:-25px;
	top:50%;
	margin-top: -25px;
	border-style: solid;
	border-width: 25px 0 25px 25px;
	border-color: transparent transparent transparent #ffffff;
}
div.demo-card:nth-child(odd)::before {
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	left:-25px;
	top:50%;
	margin-top: -25px;
	border-style: solid;
	border-width: 25px 25px 25px 0;
	border-color: transparent #ffffff transparent transparent;
}

div.demo-card:nth-child(odd)::after {
	content: "";
	position: absolute;
	top:50%;
	left: -55px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #acacac;

}

div.demo-card:nth-child(even)::after {
	content: "";
	position: absolute;
	top:50%;
	right: -57px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #acacac;

}

div.demo-card div.head {
	width: 250px;
}
div.demo-card div.head div.number-box {
	font-weight: bold;
}

div.demo-card div.head .text{
	font-size: 14px;
	margin-top: 15px;
}

div.demo-card div.head div.number-box span {
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
	font-size: 20px;
	border: 3px solid #333;
	padding: 8px;
	margin-right: 10px;
	border-radius: 27px;
}
div.demo-card div.head h2 {
	font-weight: bold;
	font-size: 20px;
	padding-right:20px ;
}
div.demo-card div.head h2 span.small {
}
div.demo-card div.body {
	width: calc(100% - 250px);
}
div.demo-card div.body p {
	margin-top: 0 !important;
	background-color: #333;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	position: relative;
}
div.demo-card div.body p:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}
div.demo-card div.body img {
	margin-top: 0px;
	width: 100%;
}

.interview-box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	padding: 10px;
	position: relative;

}
.interview-box .interview{
	width: calc(50% - 10px);
	margin: 0px 5px 10px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 8px 56px rgb(49 49 49 / 20%);
}
.interview-box .interview .ttl{
	margin-top: 0 !important;
	background:linear-gradient(transparent 60%, #fcf87e 60%);
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
	font-size: 24px;
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.voice{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	padding: 10px;
}
.voice>div{
	width: calc(25% - 10px);
	margin: 0px 5px 10px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
	font-size: 20px;
	font-weight: bold;
	box-shadow: 0 8px 56px rgb(49 49 49 / 20%);
}
.voice>div span{
	font-size: 15px;
	display: block;
	font-weight: normal;
	margin-top: 10px;
}


.dummy {
	width: 70vw;
	margin: 20px auto;
}

label.link {
	cursor: pointer;
	color: #333;
	text-decoration: none;
}

/* 初期非表示用 */
.modal .modal-check:checked + .modal-body {
	display: none;
}

.modal .modal-check {
	display: none;
}
.modal .modal-body {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.2);
	z-index: 100000;
}
.modal .modal-window {
	position: relative;
	z-index: 100001;
	animation: fadein 0.3s 1, zoomin 0.3s 1;
}
.modal .modal-label {
	position: absolute;
	top: -20px;
	right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	background: #ccc;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transition: all 0.2s ease;
	color: #fff;
}
.modal .modal-label:hover {
	background: #ccc;
}
.modal .modal-label:active {
	background: #ccc;

}
.modal .modal-label svg {
	display: flex;
	align-items: center;
	fill: #fff;
}
.modal .modal-inner {
	width: 80vw;
	max-height:80vh;
	max-width: 1200px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	overflow: auto;
}
.modal .modal-content {
	padding: 20px;
}
.modal .modal-content img{
	width: 100%;
}
.modal .modal-check:checked + .modal-body {
	animation: fadeout 0.2s 1 forwards, hide 0.1s 0.2s 1 forwards;
}
.modal .modal-check:checked + .modal-body .modal-window {
	animation: zoomout 0.2s 1 forwards;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes zoomin {
	0% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes zoomout {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.9);
	}
}
@keyframes hide {
	0% {
		visibility: visible;
	}
	100% {
		visibility: hidden;
	}
}


.sitemap-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.8em;
}
.sitemap-wrap>div{
	width: 49%;
	background-color: #fff;
	padding: 20px;
}

.sitemap-wrap a{

	text-decoration: underline;
}
.sitemap-wrap a:hover{
	text-decoration: none;
}

.calender{
	padding-left: 20px;
	color: #fff;
	width: 270px;
}

.calender h3{
	color: #fff;
}

#biz_calendar table.bizcal .holiday {
	background-color: #cd4545;
}

#biz_calendar p span.boxholiday {
	background-color: #cd4545;
}

@media screen and (max-width: 767px) {
	div.demo-card:nth-child(odd)::before {
		display: none;
	}
	div.demo-card:nth-child(even)::before {
		display: none;
	}
	div.demo-card:nth-child(odd)::after {
		display: none;
	}
	div.demo-card:nth-child(even)::after {
		display: none;
	}
	div.demo-card {

		margin-top: 20px;
	}
	div.demo-card:nth-child(even){
		margin-right: 0;
	}
	div.demo-card:nth-child(odd){
		margin-left: 0;
	}

	.interview-box .interview .ttl {
		font-size: 18px;
		font-weight: bold;
	}

	.calender h3{
		text-align: center;

	}
	.sitemap-wrap>div{
		width: 100%;
		margin-bottom: 20px;
	}


	.middleSliderBox .img,
		.one-image .img
	{
		height: 300px;
	}

	.modal .modal-inner {
		width: 95vw;
	}
	.modal .modal-content {
		padding: 5px;
	}

	.movie iframe{

		height:300px;
	}

	.productListBox .item {
		width: calc(50% - 20px);

	}

	.comTit2 .txt {
		font-size: 24px;

	}
	.product-info .item{
		margin-left:15px;
		margin-right:15px;
	}
	.product-info .item .img {
		width: 100%;
	}

	.product-info .item .info {
		padding-left: 20px;
		width: 100%;
		padding-right: 20px;

	}
	.product-info .item:nth-child(even) .info{
		order:2;
		padding-right: 20px;
		padding-left: 20px;
		box-sizing: border-box;
	}
	.product-info .item:nth-child(even) .img{
		order:1;

	}

	.galleryBox .item {
		width: calc(100% - 20px);
		margin: 40px 10px 0;
	}

	.main-catalog .img {
		width: 100%;
	}
	.main-catalog .img img{
		width: 100%;
	}
	.main-catalog .info {
		width: 100%;
		padding-left: 0px;
	}

	.main-catalog .info {
		margin-top: 20px;
	}
	.main-catalog .info .console {
		font-size: 16px;
	}

	.lower-box .ttl-large {
		font-size: 27px;
	}

	.topInformation .list{
		padding: 0 20px 0 0;
		border-left: none;
	}
	.topInformation .list::-webkit-scrollbar{
		width: 8px;
		border-radius: 4px;
	}
	.topInformation .list::-webkit-scrollbar-thumb{
		border-radius: 4px;
	}
	.topInformation .list li{
		display: block;
	}
	.topInformation .list li + li{
		margin: 8px 0 0;
	}
	.topInformation .list li .date{
		width: 100%;
		font-size: 13px;
		line-height: 16px;
		margin: 0 0 8px;
	}
	.topInformation .list li .txt a{
		font-size: 16px;
		line-height: 24px;
	}

	.cp-img .item{
		width: 100%;
		margin: 0%;
		margin-bottom: 10px;
	}

	.lower-box .p-txt {
		font-size: 20px;
		text-align: left;
	}
	.lower-box .ttl2 {

		font-size: 22px;

	}

	.staff-list a .txt {
		padding: 10px;
		font-size: 17px;
	}
	.staff-list a {
		width: calc(33.333% - 10px);
		margin: 10px 5px 0;
	}

	.staff-ttl .name{
		width: 100%;

		font-size: 15px;
		padding: 10px;

	}
	.staff-ttl .name span{
		font-size: 20px;

	}
	.staff-ttl .img{
		width: 100%;
	}

	div.demo-card div.head {
		width: 100%;
		padding-bottom: 10px;
	}
	div.demo-card div.body {
		width: 100%;
	}
	.interview-box .interview {
		width:100%;

	}
	.voice>div {
		padding: 10px;
width: calc(50% - 10px);
		margin: 0px 5px 10px;
		font-size: 18px;
	}
	.staff-box .eng_bg{
	display: none;
	}

}

.form-wrap{
	max-width: 800px;
	margin: 80px auto 0;
}

.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
	background-color:;
}
.contact7 dt {
	font-weight: normal;
	margin-bottom: 10px;
}

/* 必須マーク */
.contact7 .must {
	background: #FF1A00;
}

/* 任意マーク */
.contact7 .optional {
	background: #999;
}

.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	display: inline-block;
	cursor: pointer;
	width: 100%;
	background-color: #333;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #333;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	padding: 10px;
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #005513;
}

.contact7 input[type="text"],
.contact7 input[type="tel"],
.contact7 input[type="email"],
.contact7 input[type="date"],
.contact7 select,
.contact7 textarea
{
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.contact7 dt {
		float: left;
		clear: left;
		width: 35%;
		padding: 5px 10px 5px 0;

	}
	.contact7 dd {
		margin-left: 35%;
	}

	.btn_contact7 input {
		width: 70%;
		background-color: #333;
		color: #FFF;
		font-size: 1.1em;
		font-weight: bold;
		letter-spacing: 0.2em;
		border: 1px solid #333;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	.btn_contact7 input:hover {
		background-color: #FFF;
		color: #333;
	}
}