@charset "utf-8";

/*
var(--vk-color-primary)
var(--vk-color-primary-vivid)
var(--vk-color-primary-dark)
var(--vk-color-custom-1)
var(--vk-color-custom-2)
var(--vk-color-custom-3)

*/
:root {
	--vk-color-text-body: #252525;
	--vk-color-text-link-hover: var(vk-color-primary)!important;
	--vk-color-text-link: var(--vk-color-primary)!important;
	--vk-color-text-light: #666;
	--wp--style--global--content-size: 1240px;
}

* {
	font-family: "Zen Kaku Gothic New", sans-serif;
/*	font-family: "Corinthia", cursive; */
	font-weight: 500;
	font-style: normal;
	cursor: default;
}
body {
	background-color: transparent!important;
}
body.stop {
	height: 100vh;
	overflow: hidden;
	touch-action: none; /* スマホでのスクロール防止（iOS向け） */
}
body a,
body a * {
	color: var(--vk-color-text-link);
	cursor: pointer;
	text-decoration: none!important;
	transition: all .4s ease;
}
body .entry a {
	text-decoration: underline!important;
}
body a:hover,
body a:hover * {
    color: var(--vk-color-primary-dark);
	text-decoration: none!important;
    text-decoration-color: var(--vk-color-primary-dark);
}
p:empty { display: none; }
strong { font-weight: 900; }

/*****  Loading  *****/
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	transition: opacity 1s ease;
}

#loading img {
	max-width: 120px; /* 画像サイズ調整してくれ */
}

#loading p {
	margin-bottom: 0;
    font-size: 1rem;
    color: #333;
}

.home .site-body {
    opacity: 0;
    transition: opacity 1s ease;
}
body:not(.home) .site-body-container {
	max-width: 1280px!important;
	padding: 0 4rem;
}
@media screen and (min-width:1800px){
	.post-type-archive .container,
	.wp-singular .container {
        max-width: 1440px;
	}
	.sub-section--col--two.is-top-visible {
		top: 8rem!important;
	}
	.page-menu {
		position: relative;
		top: auto;
		left: auto;
		border-radius: 16px;
	}
	.page-menu .toggle-btn {
		display: none;
	}
}
@media screen and (min-width:991.99px){
	.main-section--col--two {
		width: calc(95% - var(--vk-width-col-2-sub))!important;
	}
}
@media screen and (max-width:991.98px){
	body:not(.home) .site-body-container {
		padding: 0 1.5rem;
	}
}
/*****  header  *****/
#site-header {
	background-color: transparent;
	box-shadow: none;
}
#site-header-container {
	max-width: none;
	padding: 0 0 0 1.5rem;
}
.header_scrolled #site-header {
	width: 100%;
	background-color: #FFF;
	box-shadow: none;
}
.header_scrolled .site-header-logo {
	display: block!important;
}
.site-header-logo a img {
    max-height: 48px;
	cursor: pointer;
}
.global-nav-list {
	height: 100%;
}
.global-nav-list>li>a {
	padding-top: 48px!important;
	padding-bottom: 8px!important;
	text-align: center;
}
.global-nav-list>li.current-page-parent>a strong,
.global-nav-list>li.current-menu-parent>a strong,
.global-nav-list>li.current-menu-item>a strong {
	color: var(--vk-color-primary)
}
.global-nav-list #menu-item-104>a { /*home*/
	background: url(../images/menu-icon01.png) no-repeat;
	background-size: 32px;
	background-position: top 16px center;
}
.global-nav-list #menu-item-104.current-page-parent>a,
.global-nav-list #menu-item-104.current-menu-item>a {
	background: url(../images/menu-icon01-active.png) no-repeat;
	background-size: 32px;
	background-position: top 16px center;
}
.global-nav-list #menu-item-99>a { /*about*/
	background: url(../images/menu-icon02.png) no-repeat;
	background-size: 32px;
	background-position: top 16px center;
}
.global-nav-list #menu-item-99.current-page-parent>a,
.global-nav-list #menu-item-99.current-menu-item>a {
	background: url(../images/menu-icon02-active.png) no-repeat;
	background-size: 32px;
	background-position: top 16px center;
}
.global-nav-list #menu-item-101>a { /*department*/
	background: url(../images/menu-icon03.png) no-repeat;
	background-size: 32px;
	background-position: top 16px center;
}
.global-nav-list #menu-item-101.current-menu-parent>a,
.global-nav-list #menu-item-101.current-menu-item>a {
	background: url(../images/menu-icon03-active.png) no-repeat;
	background-size: 32px;
	background-position: top 16px center;
}
.global-nav-list #menu-item-98>a { /*nursing*/
	background: url(../images/menu-icon04.png) no-repeat;
	background-size: 32px;
	background-position: top 16px center;
}
.global-nav-list #menu-item-98.current-page-parent>a,
.global-nav-list #menu-item-98.current-menu-item>a {
	background: url(../images/menu-icon04-active.png) no-repeat;
	background-size: 32px;
	background-position: top 16px center;
}
.global-nav-list #menu-item-97>a { /*regional*/
	background: url(../images/menu-icon05.png) no-repeat;
	background-size: 32px;
	background-position: top 16px center;
}
.global-nav-list #menu-item-97.current-page-parent>a,
.global-nav-list #menu-item-97.current-menu-item>a {
	background: url(../images/menu-icon05-active.png) no-repeat;
	background-size: 32px;
	background-position: top 16px center;
}
.global-nav-list .recruit-menu>a {
	width: 84px;
	background: url(../images/recruit-menu-btn.png) no-repeat;
	background-size: contain;
	background-position: center;
	background-color: #fae2e7;
	&&:hover {
		opacity: 0.6;
	}
}
.global-nav-list .recruit-menu>a strong {
	display: none;
}
.global-nav-list .nursing-aides-menu>a {
	width: 84px;
	background: url(../images/nursing-aides-menu-btn.png) no-repeat;
	background-size: contain;
	background-position: center;
	background-color: #e3f2ff;
	&&:hover {
		opacity: 0.6;
	}
}
.global-nav-list .nursing-aides-menu>a strong {
	display: none;
}
.global-nav-list .contact-menu>a {
	background: url(../images/contact-icon.png) no-repeat;
	background-size: 40px;
	background-position: top 12px center;
	background-color: var(--vk-color-primary);
	&&:hover {
		opacity: 0.6;
	}
}
.global-nav-list .contact-menu>a strong {
	color: #FFF!important;
	font-weight: 500;
}
.global-nav-list .sub-menu li a:focus-within, .global-nav-list .sub-menu li a:hover {
	
}


