#about-sumica {
	max-width: min(76.25rem, 100%);
	margin: 0 auto;
	padding-inline: clamp(1rem, 3vw, 1.75rem);
	padding-bottom: clamp(4.5rem, 10vw, 8.125rem);
	color: #000;
	position: relative;
}

#about-sumica img {
	display: block;
	max-width: 100%;
	height: auto;
}



#slide_continar .about-slide-link {
	font-family: "Noto Sans JP";
	display: block;
	margin: 0 0 1.875rem;

	font-weight: normal;
	font-size: 1rem;
	line-height: 1.875;
	text-align: center;
	color: #000;
	text-decoration: none;
}


.about-container {
	width: 100%;
	max-width: 53.75rem;
	margin-inline: auto;
	box-sizing: border-box;
}

.about-section {
	margin-top: 6.25rem;
}

.about-section.about-themes {
	margin-top: 9rem;
}

.about-section.about-writers {
	margin-top: 10rem;
}

.about-section.about-popular {
	margin-top: 9rem;
}

.about-section.about-links {
	margin-top: 0.625rem;
}

.about-heading {
	margin-top: 1.5rem;
}

.about-heading-en {
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 0.875rem;
	text-align: left;
	color: #0095d9;
}

.about-heading-ja {
	font-family: "Noto Sans JP";
	font-weight: bold;
	color: #000;
}

.about-heading-ja {
	font-size: 2rem;
	line-height: 1.625;
}

.about-heading > h1.about-heading-ja {
	font-size: 1.75rem;
	line-height: 1.5;
}

#about-sumica .about-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 18.75rem);
	row-gap: clamp(1.5rem, 4.5vw, 3.625rem);
	column-gap: 0;
	align-items: start;
	margin-top: clamp(1.875rem, 4.8vw, 3.5rem);
}

.about-intro-copy .about-catch {
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.625;
	text-align: left;
	color: #000;
	margin: 0;
}

.about-intro-catch-blue {
	color: #64bded;
}

.about-values-main-accent-blue {
	color: #64bded;
}

.about-values-main-accent-yellow {
	color: #ffd300;
}

.about-values-sub-accent-blue {
	color: #64bded;
}

.about-values-sub-accent-yellow {
	color: #ffd300;
}

.about-values-third-accent-blue {
	color: #64bded;
}

.about-theme-title-accent-blue {
	color: #64bded;
}

.about-intro-copy .about-intro-text {
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 1rem;
	line-height: 2;
	text-align: left;
	color: #000;
	margin-top: clamp(0.875rem, 2vw, 1.25rem);
}

.about-intro-media {
	position: relative;
	padding: clamp(0.875rem, 2vw, 1.25rem) 0 clamp(0.625rem, 1.4vw, 0.875rem);
}

.about-intro-media picture img {
	width: 100%;
}

#about-sumica > .about-intro-dot {
	position: absolute;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

#about-sumica > .about-intro-dot-1 {
	width: 3.8125rem;
	background: #ffed61;
	top: -0.2%;
	right: 2%;
}

#about-sumica > .about-intro-dot-2 {
	width: 6.8125rem;
	background: #fff49e;
	top: 5%;
	left: 3%;
}

#about-sumica > .about-intro-dot-3 {
	width: 14rem;
	background: #fffbe0;
	top: 3%;
	right: 5%;
}

.about-intro-note {
	font-family: "Noto Sans JP";
	margin-top: clamp(1.5rem, 4.2vw, 2.5rem);

	font-weight: normal;
	font-size: 1rem;
	line-height: 2;
	text-align: left;
	color: #000;
}

.about-intro-note .eo {
    line-height: 1;
    font-size: 1.2rem;
}

.about-company {
	margin-top: clamp(3.5rem, 8vw, 5.25rem);
}

.about-company-title {
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.4;
	text-align: center;
	color: #000;
	margin: 0;
}

.about-company-title::after {
	content: "";
	display: block;
	width: 2.5rem;
	height: 0.1875rem;
	background: #ffd300;
	margin: 0.75rem auto 0;
}

.about-company-copy {
	font-family: "Noto Sans JP";
	margin: 2.5rem 0 0;

	font-weight: bold;
	font-size: 2rem;
	line-height: 1.625;
	text-align: center;
	color: #000;
}

.about-company-copy .eo {
	line-height: 1;
	font-size: 2.5rem;
}

.about-company-logo {
	display: block;
	width: 13.5rem;
	margin: 2.5rem auto 0;
}

.about-company-logo img {
	width: 100%;
}

.about-company-links-wrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 5rem;
	column-gap: 5rem;
	row-gap: 1.75rem;
	align-items: center;
}

.about-official-link .eo {
    line-height: 1;
    font-size: 1.3rem;
}

