body {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

._pc {
	display: block !important;
}

._pc_flex {
	display: flex !important;
}

._pc_grid {
	display: grid !important;
}

._sp {
	display: none !important;
}

._sp_flex {
	display: none !important;
}

._sp_grid {
	display: none !important;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	font-size: inherit;
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.75;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.qpot__contact {
	margin-top: 6.25rem;
}

.color_green1d {
	color: #1D8300;
}

.weight_bold {
	font-weight: 700;
}

.underline {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.sectorHero {
	padding-top: 7.5rem;
}

.sectorAbout {
	margin-top: 8.125rem;
}

.sectorSpot {
	margin-top: 7.375rem;
}

.sectorGoods {
	margin-top: 7.5625rem;
}

.sectorQuiz {
	margin-top: 5rem;
}

.sectorMatter {
	margin-top: 6.875rem;
}

.sectorMatter2 {
	margin-top: 4.375rem;
}

.sectorStatus {
	margin-top: 5rem;
}

.sectorExample {
	margin-top: 5rem;
}

.topAbout {
	padding-top: 3.625rem;
}

.topProduct {
	margin-top: 9.625rem;
	padding-bottom: 7.5rem;
}

.topTopic {
	margin-top: 7.5rem;
	padding-bottom: 6.875rem;
}

.topNews {
	padding-bottom: 37.5rem;
	padding-top: 7.8125rem;
}

#top .contact {
	margin-top: -29.1875rem;
}

#top .header__inner {
	background-color: transparent;
}

#top .header__logo {
	width: 11.5rem;
}

.archiveNews1__title {
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-left: 0.8125rem;
	margin-left: 0.625rem;
	margin-top: 0rem;
}

.archiveNews1 .headline__cell {
	align-items: end;
}

.archiveNews1__pagination {
	display: flex;
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 5rem;
}

.archiveNews1__pagination .page-numbers {
	align-items: center;
	aspect-ratio: 1;
	border-radius: 62.4375rem;
	display: flex;
	font-family: "Ubuntu", sans-serif;
	justify-content: center;
	width: 1.875rem;
}

.archiveNews1__pagination .page-numbers.current {
	background: #1D8300;
	color: #fff;
	font-weight: 700;
}

.archiveNews1 .contact {
	margin-top: -12.5rem;
}

.archiveNews1 .headline__cell {
	gap: 0.625rem;
}

.archiveNews1__area {
	background-color: #EBEBEB;
	margin-top: 5rem;
	padding-bottom: 43.75rem;
}

.archiveNews .archiveNews1__list {
	margin-top: 3.75rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}

.archiveNews1__field {
	display: flex;
	gap: 3.75rem;
	justify-content: center;
	padding-top: 3.125rem;
}

.archiveNews1__field a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.archiveNews1Item {
	background-color: #fff;
	flex-wrap: wrap;
	transition: 0.5s;
}

.archiveNews1Item:hover .archiveNews1Item__date {
	color: #153F8C;
	transition: 0.5s;
}

.archiveNews1Item:hover .archiveNews1Item__label {
	background-color: #153F8C;
	transition: 0.5s;
}

.archiveNews1Item:hover .archiveNews1Item__title {
	color: #153F8C;
	transition: 0.5s;
}

.archiveNews1Item + .archiveNews1Item {
	margin-top: 0.625rem;
}

.archiveNews1Item__link {
	align-items: center;
	display: flex;
	padding: 2rem 2.25rem;
}

.archiveNews1Item__date {
	color: #1D8300;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
	margin-right: 1rem;
}

.archiveNews1Item__label {
	align-items: center;
	background-color: #1D8300;
	color: #fff;
	display: inline-block;
	display: grid;
	font-family: "Oswald", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	height: 100%;
	justify-items: center;
	letter-spacing: 0.06em;
	margin-left: 0.9375rem;
	transition: 0.5s;
	width: 8.625rem;
}

.archiveNews1Item__title {
	color: #333;
	flex: 1;
	font-size: 1rem;
	font-weight: 500;
	grid-column: span 3;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-left: 1.5625rem;
	min-width: 0;
}

.archiveTopic1__list {
	gap: 2.5rem;
	margin-top: 4.5rem;
}

.archiveTopic1__graphic {
	border-radius: 0.3125rem;
	box-shadow: 0.15625rem 0.270625rem 0.5rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.archiveTopic1__graphicImage {
	transition: 0.5s;
}

.archiveTopic1__graphicImage:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.archiveTopic1__time {
	color: #757575;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-left: 0.8125rem;
	margin-top: 0.875rem;
}

.archiveTopic1__title {
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-left: 0.8125rem;
	margin-left: 0.625rem;
	margin-top: 0rem;
}

.archiveTopic1 .headline__cell {
	align-items: baseline;
}

.archiveTopic1__pagination {
	display: flex;
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 5rem;
}

.archiveTopic1__pagination .page-numbers {
	align-items: center;
	aspect-ratio: 1;
	border-radius: 62.4375rem;
	display: flex;
	font-family: "Ubuntu", sans-serif;
	justify-content: center;
	width: 1.875rem;
}

.archiveTopic1__pagination .page-numbers.current {
	background: #1D8300;
	color: #fff;
	font-weight: 700;
}

.archiveTopic1 .press {
	margin-left: auto;
	margin-right: auto;
}

.breadcrumbs {
	padding-top: 10rem;
}

.contact {
	color: #fff;
	margin-top: 5rem;
	text-align: center;
}

.post-type-archive-post .contact {
	margin-top: -31.25rem;
}

.contact__area {
	background: url("../images/top/contact.jpg") center center/cover no-repeat;
	border-radius: 2.5rem;
	padding: 8.125rem 1.25rem;
}

.contact__en {
	color: #1D8300;
	font-family: "Oswald", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.contact__title {
	color: #fff;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 3.375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-bottom: 2.8125rem;
}

.contact__buttons {
	align-items: center;
	display: flex;
	gap: 3.625rem;
	justify-content: center;
}

.contact__button {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 1.25rem;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 1.25rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 2.5rem 1.5rem;
	text-decoration: none;
	transition: 0.5s;
	width: 27.5rem;
}

.contact__button--estimate {
	background-color: #003f91;
	border: 0.125rem solid #fff;
	color: #fff;
}

.contact__button--inquiry {
	background-color: #1D8300;
	border: 0.125rem solid #fff;
	color: #fff;
}

.contact__button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.drawer .contact__button-icon {
	width: 1.75rem;
}

.drawer .contact__button-icon img {
	width: 0.9375rem;
}

.contact__button-icon {
	align-items: center;
	align-items: center;
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 62.4375rem;
	display: grid;
	display: flex;
	justify-content: center;
	justify-items: center;
	width: 2.75rem;
}

.contact__button-icon img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 1.3125rem;
}

.drawer {
	-webkit-overflow-scrolling: touch;
	background: white;
	background-color: #eee;
	color: #232323;
	color: #333;
	height: 101vh;
	left: 0;
	overflow-y: scroll;
	padding: 1.25rem 1.25rem 6.875rem;
	position: absolute;
	top: 0;
	transform: translateX(100%);
	transition: ease 0.5s;
	transition: transform 0.3s ease-out;
	width: 100%;
	z-index: 10;
}

.drawer.js-open {
	transform: translateX(0%);
}

.drawer__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.625rem;
	width: -moz-max-content;
	width: max-content;
}

.drawer__link {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
}

.drawer__link span {
	display: block;
	font-family: second-font-family;
	font-size: 0.875rem;
	font-weight: 400;
}

.drawer__logo {
	margin: 5.125rem auto 0;
	width: 20.6875rem;
}

.drawer__cross {
	display: none;
	height: 1.25rem;
	position: absolute;
	right: 0.9375rem;
	top: 2.1875rem;
	width: 1.25rem;
}

.drawer__cross:before,
.drawer__cross:after {
	background-color: #333;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	right: 0.27rem;
	top: 46%;
	width: 0.9375rem;
}

.drawer__cross:before {
	transform: rotate(90deg);
	transition-duration: 0.2s;
}

.drawer__cross.is-active::after {
	opacity: 0;
}

.drawer__cross.is-active::before {
	transform: rotate(0);
}

.drawer__accordion {
	display: none;
	margin-bottom: 1.25rem;
	margin-top: -1.25rem;
	padding: 0;
	position: relative;
	width: 100%;
}

