@charset "UTF-8";
/* Web Font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@500;700&display=swap");
/* Custom Properties */
:root {
	/* color */
	--color-default: #232323;
	--color-green: #50b437;
	--color-green02: #f6fbf5;
	--color-orange: #eb7800;
	/* font */
	--font-default: "Noto Sans JP", sans-serif;
	--font-zenmaru: "Zen Maru Gothic", sans-serif;
}

/*-------------------------
reset
---------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
	overflow-x: hidden;
}

html {
	-webkit-text-size-adjust: 100%;
}

body, input, textarea {
	font-size: 16px;
}

body {
	color: var(--color-default);
	font-family: var(--font-default);
	font-size: 16px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.75;
	margin: 0;
	position: relative;
}

img, a, ul, li, iframe, fieldset {
	border: none;
	outline: none;
}

a, img {
	display: block;
	width: 100%;
}

a.inline, img.inline {
	display: inline;
	width: auto;
}

img {
	height: auto;
	line-height: 0;
}

a {
	color: var(--color-text);
	text-decoration: none;
	transition: 0.2s ease-out;
}

h1, h2, h3, h4, ol, ul, li, dl, dt, dd, p, figure, from, iframe, fieldset, legend {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4 {
	font-size: 100%;
	font-weight: normal;
}

em {
	font-style: normal;
}

article, aside, footer, header, main, nav, section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
	resize: vertical;
}

input, textarea, select {
	font-size: 16px;
	width: 100%;
	min-height: 40px;
	border: 0;
	border-radius: 0;
	padding: 10px;
}

/* iOSでのデフォルトスタイルをリセット */
input:focus {
	outline: none;
}

input[type=submit],
input[type=button] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
	display: inline-block;
	height: 2em;
	font-size: 16px;
	margin: 0 5px 0 0;
	cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
	outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin-left: 5px;
	opacity: 0.5;
}

@media (width <= 767px) {
	.pc {
		display: none !important;
	}
}
@media (width > 767px) {
	.sp {
		display: none !important;
	}
}
.box-side {
	padding-inline: 35px;
}

.box-side25 {
	padding-inline: 25px;
}

.w1090 {
	width: 100%;
	max-width: 1090px;
}
.w1090.box-side {
	max-width: 1160px;
}
.w1090.box-side25 {
	max-width: 1140px;
}

/* 背景色 */
.c-bgTile {
	position: relative;
}
.c-bgTile::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/common/bg_tile01.webp) left center/900px 900px;
	position: absolute;
	inset: 0 auto auto 0;
}
.c-bgTile > * {
	position: relative;
	z-index: 1;
}

.c-wave {
	position: relative;
}
.c-wave::after {
	content: "";
	display: block;
	width: 100%;
	height: 4vw;
	background: url(../img/common/sec_wave01.webp) center/contain no-repeat;
	position: absolute;
	inset: auto auto 100% 50%;
	translate: -50% 0;
}
.c-wave > * {
	position: relative;
	z-index: 1;
}
.c-wave--white::after {
	background-image: url(../img/common/sec_wave02.webp);
}

.pt60 {
	padding-top: 60px !important;
}

.pt80-60 {
	padding-top: 80px !important;
}
@media (width <= 767px) {
	.pt80-60 {
		padding-top: 60px !important;
	}
}

.pt100-80 {
	padding-top: 100px !important;
}
@media (width <= 767px) {
	.pt100-80 {
		padding-top: 80px !important;
	}
}

.pt140-60 {
	padding-top: 140px !important;
}
@media (width <= 767px) {
	.pt140-60 {
		padding-top: 60px !important;
	}
}

.pb80-60 {
	padding-bottom: 80px !important;
}
@media (width <= 767px) {
	.pb80-60 {
		padding-bottom: 60px !important;
	}
}

.pb100-60 {
	padding-bottom: 100px !important;
}
@media (width <= 767px) {
	.pb100-60 {
		padding-bottom: 60px !important;
	}
}

.pb120-40 {
	padding-bottom: 120px !important;
}
@media (width <= 767px) {
	.pb120-40 {
		padding-bottom: 40px !important;
	}
}

.pb120-60 {
	padding-bottom: 120px !important;
}
@media (width <= 767px) {
	.pb120-60 {
		padding-bottom: 60px !important;
	}
}

.pb120-100 {
	padding-bottom: 120px !important;
}
@media (width <= 767px) {
	.pb120-100 {
		padding-bottom: 100px !important;
	}
}

.m-auto {
	margin-inline: auto !important;
}

.mt1em {
	margin-top: 1em !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mt40-30 {
	margin-top: 40px !important;
}
@media (width <= 767px) {
	.mt40-30 {
		margin-top: 30px !important;
	}
}

.mt60-20 {
	margin-top: 60px !important;
}
@media (width <= 767px) {
	.mt60-20 {
		margin-top: 20px !important;
	}
}

.mt60-30 {
	margin-top: 60px !important;
}
@media (width <= 767px) {
	.mt60-30 {
		margin-top: 30px !important;
	}
}

.mt60-40 {
	margin-top: 60px !important;
}
@media (width <= 767px) {
	.mt60-40 {
		margin-top: 40px !important;
	}
}

.mt90-40 {
	margin-top: 90px !important;
}
@media (width <= 767px) {
	.mt90-40 {
		margin-top: 40px !important;
	}
}

.mt100-60 {
	margin-top: 100px !important;
}
@media (width <= 767px) {
	.mt100-60 {
		margin-top: 60px !important;
	}
}

.c-list01 > li {
	padding-left: 1em;
	position: relative;
}
.c-list01 > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.c-list01--notes > li::before {
	content: "※";
}
.c-list01--circle > li::before {
	content: "●";
	font-size: 0.75em;
	top: 0.25em;
}
.c-list01--iconGreen > li::before {
	color: var(--color-green);
}

/* 汎用タイトル */
.c-title01 {
	font-family: var(--font-zenmaru);
	font-size: 32px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: -0.05em;
}
@media (width <= 370px) {
	.c-title01 {
		font-size: 28px;
	}
}
.c-title01--fz26 {
	font-size: 26px;
	line-height: 1.75;
}
.c-title01--green {
	color: var(--color-green);
}

.c-title02 {
	--color: var(--color-orange);
	display: flex;
	flex-wrap: wrap;
	align-items: last baseline;
	column-gap: 10px;
	font-family: var(--font-zenmaru);
	font-size: 36px;
	font-weight: bold;
	color: var(--color);
	border-bottom: 1px solid var(--color);
	padding-bottom: 15px;
}
.c-title02__ja {
	font-size: 13px;
	color: #232323;
}
.c-title02--green {
	--color: var(--color-green);
}

.c-title03 {
	font-family: var(--font-zenmaru);
	font-size: 20px;
	font-weight: bold;
}
@media (width <= 370px) {
	.c-title03 {
		font-size: 18px;
	}
}
.c-title03__ja {
	font-size: 1.6em;
}

.c-title04 {
	--color: var(--color-green);
	font-size: 20px;
	font-weight: bold;
	color: var(--color);
	border-bottom: 1px solid var(--color);
	padding-bottom: 15px;
}
.c-title04--orange {
	--color: var(--color-orange);
}

/* 汎用テキスト */
.c-colorGreen {
	color: var(--color-green);
}

.c-colorOrange {
	color: var(--color-orange);
}

.c-fwMedium {
	font-weight: 500;
}

.c-fwBold {
	font-weight: bold;
}

.c-textCenter {
	text-align: center;
}

.c-textWaveline {
	display: inline-block;
	position: relative;
}
.c-textWaveline::after {
	content: "";
	display: block;
	width: 100%;
	height: 0.25em;
	background: url(../img/common/icon_wave01.webp) center/contain repeat-x;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.7s linear;
}
.c-textWaveline.animated::after {
	clip-path: inset(0 0 0 0);
}
@media (width > 767px) {
	.c-textWaveline--sp::after {
		content: none;
	}
}
@media (width <= 767px) {
	.c-textWaveline--pc::after {
		content: none;
	}
}
.c-textWaveline--green::after {
	background-image: url(../img/common/icon_wave02.webp);
}
.c-textWaveline--orange::after {
	background-image: url(../img/common/icon_wave03.webp);
}

.c-brackets {
	display: inline-block;
	margin-inline: -0.5em;
}

.c-btn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	line-height: 1.25;
	letter-spacing: -0.05em;
	width: 100%;
	max-width: 200px;
	min-height: 60px;
	background-color: var(--color-green);
	border: 1px solid var(--color-green);
	border-radius: calc(infinity * 1px);
	padding-inline: 40px;
	position: relative;
}
@media (width <= 370px) {
	.c-btn01 {
		font-size: 15px;
	}
}
.c-btn01 svg {
	display: block;
	width: 5px;
	stroke: #fff;
	position: absolute;
	inset: 50% 30px auto auto;
	translate: 0 -50%;
	transition: inset 0.2s ease-out;
}
@media (any-hover: hover) {
	.c-btn01:hover {
		color: var(--color-green);
		background-color: #fff;
	}
	.c-btn01:hover svg {
		stroke: var(--color-green);
		right: 25px;
	}
}
.c-btn01--orange {
	background-color: var(--color-orange);
	border-color: var(--color-orange);
}
@media (any-hover: hover) {
	.c-btn01--orange:hover {
		color: var(--color-orange);
	}
	.c-btn01--orange:hover svg {
		stroke: var(--color-orange);
	}
}
.c-btn01--reverse {
	color: var(--color-green);
	background-color: #fff;
	border-color: #b4b4b4;
}
.c-btn01--reverse svg {
	stroke: var(--color-green);
}
@media (any-hover: hover) {
	.c-btn01--reverse:hover {
		color: #fff;
		background-color: var(--color-green);
	}
	.c-btn01--reverse:hover svg {
		stroke: #fff;
	}
}
.c-btn01--w220 {
	max-width: 220px;
}
.c-btn01--w360 {
	max-width: 360px;
}
.c-btn01--full {
	max-width: 100%;
}
.c-btn01--line, .c-btn01--line01 {
	font-family: var(--font-zenmaru);
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	background-color: #06c755;
}
.c-btn01--line::after, .c-btn01--line01::after {
	content: "";
	display: block;
	width: 30px;
	aspect-ratio: 1;
	background: url(../img/common/icon_line.svg) center/contain no-repeat;
	position: absolute;
	inset: 50% 25px auto auto;
	translate: 0 -50%;
}
@media (width <= 767px) {
	.c-btn01--line::after, .c-btn01--line01::after {
		width: 24px;
	}
}
@media (width <= 370px) {
	.c-btn01--line::after, .c-btn01--line01::after {
		width: 15px;
	}
}
.c-btn01--line01 {
	color: #06c755;
	background-color: #fff;
}
.c-btn01--line01::after {
	background-image: url(../img/common/icon_line01.svg);
}
@media (any-hover: hover) {
	.c-btn01--line01:hover {
		color: #fff;
		background-color: #06c755;
		border-color: #fff;
	}
}

