@charset "UTF-8";

/*!
Theme Name: Footwalk Clinic
Version:    20250708.1
*/

@keyframes aniFadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes squish-bounce {
    0%        { transform: scaleX(1)    scaleY(1); }
    6%        { transform: scaleX(1.06) scaleY(0.78); }
    10.6667%  { transform: scaleX(0.95) scaleY(1.15); }
    15.3333%  { transform: scaleX(1.02) scaleY(0.96); }
    20%       { transform: scaleX(0.99) scaleY(1.03); }
    24.6667%  { transform: scaleX(1.01) scaleY(0.99); }
    29.3333%  { transform: scaleX(1.00) scaleY(1.01); }
    33.3333%  { transform: scaleX(1)    scaleY(1); }
    100%      { transform: scaleX(1)    scaleY(1); }
}

    @keyframes pulse-scale {
      0%   { transform: scale(1); }
      13%  { transform: scale(0.85); }
      26%  { transform: scale(1); }
      39%  { transform: scale(0.85); }
      52%  { transform: scale(1); }
      100% { transform: scale(1); }
    }

@media (prefers-reduced-motion: reduce) {
    .all_symptom_content, .choose-text { animation: none !important; }
}

@keyframes aniBounceFromTopIn {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aniSqueeze {
    0% {
        transform: scale(1.1, .9);;
    }
    70% {
        transform: scale(1, 1);;
    }
    to {
        transform: scale(1, 1);
    }
}

.btn-next-wrap {
    display: flex;
    justify-content: space-between;
	text-align: right;
}
.btn-next-wrap a{
	width: 100%;
    text-decoration: none;
	color: #000;
}

html, body {
    height: unset;
    /* overflow-x: hidden; */
    overflow-x: auto;
    overscroll-behavior-x: none;
    touch-action: pan-y;
    scroll-behavior: smooth;
}
.intro-text-small.sp_block p{
	margin: 0;
}

body {
    margin: 0;
    transition: all 0.2s ease, visibility 0s;
}
header {
/*     position: fixed; */
    background: #FFF;
    top: 0;
    z-index: 1000;
    width:100%;
    height: auto;
}

.good_font {
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", 'ms mincho', 'ヒラギノ明朝 pro w3', 'hiragino mincho pro', serif !important;
}

@media screen and (min-width: 769px) {
	#menu-item-1565 {
		display: none;
	}
	.therapy-item .therapy-desc { 
		margin: 1.3em;
	}
  .pc_font_10 { font-size: 10px !important; }
  .pc_font_11 { font-size: 11px !important; }
  .pc_font_12 { font-size: 12px !important; }
  .pc_font_13 { font-size: 13px !important; }
  .pc_font_14 { font-size: 14px !important; }
  .pc_font_15 { font-size: 15px !important; }
  .pc_font_16 { font-size: 16px !important; }
  .pc_font_17 { font-size: 17px !important; }
  .pc_font_18 { font-size: 18px !important; }
  .pc_font_19 { font-size: 19px !important; }
  .pc_font_20 { font-size: 20px !important; }
  .pc_font_21 { font-size: 21px !important; }
  .pc_font_22 { font-size: 22px !important; }
  .pc_font_23 { font-size: 23px !important; }
  .pc_font_24 { font-size: 24px !important; }
  .pc_font_25 { font-size: 25px !important; }
  .pc_font_26 { font-size: 26px !important; }
  .pc_font_27 { font-size: 27px !important; }
  .pc_font_28 { font-size: 28px !important; }
  .pc_font_29 { font-size: 29px !important; }
  .pc_font_30 { font-size: 30px !important; }
}

@media screen and (max-width: 768px) {
  .sp_font_9 { font-size: 9px !important; }
  .sp_font_10 { font-size: 10px !important; }
  .sp_font_11 { font-size: 11px !important; }
  .sp_font_12 { font-size: 12px !important; }
  .sp_font_13 { font-size: 13px !important; }
  .sp_font_14 { font-size: 14px !important; }
  .sp_font_15 { font-size: 15px !important; }
  .sp_font_16 { font-size: 16px !important; }
  .sp_font_17 { font-size: 17px !important; }
  .sp_font_18 { font-size: 18px !important; }
  .sp_font_19 { font-size: 19px !important; }
  .sp_font_20 { font-size: 20px !important; }
  .sp_font_21 { font-size: 21px !important; }
  .sp_font_22 { font-size: 22px !important; }
  .sp_font_23 { font-size: 23px !important; }
  .sp_font_24 { font-size: 24px !important; }
  .sp_font_25 { font-size: 25px !important; }
  .sp_font_26 { font-size: 26px !important; }
  .sp_font_27 { font-size: 27px !important; }
  .sp_font_28 { font-size: 28px !important; }
  .sp_font_29 { font-size: 29px !important; }
  .sp_font_30 { font-size: 30px !important; }
	.therapy-desc.sp_block p{
		margin: 0;
	}
}