.about-official-links-top {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-company-links-image {
	width: 100%;
}

.about-values-heading {
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 1.375rem;
	line-height: 1.9091;
	text-align: center;
	color: #000;
	margin: 0;
}

.about-section.about-values {
	position: relative;
}

.about-section.about-values > .about-container {
	position: relative;
	z-index: 1;
}

.about-section.about-values > .about-values-dot {
	position: absolute;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

.about-section.about-values > .about-values-dot-1 {
	width: 5.6875rem;
	background: #ffed61;
	top: -4%;
	right: 6%;
}

.about-section.about-values > .about-values-dot-2 {
	width: 5.375rem;
	background: #64bded;
	top: 34%;
	left: 8%;
}

.about-section.about-values > .about-values-dot-3 {
	width: 9.875rem;
	background: #64bded;
	bottom: 21%;
	left: 0%;
}

.about-values-main {
	display: grid;
	grid-template-columns: minmax(0, 54%) minmax(0, 1fr);
	position: relative;
	margin-top: 5.625rem;
	gap: 1.75rem;
	align-items: start;
}

.about-values-main::before {
	content: "";
	position: absolute;
	inset: -3.125rem auto -3.125rem -8.125rem;
	width: 80%;
	border-radius: 1.25rem;
	background: #fffbe0;
	z-index: 0;
}

.about-values-main-copy {
	position: relative;
	z-index: 1;
}

.about-values-main-media {
	position: relative;
	z-index: 1;
}

.about-values-main-title {
	font-family: "Noto Sans JP";
	margin: 1.5rem 0 0;

	font-weight: bold;
	font-size: 2rem;
	line-height: 1.625;
	text-align: center;
	color: #000;
}

.about-values-main-lead {
	font-family: "Noto Sans JP";
	margin: 1.875rem 0 0;

	font-weight: normal;
	font-size: 1.125rem;
	line-height: 2.1111;
	text-align: center;
	color: #000;
}

.about-value-points {
	margin-top: 1.25rem;
	display: grid;
	row-gap: 1.875rem;
}

.about-value-points li {
	font-family: "Noto Sans JP";
	position: relative;
	padding-left: 1.375rem;

	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.3;
	text-align: left;
}

.about-value-points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0.375rem;
	height: auto;
	background: #ffd300;
}

.about-value-tail {
	font-family: "Noto Sans JP";
	margin-top: 2rem;

	font-weight: normal;
	font-size: 1rem;
	line-height: 1.625;
	text-align: left;
}

.about-values-main-media img {
	width: 100%;
	transform-origin: left top;
	transform: scale(1.25);
}

.about-values-sub {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	position: relative;
	margin-top: 3.25rem;
	column-gap: 3.125rem;
	row-gap: 2.375rem;
	align-items: start;
}

.about-values-sub-title {
	font-family: "Noto Sans JP";
	margin: 10.9375rem 0 0;

	font-weight: bold;
	font-size: 1.75rem;
	line-height: 1.5;
	text-align: center;
	color: #000;
}

.about-values-sub-break {
	display: none;
}

.about-values-sub-media {
	width: 100%;
}

.about-values-sub-text {
	font-family: "Noto Sans JP";
	margin: 0;

	font-weight: normal;
	font-size: 1rem;
	line-height: 2;
	text-align: left;
	color: #000;
}

.about-values-third {
	margin-top: 7.5rem;
	margin-inline: auto;
	text-align: center;
}

.about-values-third-title {
	font-family: "Noto Sans JP";
	margin: 0;

	font-weight: bold;
	font-size: 1.75rem;
	line-height: 1.5;
	text-align: center;
	color: #000;
}

.about-values-third-text {
	font-family: "Noto Sans JP";
	margin: 0;
	margin-top: 2.25rem;

	font-weight: normal;
	max-width: 26.875rem;
	margin-inline: auto;
	font-size: 1rem;
	line-height: 2;
	text-align: center;
}

.about-values-third-image {
	width: 100%;
	max-width: 50rem;
	margin-top: 3.375rem;
	margin-inline: auto;
}

.about-values-third-image img {
	width: 100%;
	border-radius: 1.25rem;
}

.about-theme-title {
	font-family: "Noto Sans JP";
	margin: 0;

	font-weight: bold;
	font-size: 2rem;
	line-height: 1.625;
	text-align: center;
	white-space: nowrap;
}

.about-section.about-themes {
	position: relative;
}

.about-section.about-themes > .about-container {
	position: relative;
	z-index: 1;
}

.about-section.about-themes > .about-themes-dot {
	position: absolute;
	width: 6.125rem;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #fff49e;
	top: -5%;
	right: 0%;
	pointer-events: none;
	z-index: 0;
}

.about-theme-slider-wrap {
	position: relative;
}

.about-theme-board {
	margin-top: 3.75rem;
	padding: 0;
}

.about-theme-slider-controls {
	display: none;
}

.about-theme-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.875rem;
}

.about-theme-card {
	border-radius: 1.25rem;
	background: #fffbe0;
	padding: 3.125rem 0.9375rem 0.9375rem;
	min-height: 18.75rem;
	display: flex;
	flex-direction: column;
}

.about-theme-card-title {
	font-family: "Noto Sans JP";
	margin: 0;

	font-weight: bold;
	font-size: 1.375rem;
	line-height: 1.3;
	text-align: center;
}

