
/* main ************************************
タブメニュー
    -制作実績
    -経験・スキル
    -その他
********************************************/
main {
    padding: 0 60px;
}
main h2 {
    background: #f6f6f6;
    color: var(--h2_txt_color);
    padding: 1em 0;
    text-align: center;
    margin: 30px 0 30px;
    font-weight: normal;
    font-size: 18px;
    clear: both;
}
main h3 {
    border-bottom: solid 1px #cccccc;
    padding: 0.5em 0.5em;
    text-align: left;
    margin: 30px 15px 15px;
    font-weight: normal;
    font-size: 18px;
}
main h3 i {
    padding: 0 1em 0 0;
    position: relative;
    top: -2.5px;
    font-size: 10px;
    color: var(--user_main_color);
}
main h4 {
    border-left: solid 3px var(--user_main_color);
    padding: 0.5em 1em;
    text-align: left;
    margin: 15px 0 15px;
    font-weight: normal;
    font-size: 16px;
}
.genre span {
    padding: 3px 10px;
    display: inline-block;
    margin: 0 4px 8px;
    font-size: 12px;
    border: solid 1px #666666;
    word-wrap: break-word;
}
/* タブメニュー ************************************/
.tab_area {
    background: #f6f6f6;
    margin: 0 -60px;
    padding: 30px 0;
}
.tab_area ul {
    list-style: none;
    margin: 0 110px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tab_area ul li {
    width: 260px;
    /*float: left;*/
    display: inline-block;
    text-align: center;
}
.tab_area ul li a {
    border-bottom: solid 1px #cccccc;
    display: block;
    text-decoration: none;
    margin: 0 30px;
    padding: 15px 0;
    font-size: 18px;
    color: var(--container_txt_color);
}
.tab_area ul li a:hover,
.tab_area ul li a.current {
    border-bottom: solid 3px var(--user_main_color);
}
.tab_area ul li a span {
    display: block;
    font-size: 12px;
    margin-top: 12px;
    color: #999999;
}
/* 制作実績 ************************************/
.works_area {
    margin: 0 -60px;
}
.slide {
    margin-bottom: 60px;
}
.thumb {
    overflow: hidden;
    margin: 50px 0 15px;
}
.thumb li {
    width: 1000px;
    margin: 0 0 60px;
    font-size: 12px;
    overflow: hidden;
    position: relative;
}
.thumb li > div:first-child {
    width: 550px;
    height: 250px;
    float: left;
    overflow: hidden;
    margin-bottom: 0.5em;
    box-sizing: border-box;
}
.thumb li > div:last-of-type {
    width: 450px;
    float: right;
    overflow: hidden;
    margin-bottom: 0.5em;
    padding: 5px 35px;
    box-sizing: border-box;
}
.thumb li:nth-child(odd) > div:last-of-type {
    padding: 5px 80px 0 35px;
}
.thumb li:nth-child(even) > div:last-of-type {
    padding: 5px 35px 0 80px;
}
.thumb li:nth-child(odd) > div:first-child {
    float: left;
}
.thumb li:nth-child(even) > div:first-child {
    float: right;
}
.thumb li > div img {
    width: 550px;
    height: 250px;
    object-fit: contain;
}
.thumb li .caption {
    font-size: 14px;
    text-align: center;
    padding-top: 120px;
    color: #999999;
}
.thumb li:nth-child(odd) .mask {
    width: 550px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: border-box;
    border: solid 1px #eeeeee;
    border-left: none;
}
.thumb li:nth-child(even) .mask {
    width: 550px;
    height: 250px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    box-sizing: border-box;
    border: solid 1px #eeeeee;
    border-right: none;
}
.thumb li.open_image > div:first-child {
    box-sizing: border-box;
    border: solid 1px #eeeeee;
}
.thumb li:nth-child(odd) > div:first-child {
    border-left: none;
}
.thumb li:nth-child(even) > div:first-child {
    border-right: none;
}
.thumb li.open_noimage .mask {
    background: #ffffff;
    opacity: 1;
}
.thumb li.limited .mask {
    background: #eeeeee;
    opacity: 1;
}
.thumb li.limited .caption {
    color: #999999;
}
p.work_ttl {
    font-size: 18px;
    margin-bottom: 1em;
}
p.comment {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 2em;
}
p.work_ttl {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 1em;
}
.thumb .genre {
    line-height: 1.8;
    font-weight: bold;
    margin: 0 0 1em;
}
.thumb .genre span {
    line-height: 1;
    font-weight: normal;
    font-size: 10px;
    margin: 2px;
}
.thumb .btn_area {
    text-align: center;
    margin-left: 0.2em;
}
.thumb .btn_area a {
    display: inline-block;
    padding: 0.5em 2em;
    font-size: 12px;
    color: var(--user_main_color);
    background: #ffffff;
    border: solid 2px var(--user_main_color);
    border-radius: 50px;
    margin: 0 5px;
}
.thumb .btn_area i {
    margin-left: 0.2em;
}
/* 経験・スキル ************************************/
.skills_area h4 {
    margin-left: 30px;
}
.skills_area .genre {
    padding: 0 60px;
}
.year_exp {
    list-style-type: disc inside;
    float: left;
    padding-left: 2em;
    margin-bottom: 60px;
}
.year_exp li {
    float: left;
    width: 370px;
    padding: 10px;
    border-bottom: solid 1px #cccccc;
    text-indent: 1.5em;
    color: var(--user_main_color);
}
.year_exp li > span {
    color: var(--container_txt_color);
    position: relative;
    left: -0.5em;
}
.year_exp li > span > span {
    font-size: 12px;
    margin-left: 2em;
}
.year_exp li > span > span > span {
    font-size: 16px;
    margin: 0 5px;
}
.year_exp li:nth-child(odd) {
    margin-right: 60px;
}
.skill_exp {
    margin-bottom: 60px;
}

.license_other_memo{
    font-size: 14px;
    line-height: 1.8rem;
}
/* その他 ************************************/
.others_area {}
.specialty {
    margin-bottom: 60px;
}
.others_area .genre {
    padding: 0 60px;
}
.others_area .other {
    padding: 0 90px;
}
.others_area .other table {
    font-size: 1em;
    font-weight: normal;
    width: 100%;
    margin: 30px 0;
}
.others_area .other table tr {}
.others_area .other table tr th {
    border-bottom: solid 1px var(--user_main_color);
    padding: 20px 0 10px;
    width: 160px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.others_area .other table tr td {
    border-bottom: solid 1px #cccccc;
    padding: 20px 10px 10px;
    width: 550px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}



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

/* タブメニュー ************************************/

main{
	padding: 0;
	box-sizing: border-box;
}	
	
main h2{
	font-size: 16px;
	margin: 30px 0 10px;
}
	
main h3{
	font-size: 16px;
}		
	
.tab_area {
	width: 100%;
	margin: 0;
    padding: 0;
}	
	
.tab_area ul{
	margin: 0;
}
	
.tab_area ul li{
	width: calc(100% / 3);
}	
	
.tab_area ul li a{
	margin: 0;
	padding: 20px 0;
	font-size: 16px;
	border-bottom: #cccccc 4px solid;
}	
	
.tab_area ul li a:hover,
.tab_area ul li a.current {
    border-bottom: solid 4px var(--user_main_color);
}
	
.tab_area ul li a span{
	font-size: 12px;
}
	

/* 制作実績 ************************************/
	
.works_area{
	width: 100%;
	margin: 0;
}	
	
.thumb {
	width: 100%;
    margin: 30px 0 15px;
	padding: 0 5%;
	box-sizing: border-box;
}	
	
.thumb li{
	width: 100%;
	height: auto;
}	

.thumb li > div:first-child{
	width: 100%;
	height: 150px;
}
	
.thumb li > div:last-of-type{
	width: 100%;
	padding: 0;
}	
	
.thumb li div{
	position: relative;
}	

.thumb li > div img{
	width: 100%;
	height: auto;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}	
	
.thumb li .caption{
	padding: 65px 0 0;
}	
	
.thumb li:nth-child(odd) > div:first-child{
	float: none;
}	
	
.thumb li:nth-child(even) > div:first-child{
	float: none;
}	
	
.thumb li:nth-child(odd) > div:last-of-type{
	padding: 0;
}	
	
.thumb li:nth-child(even) > div:last-of-type{
	padding: 0;
}	
	
.thumb li:nth-child(odd) .mask{
	width: 100%;
	height: 150px;
	border-left:solid 1px #eeeeee ;
}	
	
.thumb li:nth-child(even) .mask{
	width: 100%;
	height: 150px;
	border-right:solid 1px #eeeeee ;
}	
	

/* 経験・スキル ************************************/	

.skills_area{
	width: 100%;
}	
	
.skills_area h4 {
    font-size: 14px;
	line-height: 1.3em;
}

.skills_area .genre {
    padding: 0 40px;
}	
	
.year_exp {
    width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 3%;
}

.year_exp li {
    width: 95%;
	box-sizing: border-box;
}
.year_exp li > span  {
   font-size: 14px;
}

.year_exp li > span > span > span {
    font-weight: bold;
}

	
/* その他 ************************************/

.others_area .genre {
    padding: 0 40px;
}		
	
.others_area .other {
    padding: 0 40px;
}	
	
.others_area .other table{
	margin: 0 0 40px;
}	
	
.others_area .other table tr th{
	width: 25%;
	font-size: 12px;
}	

.others_area .other table tr td{
	width: 75%;
	font-size: 12px;
}			
	

}