.vk-mobile-nav {
	padding: 75px 10px 45px!important;
}
.vk-mobile-nav .acc-btn {
    top: 20px!important;
}
.vk-mobile-nav nav>ul {
	border-top: none!important;
}
.vk-mobile-nav nav>ul>li>a {
    border-bottom: none!important;
	padding: 1.5rem 1.5rem 1.5rem 3rem!important;
}
.vk-mobile-nav nav ul li li a {
    padding: 0.7rem 1rem 0.7rem 3rem !important;
    background-color: #ededed;
}
.vk-mobile-nav ul.sub-menu {
	border-top: 1px solid #ccc;
}
.vk-mobile-nav .widget_nav_menu>ul>li>a, .vk-mobile-nav nav>ul>li>a {
    border-bottom: none!important;
	padding: 1.5rem 1.5rem 1.5rem 3rem!important;
}
.vk-mobile-nav  li.menu-item-has-children>a {
    padding-right: 3em!important;
}
.vk-mobile-nav #menu-item-104>a { /*home*/
	background: url(../images/menu-icon01.png) no-repeat;
	background-size: 24px;
    background-position: left 8px center;
}
.vk-mobile-nav #menu-item-104.current-page-parent>a,
.vk-mobile-nav #menu-item-104.current-menu-item>a {
	background: url(../images/menu-icon01-active.png) no-repeat;
	background-size: 24px;
    background-position: left 8px center;
	color: var(--vk-color-primary);
}
.vk-mobile-nav #menu-item-99>a { /*about*/
	background: url(../images/menu-icon02.png) no-repeat;
	background-size: 24px;
    background-position: left 8px center;
}
.vk-mobile-nav #menu-item-99.current-page-parent>a,
.vk-mobile-nav #menu-item-99.current-menu-item>a {
	background: url(../images/menu-icon02-active.png) no-repeat;
	background-size: 24px;
    background-position: left 8px center;
	color: var(--vk-color-primary);
}
.vk-mobile-nav #menu-item-101>a { /*department*/
	background: url(../images/menu-icon03.png) no-repeat;
	background-size: 24px;
    background-position: left 8px center;
}
.vk-mobile-nav #menu-item-101.current-menu-parent>a,
.vk-mobile-nav #menu-item-101.current-menu-item>a {
	background: url(../images/menu-icon03-active.png) no-repeat;
	background-size: 24px;
    background-position: left 8px center;
	color: var(--vk-color-primary);
}
.vk-mobile-nav #menu-item-98>a { /*nursing*/
	background: url(../images/menu-icon04.png) no-repeat;
	background-size: 24px;
    background-position: left 8px center;
}
.vk-mobile-nav #menu-item-98.current-page-parent>a,
.vk-mobile-nav #menu-item-98.current-menu-item>a {
	background: url(../images/menu-icon04-active.png) no-repeat;
	background-size: 24px;
    background-position: left 8px center;
	color: var(--vk-color-primary);
}
.vk-mobile-nav #menu-item-97>a { /*regional*/
	background: url(../images/menu-icon05.png) no-repeat;
	background-size: 24px;
    background-position: left 8px center;
}
.vk-mobile-nav #menu-item-97.current-page-parent>a,
.vk-mobile-nav #menu-item-97.current-menu-item>a {
	background: url(../images/menu-icon05-active.png) no-repeat;
	background-size: 24px;
    background-position: left 8px center;
	color: var(--vk-color-primary);
}
.vk-mobile-nav .recruit-menu,
.vk-mobile-nav .nursing-aides-menu,
.vk-mobile-nav .contact-menu {
	display: none;
}
.vk-mobile-nav .contact-menu>a { 
	padding: 1.5rem!important;
	background-color: var(--vk-color-primary);
	color: #FFF;
	font-weight: bold;
}
#mobile-menu {
	display: none!important;
	margin: 0 0 0 auto;
	padding: 0;
	display: flex;
	list-style: none;
}
#mobile-menu li {
	margin: 0;
	width: 68px;
}
#mobile-menu li a {
	display: block;
}
#mobile-menu li a:hover {
	opacity: 0.6;
}
/* sp-btn */
#vk-mobile-nav-menu-btn {
	display: none;
}
.menu-button {
	display: none!important;
	padding: 0 1rem 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 8px;
	border: none;
    background-color: transparent;
	position: relative;
}

.menu-button__line,
.menu-button::before,
.menu-button::after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: var(--vk-color-primary);
    transition: transform 0.3s, opacity 0.3s;
}

.menu-button.is-opened .menu-button__line {
  	opacity: 0;
}

.menu-button.is-opened::before {
  	transform: translateY(12px) rotate(45deg);
}

.menu-button.is-opened::after {
  	transform: translateY(-8px) rotate(-45deg);
}
#sp-btnLabel {
	font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
