@charset "utf-8";
.huwa{
	animation-name: huwa;
}
.animation{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}
@keyframes huwa{
	0% {
    transform: translate(0, 0px);
	}
	100% {
    transform: translate(0, 20px);
	}
}
/* TOP
-------------------------------------------------------------------*/
.slick-initialized{
    opacity: 1
}

.home .mv{
	position:relative;
	height:100vh;
	background:url(../img/top/mv.jpg) no-repeat center center;
	background-size:cover;
	display:flex;
	justify-content:center;
	align-items:center;
}

.home .mv .txt01{
	position:absolute;
	left:40px;
	bottom:20%;
}

.home .mv .txt02{
	position:absolute;
	right:40px;
	top:20%;
}

.home .r_btn,
.home .r_btn.clone{
	position:fixed;
	top:200px;
	z-index:2;
	right:-300px;
	transition: all 0.3s;
}

.r_btn.clone.on{
	right:0;
}

.r_btn.clone.off{
	right:-300px;
}

.home .area01{
	padding:0 20px;
	background:url(../img/top/area01_bg.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
}

.home .area01 .box{
	position:relative;
	padding:120px 0;
}

.home .area01 .txtbox{
	display:flex;
	justify-content:center;
	align-items:center;
}

.m_tit{
	color:#fff;
	text-align:center;
}

.m_tit .tit{
	font-size:48px;
}

.m_tit .sub{
	font-size:18px;
	font-weight:bold;
}

.home .area01 .m_tit{
	padding:0 40px 0 0;
}

.home .area01 ul{
	padding:80px 0 0 0;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.home .area01 ul li{
	max-width:33%;
	text-align:center;
	padding:10px;
}

.home .area01 .ico{
	position:absolute;
	right:-80px;
	bottom:-30px;
	z-index:2;
}

.home .area01 .border{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	position:absolute;
	width:70px;
	top:0;
}

.home .area01 .border01{
	left:0;
	border-left:1px solid #fff;
	transform: rotate(-180deg);
}

.home .area01 .border02{
	right:0;
	border-left:1px solid #fff;
}

.home .area02{
	padding:0 20px;
	background:url(../img/top/area02_bg.webp) no-repeat center center;
	background-size:cover;
	position:relative;
}

.home .area02 .box{
	padding:160px 0;
}

.home .area02 ul{
	padding:70px 0 0 0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.home .area02 ul li{
	width:48%;
	background:#fff;
	padding:0 50px 50px 50px;
	box-sizing:border-box;
	border:3px solid #000;
	margin:0 0 4% 0;
}

.home .area02 ul li .ico{
	height:300px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.home .area02 ul li dl dt{
	color:#DE3333;
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight:bold;
	font-size:44px;
	text-align:center;
	line-height:1.8em;
}

.home .area02 ul li dl dt span{
	font-size:79px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	letter-spacing:-0.2em;
	vertical-align:bottom;
	line-height:1.2em;
}

@media screen and (max-width: 1050px) {
.home .r_btn,
.home .r_btn.clone{
	width:150px;
}	
	
.home .area02 ul li dl dt{
	font-size:30px;
}

.home .area02 ul li dl dt span{
	font-size:60px;
}
}

.home .area02 ul li dl dd{
	font-size:18px;
	line-height:1.8em;
	padding:0;
	text-align:inherit;
}

.home .area03{
	padding:0 20px;
}

.home .area03 .box{
	padding:200px 0 80px 0;
	position:relative;
}

.home .area03 .box h2{
	position:absolute;
	right:100px;
	top:-45px;
}

@media screen and (max-width: 1050px) {
.home .area03 .box h2{
	right: -20px;
}
}

.home .area03 .box h2 img{
	max-width:inherit;
}

.home .area03 .box .ico{
	position:absolute;
	right:-100px;
	top:40px;
}

.home .area03 .box_in{
	border:8px solid #DE3333;
	padding:195px 60px 80px 60px;
}

.home .area03 .box_in .txt{
	font-size:18px;
	line-height:1.8em;
	padding:0 0 50px 0;
}

.home .area03 .box_in .imgbox{
	display:flex;
	align-items:center;
}

.home .area03 .box_in .imgbox .mintxt{
	min-width:360px;
	padding:0 80px 0 0;
}

.home .area03 .box_in .imgbox .img img{
	max-width:inherit;
}

.home .area03 .box_in .imgbox dl dt{
	font-size:28px;
	background:#DE3333;
	color:#fff;
	width:205px;
	line-height:1.6em;
	text-align:center;
}

.home .area03 .box_in .imgbox dl dd{
	padding:20px 0 0 0;
	font-size:18px;
	text-align:inherit;
}

.home .area03 .box_in .imgbox dl:nth-child(2){
	padding:30px 0 0 0;
}

.f_btn_area{
	text-align:center;
	padding:90px 20px;
	background:url(../img/common/f_btn_bg.jpg) no-repeat center center;
	background-size:cover;
	color:#fff;
}

.f_btn_area .txt{
	font-size:18px;
	line-height:1.8em;
	padding:30px 0 0 0;
}

.f_btn_area .txt02{
	font-size:48px;
	line-height:1.8em;
	padding:20px 0 10px 0;
}


@media screen and (max-width: 800px) {
	
.home .f_btn02{
	position:fixed;
	bottom:0;
	padding:0 10px;
	z-index:2;
	bottom:-300px;
	transition: all 0.3s;
}

.home .f_btn02.on{
	bottom:0;
}

.home .f_btn02.off{
	bottom:-300px;
}
	
.home .r_btn,
.home .r_btn.clone{
	display:none;
}
	
.home .mv{
	display:none;
}
	
.home .mv .btn{
	position:absolute;
	right:0;
	bottom:-145px;
	z-index:2;
}

.home .area01{
	padding:0 20px;
}

.home .area01 .box{
	position:relative;
	padding:60px 0;
}

.home .area01 .txtbox{
	display:block;
}

.m_tit .tit{
	font-size:28px;
}

.m_tit .sub{
	font-size:16px;
	padding:0 0 20px 0;
}

.home .area01 .m_tit{
	padding:0;
}

.home .area01 ul{
	padding:30px 0 0 0;
}

.home .area01 ul li{
	max-width:50%;
	box-sizing:border-box;
}

.home .area01 .ico{
	position:absolute;
	right:-50px;
	bottom:-80px;
	z-index:2;
	width:100px;
}

.home .area01 .border{
	width:20px;
	font-size:12px;
}

.home .area02{
	padding:0 20px;
}

.home .area02 .box{
	padding:60px 0;
}

.home .area02 ul{
	padding:30px 0 0 0;
	display:block;
}

.home .area02 ul li{
	width:100%;
	padding:0 20px 20px 20px;
	border:2px solid #000;
	margin:0 0 20px 0;
}

.home .area02 ul li .ico{
	height:120px;
	width:100px;
	margin:10px auto 0;
}

.home .area02 ul li dl dt{
	font-size:20px;
	line-height:1.3em;
	padding:10px 0;
}

.home .area02 ul li dl dt span{
	font-size:40px;
	line-height:0.8em;
}

.home .area02 ul li dl dd {
    font-size: 14px;
}

.home .area03{
	padding:0 20px;
}

.home .area03 .box{
	padding:0 0 30px 0;
}

.home .area03 .box h2{
	position:static;
	margin:-20px -20px 0 -20px;
}

.home .area03 .box h2 img{
	max-width:100%;
}

.home .area03 .box_in{
	border:3px solid #DE3333;
	padding:40px 20px;
	margin:-20px 0 0 0;
}

.home .area03 .box_in .txt{
	font-size:16px;
	line-height:1.8em;
	padding:0 0 30px 0;
}

.home .area03 .box_in .imgbox{
	display:block;
}

.home .area03 .box_in .imgbox .mintxt{
	min-width:inherit;
	padding:0 0 20px 0;
}

.home .area03 .box_in .imgbox .img img{
	max-width:100%;
}

.home .area03 .box_in .imgbox dl dt{
	font-size:18px;
	width:150px;
}

.home .area03 .box_in .imgbox dl dd{
	padding:10px 0 0 0;
	font-size:16px;
	text-align:inherit;
}

.home .area03 .box_in .imgbox dl:nth-child(2){
	padding:30px 0 0 0;
}

.f_btn_area{
	padding:60px 20px 100px 20px;
}

.f_btn_area .txt{
	font-size:16px;
	line-height:1.8em;
	text-align:left;
	padding:20px 0 0 0;
}

.f_btn_area .txt02{
	font-size:24px;
	line-height:1.8em;
	padding:20px 0 10px 0;
	font-weight:bold;
}
}

/* service
-------------------------------------------------------------------*/
.mv_sub{
	height:448px;
	width:100%;
	background:url(../img/service/mv.jpg) no-repeat center center;
	background-size:cover;
}

.service .area01{
	padding:70px 20px 80px 20px;
}

.service .area01 .txtbox{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.service .area01 .txtbox .titbox{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 70px 0 0;
	height:354px;
	width:354px;
	background:url(../img/service/area01_bg.webp) no-repeat center center;
	background-size:cover;
}

.service .area01 .txt{
	line-height:1.8em;
	font-size:18px;
	padding:60px 0 40px 0;
}

.service .area01 h3{
	color:#fff;
	text-align:center;
	background:url(../img/service/area01_bg02.jpg) no-repeat center center;
	background-size:cover;
	font-size:27px;
	line-height:1.6em;
	font-weight:bold;
	padding:5px 0;
}

.service .area01 ul{
	display:flex;
	padding:15px 0;
	flex-wrap:wrap;
	justify-content:space-between;
}

.service .area01 ul li{
	padding:0 0 15px 0;
}

@media screen and (max-width: 1150px) {
.service .area01 ul li{
	padding:0 5px 10px 5px;
	box-sizing:border-box;
	width:33.3333%;
	text-align:center;
}
}

.service .area01 .txt02{
	line-height:1.8em;
	font-size:18px;
}

.service .area01 .txt02 span{
	color:#DE3333;
	font-weight:bold;
}

.service .area02{
	padding:140px 20px 200px 20px;
	color:#fff;
	background:url(../img/service/area02_bg.jpg) no-repeat center center;
	background-size:cover;
}

.service h2.sub{
	color:#fff;
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight:bold;
	font-size:61px;
	line-height:1.2em;
	text-align:center;
	background:url(../img/service/area02_bg02.jpg) no-repeat center center;
	background-size:cover;
}

.service h2.sub span{
	font-size:110px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	letter-spacing:-0.2em;
	vertical-align:bottom;
	line-height:0.8em;
}

.service .area02 .txt{
	padding:50px 0;
	text-align:center;
	font-size:18px;
}

.service .area02 ul{
	display:flex;
	justify-content:space-between;
}

.service .area02 ul li{
	width:23%;
	background:rgba(255,255,255,0.9);
	box-sizing:border-box;
	padding:30px 25px;
	position:relative;
}

.service .area02 ul li:not(:last-child):before{
	content:"";
	position:absolute;
	right:-11%;
	top:50%;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

.service .area02 ul li dl dt{
	color:#fff;
	font-weight:bold;
	font-size:17px;
	background:url(../img/service/area02_bg03.jpg) no-repeat center center;
	background-size:cover;
	padding:10px;
}

.service .area02 ul li dl dt span{
	padding:0 0 0 5px;
}

.service .area02 ul li dl dd{
	color:#000000;
	padding:15px 0 0 0;
	text-align:inherit;
	line-height:1.6em;
}

.service .area02 ul li p{
	color:#DE3333;
	text-align:center;
	padding:5px 0;
	background:#fff;
	border:1px solid #DE3333;
	margin:30px 0 0 0;
	font-size:14px;
	font-weight:bold;
}

.service .area03{
	padding:140px 20px 200px 20px;
	background:url(../img/service/area03_bg.jpg) no-repeat center center;
	background-size:cover;
}

.service .area03 h2.sub{
	background:url(../img/service/area03_bg02.jpg) no-repeat center center;
	background-size:cover;
}

.service .area03 .txt{
	padding:50px 0;
	text-align:center;
	font-size:18px;
}

.service .area03 .txt span{
	font-size:25px;
	font-weight:bold;
}

.service .area03 ul{
	display:flex;
	justify-content:center;
}

.service .area03 ul li{
	padding:0 20px;
}

.service .area03 .txt02{
	padding:80px 0 0 0;
	text-align:center;
	font-size:18px;
	line-height:2em;
}

@media screen and (max-width: 800px) {
.mv_sub{
	height:200px;
}

.service .area01{
	padding:60px 20px;
}

.service .area01 .txtbox{
	display:block;
}

.service .area01 .txtbox .titbox{
	margin:0 0 30px 0;
	height:auto;
	padding:20px 0 10px 0;
	width:100%;
}

.service .area01 .txt{
	font-size:16px;
	padding:20px 0 30px 0;
}

.service .area01 h3{
	font-size:18px;
	padding:10px;
}

.service .area01 ul{
	padding:15px 0;
}

.service .area01 ul li{
	padding:0 0 15px 0;
	width:49%;
}

.service .area01 .txt02{
	font-size:16px;
}

.service .area02{
	padding:80px 20px;
}

.service h2.sub{
	font-size:24px;
	line-height:1.4em;
}

.service h2.sub span{
	font-size:50px;
	line-height:0.8em;
}

.service .area02 .txt{
	padding:30px 0;
	text-align:center;
	font-size:16px;
}

.service .area02 ul{
	display:block;
}

.service .area02 ul li{
	width:100%;
	padding:20px 15px;
	margin:0 0 30px 0;
}

.service .area02 ul li:not(:last-child):before{
	right:0;
	left:0;
	top:auto;
	bottom:-16px;
	display:block;
	width: 6px;
	height: 6px;
	margin: 0 auto;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(135deg);
}

.service .area02 ul li dl dt{
	font-size:16px;
}

.service .area02 ul li p{
	margin:20px 0 0 0;
	font-size:13px;
}

.service .area03{
	padding:80px 20px;
}

.service .area03 .txt{
	padding:30px 0;
	text-align:center;
	font-size:16px;
}

.service .area03 .txt span{
	font-size:20px;
}

.service .area03 ul{
	justify-content:center;
	flex-wrap:wrap;
}

.service .area03 ul li{
	padding:10px;
	width:49%;
	box-sizing:border-box;
}

.service .area03 .txt02{
	padding:20px 0 0 0;
	text-align:justify;
	font-size:16px;
}
}

/* about
-------------------------------------------------------------------*/
.about .m_tit{
	color:#000000;
}

.about .mv_sub{
	background:url(../img/about/mv.jpg) no-repeat center center;
	background-size:cover;
}

.about .area01{
	padding:120px 20px 100px 20px;
}

.about .area01 h2{
	text-align:center;
	font-size:40px;
	color:#DD3333;
	font-weight:bold;
	padding:80px 0 100px 0;
}

.about .area01 .txtbox{
	padding:100px;
	border:1px solid #D9D9D9;
}

.about .area01 .txtbox h3{
	font-size:32px;
	font-weight:bold;
}

.about .area01 .txt{
	font-size:23px;
	line-height:1.8em;
	padding:50px 0 0 0;
}

.about .profile{
	padding:90px 20px 0 20px;
	background:#F8F8F8;
}

.about .profile .box-in{
	display:flex;
	justify-content:space-between;
	padding:90px 0;
}

.about .profile .box-in:not(:last-child){
	border-bottom:1px solid #D9D9D9;
}

.about .profile .box-in h3{
	font-size:32px;
	font-weight:bold;
}

.about .profile .box-in h3 span{
	font-size:16px;
	font-weight:normal;
	display:block;
}

.about .profile .box-in h3 em{
	font-size:24px;
	font-weight:500;
	padding:0 0 0 20px;
}

.about .profile .box-in h4{
	font-size:22px;
	font-weight:bold;
	color:#DD3333;
	line-height:1.6em;
	padding:30px 0 30px 0;
}

.about .profile .box-in .txt{
	line-height:1.8em;
}

.about .profile .box-in dl{
	display:flex;
	padding:0 0 10px 0;
}

.about .profile .box-in dl dt{
	min-width:120px;
}

.about .profile .box-in dl dt span{
	border-left:5px solid #D9D9D9;
	padding:0 0 0 20px;
}

.about .profile .box-in dl dd ul li{
	font-weight:500;
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	position:relative;
}

.about .profile .box-in dl dd ul li:after{
	content:"・";
	position:absolute;
	left:0;
	top:0;
}

.about .profile .box-in .img{
	min-width:340px;
	margin:0 0 0 60px;
}

.about .profile .box-in:nth-child(odd) .img{
	order:2;
}

.about .profile .box-in:nth-child(2) .img{
	margin:0 60px 0 0;
}

.about .profile .box-in .txt-box{
	width:655px;
}

.about .company{
	padding:90px 20px 0 20px;
}

.about .company .box{
	padding:60px 0 0 0;
}

.about .company dl{
	padding:20px 0;
	border-bottom:1px dashed #000;
	font-size:20px;
	display:flex;
	align-items:center;
}

.about .company dl dt{
	min-width:300px;
	text-align:center;
	font-weight:bold;
}

.about .company dl dd a{
	text-decoration:underline;
}

.about .company dl dd span{
	font-size:14px;
}

.about .company .map{
	padding:55px 0 0 0;
}

.about .company .kome{
	padding:10px 0 190px 0;
	font-size:14px;
	text-align:right;
}

.about .company .map iframe{
	width:100%;
	height:560px;
	border:none;
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     filter: grayscale(100%);
}

@media screen and (max-width: 800px) {

.about .area01{
	padding:60px 20px;
}

.about .area01 h2{
	font-size:24px;
	padding:0 0 30px 0;
}

.about .area01 .txtbox{
	display:block;
	padding:40px 30px;
}

.about .area01 .txtbox h3{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:0 0 20px 0;
}

.about .area01 .titbox{
	text-align:center;
}

.about .area01 .titbox dl{
	position:static;
	width:100%;
	padding:20px 15px;
	display:block;
	text-align:center;
	margin-top:-20px;
}

.about .area01 .titbox dl dt{
	font-size:16px;
	padding:15px;
	border-left:none;
	border-top:3px solid #fff;
}

.about .area01 .titbox dl dt span{
	display:block;
	font-weight:bold;
	padding:0 0 5px 0;
}

.about .area01 .titbox dl dd{
	font-size:16px;
	padding:10px;
	display:inline-block;
	border-left:none;
	border-top:1px solid #fff;
}

.about .area01 .txt{
	font-size:16px;
	line-height:1.8em;
	padding:20px 0 0 0;
}
	
.about .profile{
	padding:60px 20px 20px 20px;
}

.about .profile .box-in{
	display:block;
	padding:40px 0;
}

.about .profile .box-in h3{
	font-size:28px;
}

.about .profile .box-in h3 span{
	font-size:14px;
}

.about .profile .box-in h3 em{
	font-size:20px;
	display:block;
	padding:0;
}

.about .profile .box-in h4{
	font-size:18px;
	padding:20px 0 20px 0;
}

.about .profile .box-in dl{
	display:block;
}

.about .profile .box-in dl dt{
	min-width:inherit;
	padding:0 0 10px 0;
}

.about .profile .box-in dl dt span{
	border-left:3px solid #D9D9D9;
	padding:0 0 0 15px;
}

.about .profile .box-in .img{
	min-width:inherit;
	margin:0 auto 30px;
	max-width:80%;
	text-align:center;
}

.about .profile .box-in:nth-child(2) .img{
	margin:0 auto 30px;
}

.about .profile .box-in .txt-box{
	width:100%;
}

.about .company{
	padding:60px 20px 0 20px;
}

.about .company .box{
	padding:30px 0 0 0;
}

.about .company dl{
	padding:15px 0;
	border-bottom:1px dashed #000;
	font-size:16px;
	display:block;
}

.about .company dl dt{
	min-width:inherit;
	padding:0 0 10px 0;
}
	
.about .company dl dd span{
	font-size:12px;
}

.about .company .map{
	padding:30px 0 0 0;
}

.about .company .map iframe{
	height:300px;
}

.about .company .kome{
	padding:10px 0 120px 0;
	font-size:12px;
}

}

/* case_study
-------------------------------------------------------------------*/
.case_study .m_tit{
	color:#000000;
}

.case_study .mv_sub,
.search_area .mv_sub{
	background:url(../img/case/mv.jpg) no-repeat center center;
	background-size:cover;
}

.case_study .area01{
	padding:120px 20px 0 20px;
}

.searchbox{
	background:#F0F0F0;
	padding:35px 40px;
	margin:60px 0 90px 0;
	text-align:center;
}

.searchbox h3{
	font-weight:bold;
	border-bottom:1px solid #000000;
	padding:0 0 10px 0;
}

.searchbox .txt{
	font-weight:bold;
	font-size:14px;
	padding:10px 0 30px 0;
}

.searchbox ul{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.searchbox ul li{
	padding:0 20px;
}

/* チェックボックス01 */
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}

input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}

.searchbox input[type="submit"] {
	font-family: 'NotoSansJP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 19px;
	font-weight:bold;
    display: block;
    color: #fff;
    width: 330px;
    margin: 30px auto 0;
    border: 2px solid #000;
    background: #000000;
    transition: all 0.3s;
    padding: 10px;
    -webkit-appearance: none;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 40px;
    letter-spacing: 0.1em;
    outline: none;
}

.searchbox input[type="submit"]:hover{
    color: #000;
    background: #fff;
}

@media screen and (max-width: 800px) {
.case_study .area01{
	padding:60px 20px 0 20px;
}

.searchbox{
	padding:20px 15px;
	margin:30px 0 60px 0;
}

.searchbox .txt{
	font-size:14px;
	padding:10px 0 30px 0;
}

.searchbox ul{
	justify-content:space-between;
	flex-wrap:wrap;
	text-align:left;
}

.searchbox ul li{
	width:50%;
	box-sizing:border-box;
	padding:0 10px;
}
	
.searchbox input[type="submit"] {
    font-size: 16px;
    width: 250px;
    margin: 30px auto 0;
    border: 2px solid #000;
}
}

/* 検索結果
-------------------------------------------------------------------*/
.search_area .area01{
	padding:120px 20px 0 20px;
}

.search_area .area01 h1{
	padding:0 0 60px 0;
	text-align:center;
}

.search_area .area01 h1 span{
	text-transform:uppercase ;
	font-size:24px;
	font-weight:bold;
	display:inline-block;
	border-bottom:2px solid #000;
}

#jirei-list{
	padding:0 20px 120px 20px;
}

.search-results #jirei-list{
	padding:0 0 120px 0;
}

#jirei-list .box{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#jirei-list .box:after{
	content:"";
	display:block;
	width:32%;
}

#jirei-list .box_in{
	width:32%;
	position:relative;
	padding:0 0 2% 0;
}

#jirei-list .box_in a{
	display:block;
}

