/****************************
	element
****************************/
#main{
	background: url(images/main.png) no-repeat center;
	background-size: cover;
	padding: 0 0;
	position: relative;
}
#main h2 {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    font-size: 14px;
    color: #1f2c5c;
    position: absolute;
    left: 5%;
    bottom: 5%;
}
#main h2 a {
    color: #1f2c5c;
}

#topics{
	background: #fff;
	padding: 70px 0;
}
#topics dl{
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
}
#topics dt{
	display: table-cell;
	vertical-align: middle;
	width: 210px;
}
#topics dt h2{
	font-size: 36px;
	font-weight: normal;
	color: #1f2c5c;
}
#topics dt span:before {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin: 0 0 20px;
    background: #1f2c5c;
}
#topics dt span{
	display: block;
	position: relative;
	margin: 20px 0 30px;
	font-size: 14px;
	color: #1f2c5c;
}
#topics dt a{
	display: block;
	padding-left: 20px;
	background: url(images/arrow02.png) no-repeat left center;
	font-size: 14px;
	color: #464646;
	white-space: nowrap;
}
#topics dt a:hover{
	padding-left: 25px;
}
#topics dd{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

#topics dd table{
	width: 100%;
}
#topics dd tr{
	border-bottom: solid 1px #eee;
}
#topics dd tr:last-child{
	border-bottom: none;
}
#topics dd tr th{
	width: 115px;
	vertical-align: middle;
	text-align: left;
	padding: 20px 0;
}
#topics dd tr th span{
	background: #1f2c5c;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.05em;
	padding: 5px 25px;
	border-radius: 2px;
	color: #fff;
}
#topics dd td:nth-of-type(1){
	width: 120px;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #464646;
	text-align: center;
}
#topics dd td:nth-of-type(2){
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.05em;
}
#topics dd td a{
	color: #464646;
}

#company{
	background: url(images/top_bg01.png) no-repeat center;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    padding: 150px 0;
}
#company h2{
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#company h2 span{
	display: block;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.3em;
	margin-top: 30px;
}
#company-box{
	padding: 80px 0;
	text-align: center;
}
#company-box p{
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #292929;
	margin-bottom: 40px;
}
#company-box ul li{
	display: inline-block;
	vertical-align: middle;
}
#company-box li a{
	padding-left: 20px;
	margin: 0 30px;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #3c3c3c;
	font-weight: bold;
	background: url(images/arrow02.png) no-repeat left center;
}
#company-box li a:hover{
	color: #1f2c5c;
}

#business{
	background: url(images/top_bg02.png) no-repeat center;
	background-attachment: fixed;
	text-align: center;
	color: #fff;
	padding: 150px 0;
}
#business h2{
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#business h2 span{
	display: block;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.3em;
	margin-top: 30px;
}
#business-box{
	background: url(images/bg01.png) repeat-x top center;
	padding: 90px 0;
}
#business-box.no-bg{
	background: none;
}
#business-box .inner{
	max-width: 1200px;
}
#business-box p{
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #292929;
	margin-bottom: 80px;
	text-align: center;
}
#business-box ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
}
#business-box ul li{
	max-width: 599px;
	overflow: hidden;
}
#business-box ul li img{
	transition: .3s;
}
#business-box ul li a:hover img{
	transform: scale(1.1);
}

#info{
	background: url(images/top_bg03.png) no-repeat center;
	background-attachment: fixed;
	text-align: center;
	color: #fff;
	padding: 150px 0;
}
#info h2{
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#info h2 span{
	display: block;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.3em;
	margin-top: 30px;
}
#info-box{
	background: url(images/bg01.png) repeat-x top center;
	padding: 90px 0;
}
#info-box .inner{
	max-width: 1200px;
}
#info-box p{
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #292929;
	margin-bottom: 80px;
	text-align: center;
}
#info-box ul{
	display: flex;
	justify-content: space-between;
}
#info-box ul li{
	max-width: 50%;
	overflow: hidden;
}
#info-box ul li img{
	transition: .3s;
}
#info-box ul li a:hover img{
	transform: scale(1.1);
}

#cv{
	background: url(images/cv_bg.png) no-repeat center;
	background-size: cover;
	padding: 100px 0;
	text-align: center;
}
#cv h2{
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	margin-bottom: 60px;
}
#cv h2 span{
	display: block;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.3em;
	margin-top: 30px;
}
.cv-box{
	display: flex;
	justify-content: space-between;
}
.cv-box div{
	width: 48%;
	color: #fff;
}
.cv-box div:nth-of-type(1) p{
    line-height: 24px;
    padding: 10px 0 0 0;
    box-sizing: border-box;
}
.cv-box div:nth-of-type(2) p{
	line-height: 70px;
}
.cv-box div p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1em;
	height: 70px;
}
.cv-box div a{
    display: block;
    background: #fff;
    padding: 20px 0;
    margin: 0 0 20px;
    border-radius: 4px;
    color: #1f2c5c;
    font-size: 20px;
    letter-spacing: 0.1em;
}
.cv-box div a:hover{
	background: #0d1635;
	color: #fff;
}
.cv-box div span{
	display: block;
	font-size: 14px;
}