@media (max-width: 991.98px) {
	.site-header {
		z-index: 2001!important;
	}
    .site-header-logo a img {
		max-height: 32px;
        margin: 0!important;
    }
	#site-header-container {
		max-width: none;
		padding: 0 0 0 0.5rem;
		display: flex;
		align-items: center;
        background-color: #FFF;
	}
	.header_scrolled #site-header-container {
		position: fixed;
        left: 0;
        right: 0;
        top: 0;
	}
	#mobile-menu,
    .menu-button {
		display: flex!important;
	}
}
@media (max-width: 540px) {
	#mobile-menu li.contact {
		display: none;
	}
}
/*****  footer  *****/
#contact {
	padding: 0 4rem;
}
#contact .section-inner {
	padding: 4rem 2rem;
	border-radius: 16px;
	background: url(../images/contact-bkimg.png) no-repeat;
	background-position: center;
	background-size: cover;
}
#contact .text-box {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#contact .text-box .img-title {
	max-width: 240px;
	margin: 0;
	padding: 0;
	border: none;
}
#contact .text-box .img-title::after {
	display: none;
}
#contact .text-box p {
	color: #FFF;
	font-weight: 600;
	text-shadow: 0px 0px 8px #227761;
}
#contact .flex-btn {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
#contact .flex-btn div a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	border-color: #FFF;
	border-radius: 8px;
	background-color: rgb(135 185 165 / 40%);
}
#contact .flex-btn div a:hover {
	opacity: 0.5;
}
#contact .flex-btn div a::before {
	display: none;
}
#contact .flex-btn div a::after {
	border-color: #FFF;
}
#contact .flex-btn div a .icon {
	width: 40px;
	height: 40px;
}
#contact .flex-btn div.tel a .icon {
	background: url(../images/contact-tel-icon.png) no-repeat;
	background-position: center;
	background-size: contain;
}
#contact .flex-btn div.mail a .icon {
	background: url(../images/contact-mail-icon.png) no-repeat;
	background-position: center;
	background-size: contain;
}
#contact .flex-btn div a .icon {
	width: 50px;
	height: 50px;
}
#contact .flex-btn div a .text,
#contact .flex-btn div a .text * {
	color: #FFF;
	text-shadow: none;
}
#contact .flex-btn div a .text {
	width: auto;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
}
#contact .flex-btn div a .text .number {
	width: auto;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
}
#contact .flex-btn div a .text small {
	font-size: 0.8rem;
	display: block;
}
@media (max-width: 991.98px) {
	#contact .text-box {
		flex-direction: column;
		gap: 1rem;
	}
}
@media (max-width: 780px) {
	#contact {
		padding: 0;
	}
	#contact .section-inner {
		border-radius: 0;
	}
	#contact .flex-btn {
		flex-direction: column;
	}
	#contact .flex-btn div {
		width: 100%;
	}
	#contact .flex-btn div a {
		padding: 1rem 3rem 1rem 1rem;
	}
}

.site-footer {
	padding: 0 4rem;
	border-top: none!important;
}
.site-footer-content {
	max-width: 1920px!important;
	margin: auto;
	padding: 4rem 0 2rem!important;
	display: flex;
	gap: 4rem;
}
.site-footer .address {
	max-width: 400px!important;
}
.site-footer .address .footer-logo {
	margin-bottom: 0.5rem;
}
.site-footer .address p {
	font-size: 0.9rem;
}
.site-footer .address .btn {
	font-size: 0.75rem;
	margin-left: 1rem;
	padding: 0.25rem 0.5rem;
	background-color: var(--vk-color-primary);
	border-radius: 999px;
}
.site-footer .address .btn:hover {
	background-color: var(--vk-color-primary-dark);
}
.site-footer .address .btn span {
	color: #FFF;
}
.site-footer .footer-nav {
	width: calc(100% - 4rem - 400px)!important;
	border-bottom: none;
}
.site-footer .footer-nav .footer-nav-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 3rem;
}
.site-footer .footer-nav-list {
/*	width: calc((100% - 6rem)/5);*/
	flex: 0 0 1;
	padding: 0;
	margin: 0;
}
.site-footer .footer-nav-list li,
.site-footer .footer-nav-list li a {
	padding: 0;
	margin: 0;
	border: none!important;
}
.site-footer .footer-nav-list li a,
.site-footer .footer-nav-list li a * {
	font-size: 0.8rem;
	color: var(--vk-color-text-body);
}
.site-footer .footer-nav-list li a:hover,
.site-footer .footer-nav-list li a:hover * {
	color: var(--vk-color-primary);
}
.site-footer .footer-nav-list li.title {
	margin-bottom: 1.2rem;
	font-size: 1rem;
}
.site-footer .footer-nav-list li:not(.title) {
	margin: 0.5rem 0;
	padding-left: 1.5rem;
	position: relative;
}
.site-footer .footer-nav-list:not(.other-list) li:not(.title)::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: var(--vk-color-primary);
	position: absolute;
	left: 0.5rem;
	top: 0.25rem;
}
.site-footer .footer-nav-list.about-list li:not(.title)::before {
	background-color: #f5bdc8;
}
.site-footer .footer-nav-list.nursing-list li:nth-of-type(2)::before {
	background-color: #ff7300;
}
.site-footer .footer-nav-list.nursing-list li:nth-of-type(3)::before {
	background-color: #5ea000;
}
.site-footer .footer-nav-list.nursing-list li:nth-of-type(4)::before {
	background-color: #ff3162;
}
.site-footer .footer-nav-list.regional-list li:not(.title)::before {
	background-color: #abe1c9;
}
.footer-bottom-content {
/*	max-width: 1920px;*/
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
	border-top: 2px solid #ddd;
}
.footer-bottom-content .link a {
	padding: 2rem;
	display: block;
	width: max-content;
	position: relative;
}
.footer-bottom-content .link a::after {
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background-color: #888;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.site-footer-copyright {
	margin: 0 auto 0 0 !important;
}
.site-footer-copyright p {
	margin: 0!important;
	padding: 2rem;
	text-align: left!important;
}
@media (max-width: 991.98px) {
	.site-footer-content {
		flex-direction: column;
		gap: 2rem;
	}
	.site-footer .footer-nav {
		width: 100%!important;
	}
}
@media (max-width: 780px) {
	.site-footer {
		padding: 0 2rem;
	}
	.site-footer-content {
        align-items: center;
	}
	.footer-nav {
		display: none;
	}
	.footer-logo img {
		display: block;
		margin: auto;
	}
	.footer-bottom-content {
		flex-wrap: wrap;
		justify-content: center;
		border-top: none;
	}
	.footer-bottom-content .link a {
		padding: 1rem 2rem; 
	}
	.site-footer-copyright p {
		padding: 1rem 0;
		text-align: center!important;
	}
}
/*****  front  *****/
.home .site-body {
	padding-top: 0!important;
}
.home .container {
	max-width: none;
	padding: 0;
}
#home-visual {
	padding-right: 360px;
	position: relative;
	overflow: hidden;
}
#home-visual::after {
	content: "";
    display: block;
    width: 540px;
    margin: auto;
    padding: 80px;
    position: absolute;
    top: 0;
    right: 359px;
    bottom: 0;
    background: url(../images/home-visual-cover.png) no-repeat;
    background-position: top left;
    z-index: 1;
}
#home-visual .main-copy {
	width: 25vw;