#jirei-list .box_in .img{
	height:230px;
}

#jirei-list .box_in .catebox{
	position:absolute;
	right:0;
	top:190px;
	height:40px;
	line-height:40px;
	padding:0 20px;
	background:#000;
	color:#fff;
	font-size:13px;
}

#jirei-list .box_in h3{
	font-size:18px;
	font-weight:bold;
	padding:10px 0;
	line-height:1.6em;
	position:relative;
}

#jirei-list .box_in h3:after{
	content:"";
	position:absolute;
	bottom:5px;
	width:78px;
	height:2px;
	background:#000;
	left:0;
}

#jirei-list .box_in .txt{
	padding:5px 0 0 0;
	font-size:16px;
	line-height:1.6em;
}

.m-pagination{
	padding:120px 0 60px 0;
}

.m-pagination__body{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.m-pagination__body li{
	font-size:20px;
	padding:5px;
	font-weight:bold;
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	position:relative;
}

.m-pagination__body li.-current:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	width:20px;
	height:2px;
	background:#000;
}

.m-pagination__result{
	display:none;
}

.m-pagination__all{
	display:none;
}

@media screen and (max-width: 800px) {
.search_area .area01{
	padding:60px 20px 0 20px;
}

.search_area .area01 h1{
	padding:0 0 30px 0;
}

.search_area .area01 h1 span{
	font-size:18px;
}

#jirei-list{
	padding:0 20px 60px 20px;
}
	
