@charset "UTF-8";


/** --------------------
	header
-------------------- **/


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

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

/** --------------------
	main
-------------------- **/
/** -- fv -- **/
.fv {
	padding-top: 70px;
}

.fv h1 {
	display: table;
	font-size: 30px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: 150px;
	position: relative;
}
.fv h1 span {
	position: relative;
}
.fv h1 span::after {
	position: absolute;
	bottom: -40px;
	left: 0;
}
.fv h1 span.deco1::after {
	content: '・・・';
}
.fv h1 span.deco2::after {
	content: '・・・・';
}

.fv .top_slider {
	padding-right: 50px;
	position: relative;
}
.fv .top_slider .num {
	position: absolute;
	bottom: 80px;
	right: 0;
	text-align: center;
	width: 50px;
}
.fv .top_slider .num .max_page {
	border-top: solid 1px #3D804E;
	font-size: 12px;
	margin: 0 auto;
	padding-top: 5px;
	width: 24px;
}

.fv .top_slider .swiper-pagination {
	display: block;
	margin-bottom: 50px;
	height: 70px;
}
.fv .top_slider .swiper-pagination-bullets {
	
}
.fv .top_slider .swiper-pagination-bullet {
	border: solid 2px #3D804E;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	height: 10px;
	width: 10px;
}
.fv .top_slider .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-top: 20px;
}
.fv .top_slider .swiper-pagination-bullet-active {
	background-color: #3D804E;
}

.fv .top_slider .swiper-slide {
	position: relative;
}
.fv .top_slider .swiper-slide p {
	background-color: #FFFDF8;
	position: absolute;
	bottom: 110px;
	right: -33px;
}

@media screen and (max-width: 1875px) {
	.fv {
		padding-top: 3.7vw;
	}

	.fv h1 {
        font-size: 1.6vw;
        margin-bottom: 2.7vw;
        margin-right: 8vw;
	}
	.fv h1 span::after {
		bottom: -2.1vw;
	}

	.fv .top_slider {
		padding-right: 2.7vw;
	}
	.fv .top_slider .num {
		bottom: 4.2vw;
		width: 2.7vw;
	}
	.fv .top_slider .num .max_page {
        font-size: .64vw;
        padding-top: .8vw;
        width: 1.3vw;
	}

	.fv .top_slider .swiper-pagination {
		margin-bottom: 3.7vw;
		height: 3.7vw;
	}
	.fv .top_slider .swiper-pagination-bullet {
		border: solid 2px #3D804E;
		height: .5vw;
		width: .5vw;
	}
	.fv .top_slider .swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-top: 1.05vw;
	}
	
	.fv .top_slider .swiper-slide p {
        bottom: 6.5vw;
        right: -1.8vw;
	}
}

@media screen and (max-width: 780px) {
	.fv {
		margin: 0 -3vw;
		padding-top: 10vw;
	}

	.fv h1 {
        font-size: 4.6vw;
        margin-bottom: 8vw;
        margin-left: 0;
        margin-right: 0;
	}
	.fv h1 span::after {
		bottom: -6.4vw;
	}

	.fv .top_slider {
		padding-bottom: 8vw;
		padding-right: 0;
	}
	.fv .top_slider .num {
		align-items: center;
		display: flex;
		bottom: 0;
		width: 32vw;
	}
	.fv .top_slider .num .max_page {
		border-left: solid 1px #3D804E;
		border-top: none;
        font-size: 3.2vw;
        margin-right: 0;
        padding-left: 2vw;
        padding-top: 0;
        width: 7vw;
	}

	.fv .top_slider .swiper-pagination {
		display: flex;
        margin-bottom: 0;
        height: auto;
		width: 15vw;
	}
	.fv .top_slider .swiper-pagination-bullet {
		border: solid 2px #3D804E;
		height: 10px;
		width: 10px;
	}
	.fv .top_slider .swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-left: 3vw;
		margin-top: 0;
	}
	
	.fv .top_slider .swiper-slide p {
        bottom: -8vw;
        right: 9vw;
	}
}


/** -- philosophy -- **/
.philosophy {
	margin-top: 80px;
	padding-left: 50px;
}

.philosophy .headline_1 {
	margin-left: -50px;
}
.philosophy .headline_1 h2 {
	font-size: 60px;
	letter-spacing: 5px;
	padding: 20px;
	position: absolute;
	left: 0;
	top: 60px;
	writing-mode: vertical-rl;
	min-width: initial;
}
.philosophy .headline_1 p {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.8;
	margin-left: 0;
	position: static;
	writing-mode: initial;
}
.philosophy .headline_1 p img {
	margin-right: 15px;
	width: 236px;
}

/** about **/
.philosophy .about {
	background-color: white;
	justify-content: space-between;
	margin: 0;
	margin-left: 140px;
	margin-top: 70px;
	position: relative;
	z-index: 2;
}
.philosophy .about .text {
	padding: 60px 20px 60px 60px;
}
.philosophy .about .text p {
	line-height: 2.0;
}
.philosophy .about .text p + p {
	margin-top: 30px;
}
.philosophy .about .image {
	width: 490px;
}