.c-btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	font-size: 15px;
	font-weight: 500;
	color: var(--color-green);
	border: 1px solid #b4b4b4;
	border-radius: calc(infinity * 1px);
}
@media (any-hover: hover) {
	.c-btn02:hover {
		color: #fff;
		background-color: var(--color-green);
	}
}

.c-link01 {
	width: 100%;
	max-width: max-content;
	padding-right: 0.85em;
	position: relative;
}
.c-link01 svg {
	display: block;
	width: 5px;
	fill: none;
	stroke: #232323;
	position: absolute;
	inset: 50% 0 auto auto;
	translate: 0 -50%;
	transition: inset 0.2s ease-out;
}
@media (any-hover: hover) {
	.c-link01:hover svg {
		inset: 50% -5px auto auto;
	}
}
.c-link01--orange svg {
	stroke: var(--color-orange);
}
.c-link01--green svg {
	stroke: var(--color-green);
}

.c-feed {
	translate: 0 100px;
	opacity: 0;
	transition: opacity 1s, translate 1s;
}
.c-feed.animated {
	translate: 0 0;
	opacity: 1;
}

.c-hover01 {
	position: relative;
}
.c-hover01::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--color-green);
	position: absolute;
	inset: auto auto 0 0;
	transition: scale 0.3s ease;
	scale: 0 1;
	transform-origin: center top;
}
@media (any-hover: hover) {
	.c-hover01:hover::after {
		scale: 1 1;
	}
}

.c-postLink * {
	transition: 0.2s ease-out;
}
.c-postLink__detail {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}
.c-postLink__title {
	font-weight: 500;
	width: 100%;
	padding-left: 10px;
}
.c-postLink__cat {
	order: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-zenmaru);
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	width: 100%;
	max-width: max-content;
	min-height: 28px;
	background-color: var(--color-orange);
	border: 1px solid var(--color-orange);
	padding: 0 10px 1px;
	border-radius: calc(infinity * 1px);
	margin-bottom: 15px;
}
.c-postLink__cat--topics {
	color: var(--color-green);
	background-color: transparent;
	border-color: var(--color-green);
}
.c-postLink__more {
	font-size: 14px;
	margin: 5px 0 0 auto;
}

.c-swiperNav {
	--btnColor: var(--color-green);
	width: 60px;
	aspect-ratio: 1;
	background-color: var(--btnColor);
	border: 1px solid var(--btnColor);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	transition: 0.2s ease-out;
}
.c-swiperNav svg {
	width: 5px;
	stroke: #fff;
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
}
@media (any-hover: hover) {
	.c-swiperNav:hover {
		background-color: #fff;
	}
	.c-swiperNav:hover svg {
		stroke: var(--btnColor);
	}
}
.c-swiperNav--orange {
	--btnColor: var(--color-orange);
}

.c-swiperPagination {
	text-align: center;
}
.c-swiperPagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #d2d2d2;
	margin: 0 6px !important;
	opacity: 1;
}
.c-swiperPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
	border: 1px solid var(--color-green);
}
.c-swiperPagination.blog__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid var(--color-orange);
}

.btnGroup__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.btnGroup__item {
	width: 100%;
	max-width: 300px;
}
.btnGroup__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-weight: 500;
	width: 100%;
	max-width: 300px;
	min-height: 100px;
	background: url(../img/common/bg_btn01.webp) center/cover;
	border-radius: 12px;
	position: relative;
}
.btnGroup__btn-en {
	font-family: var(--font-zenmaru);
	font-size: 14px;
	font-weight: bold;
}
@media (any-hover: hover) {
	.btnGroup__btn:hover .btnGroup__illust {
		animation: bound 500ms infinite;
	}
}
.btnGroup__btn--orange {
	background-image: url(../img/common/bg_btn02.webp);
}
.btnGroup__illust {
	width: 103px;
	position: absolute;
	inset: auto auto 0 -12px;
	pointer-events: none;
	will-change: transform;
}

@keyframes zoomIn {
	to {
		scale: 1.05;
	}
}
@keyframes bound {
	0% {
		transform: translateY(0);
		animation-timing-function: ease-out;
	}
	50% {
		transform: translateY(-10px);
		animation-timing-function: ease-in;
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes grass-left {
	from {
		opacity: 0;
		transform: translate(-100px, 0);
	}
	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}
@keyframes grass-right {
	from {
		opacity: 0;
		transform: translate(100px, 0);
	}
	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}
@keyframes tree {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}
.c-anime01 {
	animation: rotate-left 3s ease-in-out infinite;
}

.c-anime02 {
	animation: rotate-right 3s ease-in-out infinite;
}

.c-ad01 {
	animation-delay: 0.5s;
}

.c-ad02 {
	animation-delay: 1s;
}

@keyframes rotate-left {
	66% {
		rotate: 0;
	}
	72% {
		rotate: 0;
	}
	78% {
		rotate: 0deg;
	}
	84% {
		rotate: -2deg;
	}
	90% {
		rotate: 0deg;
	}
	96% {
		rotate: -2deg;
	}
	100% {
		rotate: 0;
	}
}
@keyframes rotate-right {
	66% {
		rotate: 0;
	}
	72% {
		rotate: 0;
	}
	78% {
		rotate: 0deg;
	}
	84% {
		rotate: 2deg;
	}
	90% {
		rotate: 0deg;
	}
	96% {
		rotate: 2deg;
	}
	100% {
		rotate: 0;
	}
}
@keyframes shake {
	0% {
		rotate: 0;
	}
	16% {
		rotate: 8deg;
	}
	32% {
		rotate: -5deg;
	}
	48% {
		rotate: 3deg;
	}
	64% {
		rotate: -1deg;
	}
	80% {
		rotate: -1deg;
	}
	96% {
		rotate: 3deg;
	}
	100% {
		rotate: 0deg;
	}
}
.c-tree {
	transform: scale(0);
	transition: transform 0.5s ease-out;
	transform-origin: center bottom;
}
.c-tree.animated {
	transform: scale(1);
}

.lowFv {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 500px;
	background: url(../img/common/low_fv_pc.webp) center/cover no-repeat;
	position: relative;
	z-index: 1;
}
@media (width <= 767px) {
	.lowFv {
		height: 450px;
	}
}
.lowFv::after {
	content: "";
	display: block;
	width: 100%;
	height: 4vw;
	background: url(../img/common/sec_wave01.webp) center/contain no-repeat;
	position: absolute;
	inset: auto auto 0 50%;
	translate: -50% 0;
	z-index: -1;
}
.lowFv__title {
	font-family: var(--font-zenmaru);
	font-size: 34px;
	font-weight: 500;
	text-align: center;
	color: var(--color-green);
	text-shadow: 2px 2px 15px #fff, -2px -2px 15px #fff, 2px -2px 15px #fff, -2px 2px 15px #fff, 2px 2px 15px #fff, -2px -2px 15px #fff, 2px -2px 15px #fff, -2px 2px 15px #fff;
	filter: blur(10px);
	animation: blur 1s linear forwards;
}
@media (width <= 767px) {
	.lowFv__title {
		padding-top: 30px;
	}
}
.lowFv__title-en {
	display: block;
	font-size: 0.58em;
}
@media (width <= 767px) {
	.lowFv__title-en {
		margin-bottom: 10px;
	}
}
.lowFv__title-sub {
	display: block;
	font-size: 0.6em;
}
@keyframes blur {
	100% {
		filter: blur(0);
	}
}
.lowFv__parts {
	position: absolute;
}
.lowFv__parts--illust01 {
	width: 19.57vw;
	max-width: 274px;
	inset: auto auto 0 0;
	animation: grass-left 0.8s ease-out forwards;
}
@media (width <= 767px) {
	.lowFv__parts--illust01 {
		width: 100%;
		max-width: 87px;
	}
}
.lowFv__parts--illust02 {
	width: 17vw;
	max-width: 238px;
	inset: auto 0 -48px auto;
	opacity: 0;
	transform: translate(100px, 0);
	animation: grass-right 0.8s 0.5s ease-out forwards;
}
@media (width <= 767px) {
	.lowFv__parts--illust02 {
		width: 100%;
		max-width: 90px;
		bottom: -10px;
	}
}
.lowFv__parts--illust03 {
	width: 14.29vw;
	max-width: 200px;
	inset: auto auto 20px 16.64vw;
	transform: scale(0);
	transform-origin: center bottom;
	animation: tree 0.5s 1s ease-out forwards;
}
@media (width <= 767px) {
	.lowFv__parts--illust03 {
		width: 100%;
		max-width: 94px;
		inset: auto auto 0px 17.57vw;
	}
}

.c-breadList {
	display: flex;
	flex-wrap: wrap;
	padding-inline: 25px;
}
@media (width <= 767px) {
	.c-breadList {
		padding-top: 50px;
	}
}
.c-breadList > li {
	display: flex;
}
.c-breadList > li::after {
	content: "＞";
	display: inline-block;
	margin-inline: 0.5em;
}
.c-breadList > li:last-child::after {
	content: none;
}

.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	padding-inline: 20px;
	margin-top: 60px;
}
@media (width <= 767px) {
	.nav-links {
		gap: 10px;
		margin-top: 40px;
	}
}
.nav-links > * {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 300;
	width: 40px;
	height: max-content;
	aspect-ratio: 1;
	border-radius: 50%;
	position: relative;
}
.nav-links > *.current {
	color: var(--color-green);
	background-color: #fff;
}
.nav-links > *.prev, .nav-links > *.next {
	--margin: 40px;
	width: 60px;
	background-color: var(--color-green);
	border: 1px solid var(--color-green);
}
@media (width <= 767px) {
	.nav-links > *.prev, .nav-links > *.next {
		width: 40px;
		--margin: 5px;
	}
}
.nav-links > *.prev::after, .nav-links > *.next::after {
	--color: #fff;
	content: "";
	display: block;
	width: 5px;
	aspect-ratio: 1;
	border-top: 1px solid var(--color);
	border-right: 1px solid var(--color);
	rotate: 45deg;
}
.nav-links > *.prev {
	margin-right: var(--margin);
}
.nav-links > *.prev::after {
	rotate: -135deg;
}
.nav-links > *.next {
	margin-left: var(--margin);
}
@media (any-hover: hover) {
	.nav-links a:hover {
		color: var(--color-green);
		background-color: #fff;
	}
}
@media (any-hover: hover) {
	.nav-links a.prev:hover, .nav-links a.next:hover {
		background-color: #fff;
	}
	.nav-links a.prev:hover::after, .nav-links a.next:hover::after {
		--color: var(--color-green);
	}
}

.header {
	width: 100%;
	padding-top: 40px;
	position: absolute;
	z-index: 100;
}
.header__title {
	width: 80px;
	position: fixed;
	inset: 32px auto auto 32px;
}
@media (width <= 1280px) {
	.header__title {
		width: 65px;
		inset: 10px auto auto 10px;
	}
}

@media (width <= 1280px) {
	.headerNav {
		display: none;
	}
}
.headerNav__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 2em;
}

