body {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
}


.js-fade {
	opacity: 0;
	transform: translateY(80px);
	transition: opacity 1s, transform 1s;
}

.js-fadein {
	opacity: 0;
	transition: opacity 1.5s, transform;
}

.inview {
	opacity: 1;
	transform: translateY(0px);
}


h2 {
	font-size: .52rem;
	font-weight: bold;
	color: #515151;
	display: inline-block;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -0.1em;
}

/* .top-concept{
    background-image: url(../image/back-img.svg);
    background-repeat: no-repeat;
    background-size: cover;
} */
.top-view {
	background-image: url(/wp-content/themes/onboard/images/top-view.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 53vw;
	position: relative;
	margin-bottom: 100px;
}

.top-view img {
	position: absolute;
	z-index: 1;
}



.anime-op {
	animation: anime-op 2s ease forwards;
}

@keyframes anime-op {
	100% {
		opacity: 1;
	}
}

.human01 {
	margin: auto;
	bottom: 0;
	top: 10vw;
	width: 20.5%;
	left: 4.6%;
	opacity: 0;
	animation-delay: .5s;
}

.human02 {
	left: -33%;
	right: 0;
	width: 24%;
	bottom: 0;
	top: 5vw;
	margin: auto;
	opacity: 0;
	animation-delay: 1.5s;
}

.human03 {
	width: 9.8%;
	margin: auto;
	top: 7vw;
	bottom: 0;
	left: 2%;
	right: 0;
	opacity: 0;
	animation-delay: 2.5s;
}

.human04 {
	width: 15.5%;
	margin: auto;
	top: 4vw;
	bottom: 0;
	right: -19%;
	left: 0;
	opacity: 0;
	animation-delay: 2s;
}

.human05 {
	width: 16%;
	right: 16.5%;
	bottom: 0;
	top: 11vw;
	margin: auto;
	opacity: 0;
	animation-delay: 1s;
}

.human06 {
	width: 10%;
	right: 6%;
	bottom: 0;
	top: 10vw;
	margin: auto;
	opacity: 0;
	animation-delay: 0s;

}

.top-view-text {
	width: 52%;
	bottom: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	animation-delay: 3s;
}



.bird01 {
	width: 1.5%;
	margin: auto;
	left: 10%;
	top: 6vw;
}

.bird02 {
	width: 1.4%;
	margin: auto;
	right: 0;
	left: 59%;
	top: 8vw;
}

.bird03 {
	width: 1.5%;
	margin: auto;
	left: 60%;
	right: 0;
	top: 6vw;
}

.cloud01 {
	width: 4%;
	margin: auto;
	top: 50px;
	right: 0;
	left: -18%;
}

.cloud02 {
	width: 2.5%;
	margin: auto;
	left: -3%;
	top: 7vw;
	right: 0;
}

.cloud03 {
	width: 2%;
	margin: auto;
	right: 17%;
	top: 8vw;
}

.cloud04 {
	width: 2.2%;
	margin: auto;
	right: 14%;
	top: 5vw;
}

.cloud05 {
	width: 2.5%;
	margin: auto;
	left: 15%;
	top: 7vw;
}

.kikyu {
	width: 2%;
	left: 51%;
	right: 0;
	top: 6vw;
	margin: auto;
}

.animation_fuwafuwa .bird01 {
	width: 1.5%;
	position: absolute;
	/* left: 2%;
    top: 13vw; */
	animation: wobbling_x 0.7s ease-in-out infinite alternate,
		wobbling_y 1.2s ease-in-out infinite alternate;
	/* animation-delay:0s;   アニメーションの開始時間指定 */
	/* animation-duration: 5s;   アニメーション動作時間の指定 */
	/* animation-timing-function: ease-in-out;  アニメーションの動き指定（徐々に早く） */
}

@keyframes wobbling_x {
	0% {
		margin-left: 8px;
	}

	100% {
		margin-left: 0px;
	}
}

@keyframes wobbling_y {
	0% {
		margin-top: 0px;
	}

	100% {
		margin-top: 8px;
	}
}

.animation_fuwafuwa .bird02 {

	position: absolute;
	/* left: 70%;
    top: 14vw; */
	animation: wobbling2_x 0.7s ease-in-out infinite alternate,
		wobbling2_y 1.2s ease-in-out infinite alternate;

}

@keyframes wobbling2_x {
	0% {
		margin-left: 10px;
	}

	100% {
		margin-left: 0px;
	}
}

@keyframes wobbling2_y {
	0% {
		margin-top: 0px;
	}

	100% {
		margin-top: 2px;
	}
}



.animation_fuwafuwa .bird03 {
	position: absolute;
	/* left: 72%;
    top: 13vw; */
	animation: wobbling3_x 0.8s ease-in-out infinite alternate,
		wobbling3_y 1.9s ease-in-out infinite alternate;
}

@keyframes wobbling3_x {
	0% {
		margin-left: 15px;
	}

	100% {
		margin-left: 0px;
	}
}

@keyframes wobbling3_y {
	0% {
		margin-top: 0px;
	}

	100% {
		margin-top: 10px;
	}
}




.animation_fuwafuwa .cloud01 {
	position: absolute;
	/* left: 32%;
    top: 12vw; */
	animation: 3s fuwafuwa4 infinite;
	animation-delay: 0s;
	/* アニメーションの開始時間指定 */
	animation-duration: 6s;
	/* アニメーション動作時間の指定 */
	/* animation-timing-function: ease-in-out;  アニメーションの動き指定（徐々に早く） */
}

@keyframes fuwafuwa4 {

	0%,
	100% {
		transform: translateY(-15px);
	}

	50% {
		transform: translateY(0px);
	}

}


.animation_fuwafuwa .cloud02 {
	position: absolute;
	animation: 2s fuwafuwa5 infinite;
	animation-delay: 0s;
	/* アニメーションの開始時間指定 */
	animation-duration: 5s;
	/* アニメーション動作時間の指定 */
	/* animation-timing-function: ease-in-out;  アニメーションの動き指定（徐々に早く） */
}

@keyframes fuwafuwa5 {

	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(11px);
	}
}