/** inner **/
.philosophy .inner {
	margin-right: 200px;
	margin-top: 120px;
	padding-bottom: 80px;
	padding-top: 65px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.philosophy .inner h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
.philosophy .inner h4 {
	font-size: 28px;
	margin-bottom: 50px;
}
.philosophy .inner p {
	line-height: 2.0;
}

.philosophy .deco {
	position: absolute;
}
.philosophy .circle {
	border-radius: 50%;
	filter: blur(25px);
	content: '';
	display: block;
	position: absolute;
}
.philosophy .circle_1 {
	background-color: #F8F3E6;
	left: 300px;
	top: -250px;
	height: 620px;
	width: 620px;
	z-index: -1;
}
.philosophy .circle_2 {
	background-color: #F2F2F2;
	z-index: -2;
}
.philosophy .circle_2-1 {
	right: -430px;
	top: 0;
	height: 870px;
	width: 870px;
}
.philosophy .circle_2-2 {
	bottom: -360px;
	left: -460px;
	height: 800px;
	width: 800px;
}
.philosophy .deco_1 {
	background: url("../img/common/philosofy-deco.png") no-repeat 0 0 / contain;
	right: -110px;
	top: -90px;
	height: 920px;
	width: 1500px;
	z-index: -1;
}
.philosophy .deco_2,
.philosophy .deco_3 {
	height: 120px;
	width: 120px;
}
.philosophy .deco_2 {
	right: -20px;
	top: -20px;
}
.philosophy .deco_3 {
	bottom: -20px;
	left: -20px;
}
.philosophy .deco_2::before,
.philosophy .deco_2::after,
.philosophy .deco_3::before,
.philosophy .deco_3::after {
	background-color: #688470;
	content: '';
	display: block;
	position: absolute;
}
.philosophy .deco_2::before,
.philosophy .deco_3::before {
	height: 1px;
	width: 100%;
}
.philosophy .deco_2::after,
.philosophy .deco_3::after {
	height: 100%;
	width: 1px;
}
.philosophy .deco_2::before {
	top: 20px;
}
.philosophy .deco_2::after {
	right: 20px;
}
.philosophy .deco_3::before {
	bottom: 20px;
}
.philosophy .deco_3::after {
	left: 20px;
}

@media screen and (max-width: 1875px) {
	.philosophy {
		margin-top: 4.2vw;
		padding-left: 2.7vw;
	}

	.philosophy .headline_1 {
		margin-left: -2.7vw;
	}
	.philosophy .headline_1 h2 {
        font-size: 3.2vw;
        letter-spacing: .3vw;
        padding: 1.05vw;
        top: 3.2vw;
	}
	.philosophy .headline_1 p {
		font-size: 1.05vw;
		letter-spacing: .05vw;
	}
	.philosophy .headline_1 p img {
        margin-right: .8vw;
        width: 12.6vw;
	}

	/** about **/
	.philosophy .about {
		margin-left: 7.5vw;
		margin-top: 3.7vw;
	}
	.philosophy .about .text {
		padding: 3.2vw 1.05vw 3.2vw 3.2vw;
	}
	.philosophy .about .text p + p {
		margin-top: 1.6vw;
	}
	.philosophy .about .image {
		width: 26.2vw;
	}

	/** inner **/
	.philosophy .inner {
		margin-right: 10.7vw;
		margin-top: 6.4vw;
		padding-bottom: 4.2vw;
		padding-top: 3.4vw;
	}

	.philosophy .inner h3 {
		font-size: 1.05vw;
		margin-bottom: 1.6vw;
	}
	.philosophy .inner h4 {
		font-size: 1.5vw;
		margin-bottom: 2.7vw;
	}

	.philosophy .circle {
		filter: blur(1.4vw);
	}
	.philosophy .circle_1 {
		left: 16vw;
		top: -13.3vw;
		height: 32.6vw;
		width: 32.6vw;
	}
	.philosophy .circle_2-1 {
		right: -23vw;
		height: 46.5vw;
		width: 46.5vw;
	}
	.philosophy .circle_2-2 {
		bottom: -19.2vw;
		left: -24.6vw;
		height: 42.7vw;
		width: 42.7vw;
	}
	.philosophy .deco_1 {
        right: -5.9vw;
        top: -4.8vw;
		height: 49.1vw;
		width: 80.2vw;
	}
	.philosophy .deco_2,
	.philosophy .deco_3 {
		height: 6.4vw;
		width: 6.4vw;
	}
	.philosophy .deco_2 {
		right: -1.05vw;
		top: -1.05vw;
	}
	.philosophy .deco_3 {
		bottom: -1.05vw;
		left: -1.05vw;
	}
	.philosophy .deco_2::before {
		top: 1.05vw;
	}
	.philosophy .deco_2::after {
		right: 1.05vw;
	}
	.philosophy .deco_3::before {
		bottom: 1.05vw;
	}
	.philosophy .deco_3::after {
		left: 1.05vw;
	}
}

@media screen and (max-width: 780px) {
	.philosophy {
		margin-top: 10vw;
		padding-left: 6vw;
	}

	.philosophy .headline_1 {
		margin-left: -6vw;
	}
	.philosophy .headline_1 h2 {
        font-size: 6.2vw;
        letter-spacing: 1vw;
        padding: 3vw 2vw;
        top: 12vw;
	}
	.philosophy .headline_1 p {
		font-size: 3.8vw;
		letter-spacing: .05vw;
	}
	.philosophy .headline_1 p img {
        margin-right: 2vw;
        width: 50vw;
	}

	/** about **/
	.philosophy .about {
		margin-left: 8vw;
        margin-top: 3.4vw;
	}
	.philosophy .about .text {
		padding: 6vw 4vw 8vw;
	}
	.philosophy .about .text p + p {
		margin-top: 5vw;
	}
	.philosophy .about .image {
		width: 100%;
	}

	/** inner **/
	.philosophy .inner {
        margin-left: -6vw;
        margin-right: 0;
        margin-top: 12vw;
        padding-bottom: 12vw;
        padding-top: 10vw;
	}

	.philosophy .inner h3 {
        font-size: 3.8vw;
        margin-bottom: 3vw;
	}
	.philosophy .inner h4 {
		font-size: 4.6vw;
		margin-bottom: 8vw;
	}

	.philosophy .circle {
		filter: blur(5vw);
	}
	.philosophy .circle_1 {
		left: 4vw;
		top: -30vw;
		height: 60vw;
		width: 60vw;
	}
	.philosophy .circle_2-1 {
		right: -45vw;
		height: 80vw;
		width: 80vw;
	}
	.philosophy .circle_2-2 {
		bottom: -40vw;
		left: -50vw;
		height: 80vw;
		width: 80vw;
	}
	.philosophy .deco_1 {
		right: -10vw;
        top: 5vw;
        height: 70vw;
        width: 100vw;
	}
	.philosophy .deco_2,
	.philosophy .deco_3 {
		height: 10vw;
		width: 10vw;
	}
	.philosophy .deco_2 {
        right: -2vw;
        top: -2vw;
	}
	.philosophy .deco_3 {
		bottom: -2vw;
		left: -2vw;
	}
	.philosophy .deco_2::before {
		top: 2vw;
	}
	.philosophy .deco_2::after {
		right: 2vw;
	}
	.philosophy .deco_3::before {
		bottom: 2vw;
	}
	.philosophy .deco_3::after {
		left: 2vw;
	}
}


/** -- service -- **/
.service {
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(104, 132, 112, .2) calc(100% - 1px)),
					linear-gradient(90deg, transparent calc(100% - 1px), rgba(104, 132, 112, .2) calc(100% - 1px));
	background-size: 20px 20px;
	background-repeat: repeat;
	background-position: left top;
	border-left: solid 1px rgba(104, 132, 112, .2);
	margin-left: -50px;
	margin-top: 240px;
	padding-bottom: 150px;
	padding-left: 100px;
	padding-top: 10px;
	position: relative;
	z-index: 1;
}