.drawer__accordion li {
	margin-left: 0.625rem;
	width: 100%;
}

.drawer__accordion li a {
	display: block;
	font-size: 0.875rem;
	padding: 0.9375rem 0rem 0.3125rem 0.75rem;
	padding-left: 0.75rem;
}

.drawer__contact + .drawer__contact {
	margin-top: 1.25rem;
}

.follow {
	bottom: 0;
	display: none;
	left: 0;
	margin-bottom: 0.625rem;
	margin-top: 0.625rem;
	position: fixed;
	width: 100%;
	z-index: 9;
}

.follow__inner {
	display: flex;
	gap: 0.625rem;
}

.follow .contact__button-text {
	font-size: 1rem;
}

.follow .contact__button-icon {
	width: 1.875rem;
}

.follow .contact__button-icon img {
	width: 0.9375rem;
}

.footer {
	margin-bottom: 1.25rem;
	margin-top: 8.1875rem;
}

.footer__bg {
	padding: 5rem 0;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
}

.footer__area {
	gap: 10rem;
}

.footer__wrap {
	display: flex;
	justify-content: space-between;
}

.footer__right {
	width: 40.625%;
}

.footer__logo {
	max-width: 11.25rem;
}

.footer__logo a {
	display: block;
}

.footer__sns {
	width: 1.5rem;
}

.footer__nav {
	display: flex;
	gap: 10.3125rem;
}

.footer__list {
	border-left: solid 0.0625rem #60A84C;
	height: -moz-max-content;
	height: max-content;
	padding-left: 1.25rem;
	padding-top: 0.4375rem;
}

.footer__item {
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	position: relative;
}

.footer__item + .footer__item {
	margin-top: 1.125rem;
}

.footer__text {
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-top: 0.9375rem;
}

.footer__copyright {
	align-content: end;
	background-color: #fff;
	display: block;
	display: grid;
	font-family: "Oswald", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	justify-content: end;
	letter-spacing: 0.08em;
	margin-top: 2.5rem;
	place-content: end;
}

.footer__press2.press2 {
	padding: 0.5rem 1.25rem;
	width: 13.75rem;
}

.footer__box {
	margin-top: 2.5rem;
}

.footer__box + .footer__box {
	margin-top: 1.875rem;
}

body.noscroll {
	overflow: hidden;
}

.header {
	height: 5.3125rem;
	margin-top: 2.3125rem;
	max-height: 100%;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 11;
}

.header.is-fixed {
	height: 6.875rem;
	margin-top: 0rem;
	position: fixed;
	right: 50%;
	top: 1.25rem;
	transform: translateX(50%);
	z-index: 100;
}

.header.is-fixed {
	animation: DownAnime 1s forwards;
}

.header__inner {
	align-items: center;
	border-radius: 0.3125rem;
	display: flex;
	flex-direction: row;
	height: inherit;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 114.375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	width: 90%;
	z-index: 12;
}

.top .header__inner {
	background-color: transparent;
}

.header__area {
	left: 5%;
	overflow: hidden;
	position: fixed;
	top: 0rem;
	width: 90%;
}

.header__back {
	background-color: #fff;
	border-radius: 0.625rem;
	height: inherit;
	height: 6.875rem;
	margin-left: auto;
	margin-right: auto;
	transform: translate(0, -150%);
	transition: 0.5s;
}

.is-fixed .header__back {
	transform: translate(0, 0);
	transition: 0.5s;
}

.header__logo {
	max-width: 8.375rem;
	width: 100%;
}

.header__nav {
	height: inherit;
}