.header-container {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	box-sizing: border-box;
}
.header-logo > a {
    display: block;
    margin: 9px 0 12px;
}
.header-button-panel {
    width: 369px;
    margin: 31px 0 12px;
    display: flex;
    gap: 20px;
}
.header-button-panel > a {
    width: 176px;
    height: 40px;
    margin: 0;
    transition: all 0.2s ease, visibility 0;
    padding: 3px;
    border: 0;
    background: #CCD8C1;
    border-radius: 10px;

    box-sizing: border-box;
    color: #000;
    text-decoration: none;

    cursor: pointer;
    display: flex;
    touch-action: manipulation;
    justify-content: center;
    align-items: center;
}
.header-button-panel > a > span {
    transition: inherit;
    margin: 0 4px 0 0;
    font-style: normal;
    letter-spacing: 0.25em;
    font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.header-button-panel > a img {
    width: 37px;
    height: 37px;
}
.header-button-panel > a:first-child {
    background: #30623C;
    color: #FFFFFF;
}
.header-button-panel > a:first-child img {
    filter: invert(100%);
}
.header-button-panel > a:hover {
    border: 0;
    background: #9D7F61;
    color: #FFFFFF;
}
.header-button-panel > a:hover img {
    width: 42px;
    height: 42px;
    filter: invert(100%);
}

.header-navi {
    display: flex;
    flex-wrap: var(--menu-flex-wrap, wrap);
    min-width: -moz-fit-content;
    min-width: fit-content;

    direction: ltr;
    height: calc(100% + 8px);
    margin: -4px -2px;
    justify-content: center;
    width: calc(100% + 4px);
    flex-grow: unset;

    padding: 0;
    list-style: none;
}
.header-navi > li {
    
}
.header-navi > li > a {
    cursor: pointer;
    display: block;
    flex: 1;
    text-decoration: none;

    padding: 8px;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    background: rgba(255, 255, 255, 0);
    border: 0px solid #000000;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 11px;
    padding-right: 11px;

    white-space: nowrap;

    text-transform: none;
    color: #30623C;
    letter-spacing: 0em;
    font-style: normal;
    font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.header-navi > li > a:hover {
    color: #6E2504;
}
@media screen and (min-width: 769px) {
	.footer_container {
		width: 980px;
    	margin: 0 auto;
	}
	main > .post > article {
		width: 830px;
		padding: 0 0 30px;
	}
    .header-navi > li > ul.sub-menu {
        --is-animated: 1;

        position: absolute;
        left: 0;
        right: 0;

        z-index: 0;

        border-radius: 0;
        border: 0px solid #000000;
        background: rgb(255, 255, 255);

        animation-delay: calc(var(--is-animated) * .05s);
        animation-duration: calc(var(--is-animated) * .1s);
        animation-fill-mode: forwards;
        max-height: var(--max-height, none);
        opacity: 0;
        overflow-y: var(--overflow-y, visible);
        transition: border-color .08s cubic-bezier(.25,1,.5,1), box-shadow .08s cubic-bezier(.25,1,.5,1);

        /*     display: flex;
         */
        --horizontalSpacing: 40;
        -moz-column-gap: calc(1px * var(--horizontalSpacing));
        column-gap: calc(1px * var(--horizontalSpacing));

        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        z-index: 47;
        height: 180px;
        padding: 10px;
        margin: -4px 0 0;
        visibility: hidden;
        list-style: none;
        display: grid;
        grid-template-columns: repeat(3, 218px);
    }
}

/* .header-navi > li:hover > ul.sub-menu {
    visibility: visible;
    animation-name: aniFadeIn;
} */
.header-navi > li > ul.sub-menu > li {
    
}
.header-navi > li > ul.sub-menu > li > a {
    border-radius: 0;
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px solid #000000;
    background: rgba(255, 255, 255, 0);

    text-transform: none;
    letter-spacing: 0.05em;
    font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", 'ms gothic', '\30D2\30E9\30AE\30CE\89D2\30B4 pro w3', 'hiragino kaku gothic pro', osaka, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #000000;

    display: block;
    position: relative;
    text-decoration: none;

    -archetype: text;
    word-wrap: var(--label-word-wrap);
    overflow: hidden;
    overflow-wrap: var(--label-word-wrap);
    text-align: center;
    text-overflow: clip;
    white-space: var(--white-space);
}
/* .header-navi > li > ul.sub-menu > li > a:hover {
    color: #6E2504;
} */

@media (any-hover: hover) {
	.header-navi > li:hover > ul.sub-menu {
		visibility: visible;
		animation-name: aniFadeIn;
	}
	.header-navi > li > a:hover {
		color: #6E2504;
	}
}
@media screen and (max-width: 768px) {
	main {
		padding-top: 66px;
	}
	body.is-noscroll {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
	header {
		position: fixed !important;
	}
	.menu-inner {
		position: fixed;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 9999;
		background: #FFF;
		overflow-y: scroll;
		top: -100vh;
		transition: .8s;
		opacity: 0;
	}
	.menu-inner.show {
		top: 0;
		opacity: 1;
	}
	.header-navi {
		display: flex;
		flex-direction: column;
    	align-items: center;
        opacity: 1;
        top: 0;
        position: relative;
        height: max-content;
		margin: 0;
		padding-top: 20px;
	}
/* 	.header-navi::before {
		content: 'ホーム';
		width: 272px;
		display: block;
		line-height: 42pxl
		white-space: nowrap;
		color: #30623C;
		letter-spacing: 0em;
		font-style: normal;
		font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
	} */
	.header-navi > li {
		width: 272px;
	}
	.header-navi > li > a:hover {
		color: #30623C;
	}
	.header-navi > li:has(ul.sub-menu)>a {
		position: relative;
		background: rgba(209,211,198,.6);	
	}
	/*.header-navi > li:has(ul.sub-menu)>a::before {*/
	/*	content: '';*/
	/*	display: block;*/
	/*	width: 7px;*/
	/*	height: 7px;*/
	/*	border-left: 2px solid #000;*/
	/*	border-bottom: 2px solid #000;*/
	/*	position: absolute;*/
	/*	left: 20px;*/
	/*	top: 50%;*/
	/*	transform: translatey(-50%) rotate(-45deg);*/
	/*}*/
	.header-navi > li:has(ul.sub-menu)>a.show::before {
		top: 56%;
		transform: translatey(-50%) rotate(135deg);
	}
	.header-navi > li > ul.sub-menu {
		/*display: none;*/
		visibility: visible;
		animation-name: aniFadeIn;
		padding: 0;
	}
	.header-navi > li > ul.sub-menu.show {
		display: block;
		position: relative;
		height: auto;
	}
	.header-navi > li > ul.sub-menu > li > a {
		margin: 0;
    	padding: 0;
    	line-height: 42px;
    	height: 42px;
	}
	.header-navi > li > a {
		text-align: center;
		padding: 0;
		margin: 0;
		line-height: 42px;
	}
	 .hamburger-menu::after,
	.hamburger-menu::before {
		background-color: rgb(64,64,64);
	}
}
@media screen and (max-width: 480px) {
	.foot-disease-child :target {
  		scroll-margin-top: 66px;
	}
	.btn-next-wrap {
		max-width: 310px;
	}
	.foot-disease :target {
  		scroll-margin-top: 35px;
	}
	.width_266 {
		width: 266px;
	}
	.width_288 {
		width: 288px;
	}
	.width_274 {
		width: 274px;
	}
	.width_264 {
		width: 264px;
	}
	
	.margin_20 {
		margin-top: 20px;
	}
	.category-title.sp_font_22 {
		font-size: 22px;
    	font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
    	font-weight: 400;
    	width: 264px;
    	margin: 36px auto 19px;
	}
	main .category-list {
		width: 290px;
		margin-bottom: 35px;
	}
	.category-list .category-item {
		width: 280px;
    	padding: 0 8px;
    	margin: 0;
    	height: auto;
	}
	.category-list .category-item-title {
		margin-top: 20px;
    	margin-bottom: 8px;
	}
	.category-list .category-item-excerpt {
		margin-bottom: 27px;
	}
	.category-list .category-item > a {
		margin-bottom: 10px;
    	font-family: "AvenirLTPro-Light";
	}
	main .breadcrumbs {
		width: 280px;
    	padding-top: 5px;
	}
	main .breadcrumbs a {
		font-family: "AvenirLTPro-Light";
	}
	.article-title.sp_font_16 {
		margin-bottom: 5px;
	}
	.article_head {
    	border-bottom: none;
    	max-width: 280px;
    	margin: 0 auto;
	}
	main .article-content {
		padding: 1em 30px 0;
	}
	main .article-content p{ 
		margin: 0;
	}
	main .category-header {
		min-height: 60px;
	}
.header-container {
    width: 100%;
    padding: .5em 1em;
    align-items: center;
}
    .header-navi > li > ul.sub-menu {
        flex-direction: row;
    }
/*header {*/
/*    height: 80px; !* 移动端header高度 *!*/
/*}*/
/* main {
    margin-top: 67px;
} */
.header-logo-sp {
    
}
.header-logo-sp a {
    display: block;
    width: 50px;
    height: 50px;
}
.header-button-panel {
    width: 100%;
    margin: 0;
    justify-content: center;
    padding-left: 30px;
}
.hamburger-menu {
    width: 32px;
    height: 20px;
    position: relative;
    z-index: 10000;
    margin-right: 10px;
}
.hamburger-menu span {
    display: block;
    background-color: gray;
    border-radius: 2px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .25s ease-in-out;
    width: 100%;
    bottom: 0;
    margin: auto;
    top: 0;
    opacity: 1;
}
.hamburger-menu::before {
    content: '';
    display: block;
    background-color: gray;
    border-radius: 2px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .25s ease-in-out;
    width: 100%;
}
.hamburger-menu::after {
    content: '';
    display: block;
    background-color: gray;
    border-radius: 2px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .25s ease-in-out;
    width: 100%;
    bottom: 0;
}
.hamburger-menu.active span {
    opacity: 0;
}
.hamburger-menu.active::before {
    transform: translateY(10px) translateY(-50%) rotate(45deg);
    top: 0;
}
.hamburger-menu.active::after {
    transform: translateY(-10px) translateY(50%) rotate(-45deg);
    bottom: 0;
}
.header-navi {
/*     display: none; */
/*     flex-direction: column;
    align-items: center; */
/*     justify-content: flex-start;
    opacity: 0;
    top: -100%;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #FFF; */
}
/* .header-navi::before {
    content: 'ホーム';
    width: 90%;
    background: rgba(209, 211, 198, 0.6);
    display: block;

    padding: 10px 11px 10px;
    margin: 1em 2px 4px;

    white-space: nowrap;

    color: #30623C;
    letter-spacing: 0em;
    font-style: normal;
    font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
} */
.header-navi.active {
    display: flex;
    opacity: 1;
    top: 0;
}
}

body > section {
    width: 100%;
    min-width: 980px;
}

/* footer {
    width: 980px;
    margin: 0 auto;
} */
.footer-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-right {
    width: 60%;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.footer-top .worktime-schedule {
	line-height: 1.8em;
}
.footer-address {
    font-size: 13px;
    line-height: 1.4em;
    color: #606060;
    margin: 20px 0 9px;
}
.footer-button-panel {
    display: flex;
    flex-direction: column;
}
.footer-button-panel a {
    display: flex;
    width: 180px;
    height: 50px;
    margin: 0 0 9px;
    transition: all 0.2s ease, visibility 0s;
    border: 1px solid #1d3b2a;

    box-sizing: border-box;
    color: #000;
    text-decoration: none;

    cursor: pointer;
    touch-action: manipulation;
    text-align: center;

    font-style: normal;
    font-weight: 700;
    font-family: "AvenirLTPro-Heavy", sans-serif;
    color: #000000;
    font-size: 15px;
    align-items: center;
    justify-content: center;
	background: #fff;
}
.footer-button-panel a:first-child {
    background: #E6DECA;
    letter-spacing: 0.45em;
}
.footer-button-panel a:hover {
    background: #6E2504;
    color: #FFF;
}
.worktime {
    animation: aniFadeIn 1s linear forwards;
}
.worktime-image {
    width: fit-content;
    margin: 0 auto;
}
.worktime-schedule {
    font-size: 13px;
    line-height: 0.5em;
    color: #B30606;
    column-count: 2;
    width: 491px;
    margin: 0 auto;
}
.worktime-schedule > p {
    margin-top: 0;
    white-space: nowrap;
}
.worktime-schedule2 {
    color: #303030;
	text-align: center;
    margin-left: 110px;
}
.worktime-schedule3 {
    text-align: center;
    margin-left: 110px;
	font-size: 11px;
}
.footer-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px;
}
.footer-navi {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    list-style: none;
    width: 100%;
    margin: 0;
}
.footer-navi > li {
    text-align: right;
    width: 90%;
}
.footer-navi a {
    text-decoration: none;
    color: #606060;
    font-size: 13px;;
}
.footer-copyright {
    font-size: 12px;
    padding-left: 50px;
    border-left: 1px solid #606060;
}
.footer-bottom {
    font-size: 9px;
    color: #6e2504;
}
	.green_line {
		background: #c9d8bf;
    	height: 2px;
	}
@media screen and (max-width: 480px) {

	.footer-copyright {
    	border-left: 1px solid #606060;
	}
	.footer-top {
		padding: 40px 0 0;
	}
	.footer-navi {
		line-height: 1em;
	}
footer {
    width: 100%;
	border-top: 1px solid #6e2504;
	margin-top: 15px;
}
.footer-left {
    width: 100%;
	img {
		width: 220px;
    	height: 50px;
	}
}
	.footer-left div:first-child {
		margin-bottom: 15px;
	}
	.footer-address.sp_block {
		margin: 6px 0 0;
	}
.footer-right.worktime {
/*     display: none; */
}
.footer-button-panel {
    flex-direction: row;
    gap: 1em;
    justify-content: center;
}
.footer-button-panel a {
	width: 123px;
	height: 28px;
	font-size: 12px;
}
	.footer-button-panel a:first-child {
		width: 94px;
	}
	.footer-navi a {
		font-size: 11px;
	}
.footer-middle {
    flex-direction: column;
	margin-top: 20px;
    padding-bottom: 2px;
}
.footer-navi > li {
    text-align: center;
}
.footer-copyright {
    padding-left: 0;
    border-left: 0;
    width: 90%;
    text-align: center;
	font-size: 10px;
}
	.footer-address {
		font-size: 11px;
    	color: #6e2504;
	}
.footer-bottom {
    display: none;
}
}


/* Index */
.hero {
    width: 100%;
    height: 640px;
    position: relative;
    overflow: hidden;

}
.hero-container {
    width: 100%;
    height: 640px;
    position: relative;
    overflow: hidden;
}
.hero-container > img {
    width: 100%;
    height: 640px;
    display: block;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}
.hero-container > img.active {
    opacity: 1;
}
.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 53px;
    font-weight: 300;
    color: #6e2504;
    z-index: 10;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    width: 100%;
    font-style: normal;
    letter-spacing: 0.1em;
}
.hero-text-last {
    font-family: "FOT-筑紫ゴシック Pr5N D";
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 53px;
    margin-right: 30px;
    font-weight: 400;
}
@media screen and (max-width: 480px) {
.hero-text {
    top: 35%;
    font-size: 21px;
    width: 90%;
}
}

.tool-button-panel {
    display: flex;
    justify-content: center;
    padding: 47px 0;
    gap: 32px;
}
.tool-button-panel a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 385px;
    height: 58px;
    text-decoration: none;
    background: #e6deca96;
    border: #176338 1px solid;
    cursor: pointer;
    font-size: 21px;
    color: #000;
    opacity: 0;
/*     animation: 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) 2s 1 normal forwards running aniBounceFromTopIn; */
}
/* .tool-button-panel a:last-child {
    animation-delay: .8s;
} */
    @keyframes ultraBounce {
        0% {
            opacity: 0;
            transform: translateY(-50px);
        }
        15% {
            opacity: 1;
            transform: translateY(15px);
        }
        30% {
            transform: translateY(-8px);
        }
        45% {
            transform: translateY(6px);
        }
        55% {
            transform: translateY(-4px);
        }
        65% {
            transform: translateY(3px);
        }
        72% {
            transform: translateY(-2px);
        }
        80% {
            transform: translateY(1px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
.tool-button-panel a:hover {
    background: #76482c;
    color: #fff;
}
.hero-text {
	opacity: 0;
   	transition: opacity 1.5s ease-in-out;
}
.fade-in {
	opacity: 1;
}
@media screen and (max-width: 480px) {
.tool-button-panel {
    gap: 1em;
    padding: 1em;
}
.tool-button-panel a {
    font-size: 15px;
    height: 2em;
    white-space: nowrap;
}
}

.schedule {
    background: #ccd8c1;
    padding: 82px 0;
}
.schedule .worktime {
    width: 532px;
    margin: 0 auto;
    background: rgba(255,255,255, 0.7);
    padding: 7px 0 20px;
}
@media screen and (max-width: 480px) {
.schedule {
    padding: 1em;
}
.schedule .worktime {
    width: 100%;
}
.schedule .worktime-image {
    width: 100%;
}
.schedule .worktime-image img {
    width: 100%;
    height: auto;
}
.schedule .worktime-schedule {
    width: 90%;
    display: grid;
}
.schedule .worktime-schedule1 {
    grid-area: 4 / 1 / 5 / 2;
	font-size: 10px;
}
.schedule .worktime-schedule1:first-child {
    grid-area: 3 / 1 / 4 / 2;
}
.schedule .worktime-schedule3 {
    font-size: 8px;
}
}

.newslist {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 30px;
    border-bottom: 1px solid #419c68;
}
.newslist-title {
    position: relative;
    padding-top: 20px;
    font-size: 22px;
    font-weight: normal;
}
.newslist-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 643px;
    height: 0;
    border-bottom: 1px solid #419c68;
}
.newslist-list {
    padding: 0;
    list-style: none;
}
.newslist-list > li {
    display: flex;
    margin: 2.5px 0;
    padding: 1em 10px;
    background: #f5f3ed;
    align-items: center;
}
.news-date {
    display: block;
    width: 162px;
    font-size: 14px;
}
.news-title {
    display: block;
    width: calc(100% - 182px);
    color: #6E2504;
    font-size: 17px;
    text-decoration: none;
}
.newslist-more {
    text-align: right;
    padding-right: 1em;
}
.newslist-more a {
    color: #30623C;
    font-size: 15px;
    text-decoration: none;
}
.newslist a:hover {
    background: #FFF;
    color: #000;
    text-decoration: underline;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
.newslist {
    width: 100%;
    border-bottom: 0;
}
.newslist-title {
    margin: 0 .5em;
    border-bottom: 1px solid #419c68;
}
.newslist-title::after {
    display: none;
}
.newslist-list > li {
    padding: 0 1em;
    flex-direction: column;
}
.news-date {
    width: 100%;
}
.news-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}

.intro {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0 30px;
}
.intro-block {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 80px;
    gap: 20px;
}
.intro-image {
    width: fit-content;
}
.intro-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 40px;
}
.intro-title {
    font-size: 26px;
    font-weight: 400;
    color: #5C3535;
    text-align: center;
}
.intro-text ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1em;
    font-size: 30px;
}
.intro-text li {
    width: fit-content;
    background-color: #F5F3ED;
    color: #574632;
	animation: aniSqueeze 2.5s ease infinite forwards;
}
.intro-text-normal {
    font-size: 18px;
    color: #5C3535;
	text-align: center;
}
.intro-text-small {
    font-size: 14px;
	text-align: center;
}
.intro-button {
}
.intro-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    background: rgb(201 216 191);
    color: #575757;
    border-radius: 5px;
    width: 200px;
    height: 50px;
    text-decoration: none;
    font-size: 17px;
}
.intro-button a:hover {
    background: rgb(182 243 232);
    color: #333;
}
@media screen and (max-width: 480px) {
.intro {
    width: calc(100% - 2em);
    padding: 0 1em;
}
.intro-block {
    flex-direction: column;
}
.hallux-valgus-section__divider+.intro-block {
	margin-top: 0;
	padding-top: 70px;
	border-top: 1.5px solid rgb(65,156,104);
	margin-bottom: 40px;
}
.intro-image {
    text-align: center;
}
.intro-image img {
    width: 100%;
    height: auto;
}
.intro-title {
    font-size: 15px;
}
	.intro-text-small {
		font-size: 13px;
		text-align: left
	}
	.intro-text {
		gap:25px;
	}
	.intro-button a {
		width: 120px;
		height: 28px;
		font-size: 12px;
	}
.intro-text ul {
    font-size: 18px;
	gap: 0.6em;
}
	.intro-text-normal {
		font-size: 13px;
		line-height: 1.6em;
	}
}
@media screen and (max-width: 768px) {
	.pc_block {
		display: none !important;
	}
	.advise-subtitle span {
		font-size: 16px;
	}
	.therapy.fade-in-section.is-visible {
		padding-bottom: 0;
    	margin-bottom: 0;
	}
	.therapy-item:last-child {
		    margin-bottom: 0;
	}
	.therapy-more.therapy-button.sp_block {
		width: 187px;
    	height: 39px;
		color: #575757;
		font-size: 12px;
	}
	.illness .img-container {
        position: relative;
        display: block;
        width: 294px;
        margin: 0 auto;
        display: grid !important;
    }
	.illness .img-container.pc_flex {
		display: none !important;
	}
    .illness .img-container img {
        width: 100%;
    }
    .illness .img-container a {
        position: absolute;
        top: 0;
        color: #fff;
        font-size: 15px;
    }
    .illness .img-container a.position1 {
        left: 80px;
        margin: 37px 0px 21px calc((100% - 320px) * 0.5);
    }
    .illness .img-container a.position2 {
        left: 21px;
        margin: 94px 0px 9px calc((100% - 320px) * 0.5);
    }
    .illness .img-container a.position3 {
        left: 20px;
        margin: 150px 0px 27px calc((100% - 320px) * 0.5);
    }
    .illness .img-container a.position4 {
        left: 26px;
        margin: 235px 0px 20px calc((100% - 320px) * 0.5);
    }
    .illness .img-container a.position5 {
        left: 223px;
        margin: 38px 0px 20px calc((100% - 320px) * 0.5);
    }
    .illness .img-container a.position6 {
        left: 209px;
        margin: 140px 0px 20px calc((100% - 320px) * 0.5);
    }
    .illness .img-container a.position7 {
        left: 228px;
        margin: 220px 0px 20px calc((100% - 320px) * 0.5);
    }
    .illness .img-container a.position8 {
        right: 5px;
        margin: 340px 0px 20px calc((100% - 320px) * 0.5);
    }
	.illness-title {
		font-size: 21px;
	}
	.illness-desc {
		font-size: 13px;
	}
	.underline_none {
		text-decoration: none;
	}
	.intro-button.sp_block {
		margin: 0 auto;
    	width: 120px;
	}
}
:target {
	scroll-margin-top: 145px;
}
@media screen and (min-width: 769px) {
	.foot-disease-child :target {
  		scroll-margin-top: 300px;
	}
	.flex-content-container.foot-disease :target {
		scroll-margin-top: 200px;
	}
	.padding_25 {
		padding: 0 25px;
	}
	.br_line {
		height: 35px;
	}
	.sp_block {
		display: none !important;
	}
	.illness-title {
    	font-size: 45px;
		color: #6e2504;
	}
	.illness-desc {
		font-size: 16px;
	}
}