.headerCv {
	width: 100%;
	max-width: 240px;
	position: fixed;
	inset: 0 0 auto auto;
}
@media (width <= 1280px) {
	.headerCv {
		max-width: 280px;
	}
}
@media (width <= 1280px) {
	.headerCv__box {
		display: flex;
		justify-content: flex-end;
		max-width: 280px;
	}
}
.headerCv__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 70px;
	background: url(../img/common/bg_btn01.webp) center/cover no-repeat;
	border-radius: 0 0 0 35px;
	padding: 5px 20px 5px 70px;
	position: relative;
	overflow: hidden;
}
@media (width <= 1280px) {
	.headerCv__btn {
		padding-left: 60px;
	}
}
.headerCv__btn::before, .headerCv__btn::after {
	content: "";
	display: block;
}
.headerCv__btn::before {
	width: 26px;
	aspect-ratio: 1;
	background: url(../img/common/icon_reception01.svg) center/contain no-repeat;
	position: absolute;
	inset: calc(50% + 3px) auto auto 34px;
	translate: 0 -50%;
	transition: inset 0.2s ease-out;
}
@media (width <= 1280px) {
	.headerCv__btn::before {
		left: 25px;
	}
}
.headerCv__btn::after {
	width: 10px;
	aspect-ratio: 1;
	background: url(../img/common/icon_link.svg) center/contain no-repeat;
	position: absolute;
	inset: 10px 10px auto auto;
}
.headerCv__btn-text {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.06em;
}
.headerCv__btn-text.c-textWaveline::after {
	clip-path: inset(0 0 0 0);
}
.headerCv__btn-subtext {
	font-family: var(--font-zenmaru);
	font-weight: 500;
	color: #ffff00;
	line-height: 1;
	padding-inline: 6px;
	position: relative;
}
@media (width <= 370px) {
	.headerCv__btn-subtext {
		font-size: 10px;
	}
}
.headerCv__btn-subtext::before, .headerCv__btn-subtext::after {
	content: "";
	display: block;
	width: 6px;
	height: 12px;
	background: url(../img/common/icon_slush.webp) center/contain no-repeat;
	position: absolute;
	inset: auto auto 0 0;
}
.headerCv__btn-subtext::after {
	inset: auto 0 0 auto;
	scale: -1 1;
}
@media (any-hover: hover) {
	.headerCv__btn:hover::before {
		animation: bound 500ms infinite;
	}
}
.headerCv__btn--w300 {
	justify-content: center;
	max-width: 300px;
	min-height: 80px;
	border-radius: 12px;
	padding: 5px 20px 5px 50px;
}
.headerCv__btn--w300::before {
	inset: 50% auto auto 65px;
}
.headerCv__btn--pb10 {
	padding-bottom: 10px;
}
@media (width <= 767px) {
	.headerCv__btn--pharmacy {
		padding: 5px 20px 5px 20px;
	}
}
.headerCv__btn--pharmacy::before {
	width: 40px;
	left: 30px;
}
@media (width <= 767px) {
	.headerCv__btn--pharmacy::before {
		width: 20px;
		left: 20px;
	}
}
@media (width <= 370px) {
	.headerCv__btn--pharmacy::before {
		left: 8px;
	}
}
.headerCv__btn--pharmacy .headerCv__btn-text {
	font-size: 20px;
}
@media (width <= 370px) {
	.headerCv__btn--pharmacy .headerCv__btn-text {
		font-size: 14px;
	}
}
.headerCv__link {
	font-size: 15px;
	margin: 5px auto 0;
}
@media (width <= 1280px) {
	.headerCv__link {
		margin: 5px 10px 0 auto;
	}
}

.spNavi {
	display: none;
}
@media (width <= 1280px) {
	.spNavi {
		display: block;
	}
}
.spNavi__icon {
	font-size: 0;
	background-color: #fff;
	width: 70px;
	aspect-ratio: 1;
	position: relative;
	z-index: 100;
	cursor: pointer;
	/*ボタン内側*/
}
.spNavi__icon::before, .spNavi__icon::after,
.spNavi__icon span {
	display: block;
	background: var(--color-green);
	height: 1px;
	width: 24px;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	position: absolute;
	transform: translate(-50%, 0);
}
.spNavi__icon::before {
	content: "";
	inset: calc(50% - 10px) auto auto 50%;
}
.spNavi__icon::after {
	content: "";
	inset: calc(50% + 10px) auto auto 50%;
}
.spNavi__icon span {
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
}
.spNavi__icon--active::before, .spNavi__icon--active::after {
	width: 50%;
}
.spNavi__icon--active::before {
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.spNavi__icon--active::after {
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.spNavi__icon--active span {
	opacity: 0;
}
.spNavi__menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width: 100vw;
	height: 100vh;
	position: fixed;
	inset: 0 auto auto 0;
	z-index: 99;
	translate: 100% 0;
	transition: translate 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.spNavi__menu--active {
	translate: 0 0;
}

.footer {
	background-color: var(--color-green02);
	padding: 60px 35px 50px;
	position: relative;
	z-index: 99;
}
.footer__logo {
	width: 100%;
	max-width: 262px;
	margin-inline: auto;
}
.footer__copy {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
}
.footer__line {
	width: 100%;
	max-width: 172px;
	position: fixed;
	inset: auto 30px 0 auto;
	transform-origin: center bottom;
	opacity: 0;
	transition: opacity 0.3s, scale 0.3s ease-out;
}
@media (width <= 767px) {
	.footer__line {
		right: 10px;
	}
}
@media (any-hover: hover) {
	.footer__line:hover {
		scale: 0.9;
	}
}
.footer__line--visible {
	opacity: 1;
}

.footerNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em 2em;
	width: 100%;
	margin-inline: auto;
}

.fv {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	position: relative;
}
@media (width <= 767px) {
	.fv {
		align-items: flex-start;
		justify-content: flex-start;
		padding: 160px 0 0 50px;
	}
}
.fv > * {
	position: relative;
	z-index: 1;
}
.fv__title {
	font-size: clamp(38px, 1.012rem + 2.84vw, 56px);
	font-weight: 500;
	color: #fff;
	writing-mode: vertical-rl;
	letter-spacing: 0.1em;
}
.fv__title small {
	font-size: 0.8em;
}
.fv__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0 auto auto 0;
	z-index: 0;
	overflow: hidden;
}
.fv__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 65% center;
	will-change: top;
	animation: zoomIn 6s ease-out forwards;
}
@media (width <= 767px) {
	.fv__bg img {
		object-position: 75% center;
	}
}
.fv__parts {
	position: absolute;
}
.fv__parts--illust01 {
	width: 19.64vw;
	max-width: 275px;
	inset: auto auto 0 0;
	animation: grass-left 0.8s ease-out forwards;
}
@media (width <= 767px) {
	.fv__parts--illust01 {
		width: 100%;
		max-width: 147px;
		bottom: -20px;
	}
}
.fv__parts--illust02 {
	width: 24.14vw;
	max-width: 338px;
	inset: auto 0 -3.29vw auto;
	opacity: 0;
	transform: translate(100px, 0);
	animation: grass-right 0.8s 0.5s ease-out forwards;
}
.fv__parts--illust03 {
	width: 14.29vw;
	max-width: 200px;
	inset: auto auto 0 25.86vw;
}
@media (width <= 767px) {
	.fv__parts--illust03 {
		width: 100%;
		max-width: 96px;
		inset: auto 3.33vw -66px auto;
	}
}

.concept {
	position: relative;
}
.concept__wrapper {
	width: 100%;
	max-width: 1260px;
}
.concept__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
}
@media (width <= 767px) {
	.concept__inner {
		flex-direction: column;
	}
}
.concept__inner .box01 {
	width: 460px;
}
@media (width <= 767px) {
	.concept__inner .box01 {
		width: 100%;
	}
}
.concept__inner .box02 {
	flex: 1;
	max-width: 600px;
}
@media (width <= 767px) {
	.concept__inner .box02 {
		max-width: 100%;
	}
}
@media (width <= 767px) {
	.concept__textbox {
		position: relative;
	}
}
.concept__box {
	position: relative;
}
.concept__img {
	border-radius: 12px;
	overflow: hidden;
}
.concept__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.concept__parts {
	position: absolute;
}
.concept__parts--illust01 {
	width: 7.29vw;
	max-width: 102px;
	inset: -7.86vw auto auto 14.43%;
}
@media (width <= 767px) {
	.concept__parts--illust01 {
		width: 100%;
		max-width: 69px;
		inset: -65px auto auto 28.46vw;
	}
}
.concept__parts--illust02 {
	width: 13.71vw;
	max-width: 192px;
	inset: -5.71vw auto auto 55vw;
}
.concept__parts--illust03 {
	width: 8.5vw;
	max-width: 119px;
	inset: 15px auto auto 35.71vw;
}
@media (width <= 767px) {
	.concept__parts--illust03 {
		width: 100%;
		max-width: 88px;
		inset: 130px 0 auto auto;
	}
}
.concept__parts--illust04 {
	width: 7.14vw;
	max-width: 100px;
	inset: auto -25px -60px auto;
}
@media (width <= 767px) {
	.concept__parts--illust04 {
		width: 100%;
		max-width: 65px;
		inset: auto -22px -30px auto;
	}
}

.postGrop__inner {
	display: flex;
	gap: 40px 30px;
	position: relative;
}
@media (width <= 767px) {
	.postGrop__inner {
		flex-direction: column;
	}
}
.postGrop__inner .box01 {
	width: 320px;
}
@media (width <= 767px) {
	.postGrop__inner .box01 {
		width: 100%;
	}
}
.postGrop__inner .box02 {
	flex: 1;
}
.postGrop__inner > * {
	background-color: #fff;
	border-radius: 12px;
	padding: 40px 50px 60px;
}
.postGrop__parts {
	position: absolute;
}
.postGrop__parts--illust01 {
	width: 100%;
	max-width: 124px;
	inset: -80px auto auto 23.68%;
}
@media (width <= 767px) {
	.postGrop__parts--illust01 {
		max-width: 60px;
		inset: 5px 20px auto auto;
	}
}
.postGrop__parts--illust02 {
	width: 5.7vw;
	max-width: 65px;
	inset: 215px -60px auto auto;
}
@media (width <= 767px) {
	.postGrop__parts--illust02 {
		width: 100%;
		max-width: 44px;
		inset: -15px 48px auto auto;
	}
}
.postGrop__parts--illust03 {
	width: 100%;
	max-width: 95px;
	inset: auto auto -28px 36.84%;
}
@media (width <= 767px) {
	.postGrop__parts--illust03 {
		max-width: 75px;
		inset: auto auto -64px 13px;
	}
}