.search-results #jirei-list{
	padding:0 0 60px 0;
}

#jirei-list .box:after{
	width:49%;
}

#jirei-list .box_in{
	width:49%;
	padding:0 0 20px 0;
}

#jirei-list .box_in .img{
	height:160px;
}

#jirei-list .box_in .catebox{
	top:130px;
	height:30px;
	line-height:30px;
	padding:0 20px;
	font-size:12px;
}

#jirei-list .box_in h3{
	font-size:15px;
	padding:10px 0;
}

#jirei-list .box_in h3:after{
	width:60px;
	height:2px;
}

#jirei-list .box_in .txt{
	font-size:14px;
}

.m-pagination{
	padding:60px 0 30px 0;
}

.m-pagination__body li{
	font-size:18px;
}

.m-pagination__body li.-current:after{
	width:18px;
	height:2px;
}

}

/* 事例詳細
-------------------------------------------------------------------*/
.single-case_study header nav li a,.single-seminar header nav li a,
.page-id-44 header nav li a,
.page-id-81 header nav li a{
    color: #000;
}

.single-case_study .m_logo,.single-seminar .m_logo,
.page-id-44 .m_logo,
.page-id-81 .m_logo{
	display:none;
}

.b_logo{
	display:none;
}

.single-case_study .b_logo,.single-seminar .b_logo,
.page-id-44 .b_logo,
.page-id-81 .b_logo{
	display:block;
}