@media screen and (min-width:320px) and ( max-width: 767px) {
#main{
	background: url(images/main.png) no-repeat center;
	background-size: cover;
	padding: 0 0;
	position: relative;
}
#main h2 {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    font-size: 14px;
    color: #1f2c5c;
    position: static;
    left: 0;
    bottom: 0;
    display: block;
    text-align: center;
}

#topics {
    background: #fff;
    padding: 40px 20px;
}
#topics dl{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0;
}
#topics dt {
    display: block;
    vertical-align: middle;
    width: 100%;
}
#topics dt h2{
	font-size: 31px;
	font-weight: normal;
	color: #1f2c5c;
}
#topics dt span:before {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin: 0 0 20px;
    background: #1f2c5c;
}
#topics dt span {
    display: inline-block;
    position: relative;
    margin: 20px 0 30px;
    font-size: 14px;
    color: #1f2c5c;
}
#topics dt a{
    display: inline;
    padding-left: 20px;
    background: url(images/arrow02.png) no-repeat left center;
    font-size: 14px;
    color: #464646;
    white-space: nowrap;
    float: right;
    margin: -25px 0 0 0;
}
#topics dd{
	display: block;
	vertical-align: top;
	text-align: left;
}

#topics dd table{
	width: 100%;
}
#topics dd tr{
	border-bottom: solid 1px #eee;
}
#topics dd tr:last-child{
	border-bottom: none;
}
#topics dd tr th {
    width: 65px;
    vertical-align: middle;
    text-align: left;
    padding: 20px 0;
}
#topics dd tr th span{
	background: #1f2c5c;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.05em;
	padding: 5px 10px;
	border-radius: 2px;
	color: #fff;
}
#topics dd td:nth-of-type(1) {
    width: 80px;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #464646;
    text-align: center;
}
#topics dd td:nth-of-type(2){
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
}

#company {
    background: url(images/top_bg01.png) no-repeat center;
    background-position: -328px -76px;
    text-align: center;
    color: #fff;
    padding: 40px 20px;
}
#company h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0.05em;
}
#company h2 span{
	display: block;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.3em;
	margin-top: 20px;
}
#company-box {
    padding: 40px 20px;
    text-align: center;
}
#company-box p{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #292929;
	margin-bottom: 40px;
}
#company-box ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}
#company-box li a{
	padding-left: 20px;
	margin: 0 5px;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #3c3c3c;
	font-weight: bold;
	background: url(images/arrow02.png) no-repeat left center;
}

#business {
    background: url(images/top_bg02.png) no-repeat center;
    text-align: center;
    color: #fff;
    padding: 40px 20px;
}
#business h2{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#business h2 span{
	display: block;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.3em;
	margin-top: 20px;
}
#business-box {
    background: url(images/bg01.png) repeat-x top center;
    padding: 40px 20px;
}
#business-box.no-bg{
	background: none;
}
#business-box .inner{
	max-width: 1200px;
}
#business-box p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #292929;
	margin-bottom: 40px;
	text-align: center;
}
#business-box ul{
	display: block;
	justify-content: space-between;
	margin-bottom: 0;
}
#business-box ul li{
	max-width: 100%;
	margin-top: 20px;
}

#info{
	background: url(images/top_bg03.png) no-repeat center;
	text-align: center;
	color: #fff;
	padding: 40px 20px;
}
#info h2{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#info h2 span{
	display: block;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.3em;
	margin-top: 20px;
}
#info-box{
	background: url(images/bg01.png) repeat-x top center;
	padding: 40px 20px;
}
#info-box .inner{
	max-width: 1200px;
}
#info-box p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #292929;
	margin-bottom: 40px;
	text-align: center;
}
#info-box ul{
	display: block;
	justify-content: space-between;
}
#info-box ul li{
	max-width: 100%;
	margin-top: 20px;
}

#cv{
	background: url(images/cv_bg.png) no-repeat center;
	background-size: cover;
	padding: 40px 20px;
	text-align: center;
}
#cv h2{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
#cv h2 span{
	display: block;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.3em;
	margin-top: 20px;
}
.cv-box{
	display: block;
	justify-content: space-between;
}
.cv-box div {
    width: 100%;
    color: #0d1635;
    background: #fff;
    margin: 20px 0;
    box-sizing: border-box;
    padding: 20px;
}
.cv-box div:nth-of-type(1) p{
    line-height: 24px;
    padding: 0 0 0 0;
    box-sizing: border-box;
}
.cv-box div:nth-of-type(2) p{
	line-height: 70px;
}
.cv-box div p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1em;
	height: 70px;
}
.cv-box div a{
    display: block;
    background: #0d1635;
    padding: 20px 0;
    margin: 0 0 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
}
.cv-box div span{
	display: block;
	font-size: 14px;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
    min-height: 460px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    box-sizing: border-box;
}
}