@media (width <= 767px) {
	.pharmacy {
		position: relative;
	}
}
.pharmacy__item + .pharmacy__item {
	margin-top: 30px;
}
@media (any-hover: hover) {
	.pharmacy__link:hover * {
		color: var(--color-orange);
	}
	.pharmacy__link:hover .c-postLink__cat {
		background-color: #fff;
	}
	.pharmacy__link:hover .c-link01 svg {
		inset: 50% -5px auto auto;
	}
}

@media (width <= 767px) {
	.topics {
		position: relative;
	}
}
.topics__item:last-child .topics__link {
	border-bottom: 0;
	padding-bottom: 0;
}
.topics__item + .topics__item .topics__link {
	padding-top: 30px;
}
.topics__link {
	border-bottom: 1px dotted #b4b4b4;
	padding: 0 30px 30px 20px;
}
@media (width <= 767px) {
	.topics__link {
		padding-inline: 0;
	}
}
@media (any-hover: hover) {
	.topics__link:hover * {
		color: var(--color-green);
	}
	.topics__link:hover .c-postLink__cat {
		color: #fff;
		background-color: var(--color-green);
	}
	.topics__link:hover .c-link01 svg {
		inset: 50% -5px auto auto;
	}
}

.blog {
	padding-bottom: calc(120px + 4vw);
}
@media (width <= 767px) {
	.blog {
		padding-bottom: calc(60px + 4vw);
	}
}
.blog__titlebox {
	position: relative;
}
.blog__inner {
	width: 100%;
	max-width: 1150px;
	padding-inline: 75px;
	position: relative;
}
@media (width <= 767px) {
	.blog__inner {
		padding-inline: 25px;
	}
}
@media (width <= 767px) {
	.blog__swiper {
		overflow: visible !important;
	}
}
.blog__prev, .blog__next {
	top: 50%;
	translate: 0 -50%;
}
@media (width <= 767px) {
	.blog__prev svg, .blog__next svg {
		inset: 50% auto auto calc(50% - 10px);
	}
}
.blog__prev {
	left: 0;
	scale: -1 1;
}
@media (width <= 767px) {
	.blog__prev {
		left: -30px;
	}
}
.blog__next {
	right: 0;
}
@media (width <= 767px) {
	.blog__next {
		right: -30px;
	}
}
.blog__parts {
	position: absolute;
}
.blog__parts--illust01 {
	width: 100%;
	max-width: 146px;
	inset: auto 9.74% 15px auto;
}
@media (width <= 767px) {
	.blog__parts--illust01 {
		max-width: 100px;
		inset: auto 45px 18px auto;
	}
}

.blogList__link {
	background-color: #fff;
	border-radius: 12px;
	padding: 10px 10px 40px 10px;
}
.blogList__link * {
	transition: 0.2s ease-out;
}
@media (any-hover: hover) {
	.blogList__link:hover * {
		color: var(--color-green);
	}
	.blogList__link:hover .blogList__img img {
		scale: 1.05;
	}
	.blogList__link:hover .c-link01 svg {
		inset: 50% -5px auto auto;
	}
}
@media (any-hover: hover) {
	.blogList__link--orange:hover * {
		color: var(--color-orange);
	}
}
.blogList__img {
	aspect-ratio: 3/2;
	border-radius: 4px 4px 0 0;
	background-color: #b4b4b4;
	overflow: hidden;
}
.blogList__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: scale 0.5s ease-out;
}
.blogList__detail {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	width: 100%;
	max-width: 240px;
	margin: 30px auto 0;
}
.blogList__title {
	font-weight: 500;
}
.blogList__date {
	order: -1;
}
.blogList__more {
	font-size: 14px;
	margin-left: auto;
}

.tetoteo__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}
@media (width <= 767px) {
	.tetoteo__inner {
		flex-direction: column;
	}
}
.tetoteo__inner .box01 {
	width: 250px;
}
@media (width <= 767px) {
	.tetoteo__inner .box01 {
		width: 100%;
		max-width: 200px;
	}
}
.tetoteo__inner .box02 {
	flex: 1;
	max-width: 760px;
}
.tetoteo__img {
	aspect-ratio: 2/3;
}
.tetoteo__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tetoteo__box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap-reverse;
	gap: 50px 30px;
}

.tetoteoBtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.tetoteoBtn__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: max-content;
	min-height: 50px;
	border-radius: calc(infinity * 1px);
	padding-inline: 18px;
}
.tetoteoBtn__btn--latest {
	color: #fff;
	background-color: var(--color-orange);
	border: 1px solid var(--color-orange);
	padding-left: 47px;
	position: relative;
}
.tetoteoBtn__btn--latest::before {
	content: "";
	display: block;
	width: 16px;
	aspect-ratio: 16/20;
	background: url(../img/common/icon_book01.svg) center/contain no-repeat;
	position: absolute;
	inset: 50% auto auto 22px;
	translate: 0 -50%;
}
@media (any-hover: hover) {
	.tetoteoBtn__btn--latest:hover {
		color: var(--color-orange);
		background-color: #fff;
	}
	.tetoteoBtn__btn--latest:hover::before {
		filter: brightness(0) saturate(100%) invert(50%) sepia(36%) saturate(4264%) hue-rotate(8deg) brightness(100%) contrast(101%);
	}
}
.tetoteoBtn__btn--back {
	color: var(--color-green);
	border: 1px solid var(--color-green);
}
@media (any-hover: hover) {
	.tetoteoBtn__btn--back:hover {
		color: #fff;
		background-color: var(--color-green);
	}
}

.aboutus {
	padding: 40px 0 calc(120px + 4vw);
	position: relative;
}
@media (width <= 767px) {
	.aboutus {
		padding: 55px 0 calc(80px + 4vw);
	}
}
.aboutus__textbox {
	position: relative;
}
.aboutus__parts {
	position: absolute;
}
.aboutus__parts--illust01 {
	width: 15.86vw;
	max-width: 222px;
	inset: -8.93vw auto auto 56.14vw;
	z-index: -1;
}
@media (width <= 767px) {
	.aboutus__parts--illust01 {
		width: 100%;
		max-width: 101px;
		inset: -138px auto auto 47.3vw;
	}
}
.aboutus__parts--illust02 {
	width: 12.86vw;
	max-width: 179px;
	inset: auto 60px calc(100% + 30px) auto;
}
@media (width <= 767px) {
	.aboutus__parts--illust02 {
		width: 100%;
		max-width: 75px;
		inset: -10px -10px auto auto;
	}
}
.aboutus__parts--illust03 {
	width: 100%;
	max-width: 111px;
	inset: 0 -25px auto auto;
}
@media (width <= 767px) {
	.aboutus__parts--illust03 {
		max-width: 106px;
		inset: 75px 0 auto auto;
	}
}

.aboutusList__item {
	display: flex;
	align-items: center;
	gap: 40px 70px;
	background-color: #fff;
	border-radius: 12px;
	padding: 10px;
	position: relative;
}
@media (width <= 960px) {
	.aboutusList__item {
		column-gap: 30px;
	}
}
@media (width <= 767px) {
	.aboutusList__item {
		flex-direction: column;
		padding-bottom: 50px;
	}
}
.aboutusList__item .box01 {
	flex: 1;
	max-width: 470px;
}
@media (width <= 767px) {
	.aboutusList__item .box01 {
		max-width: 100%;
	}
}
.aboutusList__item .box02 {
	width: 460px;
}
@media (width <= 767px) {
	.aboutusList__item .box02 {
		width: 100%;
	}
}
.aboutusList__item + .aboutusList__item {
	margin-top: 40px;
}
@media (width <= 767px) {
	.aboutusList__item + .aboutusList__item {
		margin-top: 20px;
	}
}
.aboutusList__item:nth-child(even) {
	flex-direction: row-reverse;
}
@media (width <= 767px) {
	.aboutusList__item:nth-child(even) {
		flex-direction: column;
	}
}
.aboutusList__item:nth-child(even) .aboutusList__title {
	color: var(--color-orange);
}
.aboutusList__item:nth-child(even) .aboutusList__title-en {
	color: #f9d6b2;
}
.aboutusList__img {
	aspect-ratio: 1;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}
@media (width <= 767px) {
	.aboutusList__img {
		aspect-ratio: 3/2;
	}
}
.aboutusList__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.aboutusList__detail {
	position: relative;
}
@media (width <= 767px) {
	.aboutusList__detail {
		padding-inline: 30px;
	}
}
.aboutusList__title {
	font-family: var(--font-zenmaru);
	font-size: 22px;
	font-weight: bold;
	color: var(--color-green);
	letter-spacing: -0.07em;
}
@media (width <= 370px) {
	.aboutusList__title {
		font-size: 20px;
	}
}
.aboutusList__title-en {
	display: block;
	font-size: 1.8em;
	color: #cae8c3;
	margin-bottom: 30px;
}
@media (width <= 767px) {
	.aboutusList__title-en {
		margin-bottom: 15px;
	}
}
.aboutusList__text {
	margin-top: 30px;
}
.aboutusList__parts {
	position: absolute;
}
.aboutusList__parts--illust01 {
	width: 100%;
	max-width: 112px;
	inset: auto -12px 100% auto;
}
@media (width <= 767px) {
	.aboutusList__parts--illust01 {
		max-width: 90px;
		inset: -6px -30px auto auto;
	}
}
.aboutusList__parts--illust02 {
	width: 10vw;
	max-width: 140px;
	inset: auto auto -70px -77px;
}
@media (width <= 767px) {
	.aboutusList__parts--illust02 {
		width: 100%;
		max-width: 90px;
		inset: auto auto -63px -15px;
	}
}

