@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    visibility: hidden;
}
html.wf-active {
    visibility: visible;
}
body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    background-color: #fff;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
}
/* ステータスバー透過防止 */
.for-status-bars {
    position: fixed;
    top: 0;
    pointer-events: none;
    height: 5px;
    width: 100%;
    background-color: #000;
    mix-blend-mode: lighten;
}
/* タブバー透過防止 */
.for-tab-bars {
    position: fixed;
    bottom: 0;
    pointer-events: none;
    height: 4px;
    width: 100%;
    background-color: #000;
    mix-blend-mode: lighten;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
}
p, li, th, td {
    color: #333;
    letter-spacing: 0.02em;
}
p, .default {
    font-size: 16px;
	line-height: 170%;
    text-align: justify;
}
.tight {
    line-height: 160%;
}
li, th, td {
    font-size: 16px;
    line-height: 150%;
}
@media screen and (min-width: 1000px){
p {
    font-size: 17px;
	line-height: 180%;
}
li, th, td {
    font-size: 17px;
    line-height: 160%;
}
}

.sml01 {
    font-size: 16px;
    line-height: 160%;
}
.sml02 {
    font-size: 15px;
    line-height: 150%;
}
.big01 {
    font-size: 18px;
}
.lh220 {
    line-height: 220%;
}
.san_serif {
    font-family: "Noto Sans JP", sans-serif;
}
table, ul, ol {
    width: 100%;
    text-align: left;
	list-style: none;
    border-collapse: collapse;
}
.palt {
	font-feature-settings: "palt";
}
.pkna {
	font-feature-settings: "pkna";
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.justify {
    text-align: justify;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
	text-align: center;
}
.inlineblock {
    display: inline-block;
}
.block {
    display: block;
}
.white {
    color: #fff;
}
.yellow {
    color: #ff0;
}
.mainclr {
    color: #80c525;
}
.subclr {
    color: #ff842d;
}
.subclr02 {
    color: #36a9ff;
}
.clear {
    opacity: 0;
}
.rectangle {
    color: #80c525;
    display: inline-block;
    width: 16px;
    transform: scale(0.5, 1.1);
    transform-origin: top left;
    margin-right: -4px;
    vertical-align: 1px;
}
a {
	color: #333;
	text-decoration: none;
    transition: all 0.2s ease;
}
a img {
	border: none;
}
img {
    width: 100%;
	height: auto;
    display: block;
	object-fit: cover;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.usa {
    text-indent: -1em;
    padding-left: 1em;
}
.usa02 {
    text-indent: -2.2em;
    padding-left: 2.2em;
}
.usa03 {
    text-indent: -1.7em;
    padding-left: 1.7em;
}
.serif-numbers {
    font-family: serif;
}
.breakable {
    overflow-wrap: break-word;
    word-break: normal;
}
.no_link {
    pointer-events: none;
}
@media screen and (min-width: 1000px) {
.no_tel_link {
    pointer-events: none;
}
}



/* ulolまわり */
ul.rectangle_bkclr {
	list-style: url(../img/ul_rectangle_bkclr.svg);
	padding-left: 18px;
}
ul.rectangle_mainclr {
	list-style: url(../img/ul_rectangle_mainclr.svg);
	padding-left: 18px;
}
ul.rectangle_subclr {
	list-style: url(../img/ul_rectangle_subclr.svg);
	padding-left: 18px;
}
ul.rectangle_subclr02 {
	list-style: url(../img/ul_rectangle_subclr02.svg);
	padding-left: 18px;
}
ul.square_mainclr {
	list-style: url(../img/ul_square_mainclr.svg);
	padding-left: 20px;
}
ul.square_subclr {
	list-style: url(../img/ul_square_subclr.svg);
	padding-left: 20px;
}
ul.circle_mainclr  {
	list-style: url(../img/ul_circle_mainclr.svg);
	padding-left: 22px;
}
ul.circle_subclr  {
	list-style: url(../img/ul_circle_subclr.svg);
	padding-left: 22px;
}
ul.donuts_mainclr {
	list-style: url(../img/ul_donuts_mainclr.svg);
	padding-left: 25px;
}
ul.dot_mainclr {
	list-style: url(../img/ul_dot_mainclr.svg);
	padding-left: 15px;
	text-indent: -3px;
}
ul.dot_bkclr {
	list-style: url(../img/ul_dot_bkclr.svg);
	padding-left: 15px;
	text-indent: -2px;
}
ul.checkbox_mainclr {
	list-style: url(../img/ul_checkbox_mainclr.svg);
	padding-left: 25px;
}
ul.checkbox_main_bk {
	list-style: url(../img/ul_checkbox_mainclr_x_bk.svg);
	padding-left: 25px;
}
ul.ul_list {
    display: flex;
    flex-direction: column;
}
ul.ul_inline00 {
	display: flex;
	flex-wrap: wrap;
}
ul.ul_inline01 {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 30px;
}
ul.ul_inline02 {
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
}
ul.ul_inline03 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 50px;
}
ul.ul_inline04 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 5px;
}
ul.ul_inline05 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 40px;
}
ul.li_18 li,
ol.li_18 li {
	font-size: 18px;
}
/* iosのための新しいol */
/* アラビア数字123 */
ol.num {
    display: flex;
    flex-direction: column;
	counter-reset: list-counter; /* カウンターをリセット */
}
ol.num > li {
	counter-increment: list-counter; /* カウンターを増やす */
	position: relative;
	padding-left: 20px;
}
ol.num > li::before {
	content: counter(list-counter) ".";
	position: absolute;
	left: 4px; /* 番号を左端に固定 */
}
/* ローマ数字ⅠⅡⅢ */
ol.roman_num {
    display: flex;
    flex-direction: column;
    counter-reset: roman-counter;
}
ol.roman_num > li {
    counter-increment: roman-counter;
    position: relative;
    padding-left: 30px;
}
ol.roman_num > li::before {
    content: counter(roman-counter, upper-roman) ".";
    position: absolute;
    left: 4px;
}
/* 第●条123 */
ol.article_num {
    display: flex;
    flex-direction: column;
    counter-reset: article-counter;
}
ol.article_num > li {
    counter-increment: article-counter;
    position: relative;
    padding-left: 3.7em;
}
ol.article_num > li::before {
    content: "第" counter(article-counter) "条";
    position: absolute;
    left: 0;
    font-weight: 600;
}