.header__list {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__item {
	position: relative;
}

.header__item + .header__item {
	margin-left: 2.5rem;
}

.header__item:nth-last-child(2) {
	margin-left: 3.125rem;
}

.header__item:last-child {
	margin-left: 1.5625rem;
}

.header__link {
	align-items: center;
	display: block;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	height: inherit;
	justify-content: center;
	letter-spacing: 0.12em;
	position: relative;
}

.header__link span {
	display: block;
	position: relative;
}

.header__link span::after {
	bottom: -0.8125rem;
	content: "";
	height: 3px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s all;
	width: 100%;
}

.header__hamburger {
	display: none;
}

.hamburger {
	cursor: pointer;
	display: block;
	height: 1.125rem;
	position: relative;
	transition: 0.3s all;
	width: 1.875rem;
	z-index: 3;
}

.hamburger span {
	background-color: #1D8300;
	display: inline-block;
	height: 3px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: calc((100% - 0.125rem) / 2);
	transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	width: 100%;
}

.hamburger span:nth-child(1) {
	transform: translateY(-0.625rem);
}

.hamburger span:nth-child(3) {
	transform: translateY(0.625rem);
}

/*OPEN時の動き*/

.js-open.header__hamburger {
	margin-left: auto;
	transform: rotate(90deg);
	transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.js-open .hamburger span {
	transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.js-open .hamburger span:nth-child(1) {
	transform: rotate(135deg);
}

.js-open .hamburger span:nth-child(2) {
	opacity: 0;
}

.js-open .hamburger span:nth-child(3) {
	left: 0;
	right: 0;
	transform: rotate(-135deg);
	width: 100%;
}

.drawer {
	display: none;
}

.drawer.js-open {
	transform: translateX(0%);
}

.drawer__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5.625rem;
	width: 100%;
}

.drawer__link {
	align-items: center;
	display: block;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
}

.drawer__link::before {
	background-color: #1D8300;
	content: "";
	height: 0.3125rem;
	width: 1.25rem;
}

.drawer__link span {
	display: block;
	font-family: second-font-family;
	font-size: 0.875rem;
	font-weight: 400;
}

.drawer__logo {
	margin: 5.125rem auto 0;
	width: 20.6875rem;
}

.cross {
	display: block;
	height: 1.25rem;
	position: absolute;
	right: 0.9375rem;
	top: 2.1875rem;
	width: 1.25rem;
}

.cross:before,
.cross:after {
	background-color: #1D8300;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	right: 0.27rem;
	top: 46%;
	width: 0.9375rem;
}

.cross:before {
	transform: rotate(90deg);
	transition-duration: 0.2s;
}

.is-drawerAccordion .cross::after {
	opacity: 0;
}

.is-drawerAccordion .cross::before {
	transform: rotate(0);
}

.accordion {
	display: none;
	margin-bottom: 1.25rem;
	margin-top: -1.25rem;
	padding: 0;
	position: relative;
	width: 100%;
}

.accordion li {
	margin-left: 0.625rem;
	width: 100%;
}

.accordion li a {
	display: block;
	font-size: 0.875rem;
	padding: 0.9375rem 0rem 0.3125rem 0.75rem;
	padding-left: 0.75rem;
}

.header__press2 + .header__press2 {
	margin-left: 1.5625rem;
}

.headline {
	align-items: center;
}

.headline__cell {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 3.375rem;
	letter-spacing: 0.04em;
	line-height: 1.25;
}

.headline__cellSubtitle {
	color: #1D8300;
	font-family: "Oswald", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.headline__cellTitle {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 3.375rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 1.25rem;
}

.topTopic .headline__cell,
.topNews .headline__cell {
	align-items: baseline;
	display: flex;
	gap: 0.625rem;
}

.headline2 {
	align-items: center;
	display: flex;
	font-size: 1.875rem;
	font-weight: 700;
	gap: 0.5rem;
	letter-spacing: 0.04em;
	position: relative;
}

.headline2::before {
	aspect-ratio: 1;
	background: url("../images/common/maru_icon.svg") center center/contain no-repeat;
	content: "";
	display: block;
	width: 1.5rem;
}

.headline2 > span {
	flex: 1;
}

.headline3 {
	border-bottom: 0.1875rem solid #C6C6C6;
	font-size: 1.375rem;
	/*font-size: 1.875rem;*/
	font-weight: 700;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding-bottom: 0.9375rem;
	padding-left: 0.875rem;
	position: relative;
}

.headline3::before {
	background-color: #2e7d32;
	bottom: -0.1875rem;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 7%;
}

.headline4 {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.625rem;
	letter-spacing: 0.08em;
}

.headline4::before {
	aspect-ratio: 1;
	background: #1D8300;
	border-radius: 62.4375rem;
	content: "";
	display: block;
	width: 1rem;
}

.headline4 > span {
	flex: 1;
}

.badge {
	align-items: center;
	border: solid 1px red;
	width: -moz-max-content;
	width: max-content;
}

.badge__graphic {
	align-items: center;
	aspect-ratio: 1;
}

.js-tab {
	align-items: center;
	color: #1D8300;
	cursor: pointer;
	display: grid;
	font-weight: 700;
	justify-items: center;
	padding: 0.3125rem 0.9375rem;
	transition: 0.5s;
}

.js-tab:hover {
	color: #153F8C;
	transition: 0.5s;
}

.js-tab.active {
	background-color: #1D8300;
	border-radius: 62.4375rem;
	color: #fff;
	cursor: none;
}

.is-tab {
	display: none;
}

.is-tab.active {
	display: block;
}

.park {
	padding-left: 5rem;
}

.press {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 2px solid #1D8300;
	border-radius: 624.9375rem;
	color: #1D8300;
	display: inline-flex;
	font-size: 1rem;
	justify-content: space-between;
	padding: 0.5625rem 0.8125rem 0.5625rem 1.875rem;
	text-decoration: none;
	transition: 0.5s;
	width: 13.75rem;
}

.press rect,
.press path {
	transition: 0.5s;
}

.press:hover {
	background-color: #1D8300;
	color: #fff;
	transition: 0.5s;
}

.press:hover .press__icon {
	background-color: #fff;
	transition: 0.5s;
}

.press:hover .press__icon rect,
.press:hover .press__icon path {
	fill: #1D8300;
	transition: 0.5s;
}

.press__icon {
	align-items: center;
	background-color: #1D8300;
	border-radius: 50%;
	display: flex;
	height: 2rem;
	justify-content: center;
	transition: 0.5s;
	width: 2rem;
}

.press__icon img {
	-o-object-fit: contain;
	height: 1rem;
	object-fit: contain;
	width: 1rem;
}

.press__icon svg {
	height: 0.75rem;
	width: 1.125rem;
}

.press__label {
	font-weight: 700;
	letter-spacing: 0.08em;
}

.press2 {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #153F8C;
	border: 2px solid #153F8C;
	border-radius: 624.9375rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 1.25rem;
	justify-content: center;
	letter-spacing: 0.1em;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	transition: all 0.5s ease;
	transition: 0.5s;
	width: 12.8125rem;
}

.press2:hover {
	background-color: #a3c3ff;
	border: 2px solid #fff;
	transition: 0.5s;
}

.press2:hover .press2__icon {
	opacity: 0.3;
	transition: 0.5s;
}

.press2_green {
	background-color: #1D8300;
	border: 2px solid #1D8300;
}

.press2_green:hover {
	background-color: #bbffa7;
	border: 2px solid #fff;
	transition: 0.5s;
}

.press2__icon {
	align-items: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	display: grid;
	display: flex;
	height: 2rem;
	justify-content: center;
	justify-items: center;
	transition: 0.5s;
	width: 2rem;
}

.press2__icon img {
	-o-object-fit: contain;
	height: 1rem;
	object-fit: contain;
	width: 1rem;
}

.header .press2 + .header .press2 {
	margin-left: 1.5625rem;
}

.range {
	margin-left: auto;
	margin-right: auto;
	max-width: 1580px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

._flex {
	display: flex;
}

.sectorAbout {
	background-color: #fff;
}

.sectorAbout__inner {
	margin: 0 auto;
}

.sectorAbout__label {
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-left: 1rem;
}

.sectorAbout__underline {
	background: linear-gradient(90deg, #1D8300, #1D8300 7%, #EBEBEB 7%, #EBEBEB);
	height: 0.25rem;
	margin-top: 0.8125rem;
}

.sectorAbout__content {
	display: flex;
	gap: 7.8125rem;
	margin-top: 3.75rem;
	position: relative;
}

.sectorAbout__content::before {
	aspect-ratio: 325/355;
	background: url("../images/common/bullet.svg") center center/contain no-repeat;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 20.3125rem;
}

.sectorAbout__graphic {
	margin-left: auto;
	margin-top: 4.125rem;
	max-width: 39.1875rem;
	z-index: 1;
}

.sectorAbout__graphic img {
	border-radius: 0.625rem;
}

.sectorAbout__textArea {
	flex: 1;
}

.sectorAbout__section + .sectorAbout__section {
	margin-top: 4.6875rem;
}

.sectorAbout__point {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
}

.sectorAbout__text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 1.4375rem;
}

.sectorAbout__box {
	width: 34%;
}

.sectorAbout__graphic1 {
	position: relative;
	width: 25rem;
	z-index: 1;
}

.sectorAbout__graphic1 img {
	border-radius: 0.3125rem;
	box-shadow: 0.225rem 0.216875rem 0.5rem rgba(0, 0, 0, 0.4);
}

.sectorAbout__graphic1Caption {
	font-weight: 700;
	margin-top: 0.3125rem;
	text-align: center;
}

.sectorAbout__graphic2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
	max-width: 39.1875rem;
}

.prox .sectorAbout__graphic2 {
	max-width: 62.5rem;
}

.sectorAbout__graphic3 {
	margin-top: 1.25rem;
}

.sectorAbout__graphic4 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 53.625rem;
}

.sectorAbout__passage {
	font-size: 1.125rem;
	letter-spacing: 0em;
	margin-top: 2.875rem;
}

.sectorExample__list {
	-moz-column-gap: 6.25rem;
	column-gap: 6.25rem;
	margin-top: 2.5rem;
	row-gap: 6.25rem;
}

.sectorExapmle__graphic {
	height: 100%;
	margin-top: 0.625rem;
}

.sectorExapmle__graphic img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.sectorExapmle__box {
	aspect-ratio: 712/534;
	background-color: #DDDDDD;
}

.sectorGoods__table {
	border: solid 0.0625rem #4A4A4A;
	margin-top: 3.75rem;
}

.sectorGoods {
	background-color: #fff;
}

.sectorGoods__inner {
	margin: 0 auto;
}

.sectorGoods__area {
	overflow-x: auto;
}

.sectorGoods__table {
	border-collapse: collapse;
	font-size: 1rem;
	line-height: 1.6;
	overflow: auto;
	width: 100%;
}

.sectorGoods__table th,
.sectorGoods__table td {
	border: 1px solid #4A4A4A;
	line-height: 1.5;
	padding: 1.4375rem 5rem;
	text-align: left;
	vertical-align: top;
}

.sectorGoods__table th {
	background-color: #DDDDDD;
	font-size: 1.125rem;
	font-weight: 600;
	min-width: -moz-max-content;
	min-width: max-content;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 26%;
}

.sectorGoods__table td {
	font-size: 1.125rem;
}

.sectorMatter {
	background-color: #fff;
}

.sectorMatter__inner {
	margin: 0 auto;
}

.sectorMatter__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 3.4375rem;
}

.sectorMatter__item {
	align-items: center;
	background-color: #F1F1F1;
	border: 1px solid #1D8300;
	border-radius: 0.5rem;
	display: flex;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
	padding: 1rem 2.5rem;
}

.sectorMatter__term {
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-right: 0.75rem;
	white-space: nowrap;
}

.sectorMatter__arrow {
	color: #1D8300;
	font-weight: bold;
	margin-right: 0.75rem;
}

.sectorMatter__desc {
	color: #333;
	flex: 1;
	margin-left: 1.375rem;
}

.qpot .sectorMatter__item {
	background-color: #E8F2E5;
	letter-spacing: 0.04em;
}

.qpot .sectorMatter__desc {
	letter-spacing: 0.04em;
}

.pro .sectorMatter__item {
	background-color: #E8F2E5;
	font-weight: 700;
}

.pro .sectorMatter__item .sectorMatter__arrow {
	margin-right: 0;
	transform: none;
	transform: initial;
}

.pro .sectorMatter__desc {
	margin-left: 0rem;
}

.pro .sectorMatter1 .sectorMatter__desc {
	font-size: 1.125rem;
	margin-left: 6.25rem;
}

.pro .sectorMatter1 .sectorMatter__item {
	font-weight: 500;
	margin-bottom: 1.875rem;
	margin-left: 1.25rem;
	margin-top: 1.875rem;
	position: relative;
}

.pro .sectorMatter1 .sectorMatter1__graphic {
	aspect-ratio: 1;
	left: -1.25rem;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	width: 7.8125rem;
}

.pro .sectorMatter2 .sectorMatter__item {
	gap: 0.625rem;
	padding: 1rem 2rem;
}

.prox .sectorMatter__item {
	background-color: #E8F2E5;
}

.prox .sectorMatter__desc {
	font-weight: 700;
}

.prox .sectorMatter__unitText + .prox .sectorMatter__unitText {
	margin-top: 1.875rem;
}

.prox .sectionMatter__unitTotal {
	background-color: #E8F2E5;
	border-radius: 0.3125rem;
	margin-top: 1.25rem;
	padding: 1.25rem 2.5rem;
	width: -moz-max-content;
	width: max-content;
}

.sectionMatter__area {
	margin-top: 0.625rem;
}

.sectionMatter__unit {
	margin-top: 4.375rem;
}

.sectorMatter__unitText {
	font-size: 1.125rem;
}

.sectorMatter__unitText + .sectorMatter__unitText {
	margin-top: 1.25rem;
}

.sectorMatter__caution {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-left: 2em;
	margin-top: 1.25rem;
	text-align: center;
	text-indent: -2em;
}

.sectionMatter__unitPart {
	display: flex;
}

.sectionMatter__unitPart + .sectionMatter__unitPart {
	margin-top: 0.625rem;
}

.sectorQuiz__inner {
	margin: 0 auto;
}

.sectorQuiz__content {
	background-color: #E8F2E5;
	border-radius: 0.3125rem;
	margin-top: 2.5rem;
	padding: 3.125rem 1.875rem;
}

.sectorQuiz__title {
	border-left: 0.25rem solid #2ca02c;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.875rem;
	padding-left: 0.625rem;
}

.sectorQuiz__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sectorQuiz__item {
	background-color: #fff;
	border-radius: 0.375rem;
	cursor: pointer;
	padding: 1.5rem 1.875rem;
	transition: 0.3s ease;
}

.sectorQuiz__item.is-open .sectorQuiz__a {
	max-height: 50rem;
	opacity: 1;
	padding-top: 0.75rem;
}

.sectorQuiz__item.is-open .sectorQuiz__q::after {
	content: "−";
}

.sectorQuiz__q {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 0.625rem;
	letter-spacing: 0.1em;
	padding-right: 1.875rem;
	position: relative;
}

.sectorQuiz__q span {
	color: #4FA736;
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1;
	margin-right: 0.75rem;
}

.sectorQuiz__q::after {
	color: #4FA736;
	content: "+";
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	right: 0.625rem;
}

.sectorQuiz__a {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: 0.3s ease;
}

.sectorSpot__list {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	row-gap: 1.25rem;
}

.sectorSpot__item {
	border-radius: 0.3125rem;
	display: flex;
	flex-direction: column;
	position: relative;
}

.sectorSpot__graphic {
	border: solid 0.25rem #1D8300;
	border-bottom: none;
	border-radius: 0.3125rem 0.3125rem 0 0;
}

.sectorSpot__title {
	background-color: #1D8300;
	border-radius: 0rem 0 0.3125rem 0.3125rem;
	color: #fff;
	flex: 1;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	text-align: center;
	width: 100%;
}

.sectorSpot__headline2 {
	margin-top: 2.8125rem;
}

.sectorSpot__list {
	margin-top: 1.625rem;
}

.sectorStatus__area {
	display: block;
	margin-top: 2.5rem;
}

.sectorStatus__areaBox {
	aspect-ratio: 485/116;
	background: url("../images/common/area.png") center center/contain no-repeat;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 1.25rem;
	padding: 0.9375rem 2.5rem;
	/*text-shadow: 0.225rem 0.21375rem 0.3125rem rgba(0, 0, 0, 0.4);*/
	width: 30rem;
}

.sectorWorry {
	background-color: #DBEAD3;
	padding: 5rem 0;
}

.sectorWorry__inner {
	margin: 0 auto;
	max-width: 62.5rem;
	text-align: center;
}

.sectorWorry__title {
	font-size: 1.75rem;
	font-weight: bold;
	margin-bottom: 2.5rem;
}

.sectorWorry__list {
	display: none;
	list-style: none;
	margin-bottom: 2.5rem;
	padding: 0;
}

.sectorWorry__image img {
	height: auto;
	max-width: 100%;
}

.singleNews1 .press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
}