.animation_fuwafuwa .cloud03 {
	position: absolute;
	/* right: 11.5%;
    top: 12vw; */
	animation: 3s fuwafuwa6 infinite;
	animation-delay: 0s;
	/* アニメーションの開始時間指定 */
	animation-duration: 4s;
	/* アニメーション動作時間の指定 */
	/* animation-timing-function: ease-in-out;  アニメーションの動き指定（徐々に早く） */
}

@keyframes fuwafuwa6 {

	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(12px);
	}
}


.animation_fuwafuwa .cloud04 {
	position: absolute;
	/* right: 8.4%;
    top: 11vw; */
	animation: 3s fuwafuwa7 infinite;
	animation-delay: 0s;
	/* アニメーションの開始時間指定 */
	animation-duration: 6s;
	/* アニメーション動作時間の指定 */
	/* animation-timing-function: ease-in-out;  アニメーションの動き指定（徐々に早く） */
}

@keyframes fuwafuwa7 {

	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(9px);
	}
}


.animation_fuwafuwa .cloud05 {
	position: absolute;
	animation: 3s fuwafuwa8 infinite;
	animation-delay: 0s;
	/* アニメーションの開始時間指定 */
	animation-duration: 5s;
	/* アニメーション動作時間の指定 */
	/* animation-timing-function: ease-in-out;  アニメーションの動き指定（徐々に早く） */
}

@keyframes fuwafuwa8 {

	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-12px);
	}
}


.animation_fuwafuwa .kikyu {
	position: absolute;
	/* right: 16%;
    top: 11vw; */
	animation: 3s fuwafuwa9 infinite;
	animation-delay: 0s;
	/* アニメーションの開始時間指定 */
	animation-duration: 10s;
	/* アニメーション動作時間の指定 */
	/* animation-timing-function: ease-in-out;  アニメーションの動き指定（徐々に早く） */
}