.single-case_study .clone_gnav nav li a,.single-seminar .clone_gnav nav li a,
.page-id-44 .clone_gnav nav li a,
.page-id-81 .clone_gnav nav li a{
    color: #fff;
}

.single-case_study .clone_gnav .b_logo,.single-seminar .clone_gnav .b_logo,
.page-id-44 .clone_gnav .b_logo,
.page-id-81 .clone_gnav .b_logo{
	display:none;
}

.single-case_study .clone_gnav .m_logo,.single-seminar .clone_gnav .m_logo,
.page-id-44 .clone_gnav .m_logo,
.page-id-81 .clone_gnav .m_logo
{
	display:block;
}

.case_detail{
	padding:185px 20px 100px 20px;
}

.case_detail .imgbox{
	position:relative;
}


.case_detail .img{
	height:590px;
	width:100%;
}

.case_detail .imgbox h1{
	position:absolute;
	display:inline-block;
	right:0;
	top:0;
	font-size:26px;
	line-height:1.6em;
	letter-spacing:0.1em;
	font-weight:bold;
	padding:20px;
	max-height:470px;
	box-sizing:border-box;
	background:rgba(255,255,255,0.8);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index:3;
}

.case_detail .name{
	display:flex;
	justify-content:space-between;
	align-items:center;
	z-index:9;
	padding:20px 0;
	position:relative;
}