/*    height: calc(100vh - 82px);*/
	padding: 40px 80px 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
#home-visual .main-copy img {
	max-width: none;
	width: 100%;
}
#home-topics .section-inner {
	padding: 2rem 4rem;
	display: flex;
	gap: 2rem;
}
@media (max-width: 991.98px) {
	#home-visual {
		padding-right: 320px;
		position: relative;
	}
	#home-visual::after {
		right: 319px;
	}
	#home-visual .main-copy {
        width: 320px;
		height: auto;
		padding: 40px 40px 40px 40px;
	}
	#home-visual .main-copy img {
        max-width: 180px;
	}
}
@media (max-width: 780px) {
	#home-visual {
		padding-right: 0;
		position: relative;
	}
	#home-visual::after {
		width: 450px;
        height: 100vh;
        top: auto;
        right: 0;
        left: 0;
        bottom: -60px;
        background-size: cover;
        background-position: right;
        rotate: 90deg;
        padding: 0;
	}
	#home-visual .main-copy {
        width: 100%;
		height: auto;
		margin-top: -80px;
        position: relative;
        z-index: 3;
	}
	#home-visual .main-copy img {
        max-width: 240px;
	}
}
#home-topics .section-inner > .title {
	width: 120px;
}
.news-box {
	width: 100%;
	max-width: 640px;
	height: 96px;
	margin: 0 auto 0 0!important;
	border: 2px solid #DDD;
	border-radius: 8px;
}
.news-box .swiper-wrapper {
	height: 100%;
}
.news-box .box-item {
	display: flex;
	flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    min-height: 100%;
}
.news-box .box-item a {
	padding: 1rem 1.2rem;
	display: flex;
	flex-direction: column;
	line-height: 1.6;
}
.news-box .box-item a .date {
	color: #aaa;
}
@media (max-width: 780px) {
	#home-topics .section-inner {
		padding: 2rem;
		flex-direction: column;
		gap: 1rem;
	}
	#home-topics .section-inner > .title {
		width: auto;
		display: flex;
		align-items: center;
		column-gap: 2rem;
	}
	#home-topics .section-inner > .title h2 {
		margin-bottom: 0;
	}
}