.singleNews1 .headline__cell {
	font-size: 1.875rem;
	line-height: 1.5;
}

.attachment-post-thumbnail {
	margin-top: 5rem;
}

.singleNews1 img {
	margin-left: auto;
	margin-right: auto;
	width: 50.625rem;
}

.singleNews1 img + p {
	margin-top: 3.75rem;
}

.singleNews1__anchorGraphic + p {
	margin-top: 3.75rem;
}

.singleNews1 p {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.74;
}

.singleNews1 p + h3 {
	margin-top: 5rem;
}

.singleNews1 p + p {
	margin-top: 3.125rem;
}

.singleNews1 p:has(> img) {
	margin-top: 2.5rem;
}

.singleNews1 p:has(> img) + p {
	margin-top: 4.6875rem;
}

.singleNews1 a {
	-webkit-text-decoration: underline;
	color: #1D8300;
	text-decoration: underline;
}

.singleNews1 .press {
	text-decoration: none;
	text-decoration: initial;
}

.singleNews1 h3 {
	align-items: center;
	display: flex;
	font-size: 1.875rem;
	font-weight: 700;
	gap: 0.5rem;
	letter-spacing: 0.04em;
	position: relative;
}

.singleNews1 h3 + p {
	margin-top: 3.125rem;
}

.singleNews1 h3::before {
	aspect-ratio: 1;
	background: url("../images/common/maru_icon.svg") center center/contain no-repeat;
	content: "";
	display: block;
	width: 1.5rem;
}

.singleNews1 h3 > span {
	flex: 1;
}

.singleNews1__area {
	align-items: center;
	margin-bottom: 5.375rem;
	margin-top: 0.625rem;
}

.singleNews1__bar {
	width: 20%;
}

.singleNews1__total {
	margin-top: 1.25rem;
}

.singleNews1__field {
	flex: 1;
}

.singleNews1__part {
	color: #1D8300;
	font-size: 1.25rem;
	font-weight: 700;
	transition: 0.5s;
}

.singleNews1__part a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.singleNews1__part a:hover {
	color: #153F8C;
	transition: 0.5s;
}

.singleNews1__part + .singleNews1__part {
	margin-top: 1.25rem;
}

.singleNews1__box {
	background-color: #1D8300;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 0.3125rem 1.875rem;
	width: -moz-max-content;
	width: max-content;
}

.singleNews1__park {
	display: none;
	gap: 3.75rem;
	justify-content: center;
	padding-top: 5rem;
}

.singleNews1__park a {
	-webkit-text-decoration: none;
	align-items: center;
	color: #1D8300;
	cursor: pointer;
	display: grid;
	font-weight: 700;
	justify-items: center;
	padding: 0.3125rem 0.9375rem;
	text-decoration: none;
	transition: 0.5s;
}

.singleNews1__park a:hover {
	color: #153F8C;
	transition: 0.5s;
}

.singleNews1Item {
	background-color: #fff;
	flex-wrap: wrap;
	transition: 0.5s;
}

.singleNews1Item:hover .singleNews1Item__date {
	color: #153F8C;
	transition: 0.5s;
}

.singleNews1Item:hover .singleNews1Item__label {
	background-color: #153F8C;
	transition: 0.5s;
}

.singleNews1Item:hover .singleNews1Item__title {
	color: #153F8C;
	transition: 0.5s;
}

.singleNews1Item + .singleNews1Item {
	margin-top: 0.625rem;
}

.singleNews1Item__link {
	align-items: center;
	display: flex;
	padding: 2rem 2.25rem;
}

.singleNews1Item__date {
	color: #1D8300;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
	margin-right: 1rem;
}

.singleNews1Item__label {
	align-items: center;
	background-color: #1D8300;
	color: #fff;
	display: inline-block;
	display: grid;
	font-family: "Oswald", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	height: 100%;
	justify-items: center;
	letter-spacing: 0.06em;
	margin-left: 0.9375rem;
	transition: 0.5s;
	width: 8.625rem;
}

.singleNews1Item__title {
	color: #333;
	flex: 1;
	font-size: 1rem;
	font-weight: 500;
	grid-column: span 3;
	letter-spacing: 0.06em;
	line-height: 1.25;
	margin-left: 1.5625rem;
	min-width: 0;
}

.singleTopic1 .press {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
}

.singleTopic1 .headline__cell {
	font-size: 1.875rem;
	line-height: 1.6;
}