@keyframes fuwafuwa9 {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-50px);
	}
}

/*トピックス*/
.new_topics {
	/* display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    position: relative;
    width: 60%;
    justify-content: space-between;
    margin: 0 auto 16px auto;
	justify-content: center;*/
	margin-bottom: 42px;
}


.new_topics--title {
	display: flex;
	justify-content: center;
	align-items: center;
}

.new_topics span {
	display: block;
	color: #E0B607;
	font-size: .30rem;
	font-style: italic;
	letter-spacing: -0.01em;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}


.new_topics_entry {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.new_topics h2 {
	position: relative;
}

.new_topics h2::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
}

.new_topics h2::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
}

.new_topics img:nth-of-type(1) {
	width: 73px;
	margin-right: 20px;
}

.new_topics img:nth-of-type(2) {
	width: 80px;
	margin-left: 23px;
}

/*.new_topics h2
.new_topics a {
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 15px;
	margin-left: -100px;
}*/


.top01 {
	width: 1045px;
	max-width: 100%;
	margin: 0 auto 68px;
	padding: 0 20px;
}

.new_topics h2 {
	font-size: .52rem;
	font-weight: bold;
	/*letter-spacing: .2em;
    margin: 0px 0 13px;*/
	/*margin: 0 auto 13px;*/

}

.new_topics a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -14px;
    margin: auto;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #ff9452;
    border-right: solid 2px #ff9452;
    transform: rotate(45deg);
}

.new_topics_list {
	width: 29.5%;
	height: auto;

	/*
	 border: solid 1px #CACACA;
	display: flex;
    flex-wrap: wrap;
	padding: 8px;
	box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.2);
	*/
	justify-content: space-between;
	margin-bottom: 23px;
}

.new_topics_text {
	font-size: .12rem;
	color: #808080;
	width: 100%;

}

.new_topics_img {
	width: 100%;
	max-height: 295px;
	padding-bottom: 74%;
	background-image: url(/wp-content/themes/onboard/images/entry.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: solid 1px #d8d8d8;
	border-radius: 27px;
	margin-bottom: 15px;
}

.new_topics_text .label {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: .10rem;
    text-align: center;
}


.topics_date {
	font-size: .16rem;
}

.topics_category {
	font-size: .16rem;
	color: #fff;
	background-color: #FFB080;
	border-radius: 25px;
	padding: 3px 4px;
	line-height: 1;
	letter-spacing: 0.04em;
	width: fit-content;
}

.topics_title {
    font-size: .18rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 8px;
    color: #515151;
}

.new_topics_text :nth-child(3) {
	font-size: .14rem;
	font-weight: 500;
	text-align: justify;
	line-height: 1.4;
	color: #000;
}

.news_cat .label img {
	width: 12px;
}

.event_cat .label img {
	width: 13px;
}

.dfc_cat .label img {
	width: 16px;
}

@media screen and (min-width: 769px) {
    .topics-link--btn {
        position: absolute;
        right: 0;
        top: 42px;
        right: 23px;
        color: #ff9452;
        font-size: .17rem;
    }
}


@media screen and (max-width: 768px) {

	.topics_date,
	.topics_category {
		font-size: .12rem;
	}

	.topics_title {
		font-size: .14rem;
	}

	.new_topics_text .label img {
		vertical-align: middle;
		margin-right: 5px;
	}

    .new_topics--title {
        padding: 0 17px;
        margin: 0 auto;
        width: 330px;
    }

	.new_topics img:nth-of-type(1) {
		width: 50px;
		margin-right: 18px;
		margin-left: 9px;
	}

	.new_topics img:nth-of-type(2) {
		width: 60px;
	    margin-left: 14px;
	}

	.new_topics_entry .slick-slide {
		margin: 0 20px;
	}

	.topics-link--btn {
		color: #333333;
		border: #333333 solid 1px;
		width: 226px;
		margin: 0 auto;
		text-align: center;
		position: relative;
		padding: 10px 0;
		font-weight: bold;
	}

	.topics-link--btn::after {
		content: "";
		width: 10px;
		height: 10px;
		border-right: 1px solid #333333;
		border-top: 1px solid #333333;
		display: inline-block;
		transform: rotate(45deg);
	}
}


/*目指すもの*/
.top-concept {
	margin-bottom: 90px;
}

.top-concept__text {
	position: relative;
}

.top-concept__text>img {
	width: 278px;
	max-width: 100%;
	position: absolute;
	margin: auto;
	z-index: -1;
}

.top-concept__text .back-img01 {
	top: 79px;
	left: -3%;
	width: 18%;
}

.top-concept__text .back-img02 {
	top: 450px;
	left: 4%;
	width: 14%;
}

.top-concept__text .back-img04 {
	top: 73px;
	right: -1%;
	width: 20%;
}

.top-concept__text .back-img05 {
	top: 423px;
	right: 0%;
	width: 22%;
}

/* .top-concept__text>img:nth-of-type(1) {
    margin-top: -35px;
    width: 240px;
    margin-left: -28px;
}

.top-concept__text>img:nth-of-type(2) {
    margin-top: -87px;
    margin-right: -8px;
} */

.top-concept__text div img {
	width: 553px;
	margin: 0px auto 0;
	display: block;
}

.top-concept__text div {
	/* margin-left: 40px;
    margin-right: -15px; */
	width: 58%;
	max-width: 100%;
	margin: 0 auto;
}

h2 span {
	display: block;
	color: #E0B607;
	font-size: .30rem;
	font-style: italic;
	letter-spacing: -0.01em;
}

.top-concept__title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 35px;
}