ul.ibauto, ol.ibauto {
	display: inline-block;
	width: auto;
}

ul.ul_inline li, 
ul.ul_inline02 li {
	text-align: left;
}
ul.ul_palt li {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}


.li_maintxt_sub02 {
    font-size: 17px;
    line-height: 100%;
    font-weight: 700;
    color: #36a9ff;
}
.li_maintxt_sub02_pals {
    font-size: 17px;
    line-height: 150%;
    font-weight: 700;
    color: #36a9ff;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}
.li_subtxt {
    font-size: 16px;
    line-height: 150%;
    font-weight: normal;
    color: #333;
    margin-top: 5px;
    display: block;
}
@media screen and (min-width: 1000px){
.li_subtxt {
    font-size: 17px;
    line-height: 160%;
}
}




.container {
	width: 100%;
	margin: 0 auto;
}

/* ヘッダー */
.header_wrap  {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.4));
}
.header_box {
    width: 100%;
    max-width: 1200px;
    height: 50px;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_logo {
    padding: 8px 0;
}
.top_logo img {
    width: auto;
    height: 34px;
    object-fit: contain;
}
.top_sns_icon img {
    width: 30px;
    display: inline-block;
}
@media screen and (min-width: 768px){
.header_box {
    height: 80px;
}
.top_logo {
    padding: 18px 0;
    margin: 0 auto 0 0;
}
.top_logo img {
    height: 44px;
}
.top_box {
    height: 80px;
    padding: 10px 0;
    display: flex;
    gap: 20px;
}
p.tab_ad {
    font-size: 16px;
    line-height: 100%;
	text-align: right;
    margin-bottom: 10px;
}
.top_sns_tel_box {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.top_sns_icon img {
    width: 28px;
}
a.tab_tel {
	font-size: 34px;
    line-height: 100%;
	font-family: "Noto Serif JP", serif;
    font-weight: 700;
    text-align: right;
    color: #ff842d;
    display: block;
    pointer-events: none;
    letter-spacing: 0.03em;
}
a.tab_tel i {
	font-size: 26px;
	margin-right: 5px;
    vertical-align: 2px;
}
}
/* PCヘッダー */
@media screen and (min-width: 1000px){
.header  {
    border-bottom: 0;
}
p.tab_ad {
    font-size: 17px;
}
.top_sns_icon:hover {
    opacity: 0.8;
}
a.top_con_btn01 {
    font-size: 16px;
    line-height: 100%;
	color: #fff;
    background: #ff842d;
    border: solid 1px #ff842d;
    width: 150px;
    height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
a.top_con_btn01:hover {
    background-color: #ff9c45;
}
a.top_con_btn01 i {
    margin-left: 10px;
    transition: all 0.2s ease;
}
a.top_con_btn01:hover i {
    transform: translateX(3px) translateY(-3px) rotate(10deg);
}
/* 右上さんかく */
.tcb_tri01 {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 25;
}
.tcb_tri01 {
    background-color: #ff5f13;
}
/* グローバルナビゲーション */
.global_PCnav {
	width: 100%;
    height: 60px;
	background-color: #80c525;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10100;
}
.global_PCnav ul.nav_list {
    max-width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.global_PCnav li.nav_item {
    width: 100%;
    height: 60px;
    border-left: 1px solid #fff;
}
.global_PCnav li.nav_item:last-child {
	border-right: 1px solid #fff;
}
.global_PCnav a.nav_a {
    line-height: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.global_PCnav a.nav_a:hover {
    color: #ff0;
    background-color: #6cb111;
}
.global_PCnav a.nav_now {
    color: #ff0;
    background-color: #6cb111;
}


/* メガメニュー */
.megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: -1;
    filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.4));
}
/* メガメニューがhoverされたときも表示されるようにする */
.has-megamenu:hover .megamenu,
.megamenu:hover {
    opacity: 1;
    visibility: visible;
}

/* ▼ triangle を出すスタイル */
.nav_triangle {
    position: absolute;
    top: 100%;
    transform: translateX(-50%) translateY(0);
    width: 20px;
    height: 12px;
    background-color: #6cb111;
    clip-path: polygon(50% 100%, 0 0, 100% 0); /* ▼ */
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    z-index: 1002;
}
.nt01 {
    left: calc((100% / 14) * 3);
}
.nt02 {
    left: calc((100% / 14) * 7);
}
/* 三角形表示のタイミング */
.has-megamenu:hover .nav_triangle,
.megamenu:hover ~ .nav_triangle {
    opacity: 1;
}
/* hover中のリンク色と背景色を明示 */
.has-megamenu:hover > .nav_a,
.megamenu:hover > .nav_a {
    color: #ff0;
    background: #6cb111;
}
.has_title {
    font-size: 70px;
    line-height: 100%;
    font-weight: 200;
    color: #e6f4d9;
    position: absolute;
    bottom: -4px;
    right: -23px;
    letter-spacing: 0em;
    z-index: -1;
}




/* メガメニュー内部 */
.mega_flex {
    display: flex;
}
.nav_pic {
    width: 230px;
    height: auto;
}
.megamenu_in {
    width: calc(100% - 230px - 20px);
    padding: 20px;
    display: flex;
    position: relative;
}
.megamenu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 60px;
}
.megamenu li {
    width: calc((100% / 2 - 60px / 2));
}
.megamenu li a {
    font-size: 17px;
    font-weight: 500;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #80c525;
    background-color: #fff;
    border: solid 1px #80c525;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.megamenu li a:hover {
    background: #ebf9de;
}
@media screen and (min-width: 1150px){
.nav_pic {
    width: 200px;
}
.megamenu_in {
    width: calc(100% - 200px - 20px);
    padding: 30px 20px;
}
.megamenu li {
    width: calc((100% / 3 - 120px / 3));
}
}

/*矢印と下線の形状*/
.nav_btn01 {
    font-size: 16px;
    line-height: 100%;
    font-weight: bold;
    padding: 25px 10px;
    margin: 5px 0;
    white-space: nowrap;
	position: relative;
    display: block;
    color: #333;
}
.nav_btn01:hover {
    color: #80c525;
}
.nav_btn01::before{
	content:"";
	position: absolute;
	top: 50%;
	right: -15px;
	width: 30px;
	height: 1px;
	background:#333;
    transition: all 0.2s ease-in-out;
}
.nav_btn01::after{
	content:"";
	position: absolute;
    top: calc(50% - 9px);
    right: -10px;
	width: 1px;
	height: 10px;
	background:#333;
    transform:skewX(45deg);
    transition: all 0.2s ease-in-out;
}
.nav_btn01:hover::before{
	right: -20px;
    background:#80c525;
}
.nav_btn01:hover::after{
	right: -15px;
    background:#80c525;
}
}



/* あとから固定ヘッダー */
@media screen and (min-width: 1000px){
.later_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.4));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.later_header.visible {
  opacity: 1;
  visibility: visible;
}
}


