@charset "utf-8";

/* TOP Animation
-----------------------------------*/
.visible-pc {
	display: block;
}
.visible-sp {
	display: none;
}
#top{
	overflow: hidden;
}
.logo img{
	font-family: YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}

.main{
	position: relative;
    width: 100%;
}
.main .stage {
	position: relative;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.main .stage .layer {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
}
.main .stage .image {
	overflow: hidden;
	height: 0;
}
.main .stage .box {
	position: absolute;
	top: 0; left: 0;
	height: 0;
	background-color: rgba(0,0,0,0);
}
.main .stage .box span {
	display: block;
	padding: 80% 0 0 0;
	height: 0;
	background-color: rgba(255,255,255,0);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
/*	box-shadow: 0.4em 0.4em 0.8em 0px rgba(0,0,0,0.15);
*/}
.main .stage .layer1 .box {
	width: 620px;
	font-size: 62px;
}
.main .stage .layer2 .box {
	width: 480px;
	font-size: 48px;
}
.main .stage .layer3 .box {
	width: 400px;
	font-size: 40px;
}
.main .stage .layer4 .box {
	width: 150px;
	font-size: 28px;
}
.main .head {
	position: absolute;
	top: 50%; left: 50%;
	margin: -60px 0 0 -405px;
	width: 810px;
}
.main .head h1 .row {
	overflow: hidden;
	display: block;
	width: 0;
	-moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.7);
    		box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.7);
    border-radius: 5px;
}
.main .head h1 .mask {
	position: relative;
	display: block;
	width: 810px;
}
.main .head h1 .mask span {
	display: block;
	background-color: #000;
	color: #fff;
    font-size: 50px;
    padding: 5px;
}
.main .head h1 .mask:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
}
.main .head .site {
	font-size: 0;
	line-height: 0;
}
.main .head .site .row {
	overflow: hidden;
	display: block;
	margin: 16px auto 0;
	line-height: 30px;
}
.main .head .site .row01 {
	width: 0;
}
.main .head .site .row01 .mask {
	width: 150px;
}
.main .head .site .row02 {
	width: 0;
}
.main .head .site .row02 .mask {
	width: 90px;
}
.main .head .site .mask {
	position: relative;
	display: block;
	color: #000;
}
.main .head .site .mask span {
	display: block;
	background-color: #fff;
	color: #000;
	height: 30px;
	font-size: 25px;
	padding-left: 3px;
}
.main .head .site .mask:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
}
.opening-start .main .head h1 .row {
	-webkit-transition: width 0.8s cubic-bezier(0.9,0,0.1,1);
	        transition: width 0.8s cubic-bezier(0.9,0,0.1,1);
	width: 810px;
}
.opening-start .main .head .site .row01 {
	-webkit-transition: width 0.8s cubic-bezier(0.9,0,0.1,1) 0.1s;
	        transition: width 0.8s cubic-bezier(0.9,0,0.1,1) 0.1s;
	width: 150px;
}
.opening-start .main .head .site .row02 {
	-webkit-transition: width 0.8s cubic-bezier(0.9,0,0.1,1) 0.2s;
	        transition: width 0.8s cubic-bezier(0.9,0,0.1,1) 0.2s;
	width: 90px;
}
.opening-start .main .head h1 .mask:after,
.opening-start .main .head .site .row01 .mask:after,
.opening-start .main .head .site .row02 .mask:after,
.opening-start .main .head .site .row03 .mask:after {
	-webkit-transition: left 0.8s cubic-bezier(0.9,0,0.1,1) 1.1s;
	        transition: left 0.8s cubic-bezier(0.9,0,0.1,1) 1.1s;
	left: 100%;
}

/* Page Common
-----------------------------------*/
#mainImage{
	margin-top: 100px;
	background: url(../images/mainImage.jpg) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	color: #FFF;
	width: 100%;
	display: table;
	margin-bottom: 80px;
}
#mainImage .mainImage_txt{
	height: 350px;
	display: table-cell;
	vertical-align: middle;
}
#mainImage .mainImage_txt h1{
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 5.71rem;
	line-height: 100%;
	margin-bottom: 30px;
	font-weight: 600;
	font-style: italic;
}
#mainImage .mainImage_txt p{
	font-size: 1.14rem;
	line-height: 200%;
}

/* Index
-----------------------------------*/
#top h4{
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top #mainVisual{
	background: url(../images/mainvisual.png) no-repeat center center;
	height: calc(100vh - 100px);
	margin-top: 100px;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#top #ticker{
	background: #4C4C4C;
	padding: 10px 0;
}
#top #ticker .ticker_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#top #ticker .ticker_area h2{
	color: #FFF;
	font-size: 2.14rem;
	font-weight: 600;
	font-style: italic;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top #ticker .ticker_area .ticker{
	width: 775px;
	font-size: 1rem;
	background: #FFF;
	padding: 10px 35px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}
#top #ticker .ticker_area .ticker ul{
	width: 100%;
	position: relative;
} 
#top #ticker .ticker_area .ticker ul li{
	width: 100%;
	display: none;
	font-size: 1.14rem;
}
#top #ticker .ticker_area .ticker ul li a{
	text-decoration: none;
	color: #000;
}
#top #ticker .ticker_area .ticker ul li a span{
	font-weight: 600;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: 10px;
}
#top #content01{
	padding: 160px 0;
}
#top #content01 h2{
	font-size: 7.14rem;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 90px;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top #content01 h2 span{
	display: block;
	margin-top: 10px;
	padding-left: 10px;
	font-style: normal;
	line-height: 100%;
	font-size: 1.43rem;
}
#top #content01 .box01{
	margin-bottom: 150px;
}
#top #content01 .box01:last-of-type{
	margin-bottom: 0;
}
#top #content01 .box01 .txt{
	width: 480px;
}
#top #content01 .box01 .txt h3{
	font-weight: 600;
	font-size: 5rem;
	margin-bottom: 5px;
	font-style: italic;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 120%;
}
#top #content01 .box01 .txt h3 span{
	position: relative;
}
#top #content01 .box01 .txt h3 span:after{
	content: "";
	font-size: 14.29rem;
	position: absolute;
	font-style: italic;
	vertical-align: bottom;
	line-height: 90%;
	bottom: 0;
	z-index: -1;
	color: #E9E9E9;
}
#top #content01 .box01:nth-of-type(1) .txt h3 span:after{
	content: "Service";
	left: 20%;
}
#top #content01 .box01:nth-of-type(2) .txt h3 span:after{
	content: "Media";
	right: -200%;
}
#top #content01 .box01:nth-of-type(3) .txt h3 span:after{
	content: "Service";
	left: 20%;
}
#top #content01 .box01 .txt h4{
	font-weight: 600;
	font-size: 1.43rem;
	line-height: 140%;
	margin-bottom: 20px;
}
#top #content01 .box01 .txt .content{
	font-size: 1.14rem;
	line-height: 200%;
	margin-bottom: 20px;
}
#top #content01 .box01 .txt .btn{
	position: relative;
	max-width: 235px;
	margin-top: 100px;
	font-weight: 500;
	font-size: 2.14rem;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top #content01 .box01 .txt .btn:after{
	content: "\f344";
	color: #fff;
	font-family: "dashicons";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#top #content01 .box01 .txt .btn a{
	display: block;
	color: #fff;
	background: #000;
	text-decoration: none;
	border: 2px solid  #000;
	padding: 5px 10px;
    font-size: 15px;
}
#top #content01 .box01:nth-of-type(1) .txt{
	float: left;
	padding-top: 210px;
}
#top #content01 .box01:nth-of-type(1) .image{
	margin-left: -100px;
	padding-top: 210px;
	float: right;
}
#top #content01 .box01:nth-of-type(2) .txt{
	float: right;
	padding-top: 100px;
}
#top #content01 .box01:nth-of-type(2) .image{
	margin-right: -50px;
	float: left;
}
#top #content01 .box01:nth-of-type(3) .txt{
	float: right;
	padding-top: 100px;
}
#top #content01 .box01:nth-of-type(3) .image{
	margin-left: -120px;
	float: left;
}
#top #content01 .box01 .txt ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top #content01 .box01 .txt ul li{
	margin-bottom: 10px;
	margin-right: 10px;
}
#top #content01 .box01 .txt ul li:nth-child(even){
	margin-right: 0;
}
#top #content01 .box01 .image .img{
	width: 80%;
	margin: auto 0;
}



