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

/* ---------- style ---------- */
.br-sp br{
	display: none;
}
.threebox_wrap{
	gap: 80px;
}
.threebox_wrap .box-item{
	gap: 80px;
	width: 100%;
}
.threebox_wrap .box-item .iconbox{
	width: 300px;
}
.threebox_wrap .box-item .iconbox img{
	border-radius: 50%;
}
.threebox_wrap .box-item .txtbox{
	flex: 1;
}
.threebox_wrap .box-item:nth-child(even){
    flex-direction: row-reverse;
}

.section04{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.section04 .contents{
	padding-bottom: 0;
}
.section04 .contents .topbox{
	align-items: flex-end;
}
.section04 .contents .topbox .boxwrap{
	align-items: stretch;
	width: 50%;
	gap: 12%;
}
.section04 .contents .topbox .boxwrap:first-of-type{
	justify-content: flex-start;
}
.section04 .contents .topbox .boxwrap:last-of-type{
	justify-content: flex-end;
}
.section04 .contents .topbox .boxwrap .box{
	position: relative;
	width: 30%;
}
.section04 .contents .topbox .boxwrap .box:nth-of-type(1){
	z-index: 3;
	align-items: flex-end;
}
.section04 .contents .topbox .boxwrap .box:nth-of-type(2){
	align-items: flex-start;
	margin-bottom: 30%;
}
body.on .section04 .contents .topbox .boxwrap .box .imgbox{
	position: relative;
}
.section04 .contents .topbox .boxwrap .box .imgbox .comment_txt{
	position: absolute;
	padding: 15px 30px;
	border-radius: 300px;
	border: 3px solid #1a1a1a;
	background-color: #fff;
}
.section04 .contents .topbox .boxwrap .box .imgbox .comment_txt p{
	font-weight: 900;
	white-space: nowrap;
}
.section04 .contents .topbox .boxwrap:first-of-type .imgbox .comment_txt{
	top: -20px;
	left: 100%;
	border-bottom-left-radius: 0;
}
.section04 .contents .topbox .boxwrap:last-of-type .imgbox .comment_txt{
	top: -20px;
	right: 100%;
	border-bottom-right-radius: 0;
}
body.on .section04 .contents .topbox .boxwrap .box .imgbox img{
	opacity:0;
	transform: translateY(-50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
body.on .section04 .contents .topbox .boxwrap .box.sc-anime.active .imgbox img{
	animation-name: freelance1;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(1) .imgbox img{
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(2) .imgbox img{
	animation-delay: 0.2s;
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(1) .imgbox img{
	animation-delay: 0.4s;
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(2) .imgbox img{
	animation-delay: 0.6s;
}
body.on .section04 .contents .topbox .boxwrap .box .imgbox .comment_txt{
	transform: scale(0);
	opacity: 0;
}
body.on .section04 .contents .topbox .boxwrap .box.sc-anime.active .imgbox .comment_txt{
	animation-name: freecomment1;
	animation-duration: 0.2s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(1) .comment_txt{
	animation-delay: 0.9s;
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(2) .comment_txt{
	animation-delay: 1.1s;
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(1) .comment_txt{
	animation-delay: 1.3s;
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(2) .comment_txt{
	animation-delay: 1.5s;
}
@keyframes freelance1 {
	0% {
		opacity:0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	80% {
		opacity:1;
		transform: translateY(-20px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes freecomment1 {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	80% {
		transform: scale(1.1);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
/* ---------- idea ---------- */
.cate .topbox{
	gap: 80px;
}
.cate .topbox > p{
	width: 100%;
}

.cate2 .box_wrap{
	gap: 100px;
}
.cate2 .box_wrap .txtbox,
.cate2 .box_wrap .imgbox{
	width: calc(50% - 50px);
}
.cate2 .box_wrap .imgbox img{
	border-radius: 30px;
}


.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; 
}
.voice_wrap .box_wrap{
	justify-content: space-between;
}
.voice_wrap .box_wrap .box-item{
	width: 50%;
	text-align: center;
}
.voice_wrap .box_wrap .box-item1,
.voice_wrap .box_wrap .box-item2{
	justify-content: flex-end;
}
.voice_wrap .box_wrap .box-item3,
.voice_wrap .box_wrap .box-item4{
	justify-content: flex-start;
}
.voice_wrap .box_wrap .box-item img{
	max-width: 150px;
}
.voice_wrap .box_wrap .box-item .bubble {
    width: 260px;  
    aspect-ratio: 3 / 1;
    background-image: url("../img/freelance-bubble-r.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0 18px;
    margin-bottom: 10px; 
	margin-bottom: auto;
}
.voice_wrap .box_wrap .box-item .bubble2 {
    background-image: url("../img/freelance-bubble-l.svg");
}
.voice_wrap .box_wrap .box-item.bubble::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -8px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate .topbox{
		gap: 50px;
	}
	.threebox_wrap .box-item .iconbox {
		width: 260px;
	}
	.voice_wrap .box_wrap .box-item img{
		max-width: 120px;
	}
	.section04 .contents .topbox .boxwrap .box .imgbox .comment_txt{
		padding: 15px 20px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- style ---------- */
  
	.cate2 .box_wrap{
		flex-direction: column;
		gap: 30px;
	}
	.cate2 .box_wrap .txtbox{
		width: 100%;
	}
	.cate2 .box_wrap .imgbox{
		width: 70%;
		margin: 0 auto;
	}
	/*
	.threebox_wrap .box-item .iconbox {
		width: 220px;
	}
	.threebox_wrap {
		gap: 50px;
	}
	.threebox_wrap .box-item {
		gap: 50px;
	}
	*/
	.voice_wrap .box_wrap {
		flex-direction: column;
	}
	.voice_wrap .box_wrap .box-item{
		width: 100%;
	}
	.voice_wrap .box_wrap .box-item1 {
		justify-content: flex-start;
	}
	.voice_wrap .box_wrap .box-item4 {
		justify-content: flex-end;
	}
	.section04 .contents .topbox .boxwrap{
		width: 80%;
	}
	.section04 .contents .topbox .boxwrap:first-of-type{
		justify-content: center;
	}
	.section04 .contents .topbox .boxwrap:last-of-type{
		justify-content: center;
	}
	.section04 .contents .topbox .boxwrap .box:nth-of-type(1){
		margin-bottom: -30px;
		align-items: flex-start;
	}
	.section04 .contents .topbox .boxwrap .box:nth-of-type(2){
		margin-bottom: -30px;
		align-items: flex-end;
	}
	.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(2){
		margin-bottom: 0px;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(1) .comment_txt{
		animation-delay: 0s;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(2) .comment_txt{
		animation-delay: 0s;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(1) .comment_txt{
		animation-delay: 0s;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(2) .comment_txt{
		animation-delay: 0s;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(1) .imgbox img{
		animation-delay: 0s;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(2) .imgbox img{
		animation-delay: 0s;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(1) .imgbox img{
		animation-delay: 0s;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(2) .imgbox img{
		animation-delay: 0s;
	}
	.section04 .contents .topbox .boxwrap .box .imgbox .comment_txt{
		padding: 15px 20px;
		border-radius: 300px;
		border: 3px solid #1a1a1a;
	}
	.section04 .contents .topbox .boxwrap .box .imgbox .comment_txt p{
		font-weight: 900;
		white-space: nowrap;
	}
	.section04 .contents .topbox .boxwrap .box{
		width: 50%;
	}
	.section04 .contents .topbox .boxwrap:first-of-type{
		z-index: 1;
	}
	.section04 .contents .topbox .boxwrap:last-of-type{
		z-index: 2;
	}
	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(1){
		z-index: 1;
	}
	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(2){
		z-index: 2;
	}
	.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(1){
		z-index: 1;
	}
	.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(2){
		z-index: 2;
	}
	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(1),.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(1){
		margin-right: 40%;
	}
	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(2),.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(2){
		margin-left: 40%;
	}

	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(1) .imgbox .comment_txt,.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(1) .imgbox .comment_txt{
		top: -20px;
		left: 100%;
		right: auto;
		border-bottom-left-radius: 0;
	}
	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(2) .imgbox .comment_txt,.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(2) .imgbox .comment_txt{
		top: -20px;
		right: 100%;
		left: auto;
		border-bottom-right-radius: 0;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

	.cate2 .box_wrap .imgbox img {
		border-radius: 10px;
	}
    .threebox_wrap .box-item {
        gap: 50px;
    }
	/*
    .threebox_wrap .box-item {
        flex-direction: column;
    }
	.threebox_wrap .box-item:nth-child(even) {
		flex-direction: column;
	}
    .threebox_wrap .box-item .iconbox {
        width: 180px;
    }
	*/
	.voice_wrap .box_wrap .box-item img{
		max-width: 90px;
	}
	.section04 .contents .topbox .boxwrap{
		width: 100%;
	}
	.section04 .contents .bottombox .txtbox{
		width: 100%;
		margin-bottom: 50px;
	}
	.section04 .contents .bottombox .more{
		width: 100%;
	}
	
	.section04{padding: 60px 0}
	.section04 .sctxt{
		height: 60px;
	}
	body.on .section04 .sctxt > div{
		height: 40px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate .topbox{
		gap: 30px;
	}
	.cate2 .box_wrap .imgbox {
		width: 90%;
	}
    .threebox_wrap .box-item {
        flex-direction: column;
    }
	.threebox_wrap .box-item:nth-child(even) {
		flex-direction: column;
	}
    .threebox_wrap .box-item .iconbox {
        width: 60%;
    }
	.voice_wrap .box_wrap .box-item img{
		max-width: 60px;
		margin-top: 30px;
	}
	.voice_wrap .box_wrap .box-item .bubble {
		width: 240px;
	}
	
	.section04 .contents .topbox .boxwrap .box{
		width: 30%;
	}
	.section04 .contents .topbox .boxwrap .box:nth-of-type(1){
		margin-bottom: 30px;
		align-items: flex-start;
	}
	.section04 .contents .topbox .boxwrap .box:nth-of-type(2){
		margin-bottom: 30px;
		align-items: flex-end;
	}
	.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(2){
		margin-bottom: 0px;
	}
	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(1),.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(1){
		margin-right: 70%;
	}
	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(2),.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(2){
		margin-left: 70%;
	}
	.section04 .contents .topbox .boxwrap .box .imgbox .comment_txt{
		padding: 8px 16px;
	}
	.section04{padding: 40px 0}
	.section04 .sctxt{
		height: 40px;
	}
	body.on .section04 .sctxt > div{
		height: 20px;
	}
/* ---------- style ---------- */
	.br-sp br{
	display: inline-block;
	}
    .threebox_wrap .box-item .iconbox {
        width: 60%;
    }
    .threebox_wrap .box-item {
        gap: 20px;
    }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