.attachment-post-thumbnail {
	margin-top: 5rem;
}

.singleTopic1 img {
	margin-left: auto;
	margin-right: auto;
	width: 50.625rem;
}

.singleTopic1 img + p {
	margin-top: 3.75rem;
}

.singleTopic1__anchorGraphic + p {
	margin-top: 3.75rem;
}

.singleTopic1 ul {
	font-size: 1.5rem;
	font-weight: 500;
}

.singleTopic1 p {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.74;
}

.singleTopic1 p + h3 {
	margin-top: 5rem;
}

.singleTopic1 p + p {
	margin-top: 1.875rem;
}

.singleTopic1 p + ul {
	margin-top: 1.875rem;
}

.singleTopic1 p:has(> img) {
	margin-top: 2.5rem;
}

.singleTopic1 p:has(> img) + p {
	margin-top: 4.6875rem;
}

.singleTopic1 a {
	-webkit-text-decoration: underline;
	color: #1D8300;
	text-decoration: underline;
}

.singleTopic1 .wp-post-image {
	margin-top: 5rem;
}

.singleTopic1 .press {
	text-decoration: none;
	text-decoration: initial;
}

.singleTopic1 h3 {
	align-items: center;
	display: flex;
	font-size: 1.875rem;
	font-weight: 700;
	gap: 0.5rem;
	letter-spacing: 0.04em;
	position: relative;
}

.singleTopic1 h3 + p {
	margin-top: 3.125rem;
}

.singleTopic1 h3::before {
	aspect-ratio: 1;
	background: url("../images/common/maru_icon.svg") center center/contain no-repeat;
	content: "";
	display: block;
	width: 1.5rem;
}

.singleTopic1 h3 > span {
	flex: 1;
}

.speechBubble {
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 2.8125rem;
	padding: 0rem 1.5625rem;
	position: relative;
	text-align: left;
	width: 22.5rem;
	z-index: 1;
}

.speechBubble::after {
	aspect-ratio: 360/57;
	background: url("../images/top/balloon.svg") top left/contain no-repeat;
	content: "";
	left: 0;
	position: absolute;
	top: 0rem;
	width: 22.5rem;
	z-index: -1;
}

.speechBubble__word {
	font-size: 1.5rem;
	letter-spacing: 0em;
}

.topAbout .splide.is-initialized:not(.is-active) .splide__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.topProduct .splide1.is-initialized:not(.is-active) .splide__list,
.topProduct .splide2.is-initialized:not(.is-active) .splide__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(4, 1fr);
}

.topProduct .splide3.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.topProduct .splide4.is-initialized:not(.is-active) .splide__list {
	display: flex;
	gap: 2.5rem;
}

.splide1 .splide__slide,
.splide2 .splide__slide,
.splide3 .splide__slide,
.splide4 .splide__slide {
	display: flex;
	flex-direction: column;
}

.splide .splide__track {
	overflow: visible;
	overflow: initial;
	overflow-x: clip;
}

.topAbout__inner {
	padding-left: 25px;
	padding-right: 25px;
}

.topBack {
	background: url("../images/top/back.svg") top center/cover no-repeat;
}

.topHero {
	aspect-ratio: 1920/1000;
	background: url("../images/top/hero.jpg") top center/contain no-repeat;
	padding-left: 3.75rem;
	padding-top: 16.875rem;
}

.topHero__flex {
	display: flex;
}

.topHero__graphic {
	aspect-ratio: 1;
	width: 12.125rem;
}

