@charset "utf-8";
/*-------------------------------------
	HOME
--------------------------------------*/
.fade_slide li{
	position: relative;
}
.fade_slide li .inner{
	position: absolute;
	top: 50px;
	padding: 0 20px;
}
.mv_catch01{
	font-size: 36px;
	font-weight: bold;
 margin-bottom: 20px;
 padding-bottom: 10px;
 border-bottom: 1px solid;
	color: #fff;
	text-shadow: 2px 3px #000;
}
.mv_catch02{
	font-weight: bold;
	background: rgb(255 255 255 / 72%);
 padding: 14px;
}
#home #service_list,#home #COLUMN,#home #TOPICS{
	background: #f6f6f6;
}
.service_list01 li{
	margin-bottom: 20px;
}
.service_list01 li .txt_area{
	background: rgb(41 41 41 / 83%);
	width: 90%;
	margin: -91px auto 0;
 position: relative;
 padding: 20px;
 color: #FFF;
	box-sizing: border-box;
}
.service_list01 li .txt_area h3{
	margin-bottom: 10px;
	font-size: 18px;
}
.service_list01 li .txt_area h3 i{
	font-size: 10px;
	margin: -5px 3px 0 0;
}
.service_list01 li .txt_area .service_list01_btn{
	border: 2px solid #FFF;
	text-align: center;
 padding: 8px;
 border-radius: 29px;
	margin-top: 10px;
}
.study_group_box{
	margin-bottom: 30px;
}
.study_group_info li{
	background: #f4f4f4;
	padding: 25px;
	margin-bottom: 20px;
}
.study_group_info_date,.study_group_info_ttl01{
	font-weight: bold;
	margin-bottom: 8px;
}
.study_group_info_date{
	color: #595757;
}
.study_group_info_ttl01{
	font-size: 16px;
}
#COLUMN .cts_inner01{
	border-bottom: 1px solid #5d5d5d ;
}
.column_list li{
	position: relative;
	margin-bottom: 20px;
}
.column_list li .txt_area{
	width: 100%;
	background: rgb(41 41 41 / 83%);
 position: absolute;
	bottom: 0;
 padding: 15px;
 color: #FFF;
	box-sizing: border-box;
}
.column_list li .txt_area .ttl{
	font-size: 16px;
	font-weight: bold;
}
.topics_list li{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	font-weight: bold;
}
.topics_list li .date{
	color: #828282;
}
.topics_list li .ttl{
	font-size: 14px;
}
.topics_list li .ttl a{
	color: #393333;
}
.topics_list li .ttl a:hover{
	text-decoration: underline;
}
@media screen and (min-width:897px){
	.fade_slide li {
		width: 100%;
		position: relative;
 }	
	.fade_slide li .inner{
		width: 1200px;
		left: 0;
		right: 0;
		margin: auto;
		padding: 5% 0 0;
	}
	.fade_slide li img{
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.mv_catch01 {
  font-size: 60px;
  margin-bottom: 35px;
 padding-bottom: 44px;
  color: #fff;
	}
	.mv_catch02{
		padding: 44px;
		ine-height: 32px;
	}
	.service_list01{
		display: flex;
  flex-flow: wrap;
		justify-content: space-between;
	}
	.service_list01 li {
		position: relative;
  width: 48%;
}
	.service_list01 li img,.column_list li img{
		width: 100%;
	}
	.service_list01 li .txt_area{
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 20px 35px;
	}
	.service_list01 li .txt_area p{
		line-height: 22px;
	}
	.service_list01 li .txt_area .service_list01_btn{
		width: 300px;
		margin: 10px auto 0;
	}
	.study_group_box{
		display: flex;
		align-items: center;
		margin-bottom: 60px;
	}
	#home #study_group .study_group_info ul{
		display: flex;
		justify-content: space-between;
	}
	#home #study_group .study_group_info li{
		width: 49%;
		box-sizing: border-box;
		padding: 35px;
	}
	.column_list{
		display: flex;
  justify-content: space-between;
	}
	#home .column_list li {
		width: 32%;
 }
	#home .topics_list{
		width: 880px;
		margin: 0 auto;
	}
	#home .topics_list li{
		width: 100%;
	}
	#ABOUT{
		background: url("../img/home/img06.jpg") no-repeat top center;
	}
	#ABOUT .cts_box01{
		width: 850px;
		margin: 280px auto 0;
	}
}
/*-------------------------------------
	サービス
--------------------------------------*/
.service_main img{
	margin-bottom: 15px;
}
.service_main p{
	margin-bottom: 15px;
}
.service_main_sub{
	font-weight: bold;
	border: 1px solid;
 padding: 10px 15px;
}
.service_cts{
	background: #f6f6f6;
}
.service_point_list li{
	margin-bottom: 20px;
	background: #6d6d6d !important;
	padding: 20px;
	color: #FFF;
	box-sizing: border-box;
}
.service_case_box .cts_box01{
	background: #FFF;
}
.service_case_cts,.service_about_cts{
	margin-bottom: 30px;
}
.service_case_ttl{
	background: #434343;
	padding: 8px 20px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (min-width:897px){
	.support_list_box{
		width: 880px;
		margin: 0 auto;
		padding: 35px;
	}
	.support_list li{
		padding: 18px 30px;
		font-size: 18px;
	}
	#about .topics_list li{
		width: 32%;
	}
}
/*-------------------------------------
	SERVICE
--------------------------------------*/
#service .ttl01 img{
	width: 48px;
	margin: -6px 10px 0 0;
}
.service_cts li{
	background: #f2f2f2;
}
.service_cts li:nth-child(2n){
	background: #FFF;
}
.service_cts_box p,.service_cts_box img{
	margin-bottom: 15px;
}
.service_cts_box .ttl02{
	text-align: left;
}
@media screen and (min-width:897px){
	.service_main .ud_cts_inner{
		display: flex;
		flex-direction: row-reverse;
		align-items: start;
	}
	.service_main .proofreading{
		display: block;
	}
	.service_main img{
		margin: 0 0 0 40px;
	}
	.proofreading img{
		float: right;
	}
	.service_point_list{
		margin-bottom: 30px;
	}
	.service_point_list li{
		width: auto;
		padding: 26px;
	}
	.service_case_ttl {
		padding: 8px 30px;
  display: inline-block;
	}
	.service_about_cts{
		margin: 0 20px 30px;
	}
}
/*-------------------------------------
	study_group
--------------------------------------*/
.study_group_head{
	margin-bottom: 40px;
}
.study_group_head_txt{
	margin-bottom: 20px;
}
.study_group_info_endtxt{
	font-size: 18px;
	font-weight: bold;
	color: #D50003;
	margin-bottom: 8px;
}
#study_group .study_group_info .study_group_info_ttl02{
	margin-bottom: 20px;
}
@media screen and (min-width:897px){
	.study_group_head{
		display: flex;
		flex-wrap: nowrap;
		margin-bottom: 60px;
	}
	.study_group_head img{
		margin-left: 40px;
	}
	#study_group .study_group_info ul{
		display: block;
	}
	#study_group .study_group_info li {
  width: auto;
  box-sizing: border-box;
  margin-bottom: 30px;
		padding: 48px;
 }
}
/*-------------------------------------
	会社概要
--------------------------------------*/
.gmap{
	height: 352px;
}
@media screen and (min-width:897px){
	.gmap{
		height: 422px;
	}
}
/*-------------------------------------
	新着情報
--------------------------------------*/
#topics .topics_list li a{
	color: #393333;
}
#topics .topics_list li a:hover{
	text-decoration: underline;
}　　
.topics_single .date {
    color: #828282;
	font-weight: bold;
	
}
.topics_single .ttl {
    font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}