.about-theme-card-text {
	font-family: "Noto Sans JP";
	margin: 1rem 0 0;

	font-weight: normal;
	font-size: 1rem;
	line-height: 1.625;
	text-align: center;
	color: #000;
}

.about-theme-card-chips {
	margin-top: 1.5625rem;
	display: grid;
	gap: 0.5rem;
}

.about-theme-chip {
	font-family: YuGothic, "Noto Sans JP", sans-serif;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border-radius: 1.25rem;
	background: #fff;
	width: 100%;
	max-width: 17.5rem;
	min-height: 2.5rem;
	padding: 0 0.75rem;
	margin-inline: auto;

	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	color: #000;
	text-decoration: none;
}

a.about-theme-chip,
a.about-theme-chip:link,
a.about-theme-chip:visited,
a.about-theme-chip:hover,
a.about-theme-chip:focus,
a.about-theme-chip.opacity {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-decoration: none;
}

.about-theme-chip img {
	position: absolute;
	left: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
	height: 1.25rem;
}

.about-writers-header {
	display: block;
}

.about-section.about-writers {
	position: relative;
}

.about-section.about-writers > .about-writers-dot {
	position: absolute;
	width: 5.375rem;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #b9e6ff;
	top: -10%;
	right: -4%;
	pointer-events: none;
	z-index: 0;
}

.about-section.about-writers > *:not(.about-writers-dot) {
	position: relative;
	z-index: 1;
}

.about-writers-title {
	font-family: "Noto Sans JP";
	margin: 0;

	font-weight: bold;
	font-size: 2rem;
	line-height: 1.625;
	text-align: center;
	color: #000;
}

.about-writer-slider-wrap {
	position: relative;
}

.about-writer-slider-controls {
	display: none;
}

.about-list-link {
	font-family: "Noto Sans JP";
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;

	font-weight: normal;
	font-size: 1rem;
	line-height: 1;
	color: #857663;
	text-decoration: none;
}

.about-list-link img {
	width: 1.25rem;
	height: 1.25rem;
}

.about-popular > h2 {
	font-family: "Noto Sans JP";
	margin: 0;

	font-weight: bold;
	font-size: 1.625rem;
	line-height: 1.1538;
	text-align: center;
	color: #000;
}

.about-popular .post-content {
	display: flex;
	flex-wrap: wrap;
	margin: 1.625rem 0 0;
	padding: 0;
}

.about-popular .post-content > li {
	width: 20%;
	padding-bottom: 3.75rem;
	margin: 0;
	list-style: none;
}

.about-popular .post-content > li > a {
	display: block;
	transition: all 0.4s;
}

.about-popular .post-content > li > a:hover {
	opacity: 0.7;
}

.about-popular .category {
	display: inline-block;
	margin-left: 0.625rem;
	margin-top: 0;
	font-size: 0.9375rem;
	font-weight: bold;
}

.about-popular .post_thum {
	margin: 0;
	position: relative;
}

.about-popular .post_thum img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.about-section.about-popular .post_ttl {
	font-family: "A-OTF UD Shin Go Pro", "Noto Sans JP", sans-serif;
	margin: 0.625rem 0 0;
	padding: 0 0.625rem;

	font-weight: bold;
	font-size: 0.9375rem;
	line-height: 1.56;
	text-align: left;
	color: #000;
}

.about-writer-grid {
	margin-top: 3.75rem;
	margin-inline: auto;
	max-width: 62.5rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.5rem 1.875rem;
}

.about-writer-card {
	background: transparent;
	border: 0;
	text-align: left;
	padding: 0;
}

.about-writer-main {
	display: flex;
	align-items: stretch;
	column-gap: 1.25rem;
}

.about-writer-body {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	row-gap: 0.3125rem;
	align-items: flex-start;
}

.about-writer-avatar {
	flex: 0 0 6.25rem;
	align-self: flex-start;
	width: 6.25rem;
	height: 6.25rem;
	border-radius: 50%;
	object-fit: cover;
	margin: 0;
	border: 0;
}

.about-writer-role {
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 0.8125rem;
	line-height: 1.6923;
	margin: 0;
}

.about-writer-name {
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.625;
	margin: 0;
}

.about-writer-link {
	font-family: YuGothic, "Noto Sans JP", sans-serif;
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #857663;

	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1;
}

.about-writer-link img {
	order: -1;
	flex: 0 0 auto;
	width: 1.875rem;
	height: 0.4375rem;
}

.about-writer-link:hover {
	opacity: 0.8;
}

#about-mailmagazine {
	margin-top: 8.125rem;
	position: relative;
}

#about-mailmagazine > .about-container {
	position: relative;
	z-index: 1;
}

#about-mailmagazine > .about-mailmagazine-dot {
	position: absolute;
	width: 7.5rem;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #fffbe0;
	top: 7%;
	left: -4%;
	pointer-events: none;
	z-index: 0;
}

#about-mailmagazine .about-mail-wrap {
	margin-top: 4rem;
}