.illness {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0 30px;
}
.illness-title {
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.illness-desc {
    text-align: center;
    margin: 0 0 1.5em;
	font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    line-height: 1.8em;
}
.illness-desc em {
    color: #B80505;
    font-style: normal;
}
.illness-list {
    display: grid;
    grid-template-rows: repeat(6, min-content) 1fr;
    grid-template-columns: 100%;
}
[class^="illness-list-"] {
    position: relative;
}
[class^="illness-list-1-"] {
    font-size: 18px;
    line-height: 1.8em;
}
[class^="illness-list-1-"] p {
    margin: 0;
}
[class^="illness-list-1-"] a {
    color: #000;
    text-decoration: none;
}
.illness-list-1 {
    grid-area: 3 / 1 / 8 / 2;
    width: 833px;
    left: 117px;
    display: grid;
    grid-template-rows: repeat(7, min-content) 1fr;
    grid-template-columns: 100%;
}
.illness-list-1-1 {
    grid-area: 1 / 1 / 2 / 2;
    width: 31px;
    left: 87px;
    margin-top: 51px;
    margin-bottom: 3px;
}
.illness-list-1-2 {
    grid-area: 2 / 1 / 3 / 2;
    width: 78px;
    left: 40px;
    margin-bottom: 49px;
}
.illness-list-1-3 {
    grid-area: 1 / 1 / 2 / 2;
    width: 204px;
    height: 93px;
    left: 159px;
    margin-bottom: -3px;
}
.illness-list-1-4 {
    grid-area: 3 / 1 / 4 / 2;
    width: 67px;
    left: 51px;
    margin-bottom: 3px;
}
.illness-list-1-5 {
    grid-area: 4 / 1 / 5 / 2;
    width: 118px;
    left: 0;
    margin-bottom: 48px;
}
.illness-list-1-6 {
    grid-area: 5 / 1 / 6 / 2;
    width: 43px;
    left: 75px;
    margin-bottom: 3px;
}
.illness-list-1-7 {
    grid-area: 6 / 1 / 7 / 2;
    width: 101px;
    left: 17px;
    margin-bottom: 58px;
}
.illness-list-1-8 {
    grid-area: 7 / 1 / 8 / 2;
    width: 31px;
    left: 87px;
}
.illness-list-1-9 {
    grid-area: 8 / 1 / 9 / 2;
    width: 78px;
    left: 40px;
}
.illness-list-1-10 {
    grid-area: 1 / 1 / 2 / 2;
    width: 43px;
    left: 613px;
    margin-top: 51px;
    margin-bottom: 1px;
}
.illness-list-1-11 {
    grid-area: 2 / 1 / 3 / 2;
    width: 118px;
    left: 613px;
    margin-bottom: 53px;
	font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
}
.illness-list-1-12 {
    grid-area: 3 / 1 / 4 / 2;
    width: 54px;
    left: 613px;
    margin-bottom: 1px;
}
.illness-list-1-13 {
    grid-area: 4 / 1 / 5 / 2;
    width: 132px;
    left: 613px;
    margin-bottom: 48px;
}
.illness-list-1-14 {
    grid-area: 5 / 1 / 6 / 2;
    width: 37px;
    left: 613px;
    margin-bottom: 1px;
}
.illness-list-1-15 {
    grid-area: 6 / 1 / 7 / 2;
    width: 118px;
    left: 613px;
    margin-bottom: 10px;
}
.illness-list-1-16 {
    grid-area: 7 / 1 / 8 / 2;
    width: 49px;
    left: 613px;
}
.illness-list-1-17 {
    grid-area: 8 / 1 / 9 / 2;
    width: 220px;
    left: 613px;
}
.illness-list-2 {
    grid-area: 3 / 1 / 4 / 2;
    width: 204px;
    height: 93px;
    left: 276px;
    margin-top: 92px;
    margin-bottom: -1px;
}
.illness-list-3 {
    grid-area: 4 / 1 / 5 / 2;
    width: 220px;
    height: 83px;
    left: 276px;
    margin-bottom: -15px;
}
.illness-list-4 {
    grid-area: 5 / 1 / 6 / 2;
    width: 220px;
    height: 101px;
    left: 276px;
    margin-top: 13px;
    margin-bottom: -13px;
}
.illness-list-5 {
    grid-area: 6 / 1 / 7 / 2;
    width: 220px;
    height: 170px;
    left: 276px;
    margin-top: 12px;
    margin-bottom: 10px;
}
.illness-list-6 {
    grid-area: 3 / 1 / 4 / 2;
    width: 208px;
    height: 192px;
    left: 479px;
    margin-bottom: -8px;
}
.illness-list-7 {
    grid-area: 4 / 1 / 5 / 2;
    width: 193px;
    height: 64px;
    left: 494px;
    margin-top: 5px;
    margin-bottom: -1px;
}
.illness-list-8 {
    grid-area: 5 / 1 / 6 / 2;
    width: 193px;
    height: 103px;
    left: 494px;
    margin-bottom: -2px;
}
.illness-list-9 {
    grid-area: 6 / 1 / 8 / 2;
    width: 193px;
    height: 182px;
    left: 494px;
    margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
.illness {
    width: 100%;
}
.illness-list {
    display: none;
}
}

.therapy {
    width: calc(100% - 200px);
    min-width: 980px;
    margin: 110px auto 68px;
    padding: 120px 0 20px;
    background: #D1D3C6;
}
.therapy-button, .therapy-button-one{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 258px;
    height: 50px;
    background: #ffff;
    color: rgb(29 59 42);
    border: rgb(0 0 0 / 60%) 1px solid;
    text-decoration: none;
    margin: 0px auto 36px;
}

.therapy-button:hover {
    background: rgb(29 59 42);
    border-color: #1D3B2A;
    color: #FFF;
}
.therapy-button-one:hover {
    background: #419c68;
    border-color: #1D3B2A;
    color: #FFF;
}
.therapy-title {
    font-size: 28px;
    width: 345px;
    height: 55px;
    margin: 2px auto 80px;
}
.therapy-list {
    display: flex;
    flex-wrap: wrap;
    width: 1002px;
    margin: 0 auto;
}
.therapy-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 311px;
    /*height: 595px;*/
    min-height: 559px;
    margin: 10px;
    background: #FFF;
    margin-bottom: 40px;

}
.therapy-image {
    margin-bottom: 10px;
}
.therapy-image img {
    object-fit: cover;
    width: 311px;
    height: 180px;
}
.therapy-name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 254px;
    margin: 30px 0;
    padding: .5em 0 .5em 1.3em;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    border: #000 1px solid;
    letter-spacing: .3em;
	a {
		color: black;
    text-decoration: none;
	}
}
.therapy-abstract {
    font-size: 15px;
    color: #8b0000;
    margin: 0 1em;
}
.therapy-desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 1em;
    text-align: center;
    color: #404040;
}
.therapy-more {
    font-size: 17px;
}
.therapy-more:hover {
    background-color: #429869;
}
@media screen and (max-width: 480px) {
.therapy {
    width: 100%;
    min-width: unset;
    padding: 2em 0 1em;
	margin-top: 40px;
}
.therapy-title {
    font-size: 15.6px;
    background: #FFF;
    width: 160px;
	height: 42px;
	margin-bottom: 30px;
}
	.therapy-name {
		width: 187px;
		height: 46px;
		padding: 0;
		margin: 20px 0;
		a {
			font-size: 14px;
		}
	}
	.therapy-abstract {
		font-size: 12px;
	}
	.therapy-desc {
		font-size: 11px;
		padding: 0 16px;
	}
.therapy-list {
    width: 100%;
    flex-direction: column;
}
.therapy-item {
    width: 100%;
    height: auto;
    margin: 11px 0;
	padding-bottom: 11px;
	min-height: auto;
}
.therapy-image {
    width: 100%;
	margin-bottom: 0;
}
.therapy-image img {
    width: 100%;
    height: auto;
	vertical-align: middle;
}
}