.service .headline_1 {
	margin-top: -35px;
}

/** inner **/
.service .inner {
	margin-left: 100px;
	margin-top: -270px;
}

.service .inner .exp {
	color: #1F3E27;
	margin-bottom: 90px;
}

/** total_design **/
.service .total_design {
	justify-content: space-between;
	margin-bottom: 60px;
	padding: 0 40px;
	position: relative;
	width: 1050px;
}
.service .total_design .row {
	position: relative;
	z-index: 1;
}

.service .total_design .image {
	position: relative;
	width: 280px;
}
.service .total_design .image + .image {
	margin-top: 20px;
}
.service .total_design .image p {
	color: #F8F5ED;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	z-index: 1;
}

.service .total_design .item {
	background-color: rgba(61, 128, 78, .2);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	height: 490px;
	width: 490px;
}
.service .total_design .item::before {
	background-color: rgba(61, 128, 78, .5);
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 360px;
	width: 360px;
}
.service .total_design .item::after {
	background: url("../img/common/icon-plus.svg") no-repeat center / 100%;
	content: '';
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	height: 30px;
	width: 30px;
}
.service .total_design .item .item_inner {
	background-color: #3D804E;
	border-radius: 50%;
	padding-top: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 260px;
	width: 260px;
}
.service .total_design .item .item_inner::before,
.service .total_design .item .item_inner::after {
	background-color: #3D804E;
	content: '';
	display: block;
	position: absolute;
	height: 3px;
	width: 500px;
	z-index: -1;
}
.service .total_design .item .item_inner::before {
	left: -100px;
	top: 140px;
	transform: rotate(25deg);
}
.service .total_design .item .item_inner::after {
	left: -100px;
	top: 120px;
	transform: rotate(-25deg);
}
.service .total_design .item h3 {
	color: #F8F5ED;
	font-size: 20px;
	margin-bottom: 20px;
}
.service .total_design .item p {
	background-color: #F8F5ED;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 auto;
	padding: 2px 0;
	position: relative;
	width: 162px;
}
.service .total_design .item p + p {
	margin-top: 30px;
}
.service .total_design .item p + p::before {
	background: url("../img/common/icon-cross.svg") no-repeat center / 100%;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: -23px;
	transform: translateX(-50%);
	height: 17px;
	width: 17px;
}

/** solution **/
.service .solution {
    border: solid 4px #3D804E;
    justify-content: space-between;
    margin-left: -60px;
    padding: 35px 40px;
    width: 1170px;
}

.service .solution .image {
	position: relative;
	width: 280px;
}
.service .solution .image + .image {
	margin-top: 25px;
}
.service .solution .image p {
	color: #F8F5ED;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	z-index: 1;
}

.service .solution .box {
	background-color: #3D804E;
    padding: 20px 25px;
    width: 480px;
}
.service .solution .box h3 {
	color: #F8F5ED;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-align: center;
}

.service .solution .box ul {
	justify-content: center;
	margin-bottom: 25px;
}
.service .solution .box li {
	background-color: #F8F5ED;
	font-size: 20px;
	margin: 0 10px;
	padding: 2px 10px;
}

.service .solution .box p {
	color: #F8F5ED;
	font-size: 12px;
	line-height: 1.8;
}

@media screen and (max-width: 1875px) {
	.service {
		background-size: 1.05vw 1.05vw;
		margin-left: -2.7vw;
		margin-top: 12.8vw;
		padding-bottom: 8vw;
		padding-left: 5.3vw;
		padding-top: .5vw;
	}

	.service .headline_1 {
		margin-top: -1.9vw;
	}

	/** inner **/
	.service .inner {
		margin-left: 5.3vw;
		margin-top: -14.4vw;
	}

	.service .inner .exp {
		margin-bottom: 4.8vw;
	}

	/** total_design **/
	.service .total_design {
		margin-bottom: 3.2vw;
		padding: 0 2.1vw;
		width: 56.1vw;
	}

	.service .total_design .image {
		width: 15vw;
	}
	.service .total_design .image + .image {
		margin-top: 1.05vw;
	}
	.service .total_design .image p {
		font-size: 1.05vw;
	}

	.service .total_design .item {
		height: 26.2vw;
		width: 26.2vw;
	}
	.service .total_design .item::before {
		height: 19.2vw;
		width: 19.2vw;
	}
	.service .total_design .item::after {
		bottom: 1.05vw;
		height: 1.6vw;
		width: 1.6vw;
	}
	.service .total_design .item .item_inner {
		height: 14vw;
		width: 14vw;
	}
	.service .total_design .item .item_inner::before,
	.service .total_design .item .item_inner::after {
		height: 3px;
		width: 26.7vw;
	}
	.service .total_design .item .item_inner::before {
		left: -5.3vw;
		top: 7.5vw;
	}
	.service .total_design .item .item_inner::after {
		left: -5.3vw;
		top: 6.4vw;
	}
	.service .total_design .item h3 {
		font-size: 1.05vw;
		margin-bottom: 1.05vw;
	}
	.service .total_design .item p {
		font-size: 1.05vw;
		width: 8.7vw;
	}
	.service .total_design .item p + p {
		margin-top: 1.6vw;
	}
	.service .total_design .item p + p::before {
		top: -1.2vw;
		height: .9vw;
		width: .9vw;
	}

	/** solution **/
	.service .solution {
        border: solid 4px #3D804E;
        margin-left: -2.9vw;
        padding: 1.9vw 2vw;
        width: 62vw;
	}

	.service .solution .image {
		width: 15vw;
	}
	.service .solution .image + .image {
		margin-top: 2.6vw;
	}
	.service .solution .image p {
		font-size: 1.05vw;
	}

	.service .solution .box {
        padding: 1.05vw 1.2vw;
        width: 25vw;
	}
	.service .solution .box h3 {
		font-size: 1.05vw;
		letter-spacing: .11vw;
		margin-bottom: .5vw;
	}

	.service .solution .box ul {
        margin-bottom: 1.3vw;
	}
	.service .solution .box li {
		font-size: 1.05vw;
		padding: 2px .5vw;
	}

	.service .solution .box p {
		font-size: .75vw;
	}
}