#top #content02{
	padding: 150px 0 200px 0;
	background: url(../images/bg_office.png) no-repeat center;
	background-size: cover;
	position: relative;
}
#top #content02 .Inner_content{
	position: relative;
	z-index: 99;
}
#top #content02 .particles02{
	position: absolute;
	top: 0;
}
#top #content02 h2{
	font-weight: 600;
	font-size: 5rem;
	margin-bottom: 10px;
	font-style: italic;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 200%;
	margin-bottom: 20px;
	color: #fff;
}
#top #content02 h2 span{
	display: block;
	font-size: 1.43rem;
	font-style: normal;
	line-height: 80%;
}
#top #content02 .content{
	max-width: 440px;
	font-size: 1.14rem;
	line-height: 200%;
	margin-bottom: 70px;
	color: #fff;
}
#top #content02 .btn{
	position: relative;
	max-width: 235px;
	font-weight: 500;
	font-size: 2.14rem;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top #content02 .btn:after{
	content: "\f344";
	color: #FFF;
	font-family: "dashicons";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#top #content02 .btn a{
	display: block;
	color: #fff;
	background: #000;
	text-decoration: none;
	border: 2px solid  #000;
	padding: 5px 10px;
	font-size: 15px;
}
#top #content03 ul{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	margin: 0 auto;
}
/*#top #content03 ul li{
	text-align: center;
	display: table;
	width: 33.3%;
	padding: 40px 45px;
	height: 517px;
	color: #FFF;
	position: relative;
	box-sizing: border-box;
}*/
#top #content03 ul li{
	text-align: center;
	/*display: table;*/
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 492px;
	/*padding: 40px 45px;
	height: 560px;*/
	color: #FFF;
	position: relative;
	box-sizing: border-box;
}
/*#top #content03 ul li:before{
	content: '';
	display: block;
	padding-top: 100%;
}*/
#top #content03 ul li .box01{
	/*position: absolute;
	top: 100px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;*/
	padding: 100px 45px; 
	/*width: 100%;
	height: 100%;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
    flex-flow: column;
    justify-content: center;
}
#top #content03 ul li:nth-child(1){
	background: url(../images/bg_mvv.png) center center no-repeat;
	background-size: cover;
}
#top #content03 ul li:nth-child(2){
	background: url(../images/bg_company.png) top center no-repeat;
	background-size: cover;
}
#top #content03 ul li:nth-child(3){
	background: url(../images/top_company01.jpg) center center no-repeat;
	background-size: cover;
}
#top #content03 ul li h3{
	font-size: 3.5rem;
	font-weight: 600;
	font-style: italic;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 40px;
}
#top #content03 ul li .content_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
#top #content03 ul li .content{
	font-size: 1.14rem;
	line-height: 200%;
	max-width: 440px;
	margin: 0 15px 0 0;
	text-align: left;
}
/*#top #content03 ul li .btn{
	position: relative;
	max-width: 235px;
	width: 160px;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
	font-weight: 500;
	font-size: 2.14rem;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top #content03 ul li .btn:after{
	content: "\f344";
	color: #000;
	font-family: "dashicons";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}*/
#top #content03 ul li .btn a{
	display: block;
	text-decoration: none;
	border: 2px solid  #fff;
	padding: 5px 10px;
	font-size: 15px;
}
#top #content04{
	padding: 100px 0;
}
#top #content04 .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
#top #content04 .txt{
	font-size: 18px;
	line-height: 1.5;
}
#top #content04 .txt .date{
	font-size: 14px;
}
#top #content04 .title h2{
	font-weight: 600;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 4.29rem;
}
#top #content04 .title .btn{
	position: relative;
	max-width: 160px;
	width: 100%;
	font-weight: bold;
	text-align: left;
	font-weight: 500;
	font-size: 1.29rem;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top #content04 .title .btn:after{
	content: "\f344";
	color: #fff;
	font-family: "dashicons";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#top #content04 .title .btn a{
	display: block;
	color: #fff;
	background: #000;
	text-decoration: none;
	border: 2px solid  #000;
	padding: 5px 10px;
	font-size: 15px;
}
#top #content04 .left{
	/*width: 450px;*/
	width: 100%;
	float: left;
}
#top #content04 .left ul li{
	border-bottom: 1px solid  #ccc;
	font-size: 1rem;
}
#top #content04 .left ul li a{
	padding: 20px 0;
	display: block;
	text-decoration: none;
	color: #000;
}
#top #content04 .left ul li a span{
	margin-right: 15px;
	font-size: 0.86rem;
	font-weight: 600;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top #content04 .right{
	width: 460px;
	float: right;
}
#top #content04 .right ul li{
	margin-bottom: 20px;
}
#top #content04 .right ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #000;
}
#top #content04 .right ul li a .image{
	width: 130px;
}
#top #content04 .right ul li a .txt{
	width: 300px;
}
#top #content04 .right ul li a .txt .date{
	font-size: 1rem;
	font-weight: 600;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 10px;
}
#top #content04 .bottom{
	margin-top: 60px;
}
#top #content04 .bottom ul{
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}
#top #content04 .bottom ul.under{
	margin-top: -65px;
}
#top #content04 .bottom ul.under img{
	width: 100%;
}
#top #content04 .bottom ul li{
	width: 475px;
}

/* Service
-----------------------------------*/
#service h2{
	text-align: center;
	margin-bottom: 80px;
}
#service .box01{
	position: relative;
	margin-bottom: 60px;
}
#service .box01:after{
	content: "";
	background: #F1F1F1;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 407px;
	width: 370px;
	z-index: -1;
}
#service .box01 .txt{
	background: url(../images/num_service01.png) no-repeat left top #fff;
	width: 520px;
	padding: 40px 60px 60px 60px;
	position: absolute;
	right: 40px;
	bottom: 0;
	z-index: 10;
}
#service .box01 .txt h3{
	font-size: 1.86rem;
	font-weight: bold;
	margin-bottom: 80px;
	line-height: 180%;
}
#service .box01 .txt p{
	font-size: 1.14rem;
	line-height: 200%;
}
#service .topics{
	background: #F8F8F8;
	padding: 0 110px 70px 110px;
	margin-bottom: 180px;
}
#service .topics h3{
	text-align: center;
	margin-bottom: 80px;
}
#service .topics ul{
	display: flex;
	flex-wrap: wrap;
}
#service .topics ul li{
	width: 50%;
	display: flex;
	margin-bottom: 40px;
}
#service .topics ul .image{
	width: 105px;
	padding-right: 30px;
}
#service .topics ul .txt{
	width: 320px;
}
#service .topics ul .txt h4{
	font-size: 1.43rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#service .topics ul .txt p{
	line-height: 180%;
	font-size: 1rem;
}
#service .box02{
	position: relative;
	margin-bottom: 120px;
}
#service .box02 .image{
	text-align: right;
}
#service .box02:after{
	content: "";
	background: #F1F1F1;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 407px;
	width: 370px;
	z-index: -1;
}
#service .box02 .txt{
	background: url(../images/num_service02.png) no-repeat left top #fff;
	width: 520px;
	padding: 40px 60px 60px 60px;
	position: absolute;
	left: 40px;
	bottom: 0;
	z-index: 10;
}
#service .box02 .txt h3{
	font-size: 1.86rem;
	font-weight: bold;
	margin-bottom: 80px;
	line-height: 180%;
}
#service .box02 .txt p{
	font-size: 1.14rem;
	line-height: 200%;
}
#service .box03{
	position: relative;
	margin-bottom: 120px;
}
#service .box03:after{
	content: "";
	background: #F1F1F1;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 407px;
	width: 370px;
	z-index: -1;
}
#service .box03 .txt{
	background: url(../images/num_service03.png) no-repeat left top #fff;
	width: 520px;
	padding: 40px 60px 60px 60px;
	position: absolute;
	right: 40px;
	bottom: 0;
	z-index: 10;
}
#service .box03 .txt h3{
	font-size: 1.86rem;
	font-weight: bold;
	margin-bottom: 80px;
	line-height: 180%;
}
#service .box03 .txt p{
	font-size: 1.14rem;
	line-height: 200%;
}
#service .box04{
	position: relative;
	margin-bottom: 400px;
}
#service .box04 .image{
	text-align: right;
}
#service .box04:after{
	content: "";
	background: #F1F1F1;
	position: absolute;
	top: 80px;
	left: 0;
	height: 407px;
	width: 370px;
	z-index: -1;
}
#service .box04 .txt{
	background: url(../images/num_service04.png) no-repeat left top #fff;
	width: 960px;
	padding: 40px 60px 20px 60px;
	position: absolute;
	left: 40px;
	top: 80px;
	z-index: 10;
}
#service .box04 .txt h3{
	font-size: 1.86rem;
	font-weight: bold;
	margin-bottom: 80px;
	line-height: 180%;
}
#service .box04 .txt p{
	font-size: 1.14rem;
	line-height: 200%;
	margin-bottom: 50px;
}
#service .box04 .txt ul{
	display: flex;
	flex-wrap: wrap;
}
#service .box04 .txt ul li{
	width: 50%;
	display: flex;
	margin-bottom: 40px;
}
#service .box04 .txt ul li .image02{
	width: 105px;
	padding-right: 30px;
}
#service .box04 .txt ul li .txt02{
	width: 320px;
}
#service .box04 .txt ul li .txt02 h4{
	font-size: 1.43rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#service .box04 .txt ul li .txt02 p{
	line-height: 180%;
	font-size: 1rem;
}