.top-concept__title img {
	width: 91px;
	margin: 0 7px;
}

.top-concept__title img:nth-of-type(1) {
	margin-right: 17px;
	margin-top: -10px;
}

.top-concept__title img:nth-of-type(2) {
	margin-top: -15px;
}

.top-concept__text {
	width: 1220px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
}

.top-concept__text p {
	margin-bottom: 30px;
	font-size: .18rem;
	font-weight: bold;
	color: #515151;
	letter-spacing: 0.01em;
}

.top-concept__text p:last-of-type {
	margin-bottom: 54px;
}

.top-activity {
	overflow-x: hidden;
}

.top-activity__title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 47px;
}

.top-activity__title h2 {
	letter-spacing: -0.1em;
	margin: 0 48px;
}

.top-activity__title img {
	width: 60px;
	margin-top: 20px;
}

.top-activity__title img:nth-of-type(2) {
	margin-left: 5px;
}

.top-activity__introduction {
	display: flex;
	flex-wrap: wrap;
	width: 1157px;
	max-width: 100%;
	justify-content: space-between;
	margin: 0 auto;
}

.top-activity__introduction img {
	width: 943px;
}

.top-activity__introduction p {
	writing-mode: vertical-rl;
	font-size: .38rem;
	font-weight: bold;
	color: #515151;
	line-height: 1;
	margin-top: 43px;
	letter-spacing: -.02em;
}

.top-activity__wrapper {
	position: relative;
}

.top-activity__wrapper::before {
	content: '';
	position: absolute;
	left: 214px;
	top: 19px;
	width: 790px;
	height: 615px;
	border-top: 1px solid #FF9BC3;
	border-left: 1px solid #FF9BC3;
	margin: auto;
	z-index: 2;
}

.top-activity__wrapper ::after {
	content: '';
	position: absolute;
	right: -45px;
	bottom: 26px;
	width: 965px;
	height: 345px;
	border-bottom: 1px solid #FF9BC3;
	border-right: 1px solid #FF9BC3;
	margin: auto;
	z-index: 2;
}