.about-mail-grid {
	display: grid;
	grid-template-columns: 48% 1fr;
	gap: 1.25rem;
}

.about-mail-title {
	font-family: "Noto Sans JP";
	margin: 0;

	font-weight: bold;
	font-size: 1.625rem;
	line-height: 1.6154;
	color: #000;
	text-align: center;
}

.about-mail-break {
	display: none;
}

.about-mail-subtitle {
	font-family: "Noto Sans JP";
	margin: 0;

	font-weight: bold;
	font-size: 1.75rem;
	line-height: 1.7143;
}

.about-mail-text {
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 1rem;
	line-height: 2;
}

.about-mail-button {
	font-family: "Noto Sans JP";
	margin-top: 4rem;
	position: relative;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 2.875rem 0 1.25rem;
	width: 21.25rem;
	min-height: 3.125rem;
	border-radius: 1.5625rem;
	background: #887660;
	color: #fff;

	font-weight: bold;
	font-size: 1rem;
	line-height: 1;
}

.about-section.about-popular .post_txt {
	margin-top: 0.625rem;
}

.about-mail-button:hover {
	opacity: 0.8;
}

.about-mail-button-sp {
	display: none;
}

.about-mail-button img {
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.375rem;
	height: 0.875rem;
}

.about-mail-media {
	position: relative;
}

.about-mail-visual {
	width: 100%;
}

.about-message {
	margin-top: 6.5625rem;
	margin-bottom: 0rem;
}

@media screen and (max-width: 980px) {
	.about-message {
		margin-top: 6.5625rem;
		margin-bottom: 0;
	}	
}

.about-message-wrap {
	max-width: 69rem;
	margin-inline: auto;
	border-radius: 1.25rem;
	background: #ffe301;
	padding: 4rem 1rem;
}

.about-message-row {
	max-width: 53.75rem;
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 21.875rem;
	gap: 2rem;
}

.about-message-copy {
	flex: 1 1 auto;
	max-width: 28.9375rem;
}

.about-message-catch {
	font-family: "Noto Sans JP";
	max-width: 100%;

	font-weight: bold;
	font-size: 1.75rem;
	line-height: 1.7143;
	text-align: left;
	color: #000;
	margin: 0;
}

.about-message-text {
	font-family: "Noto Sans JP";
	margin-top: 1.875rem;
	max-width: 100%;

	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.7778;
	text-align: left;
	color: #000;
}

.about-message-main {
	font-family: "Noto Sans JP";
	margin-top: 1.875rem;
	max-width: 100%;

	font-weight: bold;
	font-size: 1.25rem;
	line-height: 2.1;
	text-align: left;
	color: #000;
}

.about-message-image {
	width: 100%;
	max-width: 21.875rem;
	margin: 0;
	justify-self: end;
}

.about-room-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.875rem;
}

.about-chip {
	font-family: "Noto Sans JP";
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	border-radius: 0.8125rem;
	border: 0;
	background: #f7f2ec;
	min-height: 2.5rem;
	padding-inline: 0.875rem;

	font-weight: normal;
	font-size: 0.75rem;
	line-height: 1;
	text-align: left;
}

.about-chip img {
	width: 0.875rem;
	height: 0.875rem;
}

.about-knowhow-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
}

.about-knowhow-grid .about-chip {
	justify-content: center;
	border-radius: 1.25rem;
	background: #887660;
	color: #fff;
	font-size: 1rem;
}

.about-knowhow-grid .about-chip img {
	display: none;
}

.about-official-links {
	margin-top: 2.875rem;
	gap: 1.25rem;
}

.about-official-links-top {
	margin-top: 0;
	grid-template-columns: 1fr;
	justify-items: center;
}

.about-official-link {
	font-family: "Noto Sans JP";
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: #887660;
	color: #fff;
	border-radius: 1.5625rem;
	border: 0;
	padding: 0 2.875rem 0 1.25rem;

	font-weight: bold;
	font-size: 1rem;
	line-height: 3.25;
	text-align: center;
}

.about-official-links-top .about-official-link {
	width: 21.25rem;
	height: 3.125rem;
}

.about-official-link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0.9375rem;
	transform: translateY(-50%);
	width: 1.4156rem;
	height: 0.875rem;
	background: url("../../img/aboutsumica/butn_arrow.png") center center / contain no-repeat;
}

#footer-re .about-footer-link-wrap {
	margin-bottom: 4.375rem;
	display: grid;
	justify-items: center;
}

	#footer-re .about-footer-link-wrap .about-official-link {
		/*
		display: flex;
		align-items: center;
		justify-content: center;
		width: min(100%, 21.25rem);
		height: 3.125rem;
		padding: 0 2.875rem 0 1.25rem;
		background: #887660;
		border-radius: 1.5625rem;
		color: #fff;
		text-decoration: none;
		line-height: 3.25;
		letter-spacing: 0em;
		*/
	}

.about-network {
	margin-top: clamp(4.25rem, 9vw, 7.25rem);
}

.about-network .cmn-bnr {
	margin-top: clamp(1rem, 2vw, 1.5rem);
}

