@charset "UTF-8";
/* ------------------------------------------------
                    共通css
--------------------------------------------------- */
/*---------- group header ----------*/
.group-header {
	width: 100%;
    border-bottom: 5px solid #c4d700;
    background: #004831;
	position: relative;
	z-index: 999;
}
.group-header-inn {
	width: 90%;
	height: 60px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.group-header-logo {
	width: 120px;
}
.group-header-grouplogo {
	width: 80px;
}

@media (max-width: 768px) {
	.group-header-inn {
		width: 94%;
		height: 46px;
		margin: 0 auto;
	}
	.group-header-logo {
		width: 90px;
	}
	.group-header-grouplogo {
		width: 65px;
	}
}

/*---------- header ----------*/
.header {
    width: 100%;
	background: #fff;
	position: sticky;
	top: 0;
	left: 0;
	transition: 0.3s ease-in-out;
	z-index: 999;
}
.header.is-sticky {
	background: #fff;
}
.header .header-inn {
    width: 90%;
	height: 125px;
    margin: 0 auto;
    padding: 20px 0 25px;
    display: flex;
	align-items: center;
}
/* x logo */
.header .header-logo {
    width: 260px;
    display: block;
}

/*
.header img.is-sticky {
	display: none;
}
.header.is-sticky img.is-sticky {
	display: block;
}
.header img.is-no-sticky {
	display: block;
}
.header.is-sticky img.is-no-sticky {
	display: none;
}
*/

.header-navi-wrap {
	width: calc(100% - 260px);
}

/*gnav*/
.header .gnav-wrap {
	width: 100%;
	margin-left: auto;
}
.header .gnav-wrap ul#gnav {
    width: 100%;
    display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
.header .gnav-wrap ul#gnav li {
	margin-left: 40px;
	display: block;
}
.header .gnav-wrap ul#gnav li:nth-child(6) { /* 導入事例非表示時のみ、表示時は削除 */
	margin-left: 10px;
}
.header .gnav-wrap ul#gnav li:nth-child(7) {
	/* margin-left: 10px; 導入事例表示時*/
	margin-left: 20px;
}
.header .gnav-wrap ul#gnav li:nth-child(8) {
	margin-left: 20px;
}
.header .gnav-wrap ul#gnav li a {
    display: block;
	color: #141d1d;
    font-size: 1.5rem;
    font-weight: 700;
	line-height: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.header .gnav-wrap ul#gnav li a.btn-header-dl {
	width: 146px;
	padding: 8px;
	background: #c4d700;
	border: 2px solid #c4d700;
	border-radius: 10px;
	text-align: center;
}
.header .gnav-wrap ul#gnav li a.btn-header-contact {
	width: 146px;
	padding: 8px;
	background: #fff;
	border: 2px solid #004831;
	border-radius: 10px;
	color: #004831;
	text-align: center;
}
.header .gnav-wrap ul#gnav li a.btn-header-login {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.header .gnav-wrap ul#gnav li a.btn-header-login img {
	width: 20px;
	margin-bottom: 2px;
}
.header .gnav-wrap ul#gnav li a.btn-header-login p {
	color: #004831;
	font-size: 1.0rem;
	line-height: 1;
}

.sp-menu-trigger {
	display: none;
}


/* language switcher */
.lang-switcher {
	width: 116px;
	margin: 0 0 20px auto;
	display: flex;
	align-items: center;
	border: 1px solid #80a398;
	border-radius: 8px;
	overflow: hidden;
}
.lang-switcher a {
	width: 50%;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f3f8f6;
	color: #141d1d;
	font-size: 1.3rem;
}
.lang-switcher a.is-current {
	background: #004831;
	color: #fff;
}
.btn-lang-ja {
}
.btn-lang-en {
}

@media (max-width: 1280px) {
	/* x logo */
	.header .header-logo {
		width: 20%;
	}

	.header-navi-wrap {
		width: 80%;
	}
	
	/*gnav*/
	.header .gnav-wrap ul#gnav li {
		margin-left: 2vw;
	}
}


