@charset "UTF-8";

.bg-logo {
	background: url(../img/activities/bg_logo.svg) no-repeat right 17.8% top 12px/37.3418%;
}

.side-logo {
	margin-left: -30%;
	width: 94%;
}

.side-logo img {
	display: block;
}

.activities:not(:last-child) {
	padding-bottom: 68px;
	border-bottom: 1px solid #bfc0c0;
}

.activities:not(:first-child) {
	padding-top: 36px;
}

.activities__inner {
	position: relative;
}

.activities__side {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.activities__lead {
	height: auto;
	display: inline-block;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.1111;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.activities__lead span {
	color: #3eb2b6;
}

.activities__content-wrap {
	padding-left: 127px;
}

.activities__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 2.5rem;
}

.activities__label {
	display: inline-block;
	padding: 0.6em 1.2em;
	border-radius: 4px;
	background: #3eb2b6;
	font: 700 1rem "Roboto", sans-serif;
	letter-spacing: 0.1em;
	color: #FFF;
}

.activities__heading {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: #595757;
}

.activities__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-right: 30px;
}

.activities__main {
	width: 59%;
}

.activities__text {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8667;
}

.activities__image {
	width: 33.3%;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 30px;
}

.activities__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.activities__btns {
	margin-top: 5px;
	margin-right: clamp(0rem, -16.4571428571rem + 21.4285714286vw, 11.4rem);
}

@media screen and (min-width: 1000px) {

.side-logo { /* 1000px以上 */
}

}

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

.activities__btns { /* 1000px以下 */
	margin-top: 30px;
}

}

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

.bg-logo { /* sp */
	background-position: right 5% top 80px;
}

.activities__inner { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.activities__side { /* sp */
	position: static;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-right: 0;
	margin-bottom: 20px;
}

.activities__lead { /* sp */
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}

.activities__content-wrap { /* sp */
	display: contents;
}

.activities__head { /* sp */
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 1.5rem;
}

.activities__content { /* sp */
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.activities__main { /* sp */
	width: 100%;
}

.activities__image { /* sp */
	width: 70%;
	margin: 0 auto 20px;
}

.activities__btns { /* sp */
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

}