.about-network .cmn-bnr:first-child {
	margin-top: 0;
}

.about-network .cmn-bnr ul li p {
	line-height: 1.6;
	color: #000;
}

.about-network .cmn-bnr ul.one li {
	width: min(100%, 35rem);
}

.about-network .cmn-bnr ul.one li p {
	font-size: clamp(0.875rem, 1.18vw, 1.0625rem);
}

@media screen and (max-width: 1200px) {
	.about-theme-grid {
		gap: 0.75rem;
	}

	.about-writer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 980px) {
	
	#about-sumica {

		padding-bottom: clamp(3rem, 10vw, 8.125rem);
	}
	
	
	#about-sumica .about-intro-grid {
		grid-template-columns: 1fr;
	}

	.about-mail-grid {
		grid-template-columns: 1fr;
	}

	.about-values-main {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.about-values-sub {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.about-values-main::before {
		width: 100%;
	}

	.about-values-sub-title {
		font-size: 2rem;
		line-height: 1.625;
	}

	.about-theme-grid {
		gap: 0.625rem;
	}

	.about-theme-card {
		min-height: 16.5rem;
		padding: 1.625rem 0.75rem 0.75rem;
	}

	.about-theme-card-title {
		font-size: 1.3125rem;
	}

	.about-theme-card-text {
		margin-top: 0.75rem;
		font-size: 0.9375rem;
		line-height: 1.5333;
	}

	.about-theme-chip {
		min-height: 2.25rem;
		font-size: 0.875rem;
	}

	.about-theme-chip img {
		width: 1.125rem;
		height: 1.125rem;
	}

	.about-writer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-room-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.about-knowhow-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 750px) {
  #about-sumica {
    padding-inline: 1rem;
  }

  #header .header_right > .about-header-link {
    display: none;
  }

  #about-sumica .about-intro-grid {
    margin-top: 1.25rem;
  }

	.about-heading-ja {
		font-size: 1.75rem;
		line-height: 1.5;
	}

	.about-heading > h1.about-heading-ja {
		font-size: 1.25rem;
		line-height: 2.1;
	}

	.about-heading-en {
		font-size: 0.75rem;
	}

	.about-intro-copy .about-catch {
		font-size: 1.75rem;
		line-height: 1.5;
	}

	.about-intro-copy .about-intro-text {
		font-family: "Noto Sans JP";
		font-weight: normal;
		font-size: 0.9375rem;
		line-height: 1.8667;
		text-align: left;
		color: #000;
	}

	.about-intro-media {
		padding: 0;
	}

	.about-intro-note {
		margin-top: 1.125rem;
		font-size: 0.9375rem;
		line-height: 1.8667;
	}
	
	.about-intro-note .eo {
	    line-height: 1;
	    font-size: 1.2rem;
	}
	
	.about-company {
		margin-top: 2.1875rem;
		text-align: center;
	}

	.about-company-title {
		text-align: center;
	}

	.about-company-title::after {
		margin: 0.625rem auto 0;
	}

	.about-company-copy {
		margin-top: 1.25rem;
		font-size: 1.625rem;
		line-height: 1.6154;
		text-align: center;
	}
	
	.about-company-copy .eo {
		line-height: 1;
		font-size: 2.1rem;
	}

	.about-company-logo {
		width: 10.125rem;
		margin-top: 1rem;
	}

	.about-company-links-wrap {
		margin-top: 2.5rem;
		max-width: 18.75rem;
		margin-inline: auto;
		grid-template-columns: 1fr;
		row-gap: 3.125rem;
	}

	.about-official-links-top {
		grid-template-columns: 1fr;
	}

	.about-company-links-image {
		width: 100%;
	}

	#about-sumica > .about-intro-dot-2 {
		width: 5.25rem;
		top: 11%;
		left: 6%;
	}

	#about-sumica > .about-intro-dot-3 {
		display: none;
	}

	.about-section.about-values {
		margin-top: 6.25rem;
	}

	.about-section.about-values > .about-values-dot-1 {
		width: 4.375rem;
		background: #ffed61;
		top: -4%;
		right: -9%;
	}

	.about-section.about-values > .about-values-dot-2 {
		width: 4.125rem;
		background: #64bded;
		top: 40%;
		left: -10%;
	}

	.about-section.about-values > .about-values-dot-3 {
		width: 5.6875rem;
		background: #64bded;
		bottom: 24%;
		left: auto;
		right: -7%;
	}

	.about-values-heading {
		font-family: "Noto Sans JP";
		font-weight: bold;
		font-size: 1.25rem;
		line-height: 2.1;
		text-align: center;
		color: #000;
	}

	.about-values-main {
		margin-top: 2.625rem;
		row-gap: 2.5rem;
	}

	.about-values-main::before {
		display: none;
	}

	.about-values-main-copy {
		background: #fffbe0;
		border-radius: 1.25rem;
		padding: 1.25rem 1rem 1.875rem;
	}

	.about-values-main-title {
		font-size: 1.75rem;
		line-height: 1.5;
	}

	.about-values-main-lead {
		margin-top: 1.25rem;
		font-size: 0.9375rem;
		line-height: 1.8667;
	}

	.about-value-points {
		row-gap: 1.25rem;
		margin-top: 0;
	}

	.about-value-points li {
		font-family: "Noto Sans JP";
		width: 19.8125rem;
		/*height: 3.5rem;*/
		height: auto;
		padding-left: 1.125rem;

		font-weight: bold;
		font-size: 1.125rem;
		line-height: 1.4444;
		text-align: left;
		color: #000;
	}

	.about-value-points li::before {
		width: 0.25rem;
		top: 0;
		bottom: 0;
		height: auto;
	}

	.about-value-tail {
		font-family: "Noto Sans JP";
		font-weight: normal;
		font-size: 1.0625rem;
		line-height: 1.5294;
		text-align: left;
		color: #000;
	}

	.about-values-main-media img {
		transform: none;
		transform-origin: initial;
	}

	.about-values-sub {
		margin-top: 2.5rem;
		row-gap: 3.375rem;
	}

	.about-values-sub-title {
		margin-top: 4.5rem;
		font-size: 1.75rem;
		line-height: 1.5;
		text-align: center;
	}

	.about-values-sub-break {
		display: block;
	}

	.about-values-sub-text {
		font-size: 0.9375rem;
		line-height: 1.8667;
	}

	.about-values-third-text {
		margin-top: 1.75rem;
		font-size: 0.9375rem;
		line-height: 1.8667;
	}

	.about-values-third {
		margin-top: 6.25rem;
	}

	.about-values-third-image {
		margin-top: 2.5rem;
	}

	.about-theme-title {
		margin: 0;
		font-size: 1.75rem;
		line-height: 1.5;
		text-align: center;
		white-space: normal;
	}

	.about-section.about-themes {
		margin-top: 4.875rem;
	}

	.about-section.about-themes > .about-themes-dot {
		position: absolute;
		width: 4.0625rem;
		height: auto;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		background: #fff49e;
		top: auto;
		right: auto;
		pointer-events: none;
		z-index: 0;
		bottom: 140%;
		left: -8%;
	}

	.about-section.about-writers {
		margin-top: 5rem;
	}

	.about-theme-board {
		padding: 0;
		padding-bottom: 2.5rem;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		margin-top: 1.75rem;
	}

	.about-theme-board::-webkit-scrollbar {
		display: none;
	}

