@charset "UTF-8";

#company_top{
	background:url(../img/company/company_top_img.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: 500px;
	position: relative;
	z-index: -1;
	margin-bottom: 0 !important;
}
#company_top:before{
	content:"";
	display: block;
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#company_top div.wrap{
    position: relative;
    height: 100%;
    padding: 50px 0;
}
#company_top div.wrap:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 80px;
    border-radius: 5px 5px 0 0;
}
#company_top div.wrap h2{
	color: #fff;
	font-size: 7rem;
	text-align: center;
	line-height: 80px;
}
#company_top div.wrap h2 span{
    display: block;
    font-size: 2.4rem;
    text-transform: initial;
    line-height: 70px;
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    font-weight: 600;
    position: relative;
}
#company_top div.wrap h2 span:before{
    content: "";
    display: block;
    width: 960px;
    height: 1px;
    background: linear-gradient(to left,#ffffff47 20%,#fff0 20%,#fff0 80%,#ffffff47 80%);
    position: absolute;
    left: calc(50% - 480px);
    top: 50%;
}
#company_top div.wrap h2 + p{
    color: #fff;
    text-align: center;
    line-height: 30px;
}

#company01 .flex figcaption{
    font-size: 1.6rem;
    line-height: 45px;
}
#company01 .flex figcaption span{
    font-size: 4rem;
}
#company01 .flex > dl{
    width: 865px;
}
#company01 .flex > dl dt{
    font-size: 3rem;
    line-height: 45px;
}
#company01 .flex > dl dd{
    line-height: 30px;
    letter-spacing: .5px;
    padding: 40px 0;
}
#company01 .flex > dl dd:nth-of-type(1){
	border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
}

#company02{
	background:#e6e6e6;
	padding:80px 0;
}
#company02 div.bg_green{
	padding:40px;
	position: relative;
	margin-bottom: 80px;
}
#company02 div.bg_green *{
	color: #fff;
}
#company02 div.bg_green h2{
    font-size: 6rem;
    text-align: center;
}
#company02 div.bg_green h2 span{
    display: block;
    font-size: 3rem;
}
#company02 div.bg_green > p.oswald{
    font-size: 2.4rem;
    margin-bottom: 20px;
}
#company02 div.bg_green > div{
    width: 580px;
    margin: 40px 0 0 auto;
}
#company02 div.bg_green > div h3{
    font-size: 2.4rem;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}
#company02 div.bg_green > div p{
	line-height: 30px;
}
#company02 img.com_img_ab:nth-of-type(3){
    position: absolute;
    left: -165px;
    top: 240px;
}
#company02 img.com_img_ab:nth-of-type(2){
    position: absolute;
    left: 200px;
    top: 275px;
}

#company02 img.com_img_ab:nth-of-type(1){
    position: absolute;
    left: -145px;
    top: 490px;
}
#company02 > div figure{
    width: 1160px;
    margin: 0 auto;
}

.dl_table{
    display: flex;
    flex-wrap: wrap;
}
.dl_table dt,.dl_table dd{
	padding:1em 1.2em;
}
.dl_table dt{
	width: 240px;
	border-top:1px solid #c8c8c8;
	background:#e6e6e6;
}
.dl_table dd{
	width: calc(100% - 240px);
	border-top:1px solid #c8c8c8;
}
.dl_table dt:last-child,.dl_table dd:last-child{
	border-bottom:1px solid #c8c8c8;
}
.dl_table dd a{
    display: inline-block;
    background: #333;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    margin: 15px 0 0;
}
.dl_table dd a i{
	margin-right: 10px;
}
.enkaku_dl{
	display: flex;
	flex-wrap: wrap;
}
.enkaku_dl > dt{
	width: calc(100% - 960px);
	color:#00a53c;
	font-size: 2.4rem;
	padding:24px 0;
	position: relative;
}
.enkaku_dl > dt:before{
	content:"";
	display: block;
	width: 1px;
	height: 100%;
	background: #00a53c;
	position: absolute;
	right: 45px;
	top: 0;
}
.enkaku_dl > dt:last-of-type:before{
	top: 0;
	height: 45px;
}
.enkaku_dl > dt:first-of-type:before{
	top: 50%;
}
.enkaku_dl > dt:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border: 5px solid #00a53c;
    position: absolute;
    top: 35px;
    right: 35px;
    background: #fff;
}