.aboutusService__inner {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
@media (width <= 767px) {
	.aboutusService__inner {
		flex-direction: column;
	}
}
.aboutusService__inner .box01 {
	width: 360px;
}
@media (width <= 767px) {
	.aboutusService__inner .box01 {
		width: 100%;
	}
}
.aboutusService__inner .box02 {
	flex: 1;
	max-width: 660px;
}

.aboutusServiceList {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
@media (width <= 767px) {
	.aboutusServiceList {
		flex-direction: column;
	}
}
.aboutusServiceList__item {
	width: 100%;
	max-width: 320px;
	background-color: #f7f7f7;
	border-radius: 12px;
}
@media (width <= 767px) {
	.aboutusServiceList__item {
		max-width: 100%;
	}
}
.aboutusServiceList__link {
	text-align: center;
	padding: 10px 10px 40px 10px;
}
@media (any-hover: hover) {
	.aboutusServiceList__link:hover .aboutusServiceList__img img {
		scale: 1.05;
	}
}
.aboutusServiceList__img {
	aspect-ratio: 3/2;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}
.aboutusServiceList__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: scale 0.5s ease-out;
}
.aboutusServiceList__text {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.activities {
	position: relative;
}
.activities__inner {
	width: 100%;
	max-width: 1210px;
}
.activities__box {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	width: 100%;
	max-width: 1115px;
	margin-left: auto;
}
@media (width <= 767px) {
	.activities__box {
		flex-direction: column;
	}
}
.activities__box .box01 {
	width: 600px;
}
@media (width <= 960px) {
	.activities__box .box01 {
		width: 400px;
	}
}
@media (width <= 767px) {
	.activities__box .box01 {
		width: 100%;
	}
}
.activities__box .box02 {
	flex: 1;
	max-width: 450px;
}
@media (width <= 767px) {
	.activities__box .box02 {
		max-width: 100%;
	}
}
.activities__img {
	aspect-ratio: 450/300;
	border-radius: 12px;
	overflow: hidden;
}
.activities__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.activities__parts {
	position: absolute;
}
.activities__parts--illust01 {
	width: 8.93vw;
	max-width: 125px;
	inset: -85px auto auto 49.29vw;
}
@media (width <= 1200px) {
	.activities__parts--illust01 {
		inset: -15vw auto auto 49.29vw;
	}
}
@media (width <= 767px) {
	.activities__parts--illust01 {
		width: 100%;
		max-width: 70px;
		inset: -190px auto auto 50.81vw;
	}
}
.activities__parts--illust02 {
	width: 10.79vw;
	max-width: 151px;
	inset: 60px auto auto 21.07vw;
	animation-delay: 0.5s;
}
@media (width <= 767px) {
	.activities__parts--illust02 {
		width: 100%;
		max-width: 78px;
		inset: -25px 4.05vw auto auto;
	}
}
.activities__parts--illust03 {
	width: 8.71vw;
	max-width: 122px;
	inset: 15px 22.29vw auto auto;
	animation-delay: 1s;
}
@media (width <= 767px) {
	.activities__parts--illust03 {
		width: 100%;
		max-width: 73px;
		inset: 190px 5.41vw auto auto;
	}
}

.activitiesDetail__title {
	font-family: var(--font-zenmaru);
	font-size: 22px;
	font-weight: bold;
	color: var(--color-green);
}
@media (width <= 370px) {
	.activitiesDetail__title {
		font-size: 20px;
	}
}

.activitiesService {
	padding-bottom: calc(160px + 4vw);
	position: relative;
}
@media (width <= 767px) {
	.activitiesService {
		padding-bottom: calc(30px + 4vw);
	}
}
.activitiesService__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	max-width: 1000px;
}
.activitiesService__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 320px;
	background-color: #fff;
	border-radius: 12px;
	padding: 55px 40px 45px;
}
@media (width <= 767px) {
	.activitiesService__item {
		padding: 30px 30px 40px;
	}
}
@media (width > 767px) {
	.activitiesService__item:nth-child(2) {
		transition-delay: 0.2s;
	}
	.activitiesService__item:nth-child(3) {
		transition-delay: 0.4s;
	}
	.activitiesService__item:nth-child(5) {
		transition-delay: 0.2s;
	}
	.activitiesService__item:nth-child(6) {
		transition-delay: 0.4s;
	}
}
.activitiesService__icon {
	width: 100%;
	max-width: 170px;
	margin-inline: auto;
}
.activitiesService__parts {
	position: absolute;
}
.activitiesService__parts--illust01 {
	width: 7.5vw;
	max-width: 105px;
	inset: -53px auto auto 29vw;
}
@media (width <= 1200px) {
	.activitiesService__parts--illust01 {
		width: 100%;
		max-width: 66px;
		inset: -105px auto auto 17.3vw;
	}
}
.activitiesService__parts--illust02 {
	width: 4.86vw;
	max-width: 68px;
	inset: -5px 32.21vw auto auto;
	scale: -1 1;
}
@media (width <= 1200px) {
	.activitiesService__parts--illust02 {
		width: 100%;
		max-width: 66px;
		inset: -92px 14.86vw auto auto;
	}
}
.activitiesService__parts--illust03 {
	max-width: 300px;
	inset: auto auto 90px 25.86vw;
}
@media (width <= 1000px) {
	.activitiesService__parts--illust03 {
		max-width: 297px;
		margin: -25px auto 0;
		position: relative;
		inset: auto;
	}
}

.activitiesServiceDetail__title {
	font-family: var(--font-zenmaru);
	font-size: 22px;
	font-weight: bold;
	color: var(--color-green);
	text-align: center;
	letter-spacing: -0.05em;
}
.activitiesServiceDetail__text {
	margin-top: 20px;
}

.activitiesServiceBtn {
	margin-top: auto;
}
.activitiesServiceBtn__item + .activitiesServiceBtn__item {
	margin-top: 10px;
}

.webprescription {
	padding-top: 140px;
	position: relative;
}
@media (width <= 767px) {
	.webprescription {
		padding-top: 40px;
	}
}
.webprescription__textbox {
	position: relative;
}
.webprescription__parts {
	position: absolute;
}
.webprescription__parts--illust01 {
	width: 20vw;
	max-width: 280px;
	inset: -100px auto auto 50%;
	translate: -50% 0;
}
@media (width <= 767px) {
	.webprescription__parts--illust01 {
		width: 100%;
		max-width: 128px;
		inset: -133px 16.22vw auto auto;
		translate: 0 0;
	}
}
.webprescription__parts--illust02 {
	width: 9.29vw;
	max-width: 130px;
	inset: 25px 21.43vw auto auto;
}
@media (width <= 767px) {
	.webprescription__parts--illust02 {
		width: 100%;
		max-width: 60px;
		inset: -40px 2.7vw auto auto;
	}
}
.webprescription__parts--illust03 {
	width: 100%;
	max-width: 188px;
	inset: auto auto -114px 0;
}
@media (width <= 767px) {
	.webprescription__parts--illust03 {
		width: 100%;
		max-width: 78px;
		inset: auto auto -25px -5.41vw;
	}
}

.webprescriptionMerit__inner {
	width: 100%;
	max-width: 1190px;
}
.webprescriptionMerit__item.animated .webprescriptionMerit__icon {
	animation: shake 0.4s ease;
}
@media (width > 767px) {
	.webprescriptionMerit__item:nth-child(2) .webprescriptionMerit__icon {
		animation-delay: 0.2s;
	}
	.webprescriptionMerit__item:nth-child(3) .webprescriptionMerit__icon {
		animation-delay: 0.4s;
	}
	.webprescriptionMerit__item:nth-child(4) .webprescriptionMerit__icon {
		animation-delay: 0.6s;
	}
}
.webprescriptionMerit__title {
	width: 100%;
	max-width: 640px;
	margin-inline: auto;
}
.webprescriptionMerit__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px 60px;
	margin-top: 30px;
}
@media (width <= 960px) {
	.webprescriptionMerit__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px 20px;
	}
}
.webprescriptionMerit__icon {
	width: 100%;
	max-width: 170px;
	margin-inline: auto;
}
@media (width <= 960px) {
	.webprescriptionMerit__icon {
		max-width: 80px;
	}
}

.webprescriptionMeritDetail {
	margin-top: 30px;
}
.webprescriptionMeritDetail__title {
	font-family: var(--font-zenmaru);
	font-size: 22px;
	font-weight: bold;
	color: var(--color-orange);
	text-align: center;
}
.webprescriptionMeritDetail__text {
	margin-top: 20px;
}

.webprescriptionFlow__inner {
	width: 100%;
	max-width: 1210px;
	background-color: #fff;
	border-radius: 12px;
	padding: 45px 40px 70px;
	position: relative;
}
@media (width <= 767px) {
	.webprescriptionFlow__inner {
		padding-bottom: 195px;
	}
}
.webprescriptionFlow__inner > * {
	width: 100%;
	max-width: 1090px;
	margin-inline: auto;
}
.webprescriptionFlow__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 80px 95px;
}
@media (width <= 960px) {
	.webprescriptionFlow__list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		width: 100%;
		max-width: 500px;
		margin-inline: auto;
	}
}
.webprescriptionFlow__item {
	position: relative;
}
.webprescriptionFlow__item::after {
	content: "";
	display: block;
	width: 40px;
	aspect-ratio: 1;
	background: url(../img/common/icon_arrow01.svg) center/contain no-repeat;
	position: absolute;
	inset: 85px -47.5px auto auto;
	translate: 50% 0;
}
@media (width <= 960px) {
	.webprescriptionFlow__item::after {
		inset: auto auto -42.5px 50%;
		translate: -50% 50%;
		rotate: 90deg;
	}
}
.webprescriptionFlow__item:last-child::after {
	content: none;
}
.webprescriptionFlow__item--orange .webprescriptionFlowDetail__title {
	color: var(--color-orange);
}
.webprescriptionFlow__item--orange .webprescriptionFlowDetail__num {
	color: #f9d6b2;
}
.webprescriptionFlow__item--orange .webprescriptionFlowDetail__num::after {
	background-image: url(../img/common/icon_step02.svg);
}
@media (width > 767px) {
	.webprescriptionFlow__item:nth-child(2) {
		transition-delay: 0.2s;
	}
	.webprescriptionFlow__item:nth-child(3) {
		transition-delay: 0.4s;
	}
	.webprescriptionFlow__item:nth-child(4) {
		transition-delay: 0.6s;
	}
}
.webprescriptionFlow__parts {
	position: absolute;
}
.webprescriptionFlow__parts--illust01 {
	width: 10.71vw;
	max-width: 150px;
	inset: auto auto -35px 10.5%;
}
@media (width <= 767px) {
	.webprescriptionFlow__parts--illust01 {
		width: 100%;
		max-width: 100px;
		inset: -20px -10px auto auto;
	}
}
.webprescriptionFlow__parts--illust02 {
	width: 18.57vw;
	max-width: 260px;
	inset: auto 2.89% -130px auto;
}
@media (width <= 767px) {
	.webprescriptionFlow__parts--illust02 {
		width: 100%;
		max-width: 217px;
		inset: auto auto -25px 50%;
		translate: -50% 0;
	}
}

.webprescriptionFlowDetail {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.webprescriptionFlowDetail__title {
	font-family: var(--font-zenmaru);
	font-size: 18px;
	font-weight: bold;
	color: var(--color-green);
	text-align: center;
}
.webprescriptionFlowDetail__num {
	order: -1;
	font-family: var(--font-zenmaru);
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	color: #cae8c3;
	line-height: 1.3;
	width: 100%;
	max-width: max-content;
	margin-inline: auto;
	position: relative;
}
.webprescriptionFlowDetail__num::after {
	content: "";
	display: block;
	width: 36px;
	aspect-ratio: 1;
	background: url(../img/common/icon_step01.svg) center/contain no-repeat;
	position: absolute;
	inset: 0 auto auto calc(100% + 10px);
}

.webprescriptionInfo {
	padding-bottom: calc(120px + 4vw);
}
@media (width <= 767px) {
	.webprescriptionInfo {
		padding-bottom: calc(65px + 4vw);
	}
}
.webprescriptionInfo__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px 130px;
}
.webprescriptionInfo__box {
	width: 100%;
	max-width: 480px;
}

.webprescriptionInfoNote__title {
	font-size: 18px;
	font-weight: 500;
	color: var(--color-green);
}
.webprescriptionInfoNote__text {
	margin-top: 0.2em;
}
.webprescriptionInfoNote__text + .webprescriptionInfoNote__title {
	margin-top: 1lh;
}