.about-section.about-writers > .about-writers-dot,#about-mailmagazine > .about-mailmagazine-dot {
	display: none;
}

	.about-writers-title {
		font-family: "Noto Sans JP";
		font-weight: bold;
		font-size: 1.25rem;
		line-height: 1.5;
		text-align: center;
		color: #000;
	}

	.about-list-link {
		margin-top: 0.625rem;
		font-size: 1rem;
	}

	.about-theme-grid {
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: minmax(16.25rem, 82vw);
		gap: 0 0.75rem;
		width: max-content;
	}

	.about-theme-slider-controls {
		display: block;
		position: absolute;
		top: 50%;
		left: -0.3125rem;
		right: -0.3125rem;
		transform: translateY(-50%);
		pointer-events: none;
		z-index: 3;
	}

	.about-theme-slider-button {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		appearance: none;
		border: 0;
		width: 1.875rem;
		height: 1.875rem;
		background: url("../../img/aboutsumica/about-theme-slider-arrow.png") center center / contain no-repeat;
		font-size: 0;
		line-height: 0;
		color: transparent;
		pointer-events: auto;
		cursor: pointer;
	}

	.about-theme-slider-prev {
		left: 0;
	}

	.about-theme-slider-next {
		right: 0;
		transform: translateY(-50%) scaleX(-1);
	}

	.about-theme-slider-button[disabled] {
		opacity: 0.45;
		cursor: default;
	}

	.about-theme-card {
		min-height: 13.125rem;
		padding: 2.5rem 1.5625rem;
		border-radius: 0.875rem;
	}

	.about-theme-card-title {
		font-family: "Noto Sans JP";
		font-weight: bold;
		font-size: 1.4375rem;
		line-height: 1.8261;
		text-align: center;
		color: #000;
	}

	.about-theme-card-text {
		font-family: "Noto Sans JP";
		margin-top: 1.125rem;

		font-weight: normal;
		font-size: 1rem;
		line-height: 1.625;
		text-align: center;
		color: #000;
	}

	.about-theme-card-chips {
		margin-top: 1.25rem;
		row-gap: 0.9375rem;
	}

	.about-theme-chip {
		gap: 0.25rem;
		width: 17.5rem;
		height: 2.5rem;
		min-height: 2.5rem;
		padding: 0 0.375rem;
		border-radius: 1.25rem;
		background: #fff;

		font-weight: 500;
		font-size: 1rem;
		line-height: 1.875;
		text-align: center;
		color: #000;
	}

	.about-theme-chip img {
		width: 1.25rem;
		height: 1.25rem;
		background: transparent;
	}

	.about-popular .post-content {
		padding: 0 0 calc(35 / 390 * 100vw);
	}

	.about-popular .post-content > li {
		width: 100%;
		padding-bottom: 0;
	}

	.about-popular .post-content > li > a {
		display: flex;
		flex-wrap: wrap;
	}

	.about-popular .post-content > li > a .post_thum {
		width: calc(190 / 390 * 100vw);
	}

	.about-popular .post-content > li > a .post_txt {
		width: calc(200 / 390 * 100vw);
		padding: calc(20 / 390 * 100vw) calc(15 / 390 * 100vw) 0;
		margin-top: 0;
	}

	.about-popular .category {
		font-size: calc(14 / 390 * 100vw);
		margin-left: 0;
		margin-right: 0;
	}

	.about-section.about-popular .post_ttl {
		margin-top: calc(15 / 390 * 100vw);
		font-size: calc(14 / 390 * 100vw);
		line-height: 1.7;
		padding: 0;
	}

	.about-writer-grid {
		display: flex;
		margin-top: 2.5rem;
		gap: 0.75rem;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		max-width: none;
		padding: 0 0 0.5rem;
		margin-inline: 0;
	}

	.about-writer-grid::-webkit-scrollbar {
		display: none;
	}

	.about-writer-card {
		flex: 0 0 calc((100vw - 2.75rem) / 2);
	}

	.about-writer-slider-controls {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -0.3125rem;
		right: -0.3125rem;
		transform: none;
		pointer-events: none;
		z-index: 3;
	}

	.about-writer-slider-button {
		position: absolute;
		top: 25%;
		transform: translateY(-50%);
		appearance: none;
		border: 0;
		width: 1.875rem;
		height: 1.875rem;
		background: url("../../img/aboutsumica/about-theme-slider-arrow.png") center center / contain no-repeat;
		font-size: 0;
		line-height: 0;
		color: transparent;
		pointer-events: auto;
		cursor: pointer;
	}

	.about-writer-slider-prev {
		left: 0;
	}

	.about-writer-slider-next {
		right: 0;
		transform: translateY(-50%) scaleX(-1);
	}

	.about-writer-slider-button[disabled] {
		opacity: 0.45;
		cursor: default;
	}

	.about-writer-main {
		flex-direction: column;
		column-gap: 0.75rem;
	}

	.about-writer-avatar {
		flex-basis: 4.5rem;
		width: 4.5rem;
		height: 4.5rem;
	}
	
	.about-writer-body {
		margin-top: .5rem;
	}

	.about-writer-role {
		font-family: "Noto Sans JP";
		font-weight: bold;
		font-size: .7rem;
		line-height: 1.625;
		text-align: left;
		color: #000;
	}

	.about-writer-name {
		font-size: 0.875rem;
		line-height: 1.5714;
		margin-bottom: .5rem;
	}

	.about-writer-link {
		margin-top: auto;

		font-weight: bold;
		font-size: 0.875rem;
		text-align: left;
		color: #857663;
	}

	.about-writer-link img {
		width: 1.875rem;
		height: 0.4375rem;
		background: transparent;
	}

	#about-mailmagazine {
		margin-top: 3.125rem;
	}

	#about-mailmagazine .about-mail-wrap {
		margin-top: 2.5rem;
	}

	.about-mail-title {
		font-family: "Noto Sans JP";
		margin-top: 3.125rem;

		font-weight: bold;
		font-size: 1.25rem;
		line-height: 1.6;
		white-space: normal;
		text-align: center;
		color: #000;
	}

	.about-mail-break {
		display: block;
	}

	.about-mail-subtitle {
		font-size: 1.625rem;
		line-height: 1.6154;
	}

	.about-mail-text {
		font-size: 1rem;
		line-height: 2;
	}

	.about-mail-media {
		margin-top: 2.125rem;
	}

	.about-mail-button {
		width: 100%;
		margin-top: 1.5rem;
	}

	.about-mail-button-copy {
		display: none;
	}

	.about-mail-button-sp {
		display: inline-flex;
		margin-top: 3rem;
	}

	.about-message {
		margin-top: 3.75rem;
	}

	.about-message-wrap {
		padding: 2.5rem 1.5625rem;
	}

	.about-message-row {
		grid-template-columns: 1fr;
		row-gap: 2.5rem;
	}

	.about-message-copy {
		max-width: 100%;
	}

	.about-message-catch {
		width: 100%;
		font-size: 1.625rem;
		line-height: 1.6154;
	}

	.about-message-text {
		margin-top: 1.875rem;
		width: 100%;
		font-size: 1.125rem;
		line-height: 1.7778;
	}

	.about-message-main {
		margin-top: 1.5625rem;
		width: 100%;
		font-size: 1.25rem;
		line-height: 1.8;
	}

	.about-message-image {
		flex: none;
		width: 17.5rem;
		margin: 0 auto;
	}

	.about-room-grid {
		grid-template-columns: 1fr;
	}

	.about-knowhow-grid {
		grid-template-columns: 1fr;
	}

	.about-official-links {
		grid-template-columns: 1fr;
		row-gap: 1.875rem;
	}

	.about-official-links-top .about-official-link {
		width: 100%;
		max-width: 21.25rem;
	}

	.about-network .cmn-bnr ul.one li {
		width: 100%;
	}
}