@media screen and (min-width:897px){
	#topics .topics_list,.topics_single{
		width: 852px;
		margin: 0 auto;
	}
	.topics_single .ttl{
		margin-bottom: 20px;
	}
}
/*-------------------------------------
	COLUMN
--------------------------------------*/
aside .ttl01{
	margin-bottom: 10px;
}
.aside_cts{
	margin-bottom: 30px;
}
.tag_list{
	display: flex;
	flex-flow: wrap;
}
.tag_list li{
	margin: 0 8px 8px 0;
}
.tag_list li a{
	font-size: 12px;
 color: #FFF;
 background: #CCC;
 border-radius: 10px;
 padding: 5px;
 display: block;
}
.aside_list li{
	display: flex;
	flex-direction: row-reverse;
	align-items: start;
	margin-bottom: 15px;
}
.aside_list li img{
	width: 30%;
 margin-right: 15px;
}
.aside_list li .txt_area .date{
	margin-bottom: 5px;
}
.aside_list li .txt_area .ttl{
	font-size: 14px;
}
.month_list li{
	margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}
aside .ttl02{
	font-size: 18px;
}
.column_area{
	margin-bottom: 40px;
}
.article_date_cat{
	font-size: 12px;
    margin-bottom: 4px;
}
.article_date_cat span {
    margin-left: 12px;
}
.single_ttl_box .article_ttl {
    font-size: 20px;
    margin: 0 0 8px;
    box-sizing: border-box;
    line-height: 30px;
    letter-spacing: 0.7px;
}
.sns_list {
    display: flex;
    margin-bottom: 20px;
}
.sns_list li {
    margin-right: 6px;
}
.single_mv {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.single_cts_area p {
    font-size: 15px;
    line-height: 30px;
    margin: 0 10px 20px;
    box-sizing: border-box;
}
.single_cts_area h2 {
    background: #f7f7f7;
    font-size: 18px;
    padding: 15px 12px;
    margin-bottom: 20px;
}
.single_cts_area h3{
	border-left: 2px solid #696969;
 padding: 8px 0 8px 8px;
 margin-bottom: 10px;
 font-size: 16px;
}
.single_cts_area img {
    margin-bottom: 10px;
    height: auto;
}
@media screen and (min-width:897px){
 .column_area{
  display: flex;
 }
	.column_area .column_list,.column_area .column_single{
		width: 852px;
		margin-right: 40px;
		flex-flow: wrap;
		align-items: start;
	}
	.column_list li {
   width: 48%;
 }
	.column_list li img{
		width: 100%;
	}
	.single_cts_area h2 {
    font-size: 22px;
    padding: 15px 20px;
	}
	.single_cts_area h3 {
    border-left: 4px solid #696969;
    padding: 8px 0 8px 11px;
    margin-bottom: 12px;
    font-size: 20px;
}
	.single_cts_area p {
  font-size: 16px;
  line-height: 32px;
  margin: 0 10px 30px;
	}
	aside{
		width: 318px;
	}
	aside .ttl01 {
  font-size: 18px;
	}
	aside .ttl01:after {
    margin: 13px 4px 0 8px;
 }
}
/*-------------------------------------
	資料ダウンロード
--------------------------------------*/
.download_list li{
	margin-bottom: 40px;
}
.download_list li .ttl{
	font-weight: bold;
}
@media screen and (min-width:897px){
	.download_list{
	display: flex;
	flex-wrap: wrap;
}
	.download_list li{
	 width: 32%;
	 margin-right: 2%;
 }
	.download_list li:nth-child(3n){
		margin-right: 0;
	}
	.download_list li img{
		width: 100%;
	}
	.download_list li .btn{
		margin-top: 15px;
	}
}
/*-------------------------------------
	お問い合わせ
--------------------------------------*/
#contact table{
 width: 100%;
 text-align: left;
}
#contact table th,#contact table td{
 width: 100%;
 display: block;
 box-sizing: border-box;
}
#contact table th{
 vertical-align: middle;
 text-align: left;
 position: relative;
 padding: 4% 0 1%;
	font-size: 15px;
	border-bottom: none;
}
#contact table td{
 vertical-align: middle;
 padding: 1% 0 4%;
 border-bottom: 1px solid #dedede;
 font-size: 14px;
}
#contact table .must {
 position: relative;
 top: 0;
 font-size: 11px;
 color: #fff;
 background-color: #b11901;
 display: inline-block;
 padding: 2px 9px;
 margin-left: 8px;
}
#contact .attention{
 font-size: 12px;
 font-weight: normal;
}
#contact table .size01 {
 width: 60%;
}
#contact table .size02 {
 width: 95%;
}
#contact .btn .confirmation_btn, #contact .btn .back_btn {
 background: #f6990a;
 width: 90%;
 padding: 15px 0;
 color: #FFF;
 font-size: 14px;
 margin-top: 20px;
}
#contact .btn .back_btn{
 background: #c2c2c2;
}
#contact table td .checkbox_list{
 display: block;
}
#contact table td .checkbox_list li{
 width: 100%;
}
#contact table input,#contact table textarea,input[type="submit"],input[type="button"],input[type="checkbox"]{
 background: #FFF;
 border: 1px solid #ccc;
 -webkit-appearance: none; 
 border-radius: 0;
 padding: 7px;
	width: 100%;
}
#contact input[type="file"]{
	border: none !important;
}
#contact table input,#contact table select{
 height: 45px;
}
#contact table textarea{
 height: 100px;
}
#contact .completion{
 margin-bottom: 210px;
 text-align: center;
}
#contact .submit_content .btn{
 text-align: center;
}
#contact .wpcf7-submit{
 background: #141414;
 color: #FFF;
 padding: 10px 0;
 width: 100%;
    border: none;
}
@media screen and (min-width:897px){
 #contact table th,#contact table td{
  display: table-cell;
		padding: 25px 0 15px;
		border-bottom: 1px solid #CCC;
 }
	#contact table th{
  width: 35%;
 }
 #contact table td{
  width: 65%;
 }
	#contact table input, #contact table select {
  width: 60%;
 }
	#contact table td .size_mail{
		width: 100%;
	}
 #contact table textarea {
  height: 151px;
 }
 #contact .wpcf7-submit {
  display: block;
  width: 300px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 15px 0;
  font-size: 16px;
 }
 #contact .confirmation {
  margin: 20px 0 40px;
 }
 #contact .submit_content table td,#contact .submit_content table th {
  border-bottom: 1px solid #dedede;
  padding: 25px 0;
  display: table-cell;
 }
}
/*-------------------------------------
	プライバシーポリシー
--------------------------------------*/
.privacy_list li{
	margin-bottom: 8%;
}
.privacy_list li .ttl02{
	margin-bottom: 12px;
}
@media screen and (min-width:897px){
	.privacy_list li{
	margin-bottom: 30px;
}
}