.case_detail .name h2{
	font-size:32px;
	font-weight:bold;
	line-height:1.4em;
	padding:0 20px 0 0;
}

.case_detail .name .name_in{
	min-width:430px;
	width:430px;
	padding:30px 25px;
	box-sizing:border-box;
	background:#000;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

.case_detail .name .name_in p{
	padding:5px 0 5px 10px;
	border-left:2px solid #fff;
}

.md-post-contents-table{
	padding:60px;
	background:#F0F0F0;
	margin:0 0 130px 0;
}
	
.md-post-contents-table .table-ttl{
	font-size:32px;
	font-weight:bold;
	color:#DE3333;
}

.md-post-contents-table ul li{
	font-weight:bold;
	font-size:20px;
	margin:40px 0 0 0;
	padding:0 0 0 60px;
	position:relative;
}

.md-post-contents-table ul li:after{
	content:"－";
	position:absolute;
	left:30px;
	top:0;
}

.md-post-contents-table ul li a:hover{
	color:#DE3333;
	opacity:1;
}

.case_detail .txtbox ul li{
	padding:0 0 55px 0;
}

.case_detail .txtbox dl dt{
	font-size:23px;
	font-weight:bold;
	line-height:1.4em;
	position:relative;
	padding:110px 0 0 30px;
	margin-top:-110px;
}

.case_detail .txtbox dl dt:after{
	content:"―";
	position:absolute;
	left:0;
	top:110px;
}

.case_detail .txtbox dl dd{
	font-size:23px;
	text-align:justify;
	padding:10px 0 30px 0;
}

.case_detail .txtbox .subimg{
	display:flex;
	justify-content:space-between;
	padding:10px 0 0 0;
}

.case_detail .txtbox .subimg p{
	width:49%;
	height:320px;
}

.f_link{
	text-align:center;
	margin:150px auto;
	max-width:430px;
	position:relative;
	font-weight:bold;
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:20px;
}

.f_link .all{
	position:relative;
	padding:0 40px;
	display:inline-block;
}

.f_link .all:after{
	position:absolute;
	content:"";
	background:#000;
	height:35px;
	top:-2px;
	left:0;
	width:2px;
}

.f_link .all:before{
	position:absolute;
	content:"";
	background:#000;
	height:35px;
	top:-2px;
	right:0;
	width:2px;
}

.f_link .back{
	position:absolute;
	left:0;
	top:0;
	padding:0;
}

.f_link a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.f_link .back a{
	position:relative;
	padding:0 0 0 50px;
}

.f_link .back a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.f_link .next{
	position:absolute;
	right:0;
	top:0;
	padding:0;
}

.f_link .next a{
	position:relative;
	padding:0 50px 0 0;
}

.f_link .next a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
.case_detail{
	padding:80px 20px 100px 20px;
}

.case_detail .img{
	height:350px;
	width:100%;
}

.case_detail .imgbox h1{
	font-size:18px;
	right:0;
	line-height:1.6em;
	padding:20px;
	max-height:340px;
}

.case_detail .name{
	display:block;
	padding:20px 0;
}
	
.case_detail .name h2{
	font-size:20px;
	padding:10px 0 25px 0;
}

.case_detail .name .name_in{
	width:100%;
	min-width:inherit;
	padding:20px 15px;
	font-size:16px;
}

.md-post-contents-table{
	padding:20px;
	margin:0 0 60px 0;
}
	
.md-post-contents-table .table-ttl{
	font-size:22px;
}

.md-post-contents-table ul li{
	font-size:16px;
	margin:30px 0 0 0;
	padding:0 0 0 30px;
}

.md-post-contents-table ul li:after{
	left:10px;
}
	
.case_detail .txtbox ul li{
	padding:0 0 25px 0;
}

.case_detail .txtbox dl dt{
	font-size:18px;
	padding:60px 0 0 25px;
	margin-top:-60px;
}
	
.case_detail .txtbox dl dt:after{
	top:60px;
}

.case_detail .txtbox dl dd{
	font-size:16px;
	padding:10px 0 15px 0;
}

.case_detail .txtbox .subimg{
	display:block;
	padding:10px 0 0 0;
}

.case_detail .txtbox .subimg p{
	width:100%;
	height:250px;
	margin:0 0 10px 0;
}

.f_link{
	margin:60px auto;
	max-width:280px;
	font-size:16px;
}

.f_link .all{
	padding:0 25px;
}

.f_link .all:after{
	height:25px;
	top:0;
	width:2px;
}

.f_link .all:before{
	height:25px;
	top:0;
	width:2px;
}

.f_link .back a{
	padding:0 0 0 30px;
}

.f_link .back a:after {
    top: 25%;
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
}

.f_link .next a{
	padding:0 30px 0 0;
}

.f_link .next a:after {
    top: 25%;
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
}
}