/* About
-----------------------------------*/
#about{
	
}
#about .content{
	/* padding: 120px 0 140px 0; */
	border-bottom: 2px solid  #E8E8E8;
	padding-bottom: 140px;
	margin-bottom: 120px;
}
#about .content:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#about h2{
	margin-bottom: 30px;
}
#about h3{
	/*font-family: "游明朝";*/
	font-family: YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	font-size: 2.14rem;
	font-weight: bold;
	line-height: 180%;
	margin-bottom: 50px;
}
#about p{
	font-size: 1.14rem;
	line-height: 200%;
}
#about .content .txt01{
	padding: 70px 0 0 50px;
	position: relative;
	line-height: 2;
    font-size: 18px; 
}
#about .content .txt01:before{
	content: "";
	width: 80px;
	height: 2px;
	background: #E9E9E9;
	position: absolute;
	left: 0;
	top: 0;
}
#about .content .txt01:after{
	content: "";
	width: 2px;
	height: 80px;
	background: #E9E9E9;
	position: absolute;
	left: 0;
	top: 0;
}
#about ul{
}
#about ul li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
#about ul li:last-child{
	margin-bottom: 0;
}
#about ul li .image{

}
#about ul li .txt02{
	width: 550px;
}
#about ul li .txt02 h4{
	font-size: 1.71rem;
	font-weight: bold;
	margin-bottom: 30px;
}
#about ul li .txt02 p{

}
#about .txt03{
	text-align: center;
	padding: 50px 80px;
	background: url(../images/img_about05_02.jpg);
}
#about .txt03 p{
	line-height: 220%;
	margin-bottom: 40px;
}
#about .txt03 .sign{
	text-align: right;
}

/* Company
-----------------------------------*/
#company .content{
	padding-bottom: 80px;
}
#company h2{
	border-bottom: 2px solid  #000;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
#company h2 span{
	font-size: 2.43rem;
	margin-right: 25px;
}
#company .table01{
	display: flex;
	justify-content: space-between;
}
#company .table01 table{
	/*width: 450px;*/
	width: 100%; 
	font-size: 1rem;
	text-align: left;
	line-height: 180%;
}
#company .table01 table th,
#company .table01 table td{
	vertical-align: top;
	padding: 15px 0;
	border-bottom: 1px solid  #dedede;
}
#company .table01 table th{
	width: 100px;
}
#company .txt01{
	line-height: 200%;
	margin-bottom: 20px;
}
#company .map iframe{
	width: 100%;
	height: 400px;
}
#company .table02{
	width: 100%;
	line-height: 180%;
}
#company .table02 th{
	width: 80px;
	font-weight: bold;
	text-align: left;
}
#company .table02 th,
#company .table02 td{
	vertical-align: middle;
	padding: 15px 0;
}
#company .table02 .td01{
	width: 30px;
	text-align: center;
	position: relative;
}
#company .table02 .td01 span{
	display: block;
	margin: 0 auto;
	width: 14px;
	height: 14px;
	background: #000;
	-webkit-border-radius: 7px;
	        border-radius: 7px;
}
#company .table02 .td01:before{
	content: "";
	width: 2px;
	height: 50%;
	background: #000;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
}
#company .table02 .td01:after{
	content: "";
	width: 2px;
	height: 50%;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
}
#company .table02 tr:first-child .td01:before,
#company .table02 tr:last-child .td01:after{
	display: none;
}
#company .table02 .td02{
	padding-left: 30px;
}

/* Recruit
-----------------------------------*/
#recruit h2{
	font-size: 1.71rem;
	font-weight: bold;
	margin-bottom: 30px;
}
#recruit h3{
	font-size: 1.43rem;
	font-weight: bold;
	margin-bottom: 30px;
}
#recruit .box01{
	display: flex;
	justify-content: space-between;
	font-size: 1.14rem;
	line-height: 180%;
	margin-bottom: 70px;
}
#recruit .box01 .left{
	width: 485px;
}
#recruit .box01 .right{
	width: 380px;
	padding-left: 40px;
	border-left: 2px solid  #dedede;
}
#recruit .box01 .right p{
	margin-bottom: 20px;
}
#recruit .box01 .right p:last-child{
	margin-bottom: 0;
}
#recruit .list01{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
#recruit .list01 li{
	
}
#recruit .list02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#recruit .list02 li{
	width: 470px;
	min-height: 360px;
	padding: 30px;
	border: 3px solid  #EBEBEB;
	margin-bottom: 20px;
	line-height: 200%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#recruit .list02 li h4{
	font-size: 1.71rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#recruit .list02 li p{
	margin-bottom: 20px;
}
#recruit .list02 li p:last-child{
	margin-bottom: 0;
}

/* Agent Recruitment
-----------------------------------*/
#agent #content01{
		
}
#agent h2{
	position: relative;
	text-align: center;
	margin-bottom: 80px;
}
#agent h2 span{
	padding: 5px 15px;
	background: #000;
	color: #FFF;
	font-size: 1.14rem;
}
#agent h2:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 1px;
	background: #000;
}
#agent h3{
	font-family: "游明朝";
	font-size: 2.57rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 80px;
	line-height: 140%;
}
#agent .txt01{
	text-align: center;
	line-height: 200%;
	margin-bottom: 80px;
	font-size: 1.14rem;
}
#agent .txt01 p{
	margin-bottom: 40px;
}
#agent .txt01 p:last-child{
	margin-bottom: 0;
}
#agent ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
#agent ul li{

}
#agent .btn{
	max-width: 440px;
	margin: 0 auto;
	font-size: 1.43rem;
	font-weight: bold;
	text-align: center;
}
#agent .btn a{
	background: #B40019;
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 25px 0;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

/* Creator
-----------------------------------*/
#creator .content > ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#creator .content > ul > li{
	width: 440px;
	margin-bottom: 80px;
}
#creator .content > ul > li .image{
	margin-bottom: 40px;
	text-align: center;
}
#creator .content > ul > li h2{
	font-size: 1.14rem;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 10px;
}
#creator .content > ul > li h2 span{
	padding-right: 15px;
	font-size: 2.5rem;
	font-weight: bold;
}
#creator .content > ul > li h3{
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.14rem;
	margin-bottom: 20px;
}
#creator .content > ul > li p{
	font-size: 1.14rem;
	line-height: 180%;
	margin-bottom: 30px;
}
#creator .content > ul > li .sns{
	font-size: 0;
}
#creator .content > ul > li .sns li{
	display: inline-block;
	margin-right: 15px;
}
#creator .content > ul > li .sns li a{
	text-decoration: none;
	color: #959EA7;
}
#creator .content > ul > li .sns li a span{
	font-size: x-large;
}