@media (max-width: 1080px) {
	.header {
		/* background: #fff; */
	}
	.header .header-inn {
		width: 100%;
		height: 60px;
		margin: 0 auto;
		padding: 0 0 0 4vw;
	}
	/* x logo */
	.header .header-logo {
		width: 40%;
		max-width: 200px;
		margin-right: auto;
	}

	.header-navi-wrap {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	/*gnav*/
	.header .gnav-wrap {
        width: 100%;
		margin-left: 0;
		display: none;
        padding: 0;
        background: #fff;
        position: fixed;
        top: 125px;
        left: 0;
        z-index: 996;
	}
	.header.is-sticky .gnav-wrap {
        top: 60px;
	}
	
	
	.header .gnav-wrap ul#gnav {
		width: 100%;
        display: flex;
		flex-wrap: wrap;
        position: relative;
		border-top: 1px solid #004831;
	}
	.header .gnav-wrap ul#gnav li {
		width: 100%;
		margin: 0;
		display: block;
		border-bottom: 1px solid #004831;
	}
	.header .gnav-wrap ul#gnav li:nth-child(5), /* 導入事例非表示時 */
	.header .gnav-wrap ul#gnav li:nth-child(6) {
		width: 100%;
		padding: 20px 10px 10px;
		margin-left: 0;
		border-bottom: none;
	}
	.header .gnav-wrap ul#gnav li:nth-child(7) {
		width: 100%;
		margin-left: 0;
		padding: 10px;
		border-bottom: none;
	}
	.header .gnav-wrap ul#gnav li:nth-child(8) {
		width: 100%;
		padding: 10px 10px 20px;
		margin-left: 0;
	}


	.header .gnav-wrap ul#gnav li a {
        padding: 20px;
		display: block;
		color: #004831;
		text-align: center;
	}
	
	
	.header .gnav-wrap ul#gnav li a.btn-header-dl {
		width: 90%;
		margin: 0 auto;
		padding: 20px;
	}
	.header .gnav-wrap ul#gnav li a.btn-header-contact {
		width: 90%;
		margin: 0 auto;
		padding: 20px;
	}
	.header .gnav-wrap ul#gnav li a.btn-header-login {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
	.header .gnav-wrap ul#gnav li a.btn-header-login img {
		width: 20px;
		margin-bottom: 0;
		margin-right: 10px;
	}
	.header .gnav-wrap ul#gnav li a.btn-header-login p {
		font-size: 1.5rem;
		line-height: 1;
	}
	
	/* 開閉ボタン */
	.sp-menu-trigger {
		width: 60px;
		height: 60px;
		margin-left: 4vw;
		display: block;
		z-index: 2001;
		background: #004831;
		border: none;
	}
	.sp-menu-btn {
		width: 60%;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.sp-menu-btn span{
		display: block;
		height: 2px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		transition: 0.5s ease-in-out;	
	}
	.sp-menu-btn span:nth-child(1){
		top: calc(50% - 15%);
	}
	.sp-menu-btn span:nth-child(2){
		top: calc(50%);
	}
	.sp-menu-btn span:nth-child(3){
		top: calc(50% + 15%);
	}

	
	/*開閉ボタンopen時*/
	.is-open .sp-menu-btn span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg);
		background: #fff;
	}
	.is-open .sp-menu-btn span:nth-child(2) {
		opacity: 0;
	}
	.is-open .sp-menu-btn span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg);
		background: #fff;
	}


	/* language switcher */
	.lang-switcher {
		width: 116px;
		margin: 0 0 0 auto;
	}
}