.enkaku_dl > dd{
	width:960px;
	border-top: 1px solid #e6e6e6;
	padding: 30px 0;
}
.enkaku_dl > dd:last-child{
	border-bottom:1px solid #e6e6e6;
}
.enkaku_dl dl{
	display: flex;
	flex-wrap: wrap;
}
.enkaku_dl dl dt{
	width: 70px;
	color: #00a53c;
}
.enkaku_dl dl dd{
	width: calc(100% - 70px);
}
.enkaku_dl dl dd img{
	margin: 10px 0;
}

@media screen and (max-width: 767px){
	#company_top div.wrap h2 {
    font-size: 3rem;
    line-height: 45px;
}
#company_top div.wrap h2 span:before{
	display: none;
}
#company_top div.wrap h2 span {
    font-size: 1.8rem;
    line-height: 25px;
    margin: 20px 0;
}
#company_top{
	height: auto;
	margin-bottom: 40px !important;
}
#company_top div.wrap:after{
	display: none;
}

main section#company01{
	margin-bottom: 20px !important;
}
#company01 div.flex figure{
	margin:0 auto;
}
#company01 .flex figcaption {
    font-size: 1.6rem;
    line-height: 40px;
    text-align: center;
}
#company01 .flex figcaption img{
	width: 80%;
}
#company01 .flex > dl dd:nth-of-type(1) {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
#company01 .flex > dl dt {
    font-size: 1.8rem;
    line-height: 30px;
}
#company01 .flex > dl {
    width: 100%;
    margin: 40px 0;
}
#company01 .flex > dl dd {
    line-height: 30px;
    letter-spacing: .5px;
    padding: 20px 0;
}
#company02 {
    background: #e6e6e6;
    padding: 40px 0;
}
#company02 div.bg_green h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 250px;
}
#company02 div.bg_green h2 span {
    display: block;
    font-size: 1.5rem;
}
#company02 div.bg_green {
    padding: 20px;
    position: relative;
    margin-bottom: 80px;
}
#company02 div.bg_green > div {
    width: 100%;
    margin: 20px 0;
}
#company02 img.com_img_ab:nth-of-type(3) {
    position: absolute;
    left: 45px;
    top: 155px;
    width: 190px;
}
#company02 img.com_img_ab:nth-of-type(2) {
    position: absolute;
    left: 200px;
    top: 175px;
    width: 35%;
}
#company02 img.com_img_ab:nth-of-type(1) {
    position: absolute;
    left: 49px;
    top: 263px;
    width: 55%;
}
#company02 > div figure{
    overflow-x: scroll;
    display: block;
    width: 90%;
}
#company02 > div figure img{
    max-width: none;
    width: 1161px;
}
#company02 > div figure:after{
    content: "※上の図はスライドして閲覧できます。";
    display: block;
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.dl_table dt, .dl_table dd {
    padding: .5em 1.2em;
}
.dl_table dt {
    width: 100%;
    border-top: 1px solid #c8c8c8;
    background: #e6e6e6;
}
.dl_table dd {
    width: 100%;
    border-top: 1px solid #c8c8c8;
    padding-bottom: 20px;
}
.dl_table dd a {
    display: block;
    background: #333;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    margin: 15px auto 0;
    width: 230px;
    text-align: center;
}
.enkaku_dl > dt {
    width: 100%;
    color: #00a53c;
    font-size: 2.1rem;
    padding: 5px 0 5px 30px;
    position: relative;
}
.enkaku_dl dl dt {
    width: 45px;
    color: #00a53c;
    padding-left: 0px;
    margin-left: 10px;
}
.enkaku_dl dl dd {
    width: calc(100% - 55px);
    margin-bottom: 20px;
}
.enkaku_dl > dt:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #00a53c;
    position: absolute;
    right: unset;
    top: 0;
    left: 10px;
}
.enkaku_dl > dd{
    position: relative;
    width: 95%;
    margin-left: 25px;
}
.enkaku_dl > dd:not(:last-of-type):before{
    content: "";
    display: block;
    width: 1px;
    height: 101%;
    background: #00a53c;
    position: absolute;
    right: unset;
    top: -1px;
    left: -15px;
}
.enkaku_dl > dt:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border: 5px solid #00a53c;
    position: absolute;
    top: 15px;
    right: unset;
    background: #fff;
    left: 1px;
}
.enkaku_dl > dt:last-of-type:before {
    top: 0;
    height: 30px;
}
.enkaku_dl img{
    width: 100%;
    height: auto;
    /*min-height: 195px;*/
}
.enkaku_dl img.small{
	width: 50%;
	min-height: auto;
}
#company02 div.bg_green > div h3 {
    line-height: 30px;
}




}