/* FAQ
-----------------------------------*/
#faq{
	
}
#faq h2{
	font-size: 2.14rem;
	font-weight: bold;
	margin-bottom: 30px;
}
#faq dl{
	font-size: 1.29rem;
	line-height: 180%;
	margin-bottom: 100px;
}
#faq dl dt,
#faq dl dd{
	padding: 20px 0;
}
#faq dl dt{
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid  #dedede;
}
#faq dl dt:before{
	content: "";
	width: 1px;
	height: 20px;
	background: #535353;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -10px;
}
#faq dl dt:after{
	content: "";
	height: 1px;
	width: 20px;
	background: #535353;
	position: absolute;
	right: 25px;
	top: 50%;
}
#faq dl dt.active:before{
	display: none;
}
#faq dl dd{
	display: none;
	padding-bottom: 60px;
}
#faq dl .box{
	display: flex;
}
#faq dl .box .image{
	width: 60px;
}
#faq dl .box .txt{
	padding-top: 10px;
	width: 830px;
	padding-left: 30px;
}

/* Privacy Policy
-----------------------------------*/
#pp .txt01{
	margin-bottom: 60px;
	line-height: 180%;
}
#pp .txt01 h2{
	font-weight: bold;
	font-size: 1.29rem;
	border-bottom: 1px solid  #dedede;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#pp .txt01 p{
	margin-bottom: 40px;
}
#pp .txt01 p:last-of-type{
	margin-bottom: 0;
}

/* Session
-----------------------------------*/
#session ul li{
	background: url(../images/bg_session01.png) no-repeat left bottom #000;
	margin-bottom: 40px;
}
#session ul li a{
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
}
#session ul li a .image{
	/*float: right;*/
	flex-order: 2;
	-webkit-box-ordinal-group: 2;
	order: 2;
	width: 60%;
}
#session ul li a .txt{
	width: 320px;
	/*float: left;*/
	flex-order: 1;
	-webkit-box-ordinal-group: 1;
	order: 1;
	font-size: 1.43rem;
	line-height: 220%;
	padding: 50px 80px;
	font-family: "游明朝";
	font-weight: bold;
	letter-spacing: 0.5rem;
}

/* Session Info
-----------------------------------*/
#session_info{
	margin-top: 100px;
	line-height: 180%;
}
#session_info .lead{
	background: url(../images/bg_session01.png) no-repeat left bottom #000;
	margin-bottom: 100px;
	color: #fff;
	display: flex;
	align-items: center;
}
#session_info .lead .image{
	/*float: right;*/
	flex-order: 2;
	-webkit-box-ordinal-group: 2;
	order: 2;
}
#session_info .lead .txt{
	flex-order: 1;
	-webkit-box-ordinal-group: 1;
	order: 1;
	width: 320px;
	/*float: left;*/
	font-size: 1.43rem;
	line-height: 220%;
	padding: 50px 80px;
	font-family: "游明朝";
	font-weight: bold;
	letter-spacing: 0.5rem;
}
#session_info #content01 h2{
	font-size: 1.71rem;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 140%;
}
#session_info .txt01{
	font-size: 1.14rem;
	margin-bottom: 60px;
}
#session_info .copy{
	margin-bottom: 80px;
}
#session_info .copy.images .image{
	/*float: right;*/
	margin-bottom: 30px;
}
#session_info .copy.images .image img{
	width: 100%;
}
#session_info .copy .txt02{
	font-size: 1.14rem;
}
#session_info .copy.images .txt02{
/*	float: left;
*/	width: 100%;
}
#session_info .copy .txt02 h3{
	font-weight: 500;
	margin-bottom: 25px;
}
#session_info .copy .txt02 p{
	margin-bottom: 10px;
}
#session_info .copy .txt02 p:last-child{
	margin-bottom: 0;
}
#session_info .list01{
	display: flex;
	margin: 40px 0 100px 0;
}
#session_info .list01 li{
	width: 100%;
}
#session_info .profile{
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
	border-top: 2px solid  #E4E4E4;
	border-bottom: 2px solid  #E4E4E4;
}
#session_info .profile .image{
	width: 240px;
}
#session_info .profile .txt03{
	width: 670px;
}
#session_info .profile .txt03 h4{
	font-size: 1.71rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#session_info .profile .txt03 h5{
	font-size: 1.14rem;
	font-weight: 500;
	margin-bottom: 20px;
}
#session_info .profile .txt03 p{
	font-size: 1rem;
}
#session_info #content02{
	margin-top: 100px;
}
#session_info #content02 h2{
	font-size: 2.86rem;
	line-height: 120%;
	font-weight: bold;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 20px;
	border-left: 5px solid  #000;
	margin-bottom: 40px;
}
#session_info #content02 ul li{
	margin-bottom: 40px;
	background: url(../images/bg_session01.png) no-repeat left bottom #000;
}
#session_info #content02 ul li a{
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
}
#session_info #content02 ul li a .image{
	/*float: right;*/
	flex-order: 2;
	-webkit-box-ordinal-group: 2;
	order: 2;
}
#session_info #content02 ul li a .txt{
	flex-order: 1;
	-webkit-box-ordinal-group: 1;
	order: 1;
	width: 320px;
	/*float: left;*/
	font-size: 1.43rem;
	line-height: 220%;
	padding: 50px 80px;
	font-family: "游明朝";
	font-weight: bold;
	letter-spacing: 0.5rem;
}
#session_info #content02 .btn{
	max-width: 440px;
	margin: 0 auto;
	text-align: center;
}
#session_info #content02 .btn a{
	display: block;
	text-decoration: none;
	border: 2px solid  #000;
	color: #fff;
	background: #000;
	padding: 20px 0;
	font-size: 1.14rem;
	font-weight: bold;
}

/* Works
-----------------------------------*/
#works .list01{
	display: flex;
	border-bottom: 2px solid  #000;
	margin-bottom: 60px;
}
#works .list01 li{
	width: 133px;
	text-align: center;
	font-size: 1.43rem;
	font-weight: 600;
	margin-right: 5px;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#works .list01 li:last-child{
	margin-right: 0;
}
#works .list01 li a{
	color: #FFF;
	text-decoration: none;
	padding: 10px 0;
	background: #B2B2B2;
	display: block;
	font-size: 1rem;
}
#works .list01 li a.active{
	background: #000;
}
#works .list02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#works .list02 li{
	width: 465px;
	margin-bottom: 60px;
}
#works .list02 li a{
	text-decoration: none;
	color: #000;
}
#works .list02 li .image{
	margin-bottom: 15px;
}
#works .list02 li table{
	width: 100%;
}
#works .list02 li table th,
#works .list02 li table td{
	padding: 5px 0;
}
#works .list02 li table th{
	width: 100px;
	text-align: center;
	font-weight: bold;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
}
#works .list02 li table th span{
	display: block;
	background: #000;
	padding: 5px 0;
	color: #FFF;
}
#works .list02 li table td{
	padding: 0 30px;
	font-size: 1.14rem;
}

/* Works Info
-----------------------------------*/
#works_info{
	margin-top: 100px;
	line-height: 180%;
}
#works_info .bx-wrapper{
	padding: 0;
	margin-bottom: 10px;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#works_info .bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: 50%;
	outline: 0;
	margin-top: -7px;
	width: 13px;
	height: 20px;
	text-indent: -9999px;
	z-index: 9995;
}
#works_info .bx-wrapper .bx-prev{
	left: 20px;
	background: url(../images/ico_slide.svg) no-repeat center center;
}
#works_info .bx-wrapper .bx-next{
	right: 20px;
	background: url(../images/ico_slide.svg) no-repeat center center;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}