.webprescriptionInfoFaq__title {
	font-size: 18px;
	font-weight: bold;
	padding-left: 24px;
	position: relative;
}
.webprescriptionInfoFaq__title::before {
	content: "Q";
	font-family: var(--font-zenmaru);
	font-size: 24px;
	font-weight: bold;
	color: var(--color-orange);
	line-height: 1;
	position: absolute;
	inset: 0.05em auto auto 0;
}
.webprescriptionInfoFaq__text {
	color: var(--color-orange);
	padding-left: 24px;
	margin-top: 0.5em;
}
.webprescriptionInfoFaq__text + .webprescriptionInfoFaq__title {
	margin-top: 1lh;
}

.tetoteoAbout {
	position: relative;
}
.tetoteoAbout__inner {
	width: 100%;
	max-width: 870px;
	position: relative;
}
.tetoteoAbout__inner .tetoteoAbout__title,
.tetoteoAbout__inner .tetoteoAbout__text {
	padding-inline: 10px;
}
.tetoteoAbout__parts {
	position: absolute;
}
.tetoteoAbout__parts--illust01 {
	width: 13.07vw;
	max-width: 183px;
	inset: -102px 27.86vw auto auto;
}
@media (width <= 767px) {
	.tetoteoAbout__parts--illust01 {
		width: 100%;
		max-width: 83px;
		inset: -130px 27.03vw auto auto;
	}
}
.tetoteoAbout__parts--illust02 {
	width: 11.14vw;
	max-width: 156px;
	inset: -55px auto auto 35px;
	animation-delay: 0.2s;
}
@media (width <= 767px) {
	.tetoteoAbout__parts--illust02 {
		width: 100%;
		max-width: 77px;
		inset: -85px 5.95vw auto auto;
	}
}

.tetoteoLatest {
	background-color: #fff;
	border-radius: 12px;
	padding: 80px 40px;
	margin-top: 60px;
	position: relative;
}
@media (width <= 767px) {
	.tetoteoLatest {
		border-radius: 0 0 12px 12px;
		padding-block: 50px;
		margin-top: 80px;
	}
}
.tetoteoLatest__inner {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	width: 100%;
	max-width: 660px;
}
@media (width <= 767px) {
	.tetoteoLatest__inner {
		flex-direction: column-reverse;
	}
}
.tetoteoLatest__inner .box01 {
	width: 300px;
}
@media (width <= 767px) {
	.tetoteoLatest__inner .box01 {
		width: 100%;
		max-width: 250px;
		margin-inline: auto;
	}
}
.tetoteoLatest__inner .box02 {
	flex: 1;
	max-width: 280px;
}
@media (width <= 767px) {
	.tetoteoLatest__inner .box02 {
		max-width: 200px;
		margin-inline: auto;
	}
}
.tetoteoLatest__thumbnail {
	aspect-ratio: 2/3;
}
.tetoteoLatest__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tetoteoLatest__info {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	background-color: #e1e1e1;
	min-height: 30px;
}
@media (width <= 767px) {
	.tetoteoLatest__info {
		width: 100%;
		border-radius: 12px 12px 0 0;
		min-height: 40px;
		position: absolute;
		inset: auto auto 100% 0;
	}
}
.tetoteoLatest__detail {
	margin-top: 45px;
}
@media (width <= 767px) {
	.tetoteoLatest__detail {
		margin-top: 0;
	}
}
.tetoteoLatest__date {
	font-family: var(--font-zenmaru);
	font-weight: bold;
	color: var(--color-green);
	border-bottom: 1px solid var(--color-green);
	padding-bottom: 10px;
}

.tetoteoBn {
	padding-bottom: calc(120px + 4vw);
}
@media (width <= 767px) {
	.tetoteoBn {
		padding-bottom: calc(40px + 4vw);
	}
}
.tetoteoBn__inner {
	width: 100%;
	max-width: 1330px;
}
.tetoteoBn__title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-zenmaru);
	color: #fff;
	font-weight: bold;
	min-height: 50px;
	background-color: var(--color-green);
	border-radius: 12px;
}
.tetoteoBn__list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
}
@media (width <= 960px) {
	.tetoteoBn__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (width <= 767px) {
	.tetoteoBn__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.tetoteoBn__link {
	background-color: #fff;
	border-radius: 12px;
	padding: 40px 15px;
}
@media (width <= 767px) {
	.tetoteoBn__link {
		padding-block: 15px;
	}
}
@media (any-hover: hover) {
	.tetoteoBn__link:hover .c-link01 svg {
		inset: 50% -5px auto auto;
	}
}
.tetoteoBn__box {
	width: 100%;
	max-width: 150px;
	margin-inline: auto;
}
.tetoteoBn__box > * + * {
	margin-top: 20px;
}
.tetoteoBn__thumbnail {
	aspect-ratio: 2/3;
}
.tetoteoBn__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tetoteoBn__date {
	font-family: var(--font-zenmaru);
	color: var(--color-green);
	text-align: center;
}
.tetoteoBn__more {
	display: block;
	font-size: 14px;
	margin-left: auto;
}

.post-type-archive-pharmacy,
.tax-prefecture,
.post-type-archive-pharmacy html,
.tax-prefecture html {
	overflow-x: visible;
}

.lowPharmacy {
	padding-bottom: calc(120px + 4vw);
	position: relative;
}
@media (width <= 767px) {
	.lowPharmacy {
		padding-bottom: calc(45px + 4vw);
	}
}
.lowPharmacy__inner {
	display: flex;
	gap: 40px 50px;
}
@media (width <= 767px) {
	.lowPharmacy__inner {
		flex-direction: column;
	}
}
.lowPharmacy__inner > .box01 {
	width: 200px;
	height: max-content;
	position: sticky;
	inset: 20px auto auto 0;
}
@media (width <= 767px) {
	.lowPharmacy__inner > .box01 {
		width: 100%;
		position: relative;
		inset: auto;
	}
}
.lowPharmacy__inner > .box02 {
	flex: 1;
}
.lowPharmacy__parts {
	position: absolute;
}
.lowPharmacy__parts--illust01 {
	width: 11.79vw;
	max-width: 165px;
	inset: -12vw 30.57vw auto auto;
}
@media (width <= 767px) {
	.lowPharmacy__parts--illust01 {
		width: 100%;
		max-width: 75px;
		inset: -170px 27.03vw auto auto;
	}
}
.lowPharmacy__parts--illust02 {
	width: 10.71vw;
	max-width: 192px;
	inset: -9.71vw auto auto 46vw;
}
@media (width <= 767px) {
	.lowPharmacy__parts--illust02 {
		width: 31.71vw;
		max-width: 192px;
		inset: -29.71vw auto auto 38vw;
	}
}
.lowPharmacy__parts--illust03 {
	width: 8.5vw;
	max-width: 119px;
	inset: -110px auto auto 35.71vw;
}
@media (width <= 767px) {
	.lowPharmacy__parts--illust03 {
		width: 100%;
		max-width: 88px;
		inset: -60px 0 auto auto;
	}
}

@media (width <= 767px) {
	.lowPharmacyNav {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
}
@media (width <= 767px) {
	.lowPharmacyNav__item {
		width: calc((100% - 10px) / 2);
	}
}
.lowPharmacyNav__item + .lowPharmacyNav__item {
	margin-top: 10px;
}
@media (width <= 767px) {
	.lowPharmacyNav__item + .lowPharmacyNav__item {
		margin-top: 0;
	}
}
@media (width <= 767px) {
	.lowPharmacyNav__item--full {
		width: 100%;
	}
}
.lowPharmacyNav__link, .lowPharmacyNav__prefectures {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	min-height: 60px;
	background-color: #c3c3c3;
	transition: 0.2s ease-out;
}
@media (any-hover: hover) {
	.lowPharmacyNav__link:hover, .lowPharmacyNav__prefectures:hover {
		background-color: var(--color-green);
	}
}
.lowPharmacyNav__link {
	border-radius: 12px;
}
.lowPharmacyNav__link--current {
	background-color: var(--color-green);
}
.lowPharmacyNav__prefectures {
	position: relative;
	cursor: pointer;
}
.lowPharmacyNav__prefectures-toggle {
	display: block;
	width: 8px;
	aspect-ratio: 1;
	position: absolute;
	inset: 50% 20px auto auto;
	translate: 0 -50%;
}
.lowPharmacyNav__prefectures-toggle::before, .lowPharmacyNav__prefectures-toggle::after {
	content: "";
	display: block;
	width: 1px;
	height: 8px;
	background-color: #fff;
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
	transition: 0.2s ease-out;
}
.lowPharmacyNav__prefectures-toggle::after {
	rotate: 90deg;
}
.lowPharmacyNav__prefectures--open {
	background-color: var(--color-green);
}
.lowPharmacyNav__prefectures--open .lowPharmacyNav__prefectures-toggle::before {
	rotate: 90deg;
}
.lowPharmacyNav__detail {
	border-radius: 12px;
	overflow: hidden;
	transition: 0.2s ease-out;
}
.lowPharmacyNav__detail:has(.lowPharmacyNav__prefectures--open) {
	border: 1px solid var(--color-green);
}

.lowPharmacyNavMunicipality {
	display: none;
	background-color: #fff;
	padding: 30px 20px;
}
@media (width <= 767px) {
	.lowPharmacyNavMunicipality {
		padding: 20px 15px;
	}
}
.lowPharmacyNavMunicipality__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}
.lowPharmacyNavMunicipality__item {
	width: calc((100% - 1em) / 2);
}
.lowPharmacyNavMunicipality__link {
	color: var(--color-green);
}

.lowPharmacySummary__item {
	background-color: #fff;
	border-radius: 12px;
	padding: 60px 50px;
}
@media (width <= 767px) {
	.lowPharmacySummary__item {
		padding-bottom: 40px;
	}
}
.lowPharmacySummary__item + .lowPharmacySummary__item {
	margin-top: 40px;
}
.lowPharmacySummary__inner {
	width: 100%;
	max-width: 710px;
	margin-inline: auto;
}
.lowPharmacySummary__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	font-family: var(--font-zenmaru);
	font-size: 18px;
	font-weight: bold;
	color: var(--color-green);
	border-bottom: 1px solid var(--color-green);
	padding-bottom: 10px;
}
.lowPharmacySummary__title span {
	display: block;
	width: 100%;
	max-width: 310px;
}
.lowPharmacySummary__title a {
	width: 30px;
}

.lowPharmacySummaryInfo {
	display: flex;
	gap: 30px 50px;
}
@media (width <= 960px) {
	.lowPharmacySummaryInfo {
		flex-direction: column;
	}
}
.lowPharmacySummaryInfo > .box01 {
	width: 360px;
}
.lowPharmacySummaryInfo > .box02 {
	flex: 1;
}
.lowPharmacySummaryInfo__link, .lowPharmacySummaryInfo__address {
	letter-spacing: -0.05em;
}
.lowPharmacySummaryInfo__link--strong, .lowPharmacySummaryInfo__address--strong {
	font-weight: bold;
}
.lowPharmacySummaryInfo__link--small, .lowPharmacySummaryInfo__address--small {
	font-size: 14px;
}
@media (width <= 960px) {
	.lowPharmacySummaryInfo__box {
		display: contents;
	}
}
.lowPharmacySummaryInfo__boxWrapper {
	display: flex;
	align-items: flex-end;
	column-gap: 15px;
}
.lowPharmacySummaryInfo__boxWrapper > .box01 {
	flex: 1;
}
.lowPharmacySummaryInfo__boxWrapper > .box02 {
	width: 80px;
}
.lowPharmacySummaryInfo__line {
	position: relative;
}
@media (width <= 960px) {
	.lowPharmacySummaryInfo__line {
		display: none;
	}
}
.lowPharmacySummaryInfo__linetext {
	width: 120px;
	position: absolute;
	inset: auto -72px calc(100% + 15px) auto;
}
.lowPharmacySummaryInfo__btnGroup {
	margin-top: 30px;
}
@media (width <= 960px) {
	.lowPharmacySummaryInfo__btnGroup {
		order: 1;
		margin-top: 0;
	}
}
.lowPharmacySummaryInfo__btnGroup > * + * {
	margin-top: 10px;
}
@media (width > 960px) {
	.lowPharmacySummaryInfo__btnGroup .c-btn01--line {
		display: none;
	}
}
.lowPharmacySummaryInfo__img {
	aspect-ratio: 3/2;
	border-radius: 6px;
	overflow: hidden;
}
.lowPharmacySummaryInfo__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pharmacyDetail__wrapper {
	background-color: #fff;
	border-radius: 12px;
	padding: 90px 10px;
}
@media (width <= 960px) {
	.pharmacyDetail__wrapper {
		padding: 60px 10px;
	}
}
.pharmacyDetail__inner {
	display: flex;
	justify-content: center;
	gap: 30px 70px;
	width: 100%;
	max-width: 1040px;
	padding-inline: 40px;
}
@media (width <= 960px) {
	.pharmacyDetail__inner {
		flex-direction: column;
	}
}
.pharmacyDetail__inner > .box01 {
	width: 460px;
}
@media (width <= 960px) {
	.pharmacyDetail__inner > .box01 {
		width: 100%;
	}
}
.pharmacyDetail__inner > .box02 {
	width: calc(100% - 460px - 70px);
}
@media (width <= 960px) {
	.pharmacyDetail__inner > .box02 {
		width: 100%;
	}
}
@media (width > 960px) {
	.pharmacyDetail__inner .c-btn01 {
		display: none;
	}
}
.pharmacyDetail__boxWrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px 15px;
}
@media (width <= 960px) {
	.pharmacyDetail__boxWrapper {
		flex-direction: column;
		align-items: center;
	}
}
.pharmacyDetail__boxWrapper > .box01 {
	flex: 1;
	width: 100%;
}
.pharmacyDetail__boxWrapper > .box02 {
	width: 130px;
}
.pharmacyDetail__contact {
	display: flex;
	align-items: last baseline;
	flex-wrap: wrap;
	column-gap: 1em;
}
@media (width <= 960px) {
	.pharmacyDetail__contact {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 5px;
	}
}
.pharmacyDetail__contact > * {
	max-width: max-content;
}
.pharmacyDetail__item {
	aspect-ratio: 450/300;
	border-radius: 6px;
	overflow: hidden;
}
.pharmacyDetail__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pharmacyDetail__map {
	width: 100%;
	aspect-ratio: 1;
}
.pharmacyDetail__map iframe {
	width: 100%;
	height: 100%;
}