.top-activity__content {
	font-size: .18rem;
	font-weight: bold;
	color: #515151;
	width: 876px;
	max-width: 100%;
	margin: -108px auto -50px;
	padding: 78px 83px;
	background-color: #fff;
	position: relative;
}

.top-activity__content img {
	position: absolute;
	width: 280px;
	top: -87px;
	right: -202px;
	margin: auto;
}

.top-activity__caption {
	width: 1245px;
	max-width: 100%;
	margin: 15px auto 48px;
}

.top-activity__caption>div {
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
}

.top-activity__caption p {
	font-size: .31rem;
	font-weight: bold;
	color: #515151;
	width: 500px;
	text-align: center;
	margin-left: 69px;
	line-height: 1.9;
}

.top-activity__content p:nth-child(1),
.top-activity__content p:nth-child(2) {
	margin-bottom: 30px;
}


/* .top-activity__caption div div{
    width: 579px;
} */

.top-activity__caption img:nth-of-type(1) {
	width: 579px;
	max-width: 100%;
	margin-top: 108px;
	margin-left: 20px;
}

.top-activity__caption img:nth-of-type(2) {
	width: 510px;
	max-width: 100%;
	margin-right: -8px;
	margin-top: -4px;
}

.representative-profile {
	/* background-color: #F6DCC4; */
	width: 1070px;
	max-width: 100%;
	margin-left: auto;
	margin-bottom: 85px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #F6DCC4;
}