/* 背景固定 */
.back-img-a, .back-img-b, .back-img-c {
    display: block;
    position: sticky;
    top: 0;
    height: 0;
    max-height: 0;
    overflow: visible;
    z-index: -15;
}
.back-img-a::after, 
.back-img-b::after, 
.back-img-c::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.back-img-a::after {
    background-image: linear-gradient(-45deg, #fdeedacc, rgba(255,255,255,0.75)), url(../img/top_bg01_8297_SP.avif);
}
.back-img-b::after {
    background-image: linear-gradient(-45deg, #fdeedacc, rgba(255,255,255,0.75)), url(../img/top_bg02_6728_SP.avif);
}
.back-img-c::after {
    background-image: linear-gradient(-45deg, #fdeedacc, rgba(255,255,255,0.75)), url(../img/top_bg03_7888_SP.avif);
}
@media screen and (min-width: 1000px){
.back-img-a::after {
    background-image: linear-gradient(-45deg, #fdeedacc, rgba(255,255,255,0.75)), url(../img/top_bg01_8297_PC.avif);
}
.back-img-b::after {
    background-image: linear-gradient(-45deg, #fdeedacc, rgba(255,255,255,0.75)), url(../img/top_bg02_6728_PC.avif);
}
.back-img-c::after {
    background-image: linear-gradient(-45deg, #fdeedacc, rgba(255,255,255,0.75)), url(../img/top_bg03_7888_PC.avif);
}
}


/* トップメインスライド */
.mainimg {
	width: 100%;
    height: calc(70vh - 60px);
    position: relative;
    z-index: 10;
}
.img-box {
    width: 100%;
    height: calc(70vh - 60px);
    overflow: hidden;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
}
.img-box div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(70vh - 60px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    transform: scale(1.0);
    opacity: 0;
    animation-name: fade;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}
@keyframes fade {
0% {
    opacity: 0;
}
20% {
    opacity: 8;
}
80% {
    opacity: 0;
    transform: scale(1.1);
}
100% {
    z-index: 5;
    opacity: 0;
}
}

.img-box div:first-of-type {
    background-image: url(../img/top_main01_142_SP.avif);
}
.img-box div:nth-of-type(2) {
    background-image: url(../img/top_main02_7785_SP.avif);
    animation-delay: 4s;
}
.img-box div:nth-of-type(3) {
    background-image: url(../img/top_main03_131_SP.avif);
    animation-delay: 8s;
}
@media screen and (min-width: 768px){
.mainimg {
    height: calc(75vh - 80px);
}
.img-box {
    height: calc(75vh - 80px);
}
.img-box div {
    height: calc(75vh - 80px);
}
}
@media screen and (min-width: 1000px){
.mainimg {
    height: calc(95vh - 140px);
}
.img-box {
    height: calc(95vh - 140px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}
.img-box div {
    height: calc(95vh - 140px);
}
.img-box div:first-of-type {
    background-image: url(../img/top_main01_142_PC.avif);
}
.img-box div:nth-of-type(2) {
    background-image: url(../img/top_main02_7785_PC.avif);
}
.img-box div:nth-of-type(3) {
    background-image: url(../img/top_main03_131_PC.avif);
}
/* .img-box div:last-of-type {
    background-image: url(../img/top_main04_2412_PC.avif);
} */
}

.maintext {
    /* width: 100%; */
	position: absolute;
    top: 7%;
    right: 7%;
    /* transform: translateY(-50%) translateX(-50%); */
}
.ios .maintext {
    right: 25%;
}
h1.main_catch {
    writing-mode: vertical-rl;
    /* text-orientation: upright; */
    -webkit-writing-mode: vertical-rl;
    /* -webkit-text-orientation: upright; */
    overflow: hidden;
    display: inline-block;
}
h1.main_catch span {
    font-size: 26px;
    line-height: 130%;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
	color: #fff;
    display: block;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    clip-path: inset(0 0 100% 0); 
    transition: clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(0.97, 1);
    transform-origin: top center;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5))
            drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
}
h1.main_catch.-visible span {
    clip-path: inset(0 0 0 0);
}
h1.main_catch.-visible span.mc_main {
    transition-delay: 0.4s; /* 先に出す */
}
h1.main_catch.-visible span.mc_sub {
    transition-delay: 1.6s; /* 少し遅れて出す */
}
h1.main_catch span.mc_main {
    margin-left: 2px;
}
@media screen and (min-width: 768px){
.ios .maintext {
    right: 15%;
}
h1.main_catch span {
     /* font-size: 28px-40px; */
    font-size: clamp(1.75rem, 0.861rem + 1.85vw, 2.25rem);
}
}
@media screen and (min-width: 1000px){
.maintext {
    top: 8%;
    right: 8%;
}
.ios .maintext {
    right: 18%;
}
h1.main_catch span.mc_main {
    margin-left: 10px;
}
}  



/* 各ブロック */
.box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.news {
    padding: 100px 0 50px;
    margin-top: -50px; /* Heroの斜めとぴったり重ねる */
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
}
.contents {
    background: linear-gradient(#f5ffe8 0%, #ebf9de 100%);
    padding: 50px 0;
}
.vacancy {
    padding: 50px 0;
}
.about {
    background: linear-gradient(#ebf9de 0%, #e1efd4 100%);
    padding: 50px 0;
}
.links {
    padding: 50px 0 100px;
}
.footer {
    background: linear-gradient( #80c525 0%, #6cb111 100%);
    padding: 75px 0 20px;
    margin-top: -50px; /* グリーンの斜めとぴったり重ねる */
    clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 499px) {
.footer {
    padding: 75px 0 35px;
}
}
@media screen and (min-width: 1000px) {
.news, .contents, .vacancy, .about, .links {
    padding: 100px 0;
}
.links {
    padding: 100px 0 200px;
}
.footer {
    padding: 200px 0 30px;
    margin-top: -100px;
    clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
}
}

/* インナー */
.s_inner, .m_inner, .l_inner {
	width: 100%;
	max-width: 700px;
	margin: 0 20px;
}
@media screen and (min-width: 1000px) {
.s_inner, .m_inner, .l_inner {
	margin: 0 50px;
}
.m_inner {
	max-width: 1000px;
}
.l_inner {
	max-width: 1200px;
}
}







/* タイトル周り */
.h2_top_box {
    text-align: center;
    margin-bottom: 25px;
}
h2.h2_top, h2.h2_top_sub {
	font-size: 25px;
	line-height: 100%;
	font-weight: 400;
	color: #80c525;
	margin: 0 0 20px;
	letter-spacing: 0.1em;
}
h2.h2_top_sub {
	color: #ff842d;
}
img.h2_giza {
    height: 10px;
    object-fit: contain;
}

/* ######## 1000px以上 ######## */
@media screen and (min-width: 1000px) {
h2.h2_top, h2.h2_top_sub {
    font-size: 28px;
}
}


p.txt01 {
	line-height: 180%;
	text-align: justify;

}
@media screen and (min-width: 1000px) {
p.txt01 {
	line-height: 200%;
}
}



/* 右上さんかく */
.top_tri01, .top_tri02 {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    right: -1px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 25;
}
.top_tri01 {
    background-color: #80c525;
}
.top_tri02 {
    background-color: #ff842d;
}
@media screen and (min-width: 1000px) {
.top_tri01, .top_tri02 {
    width: 30px;
    height: 30px;
}
}

/* トップフレックス */
.top_flex01 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tf_R01 {
    text-align: center;
}
@media screen and (min-width: 1000px){
.top_flex01 {
    flex-direction: row;
	gap: 50px;
}
.tf_L01 {
    width: calc(50% - 25px);
}
.tf_R01 {
    text-align: left;
    width: calc(50% - 25px);
}
}


/* ボタン */
.a_btn_box01, .a_btn_box02 {
    display: flex;
    flex-wrap: wrap;
}
.a_btn_box03 {
	display: flex;
    justify-content: center;
    align-items: center;
}
.a_btn {
    color: #fff;
    border-radius: 30px;
    width: 100%;
    max-width: 500px;
    height: 60px;
    padding: 10px;
    margin: 0 auto; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.a_btn_box01 .a_btn {
	background-color: #80c525;
    margin-bottom: 20px;
}
.a_btn_box01 .a_btn:last-of-type {
	margin-bottom: 0;
}
.a_btn_box02 .a_btn {
	background-color: #80c525;
}
.a_btn_box03 .a_btn {
	background-color: #ff842d;
}
.a_btn i {
    margin: 2px 0 0 5px;
}

@media screen and (min-width: 768px){
.a_btn {
    max-width: 400px;
}
.a_btn_box01 .a_btn {
    width: calc(100% / 3 - 40px / 3);
    margin: 0 20px 0 0;
}
.a_btn_box01 .a_btn:last-of-type {
    margin-right: 0;
}
}
@media screen and (min-width: 1000px){
.a_btn_box01 .a_btn:hover {
	background-color: #6cb111;
}
.a_btn_box02 .a_btn:hover {
	background-color: #6cb111;
}
.a_btn_box03 .a_btn:hover {
	background-color: #ff6c19;
}
}






/* おしらせ */
.tablebox {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.tablebox_in {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.table_news, .table_topics {
    width: 100%;
    border: solid 1px #ddd;
    padding: 25px 20px;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.2));
}
.table_news {
    background-color: #f5ffe8;
}
.table_topics {
    background-color: #fff5e0;
}
@media screen and (min-width: 1000px){
.tablebox {
    flex-direction: row;
    gap: 50px;
}
.table_news, .table_topics {
    padding: 30px 30px 35px;
}
}
@media screen and (min-width: 1200px){
.table_news, .table_topics {
    padding: 40px 50px;
}
}

/* 一覧へ戻るボタン（おしらせ詳細にもあるよ） */
.go_list {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    padding-right: 40px;
    margin: 20px 0 0;
    position: relative;
    display: inline-block;
}
.go_list::before {
	content:"";
	position: absolute;
	top: 12px;
	right: 0;
	width: 30px;
	height: 1px;
	background:#333;
    transition: all 0.2s ease-in-out;
}
.go_list::after {
	content:"";
	position: absolute;
    top: 5px;
    right: 4px;
	width: 1px;
	height: 7px;
	background:#333;
    transform:skewX(45deg);
    transition: all 0.2s ease-in-out;
}
.gl_news {
    color: #80c525;
}
.gl_topics {
    color: #ff842d;
}
@media screen and (min-width: 1000px) {
.go_list {
    margin: 30px 0 0;
}
.gl_news:hover {
    color: #80c525;
}
.gl_news:hover::before {
	right: -5px;
    background:#80c525;
}
.gl_news:hover::after {
	right: -1px;
    background:#80c525;
}
.gl_topics:hover {
    color: #ff842d;
}
.gl_topics:hover::before {
	right: -5px;
    background:#ff842d;
}
.gl_topics:hover::after {
	right: -1px;
    background:#ff842d;
}
}

/* おしらせのテーブル（ここはプログラム化したら不必要） */
/* .table_information_news th {
	font-size: 16px;
    line-height: 100%;
    font-weight: bold;
	text-align: left;
    color: #80c525;
	display: block;
	padding: 15px 5px 0;
}
.table_information_news tr:first-child th {
    border-top: solid 1px #ddd;
}
.table_information_news td {
    font-size: 16px;
    line-height: 170%;
	display: block;
	padding: 7px 5px 15px;
    border-bottom: solid 1px #ddd;
}
.table_information_news td a {
	font-size: 16px;
    line-height: 170%;
    color: #333;
    border-bottom: solid 1px #333;
    display: inline;
    transition: all 0.2s ease;
}
.table_information_news a:hover {
    color: #80c525;
    border-bottom: solid 1px #80c525;
} */

/* トピックスのトップページリスト（ここはプログラム化したら不必要） */
/* .table_information_topics th {
	font-size: 16px;
    line-height: 100%;
    font-weight: bold;
	text-align: left;
    color: #ff842d;
	display: block;
	padding: 15px 5px 0;
}
.table_information_topics tr:first-child th {
    border-top: solid 1px #ddd;
}
.table_information_topics td {
    font-size: 16px;
    line-height: 170%;
	display: block;
	padding: 7px 5px 15px;
    border-bottom: solid 1px #ddd;
}
.table_information_topics td a {
	font-size: 16px;
    line-height: 170%;
    color: #333;
    border-bottom: solid 1px #333;
    display: inline;
    transition: all 0.2s ease;
}
.table_information_topics a:hover {
    color: #ff842d;
    border-bottom: solid 1px #ff842d;
} */

/* NEWアイコン */
.tit_new {
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #80c525;
    border: solid 1px #80c525;
    padding: 0 7px;
    margin-left: 10px;
    vertical-align: 2px;
    display: inline-block;
}
/* 重要アイコン */
.tit_important {
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #ff842d;
    border: solid 1px #ff842d;
    padding: 0 7px;
    margin-left: 10px;
    vertical-align: 2px;
    display: inline-block;
}

/* 空床情報のテーブル（ここはプログラム化したら不必要） */
/* .table_information_vacancy th {
	font-size: 16px;
    line-height: 140%;
    font-weight: bold;
	text-align: center;
	padding: 10px 5px;
    color: #ff842d;
    background-color: #fde6d2;
    border: solid 1px #ddd;
    font-feature-settings: "palt";
}
.table_information_vacancy th.th01 {
    line-height: 100%;
    text-align: left;
    color: #333;
    background-color: #ffffff00;
    padding: 0 0 10px 25px;
    border: 0;
    position: relative;
}
.table_information_vacancy th.th01:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f236";
    color: #ff842d;
    position: absolute;
    top: 0;
    left: 0;
}
.table_information_vacancy td {
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    width: 22%;
	padding: 10px 5px;
    background-color: #fff;
    border: solid 1px #ddd;
    font-feature-settings: "palt";
}
.table_information_vacancy td.td01 {
    font-size: 16px;
    line-height: 140%;
    background-color: #fdeeda;
}
@media screen and (min-width: 768px){
.table_information_vacancy th {
    padding: 15px;
}
.table_information_vacancy td {
    font-size: 19px;
    padding: 15px;
}
} */




/* コンテンツ */
.contents_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}
.con_box {
    background-color: #fff;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.2));
}
.con_box_in {
    text-align: center;
    padding: 25px 20px;
}
h3.con_title {
    font-size: 23px;
    line-height: 100%;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
p.con_txt {
    margin-bottom: 20px;
}
.con_btn00, .con_btn01 {
    font-size: 17px;
    line-height: 100%;
    font-weight: bold;
    border: solid 1px #ddd;
    padding: 12px 35px 12px 25px;
    position: relative;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.con_btn00 {
    color: #80c525;
    background-color: #fff;
}
.con_btn01 {
    color: #80c525;
    background-color: #ebf9de;
}
/*矢印と下線の形状*/
.con_btn00::before, 
.con_btn01::before {
	content:"";
	position: absolute;
	top: 50%;
	right: -20px;
	width: 35px;
	height: 1px;
	background:#333;
    transition: all 0.2s ease-in-out;
}
.con_btn00::after, 
.con_btn01::after {
	content:"";
	position: absolute;
    top: 26%;
    right: -15px;
	width: 1px;
	height: 10px;
	background:#333;
    transform:skewX(45deg);
    transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px){
.contents_box {
    flex-direction: row;
    flex-wrap: wrap;
}
.con_box {
    width: calc(50% - 15px);
}
}
@media screen and (min-width: 1000px){
.contents_box {
    flex-direction: row;
}
.con_box {
    width: calc(100% / 3 - 20px);
}
h3.con_title {
    font-size: 25px;
}
.con_btn00:hover {
    color: #80c525;
}
.con_btn00:hover::before {
	right: -25px;
    background:#80c525;
}
.con_btn00:hover::after {
	right: -20px;
    background:#80c525;
}
.con_btn01:hover {
    color: #80c525;
}
.con_btn01:hover::before {
	right: -25px;
    background:#80c525;
}
.con_btn01:hover::after {
	right: -20px;
    background:#80c525;
}
}


/* 施設について */
.abo_pic {
    border-bottom: solid 5px #80c525;
    border-left: solid 5px #80c525;
}
@media screen and (min-width: 1000px){
.abo_pic {
    border-bottom: solid 10px #80c525;
    border-left: solid 10px #80c525;
}
}



/* リンクボタンたち */
.link_box {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   gap: 20px;
}
.link_box a {
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.3));
}
@media screen and (min-width: 499px){
.link_box a {
    width: calc(100% / 2 - 20px / 2);
}
}
@media screen and (min-width: 768px){
.link_box {
   gap: 30px;
}
.link_box a {
    width: calc(100% / 2 - 30px / 2);
}
}
@media screen and (min-width: 1000px){
.link_box {
   display: flex;
   gap: 40px;
}
.link_box a {
    width: calc(100% / 3 - 80px / 3);
}
.link_box a:hover {
    opacity: 0.8;
}
}


/* 背景固定 */
.back_img_a,
.back_img_b {
	display: block;
	position: sticky;
	top: 0;
	height: 0;
	max-height: 0;
	overflow: visible;
	z-index: -1;
}

.back_img_a::after,
.back_img_b::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.back_img_a::after {
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7)), url(../img/top_bg01_7707.avif);
}

.back_img_b::after {
	background-image: linear-gradient(-45deg, #ffe4e9dd, rgba(255, 255, 255, 0.7)), url(../img/top_bg02_0270.jpg);
}







/*フッター*/
.footer p, .footer a {
    color: #fff;
}
.f_info, .f_info p {
    text-align: center;
}
.f_logo {
    display: inline-block;
}
.f_logo img {
    max-width: 400px;
    margin-bottom: 30px;
}
.f_ad_box {
    display: inline-block;
}
p.f_ad {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 20px;
}
p.f_tel {
    font-size: 40px;
    line-height: 100%;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
}
p.f_tel i {
    font-size: 29px;
    margin-right: 5px;
    vertical-align: 1px;
}
p.f_fax {
    font-size: 25px;
    line-height: 100%;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 0.03em;
}
.fax_title {
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
a.f_link {
    color: #fff;
    background-color: #64b414;
    border-radius: 999px;
    padding: 15px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.f_sns_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.f_sns_icon img {
    width: 35px;
    display: inline-block;
}
.footmap iframe {
    width: 100%;
    height: 250px;
    max-width: 500px;
    border: 0;
    margin-bottom: 50px;
}
p.copyright {
    font-size: 13px;
    line-height: 150%;
    text-align: center;
}
@media screen and (min-width: 768px){
.footmap iframe {
    height: 300px;
    max-width: 700px;
}
}
@media screen and (min-width: 1000px){
.f_box {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 75px;
}
.f_info {
    width: 40%;
    margin-bottom: 80px;
}
.f_info p {
    text-align: left;
}
.f_logo img {
    margin-bottom: 35px;
}
.f_info {
    text-align: left;
}
p.f_ad {
    font-size: 18px;
    margin-bottom: 20px;
}
p.f_tel {
    font-size: 40px;
    margin-bottom: 15px;
}
p.f_fax {
    font-size: 25px;
}
.f_sns_box {
    justify-content: flex-start;
    margin-bottom: 50px;
}
.f_sns_icon:hover {
    opacity: 0.8;
}
.footmap iframe {
    height: 250px;
    margin-bottom: 0;
}
.footer_menu {
    width: 60%;
}
.fm_box {
    display: flex;
	justify-content: flex-end;
    position: relative;
    gap: 60px;
}
.fm_box ul {
    width: auto;
}
.fm_box li a {
    font-size: 17px;
}
ul.fm_child {
    padding-left: 10px;
}
.fm01 {
    font-weight: 600;
    display: block;
}
.fm02 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.fm02:after {
    border-top: solid 1px #fff;
    margin-left: 10px;
    content: "";
    flex-grow: 1;
}
.fm_box i {
    margin-right: 7px;
    color: #ff0;
    transition: all 0.2s ease;
}
.fm_box li a:hover {
    color: #ff0;
}
.fm_box li a:hover i {
    transform: translateX(3px);
}
}
@media screen and (min-width: 1200px) {
.fm_box {
    gap: 100px;
}
}


/* PC固定フッター */
@media screen and (min-width: 1000px){
#PC_footfixed {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.pf_box {
    display: flex;
}
.pf_box a {
    line-height: 100%;
    color: #fff;
	background-color: #ff842d;
    height: 60px;
	display: flex;
    justify-content: center;
    align-items: center; 
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}
.pf_box a:hover {
	background-color: #ff9c45;
}
a.pf_01 {
    font-size: 16px;
    padding: 0 20px;
    border-right: 1px solid #fff;
}
a.pf_01 i {
    margin-top: 2px;
    margin-left: 10px;
    transition: all 0.2s ease;
}
a.pf_01:hover i {
    transform: translateX(3px) translateY(-3px) rotate(10deg);
}
a.page_top_PC {
    font-size: 14px;
    width: 60px;
    flex-direction: column;
}
a.page_top_PC i {
    font-size: 20px;
	color: #fff;
    margin-bottom: 2px;
    transition: all 0.2s ease;
}
a.page_top_PC:hover i {
    transform: translateY(-3px);
}
}


/* SPページトップへ */
.page_top_SP a {
    background-color: #ff842d;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    border-radius: 5px 0 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}
.page_top_SP a i {
    font-size: 22px;
	color: #fff;
    margin-bottom: 15px;
}
.page_top_SP a p {
    font-size: 12px;
    line-height: 100%;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.05em;
}

/* SPメニュー */
/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
    height: 100%;
    overflow: hidden;
}
.header__trigger {
    background-color: #ff842d;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 0 5px 0 5px;
    pointer-events: initial;
    z-index: 9000;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}
.header__trigger span {
    display: block;
    position: absolute;
    right: 19px;
    width: 22px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #fff;
}
.header__trigger span:first-child {
    bottom: 46px;
}
.header__trigger span:nth-child(2) {
    bottom: 38px;
}
.header__trigger span:nth-child(3) {
    bottom: 30px;
}
.header__trigger.active span:first-child {
    transform: translate(-0%, 8px) rotate(-135deg);
    transition: transform 0.3s ease-in-out;
}
.header__trigger.active span:nth-child(2) {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.header__trigger.active span:nth-child(3) {
    transform: translate(-0%, -8px) rotate(135deg);
    transition: transform 0.3s ease-in-out;
}
p.SP_foot_menutxt {
    font-size: 12px;
    line-height: 100%;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.05em;
}


/* メニューのデザイン */
.global-SPnav {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    /* background: linear-gradient(145deg, #fff5e0, #fde6d2); */
    background-image: linear-gradient(-45deg, #fdeedacc, rgba(255,255,255,0.5)), url(../img/top_bg01_8276_SP.avif);
    transition: all 0.2s ease-in-out;
    overflow: auto;
    pointer-events: none;
    z-index: 1000;
}
.global-SPnav.active {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}
.global-SPnav_in {
    max-width: 500px;
    margin: 40px auto 80px;
    padding: 0 15px;
}
.global-SPnav_logo {
    max-width: 350px;
    margin: 0 auto 30px;
}
.global-SPnav_box {
    margin-bottom: 30px;
}
@media screen and (min-width: 768px){
.global-SPnav_in {
    max-width: 600px;
}
}
.SPnav_mother {
    border-bottom: solid 1px #888;
}
.SPnav_mother:first-of-type {
    border-top: solid 2px #888;
}
.SPnav_mother a {
    font-size: 17px;
    line-height: 60px;
    font-weight: 600;
    border-bottom: solid 1px #888;
    padding: 0 15px;
    display: block;
    position: relative;
}
.SPnav_mother span.p_m {
    display: block;
    position: absolute;
    top: 30px;
    right: 15px;
    width: 14px;
    height: 2px;
    background-color: #ff842d;
    border-radius: 1px;
}
.SPnav_mother span.p_m:last-child {
    transform: rotate(90deg);
    transition: transform 0.3s;
}
.SPnav_mother.active span.p_m:last-child {
    transform: rotate(0deg);
}

a.SPnav_child {
    line-height: 60px;
    position: relative;
}
/*矢印と下線の形状*/
a.SPnav_child::before{
	content:"";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 35px;
	height: 1px;
	background:#ff842d;
}
a.SPnav_child::after{
	content:"";
	position: absolute;
    top: 33%;
    right: 30px;
	width: 1px;
	height: 10px;
	background:#ff842d;
    transform:skewX(45deg);
}
.child_menu li i {
    color: #ff842d;
    margin-right: 8px;
}

/*下の階層を持っているulの指定*/
.global-SPnav li.has-child ul {
    z-index: 4;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}
/*hoverしたら表示*/
.global-SPnav li.has-child:hover > ul,
.global-SPnav li.has-child ul li:hover > ul,
.global-SPnav li.has-child:active > ul,
.global-SPnav li.has-child ul li:active > ul{
    visibility: visible;
    opacity: 1;
}
.global-SPnav li.has-child ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
}
.global-SPnav li.has-child ul li {
    margin: 0;
}
ul.child_menu li {

}
.child_menu li:last-child {
    border: 0;
}
.SPnav_sns_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.SPnav_sns_icon img {
    width: 35px;
    display: inline-block;
}

/* お電話でのお問い合わせ */
.g_info {
    background-color: #fff;
    border: solid 2px #ff842d;
    padding: 25px 20px;
    margin-bottom: 30px;
}
p.g_title {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    text-align: center;
    color: #ff842d;
    border-bottom: solid 2px #ff842d;
    margin: 0 auto 25px;
    padding-bottom: 20px;
    display: block;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
}
.g_link {
    font-size: 17px;
    line-height: 100%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #ff842d;
    border: solid 1px #ddd;
    padding: 12px 25px 12px 15px;
    position: relative;
    display: inline-block;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
/*矢印と下線の形状*/
.g_link::before {
	content:"";
	position: absolute;
	top: 50%;
	right: -20px;
	width: 35px;
	height: 1px;
	background:#333;
    transition: all 0.2s ease-in-out;
}
.g_link::after {
	content:"";
	position: absolute;
    top: 26%;
    right: -15px;
	width: 1px;
	height: 10px;
	background:#333;
    transform:skewX(45deg);
    transition: all 0.2s ease-in-out;
}
a.g_tel {
    font-size: 34px;
    line-height: 100%;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    text-align: center;
    color: #ff842d;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 0.03em;
}
a.g_tel i {
    font-size: 26px;
	margin-right: 5px;
    vertical-align: 2px;
}
/* .g_time_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
p.g_recept {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    background-color: #d6c6af;
    border: solid 1px #241a08;
    border-radius: 5px;
    width: 55px;
    height: 45px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.g_time {
    font-size: 17px;
    line-height: 140%;
    text-align: right;
} */
a.g_fax {
    font-size: 22px;
    line-height: 100%;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    text-align: center;
    color: #ff842d;
    letter-spacing: 0.03em;
}
.g_fax_title {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