#works_info .pager{
	display: flex;
	margin-bottom: 110px;
}
#works_info .pager a{
	display: block;
	width: 232px;
	margin-right: 10px;
}
#works_info .pager a:last-child{
	margin-right: 0;
}
#works_info .info{
	margin-bottom: 120px;
	display: flex;
	justify-content: space-between;
}
#works_info .info h2{
	font-size: 2.14rem;
	line-height: 120%;
	font-weight: bold;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 20px;
	border-left: 5px solid  #000;
	margin-bottom: 20px;
}
#works_info .info .left{
	width: 100%;
}
#works_info .info .left p{
	font-size: 1rem;
	margin-bottom: 40px;
}
#works_info .info .left table{
	width: 100%;
}
#works_info .info .left table th,
#works_info .info .left table td{
	padding: 5px 0;
}
#works_info .info .left table th{
	width: 100px;
	text-align: center;
	font-weight: bold;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
}
#works_info .info .left table th span{
	display: block;
	background: #000;
	padding: 5px 0;
	color: #FFF;
}
#works_info .info .left table td{
	padding: 0 30px;
	font-size: 1.14rem;
}
#works_info .info .right{
	width: 475px;
}
#works_info #content02 h2{
	font-size: 2.86rem;
	line-height: 120%;
	font-weight: bold;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 20px;
	border-left: 5px solid  #000;
	margin-bottom: 40px;
}
#works_info #content02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#works_info #content02 ul li{
	width: 465px;
	margin-bottom: 60px;
}
#works_info #content02 ul li a{
	text-decoration: none;
	color: #000;
}
#works_info #content02 ul li .image{
	margin-bottom: 15px;
}
#works_info #content02 ul li table{
	width: 100%;
}
#works_info #content02 ul li table th,
#works_info #content02 ul li table td{
	padding: 5px 0;
}
#works_info #content02 ul li table th{
	width: 100px;
	text-align: center;
	font-weight: bold;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
}
#works_info #content02 ul li table th span{
	display: block;
	background: #000;
	padding: 5px 0;
	color: #FFF;
}
#works_info #content02 ul li table td{
	padding: 0 30px;
	font-size: 1.14rem;
}
#works_info #content02 .btn{
	max-width: 440px;
	margin: 0 auto;
	text-align: center;
}
#works_info #content02 .btn a{
	display: block;
	text-decoration: none;
	border: 2px solid  #000;
	color: #fff;
	background: #000;
	padding: 20px 0;
	font-size: 1.14rem;
	font-weight: bold;
}

/* News
-----------------------------------*/
#news #news_wrap{
	display: flex;
	justify-content: space-between;
}
#news #news_wrap #news_main{
	width: 710px;
}
#news #news_wrap #news_main .news_list{
	line-height: 180%;
}
#news #news_wrap #news_main .news_list li{
	margin-bottom: 50px;
}
#news #news_wrap #news_main .news_list li a{
	display: flex;
	text-decoration: none;
	color: #000;
	justify-content: space-between;
}
#news #news_wrap #news_main .news_list li a .image{
	width: 200px;
}
#news #news_wrap #news_main .news_list li a .txt{
	width: 480px;
}
#news #news_wrap #news_main .news_list li a .txt h2{
	font-size: 1.71rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 20px;
}
#news #news_wrap #news_main .news_list li a .txt .body{
	font-size: 1rem;
	margin-bottom: 20px;
}
#news #news_wrap #news_main .news_list li a .txt .date{
	font-size: 1rem;
	font-weight: bold;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news #news_wrap #news_main .news_single{
	margin-bottom: 120px;
	font-size: 1.14rem;
	line-height: 200%;
	color: #000;
}
#news #news_wrap #news_main .news_single p{
	margin-bottom: 20px;
}
#news #news_wrap #news_main .news_single p:last-child{
	margin-bottom: 0;
}
#news #news_wrap #news_main .news_single h2{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
	color: #000;
}
#news #news_wrap #news_main .news_single .image{
	margin-bottom: 40px;
}
#news #news_wrap #news_main .others h2{
	font-size: 1.14rem;
	font-weight: bold;
	line-height: 140%;
	border-left: 5px solid  #707070;
	border-bottom: 1px solid  #707070;
	padding: 10px 0 10px 10px;
	margin-bottom: 40px;
}
#news #news_wrap #news_main .others ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#news #news_wrap #news_main .others ul li{
	width: 335px;
	margin-bottom: 70px;
}
#news #news_wrap #news_main .others ul li a{
	text-decoration: none;
	color: #000;
}
#news #news_wrap #news_main .others ul li a .image{
	margin-bottom: 15px;
}
#news #news_wrap #news_main .others ul li a .date{
	margin-bottom: 15px;
	font-size: 0.93rem;
	font-weight: bold;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news #news_wrap #news_main .others ul li a .txt{
	font-size: 1rem;
	line-height: 180%;
}
#news #news_wrap #news_main .others .btn{
	max-width: 440px;
	margin: 0 auto;
	text-align: center;
}
#news #news_wrap #news_main .others .btn a{
	display: block;
	text-decoration: none;
	border: 2px solid  #000;
	color: #fff;
	background: #000;
	padding: 20px 0;
	font-size: 1.14rem;
	font-weight: bold;
}
#news .others .title{
	margin-bottom: 5px;
	line-height: 1.5;
}
#news .others .txt{
	line-height: 1.5;
}

/* Contact
-----------------------------------*/
#contact .txt01{
	font-size: 1.14rem;
	line-height: 220%;
	margin-bottom: 80px;
}
#contact table{
	width: 100%;
	margin-bottom: 50px;
}
#contact table th,
#contact table td{
	display: block;
	font-size: 1.14rem;
	text-align: left;
}
#contact table th{
	font-weight: bold;
	padding: 15px 0 5px 0;
}
#contact table th span{
	display: inline-block;
	font-size: 0.86rem;
	color: #FFF;
	background: #EE5465;
	margin-right: 15px;
	padding: 3px 5px;
	vertical-align: middle;
}
#contact table td{
	padding: 5px 0 15px 0;
}
#contact table td input[type="text"],
#contact table td input[type="tel"],
#contact table td input[type="email"],
#contact table td textarea{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #F3F3F3;
	font-size: 1.14rem;
	border: none;
	padding: 10px;
	width: 100%;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#contact table td select{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #F3F3F3;
	font-size: 1.14rem;
	border: none;
	padding: 10px;
	width: 50%;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#contact table td textarea{
	height: 100px;
}
#contact .btn{
	text-align: center;
}
#contact .btn p{
	color: #747474;
	margin-bottom: 15px;
}
#contact .btn p a{
	color: #747474;
}
#contact .btn input[type="submit"]{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
	max-width: 340px;
	width: 100%;
	margin: 0 auto;
	display: block;
	background: #FD9800;
	color: #fff;
	padding: 20px 0;
	font-size: 1.43rem;
	font-weight: bold;
	text-align: center;
	outline-style: none;
	border: none;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

/* 404 Not Found
-----------------------------------*/
#notfound h2{
	font-weight: bold;
	font-size: 1.29rem;
	line-height: 140%;
	border-bottom: 1px solid  #dedede;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#notfound p{
	line-height: 180%;
}

