@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
    height: 620px;
	overflow: hidden;
    position: relative;
}
.mainVisual h2 {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 7.6rem;
    z-index: 100;
	line-height: 1.2;
    width: 100%;
    text-align: center;
}
#myVideo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#main .newsSec {
    padding: 80px 0 70px;
}
#main .newsSec .newsList {
    width: 770px;
    margin: 0 auto;
    letter-spacing: 0.04em;
}
#main .newsSec .newsList dt {
    float: left;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    font-family: 'Roboto', sans-serif;
}
#main .newsSec .newsList dt .category {
    margin-left: 15px;
    border: 1px solid #30B2CD;
    font-size: 1rem;
    width: 62px;
    padding: 1px 0 3px;
	font-family: 'Noto Sans JP', sans-serif;
    color: #30B2CD;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.04em;
}
#main .newsSec .newsList dd {
    margin-bottom: 16px;
    padding: 0 0 20px 189px;
    letter-spacing: 0.04em;
    line-height: 1.25;
    border-bottom: 1px solid #F0F0F0;
}
#main .newsSec .newsList dd a:hover {
	color: #30B2CD;
    text-decoration: none;
}
#main .businessSec {
    padding: 58px 0 72px;
    background: #fafafa;
}
#main .businessSec .headLine01 {
    margin-bottom: 29px;
}
#main .businessSec .txt {
    margin-bottom: 75px;
    text-align: center;
}
#main .businessSec .innerBox {
    margin: 0 1px 40px;
}
#main .businessSec .innerBox01 {
    margin-bottom: 74px;
}
#main .businessSec .innerBox a {
	display: block;
    background: #fff;
	position: relative;
}
#main .businessSec .innerBox a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    border: 1px solid #f0f0f0;
	content: "";
	z-index: 1;
    transition: .3s;
	-webkit-transition: .3s;
	box-sizing: border-box;
}
#main .businessSec .innerBox .subBox {
	align-items: center;
}
#main .businessSec .innerBox a:hover {
    background: rgba(240,240,240,0.1);
}
#main .businessSec .innerBox a:hover:before {
	border-color: #30B2CD;
}
#main .businessSec .innerBox a:hover img {
	opacity: 0.9;
}
#main .businessSec .innerBox .photoBox {
    width: 33%;
}
#main .businessSec .innerBox .textBox {
    width: 60.7%;
    padding-right: 120px;
    box-sizing: border-box;
}
#main .businessSec .innerBox .textBox .title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 12px;
	z-index: 2;
}
#main .businessSec .innerBox .textBox .txtP {
    margin-bottom: 18px;
    line-height: 1.75;
	z-index: 2;
}
#main .businessSec .innerBox .textBox .detailBtn {
	width: 97px;
	padding: 5px 0 7px;
    box-sizing: border-box;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.12em;
    border: 1px solid #B8B8B8;
	z-index: 2;
}
#main .companySec {
    padding: 64px 0 79px;
}
#main .companySec .headLine01 {
    margin-bottom: 27px;
}
#main .companySec .txt {
    margin-bottom: 81px;
    text-align: center;
}
#main .companySec .linkList {
    margin: 0 1px 80px;
}
#main .companySec .linkList li {
    width: 32%;
    margin: 0 2% 0 0;
}
#main .companySec .linkList li a {
    display: block;
    border: 1px solid #F0F0F0;
}
#main .companySec .linkList li:nth-child(3n) {
    margin-right: 0;
}
#main .companySec .linkList li .txtBox {
    display: block;
    padding: 28px 30px 32px;
    background: url("../img/common/icon05.png") no-repeat right 23px center;
    background-size: 7px auto; 
}
#main .companySec .linkList li a:hover {
	border-color: #30B2CD;
    background: rgba(240,240,240,0.1);
}
#main .worksSec {
    padding: 80px 0;
    background: #fafafa;
}
#main .worksSec .headLine01 {
    margin-bottom: 80px;
}
#main .worksSec .listUl {
    margin: 0 24px 65px;
}
#main .worksSec .listUl li {
    margin-bottom: 16px;
    width: 49.2%;
    box-sizing: border-box;
}
#main .worksSec .listUl li a {
    display: flex;
    justify-content: space-between;
    padding: 60px 20px 60px 40px;
    border: 1px solid #F0F0F0;
    background: #fff;
	box-sizing: border-box;
}
#main .worksSec .listUl li .detailBtn {
	width: 97px;
	padding: 5px 0 7px;
    box-sizing: border-box;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.12em;
    border: 1px solid #B8B8B8;
}
#main .worksSec .listUl li .comTtl {
    padding-bottom: 0;
}
#main .worksSec .listUl li a:hover {
	border-color: #30B2CD;
    background: rgba(240,240,240,0.1);
}
@media all and (min-width: 897px) and (max-width: 1000px) {
    .mainVisual h2 {
        font-size: 6.7rem;
    }
}