@media (max-width: 768px) {
	.header {
		/* background: #fff; */
	}
	.header .header-inn {
		width: 100%;
		height: 14vw;
		margin: 0 auto;
		padding: 0 0 0 4vw;
	}
	/* x logo */
	.header .header-logo {
		width: 40%;
		margin-right: auto;
	}

	/*gnav*/
	.header .gnav-wrap {
        width: 100%;
        height: calc(100% - 46px - 5px - 14vw);
		margin-left: 0;
		display: none;
        padding: 0;
        background: #fff;
        position: fixed;
        top: calc(46px + 5px + 14vw);
        left: 0;
        z-index: 996;
	}
	.header.is-sticky .gnav-wrap {
        height: calc(100% - 14vw);
        top: 14vw;
	}
	
	
	.header .gnav-wrap ul#gnav {
		width: 100%;
        display: flex;
		flex-wrap: wrap;
        position: relative;
		border-top: 1px solid #004831;
	}
	.header .gnav-wrap ul#gnav li {
		width: 100%;
		margin: 0;
		display: block;
		border-bottom: 1px solid #004831;
	}
	.header .gnav-wrap ul#gnav li:nth-child(6) {
		width: 100%;
		padding: 4vw 2vw 2vw;
	}
	.header .gnav-wrap ul#gnav li:nth-child(7) {
		width: 100%;
		margin-left: 0;
		padding: 2vw;
	}
	.header .gnav-wrap ul#gnav li:nth-child(8) {
		width: 100%;
		padding: 2vw 2vw 4vw;
		margin-left: 0;
	}
	
	.header .gnav-wrap ul#gnav li a {
        padding: 4vw 5vw;
		display: block;
		color: #004831;
		text-align: center;
        font-size: 3.8vw;
	}
	
	
	.header .gnav-wrap ul#gnav li a.btn-header-dl {
		width: 90%;
		margin: 0 auto;
		padding: 4vw;
	}
	.header .gnav-wrap ul#gnav li a.btn-header-contact {
		width: 90%;
		margin: 0 auto;
		padding: 4vw;
	}
	.header .gnav-wrap ul#gnav li a.btn-header-login {
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
	.header .gnav-wrap ul#gnav li a.btn-header-login img {
		width: 5vw;
		margin-bottom: 0;
		margin-right: 2vw;
	}
	.header .gnav-wrap ul#gnav li a.btn-header-login p {
		font-size: 3.8vw;
	}
	
	
	/* 開閉ボタン */
	.sp-menu-trigger {
		width: 14vw;
		height: 14vw;
		margin-left: 4vw;
	}
	.sp-menu-btn {
		width: 60%;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.sp-menu-btn span{
		display: block;
		height: 2px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		transition: 0.5s ease-in-out;	
	}
	.sp-menu-btn span:nth-child(1){
		top: calc(50% - 15%);
	}
	.sp-menu-btn span:nth-child(2){
		top: calc(50%);
	}
	.sp-menu-btn span:nth-child(3){
		top: calc(50% + 15%);
	}

	
	/*開閉ボタンopen時*/
	.is-open .sp-menu-btn span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg);
		background: #fff;
	}
	.is-open .sp-menu-btn span:nth-child(2) {
		opacity: 0;
	}
	.is-open .sp-menu-btn span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg);
		background: #fff;
	}


	/* language switcher */
	.lang-switcher {
		width: 26vw;
		display: flex;
		align-items: center;
		border-radius: 2vw;
	}
	.lang-switcher a {
		width: 50%;
		height: 6vw;
		font-size: 3.6vw;
	}
	.btn-lang-ja {
	}
	.btn-lang-en {
	}
}




/*---------- Banner ----------*/
.sec-banner {
	width: 100%;
	padding: 100px 0;
	background: #f3f8f6;
}
.sec-banner .cont-inn {
	justify-content: space-between;
	align-items: flex-start;
}
.banner-box {
	width: 31%;
	text-align: left;
}
.banner-box img {
	width: 60%;
	margin: 0 auto 20px;
}
.banner-box p {
    font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
}

