@charset "UTF-8";

.cmnhd {
	background: transparent;
	transition: all 0.6s;
}

.cmnhd.hdactive {
	background: #80b051;
}

.gbg {
	background: #80b051;
}

.pageHeader {
	position: relative;
	z-index: 1;
	margin-bottom: 29px;
	padding-top: 130px;
}

.pageHeader_inner {
	position: relative;
	z-index: 3;
	width: 980px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 91px;
}

.pageHeader_title {
	margin-bottom: 58px;
	color: #ffffff;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}

.header_sly {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 524px;
	background: url(../img/home/bg-sky@2x.png) center top repeat-x;
	background-size: 1430px auto;
}

.header_sly_clound {
	position: absolute;
	top: -8px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 170px;
	background: url(../img/home/bg-cloud@2x.png) 0 0 repeat-x;
	background-size: 1650px auto;
}

.header_flower {
	position: absolute;
	bottom: -9px;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 135px;
	background: url(../img/home/bg-flower@2x.png) center 0 no-repeat;
	background-size: 1300px auto;
}

.header_char {
	position: absolute;
	z-index: 1;
}

.header_char-rabbit {
	top: 87%;
	left: 50%;
	z-index: 3;
	width: 74px;
	height: 72px;
	background: url(../img/home/img-rabbit@2x.png) 0 0 no-repeat;
	background-size: 300% 100%;
	        animation: runRabbit 4s ease-in-out infinite;

	-webkit-animation: runRabbit 4s ease-in-out infinite;
}

.header_house {
	position: relative;
	top: 0;
	z-index: 1;
	padding-right: 2%;
	text-align: center;
	        transform: scale(1);
	        transform-origin: center bottom;
	        transition:         transform 0.3s;
	        transition-delay: 0.3s;

	-webkit-transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s;
	-webkit-transition-delay: 0.3s;
	-webkit-transform-origin: center bottom;
}

.isRunAnime .header_house.isBeforeAnime {
	        transform: scale(1, 0.5);

	-webkit-transform: scale(1, 0.5);
}

.header_house > img {
	max-width: 347px;
}

.header_char[data-pattern="2"][data-status="0"] {
	background-position: 0 0;
}

.header_char[data-pattern="2"][data-status="1"] {
	background-position: 100% 0;
}

.header_char[data-pattern="3"][data-status="0"] {
	background-position: 0 0;
}

.header_char[data-pattern="3"][data-status="1"] {
	background-position: 50% 0;
}

.header_char[data-pattern="3"][data-status="2"] {
	background-position: 100% 0;
}

.header_char[data-pattern="5"][data-status="0"] {
	background-position: 0 0;
}

.header_char[data-pattern="5"][data-status="1"] {
	background-position: 25% 0;
}

.header_char[data-pattern="5"][data-status="2"] {
	background-position: 50% 0;
}

.header_char[data-pattern="5"][data-status="3"] {
	background-position: 75% 0;
}

@-webkit-keyframes runRabbit {
	0% {
		margin-left: 0;
		transform: rotateY(0deg);
	}

	40% {
		transform: rotateY(0deg);
	}

	50% {
		margin-left: 20%;
		transform: rotateY(180deg);
	}

	90% {
		transform: rotateY(180deg);
	}

	100% {
		margin-left: 0;
		transform: rotateY(0deg);
	}
}

@keyframes runRabbit {
	0% {
		margin-left: 0;
		transform: rotateY(0deg);
	}

	40% {
		transform: rotateY(0deg);
	}

	50% {
		margin-left: 20%;
		transform: rotateY(180deg);
	}

	90% {
		transform: rotateY(180deg);
	}

	100% {
		margin-left: 0;
		transform: rotateY(0deg);
	}
}

.header_char-cat {
	top: 67%;
	left: 2.3%;
	z-index: 2;
	width: 99px;
	height: 120px;
	background: url(../img/home/img-cat@2x.png) 0 0 no-repeat;
	background-size: 500% 100%;
}

.header_char-dog {
	top: 80%;
	right: 2%;
	z-index: 2;
	width: 112px;
	height: 65px;
	background: url(../img/home/img-dog@2x.png) 0 0 no-repeat;
	background-size: 500% 100%;
	        animation: runDog 7s ease-in-out infinite;

	-webkit-animation: runDog 7s ease-in-out infinite;
}

@-webkit-keyframes runDog {
	0% {
		margin-right: 0;
		transform: rotateY(0deg);
	}

	40% {
		transform: rotateY(0deg);
	}

	50% {
		margin-right: 30%;
		transform: rotateY(180deg);
	}

	90% {
		transform: rotateY(180deg);
	}

	100% {
		margin-right: 0;
		transform: rotateY(0deg);
	}
}

@keyframes runDog {
	0% {
		margin-right: 0;
		transform: rotateY(0deg);
	}

	40% {
		transform: rotateY(0deg);
	}

	50% {
		margin-right: 30%;
		transform: rotateY(180deg);
	}

	90% {
		transform: rotateY(180deg);
	}

	100% {
		margin-right: 0;
		transform: rotateY(0deg);
	}
}

.header_char-retriever {
	top: 57%;
	left: 17%;
	width: 85px;
	height: 150px;
	background: url(../img/home/img-retriever@2x.png) 0 0 no-repeat;
	background-size: 500% 100%;
}

.header_char_parts {
	position: absolute;
	z-index: 1;
}

.header_char_parts-retriever {
	bottom: 12%;
	left: -67.6%;
	width: 74px;
	height: 44px;
	background: url(../img/home/img-retriever-tail@2x.png) 0 0 no-repeat;
	background-size: 100%;
	transform-origin: right bottom;
	        animation: tail 2s ease-in-out infinite;

	-webkit-animation: tail 2s ease-in-out infinite;
}

@-webkit-keyframes tail {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(45deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes tail {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(45deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.header_char-hamster {
	top: 97%;
	left: 72%;
	z-index: 4;
	width: 51px;
	height: 34px;
	background: url(../img/home/img-hamster@2x.png) 0 0 no-repeat;
	background-size: 500% 100%;
	        animation: runHamster 6s ease-in-out infinite;

	-webkit-animation: runHamster 6s ease-in-out infinite;
}

@-webkit-keyframes runHamster {
	0% {
		margin-left: 0;
		transform: rotateY(0deg);
	}

	40% {
		transform: rotateY(0deg);
	}

	50% {
		margin-left: -20%;
		transform: rotateY(180deg);
	}

	90% {
		transform: rotateY(180deg);
	}

	100% {
		margin-left: 0;
		transform: rotateY(0deg);
	}
}

@keyframes runHamster {
	0% {
		margin-left: 0;
		transform: rotateY(0deg);
	}

	40% {
		transform: rotateY(0deg);
	}

	50% {
		margin-left: -20%;
		transform: rotateY(180deg);
	}

	90% {
		transform: rotateY(180deg);
	}

	100% {
		margin-left: 0;
		transform: rotateY(0deg);
	}
}

.header_char-docter {
	top: 54.3%;
	right: 19%;
	width: 122px;
	height: 176px;
	background: url(../img/home/img-docter@2x.png) 0 0 no-repeat;
	background-size: 500% 100%;
}

.header_char-sun {
	top: 6%;
	left: 3%;
	width: 117px;
	height: 106px;
	background: url(../img/home/img-sun@2x.png) 0 0 no-repeat;
	background-size: 200% 100%;
}

.gnav {
	position: absolute;
	top: 170px;
	left: 0;
	z-index: 10;
	width: 100%;
}

.gnav_list {
	list-style: none;
}

.gnav_list > li {
	position: absolute;
	z-index: 1;
	        transition:         transform 1s;

	-webkit-transition: -webkit-transform 1s;
}

.isRunAnime .gnav_list > li.isBeforeAnime {
	        transform: scale(0.5);

	-webkit-transform: scale(0.5);
}

@-webkit-keyframes fuwafuwa {
	0%,
	100% {
		margin-top: 0;
	}

	50% {
		margin-top: -10px;
	}
}

@-webkit-keyframes fuwafuwaReverse {
	0%,
	100% {
		margin-top: -10px;
	}

	50% {
		margin-top: 0;
	}
}

.gnav_list > li:nth-child(1) {
	top: -40px;
	left: 117px;
}

.gnav_list > li:nth-child(2) {
	top: -90px;
	right: 114px;
	        transition-delay: 0.3s;

	-webkit-transition-delay: 0.3s;
}

.gnav_list > li:nth-child(3) {
	top: 59px;
	left: -20px;
	        transition-delay: 0.6s;

	-webkit-transition-delay: 0.6s;
}

.gnav_list > li:nth-child(4) {
	top: 10px;
	right: -10px;
	        transition-delay: 0.9s;

	-webkit-transition-delay: 0.9s;
}

.gnav_list > li:nth-child(5) {
	top: 160px;
	right: -70px;
	        transition-delay: 1.2s;

	-webkit-transition-delay: 1.2s;
}

.gnav_list > li:first-child {
}

.gnav_list > li:nth-child(2n) {
}

.gnav_list > li > a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 165px;
	height: auto;
	padding-bottom: 15px;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #40622f;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	transform-origin: center bottom;
	transition: transform 0.3s;
	aspect-ratio: 155 / 130;
}

.gnav_list > li > a:hover {
	transform: scale(1.2);
}

.gnav_list > li > a:before {
}

.gnav_list > li > a:after {
}

.gnav_list > li > a > .icon {
	display: block;
	padding: 16px 0 0;
	font-size: 50px;
	line-height: 1;
}

.gnav_list > li > a > b {
	display: block;
	line-height: 1;
}

.gnav_list > li:nth-child(odd) > a {
	background-image: url(../img/home/bg-fukidashi-left-top@2x.png);
}

.gnav_list > li:nth-child(even) > a,
.gnav_list > li:nth-child(5) > a {
	background-image: url(../img/home/bg-fukidashi-right-bottom@2x.png);
}

.hsec {
}

.hsec_hd {
	line-height: 1.2;
}

.hsec_hd p {
	color: #80b051;
	font-weight: 600;
	font-size: 70px;
}

.hsec_hd h1 {
	font-weight: bold;
	font-size: 24px;
}

.news {
	padding-bottom: 80px;
}

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

.news_hd {
}

.news_hd p {
	color: #ffffff;
}

.news_hd h1 {
	color: #ffff48;
}

.news_archive {
	margin-top: 50px;
}

.news_cnt {
	width: 100%;
	max-width: 760px;
}

.news_list {
}

.news_list li {
	border-bottom: #ffffff 1px dashed;
}

.news_list li:first-child {
	border-top: #ffffff 1px dashed;
}

.news_list li a {
	display: flex;
	align-items: baseline;
	gap: 20px;
	padding: 15px 18px;
	color: #ffff48;
	font-weight: bold;
}

.news_list li a time {
	display: inline-block;
	width: 100px;
	color: #ffffff;
	font-weight: 600;
}

.policy {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}

.policy_item {
	content: "";
	display: block;
	position: absolute;
}

.policy_item.p-item01 {
	top: 95px;
	left: 60%;
	z-index: 3;
	width: 246px;
	height: 191px;
	background: url(../img/home/policy-item01@2x.png) center / 100% 100%;
	transform: translateX(40dvw);
	transition: all 0.8s ease-out;
}

.is-active .policy_item.p-item01 {
	transform: translateX(0);
}

.policy_item.p-item02 {
	opacity: 0;
	top: 260px;
	right: 140px;
	z-index: 4;
	width: 94px;
	height: 91px;
	background: url(../img/home/policy-item02@2x.png) center / 100% 100%;
	transform: rotate(22deg);
	transition: all 0.2s 0.6s;
}

.is-active .policy_item.p-item02 {
	opacity: 1;
}

.policy_item.p-item03 {
	top: 45px;
	right: -5px;
	z-index: 3;
	width: 313px;
	height: 269px;
	background: url(../img/home/policy-item03@2x.png) center / 100% 100%;
}

.policy_item.p-item04 {
	bottom: 100px;
	left: -20px;
	z-index: -1;
	width: 268px;
	height: 297px;
	background: url(../img/home/policy-item04@2x.png) center / 100% 100%;
}

.policy_hd {
	margin-bottom: 20px;
}

.pcntinner {
	position: relative;
	z-index: 1;
}

.policy_wrap {
	display: flex;
	justify-content: end;
	position: relative;
	padding: 100px 0;
}

.policy_wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 25%;
	z-index: 1;
	width: calc(50dvw + 25%);
	min-width: 1080px;
	height: 100%;
	border-radius: 9999px 0 0 9999px;
	background: #f4f1e4;
}

.policy_pic {
	position: absolute;
	right: 50%;
	bottom: 50%;
	z-index: 3;
	width: max-content;
	transform: translateY(50%);
}

.policy_pic_link {
	position: absolute;
	right: 50%;
	bottom: -30px;
	transform: translateX(50%);
}

.policy_cnt {
	display: flex;
	flex-flow: column;
	gap: 35px;
	position: relative;
	z-index: 2;
	width: 50%;
	padding-left: 25px;
}

.policy_list {
}

.policy_list.p-list02,
.policy_list.p-list04 {
	padding-left: 55px;
}

.policy_list.p-list03 {
	padding-left: 110px;
}

.policy_list_num {
	display: flex;
	align-items: center;
	gap: 15px;
	color: #80b051;
	font-weight: 600;
	font-size: 30px;
}

.policy_list_num::after {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	background: #000000;
}

.policy_list_txt {
	font-weight: bold;
	font-size: 20px;
}

.treatment {
	padding: 100px 0;
}

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

.treatment_hd {
}

.treatment_link {
	margin-top: 40px;
}

.treatment_link .linkbtn01 {
}

.treatment_cnt {
	width: 760px;
	padding-top: 13px;
}

.treatment_intro {
	margin-bottom: 50px;
}

.treatment_subject {
}

.treatment_subject_ttl {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 20px;
}

.treatment_subject_img {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	margin-bottom: 45px;
}

.treatment_subject_img figure {
	position: relative;
	padding-top: 120px;
}

.treatment_subject_img img {
	opacity: 0;
	position: absolute;
	right: 50%;
	bottom: 50px;
	transform: translateX(50%);
	transition: opacity 0.3s calc(0.15s * var(--trnum));
}

.is-active .treatment_subject_img img {
	opacity: 1;
}

.treatment_subject_img figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border-radius: 5px;
	background: #ede9d8;
	font-weight: bold;
	font-size: 20px;
}

.treatment_subject_link {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.treatment_subject_link .linkbtn02 {
}

.symptoms {
	position: relative;
	padding: 120px 0 80px;
	background: linear-gradient(to bottom, #80b051 calc(100% - 40px), #ffffff calc(100% - 40px), #ffffff 100%);
}

.symptoms::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url(../img/cmn/green_bg-item@2x.png) center / 100% 100%;
	transform: rotate(180deg);
}

.symptoms_wrap {
}

.symptoms_hd {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 40px;
	color: #ffffff;
	font-size: 30px;
}

.symptoms_hd::before,
.symptoms_hd::after {
	content: "";
	display: block;
	width: 2px;
	height: 43px;
	border-radius: 9999px;
	background: #ffffff;
	transform-origin: bottom;
}

.symptoms_hd::before {
	transform: rotate(-15deg);
}

.symptoms_hd::after {
	transform: rotate(15deg);
}

.symptoms_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 50px 40px;
	margin-bottom: 60px;
}

.symptoms_panel {
}

.symptoms_panel a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	margin-bottom: 12px;
	border-radius: 20px;
	background: #f4f1e4;
	aspect-ratio: 1;
}

.symptoms_panel a img {
	transition: all 0.4s;
}

.symptoms_panel a:hover img {
	transform: scale(1.11);
}

.symptoms_panel_name {
	color: #ffffff;
	text-align: center;
}

.symptoms_link {
	display: flex;
	justify-content: center;
}

.symptoms_link .linkbtn02 {
	color: #333333;
}

.other {
}

.other_wrap {
	position: relative;
}

.other_link_item {
	position: absolute;
	z-index: 2;
	pointer-events: none;
}

.other_link_item.other_item01 {
	top: -30px;
	right: 0;
	transform: translate(90px, -60px);
	transition: all 0.4s;
}

.is-active .other_link_item.other_item01 {
	transform: translate(0, 0);
}

.other_link_item.other_item02 {
	bottom: -110px;
	left: -35px;
}

.is-active .other_link_item.other_item02 {
	transform-origin: bottom;
	animation: runrun 1.5s 1s;
}

@keyframes runrun {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(20deg);
	}

	50% {
		transform: rotate(0deg);
	}

	75% {
		transform: rotate(-20deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.other_link {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	padding-top: 90px;
}

.other_link_btn {
	width: 100%;
	height: 280px;
}

.other_link_btn_cnt {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 130px 0 0 40px;
	overflow: hidden;
	border-radius: 20px;
	background: #f5f1e3;
}

.other_link_btn_en {
	color: #80b051;
	font-weight: 600;
	font-size: 60px;
	line-height: 1.3;
	transition: all 0.4s;
}

.other_link_btn_cnt:hover .other_link_btn_en {
	color: #e88f00;
}

.other_link_btn_jp {
	font-weight: bold;
	font-size: 20px;
}

.other_link_btn_cnt span {
	position: absolute;
}

.other_link_btn_cnt .icon-arrow {
	position: absolute;
	top: 37px;
	right: 40px;
	color: #80b051;
	font-size: 28px;
	transition: all 0.4s;
}

.other_link_btn_cnt:hover .icon-arrow {
	transform: translateX(10px);
}

.other_link_btn_stamp {
	right: 0;
	bottom: 0;
	transition: all 0.4s;
}

.other_link_btn_cnt:hover .other_link_btn_stamp {
	transform: scale(1.42);
}

.other_link_btn_item {
	transition: all 0.4s;
}

.other_link_btn_cnt:hover .other_link_btn_item {
	transform: scale(1.21);
}

.other_link_btn_item.olitem01 {
	top: -19px;
	left: -14px;
}

.other_link_btn_item.olitem02 {
	top: -12px;
	right: 35.7%;
}

.instagram {
	padding: 80px 0 60px;
	overflow: hidden;
}

.instagram_hd {
	margin-bottom: 28px;
	text-align: center;
}

.instagram_wrap {
	display: flex;
	margin-bottom: 20px;
}

.instagram_slider {
	display: flex;
	flex-flow: nowrap;
	gap: 20px;
	padding-right: 20px;
	animation: slider 30s linear infinite;
}

.instagram_link {
}

.instagram_link_wrap {
	text-align: end;
}

.instagram_link_wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: fit-content;
	margin: 0 0 0 auto;
	padding: 0 5px 0;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	font-size: 20px;
}

@keyframes slider {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.instagram_slider_cnt {
	width: 230px;
	height: auto;
	aspect-ratio: 1;
}

.instagram_slider_cnt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

@media screen and (max-width:768px) {
	.pageHeader {
		margin-bottom: -40px;
		padding-top: 70px;
	}

	.pageHeader_inner {
		width: 100%;
		max-width: 470px;
		padding-top: 175px;
		padding-bottom: 0;
	}

	.pageHeader_title {
		position: relative;
		z-index: 10;
		margin-bottom: 10px;
		font-size: 23px;
	}
	.pageHeader_title img{
		width: 226px;
	}

	.pageHeader_title.isAnime {
	}

	.pageHeader_title.isBeforeAnime {
	}

	.pageHeader_title > a {
	}

	.pageHeader_title > a:hover {
	}

	.pageHeader_title > a:before {
	}

	.pageHeader_title > a:after {
	}

	.pageHeader_title > a > img {
		max-width: 215px;
	}

	.header_sly {
		padding-bottom: 240px;
	}

	.header_sly_clound {
		height: 260px;
		padding-bottom: 0;
	}

	.header_flower {
		bottom: 47px;
		height: 100px;
		padding: 0;
	}

	.header_char {
	}

	.header_char-rabbit {
		top: 440px;
		width: 37px;
		height: 36px;
	}

	.header_house {
		padding: 0;
		padding-bottom: 120px;
	}

	.header_house.isBeforeAnime {
	}

	.header_house > img {
		max-width: 200px;
		height: 150px;
	}

	.header_char[data-pattern="2"][data-status="0"] {
	}

	.header_char[data-pattern="2"][data-status="1"] {
	}

	.header_char[data-pattern="3"][data-status="0"] {
	}

	.header_char[data-pattern="3"][data-status="1"] {
	}

	.header_char[data-pattern="3"][data-status="2"] {
	}

	.header_char[data-pattern="5"][data-status="0"] {
	}

	.header_char[data-pattern="5"][data-status="1"] {
	}

	.header_char[data-pattern="5"][data-status="2"] {
	}

	.header_char[data-pattern="5"][data-status="3"] {
	}

	.header_char-cat {
		top: 76%;
		width: 50px;
		height: 60px;
	}

	.header_char-dog {
		top: 420px;
		width: 56px;
		height: 32px;
	}

	.header_char-retriever {
		top: 68%;
		width: 42px;
		height: 75px;
	}

	.header_char_parts {
	}

	.header_char_parts-retriever {
		width: 37px;
		height: 22px;
	}

	.header_char-hamster {
		top: 477px;
		width: 25px;
		height: 17px;
	}

	.header_char-docter {
		top: 65%;
		right: 44%;
		width: 61px;
		height: 88px;
	}

	.header_char-sun {
		top: 0;
		left: 0;
		width: 47px;
		height: 42px;
	}

	.gnav {
		top: 70px;
	}

	.gnav_list {
	}

	.gnav_list > li {
		        animation: none;

		-webkit-animation: none;
	}

	.gnav_list > li.isBeforeAnime {
	}

	.gnav_list > li.-about {
	}

	.gnav_list > li.-guide {
	}

	.gnav_list > li.-facilities {
	}

	.gnav_list > li.-contact {
		right: 10px;
		        animation: none;

		-webkit-animation: none;
	}

	.gnav_list > li:first-child {
	}

	.gnav_list > li:nth-child(2n) {
	}

	.gnav_list > li > a {
		gap: 0;
		width: 85px;
		height: 71px;
		padding-bottom: 18px;
	}

	.gnav_list > li > a:hover {
	}

	.gnav_list > li > a:before {
	}

	.gnav_list > li > a:after {
	}

	.gnav_list > li > a > .icon {
		padding-top: 10px;
		font-size: 24px;
	}

	.gnav_list > li > a > b {
		margin-top: -2px;
		font-size: 8px;
	}

	.gnav_list > li:nth-child(1) {
		top: 13px;
		left: 55px;
		        animation: none;

		-webkit-animation: none;
	}

	.gnav_list > li:nth-child(2) {
		top: -30px;
		right: 50%;
		transform: translateX(50%);
	}

	.gnav_list > li:nth-child(3) {
		top: 75px;
		left: 10px;
	}

	.gnav_list > li:nth-child(4) {
		top: 13px;
		right: 55px;
	}

	.gnav_list > li:nth-child(5) {
		top: 75px;
		right: 10px;
	}

	.gnavlogo {
		scale: 0.6;
	}

	.hsec {
	}

	.hsec_hd {
	}

	.hsec_hd p {
		font-size: 36px;
	}

	.hsec_hd h1 {
		font-size: 20px;
	}

	.news {
	}

	.news_wrap {
		flex-flow: column;
	}

	.news_hd {
		display: flex;
		align-items: baseline;
		gap: 12px;
		margin-bottom: 10px;
	}

	.news_hd p {
	}

	.news_hd h1 {
	}

	.news_archive {
		margin-top: 35px;
	}

	.news_cnt {
	}

	.news_list {
	}

	.news_list li {
	}

	.news_list li:first-child {
	}

	.news_list li a {
		flex-flow: column;
		gap: 0;
		padding: 10px 5px;
		font-size: 14px;
	}

	.news_list li a time {
	}

	.policy {
		padding: 50px 0 50px;
	}

	.policy_item {
	}

	.policy_item.p-item01 {
		top: 170px;
		right: 150px;
		left: unset;
		z-index: 100;
		width: 156px;
		height: 121px;
		transform: unset;
		transition: unset;
	}

	.is-active .policy_item.p-item01 {
		top: 170px;
		right: 150px;
		left: unset;
		z-index: 100;
		width: 156px;
		height: 121px;
		transform: unset;
		transition: unset;
	}

	.policy_item.p-item02 {
		opacity: 1;
		right: 100px;
		width: 40px;
		height: 40px;
		transition: unset;
	}

	.is-active .policy_item.p-item02 {
		opacity: 1;
		right: 100px;
		width: 40px;
		height: 40px;
		transition: unset;
	}

	.policy_item.p-item03 {
		top: 140px;
		width: 174px;
		height: 150px;
	}

	.policy_item.p-item04 {
	}

	.policy_hd {
	}

	.pcntinner {
	}

	.policy_wrap {
		flex-flow: column;
		gap: 30px;
		padding: 140px 0 50px;
	}

	.policy_wrap::before {
		top: 240px;
		left: -24px;
		width: 100dvw;
		min-width: unset;
		border-radius: 9999px 9999px 0 0;
	}

	.policy_pic {
		position: unset;
		width: 100%;
		transform: unset;
	}

	.policy_pic_link {
		width: 260px;
	}

	.policy_cnt {
		gap: 24px;
		width: 100%;
		padding-left: 0;
	}

	.policy_list {
	}

	.policy_list.p-list02,
	.policy_list.p-list04 {
		padding-left: 0;
	}

	.policy_list.p-list03 {
		padding-left: 0;
	}

	.policy_list_num {
		gap: 8px;
		font-size: 24px;
	}

	.policy_list_num::after {
		width: 35px;
		height: 1.5px;
	}

	.policy_list_txt {
		font-weight: 500;
		font-size: 16px;
	}

	.treatment {
		padding: 40px 0;
		background: linear-gradient(to bottom, #f4f1e4 0, #f4f1e4 40px, #f4f1e4 40px, #f4f1e4 calc(100% - 40px), var(--after_c) calc(100% - 40px), var(--after_c) 100%);
	}

	.treatment_wrap {
		flex-flow: column;
	}

	.treatment_hd {
	}

	.treatment_link {
		margin-top: 0;
		margin-bottom: 28px;
	}

	.treatment_link .linkbtn01 {
	}

	.treatment_cnt {
		width: 100%;
	}

	.treatment_intro {
		margin-bottom: 15px;
	}

	.treatment_subject {
	}

	.treatment_subject_ttl {
		font-size: 16px;
	}

	.treatment_subject_img {
		gap: 5px;
		margin-bottom: 25px;
	}

	.treatment_subject_img figure {
		padding-top: 57px;
	}

	.treatment_subject_img img {
		bottom: 26%;
		width: 57px;
	}

	.is-active .treatment_subject_img img {
	}

	.treatment_subject_img figcaption {
		height: 25px;
		font-size: 12px;
	}

	.treatment_subject_link {
		gap: 6px 5px;
	}

	.treatment_subject_link .linkbtn02 {
	}

	.symptoms {
		padding: 60px 0 70px;
	}

	.symptoms::before {
	}

	.symptoms_wrap {
	}

	.symptoms_hd {
		font-size: 20px;
	}

	.symptoms_hd::before,
	.symptoms_hd::after {
		height: 23px;
	}

	.symptoms_hd::before {
	}

	.symptoms_hd::after {
	}

	.symptoms_cnt {
		grid-template-columns: 1fr 1fr;
		gap: 20px 14px;
		margin-bottom: 30px;
	}

	.symptoms_panel {
	}

	.symptoms_panel a {
		margin-bottom: 8px;
	}

	.symptoms_panel a img {
		width: 124px;
	}

	.symptoms_panel a:hover img {
		width: 124px;
	}

	.symptoms_panel_name {
	}

	.symptoms_link {
		width: 260px;
		margin: 0 auto;
	}

	.symptoms_link .linkbtn02 {
	}

	.other {
	}

	.other_wrap {
	}

	.other_link_item {
	}

	.other_link_item.other_item01 {
		right: 20px;
		width: 125px;
		transform: translate(30px, -10px);
	}

	.other_link_item.other_item02 {
		bottom: -88px;
		left: 15px;
		width: 186px;
	}

	.other_link {
		grid-template-columns: 1fr;
		gap: 17px;
		padding-top: 70px;
	}

	.other_link_btn {
		height: 157px;
	}

	.other_link_btn_cnt {
		padding: 69px 0 0 20px;
	}

	.other_link_btn_en {
		font-size: 36px;
	}

	.other_link_btn_cnt:hover .other_link_btn_en {
	}

	.other_link_btn_jp {
		font-size: 16px;
	}

	.other_link_btn_cnt span {
	}

	.other_link_btn_cnt .icon-arrow {
		top: 20px;
		right: 20px;
		font-size: 15px;
	}

	.other_link_btn_cnt:hover .icon-arrow {
	}

	.other_link_btn_stamp {
		width: 72px;
	}

	.other_link_btn_cnt:hover .other_link_btn_stamp {
	}

	.other_link_btn_item {
	}

	.other_link_btn_cnt:hover .other_link_btn_item {
	}

	.other_link_btn_item.olitem01 {
		top: -5px;
		left: -4px;
		width: 83px;
	}

	.other_link_btn_item.olitem02 {
		top: -7px;
		width: 143px;
	}

	.instagram {
		padding-top: 120px;
	}

	.instagram_hd {
	}
}