#home-about .section-inner .section-contents.philosophy {
	max-width: 1280px;
	margin: 4rem auto;
	padding: 2rem;
}
#home-about .philosophy .home-img-title {
	max-width: 960px;
	margin: 0 auto;
}
#home-about .home-img-title + .philosophy {
	font-size: 2rem;
	font-weight: 300;
	line-height: 2;
	padding: 2rem;
	background: url(../images/green-circle.png) no-repeat;
	background-position: center;
	background-size: contain;
}
.section-contents.policy-3h {
	max-width: 1920px;
	margin: auto;
	padding: 2rem 4rem;
	display: flex;
	align-items: center;
	gap: 2rem;
}
.section-contents.policy-3h .left-block {
	width: 400px;
}
.section-contents.policy-3h .left-block .home-img-title {
	margin-bottom: 2rem;
}
.section-contents.policy-3h .left-block .text-box p {
	margin-top: 1.5rem;
	font-size: 1.1rem;
	line-height: 2;
}
.section-contents.policy-3h .left-block .text-box p span {
	display: block;
}
.section-contents.policy-3h .right-block {
	width: calc(100% - 2rem - 400px);
}
.section-contents.policy-3h .right-block .box-3h {
	max-width: 1080px;
	margin: 0 auto 5rem;
	display: flex;
	gap: 3rem;
}
.section-contents.policy-3h .right-block .box-3h .box-item {
	width: calc((100% - 6rem)/3);
	display: flex;
	flex-direction: column;
}
.section-contents.policy-3h .right-block .box-3h .box-item:nth-of-type(1) {
	transform: translateY(-64px);
}
.section-contents.policy-3h .right-block .box-3h .box-item:nth-of-type(3) {
	transform: translateY(64px);
}
.section-contents.link-btn {
	max-width: 1920px;
	padding: 2rem 4rem;
	margin: 0 auto 4rem;
}
#home-about .flex-btn.color div:nth-of-type(1) a {
	border-color: #ffdab6;
	color: #353535;
	&&:hover {
		color: #ff7300;
	}
}
#home-about .flex-btn.color div:nth-of-type(2) a {
	border-color: #ebe087;
	color: #353535;
	&&:hover {
		color: #bfac11;
	}
}
#home-about .flex-btn.color div:nth-of-type(3) a {
	border-color: #c8dda8;
	color: #353535;
	&&:hover {
		color: #5ea000;
	}
}
#home-about .flex-btn.color div:nth-of-type(4) a {
	border-color: #ffbdd0;
	color: #353535;
	&&:hover {
		color: #ff3162;
	}
}
#home-about .flex-btn.color div:nth-of-type(1) a::before {
	background-color: #ff7300;
}
#home-about .flex-btn.color div:nth-of-type(2) a::before {
	background-color: #e9ce00;
}
#home-about .flex-btn.color div:nth-of-type(3) a::before {
	background-color: #5ea000;
}
#home-about .flex-btn.color div:nth-of-type(4) a::before {
	background-color: #ff3162;
}
#home-about .flex-btn.color div:nth-of-type(1) a::after {
	border-color: #ff7300;
}
#home-about .flex-btn.color div:nth-of-type(2) a::after {
	border-color: #e9ce00;
}
#home-about .flex-btn.color div:nth-of-type(3) a::after {
	border-color: #5ea000;
}
#home-about .flex-btn.color div:nth-of-type(4) a::after {
	border-color: #ff3162;
}
@media (max-width: 991.98px) {
	.section-contents.policy-3h .right-block,
	.section-contents.policy-3h .left-block {
		width: calc((100% - 2rem)/2);
	}
	.section-contents.policy-3h .right-block .box-3h {
		flex-direction: column;
		gap: 0;
	}
	.section-contents.policy-3h .right-block .box-3h .box-item {
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		transform: translateY(0)!important;
	}
	.section-contents.policy-3h .right-block .box-3h .box-item:nth-of-type(2) {
		margin-bottom: 1.8rem;
	}
	.section-contents.policy-3h .right-block .box-3h .box-item img {
		flex: 1 1 auto;
        width: 0%;
        height: 100%;
	}
}
@media (max-width: 780px) {
	#home-about .home-img-title + .philosophy {
		padding: 2rem 0;
		font-size: 1.5rem;
	}
	.section-contents.policy-3h {
		padding: 2rem;
		flex-direction: column;
	}
	.section-contents.policy-3h .right-block, .section-contents.policy-3h .left-block {
        width: 100%;
    }
	.section-contents.policy-3h .left-block .home-img-title {
        max-width: 320px;
    }
	.section-contents.policy-3h .left-block .text-box p {
		word-break: auto-phrase;
	}
	.section-contents.policy-3h .left-block .text-box p span {
        display: contents;
    }
	.section-contents.policy-3h .right-block .box-3h {
		margin-bottom: 0;
	}
	.section-contents.link-btn {
		padding: 2rem;
	}
}

#home-department {
	padding: 4rem 0 0;
	position: relative;
}
#home-department .section-inner {
	padding: 4rem;
	background: url(../images/department-bkimg.png) no-repeat;
	background-position: center;
	background-size: cover;
}
#home-department .home-img-title.overlap {
	max-width: 400px;
	position: absolute;
	top: 16px;
	right: 80px;
}
.department-block {
	max-width: 1280px;
	margin: 4rem auto 2rem;
	display: flex;
	gap: 4rem;
}
.department-block .tab-box {
	width: 240px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 1rem;
}
.department-block .tab-box .tab-item {
	border: 2px solid #FFF;
	border-radius: 8px;
	position: relative;
	line-height: 0;
	transition: all .3s ease;
}
.department-block .tab-box .tab-item * {
	cursor: pointer;
}
.department-block .tab-box .tab-item:hover {
	opacity: 0.6;
}
.department-block .tab-box .tab-item span {
	font-size: 1.2rem;
	text-shadow: 0px 0px 5px #FFF;
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	line-height: 1;
}
.department-block .tab-box .tab-item.active {
	border: 2px solid var(--vk-color-primary);
    overflow: hidden;
}
.department-block .tab-box .tab-item.active span {
	color: var(--vk-color-primary);
}
.department-block .tab-contents:not(.active) {
	display: none;
}
.department-block .tab-contents {
	width: calc(100% - 4rem - 240px);
}
.department-block .tab-contents h3 {
	border: none;
	font-size: 2rem;
	margin-top: 1.5rem;
	margin-bottom: 0;
}
.department-block .tab-contents h3:first-of-type {
	margin-top: 0;
}
.department-block .tab-contents h3::after {
	display: none;
}
@media (max-width: 991.98px) {
	.department-block .flex-btn.column3 div {
		width: 100%;
	}
}
@media (max-width: 780px) {
	#home-department .home-img-title.overlap {
		max-width: 320px;
		position: absolute;
		top: 16px;
		right: 20px;
	}
	#home-department .section-inner {
		padding: 4rem 2rem;
	}
	.department-block {
		flex-direction: column;
	}
	.department-block .tab-box {
		width: 100%;
		flex-direction: row;
	}
	.department-block .tab-box .tab-item {
		width: calc((100% - 1rem)/2);
	}
	.department-block .tab-contents {
		width: 100%;
	}
}