.topHero__title {
	font-family: "M PLUS 1p", sans-serif;
	font-size: max(0px, min(3.39vw, 5.625rem));
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

.topHero__word {
	color: #1D8300;
	margin-left: -1.875rem;
}

.topHero__text {
	font-size: 1.3rem;
	font-weight: 500;
	margin-top: 2.5rem;
	color: #fff;
	text-shadow: 2px 1px 3px #000000;
	/*text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
}

.topNews {
	background-color: #EBEBEB;
}

.topNews__list {
	margin-left: 5rem;
	margin-top: 4.375rem;
}

.topNewsItem {
	background-color: #fff;
	flex-wrap: wrap;
	transition: 0.5s;
}

.topNewsItem:hover .topNewsItem__date {
	color: #153F8C;
	transition: 0.5s;
}

.topNewsItem:hover .topNewsItem__label {
	background-color: #153F8C;
	transition: 0.5s;
}

.topNewsItem:hover .topNewsItem__title {
	color: #153F8C;
	transition: 0.5s;
}

.topNewsItem + .topNewsItem {
	margin-top: 0.625rem;
}

.topNewsItem__link {
	align-items: center;
	display: flex;
	padding: 2rem 2.25rem;
}

.topNewsItem__date {
	color: #1D8300;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
	margin-right: 1rem;
}

.topNewsItem__label {
	align-items: center;
	background-color: #1D8300;
	color: #fff;
	display: inline-block;
	display: grid;
	font-family: "Oswald", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	height: 100%;
	justify-items: center;
	letter-spacing: 0.06em;
	margin-left: 0.9375rem;
	transition: 0.5s;
	width: 8.625rem;
}

.topNewsItem__title {
	color: #333;
	flex: 1;
	font-size: 1rem;
	font-weight: 500;
	grid-column: span 3;
	letter-spacing: 0.06em;
	line-height: 1.25;
	margin-left: 1.5625rem;
	min-width: 0;
}

.topProduct__list {
	gap: 1.25rem;
}

.topProduct__flex {
	display: flex;
	justify-content: space-between;
}

.topProduct__item img {
	width: 16.5rem;
}

.topProduct__item {
	aspect-ratio: 666/675;
	background: url("../images/top/product1.jpg") center center/contain no-repeat;
}

.topProduct__list1 .topProduct__item:nth-child(1) .topProduct__itemGraphic {
	width: 15.875rem;
}

.topProduct__list1 .topProduct__item:nth-child(2) .topProduct__itemGraphic {
	width: 15.375rem;
}

.topProduct__list1 .topProduct__item:nth-child(3) .topProduct__itemGraphic {
	width: 7.5625rem;
}

.topProduct__list1 .topProduct__item:nth-child(4) .topProduct__itemGraphic {
	width: 7.75rem;
}

.topProduct__text {
	align-self: self-end;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: -0.3125rem;
	margin-left: 5rem;
	vertical-align: baseline;
}

.topProduct__park {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 1580px;
	padding-left: 6.25rem;
	padding-right: 25px;
	width: 100%;
}

.topProduct__place {
	margin-top: 4.1875rem;
}

.topProduct__total {
	margin-top: 3.125rem;
}

.topProduct__unit {
	aspect-ratio: 970/323;
	color: #fff;
	font-size: 1.5625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 1.375rem 1.625rem;
	/*text-shadow: 0.225rem 0.216875rem 0.3125rem rgba(0, 0, 0, 0.4);*/
	transition: 0.5s;
}

.topProduct__unit:hover {
	opacity: 0.5;
	transition: 0.5s;
}

.topProduct__space {
	margin-top: 5rem;
}

.topProduct__space1 .topProduct__unit:nth-child(1) {
	background: url("../images/top/product5-1.png") center center/contain no-repeat;
}

.topProduct__space1 .topProduct__unit:nth-child(2) {
	background: url("../images/top/product5-2.png") center center/contain no-repeat;
}

.topProduct__space1 .topProduct__unit:nth-child(3) {
	background: url("../images/top/product5-3.png") center center/contain no-repeat;
}

.topProduct__space2 .topProduct__unit:nth-child(1) {
	background: url("../images/top/product6-1.png") center center/contain no-repeat;
}

.topProduct__space2 .topProduct__unit:nth-child(2) {
	background: url("../images/top/product6-2.png") center center/contain no-repeat;
}

.topProduct__space2 .topProduct__unit:nth-child(3) {
	background: url("../images/top/product6-3.png") center center/contain no-repeat;
}

.topProduct__place4 {
	margin-left: 5.75rem;
}

.topProductItem {
	display: flex;
	flex-direction: column;
	transition: 0.5s;
}

.splide3 .topProductItem,
.splide4 .topProductItem {
	width: 20.8125rem;
}

.topProductItem__field {
	border-radius: 0rem 0 0.3125rem 0.3125rem;
	box-shadow: 0.225rem 0.216875rem 0.5rem rgba(0, 0, 0, 0.4);
	display: flex;
	flex: 1;
	flex-direction: column;
	transition: 0.5s;
}

.topProductItem__field:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.topProductItem__header {
	background-color: #fff;
	flex: 1;
	min-height: 6.25rem;
	padding: 0.625rem 1.125rem 0.3125rem;
}

.topProductItem__graphicArea {
	align-items: center;
	aspect-ratio: 332/337;
	border-radius: 0rem 0 0.3125rem 0.3125rem;
	display: grid;
	justify-items: center;
}

.topProductItem__graphic {
	transition: 0.5s;
}

.topProductItem__icon {
	aspect-ratio: 1;
	width: 2.5rem;
}

.splide1 .splide__slide1 .topProductItem__graphic {
	width: 17.125rem;
}

.splide1 .splide__slide2 .topProductItem__graphic {
	width: 15.375rem;
}

.splide1 .splide__slide3 .topProductItem__graphic {
	width: 7.5625rem;
}

.splide1 .splide__slide4 .topProductItem__graphic {
	width: 7.75rem;
}

.splide2 .splide__slide1 .topProductItem__graphic {
	width: 8.75rem;
}

.splide2 .splide__slide2 .topProductItem__graphic {
	width: 8.3125rem;
}

.splide2 .splide__slide3 .topProductItem__graphic {
	width: 11.25rem;
}

.splide3 .splide__slide1 .topProductItem__graphic {
	width: 12.0625rem;
}

.splide4 .splide__slide1 .topProductItem__graphic {
	width: 16.0625rem;
}

.splide4 .splide__slide2 .topProductItem__graphic {
	width: 16.875rem;
}

.splide1 .topProductItem__graphicArea {
	background: url("../images/top/product1.jpg") center center/cover no-repeat;
}

.splide2 .topProductItem__graphicArea {
	background: url("../images/top/product2.jpg") center center/cover no-repeat;
}

.splide3 .topProductItem__graphicArea {
	background: url("../images/top/product3.jpg") center center/cover no-repeat;
}

.splide4 .topProductItem__graphicArea {
	background: url("../images/top/product4.jpg") center center/cover no-repeat;
}

.topProductItem__category {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.75;
}

.topProductItem__title {
	color: #1D8300;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0em;
}

.topProductItem__description {
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.topProductItem__graphic img {
	-o-object-fit: cover;
	border-radius: 0rem 0 0.3125rem 0.3125rem;
	object-fit: cover;
}

.topTopic__list {
	gap: 2.5rem;
	margin-top: 4.5rem;
}

.topTopic__graphic {
	border-radius: 0.3125rem;
	box-shadow: 0.15625rem 0.270625rem 0.5rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.topTopic__graphicImage {
	transition: 0.5s;
}

.topTopic__graphicImage:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.topTopic__time {
	color: #757575;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-left: 0.8125rem;
	margin-top: 0.875rem;
}

.topTopic__title {
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-left: 0.8125rem;
	margin-left: 0.625rem;
	margin-top: 0rem;
}

._columns1_1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

._columns1_2 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

._columns2_1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

._columns2_2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

._columns3_1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

._columns3_2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

._columns4_1 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

._columns4_2 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

._flex {
	display: flex;
}

._flex_1 {
	display: flex;
}

._flex_remain {
	flex: 1;
}

.nowrap {
	display: inline-block;
	white-space: nowrap;
}

@media (any-hover: hover) {

.header__link:hover span:after {
	transition: 0.3s all;
}

.header__link:hover {
	color: #153F8C;
	transition: 0.3s;
}

}

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

.drawer__link:hover:after {
	opacity: 1;
	transition: 0.3s all;
}

}

@media (max-width: 1530px) {

html {
	font-size: 1.045751634vw;
}

}

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

._pc {
	display: none !important;
}

._pc_flex {
	display: none !important;
}

._pc_grid {
	display: none !important;
}

._sp {
	display: block !important;
}

._sp_flex {
	display: flex !important;
}

._sp_grid {
	display: grid !important;
}

html {
	font-size: 4.1025641026vw;
}

.qpot__contact {
	margin-top: 3.375rem;
}

.sectorHero {
	padding-top: 3.75rem;
}

.sectorAbout {
	margin-top: 2.5rem;
}

.sectorSpot {
	margin-top: 2.5rem;
}

.sectorGoods {
	margin-top: 2.5rem;
}

.sectorQuiz {
	margin-top: 2.5rem;
}

.sectorMatter {
	margin-top: 2.5rem;
}

.sectorStatus {
	margin-top: 2.5rem;
}

.sectorExample {
	margin-top: 2.5rem;
}

.topProduct {
	margin-top: 4.25rem;
	padding-bottom: 4.0625rem;
}

.topTopic {
	margin-top: 3.75rem;
	padding-bottom: 2.5rem;
}

.topNews {
	padding-bottom: 31.25rem;
	padding-top: 3.75rem;
}

#top .contact {
	margin-top: -28.125rem;
}

.archiveNews1 .contact {
	margin-top: -6.25rem;
}

.archiveNews1 .headline__cell {
	align-items: flex-start;
	gap: 0.3125rem;
}

.archiveNews1__area {
	margin-top: 2.5rem;
	padding-bottom: 21.875rem;
}

.archiveNews .archiveNews1__list {
	margin-top: 2.375rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.archiveNews1__field {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1.5625rem;
}

.archiveNews1Item__link {
	display: grid;
	flex-wrap: nowrap;
	grid-template-columns: auto auto 1fr;
	padding: 1.5625rem 1.9375rem;
}

.archiveNews1Item__date {
	font-size: 0.875rem;
}

.archiveNews1Item__label {
	font-size: 0.75rem;
	margin-left: 0.1875rem;
	width: 6.5rem;
}

.archiveNews1Item__title {
	margin-left: 0rem;
	margin-top: 0.3125rem;
}

.archiveTopic1__list {
	gap: 1.625rem;
	margin-top: 3.75rem;
}

.archiveTopic1__time {
	font-size: 0.875rem;
	margin-left: 0.625rem;
	margin-top: 0.75rem;
}

.archiveTopic1 .headline__cell {
	align-items: flex-start;
	font-size: 1.875rem;
}

.breadcrumbs {
	padding-top: 5rem;
}

.contact {
	margin-top: 2.5rem;
}

.post-type-archive-post .contact {
	margin-top: -15.625rem;
}

.contact__area {
	border-radius: 1.25rem;
	padding: 5rem 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.contact__en {
	font-size: 1.5rem;
}

.contact__title {
	font-size: 2.75rem;
}

.contact__buttons {
	flex-direction: column;
}

.contact__button {
	border-radius: 0.625rem;
	font-size: 1rem;
	padding: 1.25rem 0.625rem;
	width: 17.5rem;
}

.drawer__link {
	padding: 1.875rem 0;
	text-align: left;
}

.drawer__logo {
	margin: 2.5rem auto 0;
	width: 210px;
}

.drawer__contact {
	margin-top: 2.5rem;
	text-align: center;
}

.follow {
	display: block;
}

.follow__inner {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.footer {
	margin-bottom: 7.5rem;
	margin-top: 3.75rem;
}

.footer__inner {
	max-width: 39.375rem;
	padding-left: \$padding-sp;
	padding-right: \$padding-sp;
	width: 100%;
}

.footer__area {
	gap: 3.125rem;
}

.footer__wrap {
	flex-direction: column;
}

.footer__right {
	margin-top: 2.5rem;
	width: 100%;
}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 7.1875rem;
}

.footer__sns {
	margin-left: auto;
	margin-right: auto;
}

.footer__tel {
	font-size: 1.625rem;
	line-height: 1;
}

.footer__nav {
	flex-direction: column;
	gap: 3.125rem;
}

.footer__list {
	padding-left: 1.375rem;
	padding-top: 0rem;
}

.footer__item {
	font-size: 0.875rem;
}

.footer__text {
	font-size: 0.75rem;
	text-align: center;
}

.footer__copyright {
	font-size: 0.75rem;
	justify-content: center;
}

.footer__press2.press2 {
	display: none;
}

.footer__box {
	margin-top: 0rem;
}

.footer__box + .footer__box {
	margin-top: 0rem;
}

.header {
	height: 5rem;
	left: 0;
	position: fixed;
	top: 0;
}

.header {
	background-color: #fff;
	margin-top: 0rem;
}

.header.is-fixed {
	height: 5rem;
	right: 0;
	top: 0;
	transform: none;
	transform: initial;
}

.header__area {
	top: 0;
}

.header__back {
	background-color: transparent;
	height: 5rem;
}

.header__logo {
	max-width: 6.875rem;
}

.header__nav {
	display: none;
}

.header__hamburger {
	align-items: center;
	aspect-ratio: 1;
	display: block;
	display: flex;
	justify-content: center;
	margin-left: auto;
	position: relative;
	z-index: 2;
}

.drawer {
	-webkit-overflow-scrolling: touch;
	background-color: rgba(255, 255, 255, 0.9);
	display: block;
	height: 101vh;
	left: 0;
	overflow-y: scroll;
	padding: 1.25rem 1.25rem 6.875rem;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	transition: ease 0.5s;
	transition: transform 0.3s ease-out;
	width: 100%;
	z-index: 5;
}

.drawer__item {
	position: relative;
	width: 100%;
}

.drawer__link {
	font-size: 1.25rem;
	font-weight: 700;
	gap: 1.25rem;
	padding: 0.9375rem 0;
	text-align: left;
}

.drawer__logo {
	margin: 2.5rem auto 0;
	width: 210px;
}

.headline {
	align-items: initial;
}

.headline__cell {
	display: flex;
	flex-direction: column;
	font-size: 2.9375rem;
}

.topTopic .headline__cell,
.topNews .headline__cell {
	flex-direction: column-reverse;
}

.headline__cellSubtitle {
	font-size: 1.5rem;
	margin-left: 0rem;
}

.headline__cellTitle {
	font-size: 2.9375rem;
	margin-top: 0.625rem;
}

.headline2 {
	font-size: 1.258rem;
	line-height: 1.5;
}

.headline2::before {
	width: 1.5625rem;
}

.headline3 {
	padding-left: 0rem;
	font-size: 1.558rem;
	line-height: 1.3;
}

.headline3::before {
	width: 20%;
}

.park {
	padding-left: 0rem;
}

.press {
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
}

.topProduct .press,
.topTopic .press,
.topNews .press {
	margin-top: 2.25rem;
}

.press2 {
	padding: 0.875rem 1.5rem;
}

.range {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.sectorAbout__label {
	font-size: 1.25rem;
}

.sectorAbout__content {
	flex-direction: column;
}

.sectorAbout__content::before {
	width: 100%;
}

.sectorAbout__content {
	flex-direction: column;
	gap: 2.5rem;
}

.sectorAbout__graphic {
	margin-bottom: 0;
	margin-top: 0.625rem;
	width: 100%;
	width: auto;
}

.sectorAbout__section + .sectorAbout__section {
	margin-top: 2.5rem;
}

.sectorAbout__point {
	line-height: 1.5;
}

.sectorAbout__box {
	width: 100%;
}

.sectorAbout__graphic1 {
	margin-left: auto;
	margin-top: 2.5rem;
	width: 80%;
}

.sectorAbout__graphic1Caption {
	font-size: 0.75rem;
}

.prox .sectorAbout__graphic2 {
	max-width: auto;
}

.sectorAbout__passage {
	margin-top: 1.25rem;
}

.sectorExample__list {
	margin-top: 2.5rem;
	row-gap: 2.5rem;
}

.sectorGoods__table th,
.sectorGoods__table td {
	padding: 0.625rem 1.25rem;
}

.sectorMatter__item {
	flex-direction: column;
	font-size: 1rem;
}

.sectorMatter__term {
	margin-right: 0;
}

.sectorMatter__arrow {
	margin-right: 0;
	transform: rotate(90deg);
}

.sectorMatter__desc {
	margin-left: 0rem;
}

.pro .sectorMatter__item {
	align-items: center;
	flex-direction: row;
}

.pro .sectorMatter1 .sectorMatter__desc {
	margin-left: 0.3125rem;
}

.pro .sectorMatter1 .sectorMatter__item {
	margin-bottom: 0rem;
	margin-left: 1.875rem;
	margin-top: 0rem;
}

.pro .sectorMatter1 .sectorMatter1__graphic {
	left: -1.875rem;
	width: 3.75rem;
}

.pro .sectorMatter2 .sectorMatter__item {
	padding: 0.5rem 1rem;
}

.prox .sectorMatter__item {
	flex-direction: row;
	gap: 0.625rem;
}

.prox .sectorMatter__item .aectorMatter__graphic {
	width: 1.75rem;
}

.prox .sectionMatter__unitTotal {
	padding: 1.25rem;
	width: 100%;
}

.sectionMatter__unit {
	margin-top: 2.5rem;
}

.sectorMatter__caution {
	font-size: 0.75rem;
	text-align: left;
}

.sectionMatter__unitPart {
	flex-direction: column;
}

.sectorQuiz__q {
	align-items: baseline;
	flex-direction: column;
	font-size: 0.875rem;
	padding-right: 0;
}

.sectorQuiz__q span {
	font-size: 1.25rem;
}

.sectorQuiz__q::after {
	font-size: 1.25rem;
}

.sectorStatus__areaBox {
	font-size: 1.125rem;
	padding: 0.625rem 0.9375rem;
	width: 100%;
}

.singleNews1 .headline__cell {
	font-size: 1.125rem;
}

.attachment-post-thumbnail {
	margin-top: 2.5rem;
}

.singleNews1 img + p {
	margin-top: 1.875rem;
}

.singleNews1__anchorGraphic + p {
	margin-top: 1.875rem;
}

.singleNews1 p + h3 {
	margin-top: 2.5rem;
}

.singleNews1 p + p {
	margin-top: 1.5625rem;
}

.singleNews1 p:has(> img) {
	margin-top: 1.25rem;
}

.singleNews1 p:has(> img) + p {
	margin-top: 2.1875rem;
}

.singleNews1 h3 {
	font-size: 1.375rem;
	line-height: 1.5;
}

.singleNews1 h3 + p {
	margin-top: 1.5625rem;
}

.singleNews1 h3::before {
	width: 1.5625rem;
}

.singleNews1__area {
	margin-bottom: 2.5rem;
}

.singleNews1__bar {
	display: none;
}

.singleNews1__park {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.singleNews1Item__link {
	display: grid;
	flex-wrap: nowrap;
	grid-template-columns: auto auto 1fr;
	padding: 1.5625rem 1.9375rem;
}

.singleNews1Item__date {
	font-size: 0.875rem;
}

.singleNews1Item__label {
	font-size: 0.75rem;
	margin-left: 0.1875rem;
	width: 6.5rem;
}

.singleNews1Item__title {
	margin-left: 0rem;
	margin-top: 0.3125rem;
}

.singleTopic1 .headline__cell {
	font-size: 1.125rem;
}

.attachment-post-thumbnail {
	margin-top: 2.5rem;
}

.singleTopic1 img + p {
	margin-top: 1.875rem;
}

.singleTopic1__anchorGraphic + p {
	margin-top: 1.875rem;
}

.singleTopic1 ul {
	font-size: 1.125rem;
}

.singleTopic1 p {
	font-size: 1rem;
}

.singleTopic1 p + h3 {
	margin-top: 2.5rem;
}

.singleTopic1 p + p {
	margin-top: 0.9375rem;
}

.singleTopic1 p + ul {
	margin-top: 0.9375rem;
}

.singleTopic1 p:has(> img) {
	margin-top: 1.25rem;
}

.singleTopic1 p:has(> img) + p {
	margin-top: 2.1875rem;
}

.singleTopic1 .wp-post-image {
	margin-top: 2.5rem;
}

.singleTopic1 h3 {
	font-size: 1.5rem;
	line-height: 1.5;
}

.singleTopic1 h3 + p {
	margin-top: 1.5625rem;
}

.singleTopic1 h3::before {
	width: 1.5625rem;
}

.speechBubble {
	font-size: 1rem;
	padding: 0.125rem 1.25rem 0;
	width: 18.75rem;
}

.speechBubble::after {
	width: 17.5rem;
}

.speechBubble__word {
	font-size: 1.125rem;
}

.topAbout .splide.is-initialized:not(.is-active) .splide__list {
	display: block;
	gap: 0rem;
}

.topProduct .splide1.is-initialized:not(.is-active) .splide__list,
.topProduct .splide2.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide1 .splide__slide,
.splide2 .splide__slide,
.splide3 .splide__slide,
.splide4 .splide__slide {
	flex: 1;
}

.topAbout__inner {
	padding-left: 0rem;
	padding-right: 0rem;
}

.topBack {
	background: url("../images/top/back-sp.svg") top center/cover no-repeat;
}

.topHero {
	aspect-ratio: 780/1541;
	background: url("../images/top/hero-sp.jpg") top center/contain no-repeat;
	padding-left: 1.25rem;
	padding-top: 16.4375rem;
	margin-top: 5rem;
}

.topHero__flex {
	display: none;
}

.topHero__title {
	font-size: 1.6875rem;
}

.topHero__word {
	margin-left: -0.625rem;
}

.topHero__text {
	font-size: 0.875rem;
	line-height: 1.45;
	margin-top: 0.9375rem;
}

.topNews__list {
	margin-left: 0rem;
	margin-top: 3.625rem;
}

.topNewsItem__link {
	display: grid;
	flex-wrap: nowrap;
	grid-template-columns: auto auto 1fr;
	padding: 1.5625rem 1.9375rem;
}

.topNewsItem__date {
	font-size: 0.875rem;
}

.topNewsItem__label {
	font-size: 0.75rem;
	margin-left: 0.1875rem;
	width: 6.5rem;
}

.topNewsItem__title {
	margin-left: 0rem;
	margin-top: 0.3125rem;
}

.topProduct__flex {
	flex-direction: column;
}

.topProduct__list1 .topProduct__item:nth-child(1) .topProduct__itemGraphic {
	width: 18.75rem;
}

.topProduct__list1 .topProduct__item:nth-child(2) .topProduct__itemGraphic {
	width: 29.8125rem;
}

.topProduct__list1 .topProduct__item:nth-child(3) .topProduct__itemGraphic {
	width: 18.75rem;
}

.topProduct__text {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-left: 0rem;
	margin-top: 0.75rem;
}

.topProduct__park {
	margin-top: 0rem;
	padding-left: 0rem;
	padding-right: 0rem;
}

.topProduct__place {
	margin-top: 3.75rem;
}

.topProduct__speechBubble {
	margin-left: 1.25rem;
}

.topProduct__total {
	display: block;
	margin-top: 0.9375rem;
}

.topProduct__unit {
	font-size: 1.125rem;
	padding: 0.9375rem 1.25rem;
	width: 100%;
}

.topProduct__unit + .topProduct__unit {
	margin-top: 1.5625rem;
}

.topProduct__space {
	margin-top: 5.4375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.topProduct__place4 {
	margin-left: 0rem;
}

.topProductItem {
	width: 19.6875rem;
}

.splide3 .topProductItem,
.splide4 .topProductItem {
	width: 19.6875rem;
}

.topProductItem__field {
	flex: initial;
}

.topProductItem__header {
	flex: initial;
}

.splide1 .splide__slide1 .topProductItem__graphic {
	width: 12.5rem;
}

.topProductItem__description {
	letter-spacing: 0.04em;
	margin-top: 1.125rem;
}

.topTopic__list {
	gap: 1.625rem;
	margin-top: 3.75rem;
}

.topTopic__time {
	font-size: 0.875rem;
	margin-left: 0.625rem;
	margin-top: 0.75rem;
}

._flex_1 {
	flex-direction: column;
}

}

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

._columns1_1 {
	grid-template-columns: repeat(1, 1fr);
}

._columns1_2 {
	grid-template-columns: repeat(2, 1fr);
}

._columns2_1 {
	grid-template-columns: repeat(1, 1fr);
}

._columns2_2 {
	grid-template-columns: repeat(2, 1fr);
}

._columns3_1 {
	grid-template-columns: repeat(1, 1fr);
}

._columns3_2 {
	grid-template-columns: repeat(2, 1fr);
}

._columns4_1 {
	grid-template-columns: repeat(1, 1fr);
}

._columns4_2 {
	grid-template-columns: repeat(2, 1fr);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */

.topTopic__graphic {
    height: 14vw;
}
@media screen and (max-width: 780px) {
.topTopic__graphic {
    height: 51vw;
}
}

.archiveTopic1__graphic {
    height: 14vw;
}
@media screen and (max-width: 780px) {
.archiveTopic1__graphic {
    height: 51vw;
}
}

/* 20251203追加 */
.topAbout__graphic:hover {
    opacity: 0.7;
    transition: 0.5s;
}

@media screen and (max-width: 780px) {
.sectorQuiz__a {
    font-size: 0.88rem;
	
}
}

/* トピック記事内 */
span.text-green {
    color: #1D8300;
	font-weight: bold;
}

.singleNews1 h2{
	font-size:min(5vw,28px);
	margin-bottom:30px;
}

.topics-box {
    background-color: #E8F2E5;
    border-radius: 0.3125rem;
    margin-top: 1.25rem;
    padding: 1.25rem 2.5rem;
	margin-bottom: 2rem;
}

.topics-box2 {
    border: solid 2px #1d8300;
    border-radius: 0.3125rem;
    margin-top: 1.25rem;
    padding: 20px 36px;
}

.topics-dl {
    display: flex;
    gap: 60px;
    margin-left: 8rem;
    margin-right: 8rem;
    padding-top: 4rem;
}

.topics-dl img {
    width: 35%;
    height: 15vw;
}

span.text-underline {
    border-bottom: dashed 2px #000000;
}

.box29 {
    margin: 0.6em 0 0.5em;
    background: #f3f3f3;
    border: solid 1px #333333;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #dfdfdf;
    padding: 4px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 0.05em;
	padding-left: 1.5rem;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

.topics-table {
    overflow-x: auto;
}

.topics-t {
    border-collapse: collapse;
    font-size: 1rem;
    line-height: 1.6;
    overflow: auto;
    width: 100%;
}

.topics-t {
    border: solid 0.0625rem #4A4A4A;
    margin-top: 3.75rem;
}

.topics-t th {
    background-color: #DDDDDD;
    font-size: 1.125rem;
    font-weight: 600;
    min-width: -moz-max-content;
    min-width: max-content;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 20%;
}

.topics-t th, .topics-t td {
    border: 1px solid #4A4A4A;
    line-height: 1.5;
    padding: 23px 40px;
    text-align: left;
    vertical-align: top;
}

.problem {
display: flex;
    flex-direction: row-reverse;
    gap: 180px;
    justify-content: center;
    align-items: center;
}

.problem-img {
    width: 28%;
}

.problem-img2 {
    width: 50%;
}

.problem-txt {
    font-size: 16px;
    font-weight: 400;
}

.problem-qpot_movie {
 width: 70%; /* 伸縮する横幅 */
 max-width: 400px; /* 最大の横幅 */
 margin: auto; /* 画面の中央に配置 */
}
.problem-qpot_movie iframe {
 aspect-ratio: 9 / 16;
 width: 100%;
 height: 100%;
}


img.alignnone.size-full.wp-image-281 {
    width: 10%;
}

.ttl_line1 {
    font-weight: bold;
    font-size: 1.38rem;
    border-left: 5px solid #1d8300;
    border-bottom: 2px dashed #B4B4B4;
    padding: 0.25em 0 0.3em 0.5em;
    margin: 2em 0;
}
img.qpot-shiyou-img {
    width: 20%;
}

.problem-02 {
display: flex;
    gap: 100px;
    justify-content: center;
	    margin: 0 100px;
}

.p-1 img {
    width: 50%;
}

.p-2 img {
    width: 47%;
}



@media screen and (max-width: 780px){
.topics-dl {
    display: flex;
    gap: 80px;
    margin-left: 1.4rem;
    margin-right: 1.4rem;
    padding-top: 4rem;
    flex-direction: column;
}

.topics-dl img {
    width: 40%;
    height: 40vw;
}

.topics-table {
    overflow-x: auto;
}
.topics-t th, .topics-t td {
        padding: 0.625rem 1.25rem;
    }
	
table.topics-t th, td {
    display: block;
}
	
.topics-t th {
    width: 100%;
}
	
.ttl_line1 {
    font-size: 1.2rem;
}
	
img.alignnone.size-full.wp-image-281 {
    width: 30%;
}

.problem {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
	
.problem-img {
    width: 100%;
}
	
.problem-02 {
    display: flex;
    gap: 60px;
    justify-content: center;
    margin: 0px;
    flex-direction: column;
}

.p-1 img {
    width: 100%;
}

.p-2 img {
    width: 100%;
}

img.qpot-shiyou-img {
    width: 60%;
}
	
.follow .contact__button-text {
	font-size: 0.958rem;
}
}