/* CONTACT
-------------------------------------------------------------------*/
.page-id-44{
	background:#E2E2E2;
}

.contact .contents{
	padding:180px 0 0 0;
}

.contact .contents iframe{
	width:100% !important;
	height:1050px;
}

.contact .main_tit{
	text-align:center;
	padding:0 20px 60px 20px;
}

.page-id-44 .m_tit{
    color: #000;
}

.page-id-44 .contact_box .box_in{
    width:700px;
	margin:0 auto;
	padding:0 0 70px 0;
}

.page-id-44 .mintxt{
	text-align:center;
	padding:60px 0;
	font-size:14px;
	font-weight:bold;
	line-height:2.4em;
}

.page-id-44 .mintxt span{
	color:#DE3333;
}

.contact .form{
	background:#fff;
	padding:100px 20px 140px 20px;
	margin:0 0 150px 0;
}

.contact .form .box_in{
	width:860px;
	margin:0 auto;
}

.contact_box{
	padding:0 0 120px 0;
}

.contact_box dl {
    display: flex;
	align-items:center;
    padding:10px 0;
}

.contact_box dl dt{
	width:280px;
	font-weight:bold;
	font-size:19px;
	box-sizing:border-box;
	position:relative;
}

.contact_box dl dt.hissu:after{
	content:"*";
	color:#DC3C3A;
}