#home-pickup .section-inner {
	padding: 8rem 4rem;
	background: url(../images/green-circle.png) no-repeat;
	background-position: top -400px left -400px;
	background-size: 800px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4rem;
}
#home-pickup .home-img-title {
	max-width: 240px;
}
.pickup-block {
	width: calc(100% - 4rem - 240px);
	margin: auto auto auto 0;
}
.pickup-block .block-inner {
	min-height: 320px;
	padding: 2rem;
	display: flex;
	align-items: center;
	gap: 2rem;
	border-radius: 8px;
}
.pickup-block .block-inner img {
	max-width: 320px;
	height: fit-content;
    margin: auto auto 0 0;
}
.pickup-block .block-inner .flex-btn {
	max-width: 480px;
}
.pickup-block .block-inner.contribution {
	background: url(../images/contribution-bk.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.pickup-block .block-inner.contribution .flex-btn div a::before {
	background-color: #abe1c9;
}
.pickup-block .block-inner.recruit {
	background: url(../images/recruit-bk.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.pickup-block .block-inner.recruit .flex-btn div a::before {
	background-color: #f4bcc7;
}
@media (max-width: 991.98px) {
	#home-pickup .section-inner {
		flex-direction: column;
	}
	#home-pickup .home-img-title {
        margin: 0 auto 0 0;
    }
	.pickup-block {
		width: 100%;
	}
}
@media (max-width: 780px) {
	#home-pickup .section-inner {
		padding: 4rem 2rem;
		gap: 2rem;
	}
	.pickup-block .block-inner {
		flex-direction: column;
		gap: 4rem;
	}
}

#instagram .section-inner {
	max-width: 1920px;
	margin: 0 auto;
	padding: 4rem;
	position: relative;
}
#instagram .section-inner::bofore {
	content: "";
	display: block;
	width: 800px;
	height: 800px;
	background: url(../images/pink-circle.png) no-repeat;
	background-position: center;
	background-size: 800px;
}
#instagram .section-inner .home-img-title {
	max-width: 400px;
}

#instagram .feed-box p {
	text-align: right;
}