@media screen and (max-width: 780px) {
	.service {
        background-size: 3vw 3vw;
		margin: 16vw -6vw 0;
		padding: 1vw 6vw 14vw;
	}

	.service .headline_1 {
		margin-top: -5vw;
	}

	/** inner **/
	.service .inner {
        margin-left: 10vw;
        margin-top: -36vw;
	}

	.service .inner .exp {
		margin-bottom: 12vw;
	}

	/** total_design **/
	.service .total_design {
        margin-bottom: 10vw;
        margin-left: -10vw;
        padding: 0;
        width: auto;
	}

	.service .total_design .row {
		display: flex;
		justify-content: space-between;
	}
	
	.service .total_design .image {
		width: calc(50% - 2vw);
	}
	.service .total_design .image + .image {
		margin-top: 0;
	}
	.service .total_design .image p {
		font-size: 3.4vw;
	}

	.service .total_design .item {
        margin: -5vw auto;
		position: relative;
		left: auto;
		top: auto;
		transform: initial;
        height: 76vw;
        width: 76vw;
	}
	.service .total_design .item::before {
        height: 60vw;
        width: 60vw;
	}
	.service .total_design .item::after {
        bottom: -28vw;
        height: 4vw;
        width: 4vw;
	}
	.service .total_design .item .item_inner {
        padding-top: 9vw;
        height: 46vw;
        width: 46vw;
	}
	.service .total_design .item .item_inner::before,
	.service .total_design .item .item_inner::after {
        height: 2px;
        width: 90vw;
	}
	.service .total_design .item .item_inner::before {
		left: -24vw;
		top: 20vw;
		transform: rotate(55deg);
	}
	.service .total_design .item .item_inner::after {
        left: -20vw;
        top: 20vw;
        transform: rotate(-55deg);
	}
	.service .total_design .item h3 {
        font-size: 4.2vw;
        margin-bottom: 2vw;
	}
	.service .total_design .item p {
        font-size: 3.8vw;
        width: 30vw;
	}
	.service .total_design .item p + p {
		margin-top: 5vw;
	}
	.service .total_design .item p + p::before {
        top: -4vw;
        height: 3vw;
        width: 3vw;
	}

	/** solution **/
	.service .solution {
        border: solid 2px #3D804E;
        margin-left: -13vw;
        margin-right: -3vw;
        padding: 6vw 3vw;
        width: auto;
	}

	.service .solution .left,
	.service .solution .right {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.service .solution .image {
		width: calc(50% - 2vw);
	}
	.service .solution .image + .image {
		margin-top: 0;
	}
	.service .solution .image p {
		font-size: 3.4vw;
	}

	.service .solution .box {
        margin: 4vw 0;
        padding: 6vw 4vw;
        width: 100%;
	}
	.service .solution .box h3 {
		font-size: 4.2vw;
		letter-spacing: .2vw;
		margin-bottom: 2vw;
	}

	.service .solution .box ul {
        margin-bottom: 5vw;
	}
	.service .solution .box li {
        font-size: 3.8vw;
        padding: .2vw 3vw;
	}

	.service .solution .box p {
		font-size: 3vw;
	}
}


/** -- works -- **/
.works {
	margin-top: 80px;
	padding: 0 50px;
}

/** inner **/
.works .inner {
	margin-left: 90px;
	margin-right: -10px;
	margin-top: -300px;
}

.works article {
	cursor: pointer;
	margin: 0 10px 80px;
	position: relative;
	width: calc(33.3333% - 20px);
}
.works article a {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.works article p {
	color: #1F3E27;
	line-height: 1.8;
	padding-bottom: 40px;
	position: relative;
}
.works article p::after {
	background: url("../img/common/icon-arrow-1.svg") no-repeat 100% 0 / contain;
	content: '';
	display: block;
	position: absolute;
	bottom: 20px;
	right: 0;
	height: 10px;
	width: 164px;
}
.works article .thumb {
	position: relative;
	transition: ease .3s;
	height: 650px;
	width: 100%;
}
.works article .thumb img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.works article.thumb::before,
.works article .thumb::after {
	transition: ease .3s;
}
.works article:hover .thumb::before,
.works article:hover .thumb::after {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
}
.works article:hover .thumb::before {
	background-color: #68665E;
	content: '';
	mix-blend-mode: multiply;
	opacity: .7;
	top: 0;
	height: 100%;
}
.works article:hover .thumb::after {
	color: #F8F5ED;
	content: 'Read more';
	font-family: "brother-1816", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
}
.works article:hover .thumb .hover_1,
.works article:hover .thumb .hover_2 {
	position: absolute;
	transition: ease .3s;
	height: 120px;
	width: 120px;
}
.works article:hover .thumb .hover_1 {
	right: 20px;
	top: 20px;
}
.works article:hover .thumb .hover_2 {
	bottom: 20px;
	left: 20px;
}
.works article .thumb .hover_1::before,
.works article .thumb .hover_1::after,
.works article .thumb .hover_2::before,
.works article .thumb .hover_2::after {
	transition: ease .3s;
}
.works article:hover .thumb .hover_1::before,
.works article:hover .thumb .hover_1::after,
.works article:hover .thumb .hover_2::before,
.works article:hover .thumb .hover_2::after {
	background-color: #F8F5ED;
	content: '';
	display: block;
	position: absolute;
}
.works article:hover .thumb .hover_1::before,
.works article:hover .thumb .hover_2::before {
	bottom: 0;
	height: 100%;
	width: 1px;
}
.works article:hover .thumb .hover_1::before {
	right: 20px;
}
.works article:hover .thumb .hover_2::before {
	left: 20px;
}
.works article:hover .thumb .hover_1::after,
.works article:hover .thumb .hover_2::after {
	left: 0;
	height: 1px;
	width: 100%;
}
.works article:hover .thumb .hover_1::after {
	top: 20px;
}
.works article:hover .thumb .hover_2::after {
	bottom: 20px;
}

.works .link {
	line-height: 1.2;
	margin-left: 100px;
	position: relative;
}
.works .link a {
	background-color: #FFFDF8;
	display: table;
	font-size: 20px;
	padding-right: 55px;
	position: relative;
	transition: ease 0.3s;
}
.works .link a:hover {
	color: #68665E;
}
.works .link a::after {
	background: url("../img/common/icon-arrow-4.svg") no-repeat center / contain;
	content: '';
	display: block;
	position: absolute;
	right: 15px;
	top: 2px;
	transition: transform 0.3s ease;
	height: 24px;
	width: 28px;
}
.works .link a:hover::after {
	background: url("../img/common/icon-arrow-4-gray.svg") no-repeat center / contain;
	transform: rotate(180deg);
}
.works .link .line {
	background-color: #3D804E;
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	transform-origin: right;
	transition: transform 0.3s ease;
	height: 1px;
	width: 100%;
	z-index: -1;
}
.works .link a:hover + .line {
	background-color: #68665E;
	transform: scaleX(0.10);
}

@media screen and (max-width: 1875px) {
	.works {
		margin-top: 4.2vw;
		padding: 0 2.7vw;
	}

	/** inner **/
	.works .inner {
		margin-left: 4.8vw;
		margin-right: -.5vw;
		margin-top: -16vw;
	}

	.works article {
		margin: 0 .5vw 4.2vw;
		width: calc(33.3333% - 1.05vw);
	}
	.works article p {
		padding-bottom: 2.1vw;
	}
	.works article p::after {
		bottom: 1.05vw;
		height: .5vw;
		width: 8.7vw;
	}
	.works article .thumb {
		height: 34.7vw;
	}

	.works article:hover .thumb::after {
		font-size: 1.05vw;
	}
	.works article:hover .thumb .hover_1,
	.works article:hover .thumb .hover_2 {
		height: 6.4vw;
		width: 6.4vw;
	}
	.works article:hover .thumb .hover_1 {
		right: 1.05vw;
		top: 1.05vw;
	}
	.works article:hover .thumb .hover_2 {
		bottom: 1.05vw;
		left: 1.05vw;
	}
	.works article:hover .thumb .hover_1::before {
		right: 1.05vw;
	}
	.works article:hover .thumb .hover_2::before {
		left: 1.05vw;
	}
	.works article:hover .thumb .hover_1::after {
		top: 1.05vw;
	}
	.works article:hover .thumb .hover_2::after {
		bottom: 1.05vw;
	}

	.works .link {
		margin-left: 5.3vw;
	}
	.works .link a {
		font-size: 1.05vw;
		padding-right: 3vw;
	}
	.works .link a::after {
		right: .8vw;
		top: .1vw;
        height: 1.3vw;
        width: 1.5vw;
	}
	.works .link .line {
		top: .7vw;
	}
}

@media screen and (max-width: 780px) {
	.works {
        margin-top: 12vw;
        padding: 0;
	}

	/** inner **/
	.works .inner {
        margin-left: 10vw;
        margin-right: 0;
        margin-top: -48vw;
	}

	.works article {
		margin: 0 0 10vw;
        width: 100%;
	}
	.works article p {
		padding-bottom: 5vw;
	}
	.works article p::after {
        bottom: 1vw;
        height: 3vw;
        width: 28vw;
	}
	.works article .thumb {
		height: 54vw;
	}

	.works article:hover .thumb::after {
		font-size: 3.8vw;
	}
	.works article:hover .thumb .hover_1,
	.works article:hover .thumb .hover_2 {
		height: 10vw;
		width: 10vw;
	}
	.works article:hover .thumb .hover_1 {
		right: 3vw;
		top: 3vw;
	}
	.works article:hover .thumb .hover_2 {
		bottom: 3vw;
		left: 3vw;
	}
	.works article:hover .thumb .hover_1::before {
		right: 2vw;
	}
	.works article:hover .thumb .hover_2::before {
		left: 2vw;
	}
	.works article:hover .thumb .hover_1::after {
		top: 2vw;
	}
	.works article:hover .thumb .hover_2::after {
		bottom: 2vw;
	}

	.works .link {
		margin-left: 0;
	}
	.works .link a {
        font-size: 3.4vw;
        padding-right: 8vw;
	}
	.works .link a::after {
        right: 2vw;
        top: 0;
        height: 4vw;
        width: 4vw;
	}
	.works .link .line {
		top: 2vw;
	}
}


/** -- flow -- **/
.flow {
	margin-top: 150px;
	padding: 0 50px;
}

/** inner **/
.flow .inner {
	margin-left: 100px;
	margin-top: -300px;
	position: relative;
	width: 700px;
}
.flow .inner::before {
	background-color: #3D804E;
	content: '';
	display: block;
	position: absolute;
	left: 32px;
	height: calc(100% - 80px);
	width: 3px;
}
.flow .inner::after {
	background-color: #F2F2F2;
	border-radius: 50%;
	filter: blur(25px);
	content: '';
	display: block;
	position: absolute;
	right: -1050px;
	top: -30px;
	height: 1160px;
	width: 1160px;
	z-index: -1;
}

.flow .box {
	align-items: center;
	background-color: white;
	border: solid 1px #3D804E;
	margin-bottom: 30px;
	padding: 8px 20px;
	position: relative;
}
.flow .indent {
	margin-left: 10px;
}

.flow .box .ttl {
	font-size: 18px;
}
.flow .box .ttl + p,
.flow .box .ttl-2 + p {
	margin-left: 15px;
}
.flow .box .small {
	font-size: 14px;
}

.flow .box img {
	margin-right: 10px;
	object-fit: contain;
	height: 24px;
	width: 24px;
}

.flow_list-1,
.flow_list-2 {
	align-items: center;
}

.flow_list-1 .box {
	margin-right: 20px;
	padding-left: 13px;
}
.flow_list-1 .box::after {
	border: solid 10px transparent;
	border-left: solid 10px #3D804E;
	border-right: none;
	content: '';
	display: block;
	position: absolute;
	right: -16px;
}

.flow_list-1 .box:nth-last-child(1)::after {
	display: none;
}

.flow_list-2 {
	margin-bottom: 20px;
	margin-top: 50px;
	position: relative;
}
.flow_list-2::after {
	border: solid 3px #3D804E;
	border-left: none;
	content: '';
	display: block;
	position: absolute;
	left: 25px;
	top: -26px;
	height: 106px;
	width: 190px;
	z-index: -1;
}
.flow_list-2 .box {
	margin-bottom: 0;
}
.flow_list-2 .or {
	margin: 0 10px;
}

.flow .flow_box-2,
.flow .flow_box-3 {
	display: table;
}

.flow .flow_box-2 .box_inner p + p {
	margin-left: 50px;
	position: relative;
}
.flow .flow_box-2 .box_inner p + p::before {
	border: solid 9px transparent;
	border-left: solid 8px #3D804E;
	border-right: none;
	content: '';
	display: block;
	position: absolute;
	left: -30px;
	top: 3px;
}

.flow .detail_link {
	align-items: center;
}
.flow .detail_link a {
	background: url("../img/common/icon-arrow-3.svg") no-repeat right 15px top 50% / 5px;
	background-color: #3D804E;
	border: solid 1px #3D804E;
	box-sizing: border-box;
	color: #F8F5ED;
	display: table;
	font-size: 18px;
	margin-left: auto;
	padding: 5px 30px;
	padding-right: 40px;
}
.flow .detail_link a:hover {
	background-color: #F8F5ED;
	background-image: url("../img/common/icon-arrow-3-green.svg");
	color: #3D804E;
}

@media screen and (max-width: 1875px) {
	.flow {
		margin-top: 8vw;
		padding: 0 2.7vw;
	}

	/** inner **/
	.flow .inner {
		margin-left: 5.3vw;
		margin-top: -16vw;
		width: 37.4vw;
	}
	.flow .inner::before {
		left: 1.8vw;
		height: calc(100% - 4.2vw);
		width: 3px;
	}
	.flow .inner::after {
		right: -56.1vw;
		top: -1.6vw;
		height: 62vw;
		width: 62vw;
	}

	.flow .box {
		margin-bottom: 1.6vw;
		padding: .4vw 1.05vw;
	}
	.flow .indent {
		margin-left: .5vw;
	}

	.flow .box .ttl {
		font-size: .96vw;
	}
	.flow .box .ttl + p,
	.flow .box .ttl-2 + p {
		margin-left: .8vw;
	}
	.flow .box .small {
		font-size: .75vw;
	}

	.flow .box img {
		margin-right: .5vw;
		height: 1.3vw;
		width: 1.3vw;
	}

	.flow_list-1 .box {
		margin-right: 1.05vw;
		padding-left: .7vw;
	}
	.flow_list-1 .box::after {
		border: solid .5vw transparent;
		border-left: solid .5vw #3D804E;
		border-right: none;
		right: -.8vw;
	}

	.flow_list-2 {
		margin-bottom: 1.05vw;
		margin-top: 2.7vw;
	}
	.flow_list-2::after {
		border: solid 3px #3D804E;
        left: 1.3vw;
        top: -1.4vw;
        height: 5.9vw;
        width: 10.1vw;
	}
	.flow_list-2 .box {
		margin-bottom: 0;
	}
	.flow_list-2 .or {
		margin: 0 .5vw;
	}

	.flow .flow_box-2 .box_inner p + p {
		margin-left: 2.7vw;
	}
	.flow .flow_box-2 .box_inner p + p::before {
		border: solid .4vw transparent;
		border-left: solid .4vw #3D804E;
		left: -1.6vw;
		top: .2vw;
	}

	.flow .detail_link a {
		background-position: right .8vw top 50%;
		background-size: .3vw;
		font-size: .96vw;
		padding: .3vw 1.6vw;
		padding-right: 2.1vw;
	}
}

@media screen and (max-width: 780px) {
	.flow {
		margin-top: 15vw;
        padding: 0;
	}

	/** inner **/
	.flow .inner {
        margin-left: 10vw;
        margin-top: -53vw;
        width: auto;
	}
	.flow .inner::before {
        left: 6vw;
        height: calc(100% - 30vw);
        width: 2px;
	}
	.flow .inner::after {
		right: -56.1vw;
		top: -1.6vw;
		height: 62vw;
		width: 62vw;
	}

	.flow .box {
        margin-bottom: 4vw;
        padding: 2vw 3vw;
	}
	.flow .indent {
		margin-left: 2vw;
	}

	.flow .box .ttl {
		font-size: 3.8vw;
	}
	.flow .box .ttl + p,
	.flow .box .ttl-2 + p {
		margin-left: 0;
		margin-top: 2vw;
	}
	.flow .box .small {
		font-size: 3.2vw;
	}

	.flow .box img {
        margin-right: 2vw;
        height: 5vw;
        width: 5vw;
	}

	.flow_list-1 .box {
        margin-right: 4vw;
		padding-left: 2vw;
	}
	.flow_list-1 .box::after {
        border: solid 2vw transparent;
        border-left: solid 2vw #3D804E;
        border-right: none;
        right: -3.2vw;
	}
	.flow_list-1 .box:nth-last-child(1) {
		margin-left: auto;
	}

	.flow_list-2 {
        margin-bottom: 4vw;
        margin-top: 3vw;
	}
	.flow_list-2::after {
        border: solid 2px #3D804E;
        left: 4vw;
        top: -2.5vw;
        height: 22vw;
        width: 34vw;
	}
	.flow_list-2 .box {
		margin-bottom: 0;
	}
	.flow_list-2 .or {
		margin: 0 1vw;
	}

	.flow .flow_box-2 .box_inner p + p {
		margin-left: 7vw;
		margin-top: 0;
	}
	.flow .flow_box-2 .box_inner p + p::before {
        border: solid 2vw transparent;
        border-left: solid 2vw #3D804E;
        left: -4vw;
        top: 1vw;
	}

	.flow .detail_link {
		margin-left: -10vw;
	}
	.flow .detail_link a {
        background-position: right 4vw top 50%;
        background-size: 2vw;
        font-size: 3.8vw;
        margin-top: 2vw;
        padding: 1vw 5vw;
        padding-right: 10vw;
	}
}


/** -- faq -- **/
.faq {
	margin-top: 150px;
	padding: 0 50px;
	position: relative;
}

.faq .headline_1::after {
	background-color: #3D804E;
	content: '';
	display: block;
	position: absolute;
	bottom: 20px;
	height: 1px;
	width: 100%;
	z-index: -1;
}
.faq .headline_1 p {
	background-color: #FFFDF8;
	padding-bottom: 38px;
	padding-right: 220px;
	position: relative;
}
.faq .headline_1 p span {
	writing-mode: initial;
	position: absolute;
	bottom: 0;
	left: 8px;
}

/** inner **/
.faq .inner {
	margin-left: 100px;
	margin-top: 40px;
}

.faq dl {
	margin-bottom: 30px;
	width: 700px;
}
.faq dt,
.faq dd {
	padding-left: 30px;
	position: relative;
}
.faq dt {
	font-weight: 700;
}
.faq dd {
	color: #1F3E27;
	margin-top: 15px;
}
.faq dt::before,
.faq dd::before {
	display: block;
	font-family: "century-gothic", sans-serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
}
.faq dt::before {
	content: 'Q.';
}
.faq dd::before {
	content: 'A.';
}

.faq dd p + p {
	margin-top: 10px;
}

/** image **/
.faq .image {
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 380px;
	height: 780px;
	width: 480px;
}

@media screen and (max-width: 1875px) {
	.faq {
		margin-top: 8vw;
		padding: 0 2.7vw;
	}

	.faq .headline_1::after {
		bottom: 1.05vw;
	}
	.faq .headline_1 p {
        padding-bottom: 2vw;
        padding-right: 11.7vw;
	}
	.faq .headline_1 p span {
		left: .4vw;
	}

	/** inner **/
	.faq .inner {
		margin-left: 5.3vw;
		margin-top: 2.1vw;
	}

	.faq dl {
		margin-bottom: 1.6vw;
		width: 37.4vw;
	}
	.faq dt,
	.faq dd {
		padding-left: 1.6vw;
	}
	.faq dd {
		margin-top: .8vw;
	}

	.faq dd p + p {
		margin-top: .5vw;
	}

	/** image **/
	.faq .image {
		top: 20.3vw;
        height: 41.6vw;
        width: 25.6vw;
	}
}
@media screen and (max-width: 780px) {
	.faq {
        margin-top: 14vw;
        padding: 0;
	}

	.faq .headline_1::after {
		bottom: 3.5vw;
	}
	.faq .headline_1 p {
        padding-bottom: 7vw;
        padding-right: 33vw;
	}
	.faq .headline_1 p span {
		left: 1.4vw;
	}

	/** inner **/
	.faq .inner {
        margin-left: 0;
        margin-top: 8vw;
	}

	.faq dl {
        margin-bottom: 6vw;
        width: 100%;
	}
	.faq dt,
	.faq dd {
		padding-left: 6vw;
	}
	.faq dd {
		margin-top: 2vw;
	}

	.faq dd p + p {
		margin-top: 2vw;
	}

	/** image **/
	.faq .image {
        position: relative;
        right: auto;
        top: auto;
        height: 48vw;
        width: 100%;
	}
}


/** -- news -- **/
.news {
	margin-top: 120px;
	padding: 0 50px;
	position: relative;
}

/** inner **/
.news .inner {
	margin-left: 100px;
	margin-top: 50px;
	width: 700px;
}

.news dl {
	border-bottom: solid 1px #1F3E27;
	color: #1F3E27;
	cursor: pointer;
	margin-bottom: 20px;
	position: relative;
}
.news dl dt {
	width: 110px;
}
.news dl dd {
	padding-bottom: 4px;
	padding-right: 40px;
	position: relative;
	transition: ease .3s;
	width: calc(100% - 110px);
}
.news dl dd::after {
	background: url("../img/common/icon-arrow-2.svg") no-repeat center/ 12px;
	background-color: #1F3E27;
	border: solid 1px #1F3E27;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: -1px;
	transition: ease .3s;
	height: 30px;
	width: 30px;
}
.news dl:hover dd::after {
	background: url("../img/common/icon-arrow-2-green.svg") no-repeat center/ 12px;
	background-color: #FFFDF9;
}
.news dl:hover dd {
	font-weight: 700;
}
.news dl a {
	position: absolute;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.news .archives {
	align-items: center;
	margin-top: 50px;
}
.news .archives a {
	background: url("../img/common/icon-arrow-3.svg") no-repeat right 15px top 50% / 5px;
	background-color: #3D804E;
	border: solid 1px #3D804E;
	box-sizing: border-box;
	color: #F8F5ED;
	display: table;
	font-size: 18px;
	margin-left: auto;
	padding: 5px 30px;
	padding-right: 40px;
}
.news .archives a:hover {
	background-color: #F8F5ED;
	background-image: url("../img/common/icon-arrow-3-green.svg");
	color: #3D804E;
}

@media screen and (max-width: 1875px) {
	.news {
		margin-top: 6.4vw;
		padding: 0 2.7vw;
	}

	/** inner **/
	.news .inner {
		margin-left: 5.3vw;
		margin-top: 2.7vw;
		width: 37.4vw;
	}

	.news dl {
		margin-bottom: 1.05vw;
	}
	.news dl dt {
		width: 5.9vw;
	}
	.news dl dd {
		padding-bottom: .2vw;
		padding-right: 2.1vw;
		width: calc(100% - 5.9vw);
	}
	.news dl dd::after {
		background-size: .64vw;
		height: 1.6vw;
		width: 1.6vw;
	}
	.news dl:hover dd::after {
		background-size: .64vw;
	}

	.news .archives {
		margin-top: 2.7vw;
	}
	.news .archives a {
		background-position: right .8vw top 50%;
		background-size: .3vw;
		font-size: .96vw;
		padding: .3vw 1.6vw;
		padding-right: 2.1vw;
	}
}

@media screen and (max-width: 780px) {
	.news {
        margin-top: 14vw;
        padding: 0;
	}

	/** inner **/
	.news .inner {
        margin-left: 0;
        margin-top: 6vw;
        width: 100%;
	}

	.news dl {
		margin-bottom: 4vw;
	}
	.news dl dt {
		margin-bottom: 1vw;
		width: 100%;
	}
	.news dl dd {
        padding-bottom: 2vw;
        padding-right: 8vw;
        width: 100%;
	}
	.news dl dd::after {
        background-size: 2.4vw;
        height: 5vw;
        width: 5vw;
	}
	.news dl:hover dd::after {
		background-size: .64vw;
	}

	.news .archives {
		margin-top: 6vw;
	}
	.news .archives a {
        background-position: right 4vw top 50%;
        background-size: 2vw;
        font-size: 3.8vw;
        margin-top: 2vw;
        padding: 1vw 5vw;
        padding-right: 10vw;
	}
}


/** -- insta -- **/
.insta {
	margin-top: 50px;
	padding-top: 200px;
	position: relative;
}
.insta .deco {
	position: absolute;
	right: 30px;
	top: 0;
	height: 120px;
	width: 120px;
}
.insta .deco::before,
.insta .deco::after {
	background-color: #688470;
	content: '';
	display: block;
	position: absolute;
}
.insta .deco::before {
	top: 20px;
	height: 1px;
	width: 100%;
}
.insta .deco::after {
	right: 20px;
	height: 100%;
	width: 1px;
}

/** inner **/
.insta .inner {
	margin-left: 50px;
	margin-right: 50px;
}

@media screen and (max-width: 1875px) {
	.insta {
		margin-top: 2.7vw;
		padding-top: 10.7vw;
	}
	.insta .deco {
		right: 1.6vw;
		height: 6.4vw;
		width: 6.4vw;
	}
	.insta .deco::before {
		top: 1.05vw;
	}
	.insta .deco::after {
		right: 1.05vw;
	}

	/** inner **/
	.insta .inner {
		margin-left: 2.7vw;
		margin-right: 2.7vw;
	}
}

@media screen and (max-width: 780px) {
	.insta {
        margin-top: 6vw;
        padding-top: 16vw;
	}
	.insta .deco {
		right: -2vw;
		height: 10vw;
		width: 10vw;
	}
	.insta .deco::before {
		top: 2vw;
	}
	.insta .deco::after {
		right: 2vw;
	}

	/** inner **/
	.insta .inner {
        margin-left: 0;
        margin-right: 0;
	}
}


/** -- about -- **/
.about {
	margin-right: 50px;
	margin-top: 80px;
	position: relative;
}

/** container **/
.about .container {
	align-items: center;
}

/** left **/
.about .left {
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(104, 132, 112, .2) calc(100% - 1px)),
					linear-gradient(90deg, transparent calc(100% - 1px), rgba(104, 132, 112, .2) calc(100% - 1px));
	background-size: 20px 20px;
	background-repeat: repeat;
	background-position: left top;
	border-left: solid 1px rgba(104, 132, 112, .2);
	margin-left: -50px;
	padding-bottom: 140px;
	padding-left: 100px;
	padding-top: 60px;
	position: relative;
	width: 50%;
}
.about .left .headline_1 {
	margin-bottom: 50px;
}
.about .left h3,
.about .left p {
	color: #1F3E27;
	font-size: 15px;
	line-height: 2.6;
}
.about .left h3 {
	margin-top: 20px;
}

/** right **/
.about .right {
	color: #1F3E27;
	position: relative;
	width: 50%;
}
.about .right .logo_icon {
	position: absolute;
	left: -80px;
	top: 50%;
	transform: translateY(-50%);
	width: 160px;
}
.about .right .inner {
	margin-left: 140px;
}

.about .right h3 {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.about .right ol {
	padding-left: 24px;
}
.about .right ol li {
	list-style: decimal;
}
.about .right ol li + li {
	margin-top: 10px;
}

.about .right::before {
	background-color: #F2F2F2;
	border-radius: 50%;
	filter: blur(25px);
	content: '';
	display: block;
	position: absolute;
	right: -280px;
	top: -60px;
	height: 870px;
	width: 870px;
	z-index: -1;
}
.about .deco {
	position: absolute;
	bottom: 60px;
	right: -220px;
	height: 120px;
	width: 120px;
}
.about .deco::before,
.about .deco::after {
	background-color: #688470;
	content: '';
	display: block;
	position: absolute;
}
.about .deco::before {
	bottom: 20px;
	height: 1px;
	width: 100%;
}
.about .deco::after {
	left: 20px;
	height: 100%;
	width: 1px;
}

@media screen and (max-width: 1875px) {
	.about {
		margin-right: 2.7vw;
		margin-top: 4vw;
	}

	/** container **/

	/** left **/
	.about .left {
		background-size: 1.05vw 1.05vw;
		margin-left: -2.7vw;
		padding-bottom: 7.5vw;
		padding-left: 5.3vw;
		padding-top: 3.2vw;
	}
	.about .left .headline_1 {
		margin-bottom: 2.7vw;
	}
	.about .left h3,
	.about .left p {
		font-size: .8vw;
	}
	.about .left h3 {
		margin-top: 1.05vw;
	}

	/** right **/
	.about .right .logo_icon {
		left: -4.2vw;
		width: 8.4vw;
	}
	.about .right .inner {
		margin-left: 7.4vw;
	}

	.about .right h3 {
		font-size: 1.05vw;
		margin-bottom: 1.05vw;
	}
	.about .right ol {
		padding-left: 1.3vw;
	}
	.about .right ol li + li {
		margin-top: .5vw;
	}

	.about .right::before {
		filter: blur(5vw);
		right: -15vw;
		top: -3.2vw;
		height: 46.5vw;
		width: 46.5vw;
	}
	.about .deco {
		bottom: 3.2vw;
		right: -220px;
		height: 6.4vw;
		width: 6.4vw;
	}
	.about .deco::before {
		bottom: 1.05vw;
	}
	.about .deco::after {
		left: 1.05vw;
	}
}

@media screen and (max-width: 780px) {
	.about {
        margin-right: 0;
        margin-top: 14vw;
	}

	/** container **/
	.about .container {
		display: block;
	}

	/** left **/
	.about .left {
        background-size: 3vw 3vw;
		margin: 0 -6vw;
		padding: 12vw 6vw 16vw;
		width: auto;
	}
	.about .left .headline_1 {
		margin-bottom: 6vw;
	}
	.about .left h3,
	.about .left p {
		font-size: 3.4vw;
	}
	.about .left h3 {
		margin-top: 5vw;
	}

	/** right **/
	.about .right {
		padding-bottom: 24vw;
        padding-top: 16vw;
		width: 100%;
	}
	.about .right .logo_icon {
        left: 50%;
        top: -8vw;
        transform: translateX(-50%);
        width: 16vw;
	}
	.about .right .inner {
		margin-left: 0;
	}

	.about .right h3 {
        font-size: 4.2vw;
        margin-bottom: 8vw;
	}
	.about .right ol {
		padding-left: 5vw;
	}
	.about .right ol li + li {
		margin-top: 2vw;
	}

	.about .right::before {
		filter: blur(5vw);
        right: -18vw;
        top: -10vw;
        height: 80vw;
        width: 80vw;
	}
	.about .deco {
		bottom: -78vw;
		left: 2vw;
		right: auto;
		height: 10vw;
		width: 10vw;
	}
	.about .deco::before {
		bottom: 2vw;
	}
	.about .deco::after {
		left: 2vw;
	}
}


/** -- map -- **/
.map {
	margin-left: -50px;
	height: 450px;
}

@media screen and (max-width: 1875px) {
	.map {
		margin-left: -2.7vw;
		height: 24vw;
	}
}

@media screen and (max-width: 780px) {
	.map {
        margin: 0 -6vw;
        height: 54vw;
	}
}
	