/* 768px以下の場合 */
@media screen and (max-width: 768px) {
	/* Page Common
	-----------------------------------*/
	.visible-pc {
		display: none !important;
	}
	.visible-sp {
		display: block !important;
	}
	#mainImage{
		margin-top: 50px;
		margin-bottom: 40px;
	}
	#mainImage .mainImage_txt{
		padding: 15% 0;
		height: auto; 
	}
	#mainImage .mainImage_txt h1{
		font-size: 2.86rem;
		margin-bottom: 20px;
	}
	#mainImage .mainImage_txt p{
		/*font-size: 1rem;*/
		font-size: .8rem;
		line-height: 180%;
	}
	#mainImage .mainImage_txt .inner{
		line-height: 1.5;
	}
	#mainImage .mainImage_txt .inner,
	#mainImage .mainImage_txt p{
		font-size: 14px; 
	}
	
	/*============================================================
		メイン
	*/
	.main .head h1 .mask span{
		font-size: 28px !important;
	}
	.main .stage{
		overflow: hidden;
	}
	.main .stage .layer1 .box {
		width: 310px;
		font-size: 31px;
	}
	.main .stage .layer2 .box {
		width: 240px;
		font-size: 24px;
	}
	.main .stage .layer3 .box {
		width: 200px;
		font-size: 20px;
	}
	.main .stage .layer4 .box {
		width: 140px;
		font-size: 14px;
	}
	.main .head {
		margin: -105px 0 0 -150px;
		width: 300px;
	}
	.main .head h1 .row01 .mask {
		width: 300px;
		text-align: center;
	}
	.main .head h1 .row02 {
		margin: 22px 0 0 0;
	}
	.main .head h1 .row02 .mask {
		width: 220px;
		text-align: center;
	}
	.main .head .site {
		padding: 23px 0 0 0;
		width: 100%;
	}
	.main .head .site .row01 .mask {
		width: 150px;
		text-align: center;
	}
	.main .head .site .row02 .mask {
		width: 70px;
		text-align: center;
		margin: 10px auto;
	}
	.main .head .site .row {
		margin: 13px 0 0 0;
	}
	.main .head .site .row span{
		font-weight: 700 !important;
		font-size: 20px !important;
	}
	/* オープニング */
	.opening-start .main .head h1 .row01 {
		-webkit-transition: width 0.6s cubic-bezier(0.9,0,0.1,1);
		        transition: width 0.6s cubic-bezier(0.9,0,0.1,1);
		width: 300px;
	}
	.opening-start .main .head h1 .row02 {
		-webkit-transition: width 0.6s cubic-bezier(0.9,0,0.1,1) 0.1s;
		        transition: width 0.6s cubic-bezier(0.9,0,0.1,1) 0.1s;
		width: 220px;
		margin: 35px auto 15px;
	}
	.opening-start .main .head .site .row01 {
		-webkit-transition: width 0.6s cubic-bezier(0.9,0,0.1,1) 0.2s;
		        transition: width 0.6s cubic-bezier(0.9,0,0.1,1) 0.2s;
		width: 150px;
		margin: 0 auto;
	}
	.opening-start .main .head .site .row02 {
		-webkit-transition: width 0.6s cubic-bezier(0.9,0,0.1,1) 0.3s;
		        transition: width 0.6s cubic-bezier(0.9,0,0.1,1) 0.3s;
		width: 96px;
		margin: 10px auto;
	}
	.opening-start .main .head h1 .mask:after,
	.opening-start .main .head .site .row01 .mask:after,
	.opening-start .main .head .site .row02 .mask:after,
	.opening-start .main .head .site .row03 .mask:after {
		-webkit-transition: left 0.6s cubic-bezier(0.9,0,0.1,1) 0.9s;
		        transition: left 0.6s cubic-bezier(0.9,0,0.1,1) 0.9s;
		left: 100%;
	}

	header{
		width: 100% !important;
		margin-left: 0;
	}

	/* Index
	-----------------------------------*/
	#top #mainVisual{
		background: url(../images/sp_top.png) no-repeat top; 
		height: auto;
		background-size: 100%;
		margin-top: 50px;
		height: 590px;
	}
	#top #ticker{
	background: #4C4C4C;
	padding: 10px 0;
	}
	#top #ticker .ticker_area h2{
		font-size: 1.43rem;
	}
	#top #ticker .ticker_area .ticker{
		width: 65%;
		padding: 7px 20px;
	}
	#top #ticker .ticker_area .ticker ul li{
		font-size: 10px !important;
		overflow: hidden; 
	}
	#top #ticker .ticker_area .ticker ul li a{
		font-size: 10px !important; 
	}
	#top #content01{
		padding: 80px 0;
	}
	#top #content01 h2{
		font-size: 2.86rem;
		margin-bottom: 30px;
	}
	#top #content01 h2 span{
		padding-left: 0;
		font-size: 1.29rem;
		letter-spacing: 0.1rem;
	}
	#top #content01 .box01{
		margin-bottom: 80px;
	}
	#top #content01 .box01 .image{
		margin-bottom: 30px;
		text-align: center;
	}
	#top #content01 .box01 .image img{
		width: 100%;
	}
	#top #content01 .box01 .txt{
		width: auto;
	}
	#top #content01 .box01 .txt h3{
		font-size: 2.14rem;
	}
	#top #content01 .box01 .txt h3 span:after{
		font-size: 5.71rem;
	}
	#top #content01 .box01:nth-of-type(1) .txt h3 span:after{
		left: 0;
	}
	#top #content01 .box01:nth-of-type(2) .txt h3 span:after{
		right: auto;
		left: 0;
	}
	#top #content01 .box01:nth-of-type(3) .txt h3 span:after{
		left: 0;
	}
	#top #content01 .box01 .txt h4{
		font-size: 1.29rem;
		margin-bottom: 10px;
		letter-spacing: 0.1rem;
	}
	#top #content01 .box01 .txt .content{
		font-size: 1rem;
		line-height: 180%;
	}
	#top #content01 .box01 .txt .btn{
		max-width: 150px;
		margin-top: 30px;
		font-size: 1.29rem;
	}
	#top #content01 .box01:nth-of-type(1) .txt{
		float: none;
		padding-top: 0;
	}
	#top #content01 .box01:nth-of-type(1) .image{
		margin-left: -0;
		float: none;
		padding: 100px 0;
	}
	#top #content01 .box01:nth-of-type(2) .txt{
		float: none;
		padding-top: 100px;
	}
	#top #content01 .box01:nth-of-type(2) .image{
		margin-right: -0;
		float: none;
	}
	#top #content01 .box01:nth-of-type(3) .txt{
		float: none;
		padding-top: 0;
	}
	#top #content01 .box01:nth-of-type(3) .image{
		margin-left: -0;
		float: none;
	}
	#top #content01 .box01 .txt ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	#top #content02{
		padding: 80px 0;
	}
	#top #content02 h2{
		font-size: 2.14rem;
	}
	#top #content02 h2 span{
		font-size: 1.29rem;
		margin-bottom: 10px;
		letter-spacing: 0.1rem;
	}
	#top #content02 .content{
		font-size: 1rem;
		line-height: 180%;
		margin-bottom: 30px;
	}
	#top #content02 .btn{
		max-width: 150px;
		font-size: 1.29rem;
	}
	#top #content03 ul{
		display: block;
	}
	#top #content03 ul li{
		width: 100%;
		/*padding: 15% 5%;*/
		height: auto;
	}
	#top #content03 ul li h3{
		font-size: 2.14rem;
		margin-bottom: 30px;
	}
	#top #content03 ul li .content{
		font-size: 1rem;
		line-height: 180%;
		margin: 0 auto 30px auto;
	}
	#top #content03 ul li .btn{
		max-width: 150px;
		font-size: 1.29rem;
	}
	/*#top #content03 ul li:nth-child(2){
		background: url(../images/top_president01.jpg) center top no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}*/
	#top #content04{
		padding: 80px 0;
	}
	#top #content04 .title h2{
		font-size: 2.14rem;
	}
	#top #content04 .title .btn{
		max-width: 150px;
		font-size: 1.29rem;
	}
	#top #content04 .left{
		width: auto;
		float: none;
		margin-bottom: 40px;
	}
	#top #content04 .left ul li a span{
		margin-right: 0;
		font-size: 1rem;
		display: block;
		margin-bottom: 5px;
	}
	#top #content04 .right{
		width: auto;
		float: none;
	}
	#top #content04 .right ul li{
		margin-bottom: 40px;
	}
	#top #content04 .right ul li a{
		display: block;
	}
	#top #content04 .right ul li a .image{
		width: auto;
		margin-bottom: 10px;
	}
	#top #content04 .right ul li a .image img{
		width: 100%;
	}
	#top #content04 .right ul li a .txt{
		width: auto;
	}
	#top #content04 .bottom{
		margin-top: 60px;
	}
	#top #content04 .bottom ul{
		display: block;
		margin-bottom: 0;
	}
	#top #content04 .bottom ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	#top #content04 .bottom ul li img{
		width: 100%;
	}

	/*#top #content02{
		background-repeat: no-repeat;
        background-position-y: bottom;
    	background-position-x: right;
    	background-size: 40%;
	}*/


	/* Service
	-----------------------------------*/
	#service h2{
		margin-bottom: 40px;
	}
	#service .box01{
		margin-bottom: 40px;
	}
	#service .box01:after{
		bottom: auto;
		top: 0;
		height: 103%;
		width: 50%;
	}
	#service .box01 .txt{
		width: auto;
		max-width: 83%;
		padding: 10% 5%;
		position: relative;
		right: auto;
		bottom: auto;
		top: -15px;
		margin: 0 auto;
	}
	#service .box01 .txt h3{
		font-size: 1.43rem;
		margin-bottom: 40px;
		letter-spacing: 0.1rem;
	}
	#service .box01 .txt p{
		font-size: 1rem;
		line-height: 180%;
	}
	#service .topics{
		padding: 0 5% 10% 5%;
		margin-bottom: 60px;
	}
	#service .topics h3{
		max-width: 50%;
		margin: 0 auto 40px auto;
	}
	#service .topics ul{
		display: block;
	}
	#service .topics ul li{
		width: auto;
		margin-bottom: 30px;
		justify-content: space-between;
	}
	#service .topics ul li:last-child{
		margin-bottom: 0;
	}
	#service .topics ul .image{
		width: 25%;
		padding-right: 0;
	}
	#service .topics ul .txt{
		width: 70%;
	}
	#service .topics ul .txt h4{
		font-size: 1.29rem;
		margin-bottom: 5px;
		letter-spacing: 0.1rem;
	}
	#service .topics ul .txt p{
		line-height: 160%;
	}
	#service .box02{
		margin-bottom: 40px;
	}
	#service .box02:after{
		bottom: auto;
		top: 0;
		height: 103%;
		width: 50%;
	}
	#service .box02 .txt{
		width: auto;
		max-width: 83%;
		padding: 10% 5%;
		position: relative;
		right: auto;
		left: auto;
		bottom: auto;
		top: -15px;
		margin: 0 auto;
	}
	#service .box02 .txt h3{
		font-size: 1.43rem;
		margin-bottom: 40px;
		letter-spacing: 0.1rem;
	}
	#service .box02 .txt p{
		font-size: 1rem;
		line-height: 180%;
	}
	#service .box03{
		margin-bottom: 40px;
	}
	#service .box03:after{
		bottom: auto;
		top: 0;
		height: 103%;
		width: 50%;
	}
	#service .box03 .txt{
		width: auto;
		max-width: 83%;
		padding: 10% 5%;
		position: relative;
		right: auto;
		bottom: auto;
		top: 0;
		margin: 0 auto;
	}
	#service .box03 .txt h3{
		font-size: 1.43rem;
		margin-bottom: 40px;
		letter-spacing: 0.1rem;
	}
	#service .box03 .txt p{
		font-size: 1rem;
		line-height: 180%;
	}
	#service .box04{
		margin-bottom: 80px;
	}
	#service .box04:after{
		bottom: auto;
		top: 0;
		height: 103%;
		width: 50%;
	}
	#service .box04 .txt{
		width: auto;
		max-width: 83%;
		padding: 10% 5%;
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		top: 0;
		margin: 0 auto;
	}
	#service .box04 .txt h3{
		font-size: 1.43rem;
		margin-bottom: 40px;
		letter-spacing: 0.1rem;
	}
	#service .box04 .txt p{
		font-size: 1rem;
		line-height: 180%;
	}
	#service .box04 .txt ul{
		display: block;
	}
	#service .box04 .txt ul li{
		width: auto;
		margin-bottom: 30px;
		justify-content: space-between;
	}
	#service .box04 .txt ul li:last-child{
		margin-bottom: 0;
	}
	#service .box04 .txt ul li .image02{
		width: 25%;
		padding-right: 0;
		margin-bottom: 0;
	}
	#service .box04 .txt ul li .txt02{
		width: 70%;
	}
	#service .box04 .txt ul li .txt02 h4{
		font-size: 1.29rem;
		margin-bottom: 5px;
		letter-spacing: 0.1rem;
	}
	#service .box04 .txt ul li .txt02 p{
		line-height: 160%;
		margin-bottom: 0;
	}

	/* About
	-----------------------------------*/
	#about .content{
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	#about h2{
		margin-bottom: 20px;
	}
	#about h3{
		font-size: 1.3rem;
		line-height: 160%;
		margin-bottom: 30px;
		letter-spacing: 0.1rem;
	}
	#about p{
		font-size: 1rem;
		line-height: 180%;
	}
	#about .content .txt01{
		padding: 20px 0 0 20px;
	}
	#about ul li{
		display: block;
		margin-bottom: 40px;
	}
	#about ul li .image{
		text-align: center;
		margin-bottom: 20px;
	}
	#about ul li .image img{
		width: 100%;
	}
	#about ul li .txt02{
		width: auto;
	}
	#about ul li .txt02 h4{
		font-size: 1.57rem;
		margin-bottom: 15px;
		letter-spacing: 0.1rem;
	}
	#about .txt03{
		padding: 10% 5%;
	}
	#about .txt03 p{
		line-height: 180%;
		margin-bottom: 20px;
	}

	/* Company
	-----------------------------------*/
	#company h2{
		margin-bottom: 20px;
		font-size: 1rem;
	}
	#company h2 span{
		margin-right: 10px;
		font-size: 1.57rem;
	}
	#company .table01{
		display: block;
	}
	#company .table01 table{
		width: 100%;
	}
	#company .table01 table th,
	#company .table01 table td{
		padding: 10px 0;
		display: block;
	}
	#company .table01 table th{
		width: 100%; 
	}
	#company .txt01{
		margin-bottom: 15px;
	}
	#company .map iframe{
		height: 200px;
	}
	#company .table02 th{
		width: 60px;
	}
	#company .table02 th,
	#company .table02 td{
		padding: 10px 0;
	}
	#company .table02 .td01{
		width: 20px;
	}
	#company .table02 .td02{
		padding-left: 15px;
	}

	/* Recruit
	-----------------------------------*/
	#recruit h2{
		font-size: 1.57rem;
		letter-spacing: 0.1rem;
	}
	#recruit h3{
		line-height: 140%;
		letter-spacing: 0.1rem;
	}
	#recruit .box01{
		display: block;
		margin-bottom: 60px;
	}
	#recruit .box01 .left{
		width: auto;
		padding-bottom: 30px;
		border-bottom: 2px solid  #ccc;
		margin-bottom: 30px;
	}
	#recruit .box01 .right{
		width: auto;
		padding-left: 0;
		border-left: none;
	}
	#recruit .list01{
		display: block;
		margin-bottom: 40px;
	}
	#recruit .list01 li{
		text-align: center;
		margin-bottom: 20px;
	}
	#recruit .list01 li img{
		width: 100%;
	}
	#recruit .list02{
		display: block;
	}
	#recruit .list02 li{
		width: auto;
		min-height: auto;
		padding: 10% 5%;
	}
	#recruit .list02 li h4{
		font-size: 1.57rem;
		letter-spacing: 0.1rem;
	}

	/* Agent Recruitment
	-----------------------------------*/
	#agent h2{
		margin-bottom: 60px;
	}
	#agent h2 span{
		font-size: 1rem;
	}
	#agent h3{
		font-size: 1.57rem;
		margin-bottom: 40px;
		letter-spacing: 0.1rem;
	}
	#agent .txt01{
		margin-bottom: 60px;
		font-size: 1rem;
	}
	#agent .txt01 p{
		margin-bottom: 30px;
	}
	#agent ul{
		display: block;
		margin-bottom: 60px;
	}
	#agent ul li{
		text-align: center;
		margin-bottom: 20px;
	}
	#agent ul li img{
		width: 100%;
	}
	#agent .btn{
		font-size: 1.14rem;
	}
	#agent .btn a{
		padding: 20px 0;
	}

	/* Creator
	-----------------------------------*/
	#creator .content > ul{
		display: block;
	}
	#creator .content > ul > li{
		width: 100%;
		margin-bottom: 60px;
	}
	#creator .content > ul > li .image{
		max-width: 60%;
		margin: 0 auto 20px auto;
	}
	#creator .content > ul > li h2{
		font-size: 18px;
		line-height: 180%;
	}
	#creator .content > ul > li h2 span{
		display: block;
		padding-right: 0;
		font-size: 1.57rem;
	}
	#creator .content > ul > li h3{
		margin-bottom: 10px;
	}
	#creator .content > ul > li p{
		font-size: 16px;
		margin-bottom: 20px;
	}

	/* FAQ
	-----------------------------------*/
	#faq h2{
		font-size: 1.57rem;
		margin-bottom: 20px;
		letter-spacing: 0.1rem;
	}
	#faq dl{
		font-size: 1.14rem;
		margin-bottom: 60px;
	}
	#faq dl dt,
	#faq dl dd{
		padding: 15px 0;
	}
	#faq dl dt:before{
		right: 20px;
	}
	#faq dl dt:after{
		right: 10px;
	}
	#faq dl dd{
		padding-bottom: 40px;
	}
	#faq dl .box .image{
		width: 10%;
	}
	#faq dl .box .txt{
		width: 75%;
		padding-top: 1%;
		padding-left: 5%;
	}

	/* Privacy Policy
	-----------------------------------*/
	#pp .txt01{
		margin-bottom: 40px;
	}
	#pp .txt01 h2{
		font-size: 1.14rem;
		margin-bottom: 10px;
	}
	#pp .txt01 p{
		margin-bottom: 30px;
	}

	/* Session
	-----------------------------------*/
	#session ul li{
		margin-bottom: 30px;
	}
	#session ul li a{
		display: block;
	}
	#session ul li a .image img{
		width: 100%;
	}
	#session ul li a .txt{
		width: auto;
		padding: 10%;
		font-size: 1.29rem;
		line-height: 200%;
	}

	/* Session Info
	-----------------------------------*/
	#session_info{
		margin-top: 50px;
	}
	#session_info .lead{
		margin-bottom: 60px;
		display: block;
	}
	#session_info .lead .image img{
		width: 100%;
	}
	#session_info .lead .txt{
		width: auto;
		padding: 10%;
		font-size: 1.29rem;
		line-height: 200%;
	}
	#session_info #content01 h2{
		font-size: 1.57rem;
		margin-bottom: 20px;
		letter-spacing: 0.1rem;
	}
	#session_info .txt01{
		font-size: 1rem;
		margin-bottom: 40px;
	}
	#session_info .copy{
		margin-bottom: 40px;
	}
	#session_info .copy.images .image{
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	#session_info .copy.images .image img{
		width: 100%;
	}
	#session_info .copy .txt02{
		font-size: 1rem;
	}
	#session_info .copy.images .txt02{
		float: none;
		width: auto;
	}
	#session_info .copy .txt02 h3{
		margin-bottom: 15px;
	}
	#session_info .list01{
		display: block;
		margin: 20px 0 60px 0;
	}
	#session_info .list01 li{
		text-align: center;
		margin-bottom: 20px;
	}
	#session_info .list01 li img{
		width: 100%;
	}
	#session_info .profile{
		display: block;
		padding: 40px 0;
	}
	#session_info .profile .image{
		width: auto;
		text-align: center;
		max-width: 60%;
		margin: 0 auto 20px auto;
	}
	#session_info .profile .txt03{
		width: auto;
	}
	#session_info .profile .txt03 h4{
		font-size: 1.57rem;
		text-align: center;
		letter-spacing: 0.1rem;
	}
	#session_info .profile .txt03 h5{
		margin-bottom: 15px;
		text-align: center;
	}
	#session_info #content02{
		margin-top: 60px;
	}
	#session_info #content02 h2{
	font-size: 2.86rem;
	line-height: 120%;
	font-weight: bold;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 20px;
	border-left: 5px solid  #000;
	margin-bottom: 40px;
	}
	#session_info #content02 ul li{
		margin-bottom: 30px;
	}
	#session_info #content02 ul li a{
		display: block;
	}
	#session_info #content02 ul li a .image img{
		width: 100%;
	}
	#session_info #content02 ul li a .txt{
		width: auto;
		padding: 10%;
		font-size: 1.29rem;
		line-height: 200%;
	}

	/* Works
	-----------------------------------*/
	#works .list01{
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	#works .list01 li{
		width: 100%;
		border-bottom: 1px solid  #fff;
		font-size: 1rem;
		margin-right: 0;
	}
	#works .list01 li:last-child{
		border-bottom: none;
	}
	#works .list02{
		display: block;
	}
	#works .list02 li{
		width: auto;
		margin-bottom: 40px;
	}
	#works .list02 li .image{
		margin-bottom: 10px;
	}
	#works .list02 li table th{
		width: 80px;
	}
	#works .list02 li table td{
		padding: 0 10px;
		font-size: 1rem;
	}

	/* Works Info
	-----------------------------------*/
	#works_info{
		margin-top: 50px;
	}
	#works_info .bx-wrapper{
		margin-bottom: 5px;
	}
	#works_info .bx-wrapper .bx-prev{
		left: 10px;
	}
	#works_info .bx-wrapper .bx-next{
		right: 10px;
	}
	#works_info .pager{
		margin-bottom: 60px;
	}
	#works_info .pager a{
		width: 24%;
		margin-right: 1%;
	}
	#works_info .info{
		margin-bottom: 80px;
		display: block;
	}
	#works_info .info h2{
		font-size: 1.57rem;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	#works_info .info .left{
		width: auto;
		margin-bottom: 40px;
	}
	#works_info .info .left p{
		margin-bottom: 20px;
	}
	#works_info .info .left table th{
		width: 80px;
	}
	#works_info .info .left table td{
		padding: 0 10px;
		font-size: 1rem;
	}
	#works_info .info .right{
		width: auto;
	}
	#works_info #content02 h2{
	font-size: 2.86rem;
	line-height: 120%;
	font-weight: bold;
	font-family: futura-pt, 'Didact Gothic', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 20px;
	border-left: 5px solid  #000;
	margin-bottom: 40px;
	}
	#works_info #content02 ul{
		display: block;
	}
	#works_info #content02 ul li{
		width: auto;
		margin-bottom: 40px;
	}
	#works_info #content02 ul li{
		width: auto;
		margin-bottom: 40px;
	}
	#works_info #content02 ul li .image{
		margin-bottom: 10px;
	}
	#works_info #content02 ul li table th{
		width: 80px;
	}
	#works_info #content02 ul li table td{
		padding: 0 10px;
		font-size: 1rem;
	}

	/* News
	-----------------------------------*/
	#news #news_wrap{
		display: block;
	}
	#news #news_wrap #news_main{
		width: auto;
		margin-bottom: 40px;
	}
	#news #news_wrap #news_main .news_list li{
		margin-bottom: 40px;
	}
	#news #news_wrap #news_main .news_list li a{
		display: block;
	}
	#news #news_wrap #news_main .news_list li a .image{
		width: auto;
		margin-bottom: 10px;
	}
	#news #news_wrap #news_main .news_list li a .image img{
		width: 100%;
	}
	#news #news_wrap #news_main .news_list li a .txt{
		width: auto;
	}
	#news #news_wrap #news_main .news_list li a .txt h2{
		font-size: 1.43rem;
		margin-bottom: 10px;
	}
	#news #news_wrap #news_main .news_list li a .txt .body{
		margin-bottom: 10px;
	}
	#news #news_wrap #news_main .news_single{
		margin-bottom: 80px;
	}
	#news #news_wrap #news_main .news_single p{
		margin-bottom: 10px;
	}
	#news #news_wrap #news_main .news_single h2{
		font-size: 1.43rem;
		margin-bottom: 15px;
		letter-spacing: 0.1rem;
	}
	#news #news_wrap #news_main .news_single .image{
		margin-bottom: 20px;
	}
	#news #news_wrap #news_main .others h2{
		font-size: 1.14rem;
		margin-bottom: 20px;
	}
	#news #news_wrap #news_main .others ul{
		display: block;
	}
	#news #news_wrap #news_main .others ul li{
		width: auto;
		margin-bottom: 40px;
	}
	#news #news_wrap #news_main .others ul li a .image{
		margin-bottom: 10px;
		text-align: center;
	}
	#news #news_wrap #news_main .others ul li a .image img{
		width: 100%;
	}
	#news #news_wrap #news_main .others ul li a .date{
		margin-bottom: 10px;
	}
 
	/* Contact
	-----------------------------------*/
	#contact .txt01{
		font-size: 1rem;
		line-height: 200%;
		margin-bottom: 40px;
	}
	#contact table{
		margin-bottom: 30px;
	}
	#contact table td select{
		width: 100%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	#contact table td textarea{
		height: 130px;
	}
	#contact .btn input[type="submit"]{
		padding: 15px 0;
		font-size: 1.14rem;
	}

	#top #content04 .bottom ul.under{
		margin-top: 0;
	}
}

.particles-js-canvas-el{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 0;
}
.bx-wrapper img{
	width: 100%;
}
