@charset "utf-8";
/* CSS Document */

#contents {
	padding: 0px 0px 100px;
}

section {
	padding: 0px;
}

section#MV {
	background: url("../images/top/mv_back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: auto;
	padding: 100px 0px 0px;
}

.mv_wrap {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}

.mv_wrap > p {
	width: 86%;
}

.mv_wrap > p img {
	height: 100%;
}


/* ---------------------------------------------------------
あきしゃくん
--------------------------------------------------------- */

section#charactor {
	padding: 50px 0px;
}

.fukidashi_wrap {
	height: 500px;
	padding: 50px 0px 0px;
}

.fukidashi_area {
	width: 50%;
}

.fukidashi_area > p:nth-of-type(1) {
    font-size: 2rem;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    color: #000;
    padding-bottom: 0px;
    text-align: center;
    line-height: 200%;
}

.fukidashi_area > p:nth-of-type(1) > strong {
    font-size: 3rem;
    color: #008E80;
}

.fukidashi_icon {
	width: 40%;
}





section#catch_copy {
	background: #D0DED6;
	padding: 100px 0px;
}


.works_box {
	background: url("../images/common/works_back.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0px;
}

.works_article {
	max-width: 1500px;
	margin: 0px auto;
	padding: 50px 0px;
	position: relative;
	align-items: center;
}

.works_article:nth-of-type(3) {
	flex-direction: row-reverse;
}

.works_article:nth-of-type(3) .works_content {
	left: 0px;
}

.works_img {
	width: 960px;
}

.works_content {
	background: #FFF;
	padding: 40px 60px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
	margin: 50px 0px;
	width: 730px;
	right: 0px;
	position: absolute;
}

.service_wrap {
	background: #FFF;
	padding: 50px 0px;
}

.service_msg {
	font-size: 5rem;
	font-weight: 500;
	line-height: 140%;
	padding: 50px 0px;
	color: #333;
	max-width: 1200px;
	margin: 0px auto;
	height: 230px;
	justify-content: center;
	align-items: center;
}

.service_msg > p {
	height: 100%;
	margin: 0px 40px;
}

.service_msg > p:nth-of-type(2) img {
	width: auto;
	height: 100%;
}

.service_content {
	max-width: 1200px;
	margin: 0px auto;
	justify-content: center;
}

.service_content li {
	background: #008E80;
	color: #FFF;
	text-align: center;
	width: 23%;
	height: 255px;
	margin: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.service_content li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 79%;
	padding: 30px 10px;
}

.service_content li p {
	width: 100%;
}

.service_img {
	height: 90px;
}

.service_img img {
	height: 100%;
}

.service_name {
	font-size: 2.5rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 130%;
}

.works_name > span {
	display: block;
	color: #007D77;
}

.works_name > span:nth-of-type(1) {
	font-size: 10rem;
	font-weight: 300;
	font-family: 'Rokkitt', serif;
}

.works_name > span:nth-of-type(2) {
	font-size: 3rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	top: -10px;
	position: relative;
}

.works_txt {
	font-size: 1.8rem;
	padding: 30px 0px;
	line-height: 160%;
	width: 86%;
}



/* ---------------------------------------------------------
トピックス
--------------------------------------------------------- */

section#topics {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	background: url("../images/top/topics_back.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 20% 0px 0px;
	position: relative;
}

.topics_wrap {
	background: #FFF;
	padding: 50px;
	width: 60%;
	z-index: 1;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
	justify-content: space-between;
}

section#topics .sec_ttl > span {
	text-align: left;
}

.topics_wrap .ttl_area {
	width: 36%;
	text-align: right;
}

.topics_wrap .ttl_area .sec_ttl {
	display: inline-block;
}

.topics_wrap .ttl_area .sec_ttl > span.en {
	font-size: 8rem;
	font-weight: 300;
}

.topics_wrap .ttl_area .sec_ttl > span:nth-of-type(2) {
	font-size: 2.4rem;
	margin-top: 0px;
}

.topics_wrap .content_area {
	width: 60%;
}

.topics_wrap .btn_area {
	margin: 30px 0px 0px 0px;
}

.topics_wrap .btn_area .base_btn {
	margin-left: auto;
}

.topics_box li {
	border-bottom: 1px solid #808080;
	font-size: 1.6rem;
}

.topics_box li a {
	padding: 20px 20px;
}

.topics_box li:first-child {
	border-top: 1px solid #808080;
}

.topics_post {
	align-items: center;
	flex-wrap: nowrap;
}

.topics_date {
	white-space: nowrap;
	margin-right: 1em;
}

.topics_cate {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}

.cate_mark {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 10px;
	line-height: 0;
	width: auto;
	text-align: center;
}

.topics_txt {
	margin-top: 10px;
}



section#link {
	padding: 100px 0px 0px;
}