.pharmacyDetailHours {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
@media (width <= 767px) {
	.pharmacyDetailHours {
		row-gap: 0;
	}
}
.pharmacyDetailHours__title {
	font-weight: 500;
	color: var(--color-green);
	width: 115px;
}
@media (width <= 767px) {
	.pharmacyDetailHours__title {
		width: 100%;
	}
}
.pharmacyDetailHours__text {
	width: calc(100% - 130px);
}
@media (width <= 767px) {
	.pharmacyDetailHours__text {
		width: 100%;
	}
}

.pharmacyServiceList {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}
.pharmacyServiceList__item {
	font-size: 14px;
}

.pharmacyFacilityList {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.pharmacyFacilityList__item {
	font-size: 14px;
	border: 1px solid var(--color-green);
	border-radius: calc(infinity * 1px);
	padding-inline: 10px;
}

@media (width <= 960px) {
	.pharmacyDetailLine {
		display: none;
	}
}
.pharmacyDetailLine__text {
	width: 100%;
	max-width: 120px;
	margin-inline: auto;
}
.pharmacyDetailLine__qr {
	width: 100%;
	max-width: 80px;
	margin: 20px auto 0;
}
.pharmacyDetailLine__name {
	font-size: 14px;
	font-weight: 500;
	color: var(--color-green);
	text-align: center;
	margin-top: 10px;
}

.pharmacyServiceList__item {
	padding-left: 2em;
	position: relative;
}
.pharmacyServiceList__item::before {
	content: "";
	display: block;
	width: 1lh;
	aspect-ratio: 1;
	background: center/contain no-repeat;
	position: absolute;
	inset: 0 auto auto 0;
}
.pharmacyServiceList__item + .pharmacyServiceList__item {
	margin-top: 0.3em;
}
.pharmacyServiceList__item--01::before {
	background-image: url(../img/pharmacy/icon_service01.webp);
}
.pharmacyServiceList__item--02::before {
	background-image: url(../img/pharmacy/icon_service02.webp);
}
.pharmacyServiceList__item--03::before {
	background-image: url(../img/pharmacy/icon_service03.webp);
}
.pharmacyServiceList__item--04::before {
	background-image: url(../img/pharmacy/icon_service04.webp);
}
.pharmacyServiceList__item--05::before {
	background-image: url(../img/pharmacy/icon_service05.webp);
}
.pharmacyServiceList__item--06::before {
	background-image: url(../img/pharmacy/icon_service06.webp);
}
.pharmacyServiceList__item--07::before {
	background-image: url(../img/pharmacy/icon_service07.webp);
}
.pharmacyServiceList__item--08::before {
	background-image: url(../img/pharmacy/icon_service08.webp);
}
.pharmacyServiceList__item--09::before {
	background-image: url(../img/pharmacy/icon_service09.webp);
}
.pharmacyServiceList__item--10::before {
	background-image: url(../img/pharmacy/icon_service10.webp);
}
.pharmacyServiceList__item--11::before {
	background-image: url(../img/pharmacy/icon_service11.webp);
}
.pharmacyServiceList__item--12::before {
	background-image: url(../img/pharmacy/icon_service12.webp);
}
.pharmacyServiceList__item--13::before {
	background-image: url(../img/pharmacy/icon_service13.webp);
}

.pharmacyPayList {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.pharmacyPayList__item {
	width: 80px;
}

.lowPostGrop__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px 130px;
}
.lowPostGrop__inner > * {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	width: 100%;
	max-width: 480px;
}
@media (width <= 767px) {
	.lowPostGrop__inner > * {
		max-width: 100%;
	}
}
.lowPostGrop__inner .c-btn01 {
	margin-top: auto;
}
@media (width <= 767px) {
	.lowPostGrop__inner .c-btn01 {
		max-width: 100%;
	}
}
.lowPostGrop__inner .topics {
	padding-inline: 10px;
}
.lowPostGrop__inner .blog {
	padding-bottom: 0;
}
@media (width <= 767px) {
	.lowPostGrop__inner .blog__inner {
		padding-inline: 0;
	}
}
@media (width <= 767px) {
	.lowPostGrop__inner .blog__next {
		right: -55px;
	}
}
@media (width <= 767px) {
	.lowPostGrop__inner .blog__prev {
		left: -55px;
	}
}

.blogSummary {
	padding-bottom: calc(80px + 4vw);
	position: relative;
}
@media (width <= 767px) {
	.blogSummary {
		padding-bottom: calc(45px + 4vw);
	}
}
.blogSummary__item + .blogSummary__item {
	margin-top: 20px;
}
.blogSummary__link {
	display: flex;
	align-items: center;
	gap: 30px 60px;
	background-color: #fff;
	padding: 40px;
	border-radius: 12px;
}
@media (width <= 767px) {
	.blogSummary__link {
		flex-direction: column;
		padding-block: 50px;
	}
}
@media (any-hover: hover) {
	.blogSummary__link:hover {
		color: var(--color-green);
	}
	.blogSummary__link:hover .c-link01 svg {
		inset: 50% -5px auto auto;
	}
	.blogSummary__link:hover .blogSummary__img img {
		scale: 1.05;
	}
}
.blogSummary__img {
	aspect-ratio: 3/2;
	width: 100%;
	max-width: 300px;
	border-radius: 6px;
	overflow: hidden;
}
.blogSummary__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: scale 0.5s ease-out;
}
.blogSummary__detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 30px 15px;
	width: 100%;
	max-width: 630px;
}
.blogSummary__title {
	font-weight: 500;
	width: 100%;
}
.blogSummary__title span {
	display: block;
	width: 100%;
	max-width: 530px;
}
.blogSummary__cat {
	order: -1;
}
.blogSummary__catList {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.blogSummary__catItem {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	width: 100%;
	min-width: 76px;
	max-width: max-content;
	color: var(--color-green);
	min-height: 28px;
	border: 1px solid #7cc769;
	border-radius: calc(infinity * 1px);
	padding: 0 15px 1px;
}
.blogSummary__catItem--blog {
	color: #fff;
	background-color: var(--color-green);
	border-color: var(--color-green);
}
.blogSummary__catItem--pharmacy {
	color: #fff;
	background-color: #7cc769;
}
.blogSummary__date {
	font-size: 14px;
	color: var(--color-green);
}
.blogSummary__parts {
	position: absolute;
}
.blogSummary__parts--illust01 {
	width: 21.43vw;
	max-width: 300px;
	inset: -150px 29.36vw auto auto;
}
@media (width <= 767px) {
	.blogSummary__parts--illust01 {
		width: 100%;
		max-width: 150px;
		inset: -150px 25.68vw auto auto;
	}
}

.blogDetail {
	padding-bottom: calc(80px + 4vw);
	position: relative;
}
@media (width <= 767px) {
	.blogDetail {
		padding-bottom: calc(45px + 4vw);
	}
}
.blogDetail__inner {
	background-color: #fff;
	border-radius: 12px;
	padding: 100px 50px 120px;
}
@media (width <= 767px) {
	.blogDetail__inner {
		padding-block: 50px;
	}
}
.blogDetail__inner > * {
	width: 100%;
	max-width: 720px;
	margin-inline: auto;
}
.blogDetail__inner > * + * {
	margin-top: 50px;
}
@media (width <= 767px) {
	.blogDetail__inner > * + * {
		margin-top: 30px;
	}
}
.blogDetail__img {
	width: 100%;
	max-width: 600px;
	border-radius: 6px;
	overflow: hidden;
}
.blogDetail__title {
	font-size: clamp(20px, 0.871rem + 0.79vw, 24px);
	font-weight: bold;
	color: var(--color-green);
	text-align: center;
}
@media (width <= 767px) {
	.blogDetail__title {
		text-align: justify;
	}
}
.blogDetail__info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
.blogDetail__content {
	border-top: 1px dotted #b4b4b4;
	padding-top: 60px;
	margin-top: 60px;
}
@media (width <= 767px) {
	.blogDetail__content {
		padding-top: 40px;
		margin-top: 40px;
	}
}
.blogDetail__content > * + * {
	margin-top: 40px;
}
.blogDetail__content h3 {
	font-size: 20px;
	font-weight: 500;
	color: var(--color-green);
}
.blogDetail__content h4 {
	font-size: 18px;
	font-weight: 500;
}
.blogDetail__content a {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: max-content;
	min-height: 46px;
	border: 1px solid #b4b4b4;
	border-radius: calc(infinity * 1px);
	padding: 5px 50px 5px 25px;
	position: relative;
}
.blogDetail__content a::after {
	content: "";
	display: block;
	width: 5px;
	aspect-ratio: 5/8;
	background: url(../img/common/icon_arrow02.svg) center/contain no-repeat;
	position: absolute;
	inset: 50% 20px auto auto;
	translate: 0 -50%;
	transition: inset 0.2s ease-out;
}
@media (any-hover: hover) {
	.blogDetail__content a:hover {
		color: var(--color-green);
	}
	.blogDetail__content a:hover::after {
		right: 15px;
	}
}
.blogDetail__content img {
	max-width: 450px;
	border-radius: 5px;
	margin-inline: auto;
}
.blogDetail__pn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
@media (width <= 767px) {
	.blogDetail__pn {
		gap: 10px;
	}
}
.blogDetail__pnBtn--prev, .blogDetail__pnBtn--next {
	width: 60px;
}
.blogDetail__pnBtn--summary {
	flex: 1;
	max-width: 300px;
}
.blogDetail__pnLink--prev, .blogDetail__pnLink--next {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: var(--color-green);
	border: 1px solid var(--color-green);
}
.blogDetail__pnLink--prev span, .blogDetail__pnLink--next span {
	display: block;
	font-size: 13px;
}
@media (any-hover: hover) {
	.blogDetail__pnLink--prev:hover, .blogDetail__pnLink--next:hover {
		color: var(--color-green);
		background-color: #fff;
	}
}
.blogDetail__pnLink--summary {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	background-color: #fff;
	border: 1px solid #b4b4b4;
	border-radius: calc(infinity * 1px);
}
@media (any-hover: hover) {
	.blogDetail__pnLink--summary:hover {
		color: #fff;
		background-color: #b4b4b4;
	}
}

.contact {
	padding-bottom: calc(130px + 4vw);
	position: relative;
}
@media (width <= 767px) {
	.contact {
		padding-bottom: calc(60px + 4vw);
	}
}
.contact__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
	max-width: 1050px;
}
@media (width <= 960px) {
	.contact__list {
		flex-direction: column;
	}
}
.contact__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 20px;
	width: 320px;
	background-color: #fff;
	border-radius: 12px;
	padding: 40px 20px;
	border: 1px solid;
}
@media (width <= 960px) {
	.contact__item {
		width: 100%;
	}
}
@media (width > 960px) {
	.contact__item > *:first-child {
		min-height: 3lh;
	}
}
@media (width > 960px) {
	.contact__item > *:last-child {
		margin-top: auto;
	}
}
.contact__item--orange {
	border-color: var(--color-orange);
}
.contact__item--green {
	border-color: var(--color-green);
}
.contact__item--linePc {
	justify-content: center;
	background-color: #06c755;
	border-color: #06c755;
}
@media (width <= 960px) {
	.contact__item--linePc {
		display: none;
	}
}
.contact__item--lineSp {
	display: none;
}
@media (width <= 960px) {
	.contact__item--lineSp {
		display: block;
		background-color: transparent;
		border: 0;
		padding: 0 10px;
	}
}
.contact__text {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	color: var(--color-orange);
	text-align: center;
	line-height: 1.55;
}
.contact__text--green {
	color: var(--color-green);
}
.contact__text--white {
	font-family: var(--font-zenmaru);
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
.contact__tel {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 31px;
	font-weight: bold;
	letter-spacing: -0.05em;
}
.contact__tel::before {
	content: "";
	display: block;
	width: 26px;
	aspect-ratio: 1;
	background: url(../img/common/icon_tel.svg) center/contain no-repeat;
}
.contact__line {
	display: flex;
	align-items: flex-end;
	column-gap: 15px;
}
.contact__line .contact__text {
	flex: 1;
	text-align: justify;
	letter-spacing: -0.07em;
}
.contact__line .contact__lineQr {
	width: 76px;
}
.contact__form {
	width: 100%;
	max-width: 980px;
}
.contact__form .wpcf7-spinner {
	display: none;
}
.contact__formText {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 20px;
}
.contact__formRequired {
	font-size: 12px;
	color: #fff;
	background-color: #d90000;
	padding: 1px 5px;
}
.contact__formDetail {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 50px;
}
@media (width <= 767px) {
	.contact__formDetail {
		flex-direction: column;
		row-gap: 0;
	}
}
.contact__formDetail > * {
	min-height: 40px;
}
.contact__formDetailTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	color: var(--color-green);
	width: 170px;
	height: max-content;
}
@media (width <= 767px) {
	.contact__formDetailTitle {
		width: 100%;
		justify-content: flex-start;
		column-gap: 10px;
		margin-bottom: 10px;
	}
}
.contact__formDetailTitle--required::after {
	content: "必須";
	font-size: 12px;
	color: #fff;
	background-color: #d90000;
	padding: 1px 5px;
}
.contact__formDetailText {
	width: calc(100% - 170px - 50px);
}
@media (width <= 767px) {
	.contact__formDetailText {
		width: 100%;
	}
}
@media (width <= 767px) {
	.contact__formDetailText + .contact__formDetailTitle {
		margin-top: 20px;
	}
}
.contact__formDetailText--w220 input {
	max-width: 220px;
}
.contact__formDetailText--w290 input {
	max-width: 290px;
}
.contact__formDetailAddress {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
}
.contact__formDetailAddress > * {
	min-height: 40px;
}
.contact__formDetailAddressTitle {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: var(--color-green);
	width: 80px;
	height: max-content;
}
.contact__formDetailAddressText {
	width: calc(100% - 80px);
}
.contact__formDetailAddressText span:has(select) {
	display: block;
	max-width: 300px;
	position: relative;
}
.contact__formDetailAddressText span:has(select)::after {
	content: "";
	display: block;
	width: 7px;
	aspect-ratio: 7/5;
	background: url(../img/common/icon_select.svg) center/contain no-repeat;
	position: absolute;
	inset: 50% 20px auto auto;
	translate: 0 -50%;
	pointer-events: none;
}
.contact__formDetailAddressText--w200 select {
	appearance: none;
	color: #232323;
	max-width: 300px;
	background-color: #fff;
}
.contact__formPrivacy {
	height: 180px;
	background-color: #fff;
	padding: 40px;
	overflow: auto;
}
.contact__formPrivacy > dd {
	margin-top: 10px;
}
.contact__formPrivacy > dd + dt {
	margin-top: 30px;
}
.contact__formApproval label {
	padding-left: 40px;
	position: relative;
}
.contact__formApproval label::before {
	content: "";
	display: block;
	width: 30px;
	aspect-ratio: 1;
	background: url(../img/common/icon_checkbox01.svg) center/contain no-repeat;
	position: absolute;
	inset: 50% auto auto 0;
	translate: 0 -50%;
	transition: background-image 0.2s ease-out;
}
.contact__formApproval label:has(input:checked)::before {
	background-image: url(../img/common/icon_checkbox02.svg);
}
.contact__formApproval input[type=checkbox],
.contact__formApproval input[type=radio] {
	all: unset;
}
.contact__formSubmit {
	width: 100%;
	max-width: 300px;
	position: relative;
}
.contact__formSubmit input {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	line-height: 1.25;
	letter-spacing: -0.05em;
	width: 100%;
	max-width: 300px;
	min-height: 80px;
	background-color: var(--color-green);
	border: 1px solid var(--color-green);
	border-radius: calc(infinity * 1px);
	padding-inline: 40px;
	position: relative;
	transition: 0.2s ease-out;
}
@media (any-hover: hover) {
	.contact__formSubmit input:hover {
		color: var(--color-green);
		background-color: #fff;
	}
	.contact__formSubmit input:hover + svg {
		stroke: var(--color-green);
		right: 25px;
	}
}
.contact__formSubmit svg {
	display: block;
	width: 5px;
	stroke: #fff;
	position: absolute;
	inset: 50% 30px auto auto;
	translate: 0 -50%;
	transition: inset 0.2s ease-out;
}
.contact__parts {
	position: absolute;
}
.contact__parts--illust01 {
	width: 20.93vw;
	max-width: 293px;
	inset: -10vw 25.71vw auto auto;
}
@media (width <= 767px) {
	.contact__parts--illust01 {
		width: 100%;
		max-width: 163px;
		inset: -123px 16.22vw auto auto;
	}
}
.contact .webprescriptionInfo__box {
	max-width: 1050px;
}