.contact_box dl dd{
	width:580px;
}

.contact input,
.contact textarea{
width: 100%;
font-size: 16px;
line-height: 1.6;
padding: 15px;
border:none;
background: #F0F0F0;
border-radius:5px;
box-sizing: border-box;
font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.wpcf7-list-item{
	display:block;
}

.wpcf7-list-item-label{
	font-size:19px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 30px;
    position: relative;
    width: auto;
}
.wpcf7-list-item-label:before  {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.wpcf7-list-item-label:after {
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}

.wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
    opacity: 1;
}

.contact input[type="submit"],
.contact input[type="button"]{
	font-family: 'NotoSansJP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 19px;
	font-weight:bold;
    display: block;
    color: #fff;
    width: 330px;
    margin: 30px auto 0;
    border: 2px solid #000;
    background: #000000;
    transition: all 0.3s;
    padding: 10px;
    -webkit-appearance: none;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 40px;
    letter-spacing: 0.1em;
    outline: none;
}

.contact input[type="submit"]:hover,
.contact input[type="button"]:hover{
	background:#fff;
	color: #000;
}

@media screen and (max-width: 800px) {
.contact .contents{
	padding:130px 0 0 0;
}

.contact .contents iframe{
	height:1150px;
}	
	
.contact .main_tit{
	padding:0 20px 30px 20px;
}
	
.contact_box{
	padding:0 20px;
}
	
.contact .mintxt{
	padding:30px 0 30px 0;
	font-size:14px;
}

.contact .form{
	padding:60px 20px;
	margin:0 0 100px 0;
}

.contact .form .box_in{
	width:100%;
}

.contact_box dl {
    display:block;
    padding:10px 0;
}

.contact_box dl:first-child{
	margin:0 0 30px 0;
}

.contact_box dl dt{
	width:100%;
	font-size:16px;
	padding:0 0 5px 0;
}
	
.page-id-44 .contact_box .box_in{
    width:100%;
	padding:0;
}

.contact_box dl dd{
	width:100%;
}

.contact input,
.contact textarea{
	padding: 10px;
}

.wpcf7-list-item-label{
	font-size:16px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 30px;
    position: relative;
    width: auto;
}
.wpcf7-list-item-label:before  {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.wpcf7-list-item-label:after {
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}	
	
.contact input[type="submit"],
.contact input[type="button"]{
    font-size: 16px;
    width: 280px;
    margin: 30px auto 0;
    border: 2px solid #000;
    border-radius: 40px;
}
}

/* thanks
-------------------------------------------------------------------*/
.thanks .mv_sub {
    height: 300px;
}

.thanks_area{
	padding:0 0 150px 0;
	background:#fff;
	text-align:center;
}

.thanks_area h1{
	font-size:30px;
	font-weight:bold;
	line-height:1.4em;
	padding:50px 0;
	width:720px;
	border-bottom:1px solid #E8EBEC;
	margin:0 auto;
}

.thanks_area .txt{
	line-height:2em;
	padding:45px 0;
}

.thanks_area .btn a{
	display:block;
	width:220px;
	margin:0 auto;
	border-radius:80px;
	line-height:64px;
	height:64px;
	border:1px solid #DC3333;;
	color:#DC3333;;
}

.thanks_area .btn a:hover{
	background:#DC3333;;
	color:#fff;
}

@media screen and (max-width: 800px) {
.thanks .mv_sub {
    height: 200px;
}	
	
.thanks_area{
	padding:0 20px 60px 20px;
	text-align:left;
}

.thanks_area h1{
	font-size:20px;
	padding:30px 0;
	box-sizing:border-box;
	width:100%;
}

.thanks_area .txt{
	line-height:2em;
	padding:45px 0;
}

.thanks_area .btn a{
	width:200px;
	line-height:50px;
	height:50px;
}

}



/***2408追加***/
.btn-bl{border:3px solid #000;padding:10px 0;display:block;text-align: center;margin: 30px auto 0;font-size: 23px;font-weight: bold;max-width: 680px;color: #dc4134;background: #fff;box-shadow: 3px 3px 0px #fff;}
.btn-bl:after{
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #e0433e;
  border-right: 0;
  display:inline-block;
  position: relative;
  left: .5em;
  transition: .3s;
  }.btn-bl:hover:after{left:1em;}
.kaigilabo-column{
    background: #eee;
    padding: 80px 3%;
}
.kaigilabo-column.seminar-info{background:#fff;}
.kaigilabo-column h2{
    background: url(../img/lp/bg-h2.jpg) repeat-y;
    color: #fff;
    text-align: center;
    font-size: 1.65rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 9px 0;
    max-width: 1075px;
    margin: 0 auto;
    }
.seminar-info h2{    background: url(../img/lp/bg-h2-red.jpg) repeat-y;
}
.kaigilabo-column ul{display:flex;justify-content:center;max-width: 1075px;margin: 20px auto 0;}
.kaigilabo-column li{width: 33%;margin:3% 0;background: #fff;}
.kaigilabo-column li:nth-child(2){margin:3% 2%;}
.kaigilabo-column li a{transition:.3s;display:block;border: 2px solid #000;}
.kaigilabo-column li h3{padding:5px 10px;font-weight:bold;font-size: 16px;}
.kaigilabo-column li img{object-fit:cover;height:220px;width:100%;}
.kaigilabo-column li time{padding:5px 10px;color:#666;text-align:right;display:block;}
.kaigilabo-column li a:hover{opacity:.8;}

@media screen and (max-width: 800px) {
	.kaigilabo-column ul{flex-wrap:wrap;}
	.kaigilabo-column li{width:100%;margin:2% 0 !important;}
}



/*202501追加*/
.about-kaigi{
	background: url(../img/lp/bg-gray.jpg) fixed;
    background-size: cover;
    padding: 100px 0;
}
.about-kaigi h2{margin-bottom:50px;}
.about-kaigi>div,.nayami,.faq>div{max-width: 1075px;margin:0 auto;}
.about-kaigi .flex{display:flex;align-items: center;}
.about-kaigi .flex img{border:10px solid #fff;box-shadow:0 0 8px rgba(0,0,0,.2); max-width:350px;}
.about-kaigi .flex p{margin-left: 40px;line-height: 2;font-size:1.1rem;}
.about-kaigi .flex p .red{color:#f00;}
.nayami{padding:50px 0 0;}
.nayami h2,.faq h2{
    background: url(../img/lp/bg-h2.jpg) repeat-y;
    color: #fff;
    text-align: center;
    font-size: 1.65rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 9px 0;}
.nayami ul{
    display: flex;
    justify-content: space-between;
    margin: 30px auto 50px;
}
.nayami li{
    width: 31%;
    margin: 2% 0;
    border: 2px solid #202020;
}
.nayami li img{
    border: 20px solid #fff;
    width: calc(100% - 40px);
    border-bottom: none;
}
.nayami p{
    background: #202020;
    color: #fff;
    height: 89px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: bold;
}
.faq{
    background: #E2E2E2;
    padding: 100px 0;
}
.accordion_container {
  margin: 30px auto;
  border: 2px solid #202020;
  background: #fff;
}
.accordion_title {
  color: #202020;
  font-size: 1.18rem;
  font-weight: bold;
  padding: 20px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}

.accordion_title span{background:#202020;font-size: 28px;width: 45px;height: 45px;display: inline-block;color: #fff;line-height: 45px;text-align: center;margin-right: 1em;}
.accordion_title:hover {
  opacity: .8;
}
.icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_title.default .icon_wrap {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_title.default .icon_wrap .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion_title.default.open .icon_wrap .icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion_title.open .icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.accordion_title.default.open .icon_wrap {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg);
}
.icon:before, .icon:after {
  display: flex;
  content: '';
  background-color: #202020;
  width: 23px;
  height: 3px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.icon:before {
  width: 3px;
  height: 23px;
  top: 0;
  left: 10px;
}
.accordion_title.default .icon_wrap .icon:before {
  content: none;
}
.accordion_title.open .icon_wrap .icon:before {
  content: none;
}
.accordion_title.default.open .icon_wrap .icon:before {
  content: "";
}
.accordion_title.open .icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_title.default.open .icon_wrap .icon:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion_inner {
  display: none;
  padding: 30px;
  box-sizing: border-box;
  line-height: 31px;
  border-top: 1px dashed #202020;
}
.accordion_inner.default {
  display: block;
}
.btn1{display:block;max-width:400px;text-align:center;font-size:1.1rem;font-weight:bold;background:#dc4133;color:#fff;padding:15px 0;position:relative;margin:0 auto;transition:.2s}
.btn1:hover{opacity:.8;}
.btn1:after{content:'▶︎';font-size:11px;position:absolute;right:20px;top:50%;transform:translateY(-50%)}
.seminar-single .box{margin-top:50px;}
.seminar-single time{color:#666;}
.seminar-single h1{font-size:2rem;font-weight:bold;margin:0 0 20px;line-height:1.5;}
.seminar-text{margin:20px 0;line-height:1.8;}
@media screen and (max-width: 800px) {
	.about-kaigi{padding:100px 5% 50px;}
	.about-kaigi h2 {
    margin-bottom: 30px;}
	.about-kaigi .flex{flex-wrap:wrap;}
	.about-kaigi .flex img{width:100%;box-sizing:border-box;}
	.about-kaigi .flex p{width:100%;margin:20px 0;font-size:1rem;}
	.nayami{padding:50px 4% 20px;}
	.nayami h2{font-size:1.3rem;}
	.nayami ul {
        flex-wrap: wrap;
        max-width: 650px;
        margin: 0 auto;
        justify-content: center;
    }
	.nayami li {
        width: 100%;
        max-width: 370px;
        margin-bottom: 20px;
    }
	.nayami h2,.faq h2{margin-bottom:20px;}
	.nayami p {
    height:80px;
    font-size: 1.1rem;
}
	.faq{padding:50px 5% 20px;}
}
@media screen and (max-width: 1024px) {
  .accordion_title {
    font-size: 18px;
  }
  .icon_wrap {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_title {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}