@media (max-width: 768px) {
	.sec-banner {
		width: 100%;
		padding: 12vw 0 4vw;
	}
	.sec-banner .cont-inn {
		flex-direction: column;
	}
	.banner-box {
		width: 100%;
		margin-bottom: 12vw;
	}
	.banner-box img {
		width: 60%;
		margin: 0 auto 3vw;
	}
	.banner-box p {
		font-size: 3.4vw;
	}
}


/*---------- footer ----------*/

.footer {
    width: 100%;
	padding: 80px 0;
	background: #141d1d;
}
.footer-inn {
    width: 90%;
    margin: 0 auto;
}
.footer-logo {
	width: 30%;
	max-width: 238px;
	margin-right: auto;
	display: block;
}

.footer-link-wrap {
	width: 70%;
}
.footer-link {
	width: 100%;
	margin-bottom: 30px;
	justify-content: flex-end;
	align-items: center;
}
.footer-link li {
	margin: 0 0 20px 40px;
}
.footer-link li:last-child {
	margin-left: 10px;
}
.footer-link li a {
	color: #fff;
    font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}
.footer-link li a.btn-footer-dl {
	padding: 8px 20px;
	background: #c4d700;
	border-radius: 10px;
	color: #141d1d;
	text-align: center;
}
.footer-link li a.btn-footer-contact {
	padding: 8px 20px;
	background: #fff;
	border-radius: 10px;
	color: #004831;
	text-align: center;
}


.footer-sub-link {
	width: 100%;
	margin-bottom: 30px;
	justify-content: flex-end;
	align-items: center;
}
.footer-sub-link li {
	margin: 0 0 20px 30px;
}
.footer-sub-link li a {
	color: #fff;
    font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
}

.footer-copy {
    width: 90%;
    margin: 0 auto;
	padding: 50px 0 0;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #4b4b4b;
}

.footer-copy-txt {
	color: #fff;
    font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
}
.btn-footer-contact {
	width: max-content;
}
.btn-footer-contact img {
	width: 90%;
	max-width: 26px;
	margin: 0 auto 10px;
}
.btn-footer-contact p {
	color: #fff;
    font-size: 1.0rem;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 768px) {

	.footer {
		width: 100%;
		padding: 12vw 0 8vw;
	}
	.footer-inn {
		width: 100%;
		margin: 0 auto;
	}
	.footer-logo {
		width: 60%;
		max-width: 380px;
		margin: 0 auto 10vw;
		display: block;
	}

	.footer-link-wrap {
		width: 100%;
	}
	

	.footer-link {
		width: 100%;
		margin-bottom: 6vw;
		justify-content: center;
		align-items: center;
		border-top: 1px solid #4b4b4b;
	}
	.footer-link li {
		width: 50%;
		margin: 0;
		border-bottom: 1px solid #4b4b4b;
	}
	.footer-link li:nth-child(2n + 1) {
		border-right: 1px solid #4b4b4b;
	}
	.footer-link li:nth-child(5) {
		margin-right: 50%;
	}
	.footer-link li:nth-child(6), 
	.footer-link li:last-child {
		width: 44%;
		margin: 4vw auto 0;
		border-bottom: none;
		border-right: none;
	}
	
	
	.footer-link li a {
		width: 100%;
		display: block;
		padding: 5vw 3vw;
		font-size: 3.6vw;
		text-align: center;
	}
	.footer-link li a.btn-footer-dl {
		padding: 3vw;
		border-radius: 2vw;
	}
	.footer-link li a.btn-footer-contact {
		padding: 3vw;
		border-radius: 2vw;
	}

	.footer-sub-link {
		width: 90%;
		margin: 0 auto 6vw;
		justify-content: center;
		align-items: center;
	}
	.footer-sub-link li {
		margin: 0 2vw 4vw;
	}
	.footer-sub-link li a {
		font-size: 3.0vw;
	}
	

	.footer-copy {
		width: 100%;
		margin: 0 auto;
		padding: 8vw 4vw 0;
		align-items: center;
		justify-content: space-between;
		border-top: 1px solid #4b4b4b;
	}

	.footer-copy-txt {
		text-align: center;
		font-size: 3.2vw;
	}
}