.faqList__question {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	border-bottom: 1px solid #828d97;
	padding: 1.5em 50px 1.5em 30px;
	position: relative;
	transition: border-bottom 0.2s ease-out;
	cursor: pointer;
}
.faqList__question::before {
	content: "Q";
	font-size: 22px;
	position: absolute;
	inset: 1.2em auto auto 0;
}
@media (any-hover: hover) {
	.faqList__question:hover .faqList__question-toggle {
		inset: calc(50% + 10px) 0 auto auto;
	}
}
.faqList__question--open {
	border-color: transparent;
}
.faqList__question--open .faqList__question-toggle {
	background-color: #828d97;
}
.faqList__question--open .faqList__question-toggle::after {
	rotate: 0deg;
}
.faqList__question-toggle {
	width: 40px;
	aspect-ratio: 1;
	background-color: var(--color-green);
	border-radius: 50%;
	position: absolute;
	inset: 50% 0 auto auto;
	translate: 0 -50%;
	transition: 0.2s ease-out;
}
.faqList__question-toggle::before, .faqList__question-toggle::after {
	content: "";
	display: block;
	width: 14px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
	transition: 0.2s ease-out;
}
.faqList__question-toggle::after {
	rotate: 90deg;
}
.faqList__answer {
	display: none;
	background-color: var(--color-green02);
	border-radius: 6px;
	padding: 45px 30px;
}
@media (width <= 767px) {
	.faqList__answer {
		padding: 30px;
	}
}/*# sourceMappingURL=style.css.map */

/*店舗詳細ページ色味変更*/