.representative-profile img {
	width: 258px;
	max-width: 100%;
	position: absolute;
	left: -133px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.representative-profile__text {
	width: 700px;
	max-width: 100%;
	margin-left: auto;
	padding-right: 163px;
	padding-top: 58px;
	padding-bottom: 48px;
}

.representative-profile h3 {
	font-size: .54rem;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 1;
	text-align: right;
	letter-spacing: -0.11em;
	margin-bottom: 5px;
}

.representative-profile h3+p {
	font-size: .30rem;
	font-style: italic;
	font-family: 'Gill Sans', sans-serif;
	color: #4D4D4D;
	text-align: right;
	font-weight: 600;
	margin-bottom: 57px;
	line-height: 1;
}

.representative-name {
	font-weight: bold;
	font-size: .14rem;
	text-align: right;
	margin-bottom: 25px;
	color: #333333;
}

.representative-name span {
	font-size: .20rem;
}

.representative-name+p {
	font-size: .18rem;
	font-weight: bold;
	line-height: 1.96;
	color: #333333;

}

.sp_only {
	display: none;
}

.sp-top-contact {
	display: none;
	background-color: #ffffffdb;
	align-items: center;
	justify-content: space-between;
	padding: 10px 5px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.sp-top-contact div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.sp-top-contact img {
	width: 180px;
}

@media screen and (min-width:1101px) and (max-width:1300px) {
	.top-activity__introduction img {
		width: calc(100% - 300px);
	}

	.top-activity__introduction p {
		margin-top: 0;
		margin-right: 147px;
	}

	.representative-profile img {
		left: 50px;
	}

	.top-concept__text .back-img01 {
		top: 79px;
		left: 41px;
		width: 18%;
	}

	.top-concept__text div {
		max-width: calc(100% - 600px);
		margin: 0 auto;
	}

	.top-concept__text .back-img04 {
		right: 29px;
		width: 20%;
	}

	.top-concept__text .back-img05 {
		right: 18px;
	}
}

@media screen and (min-width:769px) and (max-width:1100px) {
	.top-concept__text {
		padding: 0 20px;
	}

	.top-concept__text .back-img01 {
		left: 2%;
	}

	.top-concept__text .back-img04 {
		right: 1%;
	}

	.top-activity__introduction {
		display: block;
	}

	.top-activity__introduction img {
		width: 100%;
	}

	.top-activity__introduction p img {
		display: block;
		width: 9%;
	}

	.top-activity__introduction p {
		writing-mode: initial;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.top-activity__content {
		margin: 0 auto;
	}

	.top-activity__wrapper::before {
		left: 61px;
		width: 72%;
		height: 61%;
	}

	.top-activity__wrapper ::after {
		right: 10px;
		width: 72%;
		height: 34%;
	}

	.top-activity__content img {
		display: none;
	}

	/* .top-activity__caption>div {
        flex-direction: column-reverse;
    } */

	/* .top-activity__caption div .sp_only{
        display: block;
    }

    .top-activity__caption p{
        display: none;
    } */

	.top-activity__caption img:nth-of-type(2) {
		width: 48%;
	}

	.top-activity__caption img:nth-of-type(1) {
		width: 48%;

	}

	.top-activity__caption>div {
		padding: 0 20px;
	}

	.representative-profile__text {
		padding: 58px 40px 48px 0;
		width: 67%;
	}

	.representative-profile {
		width: 82%;
	}

}

@media screen and (max-width: 768px) {
	.pc_only {
		display: none !important;
	}

	.sp_only {
		display: block;
	}

	h2 {
		font-size: .30rem;
	}

	.new_topics {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
		flex-direction: column;
	}

	.new_topics h2 {
		margin: 40px 0 0;
		font-size: .23rem;
		line-height: 1.4;
		margin: 0 auto;
	}

	.new_topics a {
		margin: 0 auto;
	}

	.new_topics_list {
		width: 100%;
	}

	.top01 {
		padding: 0 0;
	}


	.top-concept__text {
		display: flex;
		padding: 0 20px;
		margin-bottom: 205px;
	}

	.top-concept__text>div {
		width: 50%;
		/*    display: flex;
        flex-wrap: wrap;  */
	}

	.top-concept__text div {
		margin-left: 0;
		margin-right: 0;
	}

	.top-concept__text p {
		font-size: .14rem;
	}

	.top-concept__text .back-img01 {
		top: 6px;
		left: 55%;
		width: 145px;
	}

	.top-concept__text .back-img02 {
		/* top: 175px;
        left: 57%; */
		top: 107px;
		left: 76%;
		width: 135px;
	}

	.top-concept__text .back-img04 {
		/* top:580px;
        right: 3%; */
		top: 290px;
		right: 24%;
		width: 155px;
	}

	.top-concept__text .back-img05 {
		/* top: 780px; */
		top: 390px;
		right: 5%;
		width: 158px;
	}

	.top-concept__text>.sp_only img {
		width: 100%;
		margin-left: 17px;
		margin-bottom: 110px;
		margin-top: 60px;
	}


	.top-concept__text div img {
		width: 100%;
	}

	.top-concept__text p:last-of-type {
		margin-bottom: 20px;
	}

	.top-concept>img {
		width: 92%;
		margin: 0 auto;
	}

	.top-activity__content {
		margin: 0;
		padding: 35px 40px;
	}

	.top-activity__content p {
		font-size: .14rem;
	}

	.top-activity__introduction p {
		writing-mode: initial;
		font-size: .25rem;
		text-align: left;
		margin-bottom: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.top-activity__introduction p img {
		width: 85px;
		margin-left: 15px;
	}

	.top-activity__introduction {
		display: block;
	}

	.top-activity__wrapper::before {
		left: 20px;
		width: 150px;
		height: 150px;
	}

	.top-activity__wrapper ::after {
		right: 20px;
		width: 150px;
		height: 150px;
	}

	.top-activity__caption img {
		width: 40%;
	}

	.top-activity__caption img:nth-of-type(1) {
		width: 80%;
		margin-left: 0;
		margin: 0 auto 40px;
	}

	.top-activity__caption img:nth-of-type(2) {
		width: 60%;
		margin-left: 0;
		margin: 0 auto 40px;
	}

	.top-activity__caption>div {
		flex-direction: column-reverse;
	}

	.top-activity__caption {
		flex-direction: column-reverse;
		display: flex;
		margin-bottom: 10px;
	}


	.top-activity__caption p {
		width: 100%;
		padding: 0 20px;
		font-size: .20rem;
		margin: 0 0 30px;
		line-height: 1.5;
	}

	.representative-profile h3 {
		font-size: .28rem;
		margin-bottom: 0;
		text-align: center;
	}

	.representative-profile img {
		position: initial;
		margin-bottom: 20px;
	}

	.representative-profile__text {
		padding: 40px 20px;
	}

	.representative-name {
		text-align: center;
		line-height: 1.2;
		margin-bottom: 35px;
	}

	.representative-profile h3+p {
		margin-bottom: 20px;
		text-align: center;
	}

	.representative-name+p {
		font-size: .14rem;
	}

	.representative-profile {
		margin-bottom: 0;
	}

	.sp-top-contact {
		display: block;
	}


	/* .top-concept__title {
        flex-direction: column;
    }

    .top-concept__text >div {
        order: 1;
    }

    .top-concept__text > img:nth-of-type(1){
        order: 2;
    }
    .top-concept__text > img:nth-of-type(2){
        order: 3;
    } */
}

@media screen and (max-width: 600px) {
	.top-view {
		height: 150vw;
	}

	.human01 {
		bottom: 0;
		top: -13vw;
		width: 37%;
		left: -1.4%;
	}

	.human02 {
		left: -6%;
		right: 0;
		width: 46%;
		bottom: 0;
		top: 65vw;
	}

	.human03 {
		width: 18.6%;
		top: 68vw;
		bottom: 0;
		left: -73%;
		right: 0;
	}

	.human04 {
		width: 29%;
		top: 68vw;
		bottom: 0;
		right: -69%;
		left: 0;
	}

	.human05 {
		width: 33%;
		right: 27%;
		bottom: 0;
		top: -16vw;
	}

	.human06 {
		width: 20%;
		right: 2.5%;
		bottom: 0;
		top: -15vw;
	}

	.bird01 {
		width: 3%;
		margin: auto;
		left: 6%;
		top: 20vw;
	}

	.animation_fuwafuwa .bird01 {
		width: 3.5%;
	}

	.bird02 {
		width: 2.8%;
		margin: auto;
		right: 0;
		left: 59%;
		top: 19vw;
	}

	.bird03 {
		width: 3%;
		margin: auto;
		left: 60%;
		right: 0;
		top: 13vw;
		display: none;
	}

	.cloud01 {
		width: 7%;
		top: 17%;
		left: -18%;
	}

	.cloud02 {
		width: 5%;
		left: -3%;
		top: 14vw;
		display: none;
	}

	.cloud03 {
		width: 4%;
		right: 17%;
		top: 14vw;
	}

	.cloud04 {
		width: 4.4%;
		right: 14%;
		top: 12vw;
		display: none;
	}

	.cloud05 {
		width: 5%;
		left: 15%;
		top: 17vw;
	}

	.kikyu {
		width: 4%;
		left: 84%;
		top: 24vw;
	}

	@keyframes fuwafuwa9 {

		0%,
		100% {
			transform: translateY(0);
		}

		50% {
			transform: translateY(-20px);
		}
	}

	.top-view-text {
		width: 100%;
		bottom: -3%;
	}

	.top-view {
		background-position: 24%;
		margin-top: -44px;
		margin-bottom: 60px;
		z-index: -1;
	}

	.top-concept__text .back-img01 {
		top: 33px;
		left: 55%;
		width: 145px;
	}

	.top-concept__text .back-img02 {
		top: 300px;
		left: 57%;
		width: 135px;
	}

	.top-concept__text .back-img04 {
		top: 580px;
		right: 3%;
		width: 155px;
	}

	.top-concept__text .back-img05 {
		top: 780px;
		right: 2%;
		width: 158px;
	}

	.sp-top-contact {
		transition: 1s;
		transform: translateY(70px);
	}

	.sp-top-contact-fixed {
		transform: translateY(0px);
	}
}


@media screen and (max-width: 460px) {
	.top-concept__text {
		margin-bottom: 0;
	}
}