/*---------- コンテンツ レイアウト ----------*/
.cont-inn {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.flex-box {
	display: flex;
	flex-wrap: wrap;
}


@media (max-width: 1200px) {
    .cont-inn {
        width: 90%;
        max-width: initial;
        margin: 0 auto;
        position: relative;
    }
}


@media (max-width: 768px) {
    .cont-inn {
        width: 90%;
        max-width: initial;
        margin: 0 auto;
        position: relative;
    }
}


/*---------- テキスト ----------*/
.txt-jost {
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.txt-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.txt-lightgreen {
	color: #c4d700;
}
.txt-indent {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}

@media (max-width: 768px) {
}



/*---------- Contact----------*/
.sec-contact {
	width: 100%;
	padding: 120px 0;
	position: relative;
}
.sec-contact::before {
	content: '';
	width: 62%;
	height: 100%;
	background: url("../../img/common/bg_contact_01.jpg") center center no-repeat;
	background-size: cover;
	border-radius: 40px 0 0 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.sec-contact .cont-inn {
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
	z-index: 2;
}
.sec-contact .sec-ttl-wrap {
	text-align: right;
}
.sec-contact .sec-ttl-txt {
	font-size: 2.0rem;
}

.contact-btn-wrap {
	width: 68%;
	margin-right: auto;
	align-items: center;
}
.contact-btn-txt {
	width: 40%;
	font-size: 2.1rem;
	font-weight: 700;
}
.contact-btn-box {
	width: 60%;
	max-width: 448px;
	margin-left: auto;
}


.sec-existing-contact {
	width: 100%;
	margin: 20px auto 120px;;
	padding: 100px 0;
	position: relative;
}
.sec-existing-contact::before {
	content: '';
	width: 65%;
	height: 100%;
	background: url("../../img/common/bg_contact_02.jpg") center center no-repeat;
	background-size: cover;
	border-radius: 0 40px 40px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.sec-existing-contact .cont-inn {
	align-items: center;
	position: relative;
	z-index: 2;
}
.sec-existing-contact .btn-lightgreen {
	margin-bottom: 60px;
}

@media (max-width: 1100px) {

	.contact-btn-wrap {
		width: 100%;
		margin-right: auto;
		margin-top: 30px;
		align-items: center;
	}
	.contact-btn-txt {
		width: 36%;
		font-size: 2.0vw;
	}
	.contact-btn-box {
		width: 64%;
		max-width: initial;
		margin-left: auto;
	}
}

@media (max-width: 768px) {
	.sec-contact {
		width: 100%;
		padding: 14vw 0;
	}
	.sec-contact::before {
		content: '';
		width: 80%;
		height: 100%;
		border-radius: 8vw 0 0 8vw;
	}
	.sec-contact .sec-ttl-txt {
		font-size: 3.4vw;
	}

	.contact-btn-wrap {
		width: 100%;
		margin-top: 10vw;
	}
	.contact-btn-txt {
		width: 100%;
		margin-bottom: 4vw;
		text-align: center;
		font-size: 3.8vw;
	}
	.contact-btn-box {
		width: 100%;
		max-width: initial;
		margin-left: auto;
	}


	.sec-existing-contact {
		width: 100%;
		margin: 8vw auto 16vw;
		padding: 6vw 0 14vw;
		position: relative;
	}
	.sec-existing-contact::before {
		content: '';
		width: 65%;
		height: 100%;
		background: url("../../img/common/bg_contact_02.jpg") center center no-repeat;
		background-size: cover;
		border-radius: 0 40px 40px 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.sec-existing-contact .cont-inn {
		align-items: center;
		position: relative;
		z-index: 2;
	}
	.sec-contact .btn-orange, 
	.sec-existing-contact .btn-green {
		margin: 0 auto;
		font-size: 3.4vw;
	}
	.sec-existing-contact .btn-lightgreen {
		font-size: 3.4vw;
		margin: 0 auto 8vw;
	}
    
}



/*---------- ボタン ----------*/

/* black */
a.btn-black {
	width: 90%;
	max-width: 220px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #141d1d;
	border-radius: 23px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
}
a.btn-black::after {
	content: '';
	width: 8px;
	height: 16px;
	display: block;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 8px);
	left: 30px;
	z-index: 2;
	transition: 0.3s ease-in-out;
}

/* white */
a.btn-white {
	width: 100%;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #fff;
	border: 2px solid #004831;
	border-radius: 33px;
	box-shadow: 7px 7px 0 rgba(20,29,29,0.3);
	color: #004831;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
}
a.btn-white::after {
	content: '';
	width: 8px;
	height: 16px;
	display: block;
	background: url("../../img/common/icon_arrow_g.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 8px);
	left: 30px;
	z-index: 2;
	transition: 0.3s ease-in-out;
}

/* white - blackline */
a.btn-white-black {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #f6f6f6;
	border: 2px solid #141d1d;
	border-radius: 40px;
	box-shadow: 7px 7px 0 rgba(20,29,29,0.3);
	color: #141d1d;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
}
a.btn-white-black::after {
	content: '';
	width: 10px;
	height: 20px;
	display: block;
	background: url("../../img/common/icon_arrow_b.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 10px);
	left: 30px;
	z-index: 2;
	transition: 0.3s ease-in-out;
}

/* green */
a.btn-green {
	width: 100%;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #004831;
	border-radius: 33px;
	box-shadow: 7px 7px 0 rgba(20,29,29,0.3);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}
a.btn-green::after {
	content: '';
	width: 8px;
	height: 16px;
	display: block;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 8px);
	left: 30px;
	z-index: 2;
	transition: 0.3s ease-in-out;
}

/* light green */
a.btn-lightgreen {
	width: 100%;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #c4d700;
	border-radius: 33px;
	box-shadow: 7px 7px 0 rgba(20,29,29,0.3);
	color: #141d1d;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}
a.btn-lightgreen::after {
	content: '';
	width: 8px;
	height: 16px;
	display: block;
	background: url("../../img/common/icon_arrow_b.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 8px);
	left: 30px;
	z-index: 2;
	transition: 0.3s ease-in-out;
}

/* orange */
a.btn-orange {
	width: 100%;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #e95501;
	border-radius: 33px;
	box-shadow: 7px 7px 0 rgba(20,29,29,0.3);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}
a.btn-orange::after {
	content: '';
	width: 8px;
	height: 16px;
	display: block;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 8px);
	left: 30px;
	z-index: 2;
	transition: 0.3s ease-in-out;
}

a.btn-small {
	width: 80%;
	max-width: 134px;
	height: 30px;
	padding-left: 10px;
	border-radius: 15px;
}
a.btn-small::after {
	content: '';
	width: 5px;
	height: 10px;
	display: block;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 5px);
	left: 10px;
}

/* download light green */
a.btn-download-lightgreen {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #c4d700;
	border-radius: 40px;
	box-shadow: 7px 7px 0 rgba(20,29,29,0.3);
	color: #141d1d;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}
a.btn-download-lightgreen::before {
	content: '';
	width: 10px;
	height: 20px;
	background: url("../../img/common/icon_arrow_b.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 10px);
	left: 30px;
}
a.btn-download-lightgreen::after {
	content: '';
	width: 34px;
	height: 38px;
	background: url("../../img/common/icon_dl_b.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 19px);
	right: 25px;
}

a.btn-contact {
	width: 100%;
	height: 80px;
	position: relative;
	border-radius: 40px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}
a.btn-contact::after {
	content: '';
	width: 10px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
}
a.btn-contact span {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}
a.btn-contact span::before {
	content: '';
	width: 24px;
	height: 16px;
	display: block;
	background: url("../../img/common/icon_mail_w.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 8px);
	right: 24px;
	z-index: 2;
	transition: 0.3s ease-in-out;
}


.is-disable {
	pointer-events: none;
	opacity: 0.7;
}

a.normal-link {
	color: #80a398;
	text-decoration: underline;
}

@media (max-width: 1250px) {
	a.btn-contact {
		font-size: 1.4vw;
	}
}

@media (max-width: 1100px) {
	a.btn-contact {
		font-size: 1.8vw;
	}
}


@media (max-width: 768px) {
	a.btn-black {
		width: 90%;
		max-width: initial;
		height: 12vw;
		border-radius: 10vw;
		font-size: 3.8vw;
	}
	a.btn-black::after {
		content: '';
		width: 1.5vw;
		height: 3vw;
		position: absolute;
		top: calc(50% - 1.5vw);
		left: 5vw;
	}
	
	a.btn-white {
		width: 90%;
		max-width: initial;
		height: 12vw;
		border-radius: 10vw;
		font-size: 3.8vw;
	}
	a.btn-white::after {
		content: '';
		width: 1.5vw;
		height: 3vw;
		position: absolute;
		top: calc(50% - 1.5vw);
		left: 5vw;
	}
	
	a.btn-white-black {
		width: 90%;
		max-width: initial;
		height: 12vw;
		border-radius: 10vw;
		font-size: 3.8vw;
	}
	a.btn-white-black::after {
		content: '';
		width: 1.5vw;
		height: 3vw;
		position: absolute;
		top: calc(50% - 1.5vw);
		left: 5vw;
	}
	
	a.btn-green {
		width: 90%;
		max-width: initial;
		height: 12vw;
		border-radius: 10vw;
		font-size: 3.8vw;
	}
	a.btn-green::after {
		content: '';
		width: 1.5vw;
		height: 3vw;
		position: absolute;
		top: calc(50% - 1.5vw);
		left: 5vw;
	}
	
	a.btn-lightgreen {
		width: 90%;
		max-width: initial;
		height: 12vw;
		border-radius: 10vw;
		font-size: 3.8vw;
	}
	a.btn-lightgreen::after {
		content: '';
		width: 1.5vw;
		height: 3vw;
		position: absolute;
		top: calc(50% - 1.5vw);
		left: 5vw;
	}
	
	a.btn-orange {
		width: 90%;
		max-width: initial;
		height: 12vw;
		border-radius: 10vw;
		font-size: 3.8vw;
	}
	a.btn-orange::after {
		content: '';
		width: 1.5vw;
		height: 3vw;
		position: absolute;
		top: calc(50% - 1.5vw);
		left: 5vw;
	}

	a.btn-small {
		width: 50%;
		max-width: initial;
		height: 9vw;
		border-radius: 5vw;
	}
	a.btn-small::after {
		content: '';
		width: 1vw;
		height: 2vw;
		position: absolute;
		top: calc(50% - 1vw);
	}

	/* download light green */
	a.btn-download-lightgreen {
		width: 90%;
		height: 12vw;
		border-radius: 6vw;
		font-size: 3.8vw;
	}
	a.btn-download-lightgreen::before {
		content: '';
		width: 2vw;
		height: 4vw;
		top: calc(50% - 2vw);
		left: 6vw;
	}
	a.btn-download-lightgreen::after {
		content: '';
		width: 6vw;
		height: 8vw;
		position: absolute;
		top: calc(50% - 4vw);
		right: 5vw;
	}

	/* contact */
	a.btn-contact {
		max-width: initial;
		height: 16vw;
		border-radius: 9vw;
		font-size: 4.2vw;
	}
	a.btn-contact::after {
		content: '';
		width: 1.5vw;
		height: 3vw;
		position: absolute;
		top: calc(50% - 1.5vw);
		left: 5vw;
	}
	a.btn-contact span::before {
		content: '';
		width: 5vw;
		height: 3.4vw;
		position: absolute;
		top: calc(50% - 1.7vw);
		right: 5vw;
	}


}