/*****  Slide  *****/
.swiper-wrapper,
.swiper-wrapper li {
	margin: 0;
	line-height: 0;
}
/*****  page  *****/
.page-header {
	padding: 0 2rem;
	background-color: transparent!important;
}
.page-header-inner.container {
	max-width: none;
	margin: 0 auto;
	padding: 3rem 1rem;
	background: url(../images/contact-bkimg.png) no-repeat;
    background-position: center;
    background-size: cover;
	border-radius: 8px;
}
.breadcrumb {
	padding: 1rem 0;
	border: none!important;
}
.breadcrumb .container {
	max-width: 1280px;
	padding: 0 2rem!important;
}
.breadcrumb-list li span {
	color: #333333;
}
.department-box {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.department-box .item {
	width: 100%;
	border: 2px solid #FFF;
	border-radius: 8px;
	position: relative;
	line-height: 0;
	transition: all .3s ease;
}
.department-box .item img {
	width: 100%;
}
.department-box .item * {
	cursor: pointer;
}
.department-box .item:hover {
	opacity: 0.6;
}
.department-box .item span {
	font-size: 1.2rem;
	text-shadow: 0px 0px 5px #FFF;
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	line-height: 1;
	color: #222222;
}
@media screen and (max-width:991px){
	.page-header {
		padding: 0 1.5rem;
	}
	.department-box .item {
		width: calc((100% - 1rem)/2);
	}
}
/*****  title  *****/
.home-section-title {
	margin-bottom: 0.5rem;
	padding: 0;
	font-size: 2rem;
	font-weight: 300;
	color: var(--vk-color-primary);
	border: none;
}
body:not(.post-type-post) h1.entry-title {
	padding: 1rem 1rem;
	background-color: #e2eba3;
	border-radius: 4px;
}
.entry h2 {
	border-top: none;
	position: relative;
	padding: 1rem .5rem 1.5rem;
}
.entry h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#9fc654), to(#ebf19c));
  background-image: -webkit-linear-gradient(left, #9fc654 0%, #ebf19c 100%);
  background-image: linear-gradient(to right, #9fc654 0%, #ebf19c 100%)
}
.entry h3 {
	padding-left: 2rem;
}
.entry h3::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: var(--vk-color-primary);
	position: absolute;
	left: 0.7rem;
    top: 1rem;
}
.entry h3::after {
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid var(--vk-color-primary);
    background-color: transparent;
    position: absolute;
    left: 0.25rem;
    top: 0.55rem;
}
.entry h4 {
	background-color: rgb(195 231 184 / 40%);
}
.sub-section-title {
	padding: .5em!important;
	background-color: rgb(195 231 184 / 40%)!important;
    border-radius: var(--vk-size-radius)!important;
	border: none!important;
}
.sub-section-title::after {
	display: none!important;
}
/*****  post  *****/
.entry-meta {
	text-align: right;
}
.entry-meta .entry-meta-item-date {
	margin: 0;
}
.entry-meta .entry-meta-item-updated,
.entry-meta .entry-meta-item-author,
.entry-footer {
	display: none;
}
.post-type-post .entry-header h1 {
	border-top: none;
	position: relative;
	padding: 1rem .5rem 1.5rem;
}
.post-type-post .entry-header h1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#9fc654), to(#ebf19c));
    background-image: -webkit-linear-gradient(left, #9fc654 0%, #ebf19c 100%);
    background-image: linear-gradient(to right, #9fc654 0%, #ebf19c 100%)
}
.entry-body {
	margin-bottom: var(--vk-margin-section-bottom);
	overflow: hidden;
}
.post-type-post .vk_posts.next-prev {
	justify-content: space-between;
}
.post-type-post .next-prev .vk_post-postType-post {
	max-width: 260px!important;
	width: 100%!important;
	border: 2px solid #e1e1e1;
}
.vk_post_imgOuter_singleTermLabel {
	background-color: var(--vk-color-primary)!important;
}
.category-recruit-news .vk_post_imgOuter_singleTermLabel {
	background-color: var(--vk-color-custom-2)!important;
}
.localNavi li a {
	width: 100%;
	display: block;
	padding-left: 2.2rem!important;
	position: relative;
	color: #353535;
}
.localNavi li a::before {
	content: "";
	display: block;
	margin: auto;
	width: 18px;
    height: 18px;
    border: 2px solid var(--vk-color-primary);
    position: absolute;
    top: 0;
    left: .5rem;
	bottom: 0;
	border-radius: 24px;
}
.localNavi li a::after {
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--vk-color-primary);
    border-right: 2px solid var(--vk-color-primary);
    position: absolute;
	top: 1.05rem;
    left: 0.8rem;
    margin: auto;
    rotate: 45deg;
    transition: all .3s;
}
/*****  contact-form  *****/
.contact-table {
	border-bottom: 2px solid #ddd;
}
.contact-table th,
.contact-table td {
	padding: 0.8rem 1.6rem;
	font-size: 1rem;
	border-top: 2px solid #ddd;
	border-left: none;
	border-right: none;
}
.contact-table th {
	min-width: 240px;
	background-color: rgb(239 246 200 / 45%);
}
.contact-table td .in_table {
    border-bottom: none!important;
}
.contact-table td .in_table th {
	background-color: rgb(205 225 199 / 45%);
    padding: 0.5rem 1rem;
    border: 2px solid #ddd;
    border-bottom: 0;
}
.contact-table td .in_table td {
    padding: 1rem 0.5rem;
}
.contact-table th p {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: space-between;
}
.contact-table th p .required {
	padding: 0.25rem 0.8rem;
	background-color: var(--vk-color-primary);
	border-radius: 2px;
	color: #FFF;
	font-size: 0.8rem;
	line-height: 1.4;
}
.contact-table td {
	width: 100%;
	max-width: calc(100% - 240px);
	border-left: 2px solid #ddd;
}
.contact-table tr:last-of-type th,
.contact-table tr:last-of-type td {
	border-bottom: 2px solid #ddd;
}
.contact-table td > div:not(:last-of-type) {
	margin-bottom: 0.5rem;
}
.contact-table td.date > div {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.contact-table .flex p,
.contact-table.check td.date > div {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
}
.contact-table td.date > div > div:last-of-type p {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.contact-table td p {
	margin-bottom: 0;
}
.contact-table td p + div {
	margin-top: 1rem;
}
.contact-table td .wpcf7-form-control-wrap * {
	margin-bottom: 0;
}
.contact-table td .wpcf7-form-control-wrap textarea {
	resize: vertical;
	height: 80px;
}
.wpcf7-radio, .wpcf7-checkbox {
	display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.contact-table td .wpcf7-list-item {
	margin-left: 0;
}
input[type="radio"],
input[type="checkbox"] {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.wpcf7-acceptance .wpcf7-list-item label,
.wpcf7-radio .wpcf7-list-item label,
.wpcf7-checkbox .wpcf7-list-item label {
	position: relative;
	padding-left: 1.6rem;
}
.wpcf7-radio .wpcf7-list-item label::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	border: 2px solid #aaa;
	position: absolute;
	left: 0;
	top: 0.25rem;
}
.wpcf7-radio .wpcf7-list-item label:has(input:checked)::before {
	content: "";
	border: 2px solid var(--vk-color-primary);
}
.wpcf7-radio .wpcf7-list-item label:has(input:checked)::after {
	content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 14px;
    background-color: var(--vk-color-primary);
    position: absolute;
    left: 0.25rem;
    top: 0.5rem;
}
.wpcf7-acceptance .wpcf7-list-item label::before,
.wpcf7-checkbox .wpcf7-list-item label::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	top: 0.25rem;
}
.wpcf7-acceptance .wpcf7-list-item label:has(input:checked)::before,
.wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::before {
	content: "";
	background-color: var(--vk-color-primary);
}
.wpcf7-acceptance .wpcf7-list-item label:has(input:checked)::after,
.wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::after {
	content: "";
    display: block;
    width: 5px;
    height: 12px;
    position: absolute;
	top: 0.8rem;
    left: 0.15rem;
    transform: rotate(35deg) skewY(16deg) translateY(-50%);
    transform-origin: center right;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}
/*
.wpcf7-not-valid-tip {
  display: none;
}
*/

.button {
	margin-top: 4rem;
}
.button p {
	display: flex;
	justify-content: center;
	gap: 1rem;
}
input.wpcf7-previous {
    font-size: 1rem;
    border: 1px solid #aaa;
    background-color: #ededed;
    padding: .5em 2em;
    border-radius: var(--vk-size-radius);
	cursor: pointer;
	&&:hover {
        background-color: #ccc;
	}
}
.inpage-frame {
	max-width: 980px;
    width: 100%;
    height: 320px;
    margin: 4rem auto 2em;
    padding: 20px;
    overflow: auto;
    border: 1px solid #ddd;
    background-color: #FFF;
}
.inpage-frame h2 {
	margin-top: 2rem;
}
.inpage-frame::-webkit-scrollbar {
    width: 12px;
}
.inpage-frame::-webkit-scrollbar-track {
	margin: 5px 0;
	background-color: #ddd;
	border-radius: 5px;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
}
.inpage-frame::-webkit-scrollbar-thumb {
    background-color: var(--vk-color-primary);
	border-radius: 5px;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
}
.wpcf7-spinner {
	margin-top: -2rem;
	position: absolute;
}

@media screen and (max-width: 780px){
	.contact-table tr th,
	.contact-table tr td {
		display: block;
		max-width: none;
		width: 100%!important;
		border-top: 2px solid #ddd;
		border-bottom: none;
	}
	.contact-table tr th {
		padding: 1rem;
	}
	.contact-table tr td {
		padding: 1.5rem 1rem;
		border-left: none;
		border-bottom: none;
	}
	.contact-table th p {
		justify-content: flex-start;
	}
	.contact-table .flex p, .contact-table.check td.date > div {
		flex-direction: column;
		gap: 0;
		align-items: flex-start;
	}
}
/*****  etc  *****/
.coblocks-lightbox__background {
	background: rgb(255 255 255 / 80%) !important;
    filter: brightness(80%) !important;
    backdrop-filter: blur(2px);
}
.coblocks-lightbox__arrow>div {
    background-color: #222;
}
body .entry a.wp-block-button__link {
	text-decoration: none!important;
}
.wp-block-button__link:hover {
    text-decoration: none!important;
    filter: brightness(1.1) saturate(1)!important;
}
.more a {
	width: max-content;
	display: block;
	padding-right: 3rem;
	position: relative;
}
.more a.arrow::before {
	content: "";
	display: block;
	margin: auto;
	width: 24px;
	height: 24px;
	border: 2px solid var(--vk-color-primary);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 24px;
}
.more a.arrow::after {
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--vk-color-primary);
    border-right: 2px solid var(--vk-color-primary);
    position: absolute;
    top: 0.5rem;
    right: 0.6rem;
    margin: auto;
    rotate: 45deg;
    transition: all .3s;
}
.flex-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}
.flex-btn.column4 div {
	width: calc((100% - 4.5rem)/4);
}
.flex-btn.column3 div {
	width: calc((100% - 3rem)/3);
}
.flex-btn.column2 div,
.flex-btn .short {
	width: calc((100% - 1.5rem)/2);
}
.flex-btn.column3:not(:has(> div:nth-child(2))) div,
.flex-btn .wide {
  width: 100%;
}
.flex-btn div a {
	height: 100%;
	padding: 1rem 3rem;
	display: block;
	border: 3px solid #DDD;
	border-radius: 4px;
	position: relative;
	background-color: #FFF;
}
.flex-btn div:not(.wide) a {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.flex-btn div a::before {
	content: "";
	display: block;
	margin: auto;
	width: 4px;
	height: 4px;
	background-color: var(--vk-color-primary);
	border-radius: 4px;
	position: absolute;
	left: 1.5rem;
	top: 0;
	bottom: 0;
}
.flex-btn div a::after {
	content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--vk-color-primary);
    border-right: 3px solid var(--vk-color-primary);
    position: absolute;
    top: 0;
	bottom: 0;
    right: 1.5rem;
    margin: auto;
    rotate: 45deg;
    transition: all .3s;
}
.flex-btn.arrow-none div a::after {
	display: none;
}
:where(:not(.wp-block-table))>table {
	border: none!important;
	border-bottom: 2px solid #ddd!important;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
	padding: 0.8rem 1.6rem;
	font-size: 1rem;
	border: none;
	border-top: 2px solid #ddd!important;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
	background-color: rgb(195 231 184 / 40%);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td:nth-of-type(n+2) {
	border-left: 2px solid #ddd!important;
}
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
	color: rgb(255 255 255)!important;
    fill: rgb(255 255 255)!important;
}
.page-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	padding: 0;
	margin: 0;
}
.page-list li {
	width: calc((100% - 3rem)/3);
	padding: 0;
	margin: 0;
	list-style: none;
}
.page-list li a {
	height: 100%;
	padding: 1rem 3rem;
	display: flex;
    align-items: center;
	border: 3px solid #DDD;
	border-radius: 4px;
	position: relative;
	background-color: #FFF;
	text-decoration: none!important;
}
.page-list li a::before {
	content: "";
	display: block;
	margin: auto;
	width: 4px;
	height: 4px;
	background-color: var(--vk-color-primary);
	border-radius: 4px;
	position: absolute;
	left: 1.5rem;
	top: 0;
	bottom: 0;
}
.page-list li a::after {
	content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--vk-color-primary);
    border-right: 3px solid var(--vk-color-primary);
    position: absolute;
    top: 0;
	bottom: 0;
    right: 1.5rem;
    margin: auto;
    rotate: 45deg;
    transition: all .3s;
}
ul[class="wp-block-list"] {
	margin: 0;
	padding: 0;
}
ul[class="wp-block-list"] li {
	margin: 0.5rem 0;
	padding: 0 0 0 1.5rem;
	position: relative;
	list-style: none;
}
ul[class="wp-block-list"] li::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: var(--vk-color-primary);
	position: absolute;
	top: 0.5rem;
	left: 0.2rem;
}
@media (max-width: 1230px) {
	.flex-btn .short {
		width: 100%;
	}
}
@media (max-width: 1080px) {
	.pickup-block .block-inner img {
		max-width: 240px;
	}
	.flex-btn.column4 div {
		width: calc((100% - 1.5rem)/2);
	}
}
@media (max-width: 780px) {
	.pickup-block .block-inner img {
		width: 100%;
		max-width: none;
		margin: 0;
	}
	.flex-btn {
		gap: 0.8rem;
	}
	.flex-btn.column4 div,
	.flex-btn.column3 div,
    .flex-btn.column2 div,
    .flex-btn .short {
		width: 100%;
	}
	.page-list {
		gap: 1rem;
	}
    .page-list li {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }
}
.btn .blank {
	padding-right: 1.2rem;
	display: block;
	position: relative;
}
.btn .blank::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url('../images/blank-icon-wh.png') no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.entry li a[target="_blank"] {
	padding-right: 1.2rem;
	display: inline-block;
	position: relative;
}
.entry li a[target="_blank"]::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url('../images/blank-icon-bl.png') no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.tx-ceter, .tx-center {
	text-align: center;
}
.inline {
	display: inline-block;
}
.page_top_btn {
    width: 80px;
    height: 88px;
    border: none;
    background: none;
    box-shadow: none;
    background-image: url(../images/page-top.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
	animation: 4s yurayura infinite ease
}
@keyframes yurayura {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}