.advise {
    width: calc(100% - 80px);
    min-width: 980px;
    margin: 0 auto;
    padding: 120px 0 20px;
    background: #ccd8c196;
    color: #303030;
}
.advise em {
    color: #B80505;
    font-style: normal;
}
.advise-wrapper {
    max-width: 917px;
    margin: 0 auto;
}
.advise-wrapper .advise-content {
	max-width: 900px;
}
.advise-subtitle {
    font-size: 24px;
	margin-left: 26px;
}
.advise-subtitle span {
    background: #FAFAFA;
    margin-right: 1em;
    line-height: 1.57em;
	font-family: "FOT-筑紫ゴシック Pr5N R","FOT-筑紫ゴシック Pr5 R", ms gothic, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, osaka, sans-serif;
}
.advise-title {
    font-size: 25px;
    margin: 100px 0 40px;
}
.advise-content {
}
.advise-content p {
    font-size: 15px;
    line-height: 2.2em;
	margin: 0;
}
.advise-image {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 70px 0 90px;
}
.advise-image img {
    object-fit: cover;
}
.advise-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 397px;
    height: 70px;
    margin: 0 auto 80px;
    border-radius: 50px;
    background: #fff;
    font-family: "AvenirLTPro-Light", sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .25em;
    color: #30623C;
    text-decoration: none;
}
.advise-button img {
    width: 37px;
    height: 37px;
}
.advise-button:hover {
    background: #3F7652;
    color: #FFF;
}
.advise-button:hover img {
    filter: grayscale(100%) invert(100%) brightness(2);
}
.opacity-show {
	opacity: 0;
	transition: opacity var(--transition-duration, 700ms) ease-out;
}
.opacity-show.is-visible {
	opacity: 1;
}
@media screen and (max-width: 480px) {
.advise {
    width: calc(100% - 2em);
    min-width: unset;
    padding: 4em 1em 2em;
}
.advise-wrapper {
    width: 280px;
}
	.br_line {
		height: 25.2px;
	}
.advise-subtitle {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
	.advise-subtitle {
		margin-left: 0;
	}
	.advise-title.is-visible {
		font-size: 16px;
		margin: 20px 0 5px 0;
	}
	.advise-content p {
		font-size: 11px;
	}
.advise-subtitle span {
    width: fit-content;
}
.advise-title {
    font-size: 24px;
    margin: 2em 0 40px;
}
.advise-image {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 3em 0;
}
.advise-button {
    width: fit-content;
    padding: 0 1em;
    margin-bottom: 2em;
	width: 200px;
	height: 42px;
	font-size: 13px;
	padding: 0;
}
}

/* Category */
.category-title {
    width: 980px;
    margin: 60px auto 51px;
    font-family: ms mincho,ヒラギノ明朝 pro w3,hiragino mincho pro,serif;
    font-size: 37px;
    line-height: 1.4em;
    text-align: center;
    color: #30623c;
}
.category-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 810px;
}
.category-item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 750px;
    height: 270px;
    margin: 30px;
    padding: 2em;
    background: #e8e6e6;
}
.category-item-title {
    font-size: 25px;
    line-height: 1.4em;
    color: #6e2504;
    margin-bottom: 1em;
}
.category-item-excerpt {
    flex: 1;
}
.category-item > a {
    color: #30623c;
    text-decoration: none;
}
.pager {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

/* News */
.category-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: ms mincho,ヒラギノ明朝 pro w3,hiragino mincho pro,serif;
    font-size: 33px;
    text-shadow: #0006 0 4px 5px;
    line-height: 1.4em;
    min-height: 100px;
    background: url(images/category-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #FFF;
}
.breadcrumbs {
    width: 940px;
    margin: 0 auto;
    padding: 20px 0;
}
.breadcrumbs a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

main > .post > article {
    margin: 40px auto 50px;
}
.article-title {
	line-height: 1.5em;
	margin-top: 0;
    font-family: "FOT-筑紫Aオールド明朝 Pr6N R","FOT-筑紫Aオールド明朝 Pr6 R", ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
    font-size: 36px;
    color: #000;
	font-weight: 400;
	margin-bottom: 20px;
	color: #30623c;
}
.article-content {
    padding: 0;
}
.article-content.entry-content.sp_font_12 {
	padding: 20px 10px;
}
.font_number {
    font-family: "Wix Madefor Text", "HelveticaNeueLTStd-Lt", sans-serif;
}
@media screen and (max-width: 768px) {
    .header-button-panel > a {
        width: 141px;
        height: 34px;
    }
    .header-button-panel > a > span {
        font-size: 13px;
    }
    .header-button-panel > a img {
        width: 24px;
        height: 24px;
    }
    .hamburger-menu::before, .hamburger-menu span, .hamburger-menu::after {
        background-color: #30623c;
    }
    .big_size_title {
        font-size: 17px !important;
    }
	.hero-container > img {
		height: 460px;
	}
	.hero-text-last {
		font-size: 21px;
		margin-right: 0;
	}
	.hero-container, .hero {
		height: 460px;
	}
	.tool-button-panel a {
		width: 141px;
		height: 29px;
		font-size: 11px;
	}
	.worktime-schedule2 {
		font-size: 12px;
	}
	.newslist-list {
		margin-bottom: 0px;
	}
	.newslist-title {
		font-size: 13px;
	}
	.news-date {
		font-size: 11px;
	}
	.news-title {
		font-size: 13px;
	}
	.newslist-more {
		line-height: 1em;
	}
	.newslist-more a {
		font-size: 12px;
	}
}
.brown_red_text {
    color: #8B0000;
}
.fade-in-section {
    opacity: 0.3;
    transition: opacity var(--transition-duration, 1200ms) ease-out;
}

.fade-in-section.is-visible {
    opacity: 1;
}

.hero.fade-in-section {
    opacity: 1;
    transform: translateY(0);
}

@keyframes bounce {
    0% {
        transform: translateY(-100px) scale(1);
        opacity: 0;
    }
    50% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    65% {
        transform: translateY(-120px) scale(1);
    }
    80% {
        transform: translateY(0) scale(1);
    }
    90% {
        transform: translateY(-80px) scale(1);
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes textDrop {
    0% {
        transform: translateY(-100px) scale(0.8);
        opacity: 0;
    }
    60% {
        transform: translateY(0) scale(1.1);
        opacity: 1;
    }
    80% {
        transform: translateY(-20px) scale(0.95);
    }
    90% {
        transform: translateY(0) scale(1.05);
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes textShake {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    20% {
        opacity: 1;
        transform: translateY(8px);
    }
    35% {
        transform: translateY(-7px);
    }
    45% {
        transform: translateY(6px);
    }
    55% {
        transform: translateY(-5px);
    }
    65% {
        transform: translateY(4px);
    }
    75% {
        transform: translateY(-3px);
    }
    80% {
        transform: translateY(2px);
    }
    85% {
        transform: translateY(-1px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes buttonBounce {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-15px) scale(1.05);
    }
    75% {
        transform: translateY(-8px) scale(1.02);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.advise-subtitle span {
    /* opacity: 0 !important; */
    /* transform: translateY(-100px) scale(0.8) !important; */
    opacity: 0;
    display: inline-block;
    transition: none !important;
    will-change: opacity, transform;
    pointer-events: none;
}

.advise-subtitle.is-visible span:nth-child(1) {
    animation: textShake 1.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}

.advise-subtitle.is-visible span:nth-child(2) {
    animation: textShake 1.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
    animation-delay: 1.2s;
}

.advise-subtitle.is-visible span:nth-child(3) {
    animation: textShake 1.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
    animation-delay: 2.4s;
}

.advise-title,.advise-content {
    opacity: 0;
    /* transform: translateY(20px); */
    transition: opacity 2s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}

.advise-title {
    opacity: 0;
    filter: blur(3px);
    transition: opacity 2s ease-out, filter 2s ease-out;
    will-change: opacity, filter;
    margin-left: -5px;
}

.advise-title.is-visible {
    opacity: 1;
    filter: blur(0);
}

.advise-title.is-visible,.advise-content.is-visible {
    opacity: 1;
    /* transform: translateY(0); */
}

.tool-button-panel.fade-in-section {
    opacity: 1;
    transform: translateY(0) scale(1);
    animation: none;
}

.tool-button-panel.fade-in-section.auto-animated {
    opacity: 1;
    animation: none;
    transform: translateY(0) scale(1);
}

.scroll-fade-in {
    opacity: 0.3;
    transition: opacity var(--transition-duration, 700ms) ease-out;
}

.scroll-fade-in.is-visible {
    opacity: 1;
}

.worktime-content {
    opacity: 0.3;
    transition: opacity var(--transition-duration, 700ms) ease-out;
}

.worktime-content.is-visible {
    opacity: 1;
}

.newslist-title {
    opacity: 0.3;
    transition: opacity var(--transition-duration, 700ms) ease-out;
}

.newslist-title.is-visible {
    opacity: 1;
}


.advise-button {
    opacity: 0;
    transform: translateY(-100px) scale(1);
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.advise-button.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    /*animation: buttonBounce 0.8s ease-out 0.5s forwards;*/
    animation: textShake 1.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}
.block_font {
	color: #000;
}