/*about-continar------------------------------------------------*/
.about-continar {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  padding-top: 65px; }

@media screen and (max-width: 1300px) {
  .about-continar {
    max-width: 100%;
    padding-top:calc(65 / 1300 * 100vw);
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 750px) {
  .about-continar {
    width: 100%;
    padding-top: calc(20 / 390 * 100vw);
    padding-left: 0;
    padding-right: 0; } }
.ttl {
  text-align: center;
  padding-bottom: 50px; }

.ttl span {
  display: block; }

.ttl .en {
  font-size: 30px;
  font-weight: bold;
   }

.ttl .en + .jp {
  font-size: 16px;
  font-weight: normal; }

.ttl .jp {
  font-size: 22px;
  font-weight: 700; }
@media screen and (max-width: 1200px) {
  .ttl {
    padding-bottom: calc(50 / 1200 * 100vw); }

  .ttl .en {
    font-size: calc(30 / 1200 * 100vw); }

  .ttl .en + .jp {
    font-size: calc(16 / 1200 * 100vw); }
  .ttl .jp {
    font-size: calc(22 / 1200 * 100vw); }
}
@media screen and (max-width: 750px) {
  .ttl {
    padding-bottom: calc(55 / 750 * 100vw); }

  .ttl .en {
    font-size: calc(28 / 390 * 100vw); }

  .ttl .en + .jp {
    font-size: calc(16 / 390 * 100vw); }
  .ttl .jp {
    font-size: calc(20 / 390 * 100vw); }
}

/*post-content------------------------------------------------*/
/*
.post-continar {
  padding-bottom: 80px; }
*/

.post-content {
  display: flex;
  flex-wrap: wrap; }

.post-content li {
  width: 20%;
  padding-bottom: 60px;
  list-style: none; }

.post-content li a {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.post-content li a:hover {
  opacity: 0.7; }

.category {
  font-weight: bold;
  
  font-size: 15px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px; }

.category + .category {
  margin-left: 10px; }

.post_thum {
  margin-bottom: 10px;
  position: relative; }

.post_thum img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.post_thum .new {
  position: absolute;
  top: 5px;
  left: 5px; }

.post_thum .new img {
  width: 48px;
  height: auto; }

.post_ttl {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  
  line-height: 1.56;
  color: #000000;
  padding: 0 10px;
  margin: 0; }

@media screen and (max-width: 750px) {
/*
  .post-continar {
    padding-bottom: calc(55 / 390 * 100vw); }
*/
  .post-content {
    padding: 0;
    padding-bottom: calc(35 / 390 * 100vw);
    margin-left: 0; }
    .post-content li {
      width: 100%;
      padding-bottom: 0;
      margin-left: 0; }
      .post-content li a {
        display: flex;
        flex-wrap: wrap; }
        .post-content li a .post_thum {
          width: calc(190 / 390 * 100vw);
          margin-bottom: 0; }
          .post-content li a .post_thum img {
            vertical-align: bottom; }
        .post-content li a .post_txt {
          width: calc(200 / 390 * 100vw);
          padding: calc(20 / 390 * 100vw) calc(15 / 390 * 100vw) 0; }

  .category {
    font-size: calc(14 / 390 * 100vw);
    margin-bottom: calc(15 / 390 * 100vw);
    margin-left:0;
    margin-right: 0; }

  .category + .category {
    margin-left: 0; }

  .post_thum .new {
    top: calc(10 / 390 * 100vw);
    left: calc(10 / 390 * 100vw); }
    .post_thum .new img {
      width: calc(48 / 390 * 100vw); }

  .post_ttl {
    font-size: calc(14 / 390 * 100vw);
    line-height:1.7;
    padding: 0; } }
    
    
    /* =============================================
   SP横スクロール修正パッチ
   ============================================= */


.about-continar {
  overflow-x: hidden;
}

@media screen and (max-width: 750px) {
/*
  .about-theme-slider-wrap {
    overflow: hidden;
  }

  .about-writer-slider-wrap {
    overflow: hidden;
  }
*/
}

@media screen and (max-width: 750px) {
  .about-value-points li {
    width: 100%;
  }
}





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

  /* ネイティブスクロールバーは非表示のまま */
  .about-theme-board,
  .about-writer-grid {
    scrollbar-width: none !important;
  }
  .about-theme-board::-webkit-scrollbar,
  .about-writer-grid::-webkit-scrollbar {
    display: none !important;
  }

  /* 疑似スクロールバー共通 */
  .about-custom-scrollbar {
    position: relative;
    height: 4px;
    background: #EDEDED;
    border-radius: 2px;
    margin: 0.75rem 1rem 0;
    overflow: hidden;
  }

  .about-custom-scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #88755F;
    border-radius: 2px;
    transition: left 0.05s linear;
  }

}