@charset "utf-8";
/* CSS Document */
/* ----- ページごとメニュースタイル ----- */
.header .head_nav > .ul > .li:nth-of-type(9) .en{
	background-color: #EF8200;
	color: #fff;
}
.header .head_nav > .ul > .li:nth-of-type(9) > a:hover > .jp{
	opacity: 0;
	top: 50%;
}


.contact-form_a .send .send-bt button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}
.contact-form_a .send .send-bt {
    width: 250px;
    position: relative;
    padding: 10px 30px;
    padding-right: 10px;
    border-radius: 200px;
    border: 1px solid #fff;
	background: #009E83; background: linear-gradient(326deg,rgba(0, 158, 131, 1) 13%, rgba(0, 142, 109, 1) 76%, rgba(0, 89, 70, 1) 100%);
}
.contact-form_a .send .send-bt::after {
    content: "";
    position: absolute;
    width: 20px;
    aspect-ratio: 4 / 1;
    background-image: url("../img/arrow1.svg");
    background-position: center center;
    background-size: 100% auto;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    transition: ease 0.3s;
}
.contact-form_a .send .send-bt:hover::after {
    transform: translate(3px, -50%);
}
.contact-form_a .send .send-bt .icon{
	margin-left: auto;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #FFFFFF;
}
.contact-form_a .send .send-bt .icon i{
	color: #1A1A1A;
	font-size: clamp(10px,1.2vw,14px);
	transform: rotate(-45deg);
	transition: ease 0.2s;
}
.contact-form_a .send .send-bt:hover .icon i,a:hover .contact-form_a .send .send-bt .icon i{
	transform: rotate(0deg);
}
.contact-form_a .send .send-bt {
    transition: opacity 0.3s ease;
}
.contact-form_a .send .send-bt:hover {
    opacity: 0.6; 
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

